Pull request #40012 opened Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 5aebd698579649f076276c70ab33e2f34634ad3e+5b57f41241cb0d8df5886a1db3d7920494a9e432 (b31bfc4f454a2ae389de0676bb9193bb7d866726) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision ead69454b4062f17d1f8389642089a002b037213 using credential jps-reader > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --progress https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master Checking out Revision ead69454b4062f17d1f8389642089a002b037213 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f ead69454b4062f17d1f8389642089a002b037213 Commit message: "Merge pull request #10 from russellcardullo/sonar-scan" > git rev-list --no-walk ead69454b4062f17d1f8389642089a002b037213 # timeout=10 [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2019-09-30T14:02:31.324Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2019-09-30T14:02:31.331Z] Trying to pass milestone 1 [Pipeline] milestone [2019-09-30T14:02:31.342Z] Trying to pass milestone 2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2019-09-30T14:02:31.545Z] Running on ubuntu-1804-overlay2 (i-0b8666b8b40c80a5d) in /home/ubuntu/workspace/moby_PR-40012 [Pipeline] { [Pipeline] checkout [2019-09-30T14:02:31.581Z] using credential docker-jenkins-github-credentials [2019-09-30T14:02:31.589Z] Cloning the remote Git repository [2019-09-30T14:02:31.589Z] Cloning with configured refspecs honoured and without tags [2019-09-30T14:02:31.582Z] Cloning repository https://github.com/moby/moby.git [2019-09-30T14:02:31.582Z] > git init /home/ubuntu/workspace/moby_PR-40012 # timeout=10 [2019-09-30T14:02:31.587Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-30T14:02:31.587Z] > git --version # timeout=10 [2019-09-30T14:02:31.593Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-30T14:02:31.594Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40012/head:refs/remotes/origin/PR-40012 +refs/heads/master:refs/remotes/origin/master [2019-09-30T14:02:44.508Z] Fetching without tags [2019-09-30T14:02:44.732Z] Merging remotes/origin/master commit 5b57f41241cb0d8df5886a1db3d7920494a9e432 into PR head commit 5aebd698579649f076276c70ab33e2f34634ad3e [2019-09-30T14:02:45.251Z] Merge succeeded, producing 5aebd698579649f076276c70ab33e2f34634ad3e [2019-09-30T14:02:45.252Z] Checking out Revision 5aebd698579649f076276c70ab33e2f34634ad3e (PR-40012) [2019-09-30T14:02:45.530Z] Commit message: "testutil: fix WithExperimental also setting "init"" [2019-09-30T14:02:44.468Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-30T14:02:44.473Z] > git config --add remote.origin.fetch +refs/pull/40012/head:refs/remotes/origin/PR-40012 # timeout=10 [2019-09-30T14:02:44.480Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-30T14:02:44.489Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-30T14:02:44.500Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-30T14:02:44.500Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-30T14:02:44.501Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40012/head:refs/remotes/origin/PR-40012 +refs/heads/master:refs/remotes/origin/master [2019-09-30T14:02:44.724Z] > git config core.sparsecheckout # timeout=10 [2019-09-30T14:02:44.729Z] > git checkout -f 5aebd698579649f076276c70ab33e2f34634ad3e [2019-09-30T14:02:45.224Z] > git merge 5b57f41241cb0d8df5886a1db3d7920494a9e432 # timeout=10 [2019-09-30T14:02:45.235Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-30T14:02:45.244Z] > git config core.sparsecheckout # timeout=10 [2019-09-30T14:02:45.250Z] > git checkout -f 5aebd698579649f076276c70ab33e2f34634ad3e [2019-09-30T14:02:45.524Z] > git rev-list --no-walk 5aebd698579649f076276c70ab33e2f34634ad3e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-09-30T14:02:46.393Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40012:/workspace alpine sh -c apk add --no-cache -q git bash && cd /workspace && hack/validate/dco [2019-09-30T14:02:49.677Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: win-RS1) [Pipeline] { (Branch: win-RS5) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (win-RS1) [Pipeline] stage [Pipeline] { (win-RS5) Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [2019-09-30T14:02:49.889Z] Running on ubuntu-1804-overlay2 (i-0066982d068712d56) in /home/ubuntu/workspace/moby_PR-40012 [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] // stage [2019-09-30T14:02:49.926Z] Running on ubuntu-1804-overlay2 (i-01ec388a2189c1fe0) in /home/ubuntu/workspace/moby_PR-40012 [2019-09-30T14:02:49.933Z] Running on ppc64le-ubuntu-34 in /home/docker/workspace/moby_PR-40012 [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] checkout [Pipeline] { [Pipeline] { [Pipeline] stage [Pipeline] { (Run tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [2019-09-30T14:02:50.021Z] using credential docker-jenkins-github-credentials [2019-09-30T14:02:50.030Z] Cloning the remote Git repository [2019-09-30T14:02:50.030Z] Cloning with configured refspecs honoured and without tags Stage "win-RS1" skipped due to when conditional [Pipeline] } [2019-09-30T14:02:50.043Z] Running on s390x-ubuntu-16 in /home/jenkins/workspace/moby_PR-40012 [Pipeline] checkout [Pipeline] checkout [2019-09-30T14:02:50.075Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2019-09-30T14:02:50.084Z] Cloning the remote Git repository [2019-09-30T14:02:50.084Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } [Pipeline] { [2019-09-30T14:02:50.124Z] using credential docker-jenkins-github-credentials Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [2019-09-30T14:02:50.142Z] Cloning the remote Git repository [2019-09-30T14:02:50.142Z] Cloning with configured refspecs honoured and without tags [Pipeline] checkout [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2019-09-30T14:02:50.345Z] using credential docker-jenkins-github-credentials [2019-09-30T14:02:50.396Z] Cloning the remote Git repository [2019-09-30T14:02:50.396Z] Cloning with configured refspecs honoured and without tags [2019-09-30T14:02:50.043Z] Cloning repository https://github.com/moby/moby.git [2019-09-30T14:02:50.044Z] > git init /home/ubuntu/workspace/moby_PR-40012 # timeout=10 [2019-09-30T14:02:50.048Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-30T14:02:50.049Z] > git --version # timeout=10 [2019-09-30T14:02:50.061Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-30T14:02:50.061Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40012/head:refs/remotes/origin/PR-40012 +refs/heads/master:refs/remotes/origin/master [2019-09-30T14:02:50.094Z] Cloning repository https://github.com/moby/moby.git [2019-09-30T14:02:50.094Z] > git init /home/ubuntu/workspace/moby_PR-40012 # timeout=10 [2019-09-30T14:02:50.106Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-30T14:02:50.106Z] > git --version # timeout=10 [2019-09-30T14:02:50.114Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-30T14:02:50.115Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40012/head:refs/remotes/origin/PR-40012 +refs/heads/master:refs/remotes/origin/master [2019-09-30T14:02:50.147Z] Cloning repository https://github.com/moby/moby.git [2019-09-30T14:02:50.147Z] > git init /home/docker/workspace/moby_PR-40012 # timeout=10 [2019-09-30T14:02:50.161Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-30T14:02:50.161Z] > git --version # timeout=10 [2019-09-30T14:02:50.165Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-30T14:02:50.166Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40012/head:refs/remotes/origin/PR-40012 +refs/heads/master:refs/remotes/origin/master [2019-09-30T14:02:50.435Z] Cloning repository https://github.com/moby/moby.git [2019-09-30T14:02:50.437Z] > git init /home/jenkins/workspace/moby_PR-40012 # timeout=10 [2019-09-30T14:02:50.459Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-30T14:02:50.461Z] > git --version # timeout=10 [2019-09-30T14:02:50.476Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-30T14:02:50.477Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40012/head:refs/remotes/origin/PR-40012 +refs/heads/master:refs/remotes/origin/master [2019-09-30T14:02:59.449Z] Fetching without tags [2019-09-30T14:02:59.317Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-30T14:02:59.333Z] > git config --add remote.origin.fetch +refs/pull/40012/head:refs/remotes/origin/PR-40012 # timeout=10 [2019-09-30T14:02:59.348Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-30T14:02:59.418Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-30T14:02:59.483Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-30T14:02:59.485Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-30T14:02:59.486Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40012/head:refs/remotes/origin/PR-40012 +refs/heads/master:refs/remotes/origin/master [2019-09-30T14:02:59.875Z] Merging remotes/origin/master commit 5b57f41241cb0d8df5886a1db3d7920494a9e432 into PR head commit 5aebd698579649f076276c70ab33e2f34634ad3e [2019-09-30T14:03:00.686Z] Merge succeeded, producing 5aebd698579649f076276c70ab33e2f34634ad3e [2019-09-30T14:03:00.687Z] Checking out Revision 5aebd698579649f076276c70ab33e2f34634ad3e (PR-40012) [2019-09-30T14:02:59.908Z] > git config core.sparsecheckout # timeout=10 [2019-09-30T14:02:59.922Z] > git checkout -f 5aebd698579649f076276c70ab33e2f34634ad3e [2019-09-30T14:03:00.548Z] > git merge 5b57f41241cb0d8df5886a1db3d7920494a9e432 # timeout=10 [2019-09-30T14:03:00.648Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-30T14:03:00.726Z] > git config core.sparsecheckout # timeout=10 [2019-09-30T14:03:00.744Z] > git checkout -f 5aebd698579649f076276c70ab33e2f34634ad3e [2019-09-30T14:03:01.449Z] Commit message: "testutil: fix WithExperimental also setting "init"" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-09-30T14:03:02.920Z] Fetching without tags [2019-09-30T14:03:03.042Z] Fetching without tags [2019-09-30T14:03:03.157Z] Merging remotes/origin/master commit 5b57f41241cb0d8df5886a1db3d7920494a9e432 into PR head commit 5aebd698579649f076276c70ab33e2f34634ad3e [2019-09-30T14:03:03.202Z] + docker version [2019-09-30T14:03:03.202Z] Client: [2019-09-30T14:03:03.202Z] Version: 18.06.1-ce [2019-09-30T14:03:03.202Z] API version: 1.38 [2019-09-30T14:03:03.202Z] Go version: go1.10.3 [2019-09-30T14:03:03.202Z] Git commit: e68fc7a [2019-09-30T14:03:03.202Z] Built: Tue Aug 21 17:24:34 2018 [2019-09-30T14:03:03.202Z] OS/Arch: linux/s390x [2019-09-30T14:03:03.202Z] Experimental: false [2019-09-30T14:03:03.202Z] [2019-09-30T14:03:03.202Z] Server: [2019-09-30T14:03:03.202Z] Engine: [2019-09-30T14:03:03.202Z] Version: 18.06.1-ce [2019-09-30T14:03:03.202Z] API version: 1.38 (minimum version 1.12) [2019-09-30T14:03:03.202Z] Go version: go1.10.3 [2019-09-30T14:03:03.202Z] Git commit: e68fc7a [2019-09-30T14:03:03.202Z] Built: Tue Aug 21 17:23:34 2018 [2019-09-30T14:03:03.202Z] OS/Arch: linux/s390x [2019-09-30T14:03:03.202Z] Experimental: true [Pipeline] sh [2019-09-30T14:03:03.299Z] Merging remotes/origin/master commit 5b57f41241cb0d8df5886a1db3d7920494a9e432 into PR head commit 5aebd698579649f076276c70ab33e2f34634ad3e [2019-09-30T14:03:03.685Z] Merge succeeded, producing 5aebd698579649f076276c70ab33e2f34634ad3e [2019-09-30T14:03:03.686Z] Checking out Revision 5aebd698579649f076276c70ab33e2f34634ad3e (PR-40012) [2019-09-30T14:03:03.817Z] Merge succeeded, producing 5aebd698579649f076276c70ab33e2f34634ad3e [2019-09-30T14:03:03.818Z] Checking out Revision 5aebd698579649f076276c70ab33e2f34634ad3e (PR-40012) [2019-09-30T14:03:04.042Z] + docker info [2019-09-30T14:03:04.043Z] Containers: 0 [2019-09-30T14:03:04.043Z] Running: 0 [2019-09-30T14:03:04.043Z] Paused: 0 [2019-09-30T14:03:04.043Z] Stopped: 0 [2019-09-30T14:03:04.043Z] Images: 0 [2019-09-30T14:03:04.043Z] Server Version: 18.06.1-ce [2019-09-30T14:03:04.043Z] Storage Driver: overlay2 [2019-09-30T14:03:04.043Z] Backing Filesystem: extfs [2019-09-30T14:03:04.043Z] Supports d_type: true [2019-09-30T14:03:04.043Z] Native Overlay Diff: true [2019-09-30T14:03:04.043Z] Logging Driver: json-file [2019-09-30T14:03:04.043Z] Cgroup Driver: cgroupfs [2019-09-30T14:03:04.043Z] Plugins: [2019-09-30T14:03:04.043Z] Volume: local [2019-09-30T14:03:04.043Z] Network: bridge host ipvlan macvlan null overlay [2019-09-30T14:03:04.043Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2019-09-30T14:03:04.043Z] Swarm: inactive [2019-09-30T14:03:04.043Z] Runtimes: runc [2019-09-30T14:03:04.043Z] Default Runtime: runc [2019-09-30T14:03:04.043Z] Init Binary: docker-init [2019-09-30T14:03:04.043Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2019-09-30T14:03:04.043Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2019-09-30T14:03:04.043Z] init version: fec3683 [2019-09-30T14:03:04.043Z] Security Options: [2019-09-30T14:03:04.043Z] apparmor [2019-09-30T14:03:04.043Z] seccomp [2019-09-30T14:03:04.043Z] Profile: default [2019-09-30T14:03:04.043Z] Kernel Version: 4.4.0-164-generic [2019-09-30T14:03:04.043Z] Operating System: Ubuntu 16.04.5 LTS [2019-09-30T14:03:04.043Z] OSType: linux [2019-09-30T14:03:04.043Z] Architecture: s390x [2019-09-30T14:03:04.043Z] CPUs: 2 [2019-09-30T14:03:04.043Z] Total Memory: 7.862GiB [2019-09-30T14:03:04.043Z] Name: s390x-ubuntu-16 [2019-09-30T14:03:04.043Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2019-09-30T14:03:04.043Z] Docker Root Dir: /var/lib/docker [2019-09-30T14:03:04.043Z] Debug Mode (client): false [2019-09-30T14:03:04.043Z] Debug Mode (server): false [2019-09-30T14:03:04.043Z] Username: dockerbuildbot [2019-09-30T14:03:04.043Z] Registry: https://index.docker.io/v1/ [2019-09-30T14:03:04.043Z] Labels: [2019-09-30T14:03:04.043Z] Experimental: true [2019-09-30T14:03:04.043Z] Insecure Registries: [2019-09-30T14:03:04.043Z] 127.0.0.0/8 [2019-09-30T14:03:04.043Z] Live Restore Enabled: false [2019-09-30T14:03:04.043Z] [2019-09-30T14:03:04.043Z] WARNING: No swap limit support [Pipeline] sh [2019-09-30T14:03:04.162Z] Commit message: "testutil: fix WithExperimental also setting "init"" [2019-09-30T14:03:02.909Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-30T14:03:02.913Z] > git config --add remote.origin.fetch +refs/pull/40012/head:refs/remotes/origin/PR-40012 # timeout=10 [2019-09-30T14:03:02.919Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-30T14:03:02.928Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-30T14:03:02.934Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-30T14:03:02.934Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-30T14:03:02.935Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40012/head:refs/remotes/origin/PR-40012 +refs/heads/master:refs/remotes/origin/master [2019-09-30T14:03:03.170Z] > git config core.sparsecheckout # timeout=10 [2019-09-30T14:03:03.173Z] > git checkout -f 5aebd698579649f076276c70ab33e2f34634ad3e [2019-09-30T14:03:03.674Z] > git merge 5b57f41241cb0d8df5886a1db3d7920494a9e432 # timeout=10 [2019-09-30T14:03:03.689Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-30T14:03:03.699Z] > git config core.sparsecheckout # timeout=10 [2019-09-30T14:03:03.712Z] > git checkout -f 5aebd698579649f076276c70ab33e2f34634ad3e [2019-09-30T14:03:03.010Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-30T14:03:03.018Z] > git config --add remote.origin.fetch +refs/pull/40012/head:refs/remotes/origin/PR-40012 # timeout=10 [2019-09-30T14:03:03.024Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-30T14:03:03.043Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-30T14:03:03.052Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-30T14:03:03.052Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-30T14:03:03.052Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40012/head:refs/remotes/origin/PR-40012 +refs/heads/master:refs/remotes/origin/master [2019-09-30T14:03:03.308Z] > git config core.sparsecheckout # timeout=10 [2019-09-30T14:03:03.311Z] > git checkout -f 5aebd698579649f076276c70ab33e2f34634ad3e [2019-09-30T14:03:03.805Z] > git merge 5b57f41241cb0d8df5886a1db3d7920494a9e432 # timeout=10 [2019-09-30T14:03:03.818Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-30T14:03:03.827Z] > git config core.sparsecheckout # timeout=10 [2019-09-30T14:03:03.833Z] > git checkout -f 5aebd698579649f076276c70ab33e2f34634ad3e [2019-09-30T14:03:04.284Z] Commit message: "testutil: fix WithExperimental also setting "init"" [2019-09-30T14:03:04.851Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-30T14:03:04.851Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-30T14:03:04.851Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-40012/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-09-30T14:03:04.851Z] + bash /home/jenkins/workspace/moby_PR-40012/check-config.sh [2019-09-30T14:03:04.851Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-09-30T14:03:04.851Z] info: reading kernel config from /boot/config-4.4.0-164-generic ... [2019-09-30T14:03:04.851Z] [2019-09-30T14:03:04.851Z] Generally Necessary: [2019-09-30T14:03:04.851Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-09-30T14:03:04.851Z] - apparmor: enabled and tools installed [2019-09-30T14:03:04.851Z] - CONFIG_NAMESPACES: enabled [2019-09-30T14:03:04.851Z] - CONFIG_NET_NS: enabled [2019-09-30T14:03:04.878Z] Still waiting to schedule task [2019-09-30T14:03:04.878Z] Waiting for next available executor on ‘windows-2019’ [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-09-30T14:03:05.226Z] - CONFIG_PID_NS: enabled [2019-09-30T14:03:05.226Z] - CONFIG_IPC_NS: enabled [2019-09-30T14:03:05.226Z] - CONFIG_UTS_NS: enabled [2019-09-30T14:03:05.226Z] - CONFIG_CGROUPS: enabled [2019-09-30T14:03:05.226Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-09-30T14:03:05.226Z] - CONFIG_CGROUP_DEVICE: enabled [2019-09-30T14:03:05.226Z] - CONFIG_CGROUP_FREEZER: enabled [2019-09-30T14:03:05.226Z] - CONFIG_CGROUP_SCHED: enabled [2019-09-30T14:03:05.226Z] - CONFIG_CPUSETS: enabled [2019-09-30T14:03:05.226Z] - CONFIG_MEMCG: enabled [2019-09-30T14:03:05.226Z] - CONFIG_KEYS: enabled [2019-09-30T14:03:05.226Z] - CONFIG_VETH: enabled (as module) [2019-09-30T14:03:05.226Z] - CONFIG_BRIDGE: enabled (as module) [2019-09-30T14:03:05.226Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-09-30T14:03:05.226Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-09-30T14:03:05.226Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-09-30T14:03:05.226Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-09-30T14:03:05.226Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-09-30T14:03:05.226Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-09-30T14:03:05.226Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-09-30T14:03:05.226Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-09-30T14:03:05.226Z] - CONFIG_NF_NAT: enabled (as module) [2019-09-30T14:03:05.226Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-09-30T14:03:05.226Z] - CONFIG_POSIX_MQUEUE: enabled [2019-09-30T14:03:05.226Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2019-09-30T14:03:05.226Z] [2019-09-30T14:03:05.226Z] Optional Features: [2019-09-30T14:03:05.226Z] - CONFIG_USER_NS: enabled [2019-09-30T14:03:05.226Z] - CONFIG_SECCOMP: enabled [2019-09-30T14:03:05.226Z] - CONFIG_CGROUP_PIDS: enabled [2019-09-30T14:03:05.226Z] - CONFIG_MEMCG_SWAP: enabled [2019-09-30T14:03:05.226Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-09-30T14:03:05.226Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-09-30T14:03:05.226Z] - CONFIG_MEMCG_KMEM: enabled [2019-09-30T14:03:05.226Z] - CONFIG_BLK_CGROUP: enabled [2019-09-30T14:03:05.226Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-09-30T14:03:05.226Z] - CONFIG_IOSCHED_CFQ: enabled [2019-09-30T14:03:05.226Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-09-30T14:03:05.226Z] - CONFIG_CGROUP_PERF: enabled [2019-09-30T14:03:05.226Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-09-30T14:03:05.226Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-09-30T14:03:05.226Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-09-30T14:03:05.226Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-09-30T14:03:05.226Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-09-30T14:03:05.226Z] - CONFIG_RT_GROUP_SCHED: missing [2019-09-30T14:03:05.226Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-09-30T14:03:05.226Z] - CONFIG_IP_VS: enabled (as module) [2019-09-30T14:03:05.226Z] - CONFIG_IP_VS_NFCT: enabled [2019-09-30T14:03:05.226Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-09-30T14:03:05.226Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-09-30T14:03:05.226Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-09-30T14:03:05.226Z] - CONFIG_EXT4_FS: enabled [2019-09-30T14:03:05.226Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-09-30T14:03:05.226Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-09-30T14:03:05.226Z] - Network Drivers: [2019-09-30T14:03:05.226Z] - "overlay": [2019-09-30T14:03:05.226Z] - CONFIG_VXLAN: enabled (as module) [2019-09-30T14:03:05.226Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-09-30T14:03:05.226Z] Optional (for encrypted networks): [2019-09-30T14:03:05.226Z] - CONFIG_CRYPTO: enabled [2019-09-30T14:03:05.226Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2019-09-30T14:03:05.226Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2019-09-30T14:03:05.226Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2019-09-30T14:03:05.226Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2019-09-30T14:03:05.226Z] - CONFIG_XFRM: enabled [2019-09-30T14:03:05.226Z] - CONFIG_XFRM_USER: enabled (as module) [2019-09-30T14:03:05.226Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-09-30T14:03:05.226Z] - CONFIG_INET_ESP: enabled (as module) [2019-09-30T14:03:05.226Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-09-30T14:03:05.226Z] - "ipvlan": [2019-09-30T14:03:05.226Z] - CONFIG_IPVLAN: enabled (as module) [2019-09-30T14:03:05.226Z] - "macvlan": [2019-09-30T14:03:05.226Z] - CONFIG_MACVLAN: enabled (as module) [2019-09-30T14:03:05.226Z] - CONFIG_DUMMY: enabled (as module) [2019-09-30T14:03:05.226Z] - "ftp,tftp client in container": [2019-09-30T14:03:05.226Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-09-30T14:03:05.226Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-09-30T14:03:05.226Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-09-30T14:03:05.226Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-09-30T14:03:05.226Z] - Storage Drivers: [2019-09-30T14:03:05.226Z] - "aufs": [2019-09-30T14:03:05.226Z] - CONFIG_AUFS_FS: enabled (as module) [2019-09-30T14:03:05.226Z] - "btrfs": [2019-09-30T14:03:05.226Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-09-30T14:03:05.226Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-09-30T14:03:05.226Z] - "devicemapper": [2019-09-30T14:03:05.289Z] + docker version [2019-09-30T14:03:05.289Z] Client: Docker Engine - Community [2019-09-30T14:03:05.289Z] Version: 19.03.2 [2019-09-30T14:03:05.289Z] API version: 1.40 [2019-09-30T14:03:05.289Z] Go version: go1.12.8 [2019-09-30T14:03:05.289Z] Git commit: 6a30dfc [2019-09-30T14:03:05.289Z] Built: Thu Aug 29 05:29:11 2019 [2019-09-30T14:03:05.289Z] OS/Arch: linux/amd64 [2019-09-30T14:03:05.289Z] Experimental: false [2019-09-30T14:03:05.289Z] [2019-09-30T14:03:05.289Z] Server: Docker Engine - Community [2019-09-30T14:03:05.289Z] Engine: [2019-09-30T14:03:05.289Z] Version: 19.03.2 [2019-09-30T14:03:05.289Z] API version: 1.40 (minimum version 1.12) [2019-09-30T14:03:05.289Z] Go version: go1.12.8 [2019-09-30T14:03:05.289Z] Git commit: 6a30dfc [2019-09-30T14:03:05.289Z] Built: Thu Aug 29 05:27:45 2019 [2019-09-30T14:03:05.289Z] OS/Arch: linux/amd64 [2019-09-30T14:03:05.289Z] Experimental: true [2019-09-30T14:03:05.289Z] containerd: [2019-09-30T14:03:05.289Z] Version: 1.2.6 [2019-09-30T14:03:05.289Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-09-30T14:03:05.289Z] runc: [2019-09-30T14:03:05.289Z] Version: 1.0.0-rc8 [2019-09-30T14:03:05.289Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-30T14:03:05.289Z] docker-init: [2019-09-30T14:03:05.289Z] Version: 0.18.0 [2019-09-30T14:03:05.289Z] GitCommit: fec3683 [Pipeline] sh [2019-09-30T14:03:05.314Z] - CONFIG_BLK_DEV_DM: enabled [2019-09-30T14:03:05.314Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-09-30T14:03:05.314Z] - "overlay": [2019-09-30T14:03:05.314Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-09-30T14:03:05.314Z] - "zfs": [2019-09-30T14:03:05.314Z] - /dev/zfs: missing [2019-09-30T14:03:05.314Z] - zfs command: missing [2019-09-30T14:03:05.314Z] - zpool command: missing [2019-09-30T14:03:05.314Z] [2019-09-30T14:03:05.314Z] Limits: [2019-09-30T14:03:05.314Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-09-30T14:03:05.314Z] [2019-09-30T14:03:05.314Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-09-30T14:03:05.566Z] + docker info [2019-09-30T14:03:05.566Z] Client: [2019-09-30T14:03:05.566Z] Debug Mode: false [2019-09-30T14:03:05.566Z] [2019-09-30T14:03:05.566Z] Server: [2019-09-30T14:03:05.566Z] Containers: 0 [2019-09-30T14:03:05.566Z] Running: 0 [2019-09-30T14:03:05.566Z] Paused: 0 [2019-09-30T14:03:05.566Z] Stopped: 0 [2019-09-30T14:03:05.566Z] Images: 45 [2019-09-30T14:03:05.566Z] Server Version: 19.03.2 [2019-09-30T14:03:05.566Z] Storage Driver: overlay2 [2019-09-30T14:03:05.566Z] Backing Filesystem: extfs [2019-09-30T14:03:05.566Z] Supports d_type: true [2019-09-30T14:03:05.566Z] Native Overlay Diff: true [2019-09-30T14:03:05.566Z] Logging Driver: json-file [2019-09-30T14:03:05.566Z] Cgroup Driver: cgroupfs [2019-09-30T14:03:05.566Z] Plugins: [2019-09-30T14:03:05.566Z] Volume: local [2019-09-30T14:03:05.566Z] Network: bridge host ipvlan macvlan null overlay [2019-09-30T14:03:05.566Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-09-30T14:03:05.566Z] Swarm: inactive [2019-09-30T14:03:05.566Z] Runtimes: runc [2019-09-30T14:03:05.566Z] Default Runtime: runc [2019-09-30T14:03:05.566Z] Init Binary: docker-init [2019-09-30T14:03:05.566Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-09-30T14:03:05.566Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-30T14:03:05.566Z] init version: fec3683 [2019-09-30T14:03:05.566Z] Security Options: [2019-09-30T14:03:05.566Z] apparmor [2019-09-30T14:03:05.566Z] seccomp [2019-09-30T14:03:05.566Z] Profile: default [2019-09-30T14:03:05.566Z] Kernel Version: 4.15.0-1048-aws [2019-09-30T14:03:05.566Z] Operating System: Ubuntu 18.04.3 LTS [2019-09-30T14:03:05.566Z] OSType: linux [2019-09-30T14:03:05.566Z] Architecture: x86_64 [2019-09-30T14:03:05.566Z] CPUs: 2 [2019-09-30T14:03:05.566Z] Total Memory: 7.501GiB [2019-09-30T14:03:05.566Z] Name: ip-10-100-92-42 [2019-09-30T14:03:05.566Z] ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG [2019-09-30T14:03:05.566Z] Docker Root Dir: /var/lib/docker [2019-09-30T14:03:05.566Z] Debug Mode: false [2019-09-30T14:03:05.566Z] Registry: https://index.docker.io/v1/ [2019-09-30T14:03:05.566Z] Labels: [2019-09-30T14:03:05.566Z] Experimental: true [2019-09-30T14:03:05.566Z] Insecure Registries: [2019-09-30T14:03:05.566Z] 127.0.0.0/8 [2019-09-30T14:03:05.566Z] Live Restore Enabled: true [2019-09-30T14:03:05.566Z] [2019-09-30T14:03:05.566Z] WARNING: No swap limit support [Pipeline] sh [2019-09-30T14:03:06.143Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-30T14:03:06.143Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-30T14:03:06.143Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40012/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-09-30T14:03:06.143Z] + bash /home/ubuntu/workspace/moby_PR-40012/check-config.sh [2019-09-30T14:03:06.143Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-09-30T14:03:06.143Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2019-09-30T14:03:06.143Z] [2019-09-30T14:03:06.143Z] Generally Necessary: [2019-09-30T14:03:06.143Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-09-30T14:03:06.143Z] - apparmor: enabled and tools installed [2019-09-30T14:03:06.143Z] - CONFIG_NAMESPACES: enabled [2019-09-30T14:03:06.143Z] - CONFIG_NET_NS: enabled [2019-09-30T14:03:06.143Z] - CONFIG_PID_NS: enabled [2019-09-30T14:03:06.143Z] - CONFIG_IPC_NS: enabled [2019-09-30T14:03:06.143Z] - CONFIG_UTS_NS: enabled [2019-09-30T14:03:06.143Z] - CONFIG_CGROUPS: enabled [2019-09-30T14:03:06.143Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-09-30T14:03:06.143Z] - CONFIG_CGROUP_DEVICE: enabled [2019-09-30T14:03:06.143Z] - CONFIG_CGROUP_FREEZER: enabled [2019-09-30T14:03:06.143Z] - CONFIG_CGROUP_SCHED: enabled [2019-09-30T14:03:06.143Z] - CONFIG_CPUSETS: enabled [2019-09-30T14:03:06.143Z] - CONFIG_MEMCG: enabled [2019-09-30T14:03:06.143Z] - CONFIG_KEYS: enabled [2019-09-30T14:03:06.143Z] - CONFIG_VETH: enabled (as module) [2019-09-30T14:03:06.143Z] - CONFIG_BRIDGE: enabled (as module) [2019-09-30T14:03:06.143Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-09-30T14:03:06.143Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-09-30T14:03:06.143Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-09-30T14:03:06.143Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-09-30T14:03:06.143Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-09-30T14:03:06.143Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-09-30T14:03:06.143Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-09-30T14:03:06.143Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-09-30T14:03:06.143Z] - CONFIG_NF_NAT: enabled (as module) [2019-09-30T14:03:06.143Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-09-30T14:03:06.143Z] - CONFIG_POSIX_MQUEUE: enabled [2019-09-30T14:03:06.143Z] [2019-09-30T14:03:06.143Z] Optional Features: [2019-09-30T14:03:06.143Z] - CONFIG_USER_NS: enabled [2019-09-30T14:03:06.143Z] - CONFIG_SECCOMP: enabled [2019-09-30T14:03:06.143Z] - CONFIG_CGROUP_PIDS: enabled [2019-09-30T14:03:06.143Z] - CONFIG_MEMCG_SWAP: enabled [2019-09-30T14:03:06.143Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-09-30T14:03:06.252Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:5aebd698579649f076276c70ab33e2f34634ad3e . [2019-09-30T14:03:06.400Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-09-30T14:03:06.400Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2019-09-30T14:03:06.400Z] - CONFIG_BLK_CGROUP: enabled [2019-09-30T14:03:06.400Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-09-30T14:03:06.400Z] - CONFIG_IOSCHED_CFQ: enabled [2019-09-30T14:03:06.400Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-09-30T14:03:06.400Z] - CONFIG_CGROUP_PERF: enabled [2019-09-30T14:03:06.400Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-09-30T14:03:06.400Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-09-30T14:03:06.400Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-09-30T14:03:06.400Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-09-30T14:03:06.400Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-09-30T14:03:06.400Z] - CONFIG_RT_GROUP_SCHED: missing [2019-09-30T14:03:06.400Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-09-30T14:03:06.400Z] - CONFIG_IP_VS: enabled (as module) [2019-09-30T14:03:06.400Z] - CONFIG_IP_VS_NFCT: enabled [2019-09-30T14:03:06.400Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-09-30T14:03:06.400Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-09-30T14:03:06.400Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-09-30T14:03:06.400Z] - CONFIG_EXT4_FS: enabled [2019-09-30T14:03:06.400Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-09-30T14:03:06.400Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-09-30T14:03:06.400Z] - Network Drivers: [2019-09-30T14:03:06.400Z] - "overlay": [2019-09-30T14:03:06.400Z] - CONFIG_VXLAN: enabled (as module) [2019-09-30T14:03:06.400Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-09-30T14:03:06.400Z] Optional (for encrypted networks): [2019-09-30T14:03:06.400Z] - CONFIG_CRYPTO: enabled [2019-09-30T14:03:06.400Z] - CONFIG_CRYPTO_AEAD: enabled [2019-09-30T14:03:06.400Z] - CONFIG_CRYPTO_GCM: enabled [2019-09-30T14:03:06.400Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-09-30T14:03:06.400Z] - CONFIG_CRYPTO_GHASH: enabled [2019-09-30T14:03:06.400Z] - CONFIG_XFRM: enabled [2019-09-30T14:03:06.400Z] - CONFIG_XFRM_USER: enabled (as module) [2019-09-30T14:03:06.400Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-09-30T14:03:06.400Z] - CONFIG_INET_ESP: enabled (as module) [2019-09-30T14:03:06.400Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-09-30T14:03:06.400Z] - "ipvlan": [2019-09-30T14:03:06.400Z] - CONFIG_IPVLAN: enabled (as module) [2019-09-30T14:03:06.400Z] - "macvlan": [2019-09-30T14:03:06.400Z] - CONFIG_MACVLAN: enabled (as module) [2019-09-30T14:03:06.400Z] - CONFIG_DUMMY: enabled (as module) [2019-09-30T14:03:06.400Z] - "ftp,tftp client in container": [2019-09-30T14:03:06.400Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-09-30T14:03:06.400Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-09-30T14:03:06.400Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-09-30T14:03:06.400Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-09-30T14:03:06.400Z] - Storage Drivers: [2019-09-30T14:03:06.400Z] - "aufs": [2019-09-30T14:03:06.400Z] - CONFIG_AUFS_FS: enabled (as module) [2019-09-30T14:03:06.400Z] - "btrfs": [2019-09-30T14:03:06.400Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-09-30T14:03:06.400Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-09-30T14:03:06.400Z] - "devicemapper": [2019-09-30T14:03:06.655Z] - CONFIG_BLK_DEV_DM: enabled [2019-09-30T14:03:06.655Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-09-30T14:03:06.655Z] - "overlay": [2019-09-30T14:03:06.655Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-09-30T14:03:06.655Z] - "zfs": [2019-09-30T14:03:06.655Z] - /dev/zfs: missing [2019-09-30T14:03:06.655Z] - zfs command: missing [2019-09-30T14:03:06.655Z] - zpool command: missing [2019-09-30T14:03:06.655Z] [2019-09-30T14:03:06.655Z] Limits: [2019-09-30T14:03:06.655Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-09-30T14:03:06.655Z] [2019-09-30T14:03:06.655Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-09-30T14:03:06.971Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:5aebd698579649f076276c70ab33e2f34634ad3e . [2019-09-30T14:03:06.971Z] #1 [internal] load .dockerignore [2019-09-30T14:03:06.971Z] #1 transferring context: 87B done [2019-09-30T14:03:06.971Z] #1 DONE 0.0s [2019-09-30T14:03:06.971Z] [2019-09-30T14:03:06.971Z] #2 [internal] load build definition from Dockerfile [2019-09-30T14:03:06.971Z] #2 transferring dockerfile: 10.84kB done [2019-09-30T14:03:06.971Z] #2 DONE 0.0s [2019-09-30T14:03:06.971Z] [2019-09-30T14:03:06.971Z] #3 [internal] load metadata for docker.io/library/golang:1.13.1-stretch [2019-09-30T14:03:07.226Z] #3 DONE 0.3s [2019-09-30T14:03:07.226Z] [2019-09-30T14:03:07.226Z] #4 [base 1/2] FROM docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5... [2019-09-30T14:03:07.226Z] #4 resolve docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5aa16bf6e168eeaa7ec7b99eb8b91e46f14eccf02fd1bcdf6fc51ea3 done [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-09-30T14:03:07.485Z] #4 sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae 0B / 10.79MB 0.0s [2019-09-30T14:03:07.485Z] #4 sha256:f8c4e1a86e6d52be270d3f1f3c26ea3b56959a93643ff063b008b06ec4f84e42 5.47kB / 5.47kB done [2019-09-30T14:03:07.485Z] #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 0B / 45.38MB 0.0s [2019-09-30T14:03:07.485Z] #4 sha256:4530c6472b5d2a08201c9cd65f43a788e526eb4fe498a4fbe5e4d5688535cd21 0B / 4.34MB 0.0s [2019-09-30T14:03:07.485Z] #4 sha256:86f0859c5aa16bf6e168eeaa7ec7b99eb8b91e46f14eccf02fd1bcdf6fc51ea3 1.42kB / 1.42kB done [2019-09-30T14:03:07.485Z] #4 sha256:a219387d86d28db4e6e0c14b9331492648442460fc803d84a03ba582fa5217a6 1.80kB / 1.80kB done [2019-09-30T14:03:07.485Z] #4 sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae 5.76MB / 10.79MB 0.3s [2019-09-30T14:03:07.485Z] #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 18.12MB / 45.38MB 0.3s [2019-09-30T14:03:07.485Z] #4 sha256:4530c6472b5d2a08201c9cd65f43a788e526eb4fe498a4fbe5e4d5688535cd21 4.34MB / 4.34MB 0.2s done [2019-09-30T14:03:07.485Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 0B / 50.07MB 0.3s [2019-09-30T14:03:07.615Z] + docker version [2019-09-30T14:03:07.615Z] Client: Docker Engine - Community [2019-09-30T14:03:07.615Z] Version: 19.03.2 [2019-09-30T14:03:07.615Z] API version: 1.40 [2019-09-30T14:03:07.615Z] Go version: go1.12.8 [2019-09-30T14:03:07.615Z] Git commit: 6a30dfc [2019-09-30T14:03:07.615Z] Built: Thu Aug 29 05:29:11 2019 [2019-09-30T14:03:07.615Z] OS/Arch: linux/amd64 [2019-09-30T14:03:07.615Z] Experimental: false [2019-09-30T14:03:07.615Z] [2019-09-30T14:03:07.615Z] Server: Docker Engine - Community [2019-09-30T14:03:07.615Z] Engine: [2019-09-30T14:03:07.615Z] Version: 19.03.2 [2019-09-30T14:03:07.615Z] API version: 1.40 (minimum version 1.12) [2019-09-30T14:03:07.615Z] Go version: go1.12.8 [2019-09-30T14:03:07.615Z] Git commit: 6a30dfc [2019-09-30T14:03:07.615Z] Built: Thu Aug 29 05:27:45 2019 [2019-09-30T14:03:07.615Z] OS/Arch: linux/amd64 [2019-09-30T14:03:07.615Z] Experimental: true [2019-09-30T14:03:07.615Z] containerd: [2019-09-30T14:03:07.615Z] Version: 1.2.6 [2019-09-30T14:03:07.615Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-09-30T14:03:07.615Z] runc: [2019-09-30T14:03:07.615Z] Version: 1.0.0-rc8 [2019-09-30T14:03:07.615Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-30T14:03:07.615Z] docker-init: [2019-09-30T14:03:07.615Z] Version: 0.18.0 [2019-09-30T14:03:07.615Z] GitCommit: fec3683 [2019-09-30T14:03:07.616Z] Sending build context to Docker daemon 49.99MB [2019-09-30T14:03:07.616Z] Step 1/126 : ARG CROSS="false" [2019-09-30T14:03:07.616Z] Step 2/126 : ARG GO_VERSION=1.13.1 [2019-09-30T14:03:07.616Z] Step 3/126 : ARG DEBIAN_FRONTEND=noninteractive [2019-09-30T14:03:07.616Z] Step 4/126 : FROM golang:${GO_VERSION}-stretch AS base [2019-09-30T14:03:07.616Z] 1.13.1-stretch: Pulling from library/golang [Pipeline] sh [2019-09-30T14:03:07.897Z] + docker info [2019-09-30T14:03:07.897Z] Client: [2019-09-30T14:03:07.897Z] Debug Mode: false [2019-09-30T14:03:07.897Z] [2019-09-30T14:03:07.897Z] Server: [2019-09-30T14:03:07.897Z] Containers: 0 [2019-09-30T14:03:07.897Z] Running: 0 [2019-09-30T14:03:07.897Z] Paused: 0 [2019-09-30T14:03:07.897Z] Stopped: 0 [2019-09-30T14:03:07.897Z] Images: 22 [2019-09-30T14:03:07.897Z] Server Version: 19.03.2 [2019-09-30T14:03:07.897Z] Storage Driver: overlay2 [2019-09-30T14:03:07.897Z] Backing Filesystem: extfs [2019-09-30T14:03:07.897Z] Supports d_type: true [2019-09-30T14:03:07.897Z] Native Overlay Diff: true [2019-09-30T14:03:07.897Z] Logging Driver: json-file [2019-09-30T14:03:07.897Z] Cgroup Driver: cgroupfs [2019-09-30T14:03:07.897Z] Plugins: [2019-09-30T14:03:07.897Z] Volume: local [2019-09-30T14:03:07.897Z] Network: bridge host ipvlan macvlan null overlay [2019-09-30T14:03:07.897Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-09-30T14:03:07.897Z] Swarm: inactive [2019-09-30T14:03:07.897Z] Runtimes: runc [2019-09-30T14:03:07.897Z] Default Runtime: runc [2019-09-30T14:03:07.897Z] Init Binary: docker-init [2019-09-30T14:03:07.897Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-09-30T14:03:07.897Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-30T14:03:07.897Z] init version: fec3683 [2019-09-30T14:03:07.897Z] Security Options: [2019-09-30T14:03:07.897Z] apparmor [2019-09-30T14:03:07.897Z] seccomp [2019-09-30T14:03:07.897Z] Profile: default [2019-09-30T14:03:07.897Z] Kernel Version: 4.15.0-1048-aws [2019-09-30T14:03:07.897Z] Operating System: Ubuntu 18.04.3 LTS [2019-09-30T14:03:07.897Z] OSType: linux [2019-09-30T14:03:07.897Z] Architecture: x86_64 [2019-09-30T14:03:07.897Z] CPUs: 2 [2019-09-30T14:03:07.897Z] Total Memory: 7.501GiB [2019-09-30T14:03:07.897Z] Name: ip-10-100-118-211 [2019-09-30T14:03:07.897Z] ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG [2019-09-30T14:03:07.897Z] Docker Root Dir: /var/lib/docker [2019-09-30T14:03:07.897Z] Debug Mode: false [2019-09-30T14:03:07.897Z] Registry: https://index.docker.io/v1/ [2019-09-30T14:03:07.897Z] Labels: [2019-09-30T14:03:07.897Z] Experimental: true [2019-09-30T14:03:07.897Z] Insecure Registries: [2019-09-30T14:03:07.897Z] 127.0.0.0/8 [2019-09-30T14:03:07.897Z] Live Restore Enabled: true [2019-09-30T14:03:07.897Z] [2019-09-30T14:03:07.897Z] WARNING: No swap limit support [Pipeline] sh [2019-09-30T14:03:07.998Z] 5d4da55d9cf0: Pulling fs layer [2019-09-30T14:03:07.998Z] dad3041fe122: Pulling fs layer [2019-09-30T14:03:07.998Z] f6542c8f56fb: Pulling fs layer [2019-09-30T14:03:07.998Z] 25fa3a7ad4fa: Pulling fs layer [2019-09-30T14:03:07.998Z] 471e0aba6530: Pulling fs layer [2019-09-30T14:03:07.998Z] da9d4fe5b400: Pulling fs layer [2019-09-30T14:03:07.998Z] b17554aa6f80: Pulling fs layer [2019-09-30T14:03:07.998Z] 25fa3a7ad4fa: Waiting [2019-09-30T14:03:07.998Z] 471e0aba6530: Waiting [2019-09-30T14:03:07.998Z] da9d4fe5b400: Waiting [2019-09-30T14:03:07.998Z] b17554aa6f80: Waiting [2019-09-30T14:03:07.998Z] f6542c8f56fb: Verifying Checksum [2019-09-30T14:03:07.998Z] f6542c8f56fb: Download complete [2019-09-30T14:03:08.052Z] #4 sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae 10.79MB / 10.79MB 0.4s done [2019-09-30T14:03:08.052Z] #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 36.29MB / 45.38MB 0.6s [2019-09-30T14:03:08.052Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 23.29MB / 50.07MB 0.6s [2019-09-30T14:03:08.052Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 8.47MB / 57.69MB 0.6s [2019-09-30T14:03:08.052Z] #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 45.38MB / 45.38MB 0.8s [2019-09-30T14:03:08.052Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 32.37MB / 50.07MB 0.8s [2019-09-30T14:03:08.052Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 21.64MB / 57.69MB 0.8s [2019-09-30T14:03:08.179Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-30T14:03:08.179Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-30T14:03:08.179Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-40012/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-09-30T14:03:08.179Z] + bash /home/ubuntu/workspace/moby_PR-40012/check-config.sh [2019-09-30T14:03:08.179Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-09-30T14:03:08.179Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2019-09-30T14:03:08.179Z] [2019-09-30T14:03:08.179Z] Generally Necessary: [2019-09-30T14:03:08.179Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-09-30T14:03:08.179Z] - apparmor: enabled and tools installed [2019-09-30T14:03:08.179Z] - CONFIG_NAMESPACES: enabled [2019-09-30T14:03:08.179Z] - CONFIG_NET_NS: enabled [2019-09-30T14:03:08.179Z] - CONFIG_PID_NS: enabled [2019-09-30T14:03:08.179Z] - CONFIG_IPC_NS: enabled [2019-09-30T14:03:08.179Z] - CONFIG_UTS_NS: enabled [2019-09-30T14:03:08.179Z] - CONFIG_CGROUPS: enabled [2019-09-30T14:03:08.179Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-09-30T14:03:08.179Z] - CONFIG_CGROUP_DEVICE: enabled [2019-09-30T14:03:08.179Z] - CONFIG_CGROUP_FREEZER: enabled [2019-09-30T14:03:08.179Z] - CONFIG_CGROUP_SCHED: enabled [2019-09-30T14:03:08.179Z] - CONFIG_CPUSETS: enabled [2019-09-30T14:03:08.179Z] - CONFIG_MEMCG: enabled [2019-09-30T14:03:08.179Z] - CONFIG_KEYS: enabled [2019-09-30T14:03:08.179Z] - CONFIG_VETH: enabled (as module) [2019-09-30T14:03:08.179Z] - CONFIG_BRIDGE: enabled (as module) [2019-09-30T14:03:08.179Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-09-30T14:03:08.179Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-09-30T14:03:08.179Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-09-30T14:03:08.179Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-09-30T14:03:08.179Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-09-30T14:03:08.179Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-09-30T14:03:08.179Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-09-30T14:03:08.179Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-09-30T14:03:08.179Z] - CONFIG_NF_NAT: enabled (as module) [2019-09-30T14:03:08.179Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-09-30T14:03:08.179Z] - CONFIG_POSIX_MQUEUE: enabled [2019-09-30T14:03:08.179Z] [2019-09-30T14:03:08.179Z] Optional Features: [2019-09-30T14:03:08.179Z] - CONFIG_USER_NS: enabled [2019-09-30T14:03:08.179Z] - CONFIG_SECCOMP: enabled [2019-09-30T14:03:08.179Z] - CONFIG_CGROUP_PIDS: enabled [2019-09-30T14:03:08.179Z] - CONFIG_MEMCG_SWAP: enabled [2019-09-30T14:03:08.179Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-09-30T14:03:08.179Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-09-30T14:03:08.179Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2019-09-30T14:03:08.179Z] - CONFIG_BLK_CGROUP: enabled [2019-09-30T14:03:08.179Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-09-30T14:03:08.179Z] - CONFIG_IOSCHED_CFQ: enabled [2019-09-30T14:03:08.179Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-09-30T14:03:08.179Z] - CONFIG_CGROUP_PERF: enabled [2019-09-30T14:03:08.179Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-09-30T14:03:08.315Z] #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 45.38MB / 45.38MB 0.8s done [2019-09-30T14:03:08.315Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 37.89MB / 50.07MB 0.9s [2019-09-30T14:03:08.315Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 28.48MB / 57.69MB 0.9s [2019-09-30T14:03:08.315Z] #4 sha256:42ee48cf5b6bfec0abd81c07863ed0aaefcf9ca6954d567010208a89eb2fb586 0B / 120.05MB 0.9s [2019-09-30T14:03:08.315Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 41.51MB / 50.07MB 1.0s [2019-09-30T14:03:08.315Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 33.23MB / 57.69MB 1.0s [2019-09-30T14:03:08.438Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-09-30T14:03:08.438Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-09-30T14:03:08.438Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-09-30T14:03:08.438Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-09-30T14:03:08.438Z] - CONFIG_RT_GROUP_SCHED: missing [2019-09-30T14:03:08.438Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-09-30T14:03:08.438Z] - CONFIG_IP_VS: enabled (as module) [2019-09-30T14:03:08.438Z] - CONFIG_IP_VS_NFCT: enabled [2019-09-30T14:03:08.438Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-09-30T14:03:08.438Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-09-30T14:03:08.438Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-09-30T14:03:08.438Z] - CONFIG_EXT4_FS: enabled [2019-09-30T14:03:08.438Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-09-30T14:03:08.438Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-09-30T14:03:08.438Z] - Network Drivers: [2019-09-30T14:03:08.438Z] - "overlay": [2019-09-30T14:03:08.438Z] - CONFIG_VXLAN: enabled (as module) [2019-09-30T14:03:08.438Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-09-30T14:03:08.438Z] Optional (for encrypted networks): [2019-09-30T14:03:08.438Z] - CONFIG_CRYPTO: enabled [2019-09-30T14:03:08.438Z] - CONFIG_CRYPTO_AEAD: enabled [2019-09-30T14:03:08.438Z] - CONFIG_CRYPTO_GCM: enabled [2019-09-30T14:03:08.438Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-09-30T14:03:08.438Z] - CONFIG_CRYPTO_GHASH: enabled [2019-09-30T14:03:08.438Z] - CONFIG_XFRM: enabled [2019-09-30T14:03:08.438Z] - CONFIG_XFRM_USER: enabled (as module) [2019-09-30T14:03:08.438Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-09-30T14:03:08.438Z] - CONFIG_INET_ESP: enabled (as module) [2019-09-30T14:03:08.438Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-09-30T14:03:08.438Z] - "ipvlan": [2019-09-30T14:03:08.438Z] - CONFIG_IPVLAN: enabled (as module) [2019-09-30T14:03:08.438Z] - "macvlan": [2019-09-30T14:03:08.438Z] - CONFIG_MACVLAN: enabled (as module) [2019-09-30T14:03:08.438Z] - CONFIG_DUMMY: enabled (as module) [2019-09-30T14:03:08.438Z] - "ftp,tftp client in container": [2019-09-30T14:03:08.438Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-09-30T14:03:08.438Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-09-30T14:03:08.438Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-09-30T14:03:08.438Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-09-30T14:03:08.438Z] - Storage Drivers: [2019-09-30T14:03:08.438Z] - "aufs": [2019-09-30T14:03:08.438Z] - CONFIG_AUFS_FS: enabled (as module) [2019-09-30T14:03:08.438Z] - "btrfs": [2019-09-30T14:03:08.438Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-09-30T14:03:08.438Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-09-30T14:03:08.438Z] - "devicemapper": [2019-09-30T14:03:08.438Z] - CONFIG_BLK_DEV_DM: enabled [2019-09-30T14:03:08.438Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-09-30T14:03:08.438Z] - "overlay": [2019-09-30T14:03:08.438Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-09-30T14:03:08.438Z] - "zfs": [2019-09-30T14:03:08.438Z] - /dev/zfs: missing [2019-09-30T14:03:08.438Z] - zfs command: missing [2019-09-30T14:03:08.438Z] - zpool command: missing [2019-09-30T14:03:08.438Z] [2019-09-30T14:03:08.438Z] Limits: [2019-09-30T14:03:08.438Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-09-30T14:03:08.438Z] [2019-09-30T14:03:08.438Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-09-30T14:03:08.486Z] dad3041fe122: Verifying Checksum [2019-09-30T14:03:08.486Z] dad3041fe122: Download complete [2019-09-30T14:03:08.486Z] 5d4da55d9cf0: Verifying Checksum [2019-09-30T14:03:08.486Z] 5d4da55d9cf0: Download complete [2019-09-30T14:03:08.571Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 50.07MB / 50.07MB 1.2s [2019-09-30T14:03:08.571Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 41.05MB / 57.69MB 1.2s [2019-09-30T14:03:08.571Z] #4 sha256:42ee48cf5b6bfec0abd81c07863ed0aaefcf9ca6954d567010208a89eb2fb586 7.99MB / 120.05MB 1.2s [2019-09-30T14:03:08.571Z] #4 extracting sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b [2019-09-30T14:03:08.759Z] + sudo modprobe ip_vs [2019-09-30T14:03:08.759Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:5aebd698579649f076276c70ab33e2f34634ad3e . [2019-09-30T14:03:08.759Z] #1 [internal] load build definition from Dockerfile [2019-09-30T14:03:08.759Z] #1 transferring dockerfile: 10.84kB done [2019-09-30T14:03:08.759Z] #1 DONE 0.1s [2019-09-30T14:03:08.759Z] [2019-09-30T14:03:08.759Z] #2 [internal] load .dockerignore [2019-09-30T14:03:08.759Z] #2 transferring context: 87B done [2019-09-30T14:03:08.759Z] #2 DONE 0.1s [2019-09-30T14:03:08.759Z] [2019-09-30T14:03:08.759Z] #3 [internal] load metadata for docker.io/library/golang:1.13.1-stretch [2019-09-30T14:03:08.828Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 50.07MB / 50.07MB 1.2s done [2019-09-30T14:03:08.828Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 46.04MB / 57.69MB 1.4s [2019-09-30T14:03:08.828Z] #4 sha256:42ee48cf5b6bfec0abd81c07863ed0aaefcf9ca6954d567010208a89eb2fb586 14.37MB / 120.05MB 1.4s [2019-09-30T14:03:08.828Z] #4 sha256:54293c5706697c9e094a7ba9e16f83079e34e108bcbf1b02df3252705022c231 127B / 127B 1.3s done [2019-09-30T14:03:08.828Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 52.36MB / 57.69MB 1.5s [2019-09-30T14:03:08.828Z] #4 sha256:42ee48cf5b6bfec0abd81c07863ed0aaefcf9ca6954d567010208a89eb2fb586 21.52MB / 120.05MB 1.5s [2019-09-30T14:03:09.026Z] #3 DONE 0.3s [2019-09-30T14:03:09.084Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 57.52MB / 57.69MB 1.6s [2019-09-30T14:03:09.084Z] #4 sha256:42ee48cf5b6bfec0abd81c07863ed0aaefcf9ca6954d567010208a89eb2fb586 30.86MB / 120.05MB 1.7s [2019-09-30T14:03:09.084Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 57.69MB / 57.69MB 1.7s done [2019-09-30T14:03:09.084Z] #4 sha256:42ee48cf5b6bfec0abd81c07863ed0aaefcf9ca6954d567010208a89eb2fb586 44.91MB / 120.05MB 1.9s [2019-09-30T14:03:09.284Z] [2019-09-30T14:03:09.284Z] #18 [internal] load build context [2019-09-30T14:03:09.341Z] #4 sha256:42ee48cf5b6bfec0abd81c07863ed0aaefcf9ca6954d567010208a89eb2fb586 51.86MB / 120.05MB 2.0s [2019-09-30T14:03:09.544Z] #18 ... [2019-09-30T14:03:09.544Z] [2019-09-30T14:03:09.544Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-09-30T14:03:09.544Z] #64 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 0.4s done [2019-09-30T14:03:09.544Z] #64 DONE 0.4s [2019-09-30T14:03:09.544Z] [2019-09-30T14:03:09.544Z] #18 [internal] load build context [2019-09-30T14:03:09.598Z] #4 sha256:42ee48cf5b6bfec0abd81c07863ed0aaefcf9ca6954d567010208a89eb2fb586 58.56MB / 120.05MB 2.1s [2019-09-30T14:03:09.598Z] #4 sha256:42ee48cf5b6bfec0abd81c07863ed0aaefcf9ca6954d567010208a89eb2fb586 70.47MB / 120.05MB 2.2s [2019-09-30T14:03:09.598Z] #4 sha256:42ee48cf5b6bfec0abd81c07863ed0aaefcf9ca6954d567010208a89eb2fb586 78.19MB / 120.05MB 2.4s [2019-09-30T14:03:09.775Z] 471e0aba6530: Verifying Checksum [2019-09-30T14:03:09.775Z] 471e0aba6530: Download complete [2019-09-30T14:03:09.775Z] b17554aa6f80: Verifying Checksum [2019-09-30T14:03:09.775Z] b17554aa6f80: Download complete [2019-09-30T14:03:09.855Z] #4 sha256:42ee48cf5b6bfec0abd81c07863ed0aaefcf9ca6954d567010208a89eb2fb586 90.31MB / 120.05MB 2.6s [2019-09-30T14:03:10.110Z] #4 sha256:42ee48cf5b6bfec0abd81c07863ed0aaefcf9ca6954d567010208a89eb2fb586 97.25MB / 120.05MB 2.7s [2019-09-30T14:03:10.111Z] #4 sha256:42ee48cf5b6bfec0abd81c07863ed0aaefcf9ca6954d567010208a89eb2fb586 103.34MB / 120.05MB 2.8s [2019-09-30T14:03:10.111Z] #4 sha256:42ee48cf5b6bfec0abd81c07863ed0aaefcf9ca6954d567010208a89eb2fb586 109.63MB / 120.05MB 2.9s [2019-09-30T14:03:10.246Z] da9d4fe5b400: Verifying Checksum [2019-09-30T14:03:10.246Z] da9d4fe5b400: Download complete [2019-09-30T14:03:10.366Z] #4 sha256:42ee48cf5b6bfec0abd81c07863ed0aaefcf9ca6954d567010208a89eb2fb586 120.05MB / 120.05MB 3.0s [2019-09-30T14:03:10.621Z] #4 ... [2019-09-30T14:03:10.621Z] [2019-09-30T14:03:10.621Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-09-30T14:03:10.621Z] #64 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 0.7s done [2019-09-30T14:03:10.621Z] #64 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2019-09-30T14:03:10.621Z] #64 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2019-09-30T14:03:10.621Z] #64 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 1.1s done [2019-09-30T14:03:10.621Z] #64 extracting sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 1.4s done [2019-09-30T14:03:10.621Z] #64 DONE 2.7s [2019-09-30T14:03:10.621Z] [2019-09-30T14:03:10.621Z] #4 [base 1/2] FROM docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5... [2019-09-30T14:03:10.621Z] #4 sha256:42ee48cf5b6bfec0abd81c07863ed0aaefcf9ca6954d567010208a89eb2fb586 120.05MB / 120.05MB 3.2s done [2019-09-30T14:03:10.624Z] 5d4da55d9cf0: Pull complete [2019-09-30T14:03:10.624Z] 25fa3a7ad4fa: Verifying Checksum [2019-09-30T14:03:10.624Z] 25fa3a7ad4fa: Download complete [2019-09-30T14:03:11.016Z] dad3041fe122: Pull complete [2019-09-30T14:03:11.471Z] f6542c8f56fb: Pull complete [2019-09-30T14:03:11.987Z] #4 ... [2019-09-30T14:03:11.987Z] [2019-09-30T14:03:11.987Z] #18 [internal] load build context [2019-09-30T14:03:11.987Z] #18 transferring context: 45.51MB 4.3s done [2019-09-30T14:03:11.987Z] #18 DONE 4.4s [2019-09-30T14:03:11.987Z] [2019-09-30T14:03:11.987Z] #4 [base 1/2] FROM docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5... [2019-09-30T14:03:12.548Z] #4 extracting sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 4.0s done [2019-09-30T14:03:12.548Z] #4 extracting sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae [2019-09-30T14:03:12.823Z] #18 ... [2019-09-30T14:03:12.823Z] [2019-09-30T14:03:12.823Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-09-30T14:03:12.823Z] #64 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2019-09-30T14:03:12.823Z] #64 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2019-09-30T14:03:12.823Z] #64 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 1.6s done [2019-09-30T14:03:12.823Z] #64 extracting sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 1.4s done [2019-09-30T14:03:12.823Z] #64 DONE 3.1s [2019-09-30T14:03:12.823Z] [2019-09-30T14:03:12.823Z] #18 [internal] load build context [2019-09-30T14:03:13.082Z] #18 transferring context: 45.51MB 3.9s done [2019-09-30T14:03:13.082Z] #18 DONE 4.0s [2019-09-30T14:03:13.082Z] [2019-09-30T14:03:13.082Z] #4 [base 1/2] FROM docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5... [2019-09-30T14:03:13.082Z] #4 resolve docker.io/library/golang:1.13.1-stretch@sha256:86f0859c5aa16bf6e168eeaa7ec7b99eb8b91e46f14eccf02fd1bcdf6fc51ea3 done [2019-09-30T14:03:13.082Z] #4 sha256:86f0859c5aa16bf6e168eeaa7ec7b99eb8b91e46f14eccf02fd1bcdf6fc51ea3 1.42kB / 1.42kB done [2019-09-30T14:03:13.082Z] #4 sha256:a219387d86d28db4e6e0c14b9331492648442460fc803d84a03ba582fa5217a6 1.80kB / 1.80kB done [2019-09-30T14:03:13.082Z] #4 sha256:4530c6472b5d2a08201c9cd65f43a788e526eb4fe498a4fbe5e4d5688535cd21 4.34MB / 4.34MB 0.2s done [2019-09-30T14:03:13.082Z] #4 sha256:f8c4e1a86e6d52be270d3f1f3c26ea3b56959a93643ff063b008b06ec4f84e42 5.47kB / 5.47kB done [2019-09-30T14:03:13.082Z] #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 45.38MB / 45.38MB 0.9s done [2019-09-30T14:03:13.082Z] #4 sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae 10.79MB / 10.79MB 0.3s done [2019-09-30T14:03:13.082Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 50.07MB / 50.07MB 1.4s done [2019-09-30T14:03:13.082Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 57.69MB / 57.69MB 1.6s done [2019-09-30T14:03:13.082Z] #4 sha256:42ee48cf5b6bfec0abd81c07863ed0aaefcf9ca6954d567010208a89eb2fb586 120.05MB / 120.05MB 3.1s done [2019-09-30T14:03:13.082Z] #4 extracting sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 2.7s [2019-09-30T14:03:13.082Z] #4 sha256:54293c5706697c9e094a7ba9e16f83079e34e108bcbf1b02df3252705022c231 127B / 127B 1.5s done [2019-09-30T14:03:13.109Z] #4 extracting sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae 0.4s done [2019-09-30T14:03:13.109Z] #4 extracting sha256:4530c6472b5d2a08201c9cd65f43a788e526eb4fe498a4fbe5e4d5688535cd21 [2019-09-30T14:03:13.364Z] #4 extracting sha256:4530c6472b5d2a08201c9cd65f43a788e526eb4fe498a4fbe5e4d5688535cd21 0.1s done [2019-09-30T14:03:13.364Z] #4 extracting sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 0.1s [2019-09-30T14:03:13.393Z] 25fa3a7ad4fa: Pull complete [2019-09-30T14:03:14.451Z] #4 extracting sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 4.0s done [2019-09-30T14:03:14.451Z] #4 extracting sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae 0.1s [2019-09-30T14:03:14.536Z] Fetching without tags [2019-09-30T14:03:14.682Z] 471e0aba6530: Pull complete [2019-09-30T14:03:15.014Z] Merging remotes/origin/master commit 5b57f41241cb0d8df5886a1db3d7920494a9e432 into PR head commit 5aebd698579649f076276c70ab33e2f34634ad3e [2019-09-30T14:03:15.015Z] #4 extracting sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae 0.4s done [2019-09-30T14:03:15.015Z] #4 extracting sha256:4530c6472b5d2a08201c9cd65f43a788e526eb4fe498a4fbe5e4d5688535cd21 [2019-09-30T14:03:15.015Z] #4 extracting sha256:4530c6472b5d2a08201c9cd65f43a788e526eb4fe498a4fbe5e4d5688535cd21 0.1s done [2019-09-30T14:03:15.253Z] #4 extracting sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 1.9s done [2019-09-30T14:03:15.272Z] #4 extracting sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 0.1s [2019-09-30T14:03:15.508Z] #4 extracting sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 0.1s [2019-09-30T14:03:14.498Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-30T14:03:14.501Z] > git config --add remote.origin.fetch +refs/pull/40012/head:refs/remotes/origin/PR-40012 # timeout=10 [2019-09-30T14:03:14.505Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-30T14:03:14.521Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-30T14:03:14.541Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-30T14:03:14.541Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-30T14:03:14.543Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40012/head:refs/remotes/origin/PR-40012 +refs/heads/master:refs/remotes/origin/master [2019-09-30T14:03:15.020Z] > git config core.sparsecheckout # timeout=10 [2019-09-30T14:03:15.023Z] > git checkout -f 5aebd698579649f076276c70ab33e2f34634ad3e [2019-09-30T14:03:16.149Z] Merge succeeded, producing 5aebd698579649f076276c70ab33e2f34634ad3e [2019-09-30T14:03:16.150Z] Checking out Revision 5aebd698579649f076276c70ab33e2f34634ad3e (PR-40012) [2019-09-30T14:03:16.316Z] Commit message: "testutil: fix WithExperimental also setting "init"" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2019-09-30T14:03:17.166Z] #4 extracting sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 1.9s done [2019-09-30T14:03:17.166Z] #4 extracting sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 [Pipeline] sh [2019-09-30T14:03:17.394Z] #4 extracting sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 1.7s done [2019-09-30T14:03:17.394Z] #4 extracting sha256:42ee48cf5b6bfec0abd81c07863ed0aaefcf9ca6954d567010208a89eb2fb586 0.1s [2019-09-30T14:03:17.542Z] + docker version [2019-09-30T14:03:17.542Z] Client: [2019-09-30T14:03:17.542Z] Version: 18.06.1-ce [2019-09-30T14:03:17.542Z] API version: 1.38 [2019-09-30T14:03:17.542Z] Go version: go1.10.3 [2019-09-30T14:03:17.542Z] Git commit: e68fc7a [2019-09-30T14:03:17.542Z] Built: Tue Aug 21 17:26:10 2018 [2019-09-30T14:03:17.542Z] OS/Arch: linux/ppc64le [2019-09-30T14:03:17.542Z] Experimental: false [2019-09-30T14:03:17.542Z] [2019-09-30T14:03:17.542Z] Server: [2019-09-30T14:03:17.542Z] Engine: [2019-09-30T14:03:17.542Z] Version: 18.06.1-ce [2019-09-30T14:03:17.542Z] API version: 1.38 (minimum version 1.12) [2019-09-30T14:03:17.542Z] Go version: go1.10.3 [2019-09-30T14:03:17.542Z] Git commit: e68fc7a [2019-09-30T14:03:17.542Z] Built: Tue Aug 21 17:24:20 2018 [2019-09-30T14:03:17.542Z] OS/Arch: linux/ppc64le [2019-09-30T14:03:17.542Z] Experimental: true [Pipeline] sh [2019-09-30T14:03:17.902Z] da9d4fe5b400: Pull complete [2019-09-30T14:03:17.902Z] b17554aa6f80: Pull complete [2019-09-30T14:03:17.902Z] Digest: sha256:86f0859c5aa16bf6e168eeaa7ec7b99eb8b91e46f14eccf02fd1bcdf6fc51ea3 [2019-09-30T14:03:17.902Z] Status: Downloaded newer image for golang:1.13.1-stretch [2019-09-30T14:03:17.902Z] ---> 1d69509bbe69 [2019-09-30T14:03:17.902Z] Step 5/126 : ARG APT_MIRROR [2019-09-30T14:03:17.919Z] + docker info [2019-09-30T14:03:17.919Z] Containers: 0 [2019-09-30T14:03:17.919Z] Running: 0 [2019-09-30T14:03:17.919Z] Paused: 0 [2019-09-30T14:03:17.919Z] Stopped: 0 [2019-09-30T14:03:17.919Z] Images: 0 [2019-09-30T14:03:17.919Z] Server Version: 18.06.1-ce [2019-09-30T14:03:17.919Z] Storage Driver: overlay2 [2019-09-30T14:03:17.919Z] Backing Filesystem: extfs [2019-09-30T14:03:17.919Z] Supports d_type: true [2019-09-30T14:03:17.919Z] Native Overlay Diff: true [2019-09-30T14:03:17.919Z] Logging Driver: json-file [2019-09-30T14:03:17.919Z] Cgroup Driver: cgroupfs [2019-09-30T14:03:17.919Z] Plugins: [2019-09-30T14:03:17.919Z] Volume: local [2019-09-30T14:03:17.919Z] Network: bridge host ipvlan macvlan null overlay [2019-09-30T14:03:17.919Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2019-09-30T14:03:17.919Z] Swarm: inactive [2019-09-30T14:03:17.919Z] Runtimes: runc [2019-09-30T14:03:17.919Z] Default Runtime: runc [2019-09-30T14:03:17.919Z] Init Binary: docker-init [2019-09-30T14:03:17.919Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2019-09-30T14:03:17.919Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2019-09-30T14:03:17.919Z] init version: fec3683 [2019-09-30T14:03:17.919Z] Security Options: [2019-09-30T14:03:17.919Z] apparmor [2019-09-30T14:03:17.919Z] seccomp [2019-09-30T14:03:17.919Z] Profile: default [2019-09-30T14:03:17.919Z] Kernel Version: 4.4.0-139-generic [2019-09-30T14:03:17.919Z] Operating System: Ubuntu 16.04.3 LTS [2019-09-30T14:03:17.919Z] OSType: linux [2019-09-30T14:03:17.919Z] Architecture: ppc64le [2019-09-30T14:03:17.919Z] CPUs: 4 [2019-09-30T14:03:17.919Z] Total Memory: 7.972GiB [2019-09-30T14:03:17.919Z] Name: ppc64le-ubuntu-34 [2019-09-30T14:03:17.919Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2019-09-30T14:03:17.919Z] Docker Root Dir: /var/lib/docker [2019-09-30T14:03:17.919Z] Debug Mode (client): false [2019-09-30T14:03:17.919Z] Debug Mode (server): false [2019-09-30T14:03:17.919Z] Username: dockerbuildbot [2019-09-30T14:03:17.919Z] Registry: https://index.docker.io/v1/ [2019-09-30T14:03:17.919Z] Labels: [2019-09-30T14:03:17.919Z] Experimental: true [2019-09-30T14:03:17.919Z] Insecure Registries: [2019-09-30T14:03:17.919Z] 127.0.0.0/8 [2019-09-30T14:03:17.919Z] Live Restore Enabled: false [2019-09-30T14:03:17.919Z] [Pipeline] sh [2019-09-30T14:03:16.112Z] > git merge 5b57f41241cb0d8df5886a1db3d7920494a9e432 # timeout=10 [2019-09-30T14:03:16.137Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-30T14:03:16.154Z] > git config core.sparsecheckout # timeout=10 [2019-09-30T14:03:16.158Z] > git checkout -f 5aebd698579649f076276c70ab33e2f34634ad3e [2019-09-30T14:03:18.297Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-30T14:03:18.297Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-30T14:03:18.297Z] + curl -fsSL -o /home/docker/workspace/moby_PR-40012/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-09-30T14:03:18.397Z] ---> Running in 6e13ed3e7da6 [2019-09-30T14:03:18.397Z] Removing intermediate container 6e13ed3e7da6 [2019-09-30T14:03:18.397Z] ---> fad9b6fe5258 [2019-09-30T14:03:18.398Z] Step 6/126 : RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list [2019-09-30T14:03:18.398Z] ---> Running in df651e2c8bf0 [2019-09-30T14:03:18.581Z] + bash /home/docker/workspace/moby_PR-40012/check-config.sh [2019-09-30T14:03:18.581Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-09-30T14:03:18.581Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2019-09-30T14:03:18.581Z] [2019-09-30T14:03:18.581Z] Generally Necessary: [2019-09-30T14:03:18.581Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-09-30T14:03:18.581Z] - apparmor: enabled and tools installed [2019-09-30T14:03:18.581Z] - CONFIG_NAMESPACES: enabled [2019-09-30T14:03:18.581Z] - CONFIG_NET_NS: enabled [2019-09-30T14:03:18.581Z] - CONFIG_PID_NS: enabled [2019-09-30T14:03:18.581Z] - CONFIG_IPC_NS: enabled [2019-09-30T14:03:18.581Z] - CONFIG_UTS_NS: enabled [2019-09-30T14:03:18.581Z] - CONFIG_CGROUPS: enabled [2019-09-30T14:03:18.581Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-09-30T14:03:18.581Z] - CONFIG_CGROUP_DEVICE: enabled [2019-09-30T14:03:18.581Z] - CONFIG_CGROUP_FREEZER: enabled [2019-09-30T14:03:18.581Z] - CONFIG_CGROUP_SCHED: enabled [2019-09-30T14:03:18.581Z] - CONFIG_CPUSETS: enabled [2019-09-30T14:03:18.581Z] - CONFIG_MEMCG: enabled [2019-09-30T14:03:18.581Z] - CONFIG_KEYS: enabled [2019-09-30T14:03:18.581Z] - CONFIG_VETH: enabled (as module) [2019-09-30T14:03:18.581Z] - CONFIG_BRIDGE: enabled (as module) [2019-09-30T14:03:18.581Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-09-30T14:03:18.581Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-09-30T14:03:18.581Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-09-30T14:03:18.581Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-09-30T14:03:18.866Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-09-30T14:03:18.866Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-09-30T14:03:18.866Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-09-30T14:03:18.866Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-09-30T14:03:18.866Z] - CONFIG_NF_NAT: enabled (as module) [2019-09-30T14:03:18.866Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-09-30T14:03:18.866Z] - CONFIG_POSIX_MQUEUE: enabled [2019-09-30T14:03:18.866Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2019-09-30T14:03:18.866Z] [2019-09-30T14:03:18.866Z] Optional Features: [2019-09-30T14:03:18.866Z] - CONFIG_USER_NS: enabled [2019-09-30T14:03:18.866Z] - CONFIG_SECCOMP: enabled [2019-09-30T14:03:18.866Z] - CONFIG_CGROUP_PIDS: enabled [2019-09-30T14:03:18.866Z] - CONFIG_MEMCG_SWAP: enabled [2019-09-30T14:03:18.866Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-09-30T14:03:18.866Z] (cgroup swap accounting is currently enabled) [2019-09-30T14:03:18.866Z] - CONFIG_MEMCG_KMEM: enabled [2019-09-30T14:03:18.866Z] - CONFIG_BLK_CGROUP: enabled [2019-09-30T14:03:18.866Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-09-30T14:03:18.866Z] - CONFIG_IOSCHED_CFQ: enabled [2019-09-30T14:03:18.866Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-09-30T14:03:18.866Z] - CONFIG_CGROUP_PERF: enabled [2019-09-30T14:03:18.866Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-09-30T14:03:18.866Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-09-30T14:03:18.866Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-09-30T14:03:18.866Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-09-30T14:03:18.866Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-09-30T14:03:18.866Z] - CONFIG_RT_GROUP_SCHED: missing [2019-09-30T14:03:18.866Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-09-30T14:03:18.866Z] - CONFIG_IP_VS: enabled (as module) [2019-09-30T14:03:18.866Z] - CONFIG_IP_VS_NFCT: enabled [2019-09-30T14:03:18.866Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-09-30T14:03:18.866Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-09-30T14:03:19.061Z] #4 extracting sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 1.8s done [2019-09-30T14:03:19.149Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-09-30T14:03:19.149Z] - CONFIG_EXT4_FS: enabled [2019-09-30T14:03:19.149Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-09-30T14:03:19.149Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-09-30T14:03:19.149Z] - Network Drivers: [2019-09-30T14:03:19.149Z] - "overlay": [2019-09-30T14:03:19.149Z] - CONFIG_VXLAN: enabled (as module) [2019-09-30T14:03:19.149Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-09-30T14:03:19.149Z] Optional (for encrypted networks): [2019-09-30T14:03:19.149Z] - CONFIG_CRYPTO: enabled [2019-09-30T14:03:19.149Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2019-09-30T14:03:19.149Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2019-09-30T14:03:19.149Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2019-09-30T14:03:19.149Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2019-09-30T14:03:19.149Z] - CONFIG_XFRM: enabled [2019-09-30T14:03:19.149Z] - CONFIG_XFRM_USER: enabled (as module) [2019-09-30T14:03:19.149Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-09-30T14:03:19.149Z] - CONFIG_INET_ESP: enabled (as module) [2019-09-30T14:03:19.149Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-09-30T14:03:19.149Z] - "ipvlan": [2019-09-30T14:03:19.149Z] - CONFIG_IPVLAN: enabled (as module) [2019-09-30T14:03:19.149Z] - "macvlan": [2019-09-30T14:03:19.149Z] - CONFIG_MACVLAN: enabled (as module) [2019-09-30T14:03:19.149Z] - CONFIG_DUMMY: enabled (as module) [2019-09-30T14:03:19.149Z] - "ftp,tftp client in container": [2019-09-30T14:03:19.149Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-09-30T14:03:19.149Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-09-30T14:03:19.149Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-09-30T14:03:19.149Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-09-30T14:03:19.149Z] - Storage Drivers: [2019-09-30T14:03:19.149Z] - "aufs": [2019-09-30T14:03:19.149Z] - CONFIG_AUFS_FS: enabled (as module) [2019-09-30T14:03:19.149Z] - "btrfs": [2019-09-30T14:03:19.149Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-09-30T14:03:19.149Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-09-30T14:03:19.149Z] - "devicemapper": [2019-09-30T14:03:19.319Z] #4 extracting sha256:42ee48cf5b6bfec0abd81c07863ed0aaefcf9ca6954d567010208a89eb2fb586 0.1s [2019-09-30T14:03:19.431Z] - CONFIG_BLK_DEV_DM: enabled [2019-09-30T14:03:19.431Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-09-30T14:03:19.431Z] - "overlay": [2019-09-30T14:03:19.431Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-09-30T14:03:19.431Z] - "zfs": [2019-09-30T14:03:19.431Z] - /dev/zfs: missing [2019-09-30T14:03:19.431Z] - zfs command: missing [2019-09-30T14:03:19.431Z] - zpool command: missing [2019-09-30T14:03:19.431Z] [2019-09-30T14:03:19.431Z] Limits: [2019-09-30T14:03:19.431Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-09-30T14:03:19.431Z] [2019-09-30T14:03:19.431Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-09-30T14:03:19.714Z] Removing intermediate container df651e2c8bf0 [2019-09-30T14:03:19.714Z] ---> 59916ff85988 [2019-09-30T14:03:19.714Z] Step 7/126 : ENV GO111MODULE=off [2019-09-30T14:03:19.714Z] ---> Running in efe14628375e [2019-09-30T14:03:19.714Z] Removing intermediate container efe14628375e [2019-09-30T14:03:19.714Z] ---> 7f0d9d361d13 [2019-09-30T14:03:19.714Z] Step 8/126 : FROM base AS criu [2019-09-30T14:03:19.714Z] ---> 7f0d9d361d13 [2019-09-30T14:03:19.714Z] Step 9/126 : ARG DEBIAN_FRONTEND [2019-09-30T14:03:19.714Z] ---> Running in 1d65a472b87c [2019-09-30T14:03:19.714Z] Removing intermediate container 1d65a472b87c [2019-09-30T14:03:19.714Z] ---> 6959f1555dae [2019-09-30T14:03:19.714Z] Step 10/126 : ENV CRIU_VERSION 3.12 [2019-09-30T14:03:19.845Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:5aebd698579649f076276c70ab33e2f34634ad3e . [2019-09-30T14:03:20.084Z] ---> Running in 92d043f8c495 [2019-09-30T14:03:20.084Z] Removing intermediate container 92d043f8c495 [2019-09-30T14:03:20.084Z] ---> 78c6eaee99a9 [2019-09-30T14:03:20.084Z] Step 11/126 : RUN apt-get update && apt-get install -y --no-install-recommends libnet-dev libprotobuf-c-dev libprotobuf-dev libnl-3-dev libcap-dev protobuf-compiler protobuf-c-compiler python-protobuf && rm -rf /var/lib/apt/lists/* [2019-09-30T14:03:20.084Z] ---> Running in 0f8b4ad05b3c [2019-09-30T14:03:20.895Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-30T14:03:20.895Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-30T14:03:20.895Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-30T14:03:20.895Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-30T14:03:20.895Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-30T14:03:20.896Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [484 kB] [2019-09-30T14:03:21.263Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-30T14:03:21.263Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-30T14:03:21.559Z] #4 extracting sha256:42ee48cf5b6bfec0abd81c07863ed0aaefcf9ca6954d567010208a89eb2fb586 4.1s done [2019-09-30T14:03:21.559Z] #4 extracting sha256:54293c5706697c9e094a7ba9e16f83079e34e108bcbf1b02df3252705022c231 done [2019-09-30T14:03:21.559Z] #4 DONE 14.3s [2019-09-30T14:03:21.559Z] [2019-09-30T14:03:21.559Z] #5 [base 2/2] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-09-30T14:03:22.541Z] Sending build context to Docker daemon 49.99MB [2019-09-30T14:03:22.541Z] Step 1/126 : ARG CROSS="false" [2019-09-30T14:03:22.541Z] Step 2/126 : ARG GO_VERSION=1.13.1 [2019-09-30T14:03:22.541Z] Step 3/126 : ARG DEBIAN_FRONTEND=noninteractive [2019-09-30T14:03:22.541Z] Step 4/126 : FROM golang:${GO_VERSION}-stretch AS base [2019-09-30T14:03:22.541Z] 1.13.1-stretch: Pulling from library/golang [2019-09-30T14:03:22.576Z] Fetched 7669 kB in 1s (4595 kB/s) [2019-09-30T14:03:22.826Z] 10831a4d6f42: Pulling fs layer [2019-09-30T14:03:22.826Z] f794a2e4526b: Pulling fs layer [2019-09-30T14:03:22.826Z] e3fa2203e375: Pulling fs layer [2019-09-30T14:03:22.826Z] 004465f1c815: Pulling fs layer [2019-09-30T14:03:22.826Z] c19c19fc3c99: Pulling fs layer [2019-09-30T14:03:22.826Z] 43d8051f8c7f: Pulling fs layer [2019-09-30T14:03:22.826Z] 6c11edc0dc35: Pulling fs layer [2019-09-30T14:03:22.826Z] c19c19fc3c99: Waiting [2019-09-30T14:03:22.826Z] 43d8051f8c7f: Waiting [2019-09-30T14:03:22.826Z] 6c11edc0dc35: Waiting [2019-09-30T14:03:22.826Z] 004465f1c815: Waiting [2019-09-30T14:03:22.959Z] Reading package lists... [2019-09-30T14:03:23.110Z] e3fa2203e375: Verifying Checksum [2019-09-30T14:03:23.110Z] e3fa2203e375: Download complete [2019-09-30T14:03:23.495Z] #4 extracting sha256:42ee48cf5b6bfec0abd81c07863ed0aaefcf9ca6954d567010208a89eb2fb586 3.9s done [2019-09-30T14:03:23.495Z] #4 extracting sha256:54293c5706697c9e094a7ba9e16f83079e34e108bcbf1b02df3252705022c231 done [2019-09-30T14:03:23.495Z] #4 DONE 14.3s [2019-09-30T14:03:23.495Z] [2019-09-30T14:03:23.495Z] #5 [base 2/2] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-09-30T14:03:23.740Z] f794a2e4526b: Verifying Checksum [2019-09-30T14:03:23.740Z] f794a2e4526b: Download complete [2019-09-30T14:03:23.885Z] Reading package lists... [2019-09-30T14:03:23.885Z] Building dependency tree... [2019-09-30T14:03:23.885Z] Reading state information... [2019-09-30T14:03:23.885Z] The following additional packages will be installed: [2019-09-30T14:03:23.885Z] libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-09-30T14:03:23.885Z] libprotoc10 python-pkg-resources zlib1g-dev [2019-09-30T14:03:23.885Z] Suggested packages: [2019-09-30T14:03:23.885Z] manpages-dev python-setuptools [2019-09-30T14:03:24.285Z] The following NEW packages will be installed: [2019-09-30T14:03:24.285Z] libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-09-30T14:03:24.285Z] libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-09-30T14:03:24.285Z] protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-09-30T14:03:24.285Z] zlib1g-dev [2019-09-30T14:03:24.285Z] 0 upgraded, 16 newly installed, 0 to remove and 7 not upgraded. [2019-09-30T14:03:24.285Z] Need to get 3476 kB of archives. [2019-09-30T14:03:24.285Z] After this operation, 20.2 MB of additional disk space will be used. [2019-09-30T14:03:24.285Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1 s390x 1.1.6+dfsg-3 [57.1 kB] [2019-09-30T14:03:24.285Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libcap-dev s390x 1:2.25-1 [30.1 kB] [2019-09-30T14:03:24.285Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1-dev s390x 1.1.6+dfsg-3 [114 kB] [2019-09-30T14:03:24.285Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-200 s390x 3.2.27-2 [59.3 kB] [2019-09-30T14:03:24.285Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-dev s390x 3.2.27-2 [96.2 kB] [2019-09-30T14:03:24.285Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c1 s390x 1.2.1-2 [25.1 kB] [2019-09-30T14:03:24.285Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c-dev s390x 1.2.1-2 [32.5 kB] [2019-09-30T14:03:24.285Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x zlib1g-dev s390x 1:1.2.8.dfsg-5 [204 kB] [2019-09-30T14:03:24.285Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf10 s390x 3.0.0-9 [648 kB] [2019-09-30T14:03:24.285Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-lite10 s390x 3.0.0-9 [123 kB] [2019-09-30T14:03:24.285Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-dev s390x 3.0.0-9 [925 kB] [2019-09-30T14:03:24.285Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotoc10 s390x 3.0.0-9 [580 kB] [2019-09-30T14:03:24.285Z] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main s390x protobuf-c-compiler s390x 1.2.1-2 [73.1 kB] [2019-09-30T14:03:24.285Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main s390x protobuf-compiler s390x 3.0.0-9 [52.6 kB] [2019-09-30T14:03:24.285Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-pkg-resources all 33.1.1-1 [166 kB] [2019-09-30T14:03:24.285Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-protobuf s390x 3.0.0-9 [288 kB] [2019-09-30T14:03:24.285Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-30T14:03:24.285Z] Fetched 3476 kB in 0s (25.2 MB/s) [2019-09-30T14:03:24.285Z] Selecting previously unselected package libnet1:s390x. [2019-09-30T14:03:24.285Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14828 files and directories currently installed.) [2019-09-30T14:03:24.285Z] Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_s390x.deb ... [2019-09-30T14:03:24.285Z] Unpacking libnet1:s390x (1.1.6+dfsg-3) ... [2019-09-30T14:03:24.285Z] Selecting previously unselected package libcap-dev:s390x. [2019-09-30T14:03:24.285Z] Preparing to unpack .../01-libcap-dev_1%3a2.25-1_s390x.deb ... [2019-09-30T14:03:24.285Z] Unpacking libcap-dev:s390x (1:2.25-1) ... [2019-09-30T14:03:24.665Z] Selecting previously unselected package libnet1-dev. [2019-09-30T14:03:24.665Z] Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_s390x.deb ... [2019-09-30T14:03:24.665Z] Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-09-30T14:03:24.665Z] Selecting previously unselected package libnl-3-200:s390x. [2019-09-30T14:03:24.665Z] Preparing to unpack .../03-libnl-3-200_3.2.27-2_s390x.deb ... [2019-09-30T14:03:24.665Z] Unpacking libnl-3-200:s390x (3.2.27-2) ... [2019-09-30T14:03:24.665Z] Selecting previously unselected package libnl-3-dev:s390x. [2019-09-30T14:03:24.665Z] Preparing to unpack .../04-libnl-3-dev_3.2.27-2_s390x.deb ... [2019-09-30T14:03:24.665Z] Unpacking libnl-3-dev:s390x (3.2.27-2) ... [2019-09-30T14:03:24.665Z] Selecting previously unselected package libprotobuf-c1:s390x. [2019-09-30T14:03:24.665Z] Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_s390x.deb ... [2019-09-30T14:03:24.665Z] Unpacking libprotobuf-c1:s390x (1.2.1-2) ... [2019-09-30T14:03:24.665Z] Selecting previously unselected package libprotobuf-c-dev:s390x. [2019-09-30T14:03:24.665Z] Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_s390x.deb ... [2019-09-30T14:03:24.665Z] Unpacking libprotobuf-c-dev:s390x (1.2.1-2) ... [2019-09-30T14:03:24.665Z] Selecting previously unselected package zlib1g-dev:s390x. [2019-09-30T14:03:24.665Z] Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_s390x.deb ... [2019-09-30T14:03:24.665Z] Unpacking zlib1g-dev:s390x (1:1.2.8.dfsg-5) ... [2019-09-30T14:03:24.665Z] Selecting previously unselected package libprotobuf10:s390x. [2019-09-30T14:03:24.665Z] Preparing to unpack .../08-libprotobuf10_3.0.0-9_s390x.deb ... [2019-09-30T14:03:24.665Z] Unpacking libprotobuf10:s390x (3.0.0-9) ... [2019-09-30T14:03:24.820Z] #5 DONE 2.7s [2019-09-30T14:03:24.820Z] [2019-09-30T14:03:24.820Z] #22 [rootlesskit 1/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-30T14:03:24.820Z] #22 DONE 0.1s [2019-09-30T14:03:24.820Z] [2019-09-30T14:03:24.820Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-09-30T14:03:24.820Z] #6 ... [2019-09-30T14:03:24.820Z] [2019-09-30T14:03:24.820Z] #49 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-09-30T14:03:24.820Z] #49 DONE 0.1s [2019-09-30T14:03:24.820Z] [2019-09-30T14:03:24.820Z] #60 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-09-30T14:03:24.820Z] #60 DONE 0.1s [2019-09-30T14:03:24.820Z] [2019-09-30T14:03:24.820Z] #23 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-09-30T14:03:24.820Z] #23 DONE 0.1s [2019-09-30T14:03:24.820Z] [2019-09-30T14:03:24.820Z] #52 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-09-30T14:03:24.820Z] #52 DONE 0.2s [2019-09-30T14:03:24.820Z] [2019-09-30T14:03:24.820Z] #32 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-09-30T14:03:24.820Z] #32 DONE 0.2s [2019-09-30T14:03:24.820Z] [2019-09-30T14:03:24.820Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-30T14:03:24.820Z] #33 ... [2019-09-30T14:03:24.820Z] [2019-09-30T14:03:24.820Z] #29 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-09-30T14:03:24.820Z] #29 DONE 0.2s [2019-09-30T14:03:24.820Z] [2019-09-30T14:03:24.820Z] #26 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-09-30T14:03:24.820Z] #26 DONE 0.3s [2019-09-30T14:03:24.820Z] [2019-09-30T14:03:24.820Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-30T14:03:25.033Z] Selecting previously unselected package libprotobuf-lite10:s390x. [2019-09-30T14:03:25.033Z] Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_s390x.deb ... [2019-09-30T14:03:25.033Z] Unpacking libprotobuf-lite10:s390x (3.0.0-9) ... [2019-09-30T14:03:25.033Z] Selecting previously unselected package libprotobuf-dev:s390x. [2019-09-30T14:03:25.033Z] Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_s390x.deb ... [2019-09-30T14:03:25.033Z] Unpacking libprotobuf-dev:s390x (3.0.0-9) ... [2019-09-30T14:03:25.033Z] Selecting previously unselected package libprotoc10:s390x. [2019-09-30T14:03:25.033Z] Preparing to unpack .../11-libprotoc10_3.0.0-9_s390x.deb ... [2019-09-30T14:03:25.033Z] Unpacking libprotoc10:s390x (3.0.0-9) ... [2019-09-30T14:03:25.033Z] Selecting previously unselected package protobuf-c-compiler. [2019-09-30T14:03:25.033Z] Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_s390x.deb ... [2019-09-30T14:03:25.033Z] Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-09-30T14:03:25.033Z] Selecting previously unselected package protobuf-compiler. [2019-09-30T14:03:25.033Z] Preparing to unpack .../13-protobuf-compiler_3.0.0-9_s390x.deb ... [2019-09-30T14:03:25.033Z] Unpacking protobuf-compiler (3.0.0-9) ... [2019-09-30T14:03:25.033Z] Selecting previously unselected package python-pkg-resources. [2019-09-30T14:03:25.033Z] Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-09-30T14:03:25.033Z] Unpacking python-pkg-resources (33.1.1-1) ... [2019-09-30T14:03:25.408Z] Selecting previously unselected package python-protobuf. [2019-09-30T14:03:25.408Z] Preparing to unpack .../15-python-protobuf_3.0.0-9_s390x.deb ... [2019-09-30T14:03:25.408Z] Unpacking python-protobuf (3.0.0-9) ... [2019-09-30T14:03:25.408Z] Setting up libnet1:s390x (1.1.6+dfsg-3) ... [2019-09-30T14:03:25.408Z] Setting up libprotobuf-c1:s390x (1.2.1-2) ... [2019-09-30T14:03:25.408Z] Setting up python-pkg-resources (33.1.1-1) ... [2019-09-30T14:03:25.779Z] Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-09-30T14:03:25.779Z] Setting up libprotobuf10:s390x (3.0.0-9) ... [2019-09-30T14:03:25.779Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-30T14:03:25.779Z] Setting up python-protobuf (3.0.0-9) ... [2019-09-30T14:03:26.147Z] Setting up libcap-dev:s390x (1:2.25-1) ... [2019-09-30T14:03:26.147Z] Setting up libprotobuf-c-dev:s390x (1.2.1-2) ... [2019-09-30T14:03:26.147Z] Setting up libnl-3-200:s390x (3.2.27-2) ... [2019-09-30T14:03:26.147Z] Setting up libprotobuf-lite10:s390x (3.0.0-9) ... [2019-09-30T14:03:26.147Z] Setting up libprotoc10:s390x (3.0.0-9) ... [2019-09-30T14:03:26.453Z] 10831a4d6f42: Download complete [2019-09-30T14:03:26.517Z] Setting up protobuf-c-compiler (1.2.1-2) ... [2019-09-30T14:03:26.517Z] Setting up zlib1g-dev:s390x (1:1.2.8.dfsg-5) ... [2019-09-30T14:03:26.517Z] Setting up protobuf-compiler (3.0.0-9) ... [2019-09-30T14:03:26.517Z] Setting up libprotobuf-dev:s390x (3.0.0-9) ... [2019-09-30T14:03:26.517Z] Setting up libnl-3-dev:s390x (3.2.27-2) ... [2019-09-30T14:03:26.517Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-30T14:03:27.290Z] Removing intermediate container 0f8b4ad05b3c [2019-09-30T14:03:27.290Z] ---> 6a8b1ff21ff1 [2019-09-30T14:03:27.290Z] Step 12/126 : RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v${CRIU_VERSION}.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2019-09-30T14:03:27.290Z] ---> Running in e77f13cacdad [2019-09-30T14:03:27.476Z] 004465f1c815: Verifying Checksum [2019-09-30T14:03:27.476Z] 004465f1c815: Download complete [2019-09-30T14:03:27.672Z] #5 DONE 3.5s [2019-09-30T14:03:27.672Z] [2019-09-30T14:03:27.672Z] #22 [rootlesskit 1/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-30T14:03:27.672Z] #22 DONE 0.1s [2019-09-30T14:03:27.672Z] [2019-09-30T14:03:27.672Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-30T14:03:27.672Z] #15 ... [2019-09-30T14:03:27.672Z] [2019-09-30T14:03:27.672Z] #23 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-09-30T14:03:27.672Z] #23 DONE 0.2s [2019-09-30T14:03:27.672Z] [2019-09-30T14:03:27.672Z] #60 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-09-30T14:03:27.672Z] #60 DONE 0.2s [2019-09-30T14:03:27.672Z] [2019-09-30T14:03:27.672Z] #52 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-09-30T14:03:27.672Z] #52 DONE 0.3s [2019-09-30T14:03:27.672Z] [2019-09-30T14:03:27.672Z] #32 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-09-30T14:03:27.672Z] #32 DONE 0.3s [2019-09-30T14:03:27.672Z] [2019-09-30T14:03:27.672Z] #49 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-09-30T14:03:27.672Z] #49 DONE 0.4s [2019-09-30T14:03:27.672Z] [2019-09-30T14:03:27.672Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-30T14:03:27.672Z] #50 ... [2019-09-30T14:03:27.672Z] [2019-09-30T14:03:27.672Z] #26 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-09-30T14:03:27.672Z] #26 DONE 0.4s [2019-09-30T14:03:27.672Z] [2019-09-30T14:03:27.672Z] #29 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-09-30T14:03:27.672Z] #29 DONE 0.5s [2019-09-30T14:03:27.672Z] [2019-09-30T14:03:27.672Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-30T14:03:27.766Z] 6c11edc0dc35: Verifying Checksum [2019-09-30T14:03:27.766Z] 6c11edc0dc35: Download complete [2019-09-30T14:03:28.055Z] c19c19fc3c99: Verifying Checksum [2019-09-30T14:03:28.055Z] c19c19fc3c99: Download complete [2019-09-30T14:03:28.068Z] Note: Building without setproctitle() and strlcpy() support. [2019-09-30T14:03:28.068Z] To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-30T14:03:28.459Z] fatal: Not a git repository (or any of the parent directories): .git [2019-09-30T14:03:28.459Z]  GEN .gitid [2019-09-30T14:03:28.459Z] GEN criu/include/version.h [2019-09-30T14:03:28.459Z] GEN include/common/asm [2019-09-30T14:03:28.459Z] PBCC images/google/protobuf/descriptor.pb-c.c [2019-09-30T14:03:28.459Z] PBCC images/opts.pb-c.c [2019-09-30T14:03:28.459Z] PBCC images/sit.pb-c.c [2019-09-30T14:03:28.459Z] DEP images/google/protobuf/descriptor.pb-c.d [2019-09-30T14:03:28.459Z] DEP images/opts.pb-c.d [2019-09-30T14:03:28.459Z] DEP images/sit.pb-c.d [2019-09-30T14:03:28.459Z] PBCC images/macvlan.pb-c.c [2019-09-30T14:03:28.459Z] DEP images/macvlan.pb-c.d [2019-09-30T14:03:28.459Z] PBCC images/autofs.pb-c.c [2019-09-30T14:03:28.459Z] DEP images/autofs.pb-c.d [2019-09-30T14:03:28.459Z] PBCC images/sysctl.pb-c.c [2019-09-30T14:03:28.459Z] DEP images/sysctl.pb-c.d [2019-09-30T14:03:28.459Z] PBCC images/time.pb-c.c [2019-09-30T14:03:28.459Z] DEP images/time.pb-c.d [2019-09-30T14:03:28.459Z] PBCC images/binfmt-misc.pb-c.c [2019-09-30T14:03:28.459Z] DEP images/binfmt-misc.pb-c.d [2019-09-30T14:03:28.459Z] PBCC images/seccomp.pb-c.c [2019-09-30T14:03:28.459Z] DEP images/seccomp.pb-c.d [2019-09-30T14:03:28.459Z] PBCC images/userns.pb-c.c [2019-09-30T14:03:28.459Z] DEP images/userns.pb-c.d [2019-09-30T14:03:28.459Z] PBCC images/cgroup.pb-c.c [2019-09-30T14:03:28.459Z] DEP images/cgroup.pb-c.d [2019-09-30T14:03:28.459Z] PBCC images/fown.pb-c.c [2019-09-30T14:03:28.459Z] PBCC images/ext-file.pb-c.c [2019-09-30T14:03:28.459Z] DEP images/fown.pb-c.d [2019-09-30T14:03:28.459Z] DEP images/ext-file.pb-c.d [2019-09-30T14:03:28.459Z] PBCC images/rpc.pb-c.c [2019-09-30T14:03:28.459Z] DEP images/rpc.pb-c.d [2019-09-30T14:03:28.459Z] PBCC images/siginfo.pb-c.c [2019-09-30T14:03:28.459Z] DEP images/siginfo.pb-c.d [2019-09-30T14:03:28.919Z] PBCC images/pagemap.pb-c.c [2019-09-30T14:03:28.919Z] DEP images/pagemap.pb-c.d [2019-09-30T14:03:28.919Z] PBCC images/rlimit.pb-c.c [2019-09-30T14:03:28.919Z] DEP images/rlimit.pb-c.d [2019-09-30T14:03:28.919Z] PBCC images/file-lock.pb-c.c [2019-09-30T14:03:28.919Z] DEP images/file-lock.pb-c.d [2019-09-30T14:03:28.919Z] PBCC images/tty.pb-c.c [2019-09-30T14:03:28.919Z] DEP images/tty.pb-c.d [2019-09-30T14:03:28.919Z] PBCC images/tun.pb-c.c [2019-09-30T14:03:28.919Z] PBCC images/netdev.pb-c.c [2019-09-30T14:03:28.919Z] DEP images/tun.pb-c.d [2019-09-30T14:03:28.919Z] DEP images/netdev.pb-c.d [2019-09-30T14:03:28.919Z] PBCC images/vma.pb-c.c [2019-09-30T14:03:28.919Z] DEP images/vma.pb-c.d [2019-09-30T14:03:28.919Z] PBCC images/creds.pb-c.c [2019-09-30T14:03:28.919Z] DEP images/creds.pb-c.d [2019-09-30T14:03:28.919Z] PBCC images/utsns.pb-c.c [2019-09-30T14:03:28.919Z] DEP images/utsns.pb-c.d [2019-09-30T14:03:28.919Z] PBCC images/ipc-desc.pb-c.c [2019-09-30T14:03:28.919Z] PBCC images/ipc-sem.pb-c.c [2019-09-30T14:03:28.919Z] DEP images/ipc-desc.pb-c.d [2019-09-30T14:03:28.919Z] DEP images/ipc-sem.pb-c.d [2019-09-30T14:03:28.919Z] PBCC images/ipc-msg.pb-c.c [2019-09-30T14:03:28.919Z] DEP images/ipc-msg.pb-c.d [2019-09-30T14:03:28.919Z] PBCC images/ipc-shm.pb-c.c [2019-09-30T14:03:28.919Z] DEP images/ipc-shm.pb-c.d [2019-09-30T14:03:28.919Z] PBCC images/ipc-var.pb-c.c [2019-09-30T14:03:28.919Z] DEP images/ipc-var.pb-c.d [2019-09-30T14:03:28.919Z] PBCC images/sk-opts.pb-c.c [2019-09-30T14:03:28.919Z] PBCC images/packet-sock.pb-c.c [2019-09-30T14:03:28.919Z] DEP images/sk-opts.pb-c.d [2019-09-30T14:03:28.919Z] DEP images/packet-sock.pb-c.d [2019-09-30T14:03:28.919Z] PBCC images/sk-netlink.pb-c.c [2019-09-30T14:03:28.919Z] DEP images/sk-netlink.pb-c.d [2019-09-30T14:03:28.919Z] PBCC images/sk-inet.pb-c.c [2019-09-30T14:03:28.919Z] DEP images/sk-inet.pb-c.d [2019-09-30T14:03:28.919Z] PBCC images/sk-unix.pb-c.c [2019-09-30T14:03:28.919Z] DEP images/sk-unix.pb-c.d [2019-09-30T14:03:28.919Z] PBCC images/mm.pb-c.c [2019-09-30T14:03:28.919Z] DEP images/mm.pb-c.d [2019-09-30T14:03:28.919Z] PBCC images/timerfd.pb-c.c [2019-09-30T14:03:28.919Z] DEP images/timerfd.pb-c.d [2019-09-30T14:03:28.919Z] PBCC images/timer.pb-c.c [2019-09-30T14:03:28.919Z] DEP images/timer.pb-c.d [2019-09-30T14:03:28.919Z] PBCC images/sa.pb-c.c [2019-09-30T14:03:28.919Z] DEP images/sa.pb-c.d [2019-09-30T14:03:28.919Z] PBCC images/pipe-data.pb-c.c [2019-09-30T14:03:28.919Z] DEP images/pipe-data.pb-c.d [2019-09-30T14:03:28.919Z] PBCC images/mnt.pb-c.c [2019-09-30T14:03:28.919Z] DEP images/mnt.pb-c.d [2019-09-30T14:03:28.919Z] PBCC images/sk-packet.pb-c.c [2019-09-30T14:03:28.919Z] DEP images/sk-packet.pb-c.d [2019-09-30T14:03:28.919Z] PBCC images/tcp-stream.pb-c.c [2019-09-30T14:03:28.919Z] DEP images/tcp-stream.pb-c.d [2019-09-30T14:03:28.919Z] PBCC images/pipe.pb-c.c [2019-09-30T14:03:28.919Z] DEP images/pipe.pb-c.d [2019-09-30T14:03:28.919Z] PBCC images/pstree.pb-c.c [2019-09-30T14:03:28.919Z] DEP images/pstree.pb-c.d [2019-09-30T14:03:28.919Z] PBCC images/fs.pb-c.c [2019-09-30T14:03:28.919Z] DEP images/fs.pb-c.d [2019-09-30T14:03:28.919Z] PBCC images/signalfd.pb-c.c [2019-09-30T14:03:28.919Z] DEP images/signalfd.pb-c.d [2019-09-30T14:03:28.919Z] PBCC images/fh.pb-c.c [2019-09-30T14:03:28.919Z] PBCC images/fsnotify.pb-c.c [2019-09-30T14:03:28.919Z] DEP images/fh.pb-c.d [2019-09-30T14:03:28.919Z] DEP images/fsnotify.pb-c.d [2019-09-30T14:03:28.919Z] PBCC images/eventpoll.pb-c.c [2019-09-30T14:03:28.919Z] DEP images/eventpoll.pb-c.d [2019-09-30T14:03:28.919Z] PBCC images/eventfd.pb-c.c [2019-09-30T14:03:28.919Z] DEP images/eventfd.pb-c.d [2019-09-30T14:03:28.919Z] PBCC images/remap-file-path.pb-c.c [2019-09-30T14:03:28.919Z] DEP images/remap-file-path.pb-c.d [2019-09-30T14:03:28.919Z] PBCC images/fifo.pb-c.c [2019-09-30T14:03:28.919Z] DEP images/fifo.pb-c.d [2019-09-30T14:03:28.919Z] PBCC images/ghost-file.pb-c.c [2019-09-30T14:03:29.354Z] DEP images/ghost-file.pb-c.d [2019-09-30T14:03:29.354Z] PBCC images/regfile.pb-c.c [2019-09-30T14:03:29.354Z] DEP images/regfile.pb-c.d [2019-09-30T14:03:29.354Z] PBCC images/ns.pb-c.c [2019-09-30T14:03:29.354Z] DEP images/ns.pb-c.d [2019-09-30T14:03:29.354Z] PBCC images/fdinfo.pb-c.c [2019-09-30T14:03:29.354Z] DEP images/fdinfo.pb-c.d [2019-09-30T14:03:29.354Z] PBCC images/core-aarch64.pb-c.c [2019-09-30T14:03:29.354Z] PBCC images/core-arm.pb-c.c [2019-09-30T14:03:29.354Z] PBCC images/core-ppc64.pb-c.c [2019-09-30T14:03:29.354Z] PBCC images/core-s390.pb-c.c [2019-09-30T14:03:29.354Z] PBCC images/core-x86.pb-c.c [2019-09-30T14:03:29.354Z] PBCC images/core.pb-c.c [2019-09-30T14:03:29.354Z] PBCC images/inventory.pb-c.c [2019-09-30T14:03:29.354Z] DEP images/core-aarch64.pb-c.d [2019-09-30T14:03:29.354Z] DEP images/core-arm.pb-c.d [2019-09-30T14:03:29.354Z] DEP images/core-ppc64.pb-c.d [2019-09-30T14:03:29.354Z] DEP images/core-s390.pb-c.d [2019-09-30T14:03:29.354Z] DEP images/core-x86.pb-c.d [2019-09-30T14:03:29.354Z] DEP images/core.pb-c.d [2019-09-30T14:03:29.354Z] DEP images/inventory.pb-c.d [2019-09-30T14:03:29.354Z] PBCC images/cpuinfo.pb-c.c [2019-09-30T14:03:29.354Z] DEP images/cpuinfo.pb-c.d [2019-09-30T14:03:29.354Z] PBCC images/stats.pb-c.c [2019-09-30T14:03:29.354Z] DEP images/stats.pb-c.d [2019-09-30T14:03:29.354Z] make[1]: Nothing to be done for 'all'. [2019-09-30T14:03:29.745Z] CC images/stats.o [2019-09-30T14:03:29.745Z] CC images/core.o [2019-09-30T14:03:29.745Z] CC images/core-x86.o [2019-09-30T14:03:29.745Z] CC images/core-arm.o [2019-09-30T14:03:29.745Z] CC images/core-aarch64.o [2019-09-30T14:03:30.071Z] #27 ... [2019-09-30T14:03:30.071Z] [2019-09-30T14:03:30.071Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-30T14:03:30.071Z] #44 4.662 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-30T14:03:30.071Z] #44 4.667 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-30T14:03:30.071Z] #44 4.718 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-30T14:03:30.071Z] #44 4.748 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-30T14:03:30.071Z] #44 4.807 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-30T14:03:30.071Z] #44 5.696 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [499 kB] [2019-09-30T14:03:30.108Z] CC images/core-ppc64.o [2019-09-30T14:03:30.108Z] CC images/core-s390.o [2019-09-30T14:03:30.108Z] CC images/cpuinfo.o [2019-09-30T14:03:30.108Z] CC images/inventory.o [2019-09-30T14:03:30.108Z] CC images/fdinfo.o [2019-09-30T14:03:30.108Z] CC images/fown.o [2019-09-30T14:03:30.108Z] CC images/ns.o [2019-09-30T14:03:30.108Z] CC images/regfile.o [2019-09-30T14:03:30.475Z] CC images/ghost-file.o [2019-09-30T14:03:30.475Z] CC images/fifo.o [2019-09-30T14:03:30.475Z] CC images/remap-file-path.o [2019-09-30T14:03:30.475Z] CC images/eventfd.o [2019-09-30T14:03:30.475Z] CC images/eventpoll.o [2019-09-30T14:03:30.475Z] CC images/fh.o [2019-09-30T14:03:30.475Z] CC images/fsnotify.o [2019-09-30T14:03:30.475Z] CC images/signalfd.o [2019-09-30T14:03:30.475Z] CC images/fs.o [2019-09-30T14:03:30.475Z] CC images/pstree.o [2019-09-30T14:03:30.475Z] CC images/pipe.o [2019-09-30T14:03:30.634Z] #44 ... [2019-09-30T14:03:30.634Z] [2019-09-30T14:03:30.634Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-30T14:03:30.634Z] #50 5.878 + RM_GOPATH=0 [2019-09-30T14:03:30.634Z] #50 5.878 + TMP_GOPATH= [2019-09-30T14:03:30.634Z] #50 5.878 + : /build [2019-09-30T14:03:30.634Z] #50 5.878 + '[' -z '' ']' [2019-09-30T14:03:30.634Z] #50 5.883 ++ mktemp -d [2019-09-30T14:03:30.634Z] #50 5.885 + export GOPATH=/tmp/tmp.Dhfsa1FszF [2019-09-30T14:03:30.634Z] #50 5.885 + GOPATH=/tmp/tmp.Dhfsa1FszF [2019-09-30T14:03:30.634Z] #50 5.885 + RM_GOPATH=1 [2019-09-30T14:03:30.634Z] #50 5.885 ++ dirname ./install.sh [2019-09-30T14:03:30.634Z] #50 5.886 + dir=. [2019-09-30T14:03:30.634Z] #50 5.887 + bin=proxy [2019-09-30T14:03:30.634Z] #50 5.887 + shift [2019-09-30T14:03:30.634Z] #50 5.887 + '[' '!' -f ./proxy.installer ']' [2019-09-30T14:03:30.634Z] #50 5.888 + . ./proxy.installer [2019-09-30T14:03:30.634Z] #50 5.888 ++ LIBNETWORK_COMMIT=96bcc0dae898308ed659c5095526788a602f4726 [2019-09-30T14:03:30.634Z] #50 5.888 + install_proxy [2019-09-30T14:03:30.634Z] #50 5.889 + case "$1" in [2019-09-30T14:03:30.634Z] #50 5.889 + export CGO_ENABLED=0 [2019-09-30T14:03:30.634Z] #50 5.889 + CGO_ENABLED=0 [2019-09-30T14:03:30.634Z] #50 5.889 + _install_proxy [2019-09-30T14:03:30.634Z] #50 5.889 + echo 'Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726' [2019-09-30T14:03:30.634Z] #50 5.890 Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726 [2019-09-30T14:03:30.634Z] #50 5.890 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.Dhfsa1FszF/src/github.com/docker/libnetwork [2019-09-30T14:03:30.634Z] #50 5.898 Cloning into '/tmp/tmp.Dhfsa1FszF/src/github.com/docker/libnetwork'... [2019-09-30T14:03:30.862Z] CC images/tcp-stream.o [2019-09-30T14:03:30.862Z] CC images/sk-packet.o [2019-09-30T14:03:30.862Z] CC images/mnt.o [2019-09-30T14:03:30.862Z] CC images/pipe-data.o [2019-09-30T14:03:30.862Z] CC images/sa.o [2019-09-30T14:03:30.862Z] CC images/timer.o [2019-09-30T14:03:30.862Z] CC images/timerfd.o [2019-09-30T14:03:30.862Z] CC images/mm.o [2019-09-30T14:03:30.862Z] CC images/sk-opts.o [2019-09-30T14:03:30.862Z] CC images/sk-unix.o [2019-09-30T14:03:30.862Z] CC images/sk-inet.o [2019-09-30T14:03:30.862Z] CC images/tun.o [2019-09-30T14:03:30.895Z] #50 ... [2019-09-30T14:03:30.895Z] [2019-09-30T14:03:30.895Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-30T14:03:30.895Z] #27 6.019 + RM_GOPATH=0 [2019-09-30T14:03:30.895Z] #27 6.019 + TMP_GOPATH= [2019-09-30T14:03:30.895Z] #27 6.019 + : /build [2019-09-30T14:03:30.895Z] #27 6.019 + '[' -z '' ']' [2019-09-30T14:03:30.895Z] #27 6.019 ++ mktemp -d [2019-09-30T14:03:30.895Z] #27 6.020 + export GOPATH=/tmp/tmp.sKJLoV4Eoa [2019-09-30T14:03:30.895Z] #27 6.020 + GOPATH=/tmp/tmp.sKJLoV4Eoa [2019-09-30T14:03:30.895Z] #27 6.020 + RM_GOPATH=1 [2019-09-30T14:03:30.895Z] #27 6.020 ++ dirname ./install.sh [2019-09-30T14:03:30.895Z] #27 6.022 Installing gotestsum version v0.3.5 [2019-09-30T14:03:30.895Z] #27 6.022 + dir=. [2019-09-30T14:03:30.895Z] #27 6.022 + bin=gotestsum [2019-09-30T14:03:30.895Z] #27 6.022 + shift [2019-09-30T14:03:30.895Z] #27 6.022 + '[' '!' -f ./gotestsum.installer ']' [2019-09-30T14:03:30.895Z] #27 6.022 + . ./gotestsum.installer [2019-09-30T14:03:30.895Z] #27 6.022 ++ GOTESTSUM_COMMIT=v0.3.5 [2019-09-30T14:03:30.895Z] #27 6.022 + install_gotestsum [2019-09-30T14:03:30.895Z] #27 6.022 + echo 'Installing gotestsum version v0.3.5' [2019-09-30T14:03:30.895Z] #27 6.022 + go get -d gotest.tools/gotestsum [2019-09-30T14:03:31.228Z] CC images/sk-netlink.o [2019-09-30T14:03:31.228Z] CC images/packet-sock.o [2019-09-30T14:03:31.228Z] CC images/ipc-var.o [2019-09-30T14:03:31.228Z] CC images/ipc-desc.o [2019-09-30T14:03:31.228Z] CC images/ipc-shm.o [2019-09-30T14:03:31.228Z] CC images/ipc-msg.o [2019-09-30T14:03:31.228Z] CC images/ipc-sem.o [2019-09-30T14:03:31.228Z] CC images/utsns.o [2019-09-30T14:03:31.228Z] CC images/creds.o [2019-09-30T14:03:31.228Z] CC images/vma.o [2019-09-30T14:03:31.228Z] CC images/netdev.o [2019-09-30T14:03:31.556Z] 10831a4d6f42: Pull complete [2019-09-30T14:03:31.599Z] CC images/tty.o [2019-09-30T14:03:31.599Z] CC images/file-lock.o [2019-09-30T14:03:31.599Z] CC images/rlimit.o [2019-09-30T14:03:31.599Z] CC images/pagemap.o [2019-09-30T14:03:31.599Z] CC images/siginfo.o [2019-09-30T14:03:31.599Z] CC images/rpc.o [2019-09-30T14:03:31.599Z] CC images/ext-file.o [2019-09-30T14:03:31.840Z] f794a2e4526b: Pull complete [2019-09-30T14:03:31.975Z] CC images/cgroup.o [2019-09-30T14:03:31.975Z] CC images/userns.o [2019-09-30T14:03:31.975Z] CC images/google/protobuf/descriptor.o [2019-09-30T14:03:31.975Z] CC images/opts.o [2019-09-30T14:03:31.975Z] CC images/seccomp.o [2019-09-30T14:03:32.125Z] e3fa2203e375: Pull complete [2019-09-30T14:03:32.350Z] CC images/binfmt-misc.o [2019-09-30T14:03:32.350Z] CC images/time.o [2019-09-30T14:03:32.350Z] CC images/sysctl.o [2019-09-30T14:03:32.350Z] CC images/autofs.o [2019-09-30T14:03:32.350Z] CC images/macvlan.o [2019-09-30T14:03:32.350Z] CC images/sit.o [2019-09-30T14:03:32.350Z] LINK images/built-in.o [2019-09-30T14:03:32.351Z] GEN compel/include/asm [2019-09-30T14:03:32.351Z] GEN compel/include/version.h [2019-09-30T14:03:32.351Z] touch .config [2019-09-30T14:03:32.351Z] GEN include/common/config.h [2019-09-30T14:03:32.351Z] DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2019-09-30T14:03:32.351Z] GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-09-30T14:03:32.351Z] GEN compel/plugins/include/uapi/std/syscall.h [2019-09-30T14:03:32.351Z] GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2019-09-30T14:03:32.351Z] DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2019-09-30T14:03:32.351Z] DEP compel/arch/s390/plugins/std/parasite-head.d [2019-09-30T14:03:32.351Z] GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-09-30T14:03:32.351Z] DEP compel/plugins/std/infect.d [2019-09-30T14:03:32.351Z] DEP compel/plugins/std/string.d [2019-09-30T14:03:32.351Z] DEP compel/plugins/std/log.d [2019-09-30T14:03:32.351Z] DEP compel/plugins/std/fds.d [2019-09-30T14:03:32.351Z] DEP compel/plugins/std/std.d [2019-09-30T14:03:32.351Z] DEP compel/plugins/shmem/shmem.d [2019-09-30T14:03:32.721Z] DEP compel/plugins/fds/fds.d [2019-09-30T14:03:32.721Z] CC compel/plugins/std/std.o [2019-09-30T14:03:32.721Z] CC compel/plugins/std/fds.o [2019-09-30T14:03:32.721Z] CC compel/plugins/std/log.o [2019-09-30T14:03:32.721Z] CC compel/plugins/std/string.o [2019-09-30T14:03:32.959Z] #30 ... [2019-09-30T14:03:32.959Z] [2019-09-30T14:03:32.959Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:03:32.959Z] #57 4.454 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-30T14:03:32.959Z] #57 4.473 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-30T14:03:32.959Z] #57 4.473 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-30T14:03:32.959Z] #57 4.495 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-30T14:03:32.959Z] #57 4.566 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-30T14:03:32.959Z] #57 5.394 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [499 kB] [2019-09-30T14:03:33.095Z] CC compel/plugins/std/infect.o [2019-09-30T14:03:33.095Z] CC compel/arch/s390/plugins/std/parasite-head.o [2019-09-30T14:03:33.095Z] CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2019-09-30T14:03:33.095Z] CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2019-09-30T14:03:33.095Z] AR compel/plugins/std.lib.a [2019-09-30T14:03:33.095Z] CC compel/plugins/fds/fds.o [2019-09-30T14:03:33.095Z] AR compel/plugins/fds.lib.a [2019-09-30T14:03:33.095Z] HOSTDEP compel/src/lib/log-host.d [2019-09-30T14:03:33.095Z] HOSTDEP compel/src/lib/handle-elf-host.d [2019-09-30T14:03:33.095Z] HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2019-09-30T14:03:33.095Z] HOSTDEP compel/src/main-host.d [2019-09-30T14:03:33.095Z] DEP compel/src/lib/ptrace.d [2019-09-30T14:03:33.095Z] DEP compel/src/lib/infect.d [2019-09-30T14:03:33.095Z] DEP compel/src/lib/infect-util.d [2019-09-30T14:03:33.139Z] 43d8051f8c7f: Verifying Checksum [2019-09-30T14:03:33.139Z] 43d8051f8c7f: Download complete [2019-09-30T14:03:33.217Z] #57 ... [2019-09-30T14:03:33.217Z] [2019-09-30T14:03:33.217Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-30T14:03:33.217Z] #15 6.242 + mktemp -d [2019-09-30T14:03:33.217Z] #15 6.255 + export GOPATH=/tmp/tmp.nd6E4Fpt1Z [2019-09-30T14:03:33.217Z] #15 6.256 + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.nd6E4Fpt1Z/src/github.com/go-swagger/go-swagger [2019-09-30T14:03:33.217Z] #15 6.259 Cloning into '/tmp/tmp.nd6E4Fpt1Z/src/github.com/go-swagger/go-swagger'... [2019-09-30T14:03:33.538Z] DEP compel/src/lib/infect-rpc.d [2019-09-30T14:03:33.538Z] DEP compel/arch/s390/src/lib/infect.d [2019-09-30T14:03:33.538Z] DEP compel/arch/s390/src/lib/cpu.d [2019-09-30T14:03:33.538Z] DEP compel/src/lib/log.d [2019-09-30T14:03:33.538Z] DEP compel/src/main.d [2019-09-30T14:03:33.538Z] DEP compel/src/lib/handle-elf.d [2019-09-30T14:03:33.538Z] DEP compel/arch/s390/src/lib/handle-elf.d [2019-09-30T14:03:33.538Z] CC compel/src/lib/log.o [2019-09-30T14:03:33.538Z] CC compel/arch/s390/src/lib/cpu.o [2019-09-30T14:03:33.538Z] CC compel/arch/s390/src/lib/infect.o [2019-09-30T14:03:33.538Z] CC compel/src/lib/infect-rpc.o [2019-09-30T14:03:33.966Z] CC compel/src/lib/infect-util.o [2019-09-30T14:03:33.966Z] CC compel/src/lib/infect.o [2019-09-30T14:03:33.966Z] CC compel/src/lib/ptrace.o [2019-09-30T14:03:34.364Z] AR compel/libcompel.a [2019-09-30T14:03:34.364Z] HOSTCC compel/src/main-host.o [2019-09-30T14:03:34.364Z] HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2019-09-30T14:03:34.364Z] HOSTCC compel/src/lib/handle-elf-host.o [2019-09-30T14:03:34.364Z] HOSTCC compel/src/lib/log-host.o [2019-09-30T14:03:34.364Z] HOSTLINK compel/compel-host-bin [2019-09-30T14:03:34.364Z] DEP soccr/soccr.d [2019-09-30T14:03:34.364Z] CC soccr/soccr.o [2019-09-30T14:03:34.736Z] AR soccr/libsoccr.a [2019-09-30T14:03:34.736Z] make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-30T14:03:34.736Z] DEP criu/arch/s390/sigframe.d [2019-09-30T14:03:34.736Z] DEP criu/arch/s390/crtools.d [2019-09-30T14:03:34.736Z] DEP criu/arch/s390/cpu.d [2019-09-30T14:03:34.736Z] CC criu/arch/s390/cpu.o [2019-09-30T14:03:35.067Z] #27 ... [2019-09-30T14:03:35.067Z] [2019-09-30T14:03:35.067Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-30T14:03:35.067Z] #55 4.985 + mktemp -d [2019-09-30T14:03:35.067Z] #55 4.985 + export GOPATH=/tmp/tmp.ysfhqoN24e [2019-09-30T14:03:35.067Z] #55 4.985 + git clone https://github.com/docker/distribution.git /tmp/tmp.ysfhqoN24e/src/github.com/docker/distribution [2019-09-30T14:03:35.067Z] #55 4.985 Cloning into '/tmp/tmp.ysfhqoN24e/src/github.com/docker/distribution'... [2019-09-30T14:03:35.067Z] #55 ... [2019-09-30T14:03:35.067Z] [2019-09-30T14:03:35.067Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-30T14:03:35.067Z] #15 4.361 + mktemp -d [2019-09-30T14:03:35.067Z] #15 4.376 + export GOPATH=/tmp/tmp.hOwN5HSrqa [2019-09-30T14:03:35.067Z] #15 4.376 + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.hOwN5HSrqa/src/github.com/go-swagger/go-swagger [2019-09-30T14:03:35.067Z] #15 4.376 Cloning into '/tmp/tmp.hOwN5HSrqa/src/github.com/go-swagger/go-swagger'... [2019-09-30T14:03:35.067Z] #15 ... [2019-09-30T14:03:35.067Z] [2019-09-30T14:03:35.067Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:03:35.067Z] #35 4.951 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-30T14:03:35.067Z] #35 4.951 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-30T14:03:35.067Z] #35 5.029 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-30T14:03:35.067Z] #35 5.054 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-30T14:03:35.067Z] #35 5.069 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-30T14:03:35.067Z] #35 5.940 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [499 kB] [2019-09-30T14:03:35.067Z] #35 7.415 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-30T14:03:35.067Z] #35 8.291 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-30T14:03:35.067Z] #35 ... [2019-09-30T14:03:35.067Z] [2019-09-30T14:03:35.067Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-30T14:03:35.067Z] #30 6.433 + RM_GOPATH=0 [2019-09-30T14:03:35.067Z] #30 6.433 + TMP_GOPATH= [2019-09-30T14:03:35.067Z] #30 6.433 + : /build [2019-09-30T14:03:35.067Z] #30 6.433 + '[' -z '' ']' [2019-09-30T14:03:35.067Z] #30 6.439 ++ mktemp -d [2019-09-30T14:03:35.067Z] #30 6.443 + export GOPATH=/tmp/tmp.TQPc0ldVYC [2019-09-30T14:03:35.067Z] #30 6.443 + GOPATH=/tmp/tmp.TQPc0ldVYC [2019-09-30T14:03:35.067Z] #30 6.443 + RM_GOPATH=1 [2019-09-30T14:03:35.067Z] #30 6.443 ++ dirname ./install.sh [2019-09-30T14:03:35.067Z] #30 6.443 + dir=. [2019-09-30T14:03:35.067Z] #30 6.443 + bin=tomlv [2019-09-30T14:03:35.067Z] #30 6.443 + shift [2019-09-30T14:03:35.067Z] #30 6.456 + '[' '!' -f ./tomlv.installer ']' [2019-09-30T14:03:35.067Z] #30 6.457 + . ./tomlv.installer [2019-09-30T14:03:35.067Z] #30 6.457 ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-30T14:03:35.067Z] #30 6.457 + install_tomlv [2019-09-30T14:03:35.067Z] #30 6.461 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-09-30T14:03:35.067Z] #30 6.461 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.TQPc0ldVYC/src/github.com/BurntSushi/toml [2019-09-30T14:03:35.067Z] #30 6.461 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-30T14:03:35.067Z] #30 6.465 Cloning into '/tmp/tmp.TQPc0ldVYC/src/github.com/BurntSushi/toml'... [2019-09-30T14:03:35.067Z] #30 7.785 + cd /tmp/tmp.TQPc0ldVYC/src/github.com/BurntSushi/toml [2019-09-30T14:03:35.067Z] #30 7.785 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-30T14:03:35.067Z] #30 7.791 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-09-30T14:03:35.067Z] #30 8.652 internal/cpu [2019-09-30T14:03:35.067Z] #30 8.667 runtime/internal/atomic [2019-09-30T14:03:35.067Z] #30 8.833 runtime/internal/sys [2019-09-30T14:03:35.067Z] #30 9.134 runtime/internal/math [2019-09-30T14:03:35.067Z] #30 9.252 math/bits [2019-09-30T14:03:35.067Z] #30 9.354 internal/bytealg [2019-09-30T14:03:35.067Z] #30 9.746 math [2019-09-30T14:03:35.067Z] #30 ... [2019-09-30T14:03:35.067Z] [2019-09-30T14:03:35.067Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:03:35.067Z] #57 6.617 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-30T14:03:35.067Z] #57 6.617 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-30T14:03:35.067Z] #57 6.644 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-30T14:03:35.067Z] #57 6.662 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-30T14:03:35.067Z] #57 6.729 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-30T14:03:35.067Z] #57 7.379 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [499 kB] [2019-09-30T14:03:35.067Z] #57 9.490 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-30T14:03:35.067Z] #57 10.36 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-30T14:03:35.067Z] #57 ... [2019-09-30T14:03:35.067Z] [2019-09-30T14:03:35.067Z] #24 [golangci_lint 3/3] RUN PREFIX=/build ./install.sh golangci_lint [2019-09-30T14:03:35.067Z] #24 6.702 + RM_GOPATH=0 [2019-09-30T14:03:35.067Z] #24 6.702 + TMP_GOPATH= [2019-09-30T14:03:35.067Z] #24 6.702 + : /build [2019-09-30T14:03:35.067Z] #24 6.702 + '[' -z '' ']' [2019-09-30T14:03:35.067Z] #24 6.703 ++ mktemp -d [2019-09-30T14:03:35.067Z] #24 6.710 + export GOPATH=/tmp/tmp.sJ8wvcP10V [2019-09-30T14:03:35.067Z] #24 6.710 + GOPATH=/tmp/tmp.sJ8wvcP10V [2019-09-30T14:03:35.067Z] #24 6.710 + RM_GOPATH=1 [2019-09-30T14:03:35.067Z] #24 6.710 ++ dirname ./install.sh [2019-09-30T14:03:35.067Z] #24 6.710 + dir=. [2019-09-30T14:03:35.067Z] #24 6.710 + bin=golangci_lint [2019-09-30T14:03:35.067Z] #24 6.710 + shift [2019-09-30T14:03:35.067Z] #24 6.710 + '[' '!' -f ./golangci_lint.installer ']' [2019-09-30T14:03:35.067Z] #24 6.710 + . ./golangci_lint.installer [2019-09-30T14:03:35.067Z] #24 6.710 ++ : v1.17.1 [2019-09-30T14:03:35.067Z] #24 6.710 + install_golangci_lint [2019-09-30T14:03:35.067Z] #24 6.710 + echo 'Installing golangci-lint version v1.17.1' [2019-09-30T14:03:35.067Z] #24 6.710 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-09-30T14:03:35.067Z] #24 6.710 Installing golangci-lint version v1.17.1 [2019-09-30T14:03:35.067Z] #24 ... [2019-09-30T14:03:35.067Z] [2019-09-30T14:03:35.067Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-09-30T14:03:35.067Z] #61 6.965 + RM_GOPATH=0 [2019-09-30T14:03:35.067Z] #61 6.968 + TMP_GOPATH= [2019-09-30T14:03:35.067Z] #61 6.968 + : /build/ [2019-09-30T14:03:35.067Z] #61 6.969 + '[' -z '' ']' [2019-09-30T14:03:35.067Z] #61 6.971 ++ mktemp -d [2019-09-30T14:03:35.067Z] #61 6.977 + export GOPATH=/tmp/tmp.YcuKxNPUCR [2019-09-30T14:03:35.067Z] #61 6.978 + GOPATH=/tmp/tmp.YcuKxNPUCR [2019-09-30T14:03:35.067Z] #61 6.978 + RM_GOPATH=1 [2019-09-30T14:03:35.067Z] #61 6.978 ++ dirname ./install.sh [2019-09-30T14:03:35.067Z] #61 6.979 + dir=. [2019-09-30T14:03:35.067Z] #61 6.979 + bin=rootlesskit [2019-09-30T14:03:35.067Z] #61 6.979 + shift [2019-09-30T14:03:35.067Z] #61 6.979 + '[' '!' -f ./rootlesskit.installer ']' [2019-09-30T14:03:35.067Z] #61 6.979 + . ./rootlesskit.installer [2019-09-30T14:03:35.067Z] #61 6.980 ++ ROOTLESSKIT_COMMIT=791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-30T14:03:35.067Z] #61 6.985 + install_rootlesskit [2019-09-30T14:03:35.067Z] #61 6.985 + case "$1" in [2019-09-30T14:03:35.067Z] #61 6.985 + export CGO_ENABLED=0 [2019-09-30T14:03:35.067Z] #61 6.985 + CGO_ENABLED=0 [2019-09-30T14:03:35.067Z] #61 6.985 + _install_rootlesskit [2019-09-30T14:03:35.067Z] #61 6.986 + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-09-30T14:03:35.067Z] #61 6.986 Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-30T14:03:35.067Z] #61 6.986 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.YcuKxNPUCR/src/github.com/rootless-containers/rootlesskit [2019-09-30T14:03:35.067Z] #61 6.990 Cloning into '/tmp/tmp.YcuKxNPUCR/src/github.com/rootless-containers/rootlesskit'... [2019-09-30T14:03:35.100Z] CC criu/arch/s390/crtools.o [2019-09-30T14:03:35.100Z] CC criu/arch/s390/sigframe.o [2019-09-30T14:03:35.100Z] LINK criu/arch/s390/crtools.built-in.o [2019-09-30T14:03:35.100Z] DEP criu/arch/s390/vdso-pie.d [2019-09-30T14:03:35.100Z] DEP criu/pie/parasite-vdso.d [2019-09-30T14:03:35.100Z] DEP criu/pie/util-vdso.d [2019-09-30T14:03:35.100Z] DEP criu/pie/util.d [2019-09-30T14:03:35.324Z] #61 ... [2019-09-30T14:03:35.324Z] [2019-09-30T14:03:35.324Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-30T14:03:35.324Z] #53 6.797 + RM_GOPATH=0 [2019-09-30T14:03:35.324Z] #53 6.797 + TMP_GOPATH= [2019-09-30T14:03:35.324Z] #53 6.797 + : /build [2019-09-30T14:03:35.324Z] #53 6.797 + '[' -z '' ']' [2019-09-30T14:03:35.324Z] #53 6.800 ++ mktemp -d [2019-09-30T14:03:35.324Z] #53 6.811 + export GOPATH=/tmp/tmp.cp5gNqmkPR [2019-09-30T14:03:35.324Z] #53 6.811 + GOPATH=/tmp/tmp.cp5gNqmkPR [2019-09-30T14:03:35.324Z] #53 6.811 + RM_GOPATH=1 [2019-09-30T14:03:35.324Z] #53 6.813 ++ dirname ./install.sh [2019-09-30T14:03:35.324Z] #53 6.815 + dir=. [2019-09-30T14:03:35.324Z] #53 6.815 + bin=dockercli [2019-09-30T14:03:35.324Z] #53 6.815 + shift [2019-09-30T14:03:35.324Z] #53 6.815 + '[' '!' -f ./dockercli.installer ']' [2019-09-30T14:03:35.324Z] #53 6.815 + . ./dockercli.installer [2019-09-30T14:03:35.324Z] #53 6.818 ++ DOCKERCLI_CHANNEL=stable [2019-09-30T14:03:35.324Z] #53 6.818 ++ DOCKERCLI_VERSION=17.06.2-ce [2019-09-30T14:03:35.324Z] #53 6.826 + install_dockercli [2019-09-30T14:03:35.324Z] #53 6.826 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-09-30T14:03:35.324Z] #53 6.826 Install docker/cli version 17.06.2-ce from stable [2019-09-30T14:03:35.324Z] #53 6.827 ++ uname -m [2019-09-30T14:03:35.324Z] #53 6.840 + arch=x86_64 [2019-09-30T14:03:35.324Z] #53 6.843 + '[' x86_64 '!=' x86_64 ']' [2019-09-30T14:03:35.324Z] #53 6.843 + url=https://download.docker.com/linux/static [2019-09-30T14:03:35.324Z] #53 6.845 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2019-09-30T14:03:35.324Z] #53 6.847 + tar -xz docker/docker [2019-09-30T14:03:35.324Z] #53 ... [2019-09-30T14:03:35.324Z] [2019-09-30T14:03:35.324Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-09-30T14:03:35.324Z] #17 6.897 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-30T14:03:35.324Z] #17 6.899 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-30T14:03:35.324Z] #17 6.909 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-30T14:03:35.324Z] #17 6.945 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-30T14:03:35.324Z] #17 7.006 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-30T14:03:35.324Z] #17 7.780 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [499 kB] [2019-09-30T14:03:35.324Z] #17 9.452 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-30T14:03:35.324Z] #17 10.25 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-30T14:03:35.489Z] CC criu/pie/util.o [2019-09-30T14:03:35.489Z] CC criu/pie/util-vdso.o [2019-09-30T14:03:35.489Z] CC criu/pie/parasite-vdso.o [2019-09-30T14:03:35.489Z] CC criu/arch/s390/vdso-pie.o [2019-09-30T14:03:35.581Z] #17 ... [2019-09-30T14:03:35.581Z] [2019-09-30T14:03:35.581Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-30T14:03:35.581Z] #33 6.535 + RM_GOPATH=0 [2019-09-30T14:03:35.581Z] #33 6.535 + TMP_GOPATH= [2019-09-30T14:03:35.581Z] #33 6.535 + : /build [2019-09-30T14:03:35.581Z] #33 6.535 + '[' -z '' ']' [2019-09-30T14:03:35.581Z] #33 6.539 ++ mktemp -d [2019-09-30T14:03:35.581Z] #33 6.564 + export GOPATH=/tmp/tmp.TGhnqXKvRd [2019-09-30T14:03:35.581Z] #33 6.564 + GOPATH=/tmp/tmp.TGhnqXKvRd [2019-09-30T14:03:35.581Z] #33 6.564 + RM_GOPATH=1 [2019-09-30T14:03:35.581Z] #33 6.564 ++ dirname ./install.sh [2019-09-30T14:03:35.581Z] #33 6.570 + dir=. [2019-09-30T14:03:35.581Z] #33 6.570 + bin=vndr [2019-09-30T14:03:35.581Z] #33 6.570 + shift [2019-09-30T14:03:35.581Z] #33 6.570 + '[' '!' -f ./vndr.installer ']' [2019-09-30T14:03:35.581Z] #33 6.570 + . ./vndr.installer [2019-09-30T14:03:35.581Z] #33 6.570 ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-30T14:03:35.581Z] #33 6.570 + install_vndr [2019-09-30T14:03:35.581Z] #33 6.570 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-09-30T14:03:35.581Z] #33 6.570 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.TGhnqXKvRd/src/github.com/LK4D4/vndr [2019-09-30T14:03:35.581Z] #33 6.570 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-30T14:03:35.581Z] #33 6.576 Cloning into '/tmp/tmp.TGhnqXKvRd/src/github.com/LK4D4/vndr'... [2019-09-30T14:03:35.581Z] #33 7.879 + cd /tmp/tmp.TGhnqXKvRd/src/github.com/LK4D4/vndr [2019-09-30T14:03:35.581Z] #33 7.880 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-30T14:03:35.581Z] #33 7.885 + go build -buildmode=pie -v -o /build/vndr . [2019-09-30T14:03:35.581Z] #33 9.489 runtime/internal/atomic [2019-09-30T14:03:35.581Z] #33 9.507 internal/cpu [2019-09-30T14:03:35.581Z] #33 9.776 runtime/internal/sys [2019-09-30T14:03:35.581Z] #33 9.924 runtime/internal/math [2019-09-30T14:03:35.581Z] #33 9.976 internal/bytealg [2019-09-30T14:03:35.581Z] #33 10.03 internal/race [2019-09-30T14:03:35.581Z] #33 10.11 sync/atomic [2019-09-30T14:03:35.581Z] #33 10.46 unicode [2019-09-30T14:03:35.834Z] 004465f1c815: Pull complete [2019-09-30T14:03:35.837Z] #33 11.01 runtime [2019-09-30T14:03:35.874Z] AR criu/pie/pie.lib.a [2019-09-30T14:03:35.874Z] DEP criu/pie/restorer.d [2019-09-30T14:03:35.874Z] DEP criu/arch/s390/restorer.d [2019-09-30T14:03:35.874Z] DEP criu/pie/parasite.d [2019-09-30T14:03:35.874Z] CC criu/pie/parasite.o [2019-09-30T14:03:35.874Z] LINK criu/pie/parasite.built-in.o [2019-09-30T14:03:35.874Z] GEN criu/pie/parasite-blob.h [2019-09-30T14:03:35.874Z] CC criu/arch/s390/restorer.o [2019-09-30T14:03:36.259Z] CC criu/pie/restorer.o [2019-09-30T14:03:36.639Z] LINK criu/pie/restorer.built-in.o [2019-09-30T14:03:36.639Z] GEN criu/pie/restorer-blob.h [2019-09-30T14:03:36.639Z] DEP criu/vdso.d [2019-09-30T14:03:36.639Z] DEP criu/uts_ns.d [2019-09-30T14:03:36.639Z] DEP criu/util.d [2019-09-30T14:03:36.639Z] DEP criu/uffd.d [2019-09-30T14:03:36.639Z] DEP criu/tun.d [2019-09-30T14:03:37.020Z] DEP criu/tty.d [2019-09-30T14:03:37.020Z] DEP criu/timerfd.d [2019-09-30T14:03:37.020Z] DEP criu/sysfs_parse.d [2019-09-30T14:03:37.020Z] DEP criu/sysctl.d [2019-09-30T14:03:37.020Z] DEP criu/string.d [2019-09-30T14:03:37.020Z] DEP criu/stats.d [2019-09-30T14:03:37.020Z] DEP criu/sockets.d [2019-09-30T14:03:37.020Z] DEP criu/sk-unix.d [2019-09-30T14:03:37.020Z] DEP criu/sk-tcp.d [2019-09-30T14:03:37.020Z] DEP criu/sk-queue.d [2019-09-30T14:03:37.020Z] DEP criu/sk-packet.d [2019-09-30T14:03:37.020Z] DEP criu/sk-netlink.d [2019-09-30T14:03:37.396Z] #15 ... [2019-09-30T14:03:37.396Z] [2019-09-30T14:03:37.396Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-09-30T14:03:37.396Z] #17 5.666 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-30T14:03:37.396Z] #17 5.668 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-30T14:03:37.397Z] #17 5.705 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-30T14:03:37.397Z] #17 5.733 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-30T14:03:37.397Z] #17 5.738 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-30T14:03:37.397Z] #17 6.508 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [499 kB] [2019-09-30T14:03:37.397Z] #17 8.246 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-30T14:03:37.397Z] #17 9.109 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-30T14:03:37.397Z] #17 ... [2019-09-30T14:03:37.397Z] [2019-09-30T14:03:37.397Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-30T14:03:37.397Z] #55 4.316 + mktemp -d [2019-09-30T14:03:37.397Z] #55 4.316 + export GOPATH=/tmp/tmp.pMPKZlIkU2 [2019-09-30T14:03:37.397Z] #55 4.316 + git clone https://github.com/docker/distribution.git /tmp/tmp.pMPKZlIkU2/src/github.com/docker/distribution [2019-09-30T14:03:37.397Z] #55 4.316 Cloning into '/tmp/tmp.pMPKZlIkU2/src/github.com/docker/distribution'... [2019-09-30T14:03:37.397Z] #55 ... [2019-09-30T14:03:37.397Z] [2019-09-30T14:03:37.397Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:03:37.397Z] #35 6.241 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-30T14:03:37.397Z] #35 6.243 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-30T14:03:37.397Z] #35 6.277 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-30T14:03:37.397Z] #35 6.279 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-30T14:03:37.397Z] #35 6.302 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-30T14:03:37.397Z] #35 7.023 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [499 kB] [2019-09-30T14:03:37.397Z] #35 8.777 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-30T14:03:37.397Z] #35 9.831 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-30T14:03:37.397Z] #35 ... [2019-09-30T14:03:37.397Z] [2019-09-30T14:03:37.397Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-30T14:03:37.397Z] #44 6.276 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-30T14:03:37.397Z] #44 6.278 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-30T14:03:37.397Z] #44 6.324 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-30T14:03:37.397Z] #44 6.335 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-30T14:03:37.397Z] #44 6.373 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-30T14:03:37.397Z] #44 7.168 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [499 kB] [2019-09-30T14:03:37.397Z] #44 8.900 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-30T14:03:37.397Z] #44 9.839 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-30T14:03:37.397Z] #44 ... [2019-09-30T14:03:37.397Z] [2019-09-30T14:03:37.397Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-09-30T14:03:37.397Z] #6 7.585 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-30T14:03:37.397Z] #6 7.591 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-30T14:03:37.397Z] #6 7.660 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-30T14:03:37.397Z] #6 7.668 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-30T14:03:37.397Z] #6 7.731 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-30T14:03:37.397Z] #6 8.531 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [499 kB] [2019-09-30T14:03:37.397Z] #6 10.50 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-30T14:03:37.397Z] DEP criu/sk-inet.d [2019-09-30T14:03:37.397Z] DEP criu/signalfd.d [2019-09-30T14:03:37.397Z] DEP criu/sigframe.d [2019-09-30T14:03:37.397Z] DEP criu/shmem.d [2019-09-30T14:03:37.397Z] DEP criu/servicefd.d [2019-09-30T14:03:37.397Z] DEP criu/seize.d [2019-09-30T14:03:37.397Z] DEP criu/seccomp.d [2019-09-30T14:03:37.397Z] DEP criu/rst-malloc.d [2019-09-30T14:03:37.397Z] DEP criu/rbtree.d [2019-09-30T14:03:37.397Z] DEP criu/pstree.d [2019-09-30T14:03:37.397Z] DEP criu/protobuf.d [2019-09-30T14:03:37.397Z] GEN criu/protobuf-desc-gen.h [2019-09-30T14:03:37.654Z] #6 ... [2019-09-30T14:03:37.654Z] [2019-09-30T14:03:37.654Z] #24 [golangci_lint 3/3] RUN PREFIX=/build ./install.sh golangci_lint [2019-09-30T14:03:37.654Z] #24 6.738 + RM_GOPATH=0 [2019-09-30T14:03:37.654Z] #24 6.738 + TMP_GOPATH= [2019-09-30T14:03:37.654Z] #24 6.738 + : /build [2019-09-30T14:03:37.654Z] #24 6.738 + '[' -z '' ']' [2019-09-30T14:03:37.654Z] #24 6.738 ++ mktemp -d [2019-09-30T14:03:37.654Z] #24 6.746 + export GOPATH=/tmp/tmp.RkkKAbU2kQ [2019-09-30T14:03:37.654Z] #24 6.746 + GOPATH=/tmp/tmp.RkkKAbU2kQ [2019-09-30T14:03:37.654Z] #24 6.747 + RM_GOPATH=1 [2019-09-30T14:03:37.654Z] #24 6.748 ++ dirname ./install.sh [2019-09-30T14:03:37.654Z] #24 6.769 + dir=. [2019-09-30T14:03:37.654Z] #24 6.769 + bin=golangci_lint [2019-09-30T14:03:37.654Z] #24 6.770 + shift [2019-09-30T14:03:37.654Z] #24 6.770 + '[' '!' -f ./golangci_lint.installer ']' [2019-09-30T14:03:37.654Z] #24 6.770 + . ./golangci_lint.installer [2019-09-30T14:03:37.654Z] #24 6.771 ++ : v1.17.1 [2019-09-30T14:03:37.654Z] #24 6.771 + install_golangci_lint [2019-09-30T14:03:37.654Z] #24 6.772 + echo 'Installing golangci-lint version v1.17.1' [2019-09-30T14:03:37.654Z] #24 6.772 Installing golangci-lint version v1.17.1 [2019-09-30T14:03:37.654Z] #24 6.772 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-09-30T14:03:37.814Z] DEP criu/protobuf-desc.d [2019-09-30T14:03:37.814Z] DEP criu/proc_parse.d [2019-09-30T14:03:37.814Z] DEP criu/plugin.d [2019-09-30T14:03:37.814Z] DEP criu/pipes.d [2019-09-30T14:03:37.814Z] DEP criu/pie-util.d [2019-09-30T14:03:37.814Z] DEP criu/pie-util-vdso.d [2019-09-30T14:03:37.814Z] DEP criu/pie-util-vdso-elf32.d [2019-09-30T14:03:37.814Z] DEP criu/path.d [2019-09-30T14:03:37.911Z] #24 ... [2019-09-30T14:03:37.911Z] [2019-09-30T14:03:37.911Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-30T14:03:37.911Z] #53 6.379 + RM_GOPATH=0 [2019-09-30T14:03:37.911Z] #53 6.380 + TMP_GOPATH= [2019-09-30T14:03:37.911Z] #53 6.380 + : /build [2019-09-30T14:03:37.911Z] #53 6.380 + '[' -z '' ']' [2019-09-30T14:03:37.911Z] #53 6.385 ++ mktemp -d [2019-09-30T14:03:37.911Z] #53 6.393 + export GOPATH=/tmp/tmp.urdNLD7T75 [2019-09-30T14:03:37.911Z] #53 6.393 + GOPATH=/tmp/tmp.urdNLD7T75 [2019-09-30T14:03:37.911Z] #53 6.393 + RM_GOPATH=1 [2019-09-30T14:03:37.911Z] #53 6.393 ++ dirname ./install.sh [2019-09-30T14:03:37.911Z] #53 6.394 + dir=. [2019-09-30T14:03:37.911Z] #53 6.395 + bin=dockercli [2019-09-30T14:03:37.911Z] #53 6.395 + shift [2019-09-30T14:03:37.911Z] #53 6.395 + '[' '!' -f ./dockercli.installer ']' [2019-09-30T14:03:37.911Z] #53 6.395 + . ./dockercli.installer [2019-09-30T14:03:37.911Z] #53 6.395 ++ DOCKERCLI_CHANNEL=stable [2019-09-30T14:03:37.911Z] #53 6.395 ++ DOCKERCLI_VERSION=17.06.2-ce [2019-09-30T14:03:37.911Z] #53 6.396 + install_dockercli [2019-09-30T14:03:37.911Z] #53 6.396 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-09-30T14:03:37.911Z] #53 6.397 Install docker/cli version 17.06.2-ce from stable [2019-09-30T14:03:37.911Z] #53 6.397 ++ uname -m [2019-09-30T14:03:37.911Z] #53 6.403 + arch=x86_64 [2019-09-30T14:03:37.911Z] #53 6.403 + '[' x86_64 '!=' x86_64 ']' [2019-09-30T14:03:37.912Z] #53 6.403 + url=https://download.docker.com/linux/static [2019-09-30T14:03:37.912Z] #53 6.405 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2019-09-30T14:03:37.912Z] #53 6.409 + tar -xz docker/docker [2019-09-30T14:03:37.912Z] #53 ... [2019-09-30T14:03:37.912Z] [2019-09-30T14:03:37.912Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-30T14:03:37.912Z] #33 6.258 + RM_GOPATH=0 [2019-09-30T14:03:37.912Z] #33 6.258 + TMP_GOPATH= [2019-09-30T14:03:37.912Z] #33 6.260 + : /build [2019-09-30T14:03:37.912Z] #33 6.261 + '[' -z '' ']' [2019-09-30T14:03:37.912Z] #33 6.262 ++ mktemp -d [2019-09-30T14:03:37.912Z] #33 6.268 + export GOPATH=/tmp/tmp.vhTR82P1Ul [2019-09-30T14:03:37.912Z] #33 6.268 + GOPATH=/tmp/tmp.vhTR82P1Ul [2019-09-30T14:03:37.912Z] #33 6.269 + RM_GOPATH=1 [2019-09-30T14:03:37.912Z] #33 6.270 ++ dirname ./install.sh [2019-09-30T14:03:37.912Z] #33 6.271 + dir=. [2019-09-30T14:03:37.912Z] #33 6.272 + bin=vndr [2019-09-30T14:03:37.912Z] #33 6.272 + shift [2019-09-30T14:03:37.912Z] #33 6.272 + '[' '!' -f ./vndr.installer ']' [2019-09-30T14:03:37.912Z] #33 6.277 + . ./vndr.installer [2019-09-30T14:03:37.912Z] #33 6.277 ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-30T14:03:37.912Z] #33 6.277 + install_vndr [2019-09-30T14:03:37.912Z] #33 6.279 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-09-30T14:03:37.912Z] #33 6.279 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-30T14:03:37.912Z] #33 6.280 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.vhTR82P1Ul/src/github.com/LK4D4/vndr [2019-09-30T14:03:37.912Z] #33 6.287 Cloning into '/tmp/tmp.vhTR82P1Ul/src/github.com/LK4D4/vndr'... [2019-09-30T14:03:37.912Z] #33 7.332 + cd /tmp/tmp.vhTR82P1Ul/src/github.com/LK4D4/vndr [2019-09-30T14:03:37.912Z] #33 7.332 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-30T14:03:37.912Z] #33 7.368 + go build -buildmode=pie -v -o /build/vndr . [2019-09-30T14:03:37.912Z] #33 9.042 runtime/internal/atomic [2019-09-30T14:03:37.912Z] #33 9.074 internal/cpu [2019-09-30T14:03:37.912Z] #33 9.361 runtime/internal/sys [2019-09-30T14:03:37.912Z] #33 9.581 runtime/internal/math [2019-09-30T14:03:37.912Z] #33 9.643 internal/bytealg [2019-09-30T14:03:37.912Z] #33 9.728 internal/race [2019-09-30T14:03:37.912Z] #33 9.821 sync/atomic [2019-09-30T14:03:37.912Z] #33 10.09 unicode [2019-09-30T14:03:37.912Z] #33 10.45 runtime [2019-09-30T14:03:38.169Z] #33 ... [2019-09-30T14:03:38.169Z] [2019-09-30T14:03:38.169Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-30T14:03:38.169Z] #27 6.125 + RM_GOPATH=0 [2019-09-30T14:03:38.169Z] #27 6.125 + TMP_GOPATH= [2019-09-30T14:03:38.169Z] #27 6.126 + : /build [2019-09-30T14:03:38.169Z] #27 6.126 + '[' -z '' ']' [2019-09-30T14:03:38.169Z] #27 6.128 ++ mktemp -d [2019-09-30T14:03:38.169Z] #27 6.132 + export GOPATH=/tmp/tmp.FBR8BoPMF1 [2019-09-30T14:03:38.169Z] #27 6.133 + GOPATH=/tmp/tmp.FBR8BoPMF1 [2019-09-30T14:03:38.169Z] #27 6.133 + RM_GOPATH=1 [2019-09-30T14:03:38.169Z] #27 6.133 ++ dirname ./install.sh [2019-09-30T14:03:38.169Z] #27 6.141 + dir=. [2019-09-30T14:03:38.169Z] #27 6.141 + bin=gotestsum [2019-09-30T14:03:38.169Z] #27 6.141 + shift [2019-09-30T14:03:38.169Z] #27 6.141 + '[' '!' -f ./gotestsum.installer ']' [2019-09-30T14:03:38.169Z] #27 6.141 + . ./gotestsum.installer [2019-09-30T14:03:38.169Z] #27 6.142 ++ GOTESTSUM_COMMIT=v0.3.5 [2019-09-30T14:03:38.169Z] #27 6.143 + install_gotestsum [2019-09-30T14:03:38.169Z] #27 6.143 + echo 'Installing gotestsum version v0.3.5' [2019-09-30T14:03:38.169Z] #27 6.143 Installing gotestsum version v0.3.5 [2019-09-30T14:03:38.169Z] #27 6.143 + go get -d gotest.tools/gotestsum [2019-09-30T14:03:38.169Z] #27 ... [2019-09-30T14:03:38.169Z] [2019-09-30T14:03:38.169Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-09-30T14:03:38.169Z] #61 6.210 + RM_GOPATH=0 [2019-09-30T14:03:38.169Z] #61 6.210 + TMP_GOPATH= [2019-09-30T14:03:38.169Z] #61 6.210 + : /build/ [2019-09-30T14:03:38.169Z] #61 6.210 + '[' -z '' ']' [2019-09-30T14:03:38.169Z] #61 6.214 ++ mktemp -d [2019-09-30T14:03:38.169Z] #61 6.216 + export GOPATH=/tmp/tmp.qsroAiW0br [2019-09-30T14:03:38.169Z] #61 6.216 + GOPATH=/tmp/tmp.qsroAiW0br [2019-09-30T14:03:38.169Z] #61 6.216 + RM_GOPATH=1 [2019-09-30T14:03:38.169Z] #61 6.220 ++ dirname ./install.sh [2019-09-30T14:03:38.169Z] #61 6.240 + dir=. [2019-09-30T14:03:38.169Z] #61 6.240 + bin=rootlesskit [2019-09-30T14:03:38.169Z] #61 6.240 + shift [2019-09-30T14:03:38.169Z] #61 6.240 + '[' '!' -f ./rootlesskit.installer ']' [2019-09-30T14:03:38.169Z] #61 6.241 + . ./rootlesskit.installer [2019-09-30T14:03:38.169Z] #61 6.241 ++ ROOTLESSKIT_COMMIT=791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-30T14:03:38.169Z] #61 6.241 + install_rootlesskit [2019-09-30T14:03:38.169Z] #61 6.241 + case "$1" in [2019-09-30T14:03:38.169Z] #61 6.242 + export CGO_ENABLED=0 [2019-09-30T14:03:38.169Z] #61 6.242 + CGO_ENABLED=0 [2019-09-30T14:03:38.169Z] #61 6.242 + _install_rootlesskit [2019-09-30T14:03:38.169Z] #61 6.242 + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-09-30T14:03:38.169Z] #61 6.243 Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-30T14:03:38.169Z] #61 6.244 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.qsroAiW0br/src/github.com/rootless-containers/rootlesskit [2019-09-30T14:03:38.169Z] #61 6.264 Cloning into '/tmp/tmp.qsroAiW0br/src/github.com/rootless-containers/rootlesskit'... [2019-09-30T14:03:38.169Z] #61 10.19 + cd /tmp/tmp.qsroAiW0br/src/github.com/rootless-containers/rootlesskit [2019-09-30T14:03:38.169Z] #61 10.20 + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-30T14:03:38.169Z] #61 10.52 + for f in rootlesskit rootlesskit-docker-proxy [2019-09-30T14:03:38.169Z] #61 10.52 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-09-30T14:03:38.294Z] DEP criu/parasite-syscall.d [2019-09-30T14:03:38.294Z] DEP criu/pagemap.d [2019-09-30T14:03:38.294Z] DEP criu/pagemap-cache.d [2019-09-30T14:03:38.294Z] DEP criu/page-xfer.d [2019-09-30T14:03:38.294Z] DEP criu/page-pipe.d [2019-09-30T14:03:38.294Z] DEP criu/netfilter.d [2019-09-30T14:03:38.294Z] DEP criu/net.d [2019-09-30T14:03:38.294Z] DEP criu/namespaces.d [2019-09-30T14:03:38.294Z] DEP criu/mount.d [2019-09-30T14:03:38.294Z] DEP criu/mem.d [2019-09-30T14:03:38.294Z] DEP criu/lsm.d [2019-09-30T14:03:38.294Z] DEP criu/log.d [2019-09-30T14:03:38.427Z] #61 ... [2019-09-30T14:03:38.427Z] [2019-09-30T14:03:38.427Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-30T14:03:38.427Z] #30 6.308 + RM_GOPATH=0 [2019-09-30T14:03:38.427Z] #30 6.308 + TMP_GOPATH= [2019-09-30T14:03:38.427Z] #30 6.308 + : /build [2019-09-30T14:03:38.427Z] #30 6.308 + '[' -z '' ']' [2019-09-30T14:03:38.427Z] #30 6.308 ++ mktemp -d [2019-09-30T14:03:38.427Z] #30 6.310 + export GOPATH=/tmp/tmp.hwMjzQ11cF [2019-09-30T14:03:38.427Z] #30 6.310 + GOPATH=/tmp/tmp.hwMjzQ11cF [2019-09-30T14:03:38.427Z] #30 6.311 + RM_GOPATH=1 [2019-09-30T14:03:38.427Z] #30 6.312 ++ dirname ./install.sh [2019-09-30T14:03:38.427Z] #30 6.314 + dir=. [2019-09-30T14:03:38.427Z] #30 6.315 + bin=tomlv [2019-09-30T14:03:38.427Z] #30 6.315 + shift [2019-09-30T14:03:38.427Z] #30 6.315 + '[' '!' -f ./tomlv.installer ']' [2019-09-30T14:03:38.427Z] #30 6.315 + . ./tomlv.installer [2019-09-30T14:03:38.427Z] #30 6.317 ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-30T14:03:38.427Z] #30 6.323 + install_tomlv [2019-09-30T14:03:38.427Z] #30 6.323 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-09-30T14:03:38.427Z] #30 6.323 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.hwMjzQ11cF/src/github.com/BurntSushi/toml [2019-09-30T14:03:38.427Z] #30 6.323 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-30T14:03:38.427Z] #30 6.327 Cloning into '/tmp/tmp.hwMjzQ11cF/src/github.com/BurntSushi/toml'... [2019-09-30T14:03:38.427Z] #30 7.747 + cd /tmp/tmp.hwMjzQ11cF/src/github.com/BurntSushi/toml [2019-09-30T14:03:38.427Z] #30 7.781 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-30T14:03:38.427Z] #30 7.803 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-09-30T14:03:38.427Z] #30 8.568 runtime/internal/atomic [2019-09-30T14:03:38.427Z] #30 8.613 internal/cpu [2019-09-30T14:03:38.427Z] #30 8.899 runtime/internal/sys [2019-09-30T14:03:38.427Z] #30 9.030 runtime/internal/math [2019-09-30T14:03:38.427Z] #30 9.153 math/bits [2019-09-30T14:03:38.427Z] #30 9.448 internal/bytealg [2019-09-30T14:03:38.427Z] #30 9.730 math [2019-09-30T14:03:38.427Z] #30 10.43 runtime [2019-09-30T14:03:38.647Z] c19c19fc3c99: Pull complete [2019-09-30T14:03:38.707Z] DEP criu/libnetlink.d [2019-09-30T14:03:38.707Z] DEP criu/kerndat.d [2019-09-30T14:03:38.707Z] DEP criu/kcmp-ids.d [2019-09-30T14:03:38.707Z] DEP criu/irmap.d [2019-09-30T14:03:38.707Z] DEP criu/ipc_ns.d [2019-09-30T14:03:38.707Z] DEP criu/image.d [2019-09-30T14:03:38.707Z] DEP criu/image-desc.d [2019-09-30T14:03:38.707Z] DEP criu/fsnotify.d [2019-09-30T14:03:38.707Z] DEP criu/filesystems.d [2019-09-30T14:03:38.707Z] DEP criu/files.d [2019-09-30T14:03:38.707Z] DEP criu/files-reg.d [2019-09-30T14:03:39.096Z] DEP criu/files-ext.d [2019-09-30T14:03:39.096Z] DEP criu/file-lock.d [2019-09-30T14:03:39.096Z] DEP criu/file-ids.d [2019-09-30T14:03:39.096Z] DEP criu/fifo.d [2019-09-30T14:03:39.096Z] DEP criu/fdstore.d [2019-09-30T14:03:39.096Z] DEP criu/fault-injection.d [2019-09-30T14:03:39.096Z] DEP criu/external.d [2019-09-30T14:03:39.096Z] DEP criu/eventpoll.d [2019-09-30T14:03:39.096Z] DEP criu/eventfd.d [2019-09-30T14:03:39.096Z] DEP criu/crtools.d [2019-09-30T14:03:39.096Z] DEP criu/cr-service.d [2019-09-30T14:03:39.096Z] DEP criu/cr-restore.d [2019-09-30T14:03:39.107Z] #33 14.48 unicode/utf8 [2019-09-30T14:03:39.362Z] #33 14.86 math/bits [2019-09-30T14:03:39.482Z] DEP criu/cr-errno.d [2019-09-30T14:03:39.482Z] DEP criu/cr-dump.d [2019-09-30T14:03:39.482Z] DEP criu/cr-dedup.d [2019-09-30T14:03:39.482Z] DEP criu/cr-check.d [2019-09-30T14:03:39.482Z] DEP criu/config.d [2019-09-30T14:03:39.482Z] DEP criu/clone-noasan.d [2019-09-30T14:03:39.482Z] DEP criu/cgroup.d [2019-09-30T14:03:39.482Z] DEP criu/cgroup-props.d [2019-09-30T14:03:39.482Z] DEP criu/bitmap.d [2019-09-30T14:03:39.482Z] DEP criu/bfd.d [2019-09-30T14:03:39.482Z] DEP criu/autofs.d [2019-09-30T14:03:39.482Z] DEP criu/aio.d [2019-09-30T14:03:39.482Z] DEP criu/action-scripts.d [2019-09-30T14:03:39.867Z] CC criu/action-scripts.o [2019-09-30T14:03:39.867Z] CC criu/aio.o [2019-09-30T14:03:39.867Z] CC criu/autofs.o [2019-09-30T14:03:39.924Z] #33 15.46 math [2019-09-30T14:03:39.924Z] #33 ... [2019-09-30T14:03:39.924Z] [2019-09-30T14:03:39.924Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-30T14:03:39.924Z] #53 15.43 + mkdir -p /build [2019-09-30T14:03:39.924Z] #53 15.43 + mv docker/docker /build/ [2019-09-30T14:03:39.924Z] #53 15.43 + rmdir docker [2019-09-30T14:03:40.259Z] CC criu/bfd.o [2019-09-30T14:03:40.259Z] CC criu/bitmap.o [2019-09-30T14:03:40.259Z] CC criu/cgroup-props.o [2019-09-30T14:03:40.629Z] CC criu/cgroup.o [2019-09-30T14:03:40.850Z] #53 DONE 16.0s [2019-09-30T14:03:40.850Z] [2019-09-30T14:03:40.850Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-30T14:03:40.850Z] #30 10.59 runtime [2019-09-30T14:03:40.850Z] #30 14.47 unicode/utf8 [2019-09-30T14:03:40.850Z] #30 14.93 internal/race [2019-09-30T14:03:40.850Z] #30 15.06 sync/atomic [2019-09-30T14:03:40.850Z] #30 15.36 unicode [2019-09-30T14:03:41.108Z] #30 ... [2019-09-30T14:03:41.108Z] [2019-09-30T14:03:41.108Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-30T14:03:41.108Z] #44 6.848 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-30T14:03:41.108Z] #44 7.843 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-30T14:03:41.363Z] #44 ... [2019-09-30T14:03:41.363Z] [2019-09-30T14:03:41.363Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-09-30T14:03:41.363Z] #6 7.345 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-30T14:03:41.363Z] #6 7.347 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-30T14:03:41.363Z] #6 7.358 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-30T14:03:41.363Z] #6 7.385 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-30T14:03:41.363Z] #6 7.487 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-30T14:03:41.363Z] #6 8.291 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [499 kB] [2019-09-30T14:03:41.363Z] #6 10.19 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-30T14:03:41.363Z] #6 11.36 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-30T14:03:41.416Z] CC criu/clone-noasan.o [2019-09-30T14:03:41.416Z] CC criu/config.o [2019-09-30T14:03:41.416Z] CC criu/cr-check.o [2019-09-30T14:03:41.703Z] #30 ... [2019-09-30T14:03:41.703Z] [2019-09-30T14:03:41.703Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-30T14:03:41.703Z] #33 13.83 unicode/utf8 [2019-09-30T14:03:41.703Z] #33 14.32 math/bits [2019-09-30T14:03:41.784Z] CC criu/cr-dedup.o [2019-09-30T14:03:41.784Z] CC criu/cr-dump.o [2019-09-30T14:03:42.267Z] #33 14.83 math [2019-09-30T14:03:42.570Z] CC criu/cr-errno.o [2019-09-30T14:03:42.570Z] CC criu/cr-restore.o [2019-09-30T14:03:42.729Z] #6 ... [2019-09-30T14:03:42.729Z] [2019-09-30T14:03:42.729Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-30T14:03:42.729Z] #55 18.50 + cd /tmp/tmp.ysfhqoN24e/src/github.com/docker/distribution [2019-09-30T14:03:42.985Z] #55 18.50 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-30T14:03:43.199Z] #33 ... [2019-09-30T14:03:43.199Z] [2019-09-30T14:03:43.199Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-30T14:03:43.199Z] #53 15.00 + mkdir -p /build [2019-09-30T14:03:43.199Z] #53 15.00 + mv docker/docker /build/ [2019-09-30T14:03:43.199Z] #53 15.00 + rmdir docker [2019-09-30T14:03:43.199Z] #53 DONE 15.6s [2019-09-30T14:03:43.199Z] [2019-09-30T14:03:43.199Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-30T14:03:43.199Z] #30 14.05 unicode/utf8 [2019-09-30T14:03:43.199Z] #30 14.63 internal/race [2019-09-30T14:03:43.199Z] #30 14.75 sync/atomic [2019-09-30T14:03:43.199Z] #30 15.12 unicode [2019-09-30T14:03:43.406Z] CC criu/cr-service.o [2019-09-30T14:03:43.832Z] CC criu/crtools.o [2019-09-30T14:03:44.131Z] #30 ... [2019-09-30T14:03:44.131Z] [2019-09-30T14:03:44.131Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:03:44.131Z] #57 6.964 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-30T14:03:44.131Z] #57 7.819 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-30T14:03:44.131Z] #57 ... [2019-09-30T14:03:44.131Z] [2019-09-30T14:03:44.131Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-30T14:03:44.131Z] #50 6.453 + RM_GOPATH=0 [2019-09-30T14:03:44.131Z] #50 6.453 + TMP_GOPATH= [2019-09-30T14:03:44.131Z] #50 6.453 + : /build [2019-09-30T14:03:44.131Z] #50 6.453 + '[' -z '' ']' [2019-09-30T14:03:44.131Z] #50 6.459 ++ mktemp -d [2019-09-30T14:03:44.131Z] #50 6.462 + export GOPATH=/tmp/tmp.11IIb5wieo [2019-09-30T14:03:44.131Z] #50 6.462 + GOPATH=/tmp/tmp.11IIb5wieo [2019-09-30T14:03:44.131Z] #50 6.462 + RM_GOPATH=1 [2019-09-30T14:03:44.131Z] #50 6.462 ++ dirname ./install.sh [2019-09-30T14:03:44.131Z] #50 6.463 + dir=. [2019-09-30T14:03:44.131Z] #50 6.463 + bin=proxy [2019-09-30T14:03:44.131Z] #50 6.463 + shift [2019-09-30T14:03:44.131Z] #50 6.463 + '[' '!' -f ./proxy.installer ']' [2019-09-30T14:03:44.131Z] #50 6.463 + . ./proxy.installer [2019-09-30T14:03:44.131Z] #50 6.463 ++ LIBNETWORK_COMMIT=96bcc0dae898308ed659c5095526788a602f4726 [2019-09-30T14:03:44.131Z] #50 6.464 + install_proxy [2019-09-30T14:03:44.131Z] #50 6.464 + case "$1" in [2019-09-30T14:03:44.131Z] #50 6.464 + export CGO_ENABLED=0 [2019-09-30T14:03:44.131Z] #50 6.464 + CGO_ENABLED=0 [2019-09-30T14:03:44.131Z] #50 6.464 + _install_proxy [2019-09-30T14:03:44.131Z] #50 6.464 Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726 [2019-09-30T14:03:44.131Z] #50 6.464 + echo 'Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726' [2019-09-30T14:03:44.131Z] #50 6.464 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.11IIb5wieo/src/github.com/docker/libnetwork [2019-09-30T14:03:44.131Z] #50 6.467 Cloning into '/tmp/tmp.11IIb5wieo/src/github.com/docker/libnetwork'... [2019-09-30T14:03:44.153Z] 43d8051f8c7f: Pull complete [2019-09-30T14:03:44.153Z] 6c11edc0dc35: Pull complete [2019-09-30T14:03:44.153Z] Digest: sha256:86f0859c5aa16bf6e168eeaa7ec7b99eb8b91e46f14eccf02fd1bcdf6fc51ea3 [2019-09-30T14:03:44.153Z] Status: Downloaded newer image for golang:1.13.1-stretch [2019-09-30T14:03:44.153Z] ---> b0b87562f76b [2019-09-30T14:03:44.153Z] Step 5/126 : ARG APT_MIRROR [2019-09-30T14:03:44.153Z] ---> Running in e984f611110e [2019-09-30T14:03:44.153Z] Removing intermediate container e984f611110e [2019-09-30T14:03:44.153Z] ---> 4feab8e51bb1 [2019-09-30T14:03:44.153Z] Step 6/126 : RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list [2019-09-30T14:03:44.153Z] ---> Running in 843f191c54fc [2019-09-30T14:03:44.252Z] CC criu/eventfd.o [2019-09-30T14:03:44.252Z] CC criu/eventpoll.o [2019-09-30T14:03:44.252Z] CC criu/external.o [2019-09-30T14:03:44.252Z] CC criu/fault-injection.o [2019-09-30T14:03:44.252Z] CC criu/fdstore.o [2019-09-30T14:03:44.645Z] CC criu/fifo.o [2019-09-30T14:03:44.645Z] CC criu/file-ids.o [2019-09-30T14:03:44.645Z] CC criu/file-lock.o [2019-09-30T14:03:44.695Z] #50 ... [2019-09-30T14:03:44.695Z] [2019-09-30T14:03:44.695Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-30T14:03:44.695Z] #55 17.58 + cd /tmp/tmp.pMPKZlIkU2/src/github.com/docker/distribution [2019-09-30T14:03:44.695Z] #55 17.58 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-30T14:03:44.769Z] Removing intermediate container 843f191c54fc [2019-09-30T14:03:44.769Z] ---> 22a9649164a2 [2019-09-30T14:03:44.769Z] Step 7/126 : ENV GO111MODULE=off [2019-09-30T14:03:44.769Z] ---> Running in 902297c0bf2a [2019-09-30T14:03:44.875Z] #55 20.64 + GOPATH=/tmp/tmp.ysfhqoN24e/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.ysfhqoN24e go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-09-30T14:03:45.042Z] CC criu/files-ext.o [2019-09-30T14:03:45.042Z] CC criu/files-reg.o [2019-09-30T14:03:45.052Z] Removing intermediate container 902297c0bf2a [2019-09-30T14:03:45.052Z] ---> a953666fbadb [2019-09-30T14:03:45.052Z] Step 8/126 : FROM base AS criu [2019-09-30T14:03:45.052Z] ---> a953666fbadb [2019-09-30T14:03:45.052Z] Step 9/126 : ARG DEBIAN_FRONTEND [2019-09-30T14:03:45.052Z] ---> Running in 7a4afd5d9177 [2019-09-30T14:03:45.052Z] Removing intermediate container 7a4afd5d9177 [2019-09-30T14:03:45.052Z] ---> 09bfa17a06be [2019-09-30T14:03:45.052Z] Step 10/126 : ENV CRIU_VERSION 3.12 [2019-09-30T14:03:45.052Z] ---> Running in 7534296e2027 [2019-09-30T14:03:45.052Z] Removing intermediate container 7534296e2027 [2019-09-30T14:03:45.052Z] ---> 7f5e04057582 [2019-09-30T14:03:45.052Z] Step 11/126 : RUN apt-get update && apt-get install -y --no-install-recommends libnet-dev libprotobuf-c-dev libprotobuf-dev libnl-3-dev libcap-dev protobuf-compiler protobuf-c-compiler python-protobuf && rm -rf /var/lib/apt/lists/* [2019-09-30T14:03:45.333Z] ---> Running in 24460e23148a [2019-09-30T14:03:45.413Z] CC criu/files.o [2019-09-30T14:03:45.618Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-30T14:03:45.618Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-30T14:03:45.618Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-30T14:03:45.618Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-30T14:03:45.803Z] #55 ... [2019-09-30T14:03:45.803Z] [2019-09-30T14:03:45.803Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-09-30T14:03:45.803Z] #61 11.16 + cd /tmp/tmp.YcuKxNPUCR/src/github.com/rootless-containers/rootlesskit [2019-09-30T14:03:45.803Z] #61 11.16 + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-30T14:03:45.803Z] #61 11.50 + for f in rootlesskit rootlesskit-docker-proxy [2019-09-30T14:03:45.803Z] #61 11.50 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-09-30T14:03:45.803Z] #61 ... [2019-09-30T14:03:45.803Z] [2019-09-30T14:03:45.803Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-30T14:03:45.803Z] #33 19.35 internal/testlog [2019-09-30T14:03:45.803Z] #33 19.67 encoding [2019-09-30T14:03:45.803Z] #33 19.77 unicode/utf16 [2019-09-30T14:03:45.803Z] #33 19.90 container/list [2019-09-30T14:03:45.803Z] #33 20.38 crypto/internal/subtle [2019-09-30T14:03:45.803Z] #33 20.50 crypto/subtle [2019-09-30T14:03:45.803Z] #33 20.62 vendor/golang.org/x/crypto/cryptobyte/asn1 [2019-09-30T14:03:45.803Z] #33 20.73 internal/nettrace [2019-09-30T14:03:45.803Z] #33 20.81 runtime/cgo [2019-09-30T14:03:45.900Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-30T14:03:45.900Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [480 kB] [2019-09-30T14:03:46.193Z] CC criu/filesystems.o [2019-09-30T14:03:46.193Z] CC criu/fsnotify.o [2019-09-30T14:03:46.519Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-09-30T14:03:46.519Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-09-30T14:03:46.558Z] CC criu/image-desc.o [2019-09-30T14:03:46.558Z] CC criu/image.o [2019-09-30T14:03:46.558Z] CC criu/ipc_ns.o [2019-09-30T14:03:46.923Z] CC criu/irmap.o [2019-09-30T14:03:47.219Z] #55 19.81 + GOPATH=/tmp/tmp.pMPKZlIkU2/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.pMPKZlIkU2 go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-09-30T14:03:47.297Z] CC criu/kcmp-ids.o [2019-09-30T14:03:47.297Z] CC criu/kerndat.o [2019-09-30T14:03:47.668Z] CC criu/libnetlink.o [2019-09-30T14:03:47.668Z] CC criu/log.o [2019-09-30T14:03:47.668Z] CC criu/lsm.o [2019-09-30T14:03:48.026Z] Fetched 7719 kB in 2s (3078 kB/s) [2019-09-30T14:03:48.177Z] CC criu/mem.o [2019-09-30T14:03:48.589Z] #55 ... [2019-09-30T14:03:48.589Z] [2019-09-30T14:03:48.589Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-09-30T14:03:48.589Z] #6 11.50 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-30T14:03:48.589Z] #6 ... [2019-09-30T14:03:48.589Z] [2019-09-30T14:03:48.589Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-30T14:03:48.589Z] #44 21.61 Fetched 7918 kB in 16s (482 kB/s) [2019-09-30T14:03:48.676Z] CC criu/mount.o [2019-09-30T14:03:49.450Z] CC criu/namespaces.o [2019-09-30T14:03:49.499Z] Reading package lists... [2019-09-30T14:03:49.821Z] CC criu/net.o [2019-09-30T14:03:50.508Z] Reading package lists... [2019-09-30T14:03:50.620Z] CC criu/netfilter.o [2019-09-30T14:03:50.790Z] Building dependency tree... [2019-09-30T14:03:50.791Z] Reading state information... [2019-09-30T14:03:50.791Z] The following additional packages will be installed: [2019-09-30T14:03:50.791Z] libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-09-30T14:03:50.791Z] libprotoc10 python-pkg-resources zlib1g-dev [2019-09-30T14:03:50.791Z] Suggested packages: [2019-09-30T14:03:50.791Z] manpages-dev python-setuptools [2019-09-30T14:03:50.986Z] CC criu/page-pipe.o [2019-09-30T14:03:50.986Z] CC criu/page-xfer.o [2019-09-30T14:03:51.363Z] CC criu/pagemap-cache.o [2019-09-30T14:03:51.363Z] CC criu/pagemap.o [2019-09-30T14:03:51.407Z] The following NEW packages will be installed: [2019-09-30T14:03:51.407Z] libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-09-30T14:03:51.407Z] libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-09-30T14:03:51.407Z] protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-09-30T14:03:51.407Z] zlib1g-dev [2019-09-30T14:03:51.407Z] 0 upgraded, 16 newly installed, 0 to remove and 7 not upgraded. [2019-09-30T14:03:51.407Z] Need to get 3548 kB of archives. [2019-09-30T14:03:51.407Z] After this operation, 21.2 MB of additional disk space will be used. [2019-09-30T14:03:51.407Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3 [57.6 kB] [2019-09-30T14:03:51.407Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libcap-dev ppc64el 1:2.25-1 [29.7 kB] [2019-09-30T14:03:51.407Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3 [117 kB] [2019-09-30T14:03:51.407Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-200 ppc64el 3.2.27-2 [55.9 kB] [2019-09-30T14:03:51.407Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-dev ppc64el 3.2.27-2 [95.0 kB] [2019-09-30T14:03:51.407Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c1 ppc64el 1.2.1-2 [24.6 kB] [2019-09-30T14:03:51.407Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c-dev ppc64el 1.2.1-2 [32.0 kB] [2019-09-30T14:03:51.407Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el zlib1g-dev ppc64el 1:1.2.8.dfsg-5 [205 kB] [2019-09-30T14:03:51.407Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf10 ppc64el 3.0.0-9 [658 kB] [2019-09-30T14:03:51.407Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-lite10 ppc64el 3.0.0-9 [124 kB] [2019-09-30T14:03:51.407Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-dev ppc64el 3.0.0-9 [974 kB] [2019-09-30T14:03:51.407Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotoc10 ppc64el 3.0.0-9 [589 kB] [2019-09-30T14:03:51.407Z] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el protobuf-c-compiler ppc64el 1.2.1-2 [75.2 kB] [2019-09-30T14:03:51.407Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el protobuf-compiler ppc64el 3.0.0-9 [53.0 kB] [2019-09-30T14:03:51.407Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-pkg-resources all 33.1.1-1 [166 kB] [2019-09-30T14:03:51.408Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-protobuf ppc64el 3.0.0-9 [291 kB] [2019-09-30T14:03:51.690Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-30T14:03:51.690Z] Fetched 3548 kB in 0s (16.8 MB/s) [2019-09-30T14:03:51.690Z] Selecting previously unselected package libnet1:ppc64el. [2019-09-30T14:03:51.690Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14950 files and directories currently installed.) [2019-09-30T14:03:51.690Z] Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_ppc64el.deb ... [2019-09-30T14:03:51.690Z] Unpacking libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-09-30T14:03:51.690Z] Selecting previously unselected package libcap-dev:ppc64el. [2019-09-30T14:03:51.690Z] Preparing to unpack .../01-libcap-dev_1%3a2.25-1_ppc64el.deb ... [2019-09-30T14:03:51.690Z] Unpacking libcap-dev:ppc64el (1:2.25-1) ... [2019-09-30T14:03:51.690Z] Selecting previously unselected package libnet1-dev. [2019-09-30T14:03:51.690Z] Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_ppc64el.deb ... [2019-09-30T14:03:51.690Z] Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-09-30T14:03:51.690Z] Selecting previously unselected package libnl-3-200:ppc64el. [2019-09-30T14:03:51.690Z] Preparing to unpack .../03-libnl-3-200_3.2.27-2_ppc64el.deb ... [2019-09-30T14:03:51.690Z] Unpacking libnl-3-200:ppc64el (3.2.27-2) ... [2019-09-30T14:03:51.748Z] CC criu/parasite-syscall.o [2019-09-30T14:03:51.972Z] Selecting previously unselected package libnl-3-dev:ppc64el. [2019-09-30T14:03:51.972Z] Preparing to unpack .../04-libnl-3-dev_3.2.27-2_ppc64el.deb ... [2019-09-30T14:03:51.972Z] Unpacking libnl-3-dev:ppc64el (3.2.27-2) ... [2019-09-30T14:03:51.972Z] Selecting previously unselected package libprotobuf-c1:ppc64el. [2019-09-30T14:03:51.972Z] Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_ppc64el.deb ... [2019-09-30T14:03:51.972Z] Unpacking libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-09-30T14:03:51.972Z] Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2019-09-30T14:03:51.972Z] Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_ppc64el.deb ... [2019-09-30T14:03:51.972Z] Unpacking libprotobuf-c-dev:ppc64el (1.2.1-2) ... [2019-09-30T14:03:51.972Z] Selecting previously unselected package zlib1g-dev:ppc64el. [2019-09-30T14:03:51.972Z] Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_ppc64el.deb ... [2019-09-30T14:03:51.972Z] Unpacking zlib1g-dev:ppc64el (1:1.2.8.dfsg-5) ... [2019-09-30T14:03:51.972Z] Selecting previously unselected package libprotobuf10:ppc64el. [2019-09-30T14:03:51.972Z] Preparing to unpack .../08-libprotobuf10_3.0.0-9_ppc64el.deb ... [2019-09-30T14:03:51.972Z] Unpacking libprotobuf10:ppc64el (3.0.0-9) ... [2019-09-30T14:03:52.116Z] CC criu/path.o [2019-09-30T14:03:52.117Z] CC criu/pie-util-vdso-elf32.o [2019-09-30T14:03:52.117Z] CC criu/pie-util-vdso.o [2019-09-30T14:03:52.117Z] CC criu/pie-util.o [2019-09-30T14:03:52.117Z] CC criu/pipes.o [2019-09-30T14:03:52.256Z] Selecting previously unselected package libprotobuf-lite10:ppc64el. [2019-09-30T14:03:52.256Z] Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_ppc64el.deb ... [2019-09-30T14:03:52.256Z] Unpacking libprotobuf-lite10:ppc64el (3.0.0-9) ... [2019-09-30T14:03:52.256Z] Selecting previously unselected package libprotobuf-dev:ppc64el. [2019-09-30T14:03:52.256Z] Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_ppc64el.deb ... [2019-09-30T14:03:52.256Z] Unpacking libprotobuf-dev:ppc64el (3.0.0-9) ... [2019-09-30T14:03:52.256Z] Selecting previously unselected package libprotoc10:ppc64el. [2019-09-30T14:03:52.482Z] CC criu/plugin.o [2019-09-30T14:03:52.482Z] CC criu/proc_parse.o [2019-09-30T14:03:52.539Z] Preparing to unpack .../11-libprotoc10_3.0.0-9_ppc64el.deb ... [2019-09-30T14:03:52.539Z] Unpacking libprotoc10:ppc64el (3.0.0-9) ... [2019-09-30T14:03:52.539Z] Selecting previously unselected package protobuf-c-compiler. [2019-09-30T14:03:52.539Z] Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_ppc64el.deb ... [2019-09-30T14:03:52.539Z] Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-09-30T14:03:52.539Z] Selecting previously unselected package protobuf-compiler. [2019-09-30T14:03:52.539Z] Preparing to unpack .../13-protobuf-compiler_3.0.0-9_ppc64el.deb ... [2019-09-30T14:03:52.539Z] Unpacking protobuf-compiler (3.0.0-9) ... [2019-09-30T14:03:52.539Z] Selecting previously unselected package python-pkg-resources. [2019-09-30T14:03:52.539Z] Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-09-30T14:03:52.539Z] Unpacking python-pkg-resources (33.1.1-1) ... [2019-09-30T14:03:52.539Z] Selecting previously unselected package python-protobuf. [2019-09-30T14:03:52.539Z] Preparing to unpack .../15-python-protobuf_3.0.0-9_ppc64el.deb ... [2019-09-30T14:03:52.539Z] Unpacking python-protobuf (3.0.0-9) ... [2019-09-30T14:03:52.822Z] Setting up libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-09-30T14:03:52.822Z] Setting up libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-09-30T14:03:52.822Z] Setting up python-pkg-resources (33.1.1-1) ... [2019-09-30T14:03:53.274Z] CC criu/protobuf-desc.o [2019-09-30T14:03:53.785Z] CC criu/protobuf.o [2019-09-30T14:03:53.785Z] CC criu/pstree.o [2019-09-30T14:03:53.837Z] Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-09-30T14:03:53.837Z] Setting up libprotobuf10:ppc64el (3.0.0-9) ... [2019-09-30T14:03:53.837Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-30T14:03:53.837Z] Setting up python-protobuf (3.0.0-9) ... [2019-09-30T14:03:53.845Z] #44 21.61 Reading package lists... [2019-09-30T14:03:53.845Z] #44 ... [2019-09-30T14:03:53.845Z] [2019-09-30T14:03:53.845Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-30T14:03:53.845Z] #33 19.24 internal/testlog [2019-09-30T14:03:53.845Z] #33 19.58 encoding [2019-09-30T14:03:53.845Z] #33 19.69 unicode/utf16 [2019-09-30T14:03:53.845Z] #33 19.85 container/list [2019-09-30T14:03:53.845Z] #33 20.44 crypto/internal/subtle [2019-09-30T14:03:53.845Z] #33 20.56 crypto/subtle [2019-09-30T14:03:53.845Z] #33 20.66 vendor/golang.org/x/crypto/cryptobyte/asn1 [2019-09-30T14:03:53.845Z] #33 20.82 internal/nettrace [2019-09-30T14:03:53.845Z] #33 20.95 runtime/cgo [2019-09-30T14:03:53.889Z] #33 ... [2019-09-30T14:03:53.889Z] [2019-09-30T14:03:53.889Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-30T14:03:53.889Z] #30 18.89 internal/testlog [2019-09-30T14:03:53.889Z] #30 19.19 encoding [2019-09-30T14:03:53.889Z] #30 19.37 runtime/cgo [2019-09-30T14:03:53.889Z] #30 ... [2019-09-30T14:03:53.889Z] [2019-09-30T14:03:53.889Z] #24 [golangci_lint 3/3] RUN PREFIX=/build ./install.sh golangci_lint [2019-09-30T14:03:53.889Z] #24 23.42 + cd /tmp/tmp.sJ8wvcP10V/src/github.com/golangci/golangci-lint/ [2019-09-30T14:03:53.889Z] #24 23.43 + git checkout -q v1.17.1 [2019-09-30T14:03:53.889Z] #24 24.74 + go build -buildmode=pie -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-09-30T14:03:53.889Z] #24 ... [2019-09-30T14:03:53.889Z] [2019-09-30T14:03:53.889Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-30T14:03:53.889Z] #44 19.54 Fetched 7918 kB in 15s (496 kB/s) [2019-09-30T14:03:53.889Z] #44 19.54 Reading package lists... [2019-09-30T14:03:54.146Z] #44 26.06 Reading package lists... [2019-09-30T14:03:54.146Z] #44 ... [2019-09-30T14:03:54.146Z] [2019-09-30T14:03:54.146Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-09-30T14:03:54.146Z] #6 22.64 Fetched 7918 kB in 16s (486 kB/s) [2019-09-30T14:03:54.146Z] #6 22.64 Reading package lists... [2019-09-30T14:03:54.218Z] CC criu/rbtree.o [2019-09-30T14:03:54.218Z] CC criu/rst-malloc.o [2019-09-30T14:03:54.218Z] CC criu/seccomp.o [2019-09-30T14:03:54.402Z] #6 28.90 Reading package lists... [2019-09-30T14:03:54.402Z] #6 ... [2019-09-30T14:03:54.402Z] [2019-09-30T14:03:54.402Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:03:54.402Z] #35 20.21 Fetched 7918 kB in 16s (487 kB/s) [2019-09-30T14:03:54.402Z] #35 20.21 Reading package lists... [2019-09-30T14:03:54.410Z] #33 ... [2019-09-30T14:03:54.410Z] [2019-09-30T14:03:54.410Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-30T14:03:54.410Z] #44 21.61 Reading package lists... [2019-09-30T14:03:54.602Z] CC criu/seize.o [2019-09-30T14:03:54.658Z] #35 26.50 Reading package lists... [2019-09-30T14:03:54.658Z] #35 ... [2019-09-30T14:03:54.658Z] [2019-09-30T14:03:54.658Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:03:54.658Z] #57 22.07 Fetched 7918 kB in 16s (481 kB/s) [2019-09-30T14:03:54.658Z] #57 22.07 Reading package lists... [2019-09-30T14:03:54.914Z] #57 28.11 Reading package lists... [2019-09-30T14:03:54.914Z] #57 ... [2019-09-30T14:03:54.914Z] [2019-09-30T14:03:54.914Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-30T14:03:54.914Z] #33 30.34 vendor/golang.org/x/crypto/internal/subtle [2019-09-30T14:03:54.975Z] CC criu/servicefd.o [2019-09-30T14:03:54.975Z] CC criu/shmem.o [2019-09-30T14:03:55.170Z] #33 30.52 vendor/golang.org/x/crypto/curve25519 [2019-09-30T14:03:55.170Z] #33 ... [2019-09-30T14:03:55.170Z] [2019-09-30T14:03:55.170Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-30T14:03:55.170Z] #50 20.64 + cd /tmp/tmp.Dhfsa1FszF/src/github.com/docker/libnetwork [2019-09-30T14:03:55.170Z] #50 20.64 + git checkout -q 96bcc0dae898308ed659c5095526788a602f4726 [2019-09-30T14:03:55.170Z] #50 21.35 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-09-30T14:03:55.309Z] Setting up libcap-dev:ppc64el (1:2.25-1) ... [2019-09-30T14:03:55.309Z] Setting up libprotobuf-c-dev:ppc64el (1.2.1-2) ... [2019-09-30T14:03:55.309Z] Setting up libnl-3-200:ppc64el (3.2.27-2) ... [2019-09-30T14:03:55.309Z] Setting up libprotobuf-lite10:ppc64el (3.0.0-9) ... [2019-09-30T14:03:55.309Z] Setting up libprotoc10:ppc64el (3.0.0-9) ... [2019-09-30T14:03:55.309Z] Setting up protobuf-c-compiler (1.2.1-2) ... [2019-09-30T14:03:55.309Z] Setting up zlib1g-dev:ppc64el (1:1.2.8.dfsg-5) ... [2019-09-30T14:03:55.309Z] Setting up protobuf-compiler (3.0.0-9) ... [2019-09-30T14:03:55.309Z] Setting up libprotobuf-dev:ppc64el (3.0.0-9) ... [2019-09-30T14:03:55.309Z] Setting up libnl-3-dev:ppc64el (3.2.27-2) ... [2019-09-30T14:03:55.309Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-30T14:03:55.352Z] CC criu/sigframe.o [2019-09-30T14:03:55.352Z] CC criu/signalfd.o [2019-09-30T14:03:55.352Z] CC criu/sk-inet.o [2019-09-30T14:03:55.427Z] #50 ... [2019-09-30T14:03:55.427Z] [2019-09-30T14:03:55.427Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-09-30T14:03:55.427Z] #17 21.74 Fetched 7918 kB in 15s (500 kB/s) [2019-09-30T14:03:55.427Z] #17 21.74 Reading package lists... [2019-09-30T14:03:55.721Z] CC criu/sk-netlink.o [2019-09-30T14:03:55.721Z] CC criu/sk-packet.o [2019-09-30T14:03:55.927Z] Removing intermediate container 24460e23148a [2019-09-30T14:03:55.927Z] ---> 4e5c832de1b8 [2019-09-30T14:03:55.927Z] Step 12/126 : RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v${CRIU_VERSION}.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2019-09-30T14:03:55.927Z] ---> Running in 06f1e7f00412 [2019-09-30T14:03:55.989Z] #17 28.22 Reading package lists... [2019-09-30T14:03:55.989Z] #17 ... [2019-09-30T14:03:55.989Z] [2019-09-30T14:03:55.989Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:03:55.989Z] #35 26.50 Reading package lists... [2019-09-30T14:03:56.041Z] #44 27.79 Reading package lists... [2019-09-30T14:03:56.041Z] #44 ... [2019-09-30T14:03:56.041Z] [2019-09-30T14:03:56.041Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-30T14:03:56.041Z] #30 18.49 internal/testlog [2019-09-30T14:03:56.041Z] #30 18.66 encoding [2019-09-30T14:03:56.041Z] #30 18.79 runtime/cgo [2019-09-30T14:03:56.086Z] CC criu/sk-queue.o [2019-09-30T14:03:56.086Z] CC criu/sk-tcp.o [2019-09-30T14:03:56.086Z] CC criu/sk-unix.o [2019-09-30T14:03:56.299Z] #30 ... [2019-09-30T14:03:56.299Z] [2019-09-30T14:03:56.299Z] #24 [golangci_lint 3/3] RUN PREFIX=/build ./install.sh golangci_lint [2019-09-30T14:03:56.299Z] #24 23.08 + cd /tmp/tmp.RkkKAbU2kQ/src/github.com/golangci/golangci-lint/ [2019-09-30T14:03:56.299Z] #24 23.08 + git checkout -q v1.17.1 [2019-09-30T14:03:56.299Z] #24 24.38 + go build -buildmode=pie -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-09-30T14:03:56.886Z] CC criu/sockets.o [2019-09-30T14:03:56.948Z] Note: Building without setproctitle() and strlcpy() support. [2019-09-30T14:03:56.948Z] To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-30T14:03:57.231Z] #24 ... [2019-09-30T14:03:57.231Z] [2019-09-30T14:03:57.231Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:03:57.231Z] #57 20.08 Fetched 7918 kB in 16s (476 kB/s) [2019-09-30T14:03:57.231Z] #57 20.08 Reading package lists... [2019-09-30T14:03:57.231Z] #57 26.86 Reading package lists... [2019-09-30T14:03:57.231Z] #57 ... [2019-09-30T14:03:57.231Z] [2019-09-30T14:03:57.231Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-09-30T14:03:57.231Z] #6 23.40 Fetched 7918 kB in 16s (468 kB/s) [2019-09-30T14:03:57.231Z] #6 23.40 Reading package lists... [2019-09-30T14:03:57.267Z] CC criu/stats.o [2019-09-30T14:03:57.267Z] CC criu/string.o [2019-09-30T14:03:57.267Z] CC criu/sysctl.o [2019-09-30T14:03:57.566Z] fatal: Not a git repository (or any of the parent directories): .git [2019-09-30T14:03:57.566Z]  GEN .gitid [2019-09-30T14:03:57.566Z] GEN criu/include/version.h [2019-09-30T14:03:57.566Z] GEN include/common/asm [2019-09-30T14:03:57.566Z] PBCC images/google/protobuf/descriptor.pb-c.c [2019-09-30T14:03:57.611Z] #35 32.12 Building dependency tree... [2019-09-30T14:03:57.611Z] #35 33.34 Reading state information... [2019-09-30T14:03:57.663Z] CC criu/sysfs_parse.o [2019-09-30T14:03:57.663Z] CC criu/timerfd.o [2019-09-30T14:03:57.663Z] CC criu/tty.o [2019-09-30T14:03:57.797Z] #6 29.98 Reading package lists... [2019-09-30T14:03:57.797Z] #6 ... [2019-09-30T14:03:57.797Z] [2019-09-30T14:03:57.797Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-09-30T14:03:57.797Z] #17 20.90 Fetched 7918 kB in 16s (488 kB/s) [2019-09-30T14:03:57.797Z] #17 20.90 Reading package lists... [2019-09-30T14:03:57.849Z] PBCC images/opts.pb-c.c [2019-09-30T14:03:57.849Z] PBCC images/sit.pb-c.c [2019-09-30T14:03:57.849Z] DEP images/google/protobuf/descriptor.pb-c.d [2019-09-30T14:03:57.849Z] DEP images/opts.pb-c.d [2019-09-30T14:03:57.849Z] DEP images/sit.pb-c.d [2019-09-30T14:03:57.849Z] PBCC images/macvlan.pb-c.c [2019-09-30T14:03:57.849Z] DEP images/macvlan.pb-c.d [2019-09-30T14:03:57.849Z] PBCC images/autofs.pb-c.c [2019-09-30T14:03:57.849Z] DEP images/autofs.pb-c.d [2019-09-30T14:03:57.849Z] PBCC images/sysctl.pb-c.c [2019-09-30T14:03:57.849Z] DEP images/sysctl.pb-c.d [2019-09-30T14:03:57.849Z] PBCC images/time.pb-c.c [2019-09-30T14:03:57.849Z] DEP images/time.pb-c.d [2019-09-30T14:03:57.849Z] PBCC images/binfmt-misc.pb-c.c [2019-09-30T14:03:57.849Z] DEP images/binfmt-misc.pb-c.d [2019-09-30T14:03:57.849Z] PBCC images/seccomp.pb-c.c [2019-09-30T14:03:57.849Z] DEP images/seccomp.pb-c.d [2019-09-30T14:03:57.849Z] PBCC images/userns.pb-c.c [2019-09-30T14:03:57.849Z] DEP images/userns.pb-c.d [2019-09-30T14:03:57.849Z] PBCC images/cgroup.pb-c.c [2019-09-30T14:03:57.849Z] DEP images/cgroup.pb-c.d [2019-09-30T14:03:57.849Z] PBCC images/fown.pb-c.c [2019-09-30T14:03:57.849Z] PBCC images/ext-file.pb-c.c [2019-09-30T14:03:57.849Z] DEP images/fown.pb-c.d [2019-09-30T14:03:58.054Z] #17 27.28 Reading package lists... [2019-09-30T14:03:58.054Z] #17 ... [2019-09-30T14:03:58.054Z] [2019-09-30T14:03:58.054Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-30T14:03:58.054Z] #50 21.26 + cd /tmp/tmp.11IIb5wieo/src/github.com/docker/libnetwork [2019-09-30T14:03:58.054Z] #50 21.26 + git checkout -q 96bcc0dae898308ed659c5095526788a602f4726 [2019-09-30T14:03:58.054Z] #50 21.79 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-09-30T14:03:58.131Z] DEP images/ext-file.pb-c.d [2019-09-30T14:03:58.131Z] PBCC images/rpc.pb-c.c [2019-09-30T14:03:58.131Z] DEP images/rpc.pb-c.d [2019-09-30T14:03:58.131Z] PBCC images/siginfo.pb-c.c [2019-09-30T14:03:58.131Z] DEP images/siginfo.pb-c.d [2019-09-30T14:03:58.131Z] PBCC images/pagemap.pb-c.c [2019-09-30T14:03:58.131Z] DEP images/pagemap.pb-c.d [2019-09-30T14:03:58.131Z] PBCC images/rlimit.pb-c.c [2019-09-30T14:03:58.131Z] DEP images/rlimit.pb-c.d [2019-09-30T14:03:58.131Z] PBCC images/file-lock.pb-c.c [2019-09-30T14:03:58.131Z] DEP images/file-lock.pb-c.d [2019-09-30T14:03:58.131Z] PBCC images/tty.pb-c.c [2019-09-30T14:03:58.131Z] DEP images/tty.pb-c.d [2019-09-30T14:03:58.131Z] PBCC images/tun.pb-c.c [2019-09-30T14:03:58.131Z] PBCC images/netdev.pb-c.c [2019-09-30T14:03:58.131Z] DEP images/tun.pb-c.d [2019-09-30T14:03:58.131Z] DEP images/netdev.pb-c.d [2019-09-30T14:03:58.131Z] PBCC images/vma.pb-c.c [2019-09-30T14:03:58.131Z] DEP images/vma.pb-c.d [2019-09-30T14:03:58.131Z] PBCC images/creds.pb-c.c [2019-09-30T14:03:58.131Z] DEP images/creds.pb-c.d [2019-09-30T14:03:58.311Z] #50 ... [2019-09-30T14:03:58.311Z] [2019-09-30T14:03:58.311Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:03:58.311Z] #35 21.36 Fetched 7918 kB in 16s (491 kB/s) [2019-09-30T14:03:58.311Z] #35 21.36 Reading package lists... [2019-09-30T14:03:58.413Z] PBCC images/utsns.pb-c.c [2019-09-30T14:03:58.413Z] DEP images/utsns.pb-c.d [2019-09-30T14:03:58.413Z] PBCC images/ipc-desc.pb-c.c [2019-09-30T14:03:58.413Z] PBCC images/ipc-sem.pb-c.c [2019-09-30T14:03:58.413Z] DEP images/ipc-desc.pb-c.d [2019-09-30T14:03:58.413Z] DEP images/ipc-sem.pb-c.d [2019-09-30T14:03:58.413Z] PBCC images/ipc-msg.pb-c.c [2019-09-30T14:03:58.413Z] DEP images/ipc-msg.pb-c.d [2019-09-30T14:03:58.413Z] PBCC images/ipc-shm.pb-c.c [2019-09-30T14:03:58.413Z] DEP images/ipc-shm.pb-c.d [2019-09-30T14:03:58.413Z] PBCC images/ipc-var.pb-c.c [2019-09-30T14:03:58.413Z] DEP images/ipc-var.pb-c.d [2019-09-30T14:03:58.413Z] PBCC images/sk-opts.pb-c.c [2019-09-30T14:03:58.413Z] PBCC images/packet-sock.pb-c.c [2019-09-30T14:03:58.413Z] DEP images/sk-opts.pb-c.d [2019-09-30T14:03:58.413Z] DEP images/packet-sock.pb-c.d [2019-09-30T14:03:58.413Z] PBCC images/sk-netlink.pb-c.c [2019-09-30T14:03:58.413Z] DEP images/sk-netlink.pb-c.d [2019-09-30T14:03:58.413Z] PBCC images/sk-inet.pb-c.c [2019-09-30T14:03:58.413Z] DEP images/sk-inet.pb-c.d [2019-09-30T14:03:58.413Z] PBCC images/sk-unix.pb-c.c [2019-09-30T14:03:58.413Z] DEP images/sk-unix.pb-c.d [2019-09-30T14:03:58.413Z] PBCC images/mm.pb-c.c [2019-09-30T14:03:58.505Z] CC criu/tun.o [2019-09-30T14:03:58.505Z] CC criu/uffd.o [2019-09-30T14:03:58.539Z] #35 34.31 The following additional packages will be installed: [2019-09-30T14:03:58.696Z] DEP images/mm.pb-c.d [2019-09-30T14:03:58.696Z] PBCC images/timerfd.pb-c.c [2019-09-30T14:03:58.696Z] DEP images/timerfd.pb-c.d [2019-09-30T14:03:58.696Z] PBCC images/timer.pb-c.c [2019-09-30T14:03:58.696Z] DEP images/timer.pb-c.d [2019-09-30T14:03:58.696Z] PBCC images/sa.pb-c.c [2019-09-30T14:03:58.696Z] DEP images/sa.pb-c.d [2019-09-30T14:03:58.696Z] PBCC images/pipe-data.pb-c.c [2019-09-30T14:03:58.696Z] DEP images/pipe-data.pb-c.d [2019-09-30T14:03:58.696Z] PBCC images/mnt.pb-c.c [2019-09-30T14:03:58.696Z] DEP images/mnt.pb-c.d [2019-09-30T14:03:58.696Z] PBCC images/sk-packet.pb-c.c [2019-09-30T14:03:58.696Z] DEP images/sk-packet.pb-c.d [2019-09-30T14:03:58.696Z] PBCC images/tcp-stream.pb-c.c [2019-09-30T14:03:58.696Z] DEP images/tcp-stream.pb-c.d [2019-09-30T14:03:58.696Z] PBCC images/pipe.pb-c.c [2019-09-30T14:03:58.696Z] DEP images/pipe.pb-c.d [2019-09-30T14:03:58.696Z] PBCC images/pstree.pb-c.c [2019-09-30T14:03:58.696Z] DEP images/pstree.pb-c.d [2019-09-30T14:03:58.696Z] PBCC images/fs.pb-c.c [2019-09-30T14:03:58.696Z] DEP images/fs.pb-c.d [2019-09-30T14:03:58.696Z] PBCC images/signalfd.pb-c.c [2019-09-30T14:03:58.795Z] #35 34.32 cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-09-30T14:03:58.795Z] #35 34.34 Suggested packages: [2019-09-30T14:03:58.795Z] #35 34.34 codeblocks eclipse ninja-build lrzip [2019-09-30T14:03:58.795Z] #35 34.34 Recommended packages: [2019-09-30T14:03:58.795Z] #35 34.34 xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-09-30T14:03:58.928Z] CC criu/util.o [2019-09-30T14:03:58.978Z] DEP images/signalfd.pb-c.d [2019-09-30T14:03:58.978Z] PBCC images/fh.pb-c.c [2019-09-30T14:03:58.978Z] PBCC images/fsnotify.pb-c.c [2019-09-30T14:03:58.978Z] DEP images/fh.pb-c.d [2019-09-30T14:03:58.978Z] DEP images/fsnotify.pb-c.d [2019-09-30T14:03:58.978Z] PBCC images/eventpoll.pb-c.c [2019-09-30T14:03:58.978Z] DEP images/eventpoll.pb-c.d [2019-09-30T14:03:58.978Z] PBCC images/eventfd.pb-c.c [2019-09-30T14:03:58.978Z] DEP images/eventfd.pb-c.d [2019-09-30T14:03:58.978Z] PBCC images/remap-file-path.pb-c.c [2019-09-30T14:03:58.978Z] DEP images/remap-file-path.pb-c.d [2019-09-30T14:03:58.978Z] PBCC images/fifo.pb-c.c [2019-09-30T14:03:58.978Z] DEP images/fifo.pb-c.d [2019-09-30T14:03:58.978Z] PBCC images/ghost-file.pb-c.c [2019-09-30T14:03:58.978Z] DEP images/ghost-file.pb-c.d [2019-09-30T14:03:58.978Z] PBCC images/regfile.pb-c.c [2019-09-30T14:03:58.978Z] DEP images/regfile.pb-c.d [2019-09-30T14:03:58.978Z] PBCC images/ns.pb-c.c [2019-09-30T14:03:58.978Z] DEP images/ns.pb-c.d [2019-09-30T14:03:58.978Z] PBCC images/fdinfo.pb-c.c [2019-09-30T14:03:58.978Z] DEP images/fdinfo.pb-c.d [2019-09-30T14:03:59.242Z] #35 28.07 Reading package lists... [2019-09-30T14:03:59.242Z] #35 ... [2019-09-30T14:03:59.242Z] [2019-09-30T14:03:59.242Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-30T14:03:59.242Z] #33 31.66 vendor/golang.org/x/crypto/internal/subtle [2019-09-30T14:03:59.242Z] #33 31.77 vendor/golang.org/x/crypto/curve25519 [2019-09-30T14:03:59.261Z] PBCC images/core-aarch64.pb-c.c [2019-09-30T14:03:59.261Z] PBCC images/core-arm.pb-c.c [2019-09-30T14:03:59.261Z] PBCC images/core-ppc64.pb-c.c [2019-09-30T14:03:59.261Z] PBCC images/core-s390.pb-c.c [2019-09-30T14:03:59.261Z] PBCC images/core-x86.pb-c.c [2019-09-30T14:03:59.261Z] PBCC images/core.pb-c.c [2019-09-30T14:03:59.261Z] PBCC images/inventory.pb-c.c [2019-09-30T14:03:59.261Z] DEP images/core-aarch64.pb-c.d [2019-09-30T14:03:59.261Z] DEP images/core-arm.pb-c.d [2019-09-30T14:03:59.261Z] DEP images/core-ppc64.pb-c.d [2019-09-30T14:03:59.261Z] DEP images/core-s390.pb-c.d [2019-09-30T14:03:59.261Z] DEP images/core-x86.pb-c.d [2019-09-30T14:03:59.261Z] DEP images/core.pb-c.d [2019-09-30T14:03:59.261Z] DEP images/inventory.pb-c.d [2019-09-30T14:03:59.261Z] PBCC images/cpuinfo.pb-c.c [2019-09-30T14:03:59.261Z] DEP images/cpuinfo.pb-c.d [2019-09-30T14:03:59.261Z] PBCC images/stats.pb-c.c [2019-09-30T14:03:59.261Z] DEP images/stats.pb-c.d [2019-09-30T14:03:59.316Z] CC criu/uts_ns.o [2019-09-30T14:03:59.316Z] CC criu/vdso.o [2019-09-30T14:03:59.357Z] #35 35.07 The following NEW packages will be installed: [2019-09-30T14:03:59.357Z] #35 35.08 cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-09-30T14:03:59.357Z] #35 35.10 vim-common xxd [2019-09-30T14:03:59.698Z] LINK criu/built-in.o [2019-09-30T14:03:59.698Z] LINK criu/criu [2019-09-30T14:03:59.698Z] DEP lib/c/criu.d [2019-09-30T14:03:59.877Z] make[1]: Nothing to be done for 'all'. [2019-09-30T14:03:59.877Z] CC images/stats.o [2019-09-30T14:04:00.062Z] CC images/rpc.pb-c.o [2019-09-30T14:04:00.062Z] CC lib/c/criu.o [2019-09-30T14:04:00.159Z] CC images/core.o [2019-09-30T14:04:00.425Z] LINK lib/c/built-in.o [2019-09-30T14:04:00.425Z] LINK lib/c/libcriu.so [2019-09-30T14:04:00.425Z] GEN magic.py [2019-09-30T14:04:00.425Z] Note: Building without setproctitle() and strlcpy() support. [2019-09-30T14:04:00.425Z] To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-30T14:04:00.441Z] CC images/core-x86.o [2019-09-30T14:04:00.441Z] CC images/core-arm.o [2019-09-30T14:04:00.722Z] #35 36.34 0 upgraded, 10 newly installed, 0 to remove and 7 not upgraded. [2019-09-30T14:04:00.722Z] #35 36.34 Need to get 13.7 MB of archives. [2019-09-30T14:04:00.722Z] #35 36.34 After this operation, 57.2 MB of additional disk space will be used. [2019-09-30T14:04:00.722Z] #35 36.34 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake-data all 3.7.2-1 [1216 kB] [2019-09-30T14:04:00.722Z] #35 36.46 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-09-30T14:04:00.722Z] #35 36.46 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libicu57 amd64 57.1-6+deb9u3 [7705 kB] [2019-09-30T14:04:00.722Z] CC images/core-aarch64.o [2019-09-30T14:04:00.722Z] CC images/core-ppc64.o [2019-09-30T14:04:00.798Z] fatal: Not a git repository (or any of the parent directories): .git [2019-09-30T14:04:00.798Z] make[1]: Nothing to be done for 'all'. [2019-09-30T14:04:01.009Z] CC images/core-s390.o [2019-09-30T14:04:01.171Z] make[1]: 'images/built-in.o' is up to date. [2019-09-30T14:04:01.171Z] make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-09-30T14:04:01.171Z] make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-09-30T14:04:01.171Z] make[1]: 'compel/libcompel.a' is up to date. [2019-09-30T14:04:01.171Z] make[1]: 'compel/compel-host-bin' is up to date. [2019-09-30T14:04:01.171Z] make[1]: Nothing to be done for 'all'. [2019-09-30T14:04:01.171Z] make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-30T14:04:01.171Z] make[2]: Nothing to be done for 'all'. [2019-09-30T14:04:01.171Z] make[2]: Nothing to be done for 'all'. [2019-09-30T14:04:01.171Z] make[2]: Nothing to be done for 'all'. [2019-09-30T14:04:01.171Z] make[2]: Nothing to be done for 'all'. [2019-09-30T14:04:01.171Z] make[2]: Nothing to be done for 'all'. [2019-09-30T14:04:01.171Z] make[2]: Nothing to be done for 'all'. [2019-09-30T14:04:01.171Z] make[2]: Nothing to be done for 'all'. [2019-09-30T14:04:01.171Z] make[2]: Nothing to be done for 'all'. [2019-09-30T14:04:01.171Z] INSTALL criu/criu [2019-09-30T14:04:01.284Z] #35 ... [2019-09-30T14:04:01.285Z] [2019-09-30T14:04:01.285Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-30T14:04:01.291Z] CC images/cpuinfo.o [2019-09-30T14:04:01.291Z] CC images/inventory.o [2019-09-30T14:04:01.542Z] #15 37.17 + cd /tmp/tmp.hOwN5HSrqa/src/github.com/go-swagger/go-swagger [2019-09-30T14:04:01.542Z] #15 37.17 + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-30T14:04:01.578Z] CC images/fdinfo.o [2019-09-30T14:04:01.578Z] CC images/fown.o [2019-09-30T14:04:01.578Z] CC images/ns.o [2019-09-30T14:04:01.578Z] CC images/regfile.o [2019-09-30T14:04:01.798Z] #15 ... [2019-09-30T14:04:01.798Z] [2019-09-30T14:04:01.798Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-30T14:04:01.798Z] #50 DONE 37.3s [2019-09-30T14:04:01.860Z] CC images/ghost-file.o [2019-09-30T14:04:01.860Z] CC images/fifo.o [2019-09-30T14:04:01.860Z] CC images/remap-file-path.o [2019-09-30T14:04:01.860Z] CC images/eventfd.o [2019-09-30T14:04:02.054Z] [2019-09-30T14:04:02.054Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:04:02.054Z] #35 37.48 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxml2 amd64 2.9.4+dfsg1-2.2+deb9u2 [920 kB] [2019-09-30T14:04:02.054Z] #35 37.68 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libarchive13 amd64 3.2.2-2+deb9u1 [294 kB] [2019-09-30T14:04:02.054Z] #35 37.78 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2019-09-30T14:04:02.054Z] #35 37.82 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libuv1 amd64 1.9.1-3 [84.4 kB] [2019-09-30T14:04:02.054Z] #35 37.82 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake amd64 3.7.2-1 [3038 kB] [2019-09-30T14:04:02.142Z] CC images/eventpoll.o [2019-09-30T14:04:02.142Z] CC images/fh.o [2019-09-30T14:04:02.142Z] CC images/fsnotify.o [2019-09-30T14:04:02.424Z] CC images/signalfd.o [2019-09-30T14:04:02.424Z] CC images/fs.o [2019-09-30T14:04:02.435Z] Removing intermediate container e77f13cacdad [2019-09-30T14:04:02.435Z] ---> ddd83773f91c [2019-09-30T14:04:02.435Z] Step 13/126 : FROM base AS registry [2019-09-30T14:04:02.435Z] ---> 7f0d9d361d13 [2019-09-30T14:04:02.435Z] Step 14/126 : ENV REGISTRY_COMMIT_SCHEMA1 ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-30T14:04:02.435Z] ---> Running in ddedefa092ba [2019-09-30T14:04:02.435Z] Removing intermediate container ddedefa092ba [2019-09-30T14:04:02.435Z] ---> 122c74b60304 [2019-09-30T14:04:02.435Z] Step 15/126 : ENV REGISTRY_COMMIT 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-30T14:04:02.435Z] ---> Running in 856498be447a [2019-09-30T14:04:02.617Z] #35 38.37 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-30T14:04:02.617Z] #35 38.38 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-30T14:04:02.706Z] CC images/pstree.o [2019-09-30T14:04:02.706Z] CC images/pipe.o [2019-09-30T14:04:02.706Z] CC images/tcp-stream.o [2019-09-30T14:04:02.706Z] CC images/sk-packet.o [2019-09-30T14:04:02.813Z] Removing intermediate container 856498be447a [2019-09-30T14:04:02.813Z] ---> bf59cf182250 [2019-09-30T14:04:02.813Z] Step 16/126 : RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/docker/distribution.git "$GOPATH/src/github.com/docker/distribution" && (cd "$GOPATH/src/github.com/docker/distribution" && git checkout -q "$REGISTRY_COMMIT") && GOPATH="$GOPATH/src/github.com/docker/distribution/Godeps/_workspace:$GOPATH" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|ppc64*|s390x) (cd "$GOPATH/src/github.com/docker/distribution" && git checkout -q "$REGISTRY_COMMIT_SCHEMA1"); GOPATH="$GOPATH/src/github.com/docker/distribution/Godeps/_workspace:$GOPATH"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac && rm -rf "$GOPATH" [2019-09-30T14:04:02.813Z] ---> Running in b5af2536681c [2019-09-30T14:04:02.988Z] CC images/mnt.o [2019-09-30T14:04:02.988Z] CC images/pipe-data.o [2019-09-30T14:04:02.988Z] CC images/sa.o [2019-09-30T14:04:02.988Z] CC images/timer.o [2019-09-30T14:04:03.270Z] CC images/timerfd.o [2019-09-30T14:04:03.270Z] CC images/mm.o [2019-09-30T14:04:03.270Z] CC images/sk-opts.o [2019-09-30T14:04:03.552Z] CC images/sk-unix.o [2019-09-30T14:04:03.552Z] CC images/sk-inet.o [2019-09-30T14:04:03.552Z] CC images/tun.o [2019-09-30T14:04:03.633Z] + mktemp -d [2019-09-30T14:04:03.633Z] + export GOPATH=/tmp/tmp.Mmeeaqwq8Q [2019-09-30T14:04:03.633Z] + git clone https://github.com/docker/distribution.git /tmp/tmp.Mmeeaqwq8Q/src/github.com/docker/distribution [2019-09-30T14:04:03.633Z] Cloning into '/tmp/tmp.Mmeeaqwq8Q/src/github.com/docker/distribution'... [2019-09-30T14:04:03.835Z] CC images/sk-netlink.o [2019-09-30T14:04:03.835Z] CC images/packet-sock.o [2019-09-30T14:04:03.988Z] #35 39.65 debconf: delaying package configuration, since apt-utils is not installed [2019-09-30T14:04:04.118Z] CC images/ipc-var.o [2019-09-30T14:04:04.118Z] CC images/ipc-desc.o [2019-09-30T14:04:04.118Z] CC images/ipc-shm.o [2019-09-30T14:04:04.118Z] CC images/ipc-msg.o [2019-09-30T14:04:04.244Z] #35 ... [2019-09-30T14:04:04.244Z] [2019-09-30T14:04:04.244Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-30T14:04:04.244Z] #44 26.06 Reading package lists... [2019-09-30T14:04:04.244Z] #44 32.35 Building dependency tree... [2019-09-30T14:04:04.244Z] #44 33.54 Reading state information... [2019-09-30T14:04:04.244Z] #44 34.68 The following additional packages will be installed: [2019-09-30T14:04:04.244Z] #44 34.69 btrfs-progs liblzo2-2 [2019-09-30T14:04:04.244Z] #44 34.90 The following NEW packages will be installed: [2019-09-30T14:04:04.244Z] #44 34.93 btrfs-progs btrfs-tools liblzo2-2 [2019-09-30T14:04:04.244Z] #44 36.05 0 upgraded, 3 newly installed, 0 to remove and 7 not upgraded. [2019-09-30T14:04:04.244Z] #44 36.05 Need to get 649 kB of archives. [2019-09-30T14:04:04.244Z] #44 36.05 After this operation, 4320 kB of additional disk space will be used. [2019-09-30T14:04:04.244Z] #44 36.05 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-09-30T14:04:04.244Z] #44 36.08 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] [2019-09-30T14:04:04.244Z] #44 36.12 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] [2019-09-30T14:04:04.244Z] #44 37.09 debconf: delaying package configuration, since apt-utils is not installed [2019-09-30T14:04:04.244Z] #44 37.25 Fetched 649 kB in 1s (590 kB/s) [2019-09-30T14:04:04.244Z] #44 37.50 Selecting previously unselected package liblzo2-2:amd64. [2019-09-30T14:04:04.244Z] #44 37.50 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-09-30T14:04:04.244Z] #44 37.63 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-09-30T14:04:04.244Z] #44 37.63 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-30T14:04:04.244Z] #44 38.06 Selecting previously unselected package btrfs-progs. [2019-09-30T14:04:04.244Z] #44 38.07 Preparing to unpack .../btrfs-progs_4.7.3-1_amd64.deb ... [2019-09-30T14:04:04.244Z] #44 38.10 Unpacking btrfs-progs (4.7.3-1) ... [2019-09-30T14:04:04.244Z] #44 39.17 Selecting previously unselected package btrfs-tools. [2019-09-30T14:04:04.244Z] #44 39.18 Preparing to unpack .../btrfs-tools_4.7.3-1_amd64.deb ... [2019-09-30T14:04:04.244Z] #44 39.19 Unpacking btrfs-tools (4.7.3-1) ... [2019-09-30T14:04:04.244Z] #44 39.34 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-30T14:04:04.244Z] #44 39.46 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-30T14:04:04.244Z] #44 39.48 Setting up btrfs-progs (4.7.3-1) ... [2019-09-30T14:04:04.244Z] #44 39.50 Setting up btrfs-tools (4.7.3-1) ... [2019-09-30T14:04:04.244Z] #44 39.52 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-30T14:04:04.244Z] #44 DONE 39.9s [2019-09-30T14:04:04.244Z] [2019-09-30T14:04:04.244Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:04:04.244Z] #35 39.80 Fetched 13.7 MB in 3s (4289 kB/s) [2019-09-30T14:04:04.244Z] [2019-09-30T14:04:04.244Z] #35 ... [2019-09-30T14:04:04.244Z] [2019-09-30T14:04:04.244Z] #45 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-30T14:04:04.244Z] #45 DONE 0.1s [2019-09-30T14:04:04.244Z] [2019-09-30T14:04:04.244Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:04:04.244Z] #35 39.99 Selecting previously unselected package cmake-data. [2019-09-30T14:04:04.245Z] #35 39.99 (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% #35 ... [2019-09-30T14:04:04.245Z] [2019-09-30T14:04:04.245Z] #46 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-09-30T14:04:04.245Z] #46 DONE 0.1s [2019-09-30T14:04:04.245Z] [2019-09-30T14:04:04.245Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:04:04.245Z] #35 39.99 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-09-30T14:04:04.245Z] #35 40.11 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-09-30T14:04:04.400Z] CC images/ipc-sem.o [2019-09-30T14:04:04.400Z] CC images/utsns.o [2019-09-30T14:04:04.400Z] CC images/creds.o [2019-09-30T14:04:04.400Z] CC images/vma.o [2019-09-30T14:04:04.400Z] CC images/netdev.o [2019-09-30T14:04:04.496Z] #33 ... [2019-09-30T14:04:04.496Z] [2019-09-30T14:04:04.496Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-30T14:04:04.496Z] #27 35.57 + cd /tmp/tmp.FBR8BoPMF1/src/gotest.tools/gotestsum [2019-09-30T14:04:04.496Z] #27 35.57 + git checkout -q v0.3.5 [2019-09-30T14:04:04.496Z] #27 35.59 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-09-30T14:04:04.503Z] #35 40.13 Unpacking cmake-data (3.7.2-1) ... [2019-09-30T14:04:04.682Z] CC images/tty.o [2019-09-30T14:04:04.964Z] CC images/file-lock.o [2019-09-30T14:04:04.964Z] CC images/rlimit.o [2019-09-30T14:04:04.964Z] CC images/pagemap.o [2019-09-30T14:04:04.964Z] CC images/siginfo.o [2019-09-30T14:04:05.061Z] + cd /tmp/tmp.Mmeeaqwq8Q/src/github.com/docker/distribution [2019-09-30T14:04:05.061Z] + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-30T14:04:05.246Z] CC images/rpc.o [2019-09-30T14:04:05.432Z] + GOPATH=/tmp/tmp.Mmeeaqwq8Q/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.Mmeeaqwq8Q go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-09-30T14:04:05.529Z] CC images/ext-file.o [2019-09-30T14:04:05.812Z] CC images/cgroup.o [2019-09-30T14:04:05.812Z] CC images/userns.o [2019-09-30T14:04:06.094Z] CC images/google/protobuf/descriptor.o [2019-09-30T14:04:06.391Z] #27 ... [2019-09-30T14:04:06.391Z] [2019-09-30T14:04:06.391Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-30T14:04:06.391Z] #50 DONE 38.9s [2019-09-30T14:04:06.391Z] [2019-09-30T14:04:06.391Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-30T14:04:06.391Z] #15 38.37 + cd /tmp/tmp.nd6E4Fpt1Z/src/github.com/go-swagger/go-swagger [2019-09-30T14:04:06.391Z] #15 38.37 + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-30T14:04:06.397Z] #35 ... [2019-09-30T14:04:06.397Z] [2019-09-30T14:04:06.397Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-09-30T14:04:06.397Z] #17 28.22 Reading package lists... [2019-09-30T14:04:06.397Z] #17 34.57 Building dependency tree... [2019-09-30T14:04:06.397Z] #17 35.65 Reading state information... [2019-09-30T14:04:06.397Z] #17 36.92 ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-09-30T14:04:06.397Z] #17 36.92 The following additional packages will be installed: [2019-09-30T14:04:06.397Z] #17 36.96 libjq1 libonig4 [2019-09-30T14:04:06.397Z] #17 37.63 The following NEW packages will be installed: [2019-09-30T14:04:06.397Z] #17 37.64 jq libjq1 libonig4 [2019-09-30T14:04:06.397Z] #17 38.84 0 upgraded, 3 newly installed, 0 to remove and 7 not upgraded. [2019-09-30T14:04:06.397Z] #17 38.84 Need to get 327 kB of archives. [2019-09-30T14:04:06.397Z] #17 38.84 After this operation, 1157 kB of additional disk space will be used. [2019-09-30T14:04:06.397Z] #17 38.84 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] [2019-09-30T14:04:06.397Z] #17 38.84 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] [2019-09-30T14:04:06.397Z] #17 38.84 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] [2019-09-30T14:04:06.397Z] #17 40.00 debconf: delaying package configuration, since apt-utils is not installed [2019-09-30T14:04:06.397Z] #17 40.26 Fetched 327 kB in 1s (312 kB/s) [2019-09-30T14:04:06.397Z] #17 40.35 Selecting previously unselected package libonig4:amd64. [2019-09-30T14:04:06.397Z] #17 40.35 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-09-30T14:04:06.397Z] #17 40.40 Preparing to unpack .../libonig4_6.1.3-2_amd64.deb ... [2019-09-30T14:04:06.397Z] #17 40.41 Unpacking libonig4:amd64 (6.1.3-2) ... [2019-09-30T14:04:06.397Z] #17 40.67 Selecting previously unselected package libjq1:amd64. [2019-09-30T14:04:06.397Z] #17 40.68 Preparing to unpack .../libjq1_1.5+dfsg-1.3_amd64.deb ... [2019-09-30T14:04:06.397Z] #17 40.71 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... [2019-09-30T14:04:06.397Z] #17 40.96 Selecting previously unselected package jq. [2019-09-30T14:04:06.397Z] #17 40.97 Preparing to unpack .../jq_1.5+dfsg-1.3_amd64.deb ... [2019-09-30T14:04:06.397Z] #17 40.99 Unpacking jq (1.5+dfsg-1.3) ... [2019-09-30T14:04:06.397Z] #17 41.31 Setting up libonig4:amd64 (6.1.3-2) ... [2019-09-30T14:04:06.397Z] #17 41.34 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... [2019-09-30T14:04:06.397Z] #17 41.36 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-30T14:04:06.397Z] #17 41.43 Setting up jq (1.5+dfsg-1.3) ... [2019-09-30T14:04:06.397Z] #17 DONE 41.7s [2019-09-30T14:04:06.397Z] [2019-09-30T14:04:06.397Z] #19 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-09-30T14:04:06.397Z] #19 DONE 0.1s [2019-09-30T14:04:06.397Z] [2019-09-30T14:04:06.397Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-30T14:04:06.397Z] #20 ... [2019-09-30T14:04:06.397Z] [2019-09-30T14:04:06.397Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-09-30T14:04:06.397Z] #6 28.90 Reading package lists... [2019-09-30T14:04:06.397Z] #6 35.10 Building dependency tree... [2019-09-30T14:04:06.397Z] #6 36.33 Reading state information... [2019-09-30T14:04:06.397Z] #6 37.47 The following additional packages will be installed: [2019-09-30T14:04:06.397Z] #6 37.49 libapparmor1 libseccomp2 [2019-09-30T14:04:06.397Z] #6 37.50 Suggested packages: [2019-09-30T14:04:06.397Z] #6 37.50 seccomp [2019-09-30T14:04:06.397Z] #6 37.86 The following NEW packages will be installed: [2019-09-30T14:04:06.397Z] #6 37.86 libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-09-30T14:04:06.398Z] #6 39.03 0 upgraded, 4 newly installed, 0 to remove and 7 not upgraded. [2019-09-30T14:04:06.398Z] #6 39.03 Need to get 300 kB of archives. [2019-09-30T14:04:06.398Z] #6 39.03 After this operation, 1201 kB of additional disk space will be used. [2019-09-30T14:04:06.398Z] #6 39.03 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp2 amd64 2.3.1-2.1+deb9u1 [40.7 kB] [2019-09-30T14:04:06.398Z] #6 39.03 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp-dev amd64 2.3.1-2.1+deb9u1 [61.0 kB] [2019-09-30T14:04:06.398Z] #6 39.04 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor1 amd64 2.11.0-3+deb9u2 [78.9 kB] [2019-09-30T14:04:06.398Z] #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] [2019-09-30T14:04:06.398Z] #6 40.11 debconf: delaying package configuration, since apt-utils is not installed [2019-09-30T14:04:06.398Z] #6 40.38 Fetched 300 kB in 1s (273 kB/s) [2019-09-30T14:04:06.398Z] #6 40.47 Selecting previously unselected package libseccomp2:amd64. [2019-09-30T14:04:06.398Z] #6 40.48 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-09-30T14:04:06.398Z] #6 40.54 Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_amd64.deb ... [2019-09-30T14:04:06.398Z] #6 40.55 Unpacking libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... [2019-09-30T14:04:06.398Z] #6 40.75 Selecting previously unselected package libseccomp-dev:amd64. [2019-09-30T14:04:06.398Z] #6 40.75 Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_amd64.deb ... [2019-09-30T14:04:06.398Z] #6 40.78 Unpacking libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... [2019-09-30T14:04:06.398Z] #6 41.05 Selecting previously unselected package libapparmor1:amd64. [2019-09-30T14:04:06.398Z] #6 41.07 Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_amd64.deb ... [2019-09-30T14:04:06.398Z] #6 41.12 Unpacking libapparmor1:amd64 (2.11.0-3+deb9u2) ... [2019-09-30T14:04:06.398Z] #6 41.23 Selecting previously unselected package libapparmor-dev:amd64. [2019-09-30T14:04:06.398Z] #6 41.24 Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_amd64.deb ... [2019-09-30T14:04:06.398Z] #6 41.25 Unpacking libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... [2019-09-30T14:04:06.398Z] #6 41.57 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-30T14:04:06.398Z] #6 41.67 Setting up libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... [2019-09-30T14:04:06.398Z] #6 41.75 Setting up libapparmor1:amd64 (2.11.0-3+deb9u2) ... [2019-09-30T14:04:06.398Z] #6 41.80 Setting up libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... [2019-09-30T14:04:06.398Z] #6 41.86 Setting up libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... [2019-09-30T14:04:06.398Z] #6 41.89 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-30T14:04:06.398Z] #6 DONE 42.2s [2019-09-30T14:04:06.654Z] [2019-09-30T14:04:06.654Z] #40 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-30T14:04:06.654Z] #40 DONE 0.1s [2019-09-30T14:04:06.654Z] [2019-09-30T14:04:06.654Z] #41 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-09-30T14:04:06.654Z] #41 DONE 0.1s [2019-09-30T14:04:06.654Z] [2019-09-30T14:04:06.654Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-30T14:04:06.713Z] CC images/opts.o [2019-09-30T14:04:06.713Z] CC images/seccomp.o [2019-09-30T14:04:06.713Z] CC images/binfmt-misc.o [2019-09-30T14:04:06.996Z] CC images/time.o [2019-09-30T14:04:06.996Z] CC images/sysctl.o [2019-09-30T14:04:06.996Z] CC images/autofs.o [2019-09-30T14:04:06.996Z] CC images/macvlan.o [2019-09-30T14:04:06.996Z] CC images/sit.o [2019-09-30T14:04:07.280Z] LINK images/built-in.o [2019-09-30T14:04:07.280Z] GEN compel/include/asm [2019-09-30T14:04:07.280Z] GEN compel/include/version.h [2019-09-30T14:04:07.280Z] touch .config [2019-09-30T14:04:07.280Z] GEN include/common/config.h [2019-09-30T14:04:07.280Z] GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-09-30T14:04:07.280Z] GEN compel/plugins/include/uapi/std/syscall.h [2019-09-30T14:04:07.280Z] GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2019-09-30T14:04:07.280Z] DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2019-09-30T14:04:07.280Z] DEP compel/arch/ppc64/plugins/std/memcmp.d [2019-09-30T14:04:07.280Z] DEP compel/arch/ppc64/plugins/std/memcpy.d [2019-09-30T14:04:07.280Z] DEP compel/arch/ppc64/plugins/std/parasite-head.d [2019-09-30T14:04:07.280Z] GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-09-30T14:04:07.280Z] DEP compel/plugins/std/infect.d [2019-09-30T14:04:07.280Z] DEP compel/plugins/std/string.d [2019-09-30T14:04:07.562Z] DEP compel/plugins/std/log.d [2019-09-30T14:04:07.562Z] DEP compel/plugins/std/fds.d [2019-09-30T14:04:07.562Z] DEP compel/plugins/std/std.d [2019-09-30T14:04:07.562Z] DEP compel/plugins/shmem/shmem.d [2019-09-30T14:04:07.562Z] DEP compel/plugins/fds/fds.d [2019-09-30T14:04:07.562Z] CC compel/plugins/std/std.o [2019-09-30T14:04:07.777Z] #15 40.85 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-09-30T14:04:07.845Z] CC compel/plugins/std/fds.o [2019-09-30T14:04:07.845Z] CC compel/plugins/std/log.o [2019-09-30T14:04:08.126Z] CC compel/plugins/std/string.o [2019-09-30T14:04:08.341Z] #15 ... [2019-09-30T14:04:08.341Z] [2019-09-30T14:04:08.341Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-09-30T14:04:08.341Z] #17 27.28 Reading package lists... [2019-09-30T14:04:08.341Z] #17 33.25 Building dependency tree... [2019-09-30T14:04:08.341Z] #17 34.60 Reading state information... [2019-09-30T14:04:08.341Z] #17 36.15 ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-09-30T14:04:08.341Z] #17 36.15 The following additional packages will be installed: [2019-09-30T14:04:08.341Z] #17 36.18 libjq1 libonig4 [2019-09-30T14:04:08.341Z] #17 36.60 The following NEW packages will be installed: [2019-09-30T14:04:08.341Z] #17 36.61 jq libjq1 libonig4 [2019-09-30T14:04:08.341Z] #17 37.95 0 upgraded, 3 newly installed, 0 to remove and 7 not upgraded. [2019-09-30T14:04:08.341Z] #17 37.95 Need to get 327 kB of archives. [2019-09-30T14:04:08.341Z] #17 37.95 After this operation, 1157 kB of additional disk space will be used. [2019-09-30T14:04:08.341Z] #17 37.95 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] [2019-09-30T14:04:08.341Z] #17 37.96 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] [2019-09-30T14:04:08.341Z] #17 37.96 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] [2019-09-30T14:04:08.341Z] #17 39.02 debconf: delaying package configuration, since apt-utils is not installed [2019-09-30T14:04:08.341Z] #17 39.26 Fetched 327 kB in 1s (261 kB/s) [2019-09-30T14:04:08.341Z] #17 39.42 Selecting previously unselected package libonig4:amd64. [2019-09-30T14:04:08.342Z] #17 39.42 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-09-30T14:04:08.342Z] #17 39.54 Preparing to unpack .../libonig4_6.1.3-2_amd64.deb ... [2019-09-30T14:04:08.342Z] #17 39.60 Unpacking libonig4:amd64 (6.1.3-2) ... [2019-09-30T14:04:08.342Z] #17 40.11 Selecting previously unselected package libjq1:amd64. [2019-09-30T14:04:08.342Z] #17 40.14 Preparing to unpack .../libjq1_1.5+dfsg-1.3_amd64.deb ... [2019-09-30T14:04:08.342Z] #17 40.16 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... [2019-09-30T14:04:08.342Z] #17 40.62 Selecting previously unselected package jq. [2019-09-30T14:04:08.342Z] #17 40.62 Preparing to unpack .../jq_1.5+dfsg-1.3_amd64.deb ... [2019-09-30T14:04:08.342Z] #17 40.65 Unpacking jq (1.5+dfsg-1.3) ... [2019-09-30T14:04:08.342Z] #17 40.87 Setting up libonig4:amd64 (6.1.3-2) ... [2019-09-30T14:04:08.342Z] #17 40.89 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... [2019-09-30T14:04:08.342Z] #17 40.91 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-30T14:04:08.342Z] #17 41.00 Setting up jq (1.5+dfsg-1.3) ... [2019-09-30T14:04:08.342Z] #17 DONE 41.3s [2019-09-30T14:04:08.342Z] [2019-09-30T14:04:08.342Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-30T14:04:08.342Z] #44 27.79 Reading package lists... [2019-09-30T14:04:08.342Z] #44 33.80 Building dependency tree... [2019-09-30T14:04:08.342Z] #44 35.10 Reading state information... [2019-09-30T14:04:08.342Z] #44 36.57 The following additional packages will be installed: [2019-09-30T14:04:08.342Z] #44 36.58 btrfs-progs liblzo2-2 [2019-09-30T14:04:08.342Z] #44 36.81 The following NEW packages will be installed: [2019-09-30T14:04:08.342Z] #44 36.84 btrfs-progs btrfs-tools liblzo2-2 [2019-09-30T14:04:08.342Z] #44 37.95 0 upgraded, 3 newly installed, 0 to remove and 7 not upgraded. [2019-09-30T14:04:08.342Z] #44 37.95 Need to get 649 kB of archives. [2019-09-30T14:04:08.342Z] #44 37.95 After this operation, 4320 kB of additional disk space will be used. [2019-09-30T14:04:08.342Z] #44 37.95 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-09-30T14:04:08.342Z] #44 37.96 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] [2019-09-30T14:04:08.342Z] #44 38.01 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] [2019-09-30T14:04:08.342Z] #44 38.92 debconf: delaying package configuration, since apt-utils is not installed [2019-09-30T14:04:08.342Z] #44 39.10 Fetched 649 kB in 1s (601 kB/s) [2019-09-30T14:04:08.342Z] #44 39.23 Selecting previously unselected package liblzo2-2:amd64. [2019-09-30T14:04:08.342Z] #44 39.23 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-09-30T14:04:08.342Z] #44 39.28 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-09-30T14:04:08.342Z] #44 39.33 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-30T14:04:08.342Z] #44 39.57 Selecting previously unselected package btrfs-progs. [2019-09-30T14:04:08.342Z] #44 39.58 Preparing to unpack .../btrfs-progs_4.7.3-1_amd64.deb ... [2019-09-30T14:04:08.342Z] #44 39.60 Unpacking btrfs-progs (4.7.3-1) ... [2019-09-30T14:04:08.342Z] #44 40.76 Selecting previously unselected package btrfs-tools. [2019-09-30T14:04:08.342Z] #44 40.76 Preparing to unpack .../btrfs-tools_4.7.3-1_amd64.deb ... [2019-09-30T14:04:08.342Z] #44 40.77 Unpacking btrfs-tools (4.7.3-1) ... [2019-09-30T14:04:08.342Z] #44 40.94 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-30T14:04:08.342Z] #44 40.99 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-30T14:04:08.342Z] #44 41.03 Setting up btrfs-progs (4.7.3-1) ... [2019-09-30T14:04:08.342Z] #44 41.05 Setting up btrfs-tools (4.7.3-1) ... [2019-09-30T14:04:08.342Z] #44 41.06 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-30T14:04:08.342Z] #44 DONE 41.3s [2019-09-30T14:04:08.342Z] [2019-09-30T14:04:08.342Z] #45 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-30T14:04:08.342Z] #45 DONE 0.1s [2019-09-30T14:04:08.342Z] [2019-09-30T14:04:08.342Z] #19 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-09-30T14:04:08.342Z] #19 DONE 0.1s [2019-09-30T14:04:08.342Z] [2019-09-30T14:04:08.342Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-30T14:04:08.409Z] CC compel/plugins/std/infect.o [2019-09-30T14:04:08.409Z] CC compel/arch/ppc64/plugins/std/parasite-head.o [2019-09-30T14:04:08.409Z] CC compel/arch/ppc64/plugins/std/memcpy.o [2019-09-30T14:04:08.409Z] CC compel/arch/ppc64/plugins/std/memcmp.o [2019-09-30T14:04:08.545Z] #42 ... [2019-09-30T14:04:08.545Z] [2019-09-30T14:04:08.545Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:04:08.545Z] #57 28.11 Reading package lists... [2019-09-30T14:04:08.545Z] #57 34.50 Building dependency tree... [2019-09-30T14:04:08.545Z] #57 35.73 Reading state information... [2019-09-30T14:04:08.545Z] #57 37.16 The following additional packages will be installed: [2019-09-30T14:04:08.545Z] #57 37.17 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-09-30T14:04:08.545Z] #57 37.18 libprotoc10 python-pkg-resources zlib1g-dev [2019-09-30T14:04:08.545Z] #57 37.22 Suggested packages: [2019-09-30T14:04:08.545Z] #57 37.22 manpages-dev python-setuptools [2019-09-30T14:04:08.545Z] #57 39.69 The following NEW packages will be installed: [2019-09-30T14:04:08.545Z] #57 39.70 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-09-30T14:04:08.545Z] #57 39.70 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-09-30T14:04:08.545Z] #57 39.70 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-09-30T14:04:08.545Z] #57 39.71 zlib1g-dev [2019-09-30T14:04:08.545Z] #57 40.79 0 upgraded, 16 newly installed, 0 to remove and 7 not upgraded. [2019-09-30T14:04:08.545Z] #57 40.79 Need to get 3602 kB of archives. [2019-09-30T14:04:08.545Z] #57 40.79 After this operation, 18.9 MB of additional disk space will be used. [2019-09-30T14:04:08.545Z] #57 40.79 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] [2019-09-30T14:04:08.545Z] #57 40.81 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap-dev amd64 1:2.25-1 [29.4 kB] [2019-09-30T14:04:08.545Z] #57 40.81 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1-dev amd64 1.1.6+dfsg-3 [118 kB] [2019-09-30T14:04:08.545Z] #57 40.81 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] [2019-09-30T14:04:08.545Z] #57 40.82 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-dev amd64 3.2.27-2 [96.2 kB] [2019-09-30T14:04:08.545Z] #57 40.83 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] [2019-09-30T14:04:08.545Z] #57 40.84 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c-dev amd64 1.2.1-2 [32.5 kB] [2019-09-30T14:04:08.545Z] #57 40.85 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-5 [205 kB] [2019-09-30T14:04:08.545Z] #57 40.86 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf10 amd64 3.0.0-9 [681 kB] [2019-09-30T14:04:08.545Z] #57 40.92 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-lite10 amd64 3.0.0-9 [125 kB] [2019-09-30T14:04:08.545Z] #57 40.94 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-dev amd64 3.0.0-9 [954 kB] [2019-09-30T14:04:08.545Z] #57 41.13 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotoc10 amd64 3.0.0-9 [626 kB] [2019-09-30T14:04:08.545Z] #57 41.22 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-c-compiler amd64 1.2.1-2 [78.4 kB] [2019-09-30T14:04:08.545Z] #57 41.29 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-compiler amd64 3.0.0-9 [52.8 kB] [2019-09-30T14:04:08.545Z] #57 41.29 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB] [2019-09-30T14:04:08.545Z] #57 41.30 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-protobuf amd64 3.0.0-9 [292 kB] [2019-09-30T14:04:08.545Z] #57 42.60 debconf: delaying package configuration, since apt-utils is not installed [2019-09-30T14:04:08.545Z] #57 43.13 Fetched 3602 kB in 1s (2308 kB/s) [2019-09-30T14:04:08.545Z] #57 43.31 Selecting previously unselected package libnet1:amd64. [2019-09-30T14:04:08.545Z] #57 43.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.) [2019-09-30T14:04:08.545Z] #57 43.42 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_amd64.deb ... [2019-09-30T14:04:08.545Z] #57 43.45 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... [2019-09-30T14:04:08.545Z] #57 43.69 Selecting previously unselected package libcap-dev:amd64. [2019-09-30T14:04:08.545Z] #57 43.69 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_amd64.deb ... [2019-09-30T14:04:08.545Z] #57 43.71 Unpacking libcap-dev:amd64 (1:2.25-1) ... [2019-09-30T14:04:08.545Z] #57 43.87 Selecting previously unselected package libnet1-dev. [2019-09-30T14:04:08.545Z] #57 43.90 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_amd64.deb ... [2019-09-30T14:04:08.545Z] #57 43.91 Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-09-30T14:04:08.545Z] #57 44.17 Selecting previously unselected package libnl-3-200:amd64. [2019-09-30T14:04:08.545Z] #57 44.17 Preparing to unpack .../03-libnl-3-200_3.2.27-2_amd64.deb ... [2019-09-30T14:04:08.545Z] #57 44.18 Unpacking libnl-3-200:amd64 (3.2.27-2) ... [2019-09-30T14:04:08.545Z] #57 44.30 Selecting previously unselected package libnl-3-dev:amd64. [2019-09-30T14:04:08.599Z] #20 ... [2019-09-30T14:04:08.599Z] [2019-09-30T14:04:08.599Z] #46 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-09-30T14:04:08.599Z] #46 DONE 0.1s [2019-09-30T14:04:08.599Z] [2019-09-30T14:04:08.599Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-30T14:04:08.599Z] #33 41.21 sync [2019-09-30T14:04:08.599Z] #33 41.21 internal/reflectlite [2019-09-30T14:04:08.691Z] CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2019-09-30T14:04:08.691Z] AR compel/plugins/std.lib.a [2019-09-30T14:04:08.691Z] CC compel/plugins/fds/fds.o [2019-09-30T14:04:08.691Z] AR compel/plugins/fds.lib.a [2019-09-30T14:04:08.691Z] HOSTDEP compel/src/lib/log-host.d [2019-09-30T14:04:08.691Z] HOSTDEP compel/src/lib/handle-elf-host.d [2019-09-30T14:04:08.691Z] HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2019-09-30T14:04:08.691Z] HOSTDEP compel/src/main-host.d [2019-09-30T14:04:08.801Z] #57 44.32 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_amd64.deb ... [2019-09-30T14:04:08.801Z] #57 44.33 Unpacking libnl-3-dev:amd64 (3.2.27-2) ... [2019-09-30T14:04:08.801Z] #57 ... [2019-09-30T14:04:08.801Z] [2019-09-30T14:04:08.801Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:04:08.801Z] #35 44.02 Selecting previously unselected package liblzo2-2:amd64. [2019-09-30T14:04:08.801Z] #35 44.02 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-09-30T14:04:08.801Z] #35 44.04 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-30T14:04:08.801Z] #35 44.17 Selecting previously unselected package libicu57:amd64. [2019-09-30T14:04:08.801Z] #35 44.19 Preparing to unpack .../2-libicu57_57.1-6+deb9u3_amd64.deb ... [2019-09-30T14:04:08.801Z] #35 44.20 Unpacking libicu57:amd64 (57.1-6+deb9u3) ... [2019-09-30T14:04:08.974Z] DEP compel/src/lib/ptrace.d [2019-09-30T14:04:08.974Z] DEP compel/src/lib/infect.d [2019-09-30T14:04:08.974Z] DEP compel/src/lib/infect-util.d [2019-09-30T14:04:08.974Z] DEP compel/src/lib/infect-rpc.d [2019-09-30T14:04:08.974Z] DEP compel/arch/ppc64/src/lib/infect.d [2019-09-30T14:04:08.974Z] DEP compel/arch/ppc64/src/lib/cpu.d [2019-09-30T14:04:09.257Z] DEP compel/src/lib/log.d [2019-09-30T14:04:09.257Z] DEP compel/src/main.d [2019-09-30T14:04:09.257Z] DEP compel/src/lib/handle-elf.d [2019-09-30T14:04:09.257Z] DEP compel/arch/ppc64/src/lib/handle-elf.d [2019-09-30T14:04:09.257Z] CC compel/src/lib/log.o [2019-09-30T14:04:09.539Z] CC compel/arch/ppc64/src/lib/cpu.o [2019-09-30T14:04:09.539Z] CC compel/arch/ppc64/src/lib/infect.o [2019-09-30T14:04:09.729Z] #35 ... [2019-09-30T14:04:09.729Z] [2019-09-30T14:04:09.729Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-30T14:04:09.729Z] #27 35.01 + cd /tmp/tmp.sKJLoV4Eoa/src/gotest.tools/gotestsum [2019-09-30T14:04:09.729Z] #27 35.01 + git checkout -q v0.3.5 [2019-09-30T14:04:09.729Z] #27 35.02 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-09-30T14:04:09.729Z] #27 ... [2019-09-30T14:04:09.729Z] [2019-09-30T14:04:09.729Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:04:09.729Z] #57 44.65 Selecting previously unselected package libprotobuf-c1:amd64. [2019-09-30T14:04:09.729Z] #57 44.65 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_amd64.deb ... [2019-09-30T14:04:09.729Z] #57 44.65 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... [2019-09-30T14:04:09.729Z] #57 44.78 Selecting previously unselected package libprotobuf-c-dev:amd64. [2019-09-30T14:04:09.729Z] #57 44.78 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_amd64.deb ... [2019-09-30T14:04:09.729Z] #57 44.79 Unpacking libprotobuf-c-dev:amd64 (1.2.1-2) ... [2019-09-30T14:04:09.729Z] #57 44.88 Selecting previously unselected package zlib1g-dev:amd64. [2019-09-30T14:04:09.729Z] #57 44.90 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ... [2019-09-30T14:04:09.729Z] #57 44.90 Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... [2019-09-30T14:04:09.729Z] #57 45.19 Selecting previously unselected package libprotobuf10:amd64. [2019-09-30T14:04:09.729Z] #57 45.19 Preparing to unpack .../08-libprotobuf10_3.0.0-9_amd64.deb ... [2019-09-30T14:04:09.729Z] #57 45.21 Unpacking libprotobuf10:amd64 (3.0.0-9) ... [2019-09-30T14:04:09.821Z] CC compel/src/lib/infect-rpc.o [2019-09-30T14:04:09.821Z] CC compel/src/lib/infect-util.o [2019-09-30T14:04:10.103Z] CC compel/src/lib/infect.o [2019-09-30T14:04:10.319Z] #57 45.98 Selecting previously unselected package libprotobuf-lite10:amd64. [2019-09-30T14:04:10.319Z] #57 45.98 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_amd64.deb ... [2019-09-30T14:04:10.319Z] #57 45.99 Unpacking libprotobuf-lite10:amd64 (3.0.0-9) ... [2019-09-30T14:04:10.501Z] #33 ... [2019-09-30T14:04:10.501Z] [2019-09-30T14:04:10.501Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:04:10.501Z] #57 26.86 Reading package lists... [2019-09-30T14:04:10.501Z] #57 33.51 Building dependency tree... [2019-09-30T14:04:10.501Z] #57 34.71 Reading state information... [2019-09-30T14:04:10.501Z] #57 36.21 The following additional packages will be installed: [2019-09-30T14:04:10.501Z] #57 36.21 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-09-30T14:04:10.501Z] #57 36.22 libprotoc10 python-pkg-resources zlib1g-dev [2019-09-30T14:04:10.501Z] #57 36.22 Suggested packages: [2019-09-30T14:04:10.501Z] #57 36.24 manpages-dev python-setuptools [2019-09-30T14:04:10.501Z] #57 37.57 The following NEW packages will be installed: [2019-09-30T14:04:10.501Z] #57 37.58 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-09-30T14:04:10.501Z] #57 37.58 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-09-30T14:04:10.501Z] #57 37.58 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-09-30T14:04:10.501Z] #57 37.58 zlib1g-dev [2019-09-30T14:04:10.501Z] #57 38.66 0 upgraded, 16 newly installed, 0 to remove and 7 not upgraded. [2019-09-30T14:04:10.501Z] #57 38.66 Need to get 3602 kB of archives. [2019-09-30T14:04:10.501Z] #57 38.66 After this operation, 18.9 MB of additional disk space will be used. [2019-09-30T14:04:10.501Z] #57 38.66 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] [2019-09-30T14:04:10.501Z] #57 38.66 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap-dev amd64 1:2.25-1 [29.4 kB] [2019-09-30T14:04:10.501Z] #57 38.67 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1-dev amd64 1.1.6+dfsg-3 [118 kB] [2019-09-30T14:04:10.501Z] #57 38.67 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] [2019-09-30T14:04:10.501Z] #57 38.68 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-dev amd64 3.2.27-2 [96.2 kB] [2019-09-30T14:04:10.501Z] #57 38.69 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] [2019-09-30T14:04:10.501Z] #57 38.70 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c-dev amd64 1.2.1-2 [32.5 kB] [2019-09-30T14:04:10.501Z] #57 38.70 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-5 [205 kB] [2019-09-30T14:04:10.501Z] #57 38.73 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf10 amd64 3.0.0-9 [681 kB] [2019-09-30T14:04:10.501Z] #57 38.81 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-lite10 amd64 3.0.0-9 [125 kB] [2019-09-30T14:04:10.501Z] #57 38.83 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-dev amd64 3.0.0-9 [954 kB] [2019-09-30T14:04:10.501Z] #57 38.99 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotoc10 amd64 3.0.0-9 [626 kB] [2019-09-30T14:04:10.501Z] #57 39.06 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-c-compiler amd64 1.2.1-2 [78.4 kB] [2019-09-30T14:04:10.501Z] #57 39.07 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-compiler amd64 3.0.0-9 [52.8 kB] [2019-09-30T14:04:10.501Z] #57 39.08 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB] [2019-09-30T14:04:10.501Z] #57 39.11 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-protobuf amd64 3.0.0-9 [292 kB] [2019-09-30T14:04:10.501Z] #57 40.60 debconf: delaying package configuration, since apt-utils is not installed [2019-09-30T14:04:10.501Z] #57 40.87 Fetched 3602 kB in 1s (2420 kB/s) [2019-09-30T14:04:10.501Z] #57 41.00 Selecting previously unselected package libnet1:amd64. [2019-09-30T14:04:10.501Z] #57 41.00 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-09-30T14:04:10.501Z] #57 41.08 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_amd64.deb ... [2019-09-30T14:04:10.501Z] #57 41.10 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... [2019-09-30T14:04:10.501Z] #57 41.28 Selecting previously unselected package libcap-dev:amd64. [2019-09-30T14:04:10.501Z] #57 41.28 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_amd64.deb ... [2019-09-30T14:04:10.501Z] #57 41.30 Unpacking libcap-dev:amd64 (1:2.25-1) ... [2019-09-30T14:04:10.501Z] #57 41.46 Selecting previously unselected package libnet1-dev. [2019-09-30T14:04:10.501Z] #57 41.47 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_amd64.deb ... [2019-09-30T14:04:10.501Z] #57 41.52 Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-09-30T14:04:10.501Z] #57 41.96 Selecting previously unselected package libnl-3-200:amd64. [2019-09-30T14:04:10.501Z] #57 41.96 Preparing to unpack .../03-libnl-3-200_3.2.27-2_amd64.deb ... [2019-09-30T14:04:10.501Z] #57 41.97 Unpacking libnl-3-200:amd64 (3.2.27-2) ... [2019-09-30T14:04:10.501Z] #57 42.15 Selecting previously unselected package libnl-3-dev:amd64. [2019-09-30T14:04:10.501Z] #57 42.20 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_amd64.deb ... [2019-09-30T14:04:10.501Z] #57 42.21 Unpacking libnl-3-dev:amd64 (3.2.27-2) ... [2019-09-30T14:04:10.501Z] #57 42.69 Selecting previously unselected package libprotobuf-c1:amd64. [2019-09-30T14:04:10.501Z] #57 42.69 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_amd64.deb ... [2019-09-30T14:04:10.501Z] #57 42.70 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... [2019-09-30T14:04:10.501Z] #57 42.89 Selecting previously unselected package libprotobuf-c-dev:amd64. [2019-09-30T14:04:10.501Z] #57 42.90 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_amd64.deb ... [2019-09-30T14:04:10.501Z] #57 42.93 Unpacking libprotobuf-c-dev:amd64 (1.2.1-2) ... [2019-09-30T14:04:10.501Z] #57 43.03 Selecting previously unselected package zlib1g-dev:amd64. [2019-09-30T14:04:10.501Z] #57 43.05 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ... [2019-09-30T14:04:10.501Z] #57 43.06 Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... [2019-09-30T14:04:10.501Z] #57 43.31 Selecting previously unselected package libprotobuf10:amd64. [2019-09-30T14:04:10.501Z] #57 43.31 Preparing to unpack .../08-libprotobuf10_3.0.0-9_amd64.deb ... [2019-09-30T14:04:10.501Z] #57 43.32 Unpacking libprotobuf10:amd64 (3.0.0-9) ... [2019-09-30T14:04:10.501Z] #57 ... [2019-09-30T14:04:10.501Z] [2019-09-30T14:04:10.501Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-30T14:04:10.501Z] #33 43.12 github.com/LK4D4/vndr/godl/singleflight [2019-09-30T14:04:10.576Z] #57 ... [2019-09-30T14:04:10.576Z] [2019-09-30T14:04:10.576Z] #7 [dev 1/24] RUN groupadd -r docker [2019-09-30T14:04:10.576Z] #7 DONE 4.1s [2019-09-30T14:04:10.576Z] [2019-09-30T14:04:10.576Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:04:10.576Z] #57 46.30 Selecting previously unselected package libprotobuf-dev:amd64. [2019-09-30T14:04:10.576Z] #57 46.30 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_amd64.deb ... [2019-09-30T14:04:10.576Z] #57 46.32 Unpacking libprotobuf-dev:amd64 (3.0.0-9) ... [2019-09-30T14:04:10.758Z] #33 ... [2019-09-30T14:04:10.759Z] [2019-09-30T14:04:10.759Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-09-30T14:04:10.759Z] #6 29.98 Reading package lists... [2019-09-30T14:04:10.759Z] #6 36.36 Building dependency tree... [2019-09-30T14:04:10.759Z] #6 37.55 Reading state information... [2019-09-30T14:04:10.759Z] #6 38.70 The following additional packages will be installed: [2019-09-30T14:04:10.759Z] #6 38.71 libapparmor1 libseccomp2 [2019-09-30T14:04:10.759Z] #6 38.73 Suggested packages: [2019-09-30T14:04:10.759Z] #6 38.73 seccomp [2019-09-30T14:04:10.759Z] #6 39.11 The following NEW packages will be installed: [2019-09-30T14:04:10.759Z] #6 39.13 libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-09-30T14:04:10.759Z] #6 40.24 0 upgraded, 4 newly installed, 0 to remove and 7 not upgraded. [2019-09-30T14:04:10.759Z] #6 40.24 Need to get 300 kB of archives. [2019-09-30T14:04:10.759Z] #6 40.24 After this operation, 1201 kB of additional disk space will be used. [2019-09-30T14:04:10.759Z] #6 40.24 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp2 amd64 2.3.1-2.1+deb9u1 [40.7 kB] [2019-09-30T14:04:10.759Z] #6 40.26 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libseccomp-dev amd64 2.3.1-2.1+deb9u1 [61.0 kB] [2019-09-30T14:04:10.759Z] #6 40.26 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor1 amd64 2.11.0-3+deb9u2 [78.9 kB] [2019-09-30T14:04:10.759Z] #6 40.28 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-dev amd64 2.11.0-3+deb9u2 [119 kB] [2019-09-30T14:04:10.759Z] #6 41.46 debconf: delaying package configuration, since apt-utils is not installed [2019-09-30T14:04:10.759Z] #6 41.80 Fetched 300 kB in 1s (279 kB/s) [2019-09-30T14:04:10.759Z] #6 41.95 Selecting previously unselected package libseccomp2:amd64. [2019-09-30T14:04:10.759Z] #6 41.96 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-09-30T14:04:10.759Z] #6 42.03 Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_amd64.deb ... [2019-09-30T14:04:10.759Z] #6 42.05 Unpacking libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... [2019-09-30T14:04:10.759Z] #6 42.29 Selecting previously unselected package libseccomp-dev:amd64. [2019-09-30T14:04:10.759Z] #6 42.29 Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_amd64.deb ... [2019-09-30T14:04:10.759Z] #6 42.30 Unpacking libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... [2019-09-30T14:04:10.759Z] #6 42.66 Selecting previously unselected package libapparmor1:amd64. [2019-09-30T14:04:10.759Z] #6 42.66 Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_amd64.deb ... [2019-09-30T14:04:10.759Z] #6 42.66 Unpacking libapparmor1:amd64 (2.11.0-3+deb9u2) ... [2019-09-30T14:04:10.759Z] #6 42.96 Selecting previously unselected package libapparmor-dev:amd64. [2019-09-30T14:04:10.759Z] #6 42.97 Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_amd64.deb ... [2019-09-30T14:04:10.759Z] #6 43.00 Unpacking libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... [2019-09-30T14:04:10.759Z] #6 43.34 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-30T14:04:10.759Z] #6 43.43 Setting up libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... [2019-09-30T14:04:10.759Z] #6 43.46 Setting up libapparmor1:amd64 (2.11.0-3+deb9u2) ... [2019-09-30T14:04:10.759Z] #6 43.47 Setting up libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... [2019-09-30T14:04:10.759Z] #6 43.51 Setting up libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... [2019-09-30T14:04:10.759Z] #6 43.52 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-30T14:04:10.759Z] #6 DONE 43.8s [2019-09-30T14:04:11.016Z] [2019-09-30T14:04:11.016Z] #40 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-30T14:04:11.016Z] #40 DONE 0.1s [2019-09-30T14:04:11.016Z] [2019-09-30T14:04:11.016Z] #41 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-09-30T14:04:11.016Z] #41 DONE 0.1s [2019-09-30T14:04:11.016Z] [2019-09-30T14:04:11.016Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-30T14:04:11.109Z] CC compel/src/lib/ptrace.o [2019-09-30T14:04:11.109Z] AR compel/libcompel.a [2019-09-30T14:04:11.109Z] HOSTCC compel/src/main-host.o [2019-09-30T14:04:11.109Z] HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2019-09-30T14:04:11.109Z] HOSTCC compel/src/lib/handle-elf-host.o [2019-09-30T14:04:11.391Z] HOSTCC compel/src/lib/log-host.o [2019-09-30T14:04:11.391Z] HOSTLINK compel/compel-host-bin [2019-09-30T14:04:11.391Z] DEP soccr/soccr.d [2019-09-30T14:04:11.581Z] #42 ... [2019-09-30T14:04:11.581Z] [2019-09-30T14:04:11.581Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:04:11.581Z] #35 28.07 Reading package lists... [2019-09-30T14:04:11.581Z] #35 34.75 Building dependency tree... [2019-09-30T14:04:11.581Z] #35 36.06 Reading state information... [2019-09-30T14:04:11.581Z] #35 37.32 The following additional packages will be installed: [2019-09-30T14:04:11.581Z] #35 37.34 cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-09-30T14:04:11.581Z] #35 37.34 Suggested packages: [2019-09-30T14:04:11.581Z] #35 37.34 codeblocks eclipse ninja-build lrzip [2019-09-30T14:04:11.581Z] #35 37.34 Recommended packages: [2019-09-30T14:04:11.581Z] #35 37.34 xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-09-30T14:04:11.581Z] #35 37.91 The following NEW packages will be installed: [2019-09-30T14:04:11.581Z] #35 37.92 cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-09-30T14:04:11.581Z] #35 37.93 vim-common xxd [2019-09-30T14:04:11.581Z] #35 39.04 0 upgraded, 10 newly installed, 0 to remove and 7 not upgraded. [2019-09-30T14:04:11.581Z] #35 39.04 Need to get 13.7 MB of archives. [2019-09-30T14:04:11.581Z] #35 39.04 After this operation, 57.2 MB of additional disk space will be used. [2019-09-30T14:04:11.581Z] #35 39.04 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake-data all 3.7.2-1 [1216 kB] [2019-09-30T14:04:11.581Z] #35 39.14 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-09-30T14:04:11.581Z] #35 39.14 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libicu57 amd64 57.1-6+deb9u3 [7705 kB] [2019-09-30T14:04:11.581Z] #35 40.20 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxml2 amd64 2.9.4+dfsg1-2.2+deb9u2 [920 kB] [2019-09-30T14:04:11.581Z] #35 40.33 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libarchive13 amd64 3.2.2-2+deb9u1 [294 kB] [2019-09-30T14:04:11.581Z] #35 40.38 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2019-09-30T14:04:11.581Z] #35 40.39 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libuv1 amd64 1.9.1-3 [84.4 kB] [2019-09-30T14:04:11.581Z] #35 40.40 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake amd64 3.7.2-1 [3038 kB] [2019-09-30T14:04:11.581Z] #35 40.75 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-30T14:04:11.581Z] #35 40.77 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-30T14:04:11.581Z] #35 42.34 debconf: delaying package configuration, since apt-utils is not installed [2019-09-30T14:04:11.581Z] #35 42.73 Fetched 13.7 MB in 2s (4920 kB/s) [2019-09-30T14:04:11.581Z] #35 42.91 Selecting previously unselected package cmake-data. [2019-09-30T14:04:11.581Z] #35 42.91 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-09-30T14:04:11.581Z] #35 42.96 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-09-30T14:04:11.581Z] #35 42.96 Unpacking cmake-data (3.7.2-1) ... [2019-09-30T14:04:11.581Z] #35 ... [2019-09-30T14:04:11.581Z] [2019-09-30T14:04:11.581Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:04:11.581Z] #57 44.46 Selecting previously unselected package libprotobuf-lite10:amd64. [2019-09-30T14:04:11.581Z] #57 44.47 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_amd64.deb ... [2019-09-30T14:04:11.581Z] #57 44.47 Unpacking libprotobuf-lite10:amd64 (3.0.0-9) ... [2019-09-30T14:04:11.672Z] CC soccr/soccr.o [2019-09-30T14:04:11.838Z] #57 44.99 Selecting previously unselected package libprotobuf-dev:amd64. [2019-09-30T14:04:12.096Z] #57 45.00 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_amd64.deb ... [2019-09-30T14:04:12.096Z] #57 45.00 Unpacking libprotobuf-dev:amd64 (3.0.0-9) ... [2019-09-30T14:04:12.288Z] AR soccr/libsoccr.a [2019-09-30T14:04:12.288Z] make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-30T14:04:12.288Z] DEP criu/arch/ppc64/sigframe.d [2019-09-30T14:04:12.288Z] DEP criu/arch/ppc64/crtools.d [2019-09-30T14:04:12.288Z] DEP criu/arch/ppc64/cpu.d [2019-09-30T14:04:12.288Z] CC criu/arch/ppc64/cpu.o [2019-09-30T14:04:12.466Z] #57 48.03 Selecting previously unselected package libprotoc10:amd64. [2019-09-30T14:04:12.466Z] #57 48.04 Preparing to unpack .../11-libprotoc10_3.0.0-9_amd64.deb ... [2019-09-30T14:04:12.466Z] #57 48.04 Unpacking libprotoc10:amd64 (3.0.0-9) ... [2019-09-30T14:04:12.569Z] CC criu/arch/ppc64/crtools.o [2019-09-30T14:04:12.851Z] CC criu/arch/ppc64/sigframe.o [2019-09-30T14:04:13.029Z] #57 48.71 Selecting previously unselected package protobuf-c-compiler. [2019-09-30T14:04:13.029Z] #57 48.71 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_amd64.deb ... [2019-09-30T14:04:13.029Z] #57 48.71 Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-09-30T14:04:13.137Z] LINK criu/arch/ppc64/crtools.built-in.o [2019-09-30T14:04:13.137Z] DEP criu/arch/ppc64/misc.d [2019-09-30T14:04:13.137Z] DEP criu/arch/ppc64/vdso-trampoline.d [2019-09-30T14:04:13.137Z] DEP criu/arch/ppc64/vdso-pie.d [2019-09-30T14:04:13.137Z] DEP criu/pie/parasite-vdso.d [2019-09-30T14:04:13.137Z] DEP criu/pie/util-vdso.d [2019-09-30T14:04:13.285Z] #57 48.98 Selecting previously unselected package protobuf-compiler. [2019-09-30T14:04:13.285Z] #57 48.98 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_amd64.deb ... [2019-09-30T14:04:13.285Z] #57 48.99 Unpacking protobuf-compiler (3.0.0-9) ... [2019-09-30T14:04:13.419Z] DEP criu/pie/util.d [2019-09-30T14:04:13.419Z] CC criu/pie/util.o [2019-09-30T14:04:13.419Z] CC criu/pie/util-vdso.o [2019-09-30T14:04:13.541Z] #57 49.22 Selecting previously unselected package python-pkg-resources. [2019-09-30T14:04:13.541Z] #57 49.22 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-09-30T14:04:13.541Z] #57 49.22 Unpacking python-pkg-resources (33.1.1-1) ... [2019-09-30T14:04:13.541Z] #57 ... [2019-09-30T14:04:13.541Z] [2019-09-30T14:04:13.541Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-30T14:04:13.541Z] #30 38.99 sync [2019-09-30T14:04:13.541Z] #30 39.00 internal/reflectlite [2019-09-30T14:04:13.541Z] #30 41.80 sort [2019-09-30T14:04:13.541Z] #30 41.80 errors [2019-09-30T14:04:13.541Z] #30 42.47 strconv [2019-09-30T14:04:13.541Z] #30 43.82 io [2019-09-30T14:04:13.541Z] #30 45.07 internal/oserror [2019-09-30T14:04:13.541Z] #30 45.20 syscall [2019-09-30T14:04:13.541Z] #30 46.53 reflect [2019-09-30T14:04:13.701Z] CC criu/pie/parasite-vdso.o [2019-09-30T14:04:13.798Z] #30 ... [2019-09-30T14:04:13.798Z] [2019-09-30T14:04:13.798Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-30T14:04:13.798Z] #15 39.47 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-09-30T14:04:13.798Z] #15 ... [2019-09-30T14:04:13.798Z] [2019-09-30T14:04:13.798Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-30T14:04:13.798Z] #20 5.267 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-09-30T14:04:13.798Z] #20 5.891 [2019-09-30T14:04:13.983Z] CC criu/arch/ppc64/vdso-pie.o [2019-09-30T14:04:13.994Z] #57 46.62 Selecting previously unselected package libprotoc10:amd64. [2019-09-30T14:04:13.994Z] #57 46.63 Preparing to unpack .../11-libprotoc10_3.0.0-9_amd64.deb ... [2019-09-30T14:04:13.994Z] #57 46.63 Unpacking libprotoc10:amd64 (3.0.0-9) ... [2019-09-30T14:04:14.252Z] #57 ... [2019-09-30T14:04:14.252Z] [2019-09-30T14:04:14.252Z] #7 [dev 1/24] RUN groupadd -r docker [2019-09-30T14:04:14.252Z] #7 DONE 3.3s [2019-09-30T14:04:14.252Z] [2019-09-30T14:04:14.252Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:04:14.252Z] #57 47.28 Selecting previously unselected package protobuf-c-compiler. [2019-09-30T14:04:14.252Z] #57 47.28 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_amd64.deb ... [2019-09-30T14:04:14.252Z] #57 47.29 Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-09-30T14:04:14.266Z] CC criu/arch/ppc64/vdso-trampoline.o [2019-09-30T14:04:14.266Z] CC criu/arch/ppc64/misc.o [2019-09-30T14:04:14.266Z] AR criu/pie/pie.lib.a [2019-09-30T14:04:14.266Z] DEP criu/pie/restorer.d [2019-09-30T14:04:14.266Z] DEP criu/arch/ppc64/restorer.d [2019-09-30T14:04:14.266Z] DEP criu/pie/parasite.d [2019-09-30T14:04:14.310Z] #20 6.253 #### 6.1% ####### 9.8% ########## 15.2% ############### 21.0% ################### 27.2% ######################## 33.8% ########################### 38.8% ############################### 43.4% ################################### 49.8% ######################################### 57.1% ########################################### 60.3% ############################################## 64.5% ################################################# 68.6% ##################################################### 74.1% ######################################################### 79.9% ############################################################## 86.4% ################################################################ 89.8% ###################################################################### 98.4% ######################################################################## 100.0% [2019-09-30T14:04:14.310Z] #20 ... [2019-09-30T14:04:14.310Z] [2019-09-30T14:04:14.310Z] #8 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-09-30T14:04:14.310Z] #8 DONE 3.8s [2019-09-30T14:04:14.310Z] [2019-09-30T14:04:14.310Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-30T14:04:14.310Z] #47 3.589 + RM_GOPATH=0 [2019-09-30T14:04:14.310Z] #47 3.589 + TMP_GOPATH= [2019-09-30T14:04:14.310Z] #47 3.589 + : /build [2019-09-30T14:04:14.310Z] #47 3.590 + '[' -z '' ']' [2019-09-30T14:04:14.310Z] #47 3.592 ++ mktemp -d [2019-09-30T14:04:14.310Z] #47 3.616 + export GOPATH=/tmp/tmp.OwFSg70UZi [2019-09-30T14:04:14.310Z] #47 3.616 + GOPATH=/tmp/tmp.OwFSg70UZi [2019-09-30T14:04:14.310Z] #47 3.616 + RM_GOPATH=1 [2019-09-30T14:04:14.310Z] #47 3.617 ++ dirname ./install.sh [2019-09-30T14:04:14.310Z] #47 3.620 + dir=. [2019-09-30T14:04:14.310Z] #47 3.620 + bin=containerd [2019-09-30T14:04:14.310Z] #47 3.620 + shift [2019-09-30T14:04:14.310Z] #47 3.620 + '[' '!' -f ./containerd.installer ']' [2019-09-30T14:04:14.310Z] #47 3.620 + . ./containerd.installer [2019-09-30T14:04:14.310Z] #47 3.620 ++ CONTAINERD_COMMIT=b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-09-30T14:04:14.310Z] #47 3.622 + install_containerd [2019-09-30T14:04:14.310Z] #47 3.622 Install containerd version b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-09-30T14:04:14.310Z] #47 3.622 + echo 'Install containerd version b34a5c8af56e510852c35414db4c1f4fa6172339' [2019-09-30T14:04:14.311Z] #47 3.622 + git clone https://github.com/containerd/containerd.git /tmp/tmp.OwFSg70UZi/src/github.com/containerd/containerd [2019-09-30T14:04:14.311Z] #47 3.634 Cloning into '/tmp/tmp.OwFSg70UZi/src/github.com/containerd/containerd'... [2019-09-30T14:04:14.509Z] #57 47.49 Selecting previously unselected package protobuf-compiler. [2019-09-30T14:04:14.509Z] #57 47.49 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_amd64.deb ... [2019-09-30T14:04:14.509Z] #57 47.51 Unpacking protobuf-compiler (3.0.0-9) ... [2019-09-30T14:04:14.547Z] CC criu/pie/parasite.o [2019-09-30T14:04:14.567Z] #47 ... [2019-09-30T14:04:14.567Z] [2019-09-30T14:04:14.567Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:04:14.567Z] #57 49.43 Selecting previously unselected package python-protobuf. [2019-09-30T14:04:14.567Z] #57 49.43 Preparing to unpack .../15-python-protobuf_3.0.0-9_amd64.deb ... [2019-09-30T14:04:14.567Z] #57 49.44 Unpacking python-protobuf (3.0.0-9) ... [2019-09-30T14:04:14.567Z] #57 50.13 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... [2019-09-30T14:04:14.567Z] #57 50.24 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... [2019-09-30T14:04:14.567Z] #57 50.27 Setting up python-pkg-resources (33.1.1-1) ... [2019-09-30T14:04:14.767Z] #57 47.71 Selecting previously unselected package python-pkg-resources. [2019-09-30T14:04:14.767Z] #57 47.72 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-09-30T14:04:14.767Z] #57 47.77 Unpacking python-pkg-resources (33.1.1-1) ... [2019-09-30T14:04:14.830Z] LINK criu/pie/parasite.built-in.o [2019-09-30T14:04:14.830Z] GEN criu/pie/parasite-blob.h [2019-09-30T14:04:15.024Z] #57 48.18 Selecting previously unselected package python-protobuf. [2019-09-30T14:04:15.113Z] CC criu/arch/ppc64/restorer.o [2019-09-30T14:04:15.113Z] CC criu/pie/restorer.o [2019-09-30T14:04:15.281Z] #57 48.18 Preparing to unpack .../15-python-protobuf_3.0.0-9_amd64.deb ... [2019-09-30T14:04:15.281Z] #57 48.19 Unpacking python-protobuf (3.0.0-9) ... [2019-09-30T14:04:15.845Z] #57 48.68 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... [2019-09-30T14:04:15.845Z] #57 ... [2019-09-30T14:04:15.845Z] [2019-09-30T14:04:15.845Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-30T14:04:15.845Z] #30 38.08 sync [2019-09-30T14:04:15.845Z] #30 38.09 internal/reflectlite [2019-09-30T14:04:15.845Z] #30 41.19 errors [2019-09-30T14:04:15.845Z] #30 41.19 sort [2019-09-30T14:04:15.845Z] #30 41.69 strconv [2019-09-30T14:04:15.845Z] #30 42.71 io [2019-09-30T14:04:15.845Z] #30 44.53 internal/oserror [2019-09-30T14:04:15.845Z] #30 44.62 syscall [2019-09-30T14:04:15.845Z] #30 46.63 reflect [2019-09-30T14:04:15.845Z] #30 ... [2019-09-30T14:04:15.845Z] [2019-09-30T14:04:15.845Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-30T14:04:15.845Z] #20 5.603 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-09-30T14:04:15.845Z] #20 6.338 [2019-09-30T14:04:15.933Z] #57 ... [2019-09-30T14:04:15.933Z] [2019-09-30T14:04:15.933Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-30T14:04:15.933Z] #33 41.08 sync [2019-09-30T14:04:15.933Z] #33 41.09 internal/reflectlite [2019-09-30T14:04:15.933Z] #33 43.48 github.com/LK4D4/vndr/godl/singleflight [2019-09-30T14:04:15.933Z] #33 43.89 math/rand [2019-09-30T14:04:15.933Z] #33 44.72 internal/singleflight [2019-09-30T14:04:15.933Z] #33 45.33 sort [2019-09-30T14:04:15.933Z] #33 45.34 errors [2019-09-30T14:04:15.933Z] #33 45.77 io [2019-09-30T14:04:15.933Z] #33 46.74 strconv [2019-09-30T14:04:15.933Z] #33 47.43 bytes [2019-09-30T14:04:15.933Z] #33 50.07 bufio [2019-09-30T14:04:15.933Z] #33 ... [2019-09-30T14:04:15.933Z] [2019-09-30T14:04:15.933Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-30T14:04:15.933Z] #20 8.643 [2019-09-30T14:04:15.933Z] #20 8.977 ########### 15.8% ###################### 31.7% ################################ 45.7% ######################################### 57.8% ############################################### 65.5% ###################################################### 75.7% ################################################################# 90.8% ######################################################################## 100.0% [2019-09-30T14:04:16.119Z] LINK criu/pie/restorer.built-in.o [2019-09-30T14:04:16.119Z] GEN criu/pie/restorer-blob.h [2019-09-30T14:04:16.189Z] #20 10.17 [2019-09-30T14:04:16.401Z] DEP criu/vdso.d [2019-09-30T14:04:16.401Z] DEP criu/uts_ns.d [2019-09-30T14:04:16.401Z] DEP criu/util.d [2019-09-30T14:04:16.401Z] DEP criu/uffd.d [2019-09-30T14:04:16.682Z] DEP criu/tun.d [2019-09-30T14:04:16.682Z] DEP criu/tty.d [2019-09-30T14:04:16.682Z] DEP criu/timerfd.d [2019-09-30T14:04:16.880Z] #20 6.740 #### 6.1% ######### 12.7% ############### 21.5% ################### 27.4% ####################### 32.1% ########################## 36.1% ############################## 42.7% ################################### 49.5% ######################################## 56.2% ############################################ 62.0% ################################################# 69.0% ################################################### 71.8% ############################################################# 85.7% ################################################################## 92.6% ####################################################################### 99.9% ######################################################################## 100.0% [2019-09-30T14:04:16.964Z] DEP criu/sysfs_parse.d [2019-09-30T14:04:16.964Z] DEP criu/sysctl.d [2019-09-30T14:04:16.964Z] DEP criu/string.d [2019-09-30T14:04:16.964Z] DEP criu/stats.d [2019-09-30T14:04:16.964Z] DEP criu/sockets.d [2019-09-30T14:04:17.139Z] #20 8.806 [2019-09-30T14:04:17.246Z] DEP criu/sk-unix.d [2019-09-30T14:04:17.246Z] DEP criu/sk-tcp.d [2019-09-30T14:04:17.246Z] DEP criu/sk-queue.d [2019-09-30T14:04:17.246Z] DEP criu/sk-packet.d [2019-09-30T14:04:17.533Z] DEP criu/sk-netlink.d [2019-09-30T14:04:17.533Z] DEP criu/sk-inet.d [2019-09-30T14:04:17.533Z] DEP criu/signalfd.d [2019-09-30T14:04:17.533Z] DEP criu/sigframe.d [2019-09-30T14:04:17.703Z] #20 ... [2019-09-30T14:04:17.703Z] [2019-09-30T14:04:17.703Z] #8 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-09-30T14:04:17.703Z] #8 DONE 3.5s [2019-09-30T14:04:17.703Z] [2019-09-30T14:04:17.703Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-30T14:04:17.815Z] DEP criu/shmem.d [2019-09-30T14:04:17.815Z] DEP criu/servicefd.d [2019-09-30T14:04:17.815Z] DEP criu/seize.d [2019-09-30T14:04:17.815Z] DEP criu/seccomp.d [2019-09-30T14:04:18.047Z] #20 10.55 ### 4.9% ######### 12.6% ############# 18.7% #################### 28.2% ######################### 35.0% ############################# 41.3% ################################### 49.0% ######################################## 56.0% ############################################# 63.8% ################################################## 70.6% ####################################################### 77.6% ############################################################ 84.1% #20 ... [2019-09-30T14:04:18.047Z] [2019-09-30T14:04:18.047Z] #9 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-09-30T14:04:18.047Z] #9 3.333 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-09-30T14:04:18.047Z] #9 DONE 3.6s [2019-09-30T14:04:18.047Z] [2019-09-30T14:04:18.047Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-30T14:04:18.047Z] #20 10.55 ### 4.9% ######### 12.6% ############# 18.7% #################### 28.2% ######################### 35.0% ############################# 41.3% ################################### 49.0% ######################################## 56.0% ############################################# 63.8% ################################################## 70.6% ####################################################### 77.6% ############################################################ 84.1% ################################################################# 90.9% ######################################################################## 100.0% [2019-09-30T14:04:18.099Z] DEP criu/rst-malloc.d [2019-09-30T14:04:18.099Z] DEP criu/rbtree.d [2019-09-30T14:04:18.099Z] DEP criu/pstree.d [2019-09-30T14:04:18.099Z] DEP criu/protobuf.d [2019-09-30T14:04:18.099Z] GEN criu/protobuf-desc-gen.h [2019-09-30T14:04:18.474Z] #20 9.148 ##### 7.7% ######### 13.6% ################# 24.3% ######################### 35.5% ################################### 49.2% ############################################# 63.5% ####################################################### 76.7% ############################################################## 87.0% ######################################################################## 100.0% [2019-09-30T14:04:18.718Z] DEP criu/protobuf-desc.d [2019-09-30T14:04:18.718Z] DEP criu/proc_parse.d [2019-09-30T14:04:18.718Z] DEP criu/plugin.d [2019-09-30T14:04:18.718Z] DEP criu/pipes.d [2019-09-30T14:04:18.718Z] DEP criu/pie-util.d [2019-09-30T14:04:18.734Z] #20 ... [2019-09-30T14:04:18.734Z] [2019-09-30T14:04:18.734Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-30T14:04:18.734Z] #47 3.962 + RM_GOPATH=0 [2019-09-30T14:04:18.734Z] #47 3.962 + TMP_GOPATH= [2019-09-30T14:04:18.734Z] #47 3.962 + : /build [2019-09-30T14:04:18.734Z] #47 3.962 + '[' -z '' ']' [2019-09-30T14:04:18.734Z] #47 3.962 ++ mktemp -d [2019-09-30T14:04:18.734Z] #47 3.962 + export GOPATH=/tmp/tmp.Q5DvVIqozY [2019-09-30T14:04:18.734Z] #47 3.962 + GOPATH=/tmp/tmp.Q5DvVIqozY [2019-09-30T14:04:18.734Z] #47 3.962 + RM_GOPATH=1 [2019-09-30T14:04:18.734Z] #47 3.962 ++ dirname ./install.sh [2019-09-30T14:04:18.734Z] #47 3.968 + dir=. [2019-09-30T14:04:18.734Z] #47 3.969 + bin=containerd [2019-09-30T14:04:18.734Z] #47 3.969 + shift [2019-09-30T14:04:18.734Z] #47 3.972 + '[' '!' -f ./containerd.installer ']' [2019-09-30T14:04:18.734Z] #47 3.973 + . ./containerd.installer [2019-09-30T14:04:18.734Z] #47 3.973 ++ CONTAINERD_COMMIT=b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-09-30T14:04:18.734Z] #47 3.974 + install_containerd [2019-09-30T14:04:18.734Z] #47 3.974 + echo 'Install containerd version b34a5c8af56e510852c35414db4c1f4fa6172339' [2019-09-30T14:04:18.734Z] #47 3.975 Install containerd version b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-09-30T14:04:18.734Z] #47 3.975 + git clone https://github.com/containerd/containerd.git /tmp/tmp.Q5DvVIqozY/src/github.com/containerd/containerd [2019-09-30T14:04:18.734Z] #47 3.977 Cloning into '/tmp/tmp.Q5DvVIqozY/src/github.com/containerd/containerd'... [2019-09-30T14:04:18.734Z] #47 ... [2019-09-30T14:04:18.734Z] [2019-09-30T14:04:18.734Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-30T14:04:18.734Z] #42 3.525 + RM_GOPATH=0 [2019-09-30T14:04:18.734Z] #42 3.525 + TMP_GOPATH= [2019-09-30T14:04:18.734Z] #42 3.525 + : /build [2019-09-30T14:04:18.734Z] #42 3.525 + '[' -z '' ']' [2019-09-30T14:04:18.734Z] #42 3.528 ++ mktemp -d [2019-09-30T14:04:18.734Z] #42 3.533 + export GOPATH=/tmp/tmp.BWaLNtR5S5 [2019-09-30T14:04:18.734Z] #42 3.533 + GOPATH=/tmp/tmp.BWaLNtR5S5 [2019-09-30T14:04:18.734Z] #42 3.533 + RM_GOPATH=1 [2019-09-30T14:04:18.734Z] #42 3.534 ++ dirname ./install.sh [2019-09-30T14:04:18.734Z] #42 3.538 + dir=. [2019-09-30T14:04:18.734Z] #42 3.547 + bin=runc [2019-09-30T14:04:18.734Z] #42 3.547 + shift [2019-09-30T14:04:18.734Z] #42 3.547 + '[' '!' -f ./runc.installer ']' [2019-09-30T14:04:18.734Z] #42 3.549 + . ./runc.installer [2019-09-30T14:04:18.734Z] #42 3.549 ++ RUNC_COMMIT=3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-09-30T14:04:18.734Z] #42 3.550 + install_runc [2019-09-30T14:04:18.734Z] #42 3.550 + grep -q '^3\.10\.0.*\.el7\.' [2019-09-30T14:04:18.734Z] #42 3.558 + uname -r [2019-09-30T14:04:18.734Z] #42 3.564 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-09-30T14:04:18.734Z] #42 3.564 + echo 'Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux )' [2019-09-30T14:04:18.734Z] #42 3.564 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.BWaLNtR5S5/src/github.com/opencontainers/runc [2019-09-30T14:04:18.734Z] #42 3.564 Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux ) [2019-09-30T14:04:18.734Z] #42 3.586 Cloning into '/tmp/tmp.BWaLNtR5S5/src/github.com/opencontainers/runc'... [2019-09-30T14:04:18.981Z] #20 12.74 [2019-09-30T14:04:19.008Z] DEP criu/pie-util-vdso.d [2019-09-30T14:04:19.008Z] DEP criu/pie-util-vdso-elf32.d [2019-09-30T14:04:19.008Z] DEP criu/path.d [2019-09-30T14:04:19.008Z] DEP criu/parasite-syscall.d [2019-09-30T14:04:19.290Z] DEP criu/pagemap.d [2019-09-30T14:04:19.290Z] DEP criu/pagemap-cache.d [2019-09-30T14:04:19.290Z] DEP criu/page-xfer.d [2019-09-30T14:04:19.290Z] DEP criu/page-pipe.d [2019-09-30T14:04:19.290Z] DEP criu/netfilter.d [2019-09-30T14:04:19.572Z] DEP criu/net.d [2019-09-30T14:04:19.572Z] DEP criu/namespaces.d [2019-09-30T14:04:19.572Z] DEP criu/mount.d [2019-09-30T14:04:19.666Z] #42 ... [2019-09-30T14:04:19.666Z] [2019-09-30T14:04:19.666Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-30T14:04:19.666Z] #20 10.63 [2019-09-30T14:04:19.854Z] DEP criu/mem.d [2019-09-30T14:04:19.854Z] DEP criu/lsm.d [2019-09-30T14:04:19.854Z] DEP criu/log.d [2019-09-30T14:04:19.854Z] DEP criu/libnetlink.d [2019-09-30T14:04:20.006Z] #20 13.09 1.3% ## 3.9% #### 5.9% ##### 7.7% ###### 9.7% ######## 11.3% ######### 12.9% # [2019-09-30T14:04:20.006Z] #20 ... [2019-09-30T14:04:20.006Z] [2019-09-30T14:04:20.006Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-30T14:04:20.006Z] #42 3.172 + RM_GOPATH=0 [2019-09-30T14:04:20.006Z] #42 3.172 + TMP_GOPATH= [2019-09-30T14:04:20.006Z] #42 3.172 + : /build [2019-09-30T14:04:20.006Z] #42 3.173 + '[' -z '' ']' [2019-09-30T14:04:20.006Z] #42 3.173 ++ mktemp -d [2019-09-30T14:04:20.006Z] #42 3.174 + export GOPATH=/tmp/tmp.D466tRBHmD [2019-09-30T14:04:20.006Z] #42 3.174 + GOPATH=/tmp/tmp.D466tRBHmD [2019-09-30T14:04:20.006Z] #42 3.174 + RM_GOPATH=1 [2019-09-30T14:04:20.006Z] #42 3.183 ++ dirname ./install.sh [2019-09-30T14:04:20.006Z] #42 3.183 + dir=. [2019-09-30T14:04:20.006Z] #42 3.183 + bin=runc [2019-09-30T14:04:20.006Z] #42 3.183 + shift [2019-09-30T14:04:20.006Z] #42 3.183 + '[' '!' -f ./runc.installer ']' [2019-09-30T14:04:20.006Z] #42 3.183 + . ./runc.installer [2019-09-30T14:04:20.006Z] #42 3.183 ++ RUNC_COMMIT=3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-09-30T14:04:20.006Z] #42 3.183 + install_runc [2019-09-30T14:04:20.006Z] #42 3.193 + grep -q '^3\.10\.0.*\.el7\.' [2019-09-30T14:04:20.006Z] #42 3.197 + uname -r [2019-09-30T14:04:20.006Z] #42 3.216 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-09-30T14:04:20.006Z] #42 3.217 + echo 'Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux )' [2019-09-30T14:04:20.006Z] #42 3.218 Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux ) [2019-09-30T14:04:20.006Z] #42 3.218 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.D466tRBHmD/src/github.com/opencontainers/runc [2019-09-30T14:04:20.006Z] #42 3.221 Cloning into '/tmp/tmp.D466tRBHmD/src/github.com/opencontainers/runc'... [2019-09-30T14:04:20.006Z] #42 12.80 + cd /tmp/tmp.D466tRBHmD/src/github.com/opencontainers/runc [2019-09-30T14:04:20.006Z] #42 12.80 + git checkout -q 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-09-30T14:04:20.006Z] #42 13.06 + '[' -z '' ']' [2019-09-30T14:04:20.006Z] #42 13.06 + target=static [2019-09-30T14:04:20.006Z] #42 13.06 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-09-30T14:04:20.006Z] #42 ... [2019-09-30T14:04:20.006Z] [2019-09-30T14:04:20.006Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-30T14:04:20.136Z] DEP criu/kerndat.d [2019-09-30T14:04:20.136Z] DEP criu/kcmp-ids.d [2019-09-30T14:04:20.136Z] DEP criu/irmap.d [2019-09-30T14:04:20.136Z] DEP criu/ipc_ns.d [2019-09-30T14:04:20.136Z] DEP criu/image.d [2019-09-30T14:04:20.418Z] DEP criu/image-desc.d [2019-09-30T14:04:20.418Z] DEP criu/fsnotify.d [2019-09-30T14:04:20.418Z] DEP criu/filesystems.d [2019-09-30T14:04:20.418Z] DEP criu/files.d [2019-09-30T14:04:20.700Z] DEP criu/files-reg.d [2019-09-30T14:04:20.700Z] DEP criu/files-ext.d [2019-09-30T14:04:20.700Z] DEP criu/file-lock.d [2019-09-30T14:04:20.700Z] DEP criu/file-ids.d [2019-09-30T14:04:20.953Z] #20 10.98 ##### 7.7% ######### 13.0% ############# 18.3% ################## 25.2% ######################## 34.1% ############################# 41.1% ################################### 49.0% ####################################### 55.0% ############################################# 62.8% ################################################# 68.5% ###################################################### 75.2% ########################################################### 82.2% ################################################################ 89.6% ################################################################### 93.5% ######################################################################## 100.0% [2019-09-30T14:04:20.982Z] DEP criu/fifo.d [2019-09-30T14:04:20.982Z] DEP criu/fdstore.d [2019-09-30T14:04:20.982Z] DEP criu/fault-injection.d [2019-09-30T14:04:20.982Z] DEP criu/external.d [2019-09-30T14:04:20.982Z] DEP criu/eventpoll.d [2019-09-30T14:04:21.210Z] #20 ... [2019-09-30T14:04:21.210Z] [2019-09-30T14:04:21.210Z] #9 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-09-30T14:04:21.210Z] #9 3.115 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-09-30T14:04:21.210Z] #9 DONE 3.5s [2019-09-30T14:04:21.210Z] [2019-09-30T14:04:21.210Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-30T14:04:21.210Z] #33 43.91 math/rand [2019-09-30T14:04:21.210Z] #33 45.38 internal/singleflight [2019-09-30T14:04:21.210Z] #33 45.59 errors [2019-09-30T14:04:21.210Z] #33 45.65 sort [2019-09-30T14:04:21.210Z] #33 46.03 io [2019-09-30T14:04:21.210Z] #33 47.06 strconv [2019-09-30T14:04:21.210Z] #33 47.42 bytes [2019-09-30T14:04:21.210Z] #33 50.96 bufio [2019-09-30T14:04:21.210Z] #33 51.37 reflect [2019-09-30T14:04:21.210Z] #33 53.09 internal/oserror [2019-09-30T14:04:21.210Z] #33 53.28 syscall [2019-09-30T14:04:21.264Z] DEP criu/eventfd.d [2019-09-30T14:04:21.264Z] DEP criu/crtools.d [2019-09-30T14:04:21.264Z] DEP criu/cr-service.d [2019-09-30T14:04:21.264Z] DEP criu/cr-restore.d [2019-09-30T14:04:21.468Z] #33 ... [2019-09-30T14:04:21.468Z] [2019-09-30T14:04:21.468Z] #10 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-09-30T14:04:21.544Z] #20 13.09 1.3% ## 3.9% #### 5.9% ##### 7.7% ###### 9.7% ######## 11.3% ######### 12.9% ########## 14.8% ############ 16.7% ############# 18.9% ############### 21.2% ################ 23.6% ################### 27.4% ##################### 29.2% ####################### 32.4% ######################## 34.6% ########################## 36.2% ########################### 37.7% ############################# 40.4% ############################## 42.7% [2019-09-30T14:04:21.544Z] #20 ... [2019-09-30T14:04:21.544Z] [2019-09-30T14:04:21.544Z] #10 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-09-30T14:04:21.544Z] #10 DONE 3.6s [2019-09-30T14:04:21.544Z] [2019-09-30T14:04:21.544Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-30T14:04:21.546Z] DEP criu/cr-errno.d [2019-09-30T14:04:21.546Z] DEP criu/cr-dump.d [2019-09-30T14:04:21.546Z] DEP criu/cr-dedup.d [2019-09-30T14:04:21.546Z] DEP criu/cr-check.d [2019-09-30T14:04:21.828Z] DEP criu/config.d [2019-09-30T14:04:21.828Z] DEP criu/clone-noasan.d [2019-09-30T14:04:21.828Z] DEP criu/cgroup.d [2019-09-30T14:04:21.828Z] DEP criu/cgroup-props.d [2019-09-30T14:04:22.112Z] DEP criu/bitmap.d [2019-09-30T14:04:22.112Z] DEP criu/bfd.d [2019-09-30T14:04:22.112Z] DEP criu/autofs.d [2019-09-30T14:04:22.112Z] DEP criu/aio.d [2019-09-30T14:04:22.112Z] DEP criu/action-scripts.d [2019-09-30T14:04:22.396Z] CC criu/action-scripts.o [2019-09-30T14:04:22.396Z] CC criu/aio.o [2019-09-30T14:04:22.677Z] CC criu/autofs.o [2019-09-30T14:04:23.597Z] #20 13.09 1.3% ## 3.9% #### 5.9% ##### 7.7% ###### 9.7% ######## 11.3% ######### 12.9% ########## 14.8% ############ 16.7% ############# 18.9% ############### 21.2% ################ 23.6% ################### 27.4% ##################### 29.2% ####################### 32.4% ######################## 34.6% ########################## 36.2% ########################### 37.7% ############################# 40.4% ############################## 42.7% ################################ 45.2% ################################## 47.9% ################################### 49.5% ##################################### 52.2% ####################################### 55.5% ########################################## 58.4% ############################################ 62.0% ############################################# 63.3% ############################################### 65.4% ################################################# 68.5% #################################################### 72.9% ####################################################### 77.4% ######################################################### 79.9% ############################################################ 83.4% ############################################################## 86.7% ################################################################ 89.8% ################################################################## 92.6% ##################################################################### 96.1% ####################################################################### 98.8% ######################################################################## 100.0% [2019-09-30T14:04:23.683Z] CC criu/bfd.o [2019-09-30T14:04:23.683Z] CC criu/bitmap.o [2019-09-30T14:04:23.683Z] CC criu/cgroup-props.o [2019-09-30T14:04:23.853Z] #20 17.74 [2019-09-30T14:04:23.990Z] #10 ... [2019-09-30T14:04:23.990Z] [2019-09-30T14:04:23.990Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:04:23.990Z] #35 46.53 Selecting previously unselected package liblzo2-2:amd64. [2019-09-30T14:04:23.990Z] #35 46.53 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-09-30T14:04:23.990Z] #35 46.54 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-30T14:04:23.990Z] #35 46.67 Selecting previously unselected package libicu57:amd64. [2019-09-30T14:04:23.990Z] #35 46.67 Preparing to unpack .../2-libicu57_57.1-6+deb9u3_amd64.deb ... [2019-09-30T14:04:23.990Z] #35 46.69 Unpacking libicu57:amd64 (57.1-6+deb9u3) ... [2019-09-30T14:04:23.990Z] #35 55.54 Selecting previously unselected package libxml2:amd64. [2019-09-30T14:04:23.990Z] #35 55.55 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_amd64.deb ... [2019-09-30T14:04:23.990Z] #35 55.55 Unpacking libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-30T14:04:23.990Z] #35 56.51 Selecting previously unselected package libarchive13:amd64. [2019-09-30T14:04:23.990Z] #35 56.53 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_amd64.deb ... [2019-09-30T14:04:23.990Z] #35 56.58 Unpacking libarchive13:amd64 (3.2.2-2+deb9u1) ... [2019-09-30T14:04:23.990Z] #35 ... [2019-09-30T14:04:23.990Z] [2019-09-30T14:04:23.990Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-30T14:04:23.990Z] #20 13.34 [2019-09-30T14:04:24.298Z] CC criu/cgroup.o [2019-09-30T14:04:24.761Z] #20 14.03 ### 4.3% ##### 7.5% ###### 9.6% ######## 11.4% ######### 13.5% ########### 15.9% ############ 17.1% ############# 18.6% ############## 20.3% ############### 21.9% ################# 23.9% ################## 25.8% ################### 27.4% #################### 28.9% ##################### 30.4% ###################### 31.8% ####################### 32.9% ######################## 34.1% ######################### 35.4% ########################## 36.6% ########################### 38.3% [2019-09-30T14:04:24.761Z] #20 ... [2019-09-30T14:04:24.761Z] [2019-09-30T14:04:24.761Z] #10 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-09-30T14:04:24.761Z] #10 DONE 3.6s [2019-09-30T14:04:24.761Z] [2019-09-30T14:04:24.761Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-30T14:04:25.219Z] #20 ... [2019-09-30T14:04:25.219Z] [2019-09-30T14:04:25.219Z] #11 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-09-30T14:04:25.219Z] #11 DONE 3.5s [2019-09-30T14:04:25.219Z] [2019-09-30T14:04:25.219Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:04:25.219Z] #35 52.66 Selecting previously unselected package libxml2:amd64. [2019-09-30T14:04:25.219Z] #35 52.67 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_amd64.deb ... [2019-09-30T14:04:25.219Z] #35 52.67 Unpacking libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-30T14:04:25.219Z] #35 53.78 Selecting previously unselected package libarchive13:amd64. [2019-09-30T14:04:25.219Z] #35 53.81 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_amd64.deb ... [2019-09-30T14:04:25.219Z] #35 53.84 Unpacking libarchive13:amd64 (3.2.2-2+deb9u1) ... [2019-09-30T14:04:25.219Z] #35 54.33 Selecting previously unselected package libjsoncpp1:amd64. [2019-09-30T14:04:25.219Z] #35 54.33 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_amd64.deb ... [2019-09-30T14:04:25.219Z] #35 54.34 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2019-09-30T14:04:25.219Z] #35 54.57 Selecting previously unselected package libuv1:amd64. [2019-09-30T14:04:25.219Z] #35 54.57 Preparing to unpack .../6-libuv1_1.9.1-3_amd64.deb ... [2019-09-30T14:04:25.219Z] #35 54.58 Unpacking libuv1:amd64 (1.9.1-3) ... [2019-09-30T14:04:25.219Z] #35 54.87 Selecting previously unselected package cmake. [2019-09-30T14:04:25.219Z] #35 54.88 Preparing to unpack .../7-cmake_3.7.2-1_amd64.deb ... [2019-09-30T14:04:25.219Z] #35 54.99 Unpacking cmake (3.7.2-1) ... [2019-09-30T14:04:25.219Z] #35 59.01 Selecting previously unselected package xxd. [2019-09-30T14:04:25.219Z] #35 59.04 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-09-30T14:04:25.219Z] #35 59.05 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:04:25.219Z] #35 59.30 Selecting previously unselected package vim-common. [2019-09-30T14:04:25.219Z] #35 59.31 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-30T14:04:25.219Z] #35 59.33 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:04:25.219Z] #35 59.61 Processing triggers for mime-support (3.60) ... [2019-09-30T14:04:25.219Z] #35 59.76 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:04:25.219Z] #35 59.78 Setting up libuv1:amd64 (1.9.1-3) ... [2019-09-30T14:04:25.219Z] #35 59.79 Setting up cmake-data (3.7.2-1) ... [2019-09-30T14:04:25.219Z] #35 59.81 Setting up libicu57:amd64 (57.1-6+deb9u3) ... [2019-09-30T14:04:25.219Z] #35 59.87 Setting up libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-30T14:04:25.219Z] #35 59.89 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-30T14:04:25.219Z] #35 60.00 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:04:25.219Z] #35 60.03 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-30T14:04:25.219Z] #35 60.05 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2019-09-30T14:04:25.219Z] #35 60.06 Setting up libarchive13:amd64 (3.2.2-2+deb9u1) ... [2019-09-30T14:04:25.219Z] #35 60.08 Setting up cmake (3.7.2-1) ... [2019-09-30T14:04:25.219Z] #35 60.18 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-30T14:04:25.219Z] #35 DONE 61.0s [2019-09-30T14:04:25.219Z] [2019-09-30T14:04:25.219Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-30T14:04:25.219Z] #20 19.15 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-09-30T14:04:25.459Z] + dpkg --print-architecture [2019-09-30T14:04:25.459Z] + cd /tmp/tmp.Mmeeaqwq8Q/src/github.com/docker/distribution [2019-09-30T14:04:25.459Z] + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-30T14:04:25.459Z] + GOPATH=/tmp/tmp.Mmeeaqwq8Q/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.Mmeeaqwq8Q [2019-09-30T14:04:25.459Z] + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-09-30T14:04:25.477Z] #20 ... [2019-09-30T14:04:25.477Z] [2019-09-30T14:04:25.477Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-30T14:04:25.477Z] #36 DONE 0.1s [2019-09-30T14:04:25.477Z] [2019-09-30T14:04:25.477Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-09-30T14:04:25.477Z] #37 DONE 0.1s [2019-09-30T14:04:25.477Z] [2019-09-30T14:04:25.477Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-09-30T14:04:25.766Z] CC criu/clone-noasan.o [2019-09-30T14:04:25.766Z] CC criu/config.o [2019-09-30T14:04:25.790Z] #20 14.03 ### 4.3% ##### 7.5% ###### 9.6% ######## 11.4% ######### 13.5% ########### 15.9% ############ 17.1% ############# 18.6% ############## 20.3% ############### 21.9% ################# 23.9% ################## 25.8% ################### 27.4% #################### 28.9% ##################### 30.4% ###################### 31.8% ####################### 32.9% ######################## 34.1% ######################### 35.4% ########################## 36.6% ########################### 38.3% ############################ 39.4% ############################# 40.5% ############################## 42.3% ############################### 43.3% ################################ 44.9% ################################# 46.2% ################################### 49.0% #################################### 50.3% ##################################### 51.8% ###################################### 53.4% ######################################## [2019-09-30T14:04:25.790Z] #20 ... [2019-09-30T14:04:25.790Z] [2019-09-30T14:04:25.790Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:04:25.790Z] #57 48.78 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... [2019-09-30T14:04:25.790Z] #57 48.81 Setting up python-pkg-resources (33.1.1-1) ... [2019-09-30T14:04:25.790Z] #57 55.32 Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-09-30T14:04:25.790Z] #57 55.32 Setting up libprotobuf10:amd64 (3.0.0-9) ... [2019-09-30T14:04:25.790Z] #57 55.32 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-30T14:04:25.790Z] #57 55.34 Setting up python-protobuf (3.0.0-9) ... [2019-09-30T14:04:26.047Z] #57 ... [2019-09-30T14:04:26.047Z] [2019-09-30T14:04:26.047Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-30T14:04:26.382Z] CC criu/cr-check.o [2019-09-30T14:04:26.406Z] #38 ... [2019-09-30T14:04:26.406Z] [2019-09-30T14:04:26.406Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-30T14:04:26.406Z] #33 51.58 reflect [2019-09-30T14:04:26.406Z] #33 52.13 internal/oserror [2019-09-30T14:04:26.406Z] #33 52.27 syscall [2019-09-30T14:04:26.406Z] #33 61.43 time [2019-09-30T14:04:26.406Z] #33 ... [2019-09-30T14:04:26.406Z] [2019-09-30T14:04:26.406Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-30T14:04:26.406Z] #20 20.13 [2019-09-30T14:04:26.662Z] #20 20.52 ######################################################################## 100.0% [2019-09-30T14:04:26.918Z] #20 20.69 [2019-09-30T14:04:27.335Z] #20 14.03 ### 4.3% ##### 7.5% ###### 9.6% ######## 11.4% ######### 13.5% ########### 15.9% ############ 17.1% ############# 18.6% ############## 20.3% ############### 21.9% ################# 23.9% ################## 25.8% ################### 27.4% #################### 28.9% ##################### 30.4% ###################### 31.8% ####################### 32.9% ######################## 34.1% ######################### 35.4% ########################## 36.6% ########################### 38.3% ############################ 39.4% ############################# 40.5% ############################## 42.3% ############################### 43.3% ################################ 44.9% ################################# 46.2% ################################### 49.0% #################################### 50.3% ##################################### 51.8% ###################################### 53.4% ######################################## 56.5% ########################################## 58.9% ############################################ 61.7% ############################################## 64.6% ################################################# 68.1% ################################################# 68.4% #################################################### 72.9% ###################################################### 75.0% ######################################################## 77.9% ######################################################### 80.5% ############################################################ 83.8% ############################################################## 87.4% ################################################################ 90.2% ################################################################### 94.2% ####################################################################### 99.1% ######################################################################## 100.0% [2019-09-30T14:04:27.335Z] #20 19.07 [2019-09-30T14:04:27.389Z] CC criu/cr-dedup.o [2019-09-30T14:04:27.389Z] CC criu/cr-dump.o [2019-09-30T14:04:28.284Z] #20 22.07 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-09-30T14:04:28.398Z] CC criu/cr-errno.o [2019-09-30T14:04:28.398Z] CC criu/cr-restore.o [2019-09-30T14:04:28.541Z] #20 ... [2019-09-30T14:04:28.541Z] [2019-09-30T14:04:28.541Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:04:28.541Z] #57 56.02 Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-09-30T14:04:28.541Z] #57 56.04 Setting up libprotobuf10:amd64 (3.0.0-9) ... [2019-09-30T14:04:28.541Z] #57 56.07 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-30T14:04:28.541Z] #57 56.09 Setting up python-protobuf (3.0.0-9) ... [2019-09-30T14:04:28.541Z] #57 63.75 Setting up libcap-dev:amd64 (1:2.25-1) ... [2019-09-30T14:04:28.541Z] #57 63.76 Setting up libprotobuf-c-dev:amd64 (1.2.1-2) ... [2019-09-30T14:04:28.541Z] #57 63.78 Setting up libnl-3-200:amd64 (3.2.27-2) ... [2019-09-30T14:04:28.541Z] #57 63.82 Setting up libprotobuf-lite10:amd64 (3.0.0-9) ... [2019-09-30T14:04:28.541Z] #57 63.83 Setting up libprotoc10:amd64 (3.0.0-9) ... [2019-09-30T14:04:28.541Z] #57 63.85 Setting up protobuf-c-compiler (1.2.1-2) ... [2019-09-30T14:04:28.541Z] #57 63.86 Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... [2019-09-30T14:04:28.541Z] #57 63.87 Setting up protobuf-compiler (3.0.0-9) ... [2019-09-30T14:04:28.541Z] #57 63.89 Setting up libprotobuf-dev:amd64 (3.0.0-9) ... [2019-09-30T14:04:28.541Z] #57 63.90 Setting up libnl-3-dev:amd64 (3.2.27-2) ... [2019-09-30T14:04:28.541Z] #57 63.91 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-30T14:04:28.541Z] #57 DONE 64.3s [2019-09-30T14:04:28.706Z] #20 ... [2019-09-30T14:04:28.706Z] [2019-09-30T14:04:28.706Z] #11 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-09-30T14:04:28.706Z] #11 DONE 3.8s [2019-09-30T14:04:28.706Z] [2019-09-30T14:04:28.706Z] #12 [dev 6/24] RUN ldconfig [2019-09-30T14:04:28.797Z] [2019-09-30T14:04:28.797Z] #12 [dev 6/24] RUN ldconfig [2019-09-30T14:04:28.797Z] #12 DONE 3.5s [2019-09-30T14:04:28.797Z] [2019-09-30T14:04:28.797Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:04:29.726Z] #13 ... [2019-09-30T14:04:29.726Z] [2019-09-30T14:04:29.726Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-30T14:04:29.726Z] #30 55.11 time [2019-09-30T14:04:29.726Z] #30 62.32 internal/poll [2019-09-30T14:04:29.726Z] #30 63.72 internal/fmtsort [2019-09-30T14:04:29.726Z] #30 64.69 internal/syscall/unix [2019-09-30T14:04:29.726Z] #30 64.92 strings [2019-09-30T14:04:29.982Z] #30 65.34 os [2019-09-30T14:04:29.982Z] #30 ... [2019-09-30T14:04:29.982Z] [2019-09-30T14:04:29.982Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-30T14:04:29.982Z] #20 22.53 [2019-09-30T14:04:29.982Z] #20 23.14 ########## 14.5% ######################################################################## 100.0% [2019-09-30T14:04:29.982Z] #20 23.31 [2019-09-30T14:04:30.078Z] #12 ... [2019-09-30T14:04:30.078Z] [2019-09-30T14:04:30.078Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:04:30.078Z] #35 57.03 Selecting previously unselected package libjsoncpp1:amd64. [2019-09-30T14:04:30.078Z] #35 57.04 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_amd64.deb ... [2019-09-30T14:04:30.078Z] #35 57.07 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2019-09-30T14:04:30.078Z] #35 57.20 Selecting previously unselected package libuv1:amd64. [2019-09-30T14:04:30.078Z] #35 57.21 Preparing to unpack .../6-libuv1_1.9.1-3_amd64.deb ... [2019-09-30T14:04:30.078Z] #35 57.25 Unpacking libuv1:amd64 (1.9.1-3) ... [2019-09-30T14:04:30.078Z] #35 57.43 Selecting previously unselected package cmake. [2019-09-30T14:04:30.078Z] #35 57.43 Preparing to unpack .../7-cmake_3.7.2-1_amd64.deb ... [2019-09-30T14:04:30.078Z] #35 57.61 Unpacking cmake (3.7.2-1) ... [2019-09-30T14:04:30.078Z] #35 60.98 Selecting previously unselected package xxd. [2019-09-30T14:04:30.078Z] #35 60.99 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-09-30T14:04:30.078Z] #35 60.99 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:04:30.078Z] #35 61.24 Selecting previously unselected package vim-common. [2019-09-30T14:04:30.078Z] #35 61.25 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-30T14:04:30.078Z] #35 61.29 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:04:30.078Z] #35 61.69 Processing triggers for mime-support (3.60) ... [2019-09-30T14:04:30.078Z] #35 61.89 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:04:30.078Z] #35 61.91 Setting up libuv1:amd64 (1.9.1-3) ... [2019-09-30T14:04:30.078Z] #35 61.98 Setting up cmake-data (3.7.2-1) ... [2019-09-30T14:04:30.078Z] #35 62.04 Setting up libicu57:amd64 (57.1-6+deb9u3) ... [2019-09-30T14:04:30.078Z] #35 62.08 Setting up libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-30T14:04:30.078Z] #35 62.15 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-30T14:04:30.078Z] #35 62.23 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:04:30.078Z] #35 62.26 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-30T14:04:30.078Z] #35 62.29 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2019-09-30T14:04:30.078Z] #35 62.32 Setting up libarchive13:amd64 (3.2.2-2+deb9u1) ... [2019-09-30T14:04:30.078Z] #35 62.34 Setting up cmake (3.7.2-1) ... [2019-09-30T14:04:30.078Z] #35 62.56 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-30T14:04:30.078Z] #35 DONE 63.1s [2019-09-30T14:04:30.078Z] [2019-09-30T14:04:30.078Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-30T14:04:30.078Z] #36 DONE 0.1s [2019-09-30T14:04:30.078Z] [2019-09-30T14:04:30.078Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-09-30T14:04:30.078Z] #37 DONE 0.1s [2019-09-30T14:04:30.078Z] [2019-09-30T14:04:30.078Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-30T14:04:30.078Z] #20 20.75 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-09-30T14:04:30.078Z] #20 21.46 [2019-09-30T14:04:30.078Z] #20 21.65 ######################################################################## 100.0% [2019-09-30T14:04:30.335Z] #20 22.01 [2019-09-30T14:04:30.676Z] + rm -rf /tmp/tmp.Mmeeaqwq8Q/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.Mmeeaqwq8Q [2019-09-30T14:04:30.898Z] #20 ... [2019-09-30T14:04:30.898Z] [2019-09-30T14:04:30.898Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:04:30.898Z] #57 63.48 Setting up libcap-dev:amd64 (1:2.25-1) ... [2019-09-30T14:04:30.898Z] #57 63.50 Setting up libprotobuf-c-dev:amd64 (1.2.1-2) ... [2019-09-30T14:04:30.898Z] #57 63.53 Setting up libnl-3-200:amd64 (3.2.27-2) ... [2019-09-30T14:04:30.898Z] #57 63.57 Setting up libprotobuf-lite10:amd64 (3.0.0-9) ... [2019-09-30T14:04:30.898Z] #57 63.60 Setting up libprotoc10:amd64 (3.0.0-9) ... [2019-09-30T14:04:30.898Z] #57 63.61 Setting up protobuf-c-compiler (1.2.1-2) ... [2019-09-30T14:04:30.898Z] #57 63.63 Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... [2019-09-30T14:04:30.898Z] #57 63.64 Setting up protobuf-compiler (3.0.0-9) ... [2019-09-30T14:04:30.898Z] #57 63.65 Setting up libprotobuf-dev:amd64 (3.0.0-9) ... [2019-09-30T14:04:30.898Z] #57 63.67 Setting up libnl-3-dev:amd64 (3.2.27-2) ... [2019-09-30T14:04:30.898Z] #57 63.69 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-30T14:04:30.898Z] #57 DONE 64.0s [2019-09-30T14:04:31.093Z] CC criu/cr-service.o [2019-09-30T14:04:31.155Z] [2019-09-30T14:04:31.155Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-30T14:04:31.155Z] #33 63.63 time [2019-09-30T14:04:31.348Z] #20 25.02 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-09-30T14:04:31.348Z] #20 25.09 skipping existing 1849cc453dee [2019-09-30T14:04:31.348Z] #20 25.22 [2019-09-30T14:04:31.713Z] CC criu/crtools.o [2019-09-30T14:04:32.046Z] Removing intermediate container b5af2536681c [2019-09-30T14:04:32.046Z] ---> e0a82ce2ae13 [2019-09-30T14:04:32.046Z] Step 17/126 : FROM base AS swagger [2019-09-30T14:04:32.046Z] ---> 7f0d9d361d13 [2019-09-30T14:04:32.046Z] Step 18/126 : ENV GO_SWAGGER_COMMIT c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-30T14:04:32.086Z] #33 ... [2019-09-30T14:04:32.086Z] [2019-09-30T14:04:32.086Z] #12 [dev 6/24] RUN ldconfig [2019-09-30T14:04:32.086Z] #12 DONE 3.6s [2019-09-30T14:04:32.086Z] [2019-09-30T14:04:32.086Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-30T14:04:32.086Z] #30 54.52 time [2019-09-30T14:04:32.086Z] #30 62.29 internal/poll [2019-09-30T14:04:32.086Z] #30 64.33 internal/fmtsort [2019-09-30T14:04:32.326Z] CC criu/eventfd.o [2019-09-30T14:04:32.326Z] CC criu/eventpoll.o [2019-09-30T14:04:32.344Z] #30 ... [2019-09-30T14:04:32.344Z] [2019-09-30T14:04:32.344Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-30T14:04:32.344Z] #20 23.89 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-09-30T14:04:32.425Z] ---> Running in 8e02e42e2fa1 [2019-09-30T14:04:32.425Z] Removing intermediate container 8e02e42e2fa1 [2019-09-30T14:04:32.425Z] ---> ad8a00e71aa7 [2019-09-30T14:04:32.425Z] Step 19/126 : RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/go-swagger/go-swagger.git "$GOPATH/src/github.com/go-swagger/go-swagger" && (cd "$GOPATH/src/github.com/go-swagger/go-swagger" && git checkout -q "$GO_SWAGGER_COMMIT") && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger && rm -rf "$GOPATH" [2019-09-30T14:04:32.425Z] ---> Running in c74731e0c5d0 [2019-09-30T14:04:32.714Z] #20 ... [2019-09-30T14:04:32.715Z] [2019-09-30T14:04:32.715Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-30T14:04:32.715Z] #42 15.69 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o runc . [2019-09-30T14:04:32.715Z] #42 ... [2019-09-30T14:04:32.715Z] [2019-09-30T14:04:32.715Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-30T14:04:32.715Z] #20 26.40 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-09-30T14:04:32.909Z] #20 24.54 [2019-09-30T14:04:32.941Z] CC criu/external.o [2019-09-30T14:04:32.941Z] CC criu/fault-injection.o [2019-09-30T14:04:32.941Z] CC criu/fdstore.o [2019-09-30T14:04:32.970Z] #20 26.81 [2019-09-30T14:04:33.166Z] #20 24.89 ######################################################################## 100.0% [2019-09-30T14:04:33.220Z] + mktemp -d [2019-09-30T14:04:33.220Z] + export GOPATH=/tmp/tmp.97FXFJvvGr [2019-09-30T14:04:33.220Z] + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.97FXFJvvGr/src/github.com/go-swagger/go-swagger [2019-09-30T14:04:33.220Z] Cloning into '/tmp/tmp.97FXFJvvGr/src/github.com/go-swagger/go-swagger'... [2019-09-30T14:04:33.223Z] CC criu/fifo.o [2019-09-30T14:04:33.227Z] #20 27.03 ######################################################################## 100.0% [2019-09-30T14:04:33.227Z] #20 27.17 [2019-09-30T14:04:33.427Z] #20 25.09 [2019-09-30T14:04:33.483Z] #20 27.26 Download of images into '/build' complete. [2019-09-30T14:04:33.483Z] #20 27.26 Use something like the following to load the result into a Docker daemon: [2019-09-30T14:04:33.483Z] #20 27.26 tar -cC '/build' . | docker load [2019-09-30T14:04:33.483Z] #20 DONE 27.5s [2019-09-30T14:04:33.483Z] [2019-09-30T14:04:33.483Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:04:33.483Z] #13 4.757 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-30T14:04:33.483Z] #13 4.759 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-30T14:04:33.483Z] #13 4.800 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-30T14:04:33.483Z] #13 4.814 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-30T14:04:33.506Z] CC criu/file-ids.o [2019-09-30T14:04:33.506Z] CC criu/file-lock.o [2019-09-30T14:04:33.739Z] #13 4.968 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-30T14:04:34.121Z] CC criu/files-ext.o [2019-09-30T14:04:34.359Z] #20 ... [2019-09-30T14:04:34.359Z] [2019-09-30T14:04:34.359Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-30T14:04:34.359Z] #42 13.27 + cd /tmp/tmp.BWaLNtR5S5/src/github.com/opencontainers/runc [2019-09-30T14:04:34.359Z] #42 13.27 + git checkout -q 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-09-30T14:04:34.359Z] #42 13.35 + '[' -z '' ']' [2019-09-30T14:04:34.359Z] #42 13.36 + target=static [2019-09-30T14:04:34.359Z] #42 13.36 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-09-30T14:04:34.359Z] #42 15.82 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o runc . [2019-09-30T14:04:34.359Z] #42 ... [2019-09-30T14:04:34.359Z] [2019-09-30T14:04:34.359Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-09-30T14:04:34.359Z] #38 3.862 + RM_GOPATH=0 [2019-09-30T14:04:34.359Z] #38 3.862 + TMP_GOPATH= [2019-09-30T14:04:34.359Z] #38 3.862 + : /build [2019-09-30T14:04:34.359Z] #38 3.862 + '[' -z '' ']' [2019-09-30T14:04:34.359Z] #38 3.870 ++ mktemp -d [2019-09-30T14:04:34.359Z] #38 3.872 + export GOPATH=/tmp/tmp.Iw2tPg4VkL [2019-09-30T14:04:34.359Z] #38 3.872 + GOPATH=/tmp/tmp.Iw2tPg4VkL [2019-09-30T14:04:34.359Z] #38 3.873 + RM_GOPATH=1 [2019-09-30T14:04:34.359Z] #38 3.873 ++ dirname ./install.sh [2019-09-30T14:04:34.359Z] #38 3.874 + dir=. [2019-09-30T14:04:34.359Z] #38 3.874 + bin=tini [2019-09-30T14:04:34.359Z] #38 3.874 + shift [2019-09-30T14:04:34.359Z] #38 3.874 + '[' '!' -f ./tini.installer ']' [2019-09-30T14:04:34.359Z] #38 3.875 + . ./tini.installer [2019-09-30T14:04:34.359Z] #38 3.875 ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-30T14:04:34.359Z] #38 3.875 + install_tini [2019-09-30T14:04:34.359Z] #38 3.875 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-09-30T14:04:34.359Z] #38 3.876 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-30T14:04:34.359Z] #38 3.876 + git clone https://github.com/krallin/tini.git /tmp/tmp.Iw2tPg4VkL/tini [2019-09-30T14:04:34.359Z] #38 3.877 Cloning into '/tmp/tmp.Iw2tPg4VkL/tini'... [2019-09-30T14:04:34.403Z] CC criu/files-reg.o [2019-09-30T14:04:35.291Z] #38 4.967 + cd /tmp/tmp.Iw2tPg4VkL/tini [2019-09-30T14:04:35.291Z] #38 4.968 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-30T14:04:35.291Z] #38 4.973 + cmake . [2019-09-30T14:04:35.411Z] CC criu/files.o [2019-09-30T14:04:35.631Z] #13 6.979 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [499 kB] [2019-09-30T14:04:35.856Z] #38 5.595 -- The C compiler identification is GNU 6.3.0 [2019-09-30T14:04:35.856Z] #38 5.653 -- Check for working C compiler: /usr/bin/cc [2019-09-30T14:04:36.422Z] #38 6.226 -- Check for working C compiler: /usr/bin/cc -- works [2019-09-30T14:04:36.422Z] #38 6.231 -- Detecting C compiler ABI info [2019-09-30T14:04:36.430Z] CC criu/filesystems.o [2019-09-30T14:04:36.522Z] + cd /tmp/tmp.97FXFJvvGr/src/github.com/go-swagger/go-swagger [2019-09-30T14:04:36.522Z] + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-30T14:04:36.522Z] + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-09-30T14:04:36.987Z] #38 6.847 -- Detecting C compiler ABI info - done [2019-09-30T14:04:36.987Z] #38 6.953 -- Detecting C compile features [2019-09-30T14:04:37.044Z] CC criu/fsnotify.o [2019-09-30T14:04:37.552Z] #38 ... [2019-09-30T14:04:37.552Z] [2019-09-30T14:04:37.552Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-30T14:04:37.552Z] #20 26.39 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-09-30T14:04:37.552Z] #20 26.48 skipping existing 1849cc453dee [2019-09-30T14:04:37.552Z] #20 26.62 [2019-09-30T14:04:37.552Z] #20 27.88 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-09-30T14:04:37.552Z] #20 28.57 [2019-09-30T14:04:37.552Z] #20 29.07 ######################################################################## 100.0% [2019-09-30T14:04:37.660Z] CC criu/image-desc.o [2019-09-30T14:04:37.660Z] CC criu/image.o [2019-09-30T14:04:37.810Z] #20 29.22 [2019-09-30T14:04:37.810Z] #20 29.34 Download of images into '/build' complete. [2019-09-30T14:04:37.810Z] #20 29.34 Use something like the following to load the result into a Docker daemon: [2019-09-30T14:04:37.810Z] #20 29.34 tar -cC '/build' . | docker load [2019-09-30T14:04:38.067Z] #20 DONE 29.6s [2019-09-30T14:04:38.067Z] [2019-09-30T14:04:38.067Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-30T14:04:38.067Z] #33 68.42 internal/fmtsort [2019-09-30T14:04:38.067Z] #33 69.11 internal/syscall/unix [2019-09-30T14:04:38.067Z] #33 69.35 strings [2019-09-30T14:04:38.067Z] #33 70.12 internal/poll [2019-09-30T14:04:38.148Z] #13 9.154 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-30T14:04:38.274Z] CC criu/ipc_ns.o [2019-09-30T14:04:38.711Z] #13 ... [2019-09-30T14:04:38.711Z] [2019-09-30T14:04:38.711Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:04:38.711Z] #58 4.694 Note: Building without setproctitle() and strlcpy() support. [2019-09-30T14:04:38.711Z] #58 4.696 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-30T14:04:38.711Z] #58 7.093 fatal: Not a git repository (or any of the parent directories): .git [2019-09-30T14:04:38.711Z] #58 7.317 GEN .gitid [2019-09-30T14:04:38.711Z] #58 7.349 GEN criu/include/version.h [2019-09-30T14:04:38.711Z] #58 7.501 GEN include/common/asm [2019-09-30T14:04:38.711Z] #58 9.650 PBCC images/google/protobuf/descriptor.pb-c.c [2019-09-30T14:04:38.711Z] #58 9.700 PBCC images/opts.pb-c.c [2019-09-30T14:04:38.711Z] #58 9.765 PBCC images/sit.pb-c.c [2019-09-30T14:04:38.711Z] #58 9.849 DEP images/google/protobuf/descriptor.pb-c.d [2019-09-30T14:04:38.711Z] #58 9.909 DEP images/opts.pb-c.d [2019-09-30T14:04:38.711Z] #58 9.955 DEP images/sit.pb-c.d [2019-09-30T14:04:38.711Z] #58 10.01 PBCC images/macvlan.pb-c.c [2019-09-30T14:04:38.711Z] #58 10.09 DEP images/macvlan.pb-c.d [2019-09-30T14:04:38.711Z] #58 ... [2019-09-30T14:04:38.711Z] [2019-09-30T14:04:38.711Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-30T14:04:38.711Z] #47 32.28 Checking out files: 30% (888/2879) Checking out files: 31% (893/2879) Checking out files: 32% (922/2879) Checking out files: 33% (951/2879) Checking out files: 34% (979/2879) Checking out files: 35% (1008/2879) Checking out files: 36% (1037/2879) Checking out files: 37% (1066/2879) Checking out files: 38% (1095/2879) Checking out files: 39% (1123/2879) Checking out files: 40% (1152/2879) Checking out files: 41% (1181/2879) Checking out files: 42% (1210/2879) Checking out files: 43% (1238/2879) Checking out files: 44% (1267/2879) Checking out files: 45% (1296/2879) Checking out files: 46% (1325/2879) Checking out files: 47% (1354/2879) Checking out files: 48% (1382/2879) Checking out files: 49% (1411/2879) Checking out files: 50% (1440/2879) Checking out files: 51% (1469/2879) Checking out files: 52% (1498/2879) Checking out files: 53% (1526/2879) Checking out files: 54% (1555/2879) Checking out files: 55% (1584/2879) Checking out files: 56% (1613/2879) Checking out files: 57% (1642/2879) Checking out files: 58% (1670/2879) Checking out files: 59% (1699/2879) Checking out files: 60% (1728/2879) Checking out files: 61% (1757/2879) Checking out files: 62% (1785/2879) Checking out files: 63% (1814/2879) Checking out files: 64% (1843/2879) Checking out files: 65% (1872/2879) Checking out files: 66% (1901/2879) Checking out files: 67% (1929/2879) Checking out files: 68% (1958/2879) Checking out files: 69% (1987/2879) Checking out files: 70% (2016/2879) Checking out files: 71% (2045/2879) Checking out files: 72% (2073/2879) Checking out files: 73% (2102/2879) Checking out files: 74% (2131/2879) Checking out files: 75% (2160/2879) Checking out files: 76% (2189/2879) Checking out files: 77% (2217/2879) Checking out files: 78% (2246/2879) Checking out files: 79% (2275/2879) Checking out files: 80% (2304/2879) Checking out files: 81% (2332/2879) Checking out files: 82% (2361/2879) Checking out files: 83% (2390/2879) Checking out files: 84% (2419/2879) Checking out files: 85% (2448/2879) Checking out files: 86% (2476/2879) Checking out files: 87% (2505/2879) Checking out files: 88% (2534/2879) Checking out files: 89% (2563/2879) Checking out files: 90% (2592/2879) Checking out files: 91% (2620/2879) Checking out files: 92% (2649/2879) Checking out files: 93% (2678/2879) Checking out files: 94% (2707/2879) Checking out files: 95% (2736/2879) Checking out files: 96% (2764/2879) Checking out files: 97% (2793/2879) Checking out files: 98% (2822/2879) Checking out files: 98% (2849/2879) Checking out files: 99% (2851/2879) Checking out files: 100% (2879/2879) Checking out files: 100% (2879/2879), done. [2019-09-30T14:04:38.711Z] #47 34.36 + cd /tmp/tmp.OwFSg70UZi/src/github.com/containerd/containerd [2019-09-30T14:04:38.711Z] #47 34.36 + git checkout -q b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-09-30T14:04:38.897Z] CC criu/irmap.o [2019-09-30T14:04:38.967Z] #47 ... [2019-09-30T14:04:38.967Z] [2019-09-30T14:04:38.967Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-09-30T14:04:38.967Z] #38 3.581 + RM_GOPATH=0 [2019-09-30T14:04:38.967Z] #38 3.581 + TMP_GOPATH= [2019-09-30T14:04:38.967Z] #38 3.581 + : /build [2019-09-30T14:04:38.967Z] #38 3.581 + '[' -z '' ']' [2019-09-30T14:04:38.967Z] #38 3.581 ++ mktemp -d [2019-09-30T14:04:38.967Z] #38 3.594 + export GOPATH=/tmp/tmp.aFMO9L6SNO [2019-09-30T14:04:38.967Z] #38 3.594 + GOPATH=/tmp/tmp.aFMO9L6SNO [2019-09-30T14:04:38.967Z] #38 3.594 + RM_GOPATH=1 [2019-09-30T14:04:38.967Z] #38 3.594 ++ dirname ./install.sh [2019-09-30T14:04:38.967Z] #38 3.594 + dir=. [2019-09-30T14:04:38.967Z] #38 3.594 + bin=tini [2019-09-30T14:04:38.967Z] #38 3.594 + shift [2019-09-30T14:04:38.967Z] #38 3.594 + '[' '!' -f ./tini.installer ']' [2019-09-30T14:04:38.967Z] #38 3.594 + . ./tini.installer [2019-09-30T14:04:38.967Z] #38 3.594 ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-30T14:04:38.967Z] #38 3.594 + install_tini [2019-09-30T14:04:38.967Z] #38 3.594 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-09-30T14:04:38.967Z] #38 3.594 + git clone https://github.com/krallin/tini.git /tmp/tmp.aFMO9L6SNO/tini [2019-09-30T14:04:38.967Z] #38 3.594 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-30T14:04:38.968Z] #38 3.616 Cloning into '/tmp/tmp.aFMO9L6SNO/tini'... [2019-09-30T14:04:38.968Z] #38 5.073 + cd /tmp/tmp.aFMO9L6SNO/tini [2019-09-30T14:04:38.968Z] #38 5.073 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-30T14:04:38.968Z] #38 5.078 + cmake . [2019-09-30T14:04:38.968Z] #38 5.805 -- The C compiler identification is GNU 6.3.0 [2019-09-30T14:04:38.968Z] #38 5.860 -- Check for working C compiler: /usr/bin/cc [2019-09-30T14:04:38.968Z] #38 6.423 -- Check for working C compiler: /usr/bin/cc -- works [2019-09-30T14:04:38.968Z] #38 6.425 -- Detecting C compiler ABI info [2019-09-30T14:04:38.968Z] #38 6.926 -- Detecting C compiler ABI info - done [2019-09-30T14:04:38.968Z] #38 6.988 -- Detecting C compile features [2019-09-30T14:04:38.968Z] #38 9.638 -- Detecting C compile features - done [2019-09-30T14:04:38.968Z] #38 9.696 -- Performing Test HAS_BUILTIN_FORTIFY [2019-09-30T14:04:38.968Z] #38 10.23 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-09-30T14:04:38.968Z] #38 10.42 -- Configuring done [2019-09-30T14:04:38.968Z] #38 10.45 -- Generating done [2019-09-30T14:04:38.968Z] #38 10.47 -- Build files have been written to: /tmp/tmp.aFMO9L6SNO/tini [2019-09-30T14:04:38.968Z] #38 10.49 + make tini-static [2019-09-30T14:04:38.968Z] #38 11.05 Scanning dependencies of target tini-static [2019-09-30T14:04:38.968Z] #38 11.18 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-09-30T14:04:38.968Z] #38 12.71 [100%] Linking C executable tini-static [2019-09-30T14:04:38.968Z] #38 13.38 [100%] Built target tini-static [2019-09-30T14:04:38.968Z] #38 13.44 + mkdir -p /build [2019-09-30T14:04:38.968Z] #38 13.45 + cp tini-static /build/docker-init [2019-09-30T14:04:39.179Z] CC criu/kcmp-ids.o [2019-09-30T14:04:39.179Z] CC criu/kerndat.o [2019-09-30T14:04:39.224Z] #38 DONE 13.7s [2019-09-30T14:04:39.224Z] [2019-09-30T14:04:39.224Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:04:39.224Z] #58 10.18 PBCC images/autofs.pb-c.c [2019-09-30T14:04:39.224Z] #58 10.21 DEP images/autofs.pb-c.d [2019-09-30T14:04:39.224Z] #58 10.31 PBCC images/sysctl.pb-c.c [2019-09-30T14:04:39.224Z] #58 10.35 DEP images/sysctl.pb-c.d [2019-09-30T14:04:39.224Z] #58 10.45 PBCC images/time.pb-c.c [2019-09-30T14:04:39.224Z] #58 10.50 DEP images/time.pb-c.d [2019-09-30T14:04:39.224Z] #58 10.60 PBCC images/binfmt-misc.pb-c.c [2019-09-30T14:04:39.224Z] #58 10.67 DEP images/binfmt-misc.pb-c.d [2019-09-30T14:04:39.224Z] #58 10.78 PBCC images/seccomp.pb-c.c [2019-09-30T14:04:39.480Z] #58 10.85 DEP images/seccomp.pb-c.d [2019-09-30T14:04:39.480Z] #58 10.92 PBCC images/userns.pb-c.c [2019-09-30T14:04:39.480Z] #58 10.98 DEP images/userns.pb-c.d [2019-09-30T14:04:39.480Z] #58 11.02 PBCC images/cgroup.pb-c.c [2019-09-30T14:04:39.736Z] #58 11.09 DEP images/cgroup.pb-c.d [2019-09-30T14:04:39.736Z] #58 11.17 PBCC images/fown.pb-c.c [2019-09-30T14:04:39.736Z] #58 11.22 PBCC images/ext-file.pb-c.c [2019-09-30T14:04:39.736Z] #58 11.29 DEP images/fown.pb-c.d [2019-09-30T14:04:40.185Z] CC criu/libnetlink.o [2019-09-30T14:04:40.185Z] CC criu/log.o [2019-09-30T14:04:40.298Z] #58 11.45 DEP images/ext-file.pb-c.d [2019-09-30T14:04:40.298Z] #58 11.62 PBCC images/rpc.pb-c.c [2019-09-30T14:04:40.469Z] CC criu/lsm.o [2019-09-30T14:04:40.555Z] #58 11.74 DEP images/rpc.pb-c.d [2019-09-30T14:04:40.555Z] #58 11.88 PBCC images/siginfo.pb-c.c [2019-09-30T14:04:40.555Z] #58 11.89 DEP images/siginfo.pb-c.d [2019-09-30T14:04:40.555Z] #58 11.91 PBCC images/pagemap.pb-c.c [2019-09-30T14:04:40.555Z] #58 11.95 DEP images/pagemap.pb-c.d [2019-09-30T14:04:40.555Z] #58 12.00 PBCC images/rlimit.pb-c.c [2019-09-30T14:04:40.750Z] CC criu/mem.o [2019-09-30T14:04:40.811Z] #58 12.06 DEP images/rlimit.pb-c.d [2019-09-30T14:04:40.811Z] #58 12.12 PBCC images/file-lock.pb-c.c [2019-09-30T14:04:40.811Z] #58 12.16 DEP images/file-lock.pb-c.d [2019-09-30T14:04:40.811Z] #58 12.19 PBCC images/tty.pb-c.c [2019-09-30T14:04:40.811Z] #58 12.25 DEP images/tty.pb-c.d [2019-09-30T14:04:41.067Z] #58 12.32 PBCC images/tun.pb-c.c [2019-09-30T14:04:41.067Z] #58 12.33 PBCC images/netdev.pb-c.c [2019-09-30T14:04:41.067Z] #58 12.39 DEP images/tun.pb-c.d [2019-09-30T14:04:41.067Z] #58 12.45 DEP images/netdev.pb-c.d [2019-09-30T14:04:41.067Z] #58 12.52 PBCC images/vma.pb-c.c [2019-09-30T14:04:41.324Z] #58 12.57 DEP images/vma.pb-c.d [2019-09-30T14:04:41.324Z] #58 12.67 PBCC images/creds.pb-c.c [2019-09-30T14:04:41.324Z] #58 12.73 DEP images/creds.pb-c.d [2019-09-30T14:04:41.324Z] #58 12.81 PBCC images/utsns.pb-c.c [2019-09-30T14:04:41.345Z] #33 73.33 os [2019-09-30T14:04:41.345Z] #33 ... [2019-09-30T14:04:41.345Z] [2019-09-30T14:04:41.345Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:04:41.345Z] #58 4.488 Note: Building without setproctitle() and strlcpy() support. [2019-09-30T14:04:41.345Z] #58 4.489 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-30T14:04:41.345Z] #58 6.364 fatal: Not a git repository (or any of the parent directories): .git [2019-09-30T14:04:41.345Z] #58 6.403 GEN .gitid [2019-09-30T14:04:41.345Z] #58 6.423 GEN criu/include/version.h [2019-09-30T14:04:41.345Z] #58 6.475 GEN include/common/asm [2019-09-30T14:04:41.345Z] #58 ... [2019-09-30T14:04:41.345Z] [2019-09-30T14:04:41.345Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-09-30T14:04:41.345Z] #38 10.28 -- Detecting C compile features - done [2019-09-30T14:04:41.345Z] #38 10.35 -- Performing Test HAS_BUILTIN_FORTIFY [2019-09-30T14:04:41.345Z] #38 10.95 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-09-30T14:04:41.345Z] #38 11.06 -- Configuring done [2019-09-30T14:04:41.345Z] #38 11.10 -- Generating done [2019-09-30T14:04:41.345Z] #38 11.10 -- Build files have been written to: /tmp/tmp.Iw2tPg4VkL/tini [2019-09-30T14:04:41.345Z] #38 11.11 + make tini-static [2019-09-30T14:04:41.580Z] #58 12.82 DEP images/utsns.pb-c.d [2019-09-30T14:04:41.580Z] #58 12.91 PBCC images/ipc-desc.pb-c.c [2019-09-30T14:04:41.580Z] #58 12.96 PBCC images/ipc-sem.pb-c.c [2019-09-30T14:04:41.580Z] #58 12.99 DEP images/ipc-desc.pb-c.d [2019-09-30T14:04:41.580Z] #58 13.05 DEP images/ipc-sem.pb-c.d [2019-09-30T14:04:41.602Z] #38 11.38 Scanning dependencies of target tini-static [2019-09-30T14:04:41.602Z] #38 11.48 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-09-30T14:04:41.756Z] CC criu/mount.o [2019-09-30T14:04:41.836Z] #58 13.10 PBCC images/ipc-msg.pb-c.c [2019-09-30T14:04:41.836Z] #58 13.11 DEP images/ipc-msg.pb-c.d [2019-09-30T14:04:41.836Z] #58 13.14 PBCC images/ipc-shm.pb-c.c [2019-09-30T14:04:41.836Z] #58 13.20 DEP images/ipc-shm.pb-c.d [2019-09-30T14:04:41.836Z] #58 13.27 PBCC images/ipc-var.pb-c.c [2019-09-30T14:04:41.836Z] #58 13.29 DEP images/ipc-var.pb-c.d [2019-09-30T14:04:41.836Z] #58 13.34 PBCC images/sk-opts.pb-c.c [2019-09-30T14:04:41.836Z] #58 13.39 PBCC images/packet-sock.pb-c.c [2019-09-30T14:04:42.092Z] #58 13.46 DEP images/sk-opts.pb-c.d [2019-09-30T14:04:42.092Z] #58 13.52 DEP images/packet-sock.pb-c.d [2019-09-30T14:04:42.166Z] #38 ... [2019-09-30T14:04:42.166Z] [2019-09-30T14:04:42.166Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:04:42.166Z] #13 4.073 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-30T14:04:42.166Z] #13 4.075 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-30T14:04:42.166Z] #13 4.119 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-30T14:04:42.166Z] #13 4.122 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-30T14:04:42.166Z] #13 4.151 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-30T14:04:42.166Z] #13 5.042 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [499 kB] [2019-09-30T14:04:42.166Z] #13 7.523 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-30T14:04:42.166Z] #13 9.255 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-30T14:04:42.348Z] #58 13.56 PBCC images/sk-netlink.pb-c.c [2019-09-30T14:04:42.348Z] #58 13.60 DEP images/sk-netlink.pb-c.d [2019-09-30T14:04:42.348Z] #58 13.68 PBCC images/sk-inet.pb-c.c [2019-09-30T14:04:42.348Z] #58 13.80 DEP images/sk-inet.pb-c.d [2019-09-30T14:04:42.423Z] #13 ... [2019-09-30T14:04:42.423Z] [2019-09-30T14:04:42.423Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:04:42.423Z] #58 10.41 PBCC images/google/protobuf/descriptor.pb-c.c [2019-09-30T14:04:42.423Z] #58 10.52 PBCC images/opts.pb-c.c [2019-09-30T14:04:42.423Z] #58 10.65 PBCC images/sit.pb-c.c [2019-09-30T14:04:42.423Z] #58 10.73 DEP images/google/protobuf/descriptor.pb-c.d [2019-09-30T14:04:42.423Z] #58 10.79 DEP images/opts.pb-c.d [2019-09-30T14:04:42.423Z] #58 10.84 DEP images/sit.pb-c.d [2019-09-30T14:04:42.423Z] #58 10.90 PBCC images/macvlan.pb-c.c [2019-09-30T14:04:42.423Z] #58 10.95 DEP images/macvlan.pb-c.d [2019-09-30T14:04:42.423Z] #58 11.00 PBCC images/autofs.pb-c.c [2019-09-30T14:04:42.423Z] #58 11.02 DEP images/autofs.pb-c.d [2019-09-30T14:04:42.423Z] #58 11.06 PBCC images/sysctl.pb-c.c [2019-09-30T14:04:42.423Z] #58 11.10 DEP images/sysctl.pb-c.d [2019-09-30T14:04:42.423Z] #58 11.16 PBCC images/time.pb-c.c [2019-09-30T14:04:42.423Z] #58 11.18 DEP images/time.pb-c.d [2019-09-30T14:04:42.423Z] #58 11.25 PBCC images/binfmt-misc.pb-c.c [2019-09-30T14:04:42.423Z] #58 11.27 DEP images/binfmt-misc.pb-c.d [2019-09-30T14:04:42.423Z] #58 11.31 PBCC images/seccomp.pb-c.c [2019-09-30T14:04:42.423Z] #58 11.37 DEP images/seccomp.pb-c.d [2019-09-30T14:04:42.423Z] #58 11.42 PBCC images/userns.pb-c.c [2019-09-30T14:04:42.423Z] #58 11.45 DEP images/userns.pb-c.d [2019-09-30T14:04:42.423Z] #58 11.50 PBCC images/cgroup.pb-c.c [2019-09-30T14:04:42.604Z] #58 13.87 PBCC images/sk-unix.pb-c.c [2019-09-30T14:04:42.604Z] #58 13.95 DEP images/sk-unix.pb-c.d [2019-09-30T14:04:42.604Z] #58 14.05 PBCC images/mm.pb-c.c [2019-09-30T14:04:42.681Z] #58 11.52 DEP images/cgroup.pb-c.d [2019-09-30T14:04:42.681Z] #58 11.60 PBCC images/fown.pb-c.c [2019-09-30T14:04:42.681Z] #58 11.65 PBCC images/ext-file.pb-c.c [2019-09-30T14:04:42.681Z] #58 11.66 DEP images/fown.pb-c.d [2019-09-30T14:04:42.681Z] #58 11.74 DEP images/ext-file.pb-c.d [2019-09-30T14:04:42.681Z] #58 11.80 PBCC images/rpc.pb-c.c [2019-09-30T14:04:42.861Z] #58 14.10 DEP images/mm.pb-c.d [2019-09-30T14:04:42.861Z] #58 14.13 PBCC images/timerfd.pb-c.c [2019-09-30T14:04:42.861Z] #58 ... [2019-09-30T14:04:42.861Z] [2019-09-30T14:04:42.861Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-30T14:04:42.861Z] #33 68.14 internal/poll [2019-09-30T14:04:42.861Z] #33 70.54 internal/fmtsort [2019-09-30T14:04:42.861Z] #33 70.77 internal/syscall/unix [2019-09-30T14:04:42.861Z] #33 71.56 os [2019-09-30T14:04:42.861Z] #33 72.01 strings [2019-09-30T14:04:42.861Z] #33 75.50 regexp/syntax [2019-09-30T14:04:42.861Z] #33 76.09 fmt [2019-09-30T14:04:42.861Z] #33 ... [2019-09-30T14:04:42.861Z] [2019-09-30T14:04:42.861Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:04:42.861Z] #58 14.21 DEP images/timerfd.pb-c.d [2019-09-30T14:04:42.861Z] #58 14.28 PBCC images/timer.pb-c.c [2019-09-30T14:04:42.861Z] #58 14.34 DEP images/timer.pb-c.d [2019-09-30T14:04:42.938Z] #58 11.86 DEP images/rpc.pb-c.d [2019-09-30T14:04:42.938Z] #58 11.94 PBCC images/siginfo.pb-c.c [2019-09-30T14:04:42.938Z] #58 ... [2019-09-30T14:04:42.938Z] [2019-09-30T14:04:42.938Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-30T14:04:42.938Z] #30 65.23 internal/syscall/unix [2019-09-30T14:04:42.938Z] #30 65.54 strings [2019-09-30T14:04:42.938Z] #30 65.85 os [2019-09-30T14:04:42.938Z] #30 68.83 bytes [2019-09-30T14:04:42.938Z] #30 69.95 fmt [2019-09-30T14:04:42.938Z] #30 71.28 bufio [2019-09-30T14:04:42.938Z] #30 73.60 path/filepath [2019-09-30T14:04:42.938Z] #30 74.96 io/ioutil [2019-09-30T14:04:42.938Z] #30 ... [2019-09-30T14:04:42.938Z] [2019-09-30T14:04:42.938Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:04:42.938Z] #58 12.00 DEP images/siginfo.pb-c.d [2019-09-30T14:04:42.938Z] #58 12.05 PBCC images/pagemap.pb-c.c [2019-09-30T14:04:43.117Z] #58 14.37 PBCC images/sa.pb-c.c [2019-09-30T14:04:43.117Z] #58 14.40 DEP images/sa.pb-c.d [2019-09-30T14:04:43.117Z] #58 14.52 PBCC images/pipe-data.pb-c.c [2019-09-30T14:04:43.117Z] #58 14.55 DEP images/pipe-data.pb-c.d [2019-09-30T14:04:43.117Z] #58 14.60 PBCC images/mnt.pb-c.c [2019-09-30T14:04:43.117Z] #58 ... [2019-09-30T14:04:43.117Z] [2019-09-30T14:04:43.117Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-30T14:04:43.117Z] #30 68.50 bytes [2019-09-30T14:04:43.117Z] #30 70.27 fmt [2019-09-30T14:04:43.117Z] #30 72.13 bufio [2019-09-30T14:04:43.117Z] #30 73.95 path/filepath [2019-09-30T14:04:43.117Z] #30 76.00 io/ioutil [2019-09-30T14:04:43.117Z] #30 76.64 path [2019-09-30T14:04:43.117Z] #30 77.14 flag [2019-09-30T14:04:43.117Z] #30 77.18 github.com/BurntSushi/toml [2019-09-30T14:04:43.196Z] #58 12.09 DEP images/pagemap.pb-c.d [2019-09-30T14:04:43.196Z] #58 12.20 PBCC images/rlimit.pb-c.c [2019-09-30T14:04:43.196Z] #58 12.26 DEP images/rlimit.pb-c.d [2019-09-30T14:04:43.196Z] #58 12.29 PBCC images/file-lock.pb-c.c [2019-09-30T14:04:43.196Z] #58 12.33 DEP images/file-lock.pb-c.d [2019-09-30T14:04:43.374Z] #30 ... [2019-09-30T14:04:43.374Z] [2019-09-30T14:04:43.374Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:04:43.374Z] #58 14.66 DEP images/mnt.pb-c.d [2019-09-30T14:04:43.374Z] #58 14.74 PBCC images/sk-packet.pb-c.c [2019-09-30T14:04:43.374Z] #58 14.80 DEP images/sk-packet.pb-c.d [2019-09-30T14:04:43.374Z] #58 14.82 PBCC images/tcp-stream.pb-c.c [2019-09-30T14:04:43.374Z] #58 14.87 DEP images/tcp-stream.pb-c.d [2019-09-30T14:04:43.453Z] #58 12.40 PBCC images/tty.pb-c.c [2019-09-30T14:04:43.453Z] #58 12.50 DEP images/tty.pb-c.d [2019-09-30T14:04:43.453Z] #58 12.57 PBCC images/tun.pb-c.c [2019-09-30T14:04:43.453Z] #58 12.58 PBCC images/netdev.pb-c.c [2019-09-30T14:04:43.630Z] #58 14.92 PBCC images/pipe.pb-c.c [2019-09-30T14:04:43.630Z] #58 14.95 DEP images/pipe.pb-c.d [2019-09-30T14:04:43.630Z] #58 15.08 PBCC images/pstree.pb-c.c [2019-09-30T14:04:43.630Z] #58 15.11 DEP images/pstree.pb-c.d [2019-09-30T14:04:43.630Z] #58 15.16 PBCC images/fs.pb-c.c [2019-09-30T14:04:43.711Z] #58 12.66 DEP images/tun.pb-c.d [2019-09-30T14:04:43.711Z] #58 12.72 DEP images/netdev.pb-c.d [2019-09-30T14:04:43.711Z] #58 12.76 PBCC images/vma.pb-c.c [2019-09-30T14:04:43.711Z] #58 12.81 DEP images/vma.pb-c.d [2019-09-30T14:04:43.711Z] #58 12.90 PBCC images/creds.pb-c.c [2019-09-30T14:04:43.886Z] #58 15.22 DEP images/fs.pb-c.d [2019-09-30T14:04:43.886Z] #58 15.27 PBCC images/signalfd.pb-c.c [2019-09-30T14:04:43.886Z] #58 15.33 DEP images/signalfd.pb-c.d [2019-09-30T14:04:43.886Z] #58 15.38 PBCC images/fh.pb-c.c [2019-09-30T14:04:43.969Z] #58 12.93 DEP images/creds.pb-c.d [2019-09-30T14:04:43.969Z] #58 13.01 PBCC images/utsns.pb-c.c [2019-09-30T14:04:43.969Z] #58 13.06 DEP images/utsns.pb-c.d [2019-09-30T14:04:43.969Z] #58 13.14 PBCC images/ipc-desc.pb-c.c [2019-09-30T14:04:44.142Z] #58 15.40 PBCC images/fsnotify.pb-c.c [2019-09-30T14:04:44.142Z] #58 15.49 DEP images/fh.pb-c.d [2019-09-30T14:04:44.142Z] #58 15.58 DEP images/fsnotify.pb-c.d [2019-09-30T14:04:44.226Z] #58 13.15 PBCC images/ipc-sem.pb-c.c [2019-09-30T14:04:44.226Z] #58 13.21 DEP images/ipc-desc.pb-c.d [2019-09-30T14:04:44.226Z] #58 13.27 DEP images/ipc-sem.pb-c.d [2019-09-30T14:04:44.226Z] #58 13.38 PBCC images/ipc-msg.pb-c.c [2019-09-30T14:04:44.398Z] #58 15.66 PBCC images/eventpoll.pb-c.c [2019-09-30T14:04:44.398Z] #58 15.73 DEP images/eventpoll.pb-c.d [2019-09-30T14:04:44.398Z] #58 15.80 PBCC images/eventfd.pb-c.c [2019-09-30T14:04:44.398Z] #58 15.84 DEP images/eventfd.pb-c.d [2019-09-30T14:04:44.398Z] #58 15.88 PBCC images/remap-file-path.pb-c.c [2019-09-30T14:04:44.398Z] #58 15.94 DEP images/remap-file-path.pb-c.d [2019-09-30T14:04:44.429Z] CC criu/namespaces.o [2019-09-30T14:04:44.484Z] #58 13.45 DEP images/ipc-msg.pb-c.d [2019-09-30T14:04:44.484Z] #58 13.51 PBCC images/ipc-shm.pb-c.c [2019-09-30T14:04:44.484Z] #58 ... [2019-09-30T14:04:44.484Z] [2019-09-30T14:04:44.484Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-09-30T14:04:44.484Z] #38 13.33 [100%] Linking C executable tini-static [2019-09-30T14:04:44.484Z] #38 13.94 [100%] Built target tini-static [2019-09-30T14:04:44.484Z] #38 14.04 + mkdir -p /build [2019-09-30T14:04:44.484Z] #38 14.04 + cp tini-static /build/docker-init [2019-09-30T14:04:44.484Z] #38 DONE 14.4s [2019-09-30T14:04:44.484Z] [2019-09-30T14:04:44.484Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:04:44.484Z] #58 13.52 DEP images/ipc-shm.pb-c.d [2019-09-30T14:04:44.484Z] #58 13.64 PBCC images/ipc-var.pb-c.c [2019-09-30T14:04:44.654Z] #58 16.02 PBCC images/fifo.pb-c.c [2019-09-30T14:04:44.654Z] #58 16.07 DEP images/fifo.pb-c.d [2019-09-30T14:04:44.654Z] #58 16.11 PBCC images/ghost-file.pb-c.c [2019-09-30T14:04:44.654Z] #58 16.14 DEP images/ghost-file.pb-c.d [2019-09-30T14:04:44.654Z] #58 16.20 PBCC images/regfile.pb-c.c [2019-09-30T14:04:44.741Z] #58 13.72 DEP images/ipc-var.pb-c.d [2019-09-30T14:04:44.741Z] #58 13.78 PBCC images/sk-opts.pb-c.c [2019-09-30T14:04:44.741Z] #58 13.88 PBCC images/packet-sock.pb-c.c [2019-09-30T14:04:44.910Z] #58 16.29 DEP images/regfile.pb-c.d [2019-09-30T14:04:44.910Z] #58 16.34 PBCC images/ns.pb-c.c [2019-09-30T14:04:44.910Z] #58 16.39 DEP images/ns.pb-c.d [2019-09-30T14:04:44.910Z] #58 16.45 PBCC images/fdinfo.pb-c.c [2019-09-30T14:04:45.000Z] #58 13.99 DEP images/sk-opts.pb-c.d [2019-09-30T14:04:45.046Z] CC criu/net.o [2019-09-30T14:04:45.257Z] #58 14.14 DEP images/packet-sock.pb-c.d [2019-09-30T14:04:45.257Z] #58 14.35 PBCC images/sk-netlink.pb-c.c [2019-09-30T14:04:45.472Z] #58 16.61 DEP images/fdinfo.pb-c.d [2019-09-30T14:04:45.472Z] #58 16.73 PBCC images/core-aarch64.pb-c.c [2019-09-30T14:04:45.472Z] #58 16.77 PBCC images/core-arm.pb-c.c [2019-09-30T14:04:45.472Z] #58 16.80 PBCC images/core-ppc64.pb-c.c [2019-09-30T14:04:45.472Z] #58 16.84 PBCC images/core-s390.pb-c.c [2019-09-30T14:04:45.472Z] #58 16.86 PBCC images/core-x86.pb-c.c [2019-09-30T14:04:45.472Z] #58 16.95 PBCC images/core.pb-c.c [2019-09-30T14:04:45.515Z] #58 14.54 DEP images/sk-netlink.pb-c.d [2019-09-30T14:04:45.728Z] #58 17.04 PBCC images/inventory.pb-c.c [2019-09-30T14:04:45.729Z] #58 17.13 DEP images/core-aarch64.pb-c.d [2019-09-30T14:04:45.729Z] #58 17.20 DEP images/core-arm.pb-c.d [2019-09-30T14:04:45.772Z] #58 14.63 PBCC images/sk-inet.pb-c.c [2019-09-30T14:04:45.772Z] #58 14.63 DEP images/sk-inet.pb-c.d [2019-09-30T14:04:45.772Z] #58 14.75 PBCC images/sk-unix.pb-c.c [2019-09-30T14:04:45.772Z] #58 14.88 DEP images/sk-unix.pb-c.d [2019-09-30T14:04:45.985Z] #58 17.29 DEP images/core-ppc64.pb-c.d [2019-09-30T14:04:45.985Z] #58 17.33 DEP images/core-s390.pb-c.d [2019-09-30T14:04:45.985Z] #58 17.39 DEP images/core-x86.pb-c.d [2019-09-30T14:04:45.985Z] #58 17.44 DEP images/core.pb-c.d [2019-09-30T14:04:45.985Z] #58 17.49 DEP images/inventory.pb-c.d [2019-09-30T14:04:46.030Z] #58 14.93 PBCC images/mm.pb-c.c [2019-09-30T14:04:46.030Z] #58 14.97 DEP images/mm.pb-c.d [2019-09-30T14:04:46.030Z] #58 15.07 PBCC images/timerfd.pb-c.c [2019-09-30T14:04:46.030Z] #58 15.16 DEP images/timerfd.pb-c.d [2019-09-30T14:04:46.240Z] #58 17.55 PBCC images/cpuinfo.pb-c.c [2019-09-30T14:04:46.240Z] #58 17.57 DEP images/cpuinfo.pb-c.d [2019-09-30T14:04:46.240Z] #58 17.64 PBCC images/stats.pb-c.c [2019-09-30T14:04:46.240Z] #58 17.66 DEP images/stats.pb-c.d [2019-09-30T14:04:46.288Z] #58 15.20 PBCC images/timer.pb-c.c [2019-09-30T14:04:46.288Z] #58 15.23 DEP images/timer.pb-c.d [2019-09-30T14:04:46.288Z] #58 15.27 PBCC images/sa.pb-c.c [2019-09-30T14:04:46.288Z] #58 15.28 DEP images/sa.pb-c.d [2019-09-30T14:04:46.288Z] #58 15.32 PBCC images/pipe-data.pb-c.c [2019-09-30T14:04:46.288Z] #58 15.36 DEP images/pipe-data.pb-c.d [2019-09-30T14:04:46.288Z] #58 15.42 PBCC images/mnt.pb-c.c [2019-09-30T14:04:46.546Z] #58 15.48 DEP images/mnt.pb-c.d [2019-09-30T14:04:46.546Z] #58 15.53 PBCC images/sk-packet.pb-c.c [2019-09-30T14:04:46.546Z] #58 15.57 DEP images/sk-packet.pb-c.d [2019-09-30T14:04:46.546Z] #58 15.60 PBCC images/tcp-stream.pb-c.c [2019-09-30T14:04:46.546Z] #58 15.65 DEP images/tcp-stream.pb-c.d [2019-09-30T14:04:46.803Z] #58 15.71 PBCC images/pipe.pb-c.c [2019-09-30T14:04:46.804Z] #58 15.77 DEP images/pipe.pb-c.d [2019-09-30T14:04:46.804Z] #58 15.83 PBCC images/pstree.pb-c.c [2019-09-30T14:04:46.804Z] #58 15.83 DEP images/pstree.pb-c.d [2019-09-30T14:04:46.804Z] #58 15.90 PBCC images/fs.pb-c.c [2019-09-30T14:04:47.061Z] #58 15.94 DEP images/fs.pb-c.d [2019-09-30T14:04:47.061Z] #58 16.01 PBCC images/signalfd.pb-c.c [2019-09-30T14:04:47.061Z] #58 16.02 DEP images/signalfd.pb-c.d [2019-09-30T14:04:47.061Z] #58 16.08 PBCC images/fh.pb-c.c [2019-09-30T14:04:47.061Z] #58 16.11 PBCC images/fsnotify.pb-c.c [2019-09-30T14:04:47.061Z] #58 16.14 DEP images/fh.pb-c.d [2019-09-30T14:04:47.061Z] #58 16.23 DEP images/fsnotify.pb-c.d [2019-09-30T14:04:47.066Z] CC criu/netfilter.o [2019-09-30T14:04:47.318Z] #58 16.30 PBCC images/eventpoll.pb-c.c [2019-09-30T14:04:47.318Z] #58 16.34 DEP images/eventpoll.pb-c.d [2019-09-30T14:04:47.318Z] #58 16.41 PBCC images/eventfd.pb-c.c [2019-09-30T14:04:47.318Z] #58 16.49 DEP images/eventfd.pb-c.d [2019-09-30T14:04:47.348Z] CC criu/page-pipe.o [2019-09-30T14:04:47.576Z] #58 16.56 PBCC images/remap-file-path.pb-c.c [2019-09-30T14:04:47.576Z] #58 16.58 DEP images/remap-file-path.pb-c.d [2019-09-30T14:04:47.576Z] #58 16.65 PBCC images/fifo.pb-c.c [2019-09-30T14:04:47.576Z] #58 16.68 DEP images/fifo.pb-c.d [2019-09-30T14:04:47.576Z] #58 16.75 PBCC images/ghost-file.pb-c.c [2019-09-30T14:04:47.630Z] CC criu/page-xfer.o [2019-09-30T14:04:47.834Z] #58 16.81 DEP images/ghost-file.pb-c.d [2019-09-30T14:04:47.834Z] #58 16.89 PBCC images/regfile.pb-c.c [2019-09-30T14:04:47.834Z] #58 16.96 DEP images/regfile.pb-c.d [2019-09-30T14:04:47.834Z] #58 17.02 PBCC images/ns.pb-c.c [2019-09-30T14:04:48.092Z] #58 17.06 DEP images/ns.pb-c.d [2019-09-30T14:04:48.092Z] #58 17.15 PBCC images/fdinfo.pb-c.c [2019-09-30T14:04:48.130Z] #58 19.29 make[1]: Nothing to be done for 'all'. [2019-09-30T14:04:48.136Z] + rm -rf /tmp/tmp.97FXFJvvGr [2019-09-30T14:04:48.136Z] Removing intermediate container c74731e0c5d0 [2019-09-30T14:04:48.136Z] ---> ed5c47c40372 [2019-09-30T14:04:48.136Z] Step 20/126 : FROM base AS frozen-images [2019-09-30T14:04:48.136Z] ---> 7f0d9d361d13 [2019-09-30T14:04:48.136Z] Step 21/126 : ARG DEBIAN_FRONTEND [2019-09-30T14:04:48.136Z] ---> Using cache [2019-09-30T14:04:48.136Z] ---> 6959f1555dae [2019-09-30T14:04:48.136Z] Step 22/126 : RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates jq && rm -rf /var/lib/apt/lists/* [2019-09-30T14:04:48.136Z] ---> Running in df4d63a3bfdd [2019-09-30T14:04:48.136Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-30T14:04:48.136Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-30T14:04:48.136Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-30T14:04:48.136Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-30T14:04:48.136Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-30T14:04:48.136Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [484 kB] [2019-09-30T14:04:48.136Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-30T14:04:48.136Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-30T14:04:48.349Z] #58 17.24 DEP images/fdinfo.pb-c.d [2019-09-30T14:04:48.350Z] #58 17.31 PBCC images/core-aarch64.pb-c.c [2019-09-30T14:04:48.350Z] #58 17.41 PBCC images/core-arm.pb-c.c [2019-09-30T14:04:48.350Z] #58 17.47 PBCC images/core-ppc64.pb-c.c [2019-09-30T14:04:48.350Z] #58 17.52 PBCC images/core-s390.pb-c.c [2019-09-30T14:04:48.607Z] #58 17.61 PBCC images/core-x86.pb-c.c [2019-09-30T14:04:48.636Z] CC criu/pagemap-cache.o [2019-09-30T14:04:48.636Z] CC criu/pagemap.o [2019-09-30T14:04:48.865Z] #58 17.68 PBCC images/core.pb-c.c [2019-09-30T14:04:48.865Z] #58 17.76 PBCC images/inventory.pb-c.c [2019-09-30T14:04:48.865Z] #58 17.81 DEP images/core-aarch64.pb-c.d [2019-09-30T14:04:48.865Z] #58 17.90 DEP images/core-arm.pb-c.d [2019-09-30T14:04:48.865Z] #58 17.96 DEP images/core-ppc64.pb-c.d [2019-09-30T14:04:49.057Z] #58 ... [2019-09-30T14:04:49.057Z] [2019-09-30T14:04:49.057Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:04:49.057Z] #13 10.13 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-30T14:04:49.057Z] #13 19.03 Fetched 7918 kB in 15s (515 kB/s) [2019-09-30T14:04:49.057Z] #13 19.03 Reading package lists... [2019-09-30T14:04:49.057Z] #13 ... [2019-09-30T14:04:49.057Z] [2019-09-30T14:04:49.057Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-30T14:04:49.057Z] #33 80.49 path/filepath [2019-09-30T14:04:49.057Z] #33 80.79 flag [2019-09-30T14:04:49.057Z] #33 82.09 go/token [2019-09-30T14:04:49.057Z] #33 82.35 regexp [2019-09-30T14:04:49.057Z] #33 83.09 go/scanner [2019-09-30T14:04:49.122Z] #58 18.02 DEP images/core-s390.pb-c.d [2019-09-30T14:04:49.122Z] #58 18.13 DEP images/core-x86.pb-c.d [2019-09-30T14:04:49.122Z] #58 18.19 DEP images/core.pb-c.d [2019-09-30T14:04:49.122Z] #58 18.24 DEP images/inventory.pb-c.d [2019-09-30T14:04:49.254Z] CC criu/parasite-syscall.o [2019-09-30T14:04:49.312Z] #33 84.73 go/ast [2019-09-30T14:04:49.380Z] #58 18.33 PBCC images/cpuinfo.pb-c.c [2019-09-30T14:04:49.380Z] #58 18.42 DEP images/cpuinfo.pb-c.d [2019-09-30T14:04:49.380Z] #58 18.48 PBCC images/stats.pb-c.c [2019-09-30T14:04:49.380Z] #58 18.53 DEP images/stats.pb-c.d [2019-09-30T14:04:49.478Z] Fetched 7669 kB in 1s (4838 kB/s) [2019-09-30T14:04:49.867Z] CC criu/path.o [2019-09-30T14:04:49.897Z] Reading package lists... [2019-09-30T14:04:50.151Z] CC criu/pie-util-vdso-elf32.o [2019-09-30T14:04:50.433Z] CC criu/pie-util-vdso.o [2019-09-30T14:04:50.433Z] CC criu/pie-util.o [2019-09-30T14:04:50.692Z] Reading package lists... [2019-09-30T14:04:50.692Z] Building dependency tree... [2019-09-30T14:04:50.692Z] Reading state information... [2019-09-30T14:04:50.692Z] ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-09-30T14:04:50.692Z] The following additional packages will be installed: [2019-09-30T14:04:50.692Z] libjq1 libonig4 [2019-09-30T14:04:50.692Z] The following NEW packages will be installed: [2019-09-30T14:04:50.692Z] jq libjq1 libonig4 [2019-09-30T14:04:50.692Z] 0 upgraded, 3 newly installed, 0 to remove and 7 not upgraded. [2019-09-30T14:04:50.692Z] Need to get 328 kB of archives. [2019-09-30T14:04:50.692Z] After this operation, 1263 kB of additional disk space will be used. [2019-09-30T14:04:50.692Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libonig4 s390x 6.1.3-2 [142 kB] [2019-09-30T14:04:50.692Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjq1 s390x 1.5+dfsg-1.3 [126 kB] [2019-09-30T14:04:50.692Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x jq s390x 1.5+dfsg-1.3 [59.2 kB] [2019-09-30T14:04:50.715Z] CC criu/pipes.o [2019-09-30T14:04:50.997Z] CC criu/plugin.o [2019-09-30T14:04:51.063Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-30T14:04:51.063Z] Fetched 328 kB in 0s (3960 kB/s) [2019-09-30T14:04:51.063Z] Selecting previously unselected package libonig4:s390x. [2019-09-30T14:04:51.063Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14828 files and directories currently installed.) [2019-09-30T14:04:51.063Z] Preparing to unpack .../libonig4_6.1.3-2_s390x.deb ... [2019-09-30T14:04:51.217Z] #33 ... [2019-09-30T14:04:51.217Z] [2019-09-30T14:04:51.217Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-30T14:04:51.217Z] #30 78.81 log [2019-09-30T14:04:51.217Z] #30 79.33 text/tabwriter [2019-09-30T14:04:51.217Z] #30 81.57 github.com/BurntSushi/toml/cmd/tomlv [2019-09-30T14:04:51.217Z] #30 DONE 86.1s [2019-09-30T14:04:51.217Z] [2019-09-30T14:04:51.217Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:04:51.217Z] #58 21.13 CC images/stats.o [2019-09-30T14:04:51.217Z] #58 21.54 CC images/core.o [2019-09-30T14:04:51.217Z] #58 22.44 CC images/core-x86.o [2019-09-30T14:04:51.217Z] #58 ... [2019-09-30T14:04:51.217Z] [2019-09-30T14:04:51.217Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-30T14:04:51.217Z] #47 36.70 + export 'BUILDTAGS=netgo osusergo static_build' [2019-09-30T14:04:51.217Z] #47 36.70 + BUILDTAGS='netgo osusergo static_build' [2019-09-30T14:04:51.217Z] #47 36.70 + export EXTRA_FLAGS=-buildmode=pie [2019-09-30T14:04:51.217Z] #47 36.70 + EXTRA_FLAGS=-buildmode=pie [2019-09-30T14:04:51.217Z] #47 36.70 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-09-30T14:04:51.217Z] #47 36.70 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-09-30T14:04:51.217Z] #47 36.71 + '[' '' = dynamic ']' [2019-09-30T14:04:51.217Z] #47 36.71 + make [2019-09-30T14:04:51.217Z] #47 37.43 🇩 bin/ctr [2019-09-30T14:04:51.280Z] CC criu/proc_parse.o [2019-09-30T14:04:51.299Z] #58 20.16 make[1]: Nothing to be done for 'all'. [2019-09-30T14:04:51.299Z] #58 ... [2019-09-30T14:04:51.299Z] [2019-09-30T14:04:51.299Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-30T14:04:51.299Z] #33 73.85 regexp/syntax [2019-09-30T14:04:51.299Z] #33 78.04 fmt [2019-09-30T14:04:51.299Z] #33 79.75 path/filepath [2019-09-30T14:04:51.299Z] #33 81.26 regexp [2019-09-30T14:04:51.299Z] #33 83.33 flag [2019-09-30T14:04:51.299Z] #33 ... [2019-09-30T14:04:51.299Z] [2019-09-30T14:04:51.299Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:04:51.299Z] #13 19.23 Fetched 7918 kB in 16s (490 kB/s) [2019-09-30T14:04:51.432Z] Unpacking libonig4:s390x (6.1.3-2) ... [2019-09-30T14:04:51.432Z] Selecting previously unselected package libjq1:s390x. [2019-09-30T14:04:51.432Z] Preparing to unpack .../libjq1_1.5+dfsg-1.3_s390x.deb ... [2019-09-30T14:04:51.432Z] Unpacking libjq1:s390x (1.5+dfsg-1.3) ... [2019-09-30T14:04:51.432Z] Selecting previously unselected package jq. [2019-09-30T14:04:51.432Z] Preparing to unpack .../jq_1.5+dfsg-1.3_s390x.deb ... [2019-09-30T14:04:51.432Z] Unpacking jq (1.5+dfsg-1.3) ... [2019-09-30T14:04:51.806Z] Setting up libonig4:s390x (6.1.3-2) ... [2019-09-30T14:04:51.806Z] Setting up libjq1:s390x (1.5+dfsg-1.3) ... [2019-09-30T14:04:51.806Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-30T14:04:51.806Z] Setting up jq (1.5+dfsg-1.3) ... [2019-09-30T14:04:52.172Z] Removing intermediate container df4d63a3bfdd [2019-09-30T14:04:52.172Z] ---> d3a129bdc721 [2019-09-30T14:04:52.172Z] Step 23/126 : COPY contrib/download-frozen-image-v2.sh / [2019-09-30T14:04:52.193Z] #47 ... [2019-09-30T14:04:52.193Z] [2019-09-30T14:04:52.193Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:04:52.193Z] #58 23.53 CC images/core-arm.o [2019-09-30T14:04:52.552Z] ---> 03f1febccaa7 [2019-09-30T14:04:52.552Z] Step 24/126 : RUN /download-frozen-image-v2.sh /build buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251 busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0 busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6 debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60 hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c [2019-09-30T14:04:52.552Z] ---> Running in bd511c4d40db [2019-09-30T14:04:52.773Z] #58 24.08 CC images/core-aarch64.o [2019-09-30T14:04:53.211Z] #13 19.23 Reading package lists... [2019-09-30T14:04:53.211Z] #13 ... [2019-09-30T14:04:53.211Z] [2019-09-30T14:04:53.211Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-30T14:04:53.211Z] #30 75.73 path [2019-09-30T14:04:53.211Z] #30 76.37 text/tabwriter [2019-09-30T14:04:53.211Z] #30 76.79 flag [2019-09-30T14:04:53.211Z] #30 77.23 github.com/BurntSushi/toml [2019-09-30T14:04:53.211Z] #30 78.94 log [2019-09-30T14:04:53.211Z] #30 81.81 github.com/BurntSushi/toml/cmd/tomlv [2019-09-30T14:04:53.301Z] CC criu/protobuf-desc.o [2019-09-30T14:04:53.338Z] #58 24.45 CC images/core-ppc64.o [2019-09-30T14:04:53.468Z] #30 ... [2019-09-30T14:04:53.468Z] [2019-09-30T14:04:53.468Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-30T14:04:53.468Z] #33 85.19 go/token [2019-09-30T14:04:53.468Z] #33 85.24 internal/lazyregexp [2019-09-30T14:04:53.468Z] #33 85.54 path [2019-09-30T14:04:53.468Z] #33 86.04 io/ioutil [2019-09-30T14:04:53.725Z] #33 ... [2019-09-30T14:04:53.725Z] [2019-09-30T14:04:53.725Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-30T14:04:53.725Z] #30 DONE 86.2s [2019-09-30T14:04:53.725Z] [2019-09-30T14:04:53.725Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-30T14:04:53.725Z] #33 86.35 go/scanner [2019-09-30T14:04:53.823Z] Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-09-30T14:04:53.900Z] #58 25.20 CC images/core-s390.o [2019-09-30T14:04:53.918Z] CC criu/protobuf.o [2019-09-30T14:04:53.918Z] CC criu/pstree.o [2019-09-30T14:04:54.290Z] #33 ... [2019-09-30T14:04:54.290Z] [2019-09-30T14:04:54.290Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-30T14:04:54.290Z] #47 35.62 + cd /tmp/tmp.Q5DvVIqozY/src/github.com/containerd/containerd [2019-09-30T14:04:54.290Z] #47 35.62 + git checkout -q b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-09-30T14:04:54.290Z] #47 38.06 + export 'BUILDTAGS=netgo osusergo static_build' [2019-09-30T14:04:54.290Z] #47 38.06 + BUILDTAGS='netgo osusergo static_build' [2019-09-30T14:04:54.290Z] #47 38.06 + export EXTRA_FLAGS=-buildmode=pie [2019-09-30T14:04:54.290Z] #47 38.06 + EXTRA_FLAGS=-buildmode=pie [2019-09-30T14:04:54.290Z] #47 38.06 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-09-30T14:04:54.290Z] #47 38.06 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-09-30T14:04:54.290Z] #47 38.06 + '[' '' = dynamic ']' [2019-09-30T14:04:54.290Z] #47 38.06 + make [2019-09-30T14:04:54.290Z] #47 38.85 🇩 bin/ctr [2019-09-30T14:04:54.290Z] #47 ... [2019-09-30T14:04:54.290Z] [2019-09-30T14:04:54.290Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:04:54.290Z] #58 22.07 CC images/stats.o [2019-09-30T14:04:54.290Z] #58 22.61 CC images/core.o [2019-09-30T14:04:54.451Z]  [2019-09-30T14:04:54.462Z] #58 25.93 CC images/cpuinfo.o [2019-09-30T14:04:54.855Z] #58 23.68 CC images/core-x86.o [2019-09-30T14:04:54.857Z]  ########         11.3% ##################     25.9% #############################      40.6% #######################################      55.2% ##################################################     69.8% ############################################################  84.4% ######################################################################## 100.0% [2019-09-30T14:04:54.857Z]  [2019-09-30T14:04:54.924Z] CC criu/rbtree.o [2019-09-30T14:04:54.924Z] CC criu/rst-malloc.o [2019-09-30T14:04:55.207Z] CC criu/seccomp.o [2019-09-30T14:04:55.239Z]  #########################                                              35.1% #########################################################                 80.4% ######################################################################## 100.0% [2019-09-30T14:04:55.389Z] #58 26.52 CC images/inventory.o [2019-09-30T14:04:55.389Z] #58 26.78 CC images/fdinfo.o [2019-09-30T14:04:55.420Z] #58 24.37 CC images/core-arm.o [2019-09-30T14:04:55.489Z] CC criu/seize.o [2019-09-30T14:04:55.616Z]  [2019-09-30T14:04:55.950Z] #58 27.12 CC images/fown.o [2019-09-30T14:04:55.950Z] #58 27.32 CC images/ns.o [2019-09-30T14:04:55.985Z] #58 24.83 CC images/core-aarch64.o [2019-09-30T14:04:56.103Z] CC criu/servicefd.o [2019-09-30T14:04:56.206Z] #58 27.62 CC images/regfile.o [2019-09-30T14:04:56.243Z] #58 25.21 CC images/core-ppc64.o [2019-09-30T14:04:56.371Z]  ###########  15.7% ######################## 33.6% ####################################  51.4% ###################################################  71.7% ############################################################## 86.6% ######################################################################## 100.0% [2019-09-30T14:04:56.371Z]  [2019-09-30T14:04:56.385Z] CC criu/shmem.o [2019-09-30T14:04:56.462Z] #58 27.87 CC images/ghost-file.o [2019-09-30T14:04:56.999Z] CC criu/sigframe.o [2019-09-30T14:04:57.025Z] #58 28.16 CC images/fifo.o [2019-09-30T14:04:57.025Z] #58 28.47 CC images/remap-file-path.o [2019-09-30T14:04:57.175Z] #58 25.92 CC images/core-s390.o [2019-09-30T14:04:57.281Z] CC criu/signalfd.o [2019-09-30T14:04:57.281Z] CC criu/sk-inet.o [2019-09-30T14:04:57.587Z] #58 28.75 CC images/eventfd.o [2019-09-30T14:04:57.587Z] #58 29.01 CC images/eventpoll.o [2019-09-30T14:04:57.740Z] #58 26.65 CC images/cpuinfo.o [2019-09-30T14:04:57.997Z] #58 27.06 CC images/inventory.o [2019-09-30T14:04:58.149Z] #58 29.39 CC images/fh.o [2019-09-30T14:04:58.233Z]  ###                                                                        4.5% ######                                                                     9.2% ############                                                  16.8% #################      24.3% ######################  31.0% ########################  33.9% ############################ 38.9% ################################                         45.5% #####################################                 52.1% ##########################################   59.7% ################################################                     67.3% ####################################################  72.6% #########################################################  80.1% ############################################################### 87.7% ################################################################# 90.8% ######################################################################  97.4% ######################################################################## 100.0% [2019-09-30T14:04:58.233Z]  [2019-09-30T14:04:58.288Z] CC criu/sk-netlink.o [2019-09-30T14:04:58.288Z] CC criu/sk-packet.o [2019-09-30T14:04:58.405Z] #58 29.72 CC images/fsnotify.o [2019-09-30T14:04:58.562Z] #58 27.38 CC images/fdinfo.o [2019-09-30T14:04:58.562Z] #58 27.75 CC images/fown.o [2019-09-30T14:04:58.615Z] Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-09-30T14:04:58.902Z] CC criu/sk-queue.o [2019-09-30T14:04:58.967Z] #58 30.35 CC images/signalfd.o [2019-09-30T14:04:58.980Z]  [2019-09-30T14:04:58.980Z]  ######################################################################## 100.0% [2019-09-30T14:04:58.980Z]  [2019-09-30T14:04:59.127Z] #58 27.95 CC images/ns.o [2019-09-30T14:04:59.184Z] CC criu/sk-tcp.o [2019-09-30T14:04:59.223Z] #58 30.57 CC images/fs.o [2019-09-30T14:04:59.385Z] #58 28.23 CC images/regfile.o [2019-09-30T14:04:59.385Z] #58 28.45 CC images/ghost-file.o [2019-09-30T14:04:59.467Z] CC criu/sk-unix.o [2019-09-30T14:04:59.479Z] #58 30.85 CC images/pstree.o [2019-09-30T14:04:59.735Z] #58 31.04 CC images/pipe.o [2019-09-30T14:04:59.847Z] Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-09-30T14:04:59.847Z]  [2019-09-30T14:04:59.847Z]  ######################################################################## 100.0% [2019-09-30T14:04:59.847Z]  [2019-09-30T14:04:59.950Z] #58 28.83 CC images/fifo.o [2019-09-30T14:04:59.950Z] #58 28.99 CC images/remap-file-path.o [2019-09-30T14:04:59.991Z] #58 31.24 CC images/tcp-stream.o [2019-09-30T14:05:00.208Z] #58 29.27 CC images/eventfd.o [2019-09-30T14:05:00.247Z] #58 31.58 CC images/sk-packet.o [2019-09-30T14:05:00.247Z] #58 ... [2019-09-30T14:05:00.247Z] [2019-09-30T14:05:00.247Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:05:00.247Z] #13 19.03 Reading package lists... [2019-09-30T14:05:00.247Z] #13 24.98 Reading package lists... [2019-09-30T14:05:00.247Z] #13 29.78 Building dependency tree... [2019-09-30T14:05:00.247Z] #13 30.57 Reading state information... [2019-09-30T14:05:00.247Z] #13 31.47 The following additional packages will be installed: [2019-09-30T14:05:00.247Z] #13 31.48 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-09-30T14:05:00.247Z] #13 31.48 dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-09-30T14:05:00.247Z] #13 31.48 libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-09-30T14:05:00.247Z] #13 31.48 libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-09-30T14:05:00.247Z] #13 31.48 libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-09-30T14:05:00.247Z] #13 31.48 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-09-30T14:05:00.247Z] #13 31.48 libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-09-30T14:05:00.247Z] #13 31.48 mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-09-30T14:05:00.247Z] #13 31.49 python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-09-30T14:05:00.247Z] #13 31.49 Suggested packages: [2019-09-30T14:05:00.247Z] #13 31.49 apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-09-30T14:05:00.247Z] #13 31.49 gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-09-30T14:05:00.247Z] #13 31.49 python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-09-30T14:05:00.247Z] #13 31.49 vim-doc vim-scripts xfsdump acl attr quota [2019-09-30T14:05:00.247Z] #13 31.49 Recommended packages: [2019-09-30T14:05:00.247Z] #13 31.49 aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-09-30T14:05:00.247Z] #13 31.49 python3-keyrings.alt python3-xdg unzip [2019-09-30T14:05:00.466Z] #58 29.46 CC images/eventpoll.o [2019-09-30T14:05:00.503Z] #13 ... [2019-09-30T14:05:00.503Z] [2019-09-30T14:05:00.503Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:05:00.503Z] #58 31.84 CC images/mnt.o [2019-09-30T14:05:00.678Z] Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-09-30T14:05:00.679Z] skipping existing b63cc5f62c21 [2019-09-30T14:05:00.679Z] [2019-09-30T14:05:00.724Z] #58 29.82 CC images/fh.o [2019-09-30T14:05:00.760Z] #58 32.06 CC images/pipe-data.o [2019-09-30T14:05:00.938Z] CC criu/sockets.o [2019-09-30T14:05:01.016Z] #58 32.30 CC images/sa.o [2019-09-30T14:05:01.016Z] #58 32.56 CC images/timer.o [2019-09-30T14:05:01.065Z] Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-09-30T14:05:01.065Z]  [2019-09-30T14:05:01.289Z] #58 30.15 CC images/fsnotify.o [2019-09-30T14:05:01.431Z]  ######################################################################## 100.0% [2019-09-30T14:05:01.431Z]  [2019-09-30T14:05:01.431Z] Download of images into '/build' complete. [2019-09-30T14:05:01.431Z] Use something like the following to load the result into a Docker daemon: [2019-09-30T14:05:01.431Z] tar -cC '/build' . | docker load [2019-09-30T14:05:01.552Z] CC criu/stats.o [2019-09-30T14:05:01.552Z] CC criu/string.o [2019-09-30T14:05:01.835Z] CC criu/sysctl.o [2019-09-30T14:05:01.854Z] #58 30.86 CC images/signalfd.o [2019-09-30T14:05:01.944Z] #58 33.04 CC images/timerfd.o [2019-09-30T14:05:01.944Z] #58 33.39 CC images/mm.o [2019-09-30T14:05:02.112Z] #58 31.09 CC images/fs.o [2019-09-30T14:05:02.123Z] CC criu/sysfs_parse.o [2019-09-30T14:05:02.200Z] #58 ... [2019-09-30T14:05:02.200Z] [2019-09-30T14:05:02.200Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-30T14:05:02.200Z] #33 87.45 internal/lazyregexp [2019-09-30T14:05:02.200Z] #33 87.71 path [2019-09-30T14:05:02.200Z] #33 88.28 io/ioutil [2019-09-30T14:05:02.200Z] #33 88.92 net/url [2019-09-30T14:05:02.200Z] #33 90.48 text/template/parse [2019-09-30T14:05:02.200Z] #33 90.72 go/parser [2019-09-30T14:05:02.200Z] #33 94.28 log [2019-09-30T14:05:02.200Z] #33 94.45 text/template [2019-09-30T14:05:02.200Z] #33 94.94 encoding/binary [2019-09-30T14:05:02.200Z] #33 96.45 encoding/base64 [2019-09-30T14:05:02.200Z] #33 97.22 encoding/json [2019-09-30T14:05:02.404Z] CC criu/timerfd.o [2019-09-30T14:05:02.456Z] #33 ... [2019-09-30T14:05:02.456Z] [2019-09-30T14:05:02.456Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:05:02.456Z] #58 33.77 CC images/sk-opts.o [2019-09-30T14:05:02.677Z] #58 31.42 CC images/pstree.o [2019-09-30T14:05:02.677Z] #58 31.69 CC images/pipe.o [2019-09-30T14:05:02.686Z] CC criu/tty.o [2019-09-30T14:05:02.690Z] Removing intermediate container bd511c4d40db [2019-09-30T14:05:02.690Z] ---> e5095e55d195 [2019-09-30T14:05:02.690Z] Step 25/126 : FROM base AS cross-false [2019-09-30T14:05:02.690Z] ---> 7f0d9d361d13 [2019-09-30T14:05:02.690Z] Step 26/126 : FROM base AS cross-true [2019-09-30T14:05:02.690Z] ---> 7f0d9d361d13 [2019-09-30T14:05:02.690Z] Step 27/126 : ARG DEBIAN_FRONTEND [2019-09-30T14:05:02.691Z] ---> Using cache [2019-09-30T14:05:02.691Z] ---> 6959f1555dae [2019-09-30T14:05:02.691Z] Step 28/126 : RUN dpkg --add-architecture armhf [2019-09-30T14:05:02.691Z] ---> Running in ada735168c69 [2019-09-30T14:05:02.712Z] #58 34.04 CC images/sk-unix.o [2019-09-30T14:05:02.968Z] #58 34.33 CC images/sk-inet.o [2019-09-30T14:05:03.224Z] #58 34.77 CC images/tun.o [2019-09-30T14:05:03.242Z] #58 31.99 CC images/tcp-stream.o [2019-09-30T14:05:03.242Z] #58 32.17 CC images/sk-packet.o [2019-09-30T14:05:03.242Z] #58 32.39 CC images/mnt.o [2019-09-30T14:05:03.787Z] #58 35.15 CC images/sk-netlink.o [2019-09-30T14:05:03.808Z] #58 32.61 CC images/pipe-data.o [2019-09-30T14:05:03.808Z] #58 32.86 CC images/sa.o [2019-09-30T14:05:03.931Z] Removing intermediate container ada735168c69 [2019-09-30T14:05:03.931Z] ---> e27ce84c31e1 [2019-09-30T14:05:03.931Z] Step 29/126 : RUN dpkg --add-architecture arm64 [2019-09-30T14:05:03.931Z] ---> Running in d612b2262bd9 [2019-09-30T14:05:04.043Z] #58 35.35 CC images/packet-sock.o [2019-09-30T14:05:04.065Z] #58 33.09 CC images/timer.o [2019-09-30T14:05:04.158Z] CC criu/tun.o [2019-09-30T14:05:04.299Z] #58 35.75 CC images/ipc-var.o [2019-09-30T14:05:04.323Z] #58 33.44 CC images/timerfd.o [2019-09-30T14:05:04.439Z] CC criu/uffd.o [2019-09-30T14:05:04.556Z] #58 35.98 CC images/ipc-desc.o [2019-09-30T14:05:04.580Z] #58 ... [2019-09-30T14:05:04.580Z] [2019-09-30T14:05:04.580Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-30T14:05:04.580Z] #33 87.04 net/url [2019-09-30T14:05:04.580Z] #33 88.19 go/ast [2019-09-30T14:05:04.580Z] #33 89.08 text/template/parse [2019-09-30T14:05:04.580Z] #33 92.64 go/parser [2019-09-30T14:05:04.580Z] #33 93.76 text/template [2019-09-30T14:05:04.580Z] #33 96.77 log [2019-09-30T14:05:04.580Z] #33 ... [2019-09-30T14:05:04.580Z] [2019-09-30T14:05:04.580Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:05:04.580Z] #13 19.23 Reading package lists... [2019-09-30T14:05:04.580Z] #13 25.09 Reading package lists... [2019-09-30T14:05:04.580Z] #13 30.22 Building dependency tree... [2019-09-30T14:05:04.580Z] #13 31.29 Reading state information... [2019-09-30T14:05:04.580Z] #13 32.46 The following additional packages will be installed: [2019-09-30T14:05:04.580Z] #13 32.48 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-09-30T14:05:04.580Z] #13 32.48 dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-09-30T14:05:04.580Z] #13 32.48 libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-09-30T14:05:04.580Z] #13 32.48 libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-09-30T14:05:04.580Z] #13 32.48 libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-09-30T14:05:04.580Z] #13 32.48 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-09-30T14:05:04.580Z] #13 32.48 libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-09-30T14:05:04.580Z] #13 32.49 mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-09-30T14:05:04.580Z] #13 32.49 python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-09-30T14:05:04.580Z] #13 32.49 Suggested packages: [2019-09-30T14:05:04.812Z] #58 36.16 CC images/ipc-shm.o [2019-09-30T14:05:04.838Z] #13 32.50 apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-09-30T14:05:04.838Z] #13 32.50 gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-09-30T14:05:04.838Z] #13 32.50 python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-09-30T14:05:04.838Z] #13 32.50 vim-doc vim-scripts xfsdump acl attr quota [2019-09-30T14:05:04.838Z] #13 32.50 Recommended packages: [2019-09-30T14:05:04.838Z] #13 32.50 aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-09-30T14:05:04.838Z] #13 32.50 python3-keyrings.alt python3-xdg unzip [2019-09-30T14:05:04.838Z] #13 ... [2019-09-30T14:05:04.838Z] [2019-09-30T14:05:04.838Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-30T14:05:04.838Z] #33 97.39 encoding/binary [2019-09-30T14:05:05.068Z] #58 36.45 CC images/ipc-msg.o [2019-09-30T14:05:05.324Z] #58 36.69 CC images/ipc-sem.o [2019-09-30T14:05:05.335Z] Removing intermediate container d612b2262bd9 [2019-09-30T14:05:05.335Z] ---> 401527bccd0d [2019-09-30T14:05:05.335Z] Step 30/126 : RUN dpkg --add-architecture armel [2019-09-30T14:05:05.335Z] ---> Running in cdce19b80682 [2019-09-30T14:05:05.403Z] #33 98.08 go/doc [2019-09-30T14:05:05.449Z] CC criu/util.o [2019-09-30T14:05:05.580Z] #58 36.89 CC images/utsns.o [2019-09-30T14:05:05.580Z] #58 37.14 CC images/creds.o [2019-09-30T14:05:05.837Z] #58 37.38 CC images/vma.o [2019-09-30T14:05:06.093Z] #58 37.61 CC images/netdev.o [2019-09-30T14:05:06.124Z] Removing intermediate container cdce19b80682 [2019-09-30T14:05:06.124Z] ---> f7439f8610b0 [2019-09-30T14:05:06.124Z] Step 31/126 : RUN if [ "$(go env GOHOSTARCH)" = "amd64" ]; then apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-armhf crossbuild-essential-arm64 crossbuild-essential-armel && rm -rf /var/lib/apt/lists/*; fi [2019-09-30T14:05:06.124Z] ---> Running in 31a1e167bbc6 [2019-09-30T14:05:06.458Z] CC criu/uts_ns.o [2019-09-30T14:05:06.458Z] CC criu/vdso.o [2019-09-30T14:05:06.655Z] #58 38.05 CC images/tty.o [2019-09-30T14:05:06.775Z] #33 99.20 encoding/base64 [2019-09-30T14:05:07.142Z] LINK criu/built-in.o [2019-09-30T14:05:07.143Z] LINK criu/criu [2019-09-30T14:05:07.218Z] #58 38.60 CC images/file-lock.o [2019-09-30T14:05:07.426Z] DEP lib/c/criu.d [2019-09-30T14:05:07.426Z] CC images/rpc.pb-c.o [2019-09-30T14:05:07.432Z] #33 99.97 encoding/json [2019-09-30T14:05:07.474Z] #58 38.82 CC images/rlimit.o [2019-09-30T14:05:07.540Z] Removing intermediate container 31a1e167bbc6 [2019-09-30T14:05:07.540Z] ---> d3bae371ad78 [2019-09-30T14:05:07.540Z] Step 32/126 : FROM cross-${CROSS} as dev-base [2019-09-30T14:05:07.540Z] ---> 7f0d9d361d13 [2019-09-30T14:05:07.540Z] Step 33/126 : FROM dev-base AS runtime-dev-cross-false [2019-09-30T14:05:07.540Z] ---> 7f0d9d361d13 [2019-09-30T14:05:07.540Z] Step 34/126 : ARG DEBIAN_FRONTEND [2019-09-30T14:05:07.540Z] ---> Using cache [2019-09-30T14:05:07.540Z] ---> 6959f1555dae [2019-09-30T14:05:07.540Z] Step 35/126 : RUN apt-get update && apt-get install -y --no-install-recommends libapparmor-dev libseccomp-dev && rm -rf /var/lib/apt/lists/* [2019-09-30T14:05:07.540Z] ---> Running in 33972c76b432 [2019-09-30T14:05:07.730Z] #58 39.10 CC images/pagemap.o [2019-09-30T14:05:07.905Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-30T14:05:07.905Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-30T14:05:07.905Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-30T14:05:07.905Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-30T14:05:07.905Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-30T14:05:07.905Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [484 kB] [2019-09-30T14:05:07.986Z] #58 39.37 CC images/siginfo.o [2019-09-30T14:05:08.041Z] CC lib/c/criu.o [2019-09-30T14:05:08.243Z] #58 ... [2019-09-30T14:05:08.243Z] [2019-09-30T14:05:08.243Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:05:08.243Z] #13 35.58 The following NEW packages will be installed: [2019-09-30T14:05:08.243Z] #13 35.58 apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-09-30T14:05:08.243Z] #13 35.58 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-09-30T14:05:08.243Z] #13 35.58 bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-09-30T14:05:08.243Z] #13 35.58 gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-09-30T14:05:08.243Z] #13 35.58 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-09-30T14:05:08.243Z] #13 35.58 libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-09-30T14:05:08.243Z] #13 35.58 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-09-30T14:05:08.243Z] #13 35.58 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-09-30T14:05:08.243Z] #13 35.58 libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-09-30T14:05:08.243Z] #13 35.58 libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-09-30T14:05:08.243Z] #13 35.59 mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-09-30T14:05:08.243Z] #13 35.59 python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-09-30T14:05:08.243Z] #13 35.59 python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-09-30T14:05:08.243Z] #13 35.59 xfsprogs xxd xz-utils zip [2019-09-30T14:05:08.243Z] #13 36.72 0 upgraded, 69 newly installed, 0 to remove and 7 not upgraded. [2019-09-30T14:05:08.243Z] #13 36.72 Need to get 90.9 MB of archives. [2019-09-30T14:05:08.243Z] #13 36.72 After this operation, 541 MB of additional disk space will be used. [2019-09-30T14:05:08.243Z] #13 36.72 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bash-completion all 1:2.1-4.3 [178 kB] [2019-09-30T14:05:08.243Z] #13 36.73 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] [2019-09-30T14:05:08.243Z] #13 36.73 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnfnetlink0 amd64 1.0.1-3 [13.5 kB] [2019-09-30T14:05:08.243Z] #13 36.73 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcrecpp0v5 amd64 2:8.39-3 [151 kB] [2019-09-30T14:05:08.243Z] #13 36.75 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libudev-dev amd64 232-25+deb9u12 [92.5 kB] [2019-09-30T14:05:08.243Z] #13 36.76 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-minimal amd64 3.5.3-1+deb9u1 [573 kB] [2019-09-30T14:05:08.243Z] #13 36.81 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5-minimal amd64 3.5.3-1+deb9u1 [1691 kB] [2019-09-30T14:05:08.243Z] #13 36.99 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-minimal amd64 3.5.3-1 [35.3 kB] [2019-09-30T14:05:08.243Z] #13 36.99 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmpdec2 amd64 2.4.2-1 [85.2 kB] [2019-09-30T14:05:08.243Z] #13 37.00 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-stdlib amd64 3.5.3-1+deb9u1 [2167 kB] [2019-09-30T14:05:08.243Z] #13 37.21 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5 amd64 3.5.3-1+deb9u1 [229 kB] [2019-09-30T14:05:08.243Z] #13 37.23 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3-stdlib amd64 3.5.3-1 [18.6 kB] [2019-09-30T14:05:08.243Z] #13 37.24 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dh-python all 2.20170125 [86.8 kB] [2019-09-30T14:05:08.243Z] #13 37.24 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3 amd64 3.5.3-1 [21.6 kB] [2019-09-30T14:05:08.243Z] #13 37.25 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 pigz amd64 2.3.4-1 [55.4 kB] [2019-09-30T14:05:08.243Z] #13 37.25 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip4tc0 amd64 1.6.0+snapshot20161117-6 [67.8 kB] [2019-09-30T14:05:08.243Z] #13 37.26 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip6tc0 amd64 1.6.0+snapshot20161117-6 [68.1 kB] [2019-09-30T14:05:08.243Z] #13 37.26 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libiptc0 amd64 1.6.0+snapshot20161117-6 [57.5 kB] [2019-09-30T14:05:08.243Z] #13 37.27 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxtables12 amd64 1.6.0+snapshot20161117-6 [75.9 kB] [2019-09-30T14:05:08.243Z] #13 37.28 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnetfilter-conntrack3 amd64 1.0.6-2 [38.7 kB] [2019-09-30T14:05:08.243Z] #13 37.29 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 iptables amd64 1.6.0+snapshot20161117-6 [288 kB] [2019-09-30T14:05:08.243Z] #13 37.30 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-30T14:05:08.243Z] #13 37.32 Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-30T14:05:08.243Z] #13 37.33 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bzip2 amd64 1.0.6-8.1 [47.5 kB] [2019-09-30T14:05:08.243Z] #13 37.34 Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgpm2 amd64 1.20.4-6.2+b1 [34.2 kB] [2019-09-30T14:05:08.243Z] #13 37.34 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xz-utils amd64 5.2.2-1.2+b1 [266 kB] [2019-09-30T14:05:08.243Z] #13 37.36 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 aufs-tools amd64 1:4.1+20161219-1 [102 kB] [2019-09-30T14:05:08.243Z] #13 37.37 Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-09-30T14:05:08.243Z] #13 37.37 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] [2019-09-30T14:05:08.243Z] #13 37.41 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] [2019-09-30T14:05:08.243Z] #13 37.42 Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper1.02.1 amd64 2:1.02.137-2 [170 kB] [2019-09-30T14:05:08.243Z] #13 37.43 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dmsetup amd64 2:1.02.137-2 [107 kB] [2019-09-30T14:05:08.243Z] #13 37.45 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] [2019-09-30T14:05:08.243Z] #13 37.46 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] [2019-09-30T14:05:08.243Z] #13 37.47 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] [2019-09-30T14:05:08.243Z] #13 37.48 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libaio1 amd64 0.3.110-3 [9412 B] [2019-09-30T14:05:08.243Z] #13 37.49 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap2-bin amd64 1:2.25-1 [26.5 kB] [2019-09-30T14:05:08.243Z] #13 37.49 Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.137-2 [41.6 kB] [2019-09-30T14:05:08.243Z] #13 37.50 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsepol1-dev amd64 2.6-2 [309 kB] [2019-09-30T14:05:08.243Z] #13 37.52 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre16-3 amd64 2:8.39-3 [258 kB] [2019-09-30T14:05:08.243Z] #13 37.54 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre32-3 amd64 2:8.39-3 [248 kB] [2019-09-30T14:05:08.243Z] #13 37.55 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre3-dev amd64 2:8.39-3 [647 kB] [2019-09-30T14:05:08.243Z] #13 37.60 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libselinux1-dev amd64 2.6-3+b3 [184 kB] [2019-09-30T14:05:08.243Z] #13 37.62 Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-dev amd64 2:1.02.137-2 [68.6 kB] [2019-09-30T14:05:08.243Z] #13 37.64 Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] [2019-09-30T14:05:08.243Z] #13 37.65 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] [2019-09-30T14:05:08.243Z] #13 37.65 Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libreadline5 amd64 5.2+dfsg-3+b1 [119 kB] [2019-09-30T14:05:08.243Z] #13 37.65 Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsystemd-dev amd64 232-25+deb9u12 [1972 kB] [2019-09-30T14:05:08.243Z] #13 37.81 Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 net-tools amd64 1.60+git20161116.90da8a0-1 [248 kB] [2019-09-30T14:05:08.243Z] #13 37.85 Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-09-30T14:05:08.244Z] #13 37.97 Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-09-30T14:05:08.244Z] #13 37.98 Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pkg-resources all 33.1.1-1 [137 kB] [2019-09-30T14:05:08.244Z] #13 38.01 Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-setuptools all 33.1.1-1 [215 kB] [2019-09-30T14:05:08.244Z] #13 38.02 Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-wheel all 0.29.0-2 [51.8 kB] [2019-09-30T14:05:08.244Z] #13 38.03 Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 thin-provisioning-tools amd64 0.6.1-4+b1 [363 kB] [2019-09-30T14:05:08.244Z] #13 38.08 Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-09-30T14:05:08.244Z] #13 38.55 Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim amd64 2:8.0.0197-4+deb9u3 [1034 kB] [2019-09-30T14:05:08.244Z] #13 38.62 Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xfsprogs amd64 4.9.0+nmu1 [811 kB] [2019-09-30T14:05:08.244Z] #13 38.70 Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB] [2019-09-30T14:05:08.244Z] #13 38.73 Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-perl amd64 2.11.0-3+deb9u2 [82.2 kB] [2019-09-30T14:05:08.244Z] #13 38.74 Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 apparmor amd64 2.11.0-3+deb9u2 [525 kB] [2019-09-30T14:05:08.244Z] #13 38.79 Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64-i686 amd64 2.28-5+7.4+b4 [2242 kB] [2019-09-30T14:05:08.244Z] #13 38.96 Get:63 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64-x86-64 amd64 2.28-5+7.4+b4 [2467 kB] [2019-09-30T14:05:08.244Z] #13 39.16 Get:64 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB] [2019-09-30T14:05:08.244Z] #13 39.18 Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-common all 5.0.1-1 [4764 kB] [2019-09-30T14:05:08.244Z] #13 39.57 Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB] [2019-09-30T14:05:08.292Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-30T14:05:08.292Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-30T14:05:08.499Z] #13 39.81 Get:67 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gcc-mingw-w64-base amd64 6.3.0-18+19.3+b3 [170 kB] [2019-09-30T14:05:08.500Z] #13 39.82 Get:68 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gcc-mingw-w64-x86-64 amd64 6.3.0-18+19.3+b3 [32.7 MB] [2019-09-30T14:05:09.048Z] LINK lib/c/built-in.o [2019-09-30T14:05:09.048Z] LINK lib/c/libcriu.so [2019-09-30T14:05:09.048Z] GEN magic.py [2019-09-30T14:05:09.048Z] Note: Building without setproctitle() and strlcpy() support. [2019-09-30T14:05:09.048Z] To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-30T14:05:09.330Z] #33 101.6 github.com/LK4D4/vndr/build [2019-09-30T14:05:09.333Z] fatal: Not a git repository (or any of the parent directories): .git [2019-09-30T14:05:09.566Z] Fetched 7669 kB in 1s (4768 kB/s) [2019-09-30T14:05:09.617Z] make[1]: Nothing to be done for 'all'. [2019-09-30T14:05:09.901Z] make[1]: 'images/built-in.o' is up to date. [2019-09-30T14:05:09.901Z] make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-09-30T14:05:09.901Z] make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-09-30T14:05:09.901Z] make[1]: 'compel/libcompel.a' is up to date. [2019-09-30T14:05:09.901Z] make[1]: 'compel/compel-host-bin' is up to date. [2019-09-30T14:05:09.901Z] make[1]: Nothing to be done for 'all'. [2019-09-30T14:05:09.901Z] make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-30T14:05:09.901Z] make[2]: Nothing to be done for 'all'. [2019-09-30T14:05:09.955Z] Reading package lists... [2019-09-30T14:05:10.184Z] make[2]: Nothing to be done for 'all'. [2019-09-30T14:05:10.184Z] make[2]: Nothing to be done for 'all'. [2019-09-30T14:05:10.184Z] make[2]: Nothing to be done for 'all'. [2019-09-30T14:05:10.184Z] make[2]: Nothing to be done for 'all'. [2019-09-30T14:05:10.184Z] make[2]: Nothing to be done for 'all'. [2019-09-30T14:05:10.184Z] make[2]: Nothing to be done for 'all'. [2019-09-30T14:05:10.184Z] make[2]: Nothing to be done for 'all'. [2019-09-30T14:05:10.184Z] INSTALL criu/criu [2019-09-30T14:05:10.263Z] #33 ... [2019-09-30T14:05:10.263Z] [2019-09-30T14:05:10.263Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:05:10.263Z] #13 36.53 The following NEW packages will be installed: [2019-09-30T14:05:10.263Z] #13 36.53 apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-09-30T14:05:10.263Z] #13 36.53 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-09-30T14:05:10.263Z] #13 36.53 bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-09-30T14:05:10.263Z] #13 36.53 gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-09-30T14:05:10.263Z] #13 36.53 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-09-30T14:05:10.263Z] #13 36.54 libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-09-30T14:05:10.263Z] #13 36.54 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-09-30T14:05:10.263Z] #13 36.54 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-09-30T14:05:10.263Z] #13 36.54 libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-09-30T14:05:10.263Z] #13 36.54 libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-09-30T14:05:10.263Z] #13 36.54 mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-09-30T14:05:10.263Z] #13 36.55 python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-09-30T14:05:10.263Z] #13 36.55 python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-09-30T14:05:10.263Z] #13 36.55 xfsprogs xxd xz-utils zip [2019-09-30T14:05:10.263Z] #13 37.77 0 upgraded, 69 newly installed, 0 to remove and 7 not upgraded. [2019-09-30T14:05:10.263Z] #13 37.77 Need to get 90.9 MB of archives. [2019-09-30T14:05:10.263Z] #13 37.77 After this operation, 541 MB of additional disk space will be used. [2019-09-30T14:05:10.263Z] #13 37.77 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bash-completion all 1:2.1-4.3 [178 kB] [2019-09-30T14:05:10.263Z] #13 37.77 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] [2019-09-30T14:05:10.263Z] #13 37.78 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnfnetlink0 amd64 1.0.1-3 [13.5 kB] [2019-09-30T14:05:10.263Z] #13 37.78 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcrecpp0v5 amd64 2:8.39-3 [151 kB] [2019-09-30T14:05:10.263Z] #13 37.79 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libudev-dev amd64 232-25+deb9u12 [92.5 kB] [2019-09-30T14:05:10.263Z] #13 37.80 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-minimal amd64 3.5.3-1+deb9u1 [573 kB] [2019-09-30T14:05:10.263Z] #13 37.85 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5-minimal amd64 3.5.3-1+deb9u1 [1691 kB] [2019-09-30T14:05:10.263Z] #13 37.95 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-minimal amd64 3.5.3-1 [35.3 kB] [2019-09-30T14:05:10.263Z] #13 37.97 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmpdec2 amd64 2.4.2-1 [85.2 kB] [2019-09-30T14:05:10.263Z] #13 37.98 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3.5-stdlib amd64 3.5.3-1+deb9u1 [2167 kB] [2019-09-30T14:05:10.263Z] #13 38.13 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5 amd64 3.5.3-1+deb9u1 [229 kB] [2019-09-30T14:05:10.263Z] #13 38.14 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3-stdlib amd64 3.5.3-1 [18.6 kB] [2019-09-30T14:05:10.263Z] #13 38.15 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dh-python all 2.20170125 [86.8 kB] [2019-09-30T14:05:10.263Z] #13 38.16 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3 amd64 3.5.3-1 [21.6 kB] [2019-09-30T14:05:10.263Z] #13 38.17 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 pigz amd64 2.3.4-1 [55.4 kB] [2019-09-30T14:05:10.263Z] #13 38.17 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip4tc0 amd64 1.6.0+snapshot20161117-6 [67.8 kB] [2019-09-30T14:05:10.263Z] #13 38.18 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip6tc0 amd64 1.6.0+snapshot20161117-6 [68.1 kB] [2019-09-30T14:05:10.263Z] #13 38.18 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libiptc0 amd64 1.6.0+snapshot20161117-6 [57.5 kB] [2019-09-30T14:05:10.263Z] #13 38.20 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxtables12 amd64 1.6.0+snapshot20161117-6 [75.9 kB] [2019-09-30T14:05:10.521Z] #13 38.20 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnetfilter-conntrack3 amd64 1.0.6-2 [38.7 kB] [2019-09-30T14:05:10.521Z] #13 38.21 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 iptables amd64 1.6.0+snapshot20161117-6 [288 kB] [2019-09-30T14:05:10.521Z] #13 38.24 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-30T14:05:10.521Z] #13 38.25 Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-30T14:05:10.521Z] #13 38.27 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bzip2 amd64 1.0.6-8.1 [47.5 kB] [2019-09-30T14:05:10.521Z] #13 38.27 Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgpm2 amd64 1.20.4-6.2+b1 [34.2 kB] [2019-09-30T14:05:10.521Z] #13 38.28 Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xz-utils amd64 5.2.2-1.2+b1 [266 kB] [2019-09-30T14:05:10.521Z] #13 38.31 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 aufs-tools amd64 1:4.1+20161219-1 [102 kB] [2019-09-30T14:05:10.521Z] #13 38.32 Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblzo2-2 amd64 2.08-1.2+b2 [55.0 kB] [2019-09-30T14:05:10.521Z] #13 38.33 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] [2019-09-30T14:05:10.521Z] #13 38.37 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] [2019-09-30T14:05:10.521Z] #13 38.38 Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper1.02.1 amd64 2:1.02.137-2 [170 kB] [2019-09-30T14:05:10.521Z] #13 38.39 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dmsetup amd64 2:1.02.137-2 [107 kB] [2019-09-30T14:05:10.521Z] #13 38.40 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] [2019-09-30T14:05:10.521Z] #13 38.42 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] [2019-09-30T14:05:10.779Z] #13 38.43 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] [2019-09-30T14:05:10.779Z] #13 38.43 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libaio1 amd64 0.3.110-3 [9412 B] [2019-09-30T14:05:10.779Z] #13 38.44 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap2-bin amd64 1:2.25-1 [26.5 kB] [2019-09-30T14:05:10.779Z] #13 38.44 Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.137-2 [41.6 kB] [2019-09-30T14:05:10.779Z] #13 38.45 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsepol1-dev amd64 2.6-2 [309 kB] [2019-09-30T14:05:10.779Z] #13 38.48 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre16-3 amd64 2:8.39-3 [258 kB] [2019-09-30T14:05:10.779Z] #13 38.51 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre32-3 amd64 2:8.39-3 [248 kB] [2019-09-30T14:05:10.779Z] #13 38.52 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre3-dev amd64 2:8.39-3 [647 kB] [2019-09-30T14:05:10.779Z] #13 38.60 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libselinux1-dev amd64 2.6-3+b3 [184 kB] [2019-09-30T14:05:10.779Z] #13 38.61 Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdevmapper-dev amd64 2:1.02.137-2 [68.6 kB] [2019-09-30T14:05:10.779Z] #13 38.63 Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB] [2019-09-30T14:05:10.857Z] Reading package lists... [2019-09-30T14:05:10.857Z] Building dependency tree... [2019-09-30T14:05:10.857Z] Reading state information... [2019-09-30T14:05:10.857Z] The following additional packages will be installed: [2019-09-30T14:05:10.857Z] libapparmor1 libseccomp2 [2019-09-30T14:05:10.857Z] Suggested packages: [2019-09-30T14:05:10.857Z] seccomp [2019-09-30T14:05:10.857Z] The following NEW packages will be installed: [2019-09-30T14:05:10.857Z] libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-09-30T14:05:10.857Z] 0 upgraded, 4 newly installed, 0 to remove and 7 not upgraded. [2019-09-30T14:05:10.857Z] Need to get 301 kB of archives. [2019-09-30T14:05:10.857Z] After this operation, 1402 kB of additional disk space will be used. [2019-09-30T14:05:10.857Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libseccomp2 s390x 2.3.1-2.1+deb9u1 [41.3 kB] [2019-09-30T14:05:10.857Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libseccomp-dev s390x 2.3.1-2.1+deb9u1 [61.6 kB] [2019-09-30T14:05:10.857Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor1 s390x 2.11.0-3+deb9u2 [78.6 kB] [2019-09-30T14:05:10.857Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor-dev s390x 2.11.0-3+deb9u2 [119 kB] [2019-09-30T14:05:11.017Z] #13 42.16 Get:69 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 g++-mingw-w64-x86-64 amd64 6.3.0-18+19.3+b3 [22.4 MB] [2019-09-30T14:05:11.036Z] #13 38.64 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] [2019-09-30T14:05:11.036Z] #13 38.64 Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libreadline5 amd64 5.2+dfsg-3+b1 [119 kB] [2019-09-30T14:05:11.036Z] #13 38.65 Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsystemd-dev amd64 232-25+deb9u12 [1972 kB] [2019-09-30T14:05:11.036Z] #13 38.81 Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 net-tools amd64 1.60+git20161116.90da8a0-1 [248 kB] [2019-09-30T14:05:11.036Z] #13 38.84 Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-09-30T14:05:11.257Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-30T14:05:11.257Z] Fetched 301 kB in 0s (3212 kB/s) [2019-09-30T14:05:11.257Z] Selecting previously unselected package libseccomp2:s390x. [2019-09-30T14:05:11.257Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14828 files and directories currently installed.) [2019-09-30T14:05:11.257Z] Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_s390x.deb ... [2019-09-30T14:05:11.257Z] Unpacking libseccomp2:s390x (2.3.1-2.1+deb9u1) ... [2019-09-30T14:05:11.257Z] Selecting previously unselected package libseccomp-dev:s390x. [2019-09-30T14:05:11.257Z] Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_s390x.deb ... [2019-09-30T14:05:11.257Z] Unpacking libseccomp-dev:s390x (2.3.1-2.1+deb9u1) ... [2019-09-30T14:05:11.257Z] Selecting previously unselected package libapparmor1:s390x. [2019-09-30T14:05:11.257Z] Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_s390x.deb ... [2019-09-30T14:05:11.257Z] Unpacking libapparmor1:s390x (2.11.0-3+deb9u2) ... [2019-09-30T14:05:11.257Z] Selecting previously unselected package libapparmor-dev:s390x. [2019-09-30T14:05:11.257Z] Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_s390x.deb ... [2019-09-30T14:05:11.257Z] Unpacking libapparmor-dev:s390x (2.11.0-3+deb9u2) ... [2019-09-30T14:05:11.257Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-30T14:05:11.257Z] Setting up libseccomp2:s390x (2.3.1-2.1+deb9u1) ... [2019-09-30T14:05:11.257Z] Setting up libapparmor1:s390x (2.11.0-3+deb9u2) ... [2019-09-30T14:05:11.257Z] Setting up libseccomp-dev:s390x (2.3.1-2.1+deb9u1) ... [2019-09-30T14:05:11.257Z] Setting up libapparmor-dev:s390x (2.11.0-3+deb9u2) ... [2019-09-30T14:05:11.257Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-30T14:05:11.294Z] #13 38.94 Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-09-30T14:05:11.294Z] #13 38.95 Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pkg-resources all 33.1.1-1 [137 kB] [2019-09-30T14:05:11.294Z] #13 38.97 Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-setuptools all 33.1.1-1 [215 kB] [2019-09-30T14:05:11.294Z] #13 38.99 Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-wheel all 0.29.0-2 [51.8 kB] [2019-09-30T14:05:11.294Z] #13 38.99 Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 thin-provisioning-tools amd64 0.6.1-4+b1 [363 kB] [2019-09-30T14:05:11.294Z] #13 39.03 Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-09-30T14:05:11.552Z] #13 39.44 Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim amd64 2:8.0.0197-4+deb9u3 [1034 kB] [2019-09-30T14:05:11.810Z] #13 39.52 Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xfsprogs amd64 4.9.0+nmu1 [811 kB] [2019-09-30T14:05:11.810Z] #13 39.56 Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB] [2019-09-30T14:05:11.810Z] #13 39.58 Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-perl amd64 2.11.0-3+deb9u2 [82.2 kB] [2019-09-30T14:05:11.810Z] #13 39.59 Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 apparmor amd64 2.11.0-3+deb9u2 [525 kB] [2019-09-30T14:05:11.810Z] #13 39.62 Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64-i686 amd64 2.28-5+7.4+b4 [2242 kB] [2019-09-30T14:05:12.036Z] Removing intermediate container 33972c76b432 [2019-09-30T14:05:12.036Z] ---> 2a636d5c77a0 [2019-09-30T14:05:12.036Z] Step 36/126 : FROM cross-true AS runtime-dev-cross-true [2019-09-30T14:05:12.036Z] ---> d3bae371ad78 [2019-09-30T14:05:12.036Z] Step 37/126 : ARG DEBIAN_FRONTEND [2019-09-30T14:05:12.036Z] ---> Running in 57a29ed2e65b [2019-09-30T14:05:12.067Z] #13 39.81 Get:63 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64-x86-64 amd64 2.28-5+7.4+b4 [2467 kB] [2019-09-30T14:05:12.067Z] #13 40.00 Get:64 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB] [2019-09-30T14:05:12.067Z] #13 40.01 Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-common all 5.0.1-1 [4764 kB] [2019-09-30T14:05:12.217Z] Removing intermediate container 06f1e7f00412 [2019-09-30T14:05:12.217Z] ---> e2db951b83c0 [2019-09-30T14:05:12.217Z] Step 13/126 : FROM base AS registry [2019-09-30T14:05:12.217Z] ---> a953666fbadb [2019-09-30T14:05:12.217Z] Step 14/126 : ENV REGISTRY_COMMIT_SCHEMA1 ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-30T14:05:12.217Z] ---> Running in dd33f4de58d5 [2019-09-30T14:05:12.217Z] Removing intermediate container dd33f4de58d5 [2019-09-30T14:05:12.217Z] ---> 50732ed493f5 [2019-09-30T14:05:12.217Z] Step 15/126 : ENV REGISTRY_COMMIT 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-30T14:05:12.217Z] ---> Running in 1141898ad79b [2019-09-30T14:05:12.217Z] Removing intermediate container 1141898ad79b [2019-09-30T14:05:12.217Z] ---> f54d3c045449 [2019-09-30T14:05:12.217Z] Step 16/126 : RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/docker/distribution.git "$GOPATH/src/github.com/docker/distribution" && (cd "$GOPATH/src/github.com/docker/distribution" && git checkout -q "$REGISTRY_COMMIT") && GOPATH="$GOPATH/src/github.com/docker/distribution/Godeps/_workspace:$GOPATH" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|ppc64*|s390x) (cd "$GOPATH/src/github.com/docker/distribution" && git checkout -q "$REGISTRY_COMMIT_SCHEMA1"); GOPATH="$GOPATH/src/github.com/docker/distribution/Godeps/_workspace:$GOPATH"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac && rm -rf "$GOPATH" [2019-09-30T14:05:12.217Z] ---> Running in 88c9f585a77d [2019-09-30T14:05:12.383Z] #13 ... [2019-09-30T14:05:12.383Z] [2019-09-30T14:05:12.383Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-09-30T14:05:12.383Z] #61 107.6 + for f in rootlesskit rootlesskit-docker-proxy [2019-09-30T14:05:12.383Z] #61 107.6 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-09-30T14:05:12.398Z] Removing intermediate container 57a29ed2e65b [2019-09-30T14:05:12.398Z] ---> 9646975e0d5e [2019-09-30T14:05:12.398Z] Step 38/126 : RUN if [ "$(go env GOHOSTARCH)" = "amd64" ]; then apt-get update && apt-get install -y --no-install-recommends libseccomp-dev:armhf libseccomp-dev:arm64 libseccomp-dev:armel libapparmor-dev:armhf libapparmor-dev:arm64 libapparmor-dev:armel libapparmor-dev libseccomp-dev && rm -rf /var/lib/apt/lists/*; fi [2019-09-30T14:05:12.398Z] ---> Running in 9573a4de9957 [2019-09-30T14:05:12.499Z] + mktemp -d [2019-09-30T14:05:12.499Z] + export GOPATH=/tmp/tmp.NoRBsNkU3W [2019-09-30T14:05:12.499Z] + git clone https://github.com/docker/distribution.git /tmp/tmp.NoRBsNkU3W/src/github.com/docker/distribution [2019-09-30T14:05:12.499Z] Cloning into '/tmp/tmp.NoRBsNkU3W/src/github.com/docker/distribution'... [2019-09-30T14:05:12.633Z] #13 40.39 Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB] [2019-09-30T14:05:12.891Z] #13 40.64 Get:67 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gcc-mingw-w64-base amd64 6.3.0-18+19.3+b3 [170 kB] [2019-09-30T14:05:12.891Z] #13 40.65 Get:68 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gcc-mingw-w64-x86-64 amd64 6.3.0-18+19.3+b3 [32.7 MB] [2019-09-30T14:05:13.186Z] Removing intermediate container 9573a4de9957 [2019-09-30T14:05:13.186Z] ---> 956dd7d0fe66 [2019-09-30T14:05:13.186Z] Step 39/126 : FROM runtime-dev-cross-${CROSS} AS runtime-dev [2019-09-30T14:05:13.186Z] ---> 2a636d5c77a0 [2019-09-30T14:05:13.186Z] Step 40/126 : FROM base AS tomlv [2019-09-30T14:05:13.186Z] ---> 7f0d9d361d13 [2019-09-30T14:05:13.186Z] Step 41/126 : ENV INSTALL_BINARY_NAME=tomlv [2019-09-30T14:05:13.186Z] ---> Running in 560fdf417f83 [2019-09-30T14:05:13.559Z] Removing intermediate container 560fdf417f83 [2019-09-30T14:05:13.559Z] ---> d97bf8fd0eff [2019-09-30T14:05:13.559Z] Step 42/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-30T14:05:13.559Z] ---> 8804dcd1b159 [2019-09-30T14:05:13.559Z] Step 43/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-30T14:05:13.926Z] ---> 2129c0e2af9e [2019-09-30T14:05:13.926Z] Step 44/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-30T14:05:13.926Z] ---> Running in 662d07f9584f [2019-09-30T14:05:14.725Z] + RM_GOPATH=0 [2019-09-30T14:05:14.725Z] + TMP_GOPATH= [2019-09-30T14:05:14.725Z] + : /build [2019-09-30T14:05:14.725Z] + '[' -z '' ']' [2019-09-30T14:05:14.725Z] ++ mktemp -d [2019-09-30T14:05:14.725Z] + export GOPATH=/tmp/tmp.NjguE8rutj [2019-09-30T14:05:14.725Z] + GOPATH=/tmp/tmp.NjguE8rutj [2019-09-30T14:05:14.725Z] + RM_GOPATH=1 [2019-09-30T14:05:14.725Z] ++ dirname ./install.sh [2019-09-30T14:05:14.725Z] + dir=. [2019-09-30T14:05:14.725Z] + bin=tomlv [2019-09-30T14:05:14.725Z] + shift [2019-09-30T14:05:14.725Z] + '[' '!' -f ./tomlv.installer ']' [2019-09-30T14:05:14.725Z] + . ./tomlv.installer [2019-09-30T14:05:14.725Z] ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-30T14:05:14.725Z] + install_tomlv [2019-09-30T14:05:14.725Z] + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-09-30T14:05:14.725Z] + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.NjguE8rutj/src/github.com/BurntSushi/toml [2019-09-30T14:05:14.725Z] Cloning into '/tmp/tmp.NjguE8rutj/src/github.com/BurntSushi/toml'... [2019-09-30T14:05:14.725Z] Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-30T14:05:14.725Z] + cd /tmp/tmp.NjguE8rutj/src/github.com/BurntSushi/toml [2019-09-30T14:05:14.725Z] + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-30T14:05:14.725Z] + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-09-30T14:05:14.725Z] internal/cpu [2019-09-30T14:05:14.725Z] runtime/internal/atomic [2019-09-30T14:05:14.725Z] runtime/internal/sys [2019-09-30T14:05:14.725Z] runtime/internal/math [2019-09-30T14:05:14.725Z] internal/bytealg [2019-09-30T14:05:14.789Z] #13 ... [2019-09-30T14:05:14.789Z] [2019-09-30T14:05:14.789Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:05:14.789Z] #58 33.71 CC images/mm.o [2019-09-30T14:05:14.789Z] #58 34.17 CC images/sk-opts.o [2019-09-30T14:05:14.789Z] #58 34.48 CC images/sk-unix.o [2019-09-30T14:05:14.789Z] #58 34.80 CC images/sk-inet.o [2019-09-30T14:05:14.789Z] #58 35.29 CC images/tun.o [2019-09-30T14:05:14.789Z] #58 35.60 CC images/sk-netlink.o [2019-09-30T14:05:14.789Z] #58 35.89 CC images/packet-sock.o [2019-09-30T14:05:14.789Z] #58 36.32 CC images/ipc-var.o [2019-09-30T14:05:14.789Z] #58 36.54 CC images/ipc-desc.o [2019-09-30T14:05:14.789Z] #58 36.78 CC images/ipc-shm.o [2019-09-30T14:05:14.789Z] #58 36.99 CC images/ipc-msg.o [2019-09-30T14:05:14.789Z] #58 37.34 CC images/ipc-sem.o [2019-09-30T14:05:14.789Z] #58 37.55 CC images/utsns.o [2019-09-30T14:05:14.789Z] #58 37.90 CC images/creds.o [2019-09-30T14:05:14.789Z] #58 38.13 CC images/vma.o [2019-09-30T14:05:14.789Z] #58 38.37 CC images/netdev.o [2019-09-30T14:05:14.789Z] #58 38.75 CC images/tty.o [2019-09-30T14:05:14.789Z] #58 39.46 CC images/file-lock.o [2019-09-30T14:05:14.789Z] #58 39.77 CC images/rlimit.o [2019-09-30T14:05:14.789Z] #58 40.01 CC images/pagemap.o [2019-09-30T14:05:14.789Z] #58 40.42 CC images/siginfo.o [2019-09-30T14:05:14.789Z] #58 40.70 CC images/rpc.o [2019-09-30T14:05:14.789Z] #58 42.09 CC images/ext-file.o [2019-09-30T14:05:14.789Z] #58 42.35 CC images/cgroup.o [2019-09-30T14:05:14.789Z] #58 43.18 CC images/userns.o [2019-09-30T14:05:14.789Z] #58 43.51 CC images/google/protobuf/descriptor.o [2019-09-30T14:05:14.901Z] #61 ... [2019-09-30T14:05:14.901Z] [2019-09-30T14:05:14.901Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-30T14:05:14.901Z] #33 99.97 go/doc [2019-09-30T14:05:14.901Z] #33 103.0 github.com/LK4D4/vndr/build [2019-09-30T14:05:14.901Z] #33 103.1 encoding/xml [2019-09-30T14:05:14.901Z] #33 106.2 compress/flate [2019-09-30T14:05:14.901Z] #33 109.1 hash [2019-09-30T14:05:14.901Z] #33 109.1 context [2019-09-30T14:05:14.901Z] #33 109.3 hash/crc32 [2019-09-30T14:05:14.901Z] #33 110.0 crypto/cipher [2019-09-30T14:05:14.901Z] #33 110.0 compress/gzip [2019-09-30T14:05:14.901Z] #33 ... [2019-09-30T14:05:14.901Z] [2019-09-30T14:05:14.901Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:05:14.901Z] #13 44.98 debconf: delaying package configuration, since apt-utils is not installed [2019-09-30T14:05:14.901Z] #13 45.12 Fetched 90.9 MB in 8s (11.0 MB/s) [2019-09-30T14:05:14.901Z] #13 45.28 Selecting previously unselected package bash-completion. [2019-09-30T14:05:14.901Z] #13 45.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 ... 15161 files and directories currently installed.) [2019-09-30T14:05:14.901Z] #13 45.39 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-09-30T14:05:15.100Z] math/bits [2019-09-30T14:05:15.100Z] runtime [2019-09-30T14:05:15.100Z] math [2019-09-30T14:05:15.100Z] unicode/utf8 [2019-09-30T14:05:15.193Z] + cd /tmp/tmp.NoRBsNkU3W/src/github.com/docker/distribution [2019-09-30T14:05:15.193Z] + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-30T14:05:15.354Z] #58 ... [2019-09-30T14:05:15.354Z] [2019-09-30T14:05:15.354Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:05:15.354Z] #13 43.27 Get:69 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 g++-mingw-w64-x86-64 amd64 6.3.0-18+19.3+b3 [22.4 MB] [2019-09-30T14:05:15.491Z] + GOPATH=/tmp/tmp.NoRBsNkU3W/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.NoRBsNkU3W go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-09-30T14:05:15.579Z] internal/race [2019-09-30T14:05:15.579Z] sync/atomic [2019-09-30T14:05:15.579Z] unicode [2019-09-30T14:05:15.579Z] internal/testlog [2019-09-30T14:05:15.579Z] encoding [2019-09-30T14:05:15.579Z] runtime/cgo [2019-09-30T14:05:17.590Z] internal/reflectlite [2019-09-30T14:05:17.590Z] sync [2019-09-30T14:05:17.590Z] errors [2019-09-30T14:05:17.590Z] sort [2019-09-30T14:05:17.590Z] strconv [2019-09-30T14:05:17.590Z] io [2019-09-30T14:05:17.881Z] #13 45.69 debconf: delaying package configuration, since apt-utils is not installed [2019-09-30T14:05:17.973Z] internal/oserror [2019-09-30T14:05:17.973Z] syscall [2019-09-30T14:05:17.973Z] reflect [2019-09-30T14:05:18.139Z] #13 45.82 Fetched 90.9 MB in 8s (10.9 MB/s) [2019-09-30T14:05:18.139Z] #13 45.93 Selecting previously unselected package bash-completion. [2019-09-30T14:05:18.139Z] #13 45.94 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15161 files and directories currently installed.) [2019-09-30T14:05:18.139Z] #13 46.03 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-09-30T14:05:18.170Z] #13 48.92 Unpacking bash-completion (1:2.1-4.3) ... [2019-09-30T14:05:18.170Z] #13 49.43 Selecting previously unselected package libnet1:amd64. [2019-09-30T14:05:18.170Z] #13 49.45 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_amd64.deb ... [2019-09-30T14:05:18.170Z] #13 49.45 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... [2019-09-30T14:05:18.170Z] #13 49.55 Selecting previously unselected package libnfnetlink0:amd64. [2019-09-30T14:05:18.170Z] #13 49.55 Preparing to unpack .../02-libnfnetlink0_1.0.1-3_amd64.deb ... [2019-09-30T14:05:18.170Z] #13 49.56 Unpacking libnfnetlink0:amd64 (1.0.1-3) ... [2019-09-30T14:05:18.370Z] time [2019-09-30T14:05:18.426Z] #13 49.65 Selecting previously unselected package libpcrecpp0v5:amd64. [2019-09-30T14:05:18.426Z] #13 49.65 Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_amd64.deb ... [2019-09-30T14:05:18.426Z] #13 49.66 Unpacking libpcrecpp0v5:amd64 (2:8.39-3) ... [2019-09-30T14:05:18.426Z] #13 ... [2019-09-30T14:05:18.426Z] [2019-09-30T14:05:18.426Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:05:18.426Z] #58 39.73 CC images/rpc.o [2019-09-30T14:05:18.426Z] #58 41.02 CC images/ext-file.o [2019-09-30T14:05:18.426Z] #58 41.34 CC images/cgroup.o [2019-09-30T14:05:18.426Z] #58 42.08 CC images/userns.o [2019-09-30T14:05:18.426Z] #58 42.45 CC images/google/protobuf/descriptor.o [2019-09-30T14:05:18.426Z] #58 44.39 CC images/opts.o [2019-09-30T14:05:18.426Z] #58 44.58 CC images/seccomp.o [2019-09-30T14:05:18.426Z] #58 44.85 CC images/binfmt-misc.o [2019-09-30T14:05:18.426Z] #58 45.09 CC images/time.o [2019-09-30T14:05:18.426Z] #58 45.24 CC images/sysctl.o [2019-09-30T14:05:18.426Z] #58 45.49 CC images/autofs.o [2019-09-30T14:05:18.426Z] #58 45.82 CC images/macvlan.o [2019-09-30T14:05:18.426Z] #58 46.08 CC images/sit.o [2019-09-30T14:05:18.426Z] #58 46.37 LINK images/built-in.o [2019-09-30T14:05:18.426Z] #58 46.44 GEN compel/include/asm [2019-09-30T14:05:18.426Z] #58 46.45 GEN compel/include/version.h [2019-09-30T14:05:18.426Z] #58 46.51 touch .config [2019-09-30T14:05:18.426Z] #58 46.52 GEN include/common/config.h [2019-09-30T14:05:18.426Z] #58 46.60 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2019-09-30T14:05:18.426Z] #58 46.63 GEN compel/plugins/include/uapi/std/syscall-64.h [2019-09-30T14:05:18.426Z] #58 46.66 GEN compel/arch/x86/plugins/std/syscalls-64.S [2019-09-30T14:05:18.426Z] #58 46.68 DEP compel/arch/x86/plugins/std/syscalls-64.d [2019-09-30T14:05:18.426Z] #58 46.71 DEP compel/arch/x86/plugins/std/memcpy.d [2019-09-30T14:05:18.426Z] #58 46.76 DEP compel/arch/x86/plugins/std/parasite-head.d [2019-09-30T14:05:18.426Z] #58 46.80 GEN compel/plugins/include/uapi/std/syscall.h [2019-09-30T14:05:18.426Z] #58 46.85 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2019-09-30T14:05:18.426Z] #58 46.88 GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-09-30T14:05:18.426Z] #58 46.92 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-09-30T14:05:18.426Z] #58 46.93 DEP compel/plugins/std/infect.d [2019-09-30T14:05:18.426Z] #58 47.04 DEP compel/plugins/std/string.d [2019-09-30T14:05:18.426Z] #58 47.12 DEP compel/plugins/std/log.d [2019-09-30T14:05:18.426Z] #58 47.30 DEP compel/plugins/std/fds.d [2019-09-30T14:05:18.426Z] #58 47.48 DEP compel/plugins/std/std.d [2019-09-30T14:05:18.426Z] #58 47.57 DEP compel/plugins/shmem/shmem.d [2019-09-30T14:05:18.426Z] #58 47.66 DEP compel/plugins/fds/fds.d [2019-09-30T14:05:18.426Z] #58 47.81 CC compel/plugins/std/std.o [2019-09-30T14:05:18.426Z] #58 48.21 CC compel/plugins/std/fds.o [2019-09-30T14:05:18.426Z] #58 48.69 CC compel/plugins/std/log.o [2019-09-30T14:05:18.426Z] #58 49.72 CC compel/plugins/std/string.o [2019-09-30T14:05:18.682Z] #58 ... [2019-09-30T14:05:18.682Z] [2019-09-30T14:05:18.682Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:05:18.682Z] #13 49.82 Selecting previously unselected package libudev-dev:amd64. [2019-09-30T14:05:18.682Z] #13 49.83 Preparing to unpack .../04-libudev-dev_232-25+deb9u12_amd64.deb ... [2019-09-30T14:05:18.682Z] #13 49.85 Unpacking libudev-dev:amd64 (232-25+deb9u12) ... [2019-09-30T14:05:18.682Z] #13 50.00 Selecting previously unselected package libpython3.5-minimal:amd64. [2019-09-30T14:05:18.682Z] #13 50.00 Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... [2019-09-30T14:05:18.682Z] #13 50.01 Unpacking libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... [2019-09-30T14:05:18.750Z] internal/poll [2019-09-30T14:05:18.750Z] internal/syscall/unix [2019-09-30T14:05:18.750Z] os [2019-09-30T14:05:18.750Z] internal/fmtsort [2019-09-30T14:05:19.151Z] strings [2019-09-30T14:05:19.151Z] fmt [2019-09-30T14:05:19.151Z] bytes [2019-09-30T14:05:19.151Z] bufio [2019-09-30T14:05:19.245Z] #13 50.57 Selecting previously unselected package python3.5-minimal. [2019-09-30T14:05:19.245Z] #13 50.58 Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... [2019-09-30T14:05:19.245Z] #13 50.60 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-30T14:05:19.523Z] flag [2019-09-30T14:05:19.523Z] path/filepath [2019-09-30T14:05:19.523Z] io/ioutil [2019-09-30T14:05:19.523Z] log [2019-09-30T14:05:19.523Z] github.com/BurntSushi/toml [2019-09-30T14:05:19.523Z] path [2019-09-30T14:05:19.891Z] text/tabwriter [2019-09-30T14:05:19.891Z] github.com/BurntSushi/toml/cmd/tomlv [2019-09-30T14:05:20.611Z] #13 ... [2019-09-30T14:05:20.611Z] [2019-09-30T14:05:20.611Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-09-30T14:05:20.611Z] #61 DONE 115.7s [2019-09-30T14:05:20.611Z] [2019-09-30T14:05:20.611Z] #62 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-09-30T14:05:20.611Z] #62 DONE 0.1s [2019-09-30T14:05:20.611Z] [2019-09-30T14:05:20.611Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:05:20.611Z] #58 50.44 CC compel/plugins/std/infect.o [2019-09-30T14:05:20.611Z] #58 50.82 CC compel/arch/x86/plugins/std/parasite-head.o [2019-09-30T14:05:20.611Z] #58 50.90 CC compel/arch/x86/plugins/std/memcpy.o [2019-09-30T14:05:20.611Z] #58 50.97 CC compel/arch/x86/plugins/std/syscalls-64.o [2019-09-30T14:05:20.611Z] #58 51.05 AR compel/plugins/std.lib.a [2019-09-30T14:05:20.611Z] #58 51.15 CC compel/plugins/fds/fds.o [2019-09-30T14:05:20.611Z] #58 51.54 AR compel/plugins/fds.lib.a [2019-09-30T14:05:20.611Z] #58 51.62 HOSTDEP compel/src/lib/log-host.d [2019-09-30T14:05:20.611Z] #58 51.82 HOSTDEP compel/src/lib/handle-elf-host.d [2019-09-30T14:05:20.611Z] #58 51.99 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2019-09-30T14:05:20.867Z] #58 52.27 HOSTDEP compel/src/main-host.d [2019-09-30T14:05:21.198Z] Removing intermediate container 662d07f9584f [2019-09-30T14:05:21.198Z] ---> 5580a9f0332c [2019-09-30T14:05:21.198Z] Step 45/126 : FROM base AS vndr [2019-09-30T14:05:21.198Z] ---> 7f0d9d361d13 [2019-09-30T14:05:21.198Z] Step 46/126 : ENV INSTALL_BINARY_NAME=vndr [2019-09-30T14:05:21.198Z] ---> Running in 44da44efde76 [2019-09-30T14:05:21.429Z] #58 52.67 DEP compel/src/lib/ptrace.d [2019-09-30T14:05:21.685Z] #58 52.99 DEP compel/src/lib/infect.d [2019-09-30T14:05:21.694Z] Removing intermediate container 44da44efde76 [2019-09-30T14:05:21.694Z] ---> 2d5eab3d0a54 [2019-09-30T14:05:21.694Z] Step 47/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-30T14:05:21.694Z] ---> 7836aa5f22f0 [2019-09-30T14:05:21.694Z] Step 48/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-30T14:05:21.942Z] #58 53.16 DEP compel/src/lib/infect-util.d [2019-09-30T14:05:21.942Z] #58 53.34 DEP compel/src/lib/infect-rpc.d [2019-09-30T14:05:22.138Z] ---> edba5e875136 [2019-09-30T14:05:22.138Z] Step 49/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-30T14:05:22.138Z] ---> Running in 6a37c71adf0b [2019-09-30T14:05:22.198Z] #58 53.50 DEP compel/arch/x86/src/lib/infect.d [2019-09-30T14:05:22.320Z] #13 49.58 Unpacking bash-completion (1:2.1-4.3) ...#13 ... [2019-09-30T14:05:22.320Z] [2019-09-30T14:05:22.320Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-09-30T14:05:22.320Z] #61 106.5 + for f in rootlesskit rootlesskit-docker-proxy [2019-09-30T14:05:22.320Z] #61 106.5 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-09-30T14:05:22.320Z] #61 DONE 114.5s [2019-09-30T14:05:22.320Z] [2019-09-30T14:05:22.320Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:05:22.320Z] #13 49.58 Unpacking bash-completion (1:2.1-4.3) ... [2019-09-30T14:05:22.320Z] #13 ... [2019-09-30T14:05:22.320Z] [2019-09-30T14:05:22.320Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:05:22.320Z] #58 45.60 CC images/opts.o [2019-09-30T14:05:22.320Z] #58 45.88 CC images/seccomp.o [2019-09-30T14:05:22.320Z] #58 46.22 CC images/binfmt-misc.o [2019-09-30T14:05:22.320Z] #58 46.50 CC images/time.o [2019-09-30T14:05:22.320Z] #58 46.75 CC images/sysctl.o [2019-09-30T14:05:22.320Z] #58 46.99 CC images/autofs.o [2019-09-30T14:05:22.320Z] #58 47.24 CC images/macvlan.o [2019-09-30T14:05:22.320Z] #58 47.45 CC images/sit.o [2019-09-30T14:05:22.320Z] #58 47.78 LINK images/built-in.o [2019-09-30T14:05:22.320Z] #58 47.92 GEN compel/include/asm [2019-09-30T14:05:22.320Z] #58 47.93 GEN compel/include/version.h [2019-09-30T14:05:22.320Z] #58 47.94 touch .config [2019-09-30T14:05:22.320Z] #58 47.96 GEN include/common/config.h [2019-09-30T14:05:22.320Z] #58 48.03 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2019-09-30T14:05:22.320Z] #58 48.06 GEN compel/plugins/include/uapi/std/syscall-64.h [2019-09-30T14:05:22.320Z] #58 48.11 GEN compel/arch/x86/plugins/std/syscalls-64.S [2019-09-30T14:05:22.320Z] #58 48.14 DEP compel/arch/x86/plugins/std/syscalls-64.d [2019-09-30T14:05:22.320Z] #58 48.18 DEP compel/arch/x86/plugins/std/memcpy.d [2019-09-30T14:05:22.320Z] #58 48.20 DEP compel/arch/x86/plugins/std/parasite-head.d [2019-09-30T14:05:22.320Z] #58 48.24 GEN compel/plugins/include/uapi/std/syscall.h [2019-09-30T14:05:22.320Z] #58 48.26 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2019-09-30T14:05:22.320Z] #58 48.28 GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-09-30T14:05:22.320Z] #58 48.33 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-09-30T14:05:22.320Z] #58 48.34 DEP compel/plugins/std/infect.d [2019-09-30T14:05:22.320Z] #58 48.56 DEP compel/plugins/std/string.d [2019-09-30T14:05:22.320Z] #58 48.66 DEP compel/plugins/std/log.d [2019-09-30T14:05:22.320Z] #58 48.77 DEP compel/plugins/std/fds.d [2019-09-30T14:05:22.320Z] #58 48.96 DEP compel/plugins/std/std.d [2019-09-30T14:05:22.320Z] #58 49.09 DEP compel/plugins/shmem/shmem.d [2019-09-30T14:05:22.320Z] #58 49.20 DEP compel/plugins/fds/fds.d [2019-09-30T14:05:22.320Z] #58 49.37 CC compel/plugins/std/std.o [2019-09-30T14:05:22.320Z] #58 49.78 CC compel/plugins/std/fds.o [2019-09-30T14:05:22.320Z] #58 50.46 CC compel/plugins/std/log.o [2019-09-30T14:05:22.320Z] #58 ... [2019-09-30T14:05:22.320Z] [2019-09-30T14:05:22.320Z] #62 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-09-30T14:05:22.320Z] #62 DONE 0.1s [2019-09-30T14:05:22.320Z] [2019-09-30T14:05:22.320Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-30T14:05:22.320Z] #33 104.8 encoding/xml [2019-09-30T14:05:22.320Z] #33 105.9 compress/flate [2019-09-30T14:05:22.320Z] #33 108.7 hash [2019-09-30T14:05:22.320Z] #33 108.9 hash/crc32 [2019-09-30T14:05:22.320Z] #33 109.4 compress/gzip [2019-09-30T14:05:22.320Z] #33 110.1 context [2019-09-30T14:05:22.320Z] #33 110.9 crypto/cipher [2019-09-30T14:05:22.320Z] #33 111.2 math/big [2019-09-30T14:05:22.320Z] #33 112.0 crypto/aes [2019-09-30T14:05:22.320Z] #33 113.4 crypto [2019-09-30T14:05:22.320Z] #33 113.7 crypto/des [2019-09-30T14:05:22.320Z] #33 114.3 crypto/internal/randutil [2019-09-30T14:05:22.320Z] #33 114.4 crypto/sha512 [2019-09-30T14:05:22.320Z] #33 ... [2019-09-30T14:05:22.320Z] [2019-09-30T14:05:22.320Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:05:22.320Z] #13 50.23 Selecting previously unselected package libnet1:amd64. [2019-09-30T14:05:22.320Z] #13 50.23 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_amd64.deb ... [2019-09-30T14:05:22.320Z] #13 50.25 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... [2019-09-30T14:05:22.454Z] #58 53.66 DEP compel/arch/x86/src/lib/cpu.d [2019-09-30T14:05:22.454Z] #58 53.84 DEP compel/src/lib/log.d [2019-09-30T14:05:22.508Z] + RM_GOPATH=0 [2019-09-30T14:05:22.508Z] + TMP_GOPATH= [2019-09-30T14:05:22.509Z] + : /build [2019-09-30T14:05:22.509Z] + '[' -z '' ']' [2019-09-30T14:05:22.509Z] ++ mktemp -d [2019-09-30T14:05:22.509Z] + export GOPATH=/tmp/tmp.Pa0tOOpW56 [2019-09-30T14:05:22.509Z] + GOPATH=/tmp/tmp.Pa0tOOpW56 [2019-09-30T14:05:22.509Z] + RM_GOPATH=1 [2019-09-30T14:05:22.509Z] ++ dirname ./install.sh [2019-09-30T14:05:22.509Z] + dir=. [2019-09-30T14:05:22.509Z] + bin=vndr [2019-09-30T14:05:22.509Z] + shift [2019-09-30T14:05:22.509Z] + '[' '!' -f ./vndr.installer ']' [2019-09-30T14:05:22.509Z] + . ./vndr.installer [2019-09-30T14:05:22.509Z] ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-30T14:05:22.509Z] + install_vndr [2019-09-30T14:05:22.509Z] + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-09-30T14:05:22.509Z] Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-30T14:05:22.509Z] + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.Pa0tOOpW56/src/github.com/LK4D4/vndr [2019-09-30T14:05:22.509Z] Cloning into '/tmp/tmp.Pa0tOOpW56/src/github.com/LK4D4/vndr'... [2019-09-30T14:05:22.710Z] #58 54.00 DEP compel/src/main.d [2019-09-30T14:05:22.710Z] #58 54.15 DEP compel/src/lib/handle-elf.d [2019-09-30T14:05:22.885Z] #13 50.63 Selecting previously unselected package libnfnetlink0:amd64. [2019-09-30T14:05:22.885Z] #13 50.63 Preparing to unpack .../02-libnfnetlink0_1.0.1-3_amd64.deb ... [2019-09-30T14:05:22.885Z] #13 50.64 Unpacking libnfnetlink0:amd64 (1.0.1-3) ... [2019-09-30T14:05:22.894Z] + cd /tmp/tmp.Pa0tOOpW56/src/github.com/LK4D4/vndr [2019-09-30T14:05:22.894Z] + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-30T14:05:22.894Z] + go build -buildmode=pie -v -o /build/vndr . [2019-09-30T14:05:22.894Z] internal/cpu [2019-09-30T14:05:22.894Z] runtime/internal/atomic [2019-09-30T14:05:22.894Z] runtime/internal/sys [2019-09-30T14:05:22.894Z] runtime/internal/math [2019-09-30T14:05:22.894Z] internal/bytealg [2019-09-30T14:05:22.894Z] internal/race [2019-09-30T14:05:22.894Z] sync/atomic [2019-09-30T14:05:22.894Z] runtime [2019-09-30T14:05:22.894Z] unicode [2019-09-30T14:05:22.966Z] #58 54.31 DEP compel/arch/x86/src/lib/handle-elf.d [2019-09-30T14:05:23.223Z] #58 54.49 CC compel/src/lib/log.o [2019-09-30T14:05:23.272Z] unicode/utf8 [2019-09-30T14:05:23.272Z] math/bits [2019-09-30T14:05:23.272Z] math [2019-09-30T14:05:23.450Z] #13 51.03 Selecting previously unselected package libpcrecpp0v5:amd64. [2019-09-30T14:05:23.450Z] #13 51.03 Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_amd64.deb ... [2019-09-30T14:05:23.450Z] #13 51.06 Unpacking libpcrecpp0v5:amd64 (2:8.39-3) ... [2019-09-30T14:05:23.450Z] #13 51.18 Selecting previously unselected package libudev-dev:amd64. [2019-09-30T14:05:23.450Z] #13 51.18 Preparing to unpack .../04-libudev-dev_232-25+deb9u12_amd64.deb ... [2019-09-30T14:05:23.450Z] #13 51.22 Unpacking libudev-dev:amd64 (232-25+deb9u12) ... [2019-09-30T14:05:23.450Z] #13 51.43 Selecting previously unselected package libpython3.5-minimal:amd64. [2019-09-30T14:05:23.450Z] #13 51.43 Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... [2019-09-30T14:05:23.480Z] #58 54.85 CC compel/arch/x86/src/lib/cpu.o [2019-09-30T14:05:23.658Z] internal/testlog [2019-09-30T14:05:23.658Z] encoding [2019-09-30T14:05:23.658Z] unicode/utf16 [2019-09-30T14:05:23.658Z] container/list [2019-09-30T14:05:23.658Z] crypto/internal/subtle [2019-09-30T14:05:23.658Z] crypto/subtle [2019-09-30T14:05:23.658Z] vendor/golang.org/x/crypto/cryptobyte/asn1 [2019-09-30T14:05:23.658Z] internal/nettrace [2019-09-30T14:05:23.658Z] runtime/cgo [2019-09-30T14:05:23.708Z] #13 51.44 Unpacking libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... [2019-09-30T14:05:24.036Z] vendor/golang.org/x/crypto/internal/subtle [2019-09-30T14:05:24.273Z] #13 51.99 Selecting previously unselected package python3.5-minimal. [2019-09-30T14:05:24.273Z] #13 51.99 Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... [2019-09-30T14:05:24.273Z] #13 52.00 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-30T14:05:24.407Z] #58 55.75 CC compel/arch/x86/src/lib/infect.o [2019-09-30T14:05:25.336Z] #58 ... [2019-09-30T14:05:25.336Z] [2019-09-30T14:05:25.336Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-30T14:05:25.336Z] #33 110.6 math/big [2019-09-30T14:05:25.336Z] #33 111.4 crypto/aes [2019-09-30T14:05:25.336Z] #33 112.5 crypto [2019-09-30T14:05:25.336Z] #33 112.8 crypto/des [2019-09-30T14:05:25.336Z] #33 113.3 crypto/internal/randutil [2019-09-30T14:05:25.336Z] #33 113.4 crypto/sha512 [2019-09-30T14:05:25.336Z] #33 114.6 crypto/ed25519/internal/edwards25519 [2019-09-30T14:05:25.336Z] #33 117.5 crypto/hmac [2019-09-30T14:05:25.336Z] #33 117.7 crypto/md5 [2019-09-30T14:05:25.336Z] #33 118.5 crypto/rc4 [2019-09-30T14:05:25.336Z] #33 118.7 crypto/sha1 [2019-09-30T14:05:25.336Z] #33 119.2 crypto/rand [2019-09-30T14:05:25.336Z] #33 119.7 crypto/elliptic [2019-09-30T14:05:25.336Z] #33 119.8 encoding/asn1 [2019-09-30T14:05:25.336Z] #33 ... [2019-09-30T14:05:25.336Z] [2019-09-30T14:05:25.336Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:05:25.336Z] #13 52.15 Selecting previously unselected package python3-minimal. [2019-09-30T14:05:25.336Z] #13 52.15 Preparing to unpack .../07-python3-minimal_3.5.3-1_amd64.deb ... [2019-09-30T14:05:25.336Z] #13 52.16 Unpacking python3-minimal (3.5.3-1) ... [2019-09-30T14:05:25.336Z] #13 52.28 Selecting previously unselected package libmpdec2:amd64. [2019-09-30T14:05:25.336Z] #13 52.28 Preparing to unpack .../08-libmpdec2_2.4.2-1_amd64.deb ... [2019-09-30T14:05:25.336Z] #13 52.29 Unpacking libmpdec2:amd64 (2.4.2-1) ... [2019-09-30T14:05:25.336Z] #13 52.49 Selecting previously unselected package libpython3.5-stdlib:amd64. [2019-09-30T14:05:25.336Z] #13 52.49 Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_amd64.deb ... [2019-09-30T14:05:25.336Z] #13 52.51 Unpacking libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... [2019-09-30T14:05:25.336Z] #13 54.55 Selecting previously unselected package python3.5. [2019-09-30T14:05:25.336Z] #13 54.56 Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_amd64.deb ... [2019-09-30T14:05:25.336Z] #13 54.57 Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-09-30T14:05:25.336Z] #13 54.77 Selecting previously unselected package libpython3-stdlib:amd64. [2019-09-30T14:05:25.336Z] #13 54.77 Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_amd64.deb ... [2019-09-30T14:05:25.336Z] #13 54.77 Unpacking libpython3-stdlib:amd64 (3.5.3-1) ... [2019-09-30T14:05:25.336Z] #13 54.86 Selecting previously unselected package dh-python. [2019-09-30T14:05:25.336Z] #13 54.86 Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-09-30T14:05:25.336Z] #13 54.86 Unpacking dh-python (2.20170125) ... [2019-09-30T14:05:25.336Z] #13 55.04 Setting up libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... [2019-09-30T14:05:25.336Z] #13 55.07 Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-30T14:05:25.342Z] internal/reflectlite [2019-09-30T14:05:25.342Z] sync [2019-09-30T14:05:25.342Z] github.com/LK4D4/vndr/godl/singleflight [2019-09-30T14:05:25.342Z] math/rand [2019-09-30T14:05:25.360Z] #13 53.23 Selecting previously unselected package python3-minimal. [2019-09-30T14:05:25.620Z] #13 53.23 Preparing to unpack .../07-python3-minimal_3.5.3-1_amd64.deb ... [2019-09-30T14:05:25.620Z] #13 53.24 Unpacking python3-minimal (3.5.3-1) ... [2019-09-30T14:05:25.620Z] #13 53.36 Selecting previously unselected package libmpdec2:amd64. [2019-09-30T14:05:25.620Z] #13 53.37 Preparing to unpack .../08-libmpdec2_2.4.2-1_amd64.deb ... [2019-09-30T14:05:25.620Z] #13 53.39 Unpacking libmpdec2:amd64 (2.4.2-1) ... [2019-09-30T14:05:25.733Z] internal/singleflight [2019-09-30T14:05:25.733Z] errors [2019-09-30T14:05:25.733Z] sort [2019-09-30T14:05:25.733Z] io [2019-09-30T14:05:25.733Z] strconv [2019-09-30T14:05:25.733Z] bytes [2019-09-30T14:05:25.733Z] bufio [2019-09-30T14:05:25.877Z] #13 53.51 Selecting previously unselected package libpython3.5-stdlib:amd64. [2019-09-30T14:05:25.877Z] #13 53.51 Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_amd64.deb ... [2019-09-30T14:05:25.877Z] #13 53.52 Unpacking libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... [2019-09-30T14:05:26.121Z] internal/oserror [2019-09-30T14:05:26.121Z] syscall [2019-09-30T14:05:26.121Z] reflect [2019-09-30T14:05:26.530Z] time [2019-09-30T14:05:27.227Z] #13 58.18 Setting up python3-minimal (3.5.3-1) ... [2019-09-30T14:05:27.248Z] #13 55.17 Selecting previously unselected package python3.5. [2019-09-30T14:05:27.446Z] internal/poll [2019-09-30T14:05:27.446Z] internal/fmtsort [2019-09-30T14:05:27.446Z] internal/syscall/unix [2019-09-30T14:05:27.446Z] strings [2019-09-30T14:05:27.446Z] os [2019-09-30T14:05:27.446Z] regexp/syntax [2019-09-30T14:05:27.506Z] #13 55.17 Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_amd64.deb ... [2019-09-30T14:05:27.506Z] #13 55.18 Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-09-30T14:05:27.506Z] #13 55.35 Selecting previously unselected package libpython3-stdlib:amd64. [2019-09-30T14:05:27.506Z] #13 55.35 Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_amd64.deb ... [2019-09-30T14:05:27.506Z] #13 55.36 Unpacking libpython3-stdlib:amd64 (3.5.3-1) ... [2019-09-30T14:05:27.506Z] #13 55.43 Selecting previously unselected package dh-python. [2019-09-30T14:05:27.763Z] #13 55.43 Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-09-30T14:05:27.763Z] #13 55.44 Unpacking dh-python (2.20170125) ... [2019-09-30T14:05:27.825Z] fmt [2019-09-30T14:05:28.020Z] #13 55.72 Setting up libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... [2019-09-30T14:05:28.020Z] #13 55.77 Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-30T14:05:28.219Z] path/filepath [2019-09-30T14:05:28.219Z] flag [2019-09-30T14:05:28.219Z] go/token [2019-09-30T14:05:28.219Z] go/scanner [2019-09-30T14:05:28.219Z] regexp [2019-09-30T14:05:28.219Z] go/ast [2019-09-30T14:05:28.593Z] #13 59.68 Selecting previously unselected package python3. [2019-09-30T14:05:28.593Z] #13 59.68 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16747 files and directories currently installed.) [2019-09-30T14:05:28.593Z] #13 59.74 Preparing to unpack .../00-python3_3.5.3-1_amd64.deb ... [2019-09-30T14:05:28.593Z] #13 59.75 Unpacking python3 (3.5.3-1) ... [2019-09-30T14:05:28.593Z] #13 59.86 Selecting previously unselected package pigz. [2019-09-30T14:05:28.593Z] #13 59.87 Preparing to unpack .../01-pigz_2.3.4-1_amd64.deb ... [2019-09-30T14:05:28.593Z] #13 59.87 Unpacking pigz (2.3.4-1) ... [2019-09-30T14:05:28.612Z] internal/lazyregexp [2019-09-30T14:05:28.612Z] path [2019-09-30T14:05:28.612Z] io/ioutil [2019-09-30T14:05:28.612Z] net/url [2019-09-30T14:05:28.612Z] text/template/parse [2019-09-30T14:05:28.850Z] #13 59.98 Selecting previously unselected package libip4tc0:amd64. [2019-09-30T14:05:28.850Z] #13 59.99 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-30T14:05:28.850Z] #13 59.99 Unpacking libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-30T14:05:28.850Z] #13 60.13 Selecting previously unselected package libip6tc0:amd64. [2019-09-30T14:05:28.850Z] #13 60.13 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-30T14:05:28.850Z] #13 60.14 Unpacking libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-30T14:05:28.850Z] #13 60.25 Selecting previously unselected package libiptc0:amd64. [2019-09-30T14:05:29.017Z] go/parser [2019-09-30T14:05:29.017Z] text/template [2019-09-30T14:05:29.106Z] #13 60.26 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-30T14:05:29.106Z] #13 60.26 Unpacking libiptc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-30T14:05:29.106Z] #13 60.38 Selecting previously unselected package libxtables12:amd64. [2019-09-30T14:05:29.106Z] #13 60.38 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-30T14:05:29.106Z] #13 60.39 Unpacking libxtables12:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-30T14:05:29.362Z] #13 60.52 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2019-09-30T14:05:29.362Z] #13 60.53 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_amd64.deb ... [2019-09-30T14:05:29.362Z] #13 60.54 Unpacking libnetfilter-conntrack3:amd64 (1.0.6-2) ... [2019-09-30T14:05:29.362Z] #13 60.61 Selecting previously unselected package iptables. [2019-09-30T14:05:29.362Z] #13 60.63 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-30T14:05:29.362Z] #13 60.64 Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-09-30T14:05:29.403Z] log [2019-09-30T14:05:29.403Z] encoding/binary [2019-09-30T14:05:29.403Z] encoding/base64 [2019-09-30T14:05:29.403Z] encoding/json [2019-09-30T14:05:29.403Z] go/doc [2019-09-30T14:05:29.809Z] github.com/LK4D4/vndr/build [2019-09-30T14:05:29.809Z] encoding/xml [2019-09-30T14:05:29.924Z] #13 61.07 Selecting previously unselected package xxd. [2019-09-30T14:05:29.924Z] #13 61.07 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-09-30T14:05:29.924Z] #13 61.08 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:05:29.924Z] #13 61.24 Selecting previously unselected package vim-common. [2019-09-30T14:05:29.924Z] #13 61.24 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-30T14:05:29.924Z] #13 61.28 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:05:30.180Z] #13 61.50 Selecting previously unselected package bzip2. [2019-09-30T14:05:30.180Z] #13 61.51 Preparing to unpack .../10-bzip2_1.0.6-8.1_amd64.deb ... [2019-09-30T14:05:30.180Z] #13 61.53 Unpacking bzip2 (1.0.6-8.1) ... [2019-09-30T14:05:30.199Z] compress/flate [2019-09-30T14:05:30.436Z] #13 61.64 Selecting previously unselected package libgpm2:amd64. [2019-09-30T14:05:30.436Z] #13 61.64 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_amd64.deb ... [2019-09-30T14:05:30.436Z] #13 61.64 Unpacking libgpm2:amd64 (1.20.4-6.2+b1) ... [2019-09-30T14:05:30.436Z] #13 61.76 Selecting previously unselected package xz-utils. [2019-09-30T14:05:30.436Z] #13 61.76 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_amd64.deb ... [2019-09-30T14:05:30.436Z] #13 61.76 Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-09-30T14:05:30.584Z] hash [2019-09-30T14:05:30.584Z] hash/crc32 [2019-09-30T14:05:30.584Z] context [2019-09-30T14:05:30.584Z] compress/gzip [2019-09-30T14:05:30.584Z] crypto/cipher [2019-09-30T14:05:30.584Z] math/big [2019-09-30T14:05:30.584Z] crypto/aes [2019-09-30T14:05:30.692Z] #13 61.97 Selecting previously unselected package aufs-tools. [2019-09-30T14:05:30.693Z] #13 61.98 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_amd64.deb ... [2019-09-30T14:05:30.693Z] #13 61.98 Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-09-30T14:05:30.949Z] #13 62.19 Selecting previously unselected package liblzo2-2:amd64. [2019-09-30T14:05:30.949Z] #13 62.20 Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-09-30T14:05:30.949Z] #13 62.22 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-30T14:05:30.970Z] crypto [2019-09-30T14:05:30.970Z] crypto/des [2019-09-30T14:05:30.970Z] crypto/internal/randutil [2019-09-30T14:05:30.970Z] crypto/sha512 [2019-09-30T14:05:30.970Z] crypto/ed25519/internal/edwards25519 [2019-09-30T14:05:31.205Z] #13 62.35 Selecting previously unselected package btrfs-progs. [2019-09-30T14:05:31.205Z] #13 62.35 Preparing to unpack .../15-btrfs-progs_4.7.3-1_amd64.deb ... [2019-09-30T14:05:31.205Z] #13 62.36 Unpacking btrfs-progs (4.7.3-1) ... [2019-09-30T14:05:31.297Z] #13 58.88 Setting up python3-minimal (3.5.3-1) ... [2019-09-30T14:05:31.361Z] crypto/hmac [2019-09-30T14:05:31.361Z] crypto/md5 [2019-09-30T14:05:31.361Z] crypto/rand [2019-09-30T14:05:31.361Z] crypto/elliptic [2019-09-30T14:05:31.361Z] encoding/asn1 [2019-09-30T14:05:31.768Z] #13 62.91 Selecting previously unselected package btrfs-tools. [2019-09-30T14:05:31.768Z] #13 62.91 Preparing to unpack .../16-btrfs-tools_4.7.3-1_amd64.deb ... [2019-09-30T14:05:31.768Z] #13 62.93 Unpacking btrfs-tools (4.7.3-1) ... [2019-09-30T14:05:31.768Z] #13 63.00 Selecting previously unselected package libdevmapper1.02.1:amd64. [2019-09-30T14:05:31.768Z] #13 63.01 Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_amd64.deb ... [2019-09-30T14:05:31.768Z] #13 63.03 Unpacking libdevmapper1.02.1:amd64 (2:1.02.137-2) ... [2019-09-30T14:05:31.822Z] crypto/ed25519 [2019-09-30T14:05:31.822Z] crypto/rc4 [2019-09-30T14:05:31.822Z] crypto/ecdsa [2019-09-30T14:05:32.024Z] #13 63.21 Selecting previously unselected package dmsetup. [2019-09-30T14:05:32.024Z] #13 63.22 Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_amd64.deb ... [2019-09-30T14:05:32.024Z] #13 63.23 Unpacking dmsetup (2:1.02.137-2) ... [2019-09-30T14:05:32.024Z] #13 63.39 Selecting previously unselected package libonig4:amd64. [2019-09-30T14:05:32.024Z] #13 63.40 Preparing to unpack .../19-libonig4_6.1.3-2_amd64.deb ... [2019-09-30T14:05:32.229Z] #13 60.14 Selecting previously unselected package python3. [2019-09-30T14:05:32.280Z] #13 63.40 Unpacking libonig4:amd64 (6.1.3-2) ... [2019-09-30T14:05:32.280Z] #13 63.54 Selecting previously unselected package libjq1:amd64. [2019-09-30T14:05:32.280Z] #13 63.54 Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_amd64.deb ... [2019-09-30T14:05:32.280Z] #13 63.55 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... [2019-09-30T14:05:32.335Z] crypto/rsa [2019-09-30T14:05:32.335Z] crypto/sha1 [2019-09-30T14:05:32.335Z] crypto/sha256 [2019-09-30T14:05:32.335Z] crypto/dsa [2019-09-30T14:05:32.335Z] encoding/hex [2019-09-30T14:05:32.335Z] encoding/pem [2019-09-30T14:05:32.335Z] crypto/x509/pkix [2019-09-30T14:05:32.335Z] vendor/golang.org/x/crypto/cryptobyte [2019-09-30T14:05:32.335Z] vendor/golang.org/x/net/dns/dnsmessage [2019-09-30T14:05:32.486Z] #13 60.14 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16747 files and directories currently installed.) [2019-09-30T14:05:32.486Z] #13 60.20 Preparing to unpack .../00-python3_3.5.3-1_amd64.deb ... [2019-09-30T14:05:32.486Z] #13 60.22 Unpacking python3 (3.5.3-1) ... [2019-09-30T14:05:32.486Z] #13 60.30 Selecting previously unselected package pigz. [2019-09-30T14:05:32.486Z] #13 60.33 Preparing to unpack .../01-pigz_2.3.4-1_amd64.deb ... [2019-09-30T14:05:32.486Z] #13 60.34 Unpacking pigz (2.3.4-1) ... [2019-09-30T14:05:32.536Z] #13 63.70 Selecting previously unselected package jq. [2019-09-30T14:05:32.536Z] #13 63.70 Preparing to unpack .../21-jq_1.5+dfsg-1.3_amd64.deb ... [2019-09-30T14:05:32.536Z] #13 63.71 Unpacking jq (1.5+dfsg-1.3) ... [2019-09-30T14:05:32.536Z] #13 63.83 Selecting previously unselected package libaio1:amd64. [2019-09-30T14:05:32.536Z] #13 63.84 Preparing to unpack .../22-libaio1_0.3.110-3_amd64.deb ... [2019-09-30T14:05:32.536Z] #13 63.84 Unpacking libaio1:amd64 (0.3.110-3) ... [2019-09-30T14:05:32.536Z] #13 63.93 Selecting previously unselected package libcap2-bin. [2019-09-30T14:05:32.721Z] vendor/golang.org/x/sys/cpu [2019-09-30T14:05:32.721Z] vendor/golang.org/x/crypto/internal/chacha20 [2019-09-30T14:05:32.721Z] vendor/golang.org/x/crypto/poly1305 [2019-09-30T14:05:32.721Z] net [2019-09-30T14:05:32.721Z] vendor/golang.org/x/crypto/chacha20poly1305 [2019-09-30T14:05:32.743Z] #13 60.47 Selecting previously unselected package libip4tc0:amd64. [2019-09-30T14:05:32.743Z] #13 60.47 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-30T14:05:32.743Z] #13 60.48 Unpacking libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-30T14:05:32.743Z] #13 60.59 Selecting previously unselected package libip6tc0:amd64. [2019-09-30T14:05:32.743Z] #13 60.59 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-30T14:05:32.743Z] #13 60.59 Unpacking libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-30T14:05:32.793Z] #13 63.93 Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_amd64.deb ... [2019-09-30T14:05:32.793Z] #13 63.94 Unpacking libcap2-bin (1:2.25-1) ... [2019-09-30T14:05:32.793Z] #13 64.07 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2019-09-30T14:05:32.793Z] #13 64.08 Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_amd64.deb ... [2019-09-30T14:05:32.793Z] #13 64.08 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... [2019-09-30T14:05:32.793Z] #13 64.18 Selecting previously unselected package libsepol1-dev:amd64. [2019-09-30T14:05:33.000Z] #13 60.71 Selecting previously unselected package libiptc0:amd64. [2019-09-30T14:05:33.000Z] #13 60.71 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-30T14:05:33.000Z] #13 60.73 Unpacking libiptc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-30T14:05:33.049Z] #13 64.18 Preparing to unpack .../25-libsepol1-dev_2.6-2_amd64.deb ... [2019-09-30T14:05:33.049Z] #13 64.19 Unpacking libsepol1-dev:amd64 (2.6-2) ... [2019-09-30T14:05:33.127Z] vendor/golang.org/x/crypto/curve25519 [2019-09-30T14:05:33.127Z] vendor/golang.org/x/crypto/hkdf [2019-09-30T14:05:33.127Z] vendor/golang.org/x/text/transform [2019-09-30T14:05:33.127Z] vendor/golang.org/x/text/unicode/bidi [2019-09-30T14:05:33.127Z] vendor/golang.org/x/text/secure/bidirule [2019-09-30T14:05:33.258Z] #13 60.88 Selecting previously unselected package libxtables12:amd64. [2019-09-30T14:05:33.258Z] #13 60.89 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-30T14:05:33.258Z] #13 60.89 Unpacking libxtables12:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-30T14:05:33.258Z] #13 ... [2019-09-30T14:05:33.258Z] [2019-09-30T14:05:33.258Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:05:33.258Z] #58 52.20 CC compel/plugins/std/string.o [2019-09-30T14:05:33.258Z] #58 52.92 CC compel/plugins/std/infect.o [2019-09-30T14:05:33.258Z] #58 53.48 CC compel/arch/x86/plugins/std/parasite-head.o [2019-09-30T14:05:33.258Z] #58 53.58 CC compel/arch/x86/plugins/std/memcpy.o [2019-09-30T14:05:33.258Z] #58 53.64 CC compel/arch/x86/plugins/std/syscalls-64.o [2019-09-30T14:05:33.258Z] #58 53.72 AR compel/plugins/std.lib.a [2019-09-30T14:05:33.258Z] #58 53.81 CC compel/plugins/fds/fds.o [2019-09-30T14:05:33.258Z] #58 54.08 AR compel/plugins/fds.lib.a [2019-09-30T14:05:33.258Z] #58 54.14 HOSTDEP compel/src/lib/log-host.d [2019-09-30T14:05:33.258Z] #58 54.29 HOSTDEP compel/src/lib/handle-elf-host.d [2019-09-30T14:05:33.258Z] #58 54.43 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2019-09-30T14:05:33.258Z] #58 54.58 HOSTDEP compel/src/main-host.d [2019-09-30T14:05:33.258Z] #58 54.74 DEP compel/src/lib/ptrace.d [2019-09-30T14:05:33.258Z] #58 54.92 DEP compel/src/lib/infect.d [2019-09-30T14:05:33.258Z] #58 55.12 DEP compel/src/lib/infect-util.d [2019-09-30T14:05:33.258Z] #58 55.30 DEP compel/src/lib/infect-rpc.d [2019-09-30T14:05:33.258Z] #58 55.45 DEP compel/arch/x86/src/lib/infect.d [2019-09-30T14:05:33.258Z] #58 55.59 DEP compel/arch/x86/src/lib/cpu.d [2019-09-30T14:05:33.258Z] #58 55.72 DEP compel/src/lib/log.d [2019-09-30T14:05:33.258Z] #58 55.82 DEP compel/src/main.d [2019-09-30T14:05:33.258Z] #58 55.99 DEP compel/src/lib/handle-elf.d [2019-09-30T14:05:33.258Z] #58 56.10 DEP compel/arch/x86/src/lib/handle-elf.d [2019-09-30T14:05:33.258Z] #58 56.39 CC compel/src/lib/log.o [2019-09-30T14:05:33.258Z] #58 56.73 CC compel/arch/x86/src/lib/cpu.o [2019-09-30T14:05:33.258Z] #58 57.77 CC compel/arch/x86/src/lib/infect.o [2019-09-30T14:05:33.258Z] #58 58.71 CC compel/src/lib/infect-rpc.o [2019-09-30T14:05:33.258Z] #58 59.14 CC compel/src/lib/infect-util.o [2019-09-30T14:05:33.258Z] #58 59.40 CC compel/src/lib/infect.o [2019-09-30T14:05:33.258Z] #58 61.74 CC compel/src/lib/ptrace.o [2019-09-30T14:05:33.258Z] #58 62.22 AR compel/libcompel.a [2019-09-30T14:05:33.258Z] #58 62.28 HOSTCC compel/src/main-host.o [2019-09-30T14:05:33.258Z] #58 ... [2019-09-30T14:05:33.258Z] [2019-09-30T14:05:33.258Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:05:33.258Z] #13 61.03 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2019-09-30T14:05:33.258Z] #13 61.03 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_amd64.deb ... [2019-09-30T14:05:33.258Z] #13 61.05 Unpacking libnetfilter-conntrack3:amd64 (1.0.6-2) ... [2019-09-30T14:05:33.258Z] #13 61.15 Selecting previously unselected package iptables. [2019-09-30T14:05:33.305Z] #13 64.46 Selecting previously unselected package libpcre16-3:amd64. [2019-09-30T14:05:33.305Z] #13 64.46 Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_amd64.deb ... [2019-09-30T14:05:33.305Z] #13 64.46 Unpacking libpcre16-3:amd64 (2:8.39-3) ... [2019-09-30T14:05:33.305Z] #13 64.63 Selecting previously unselected package libpcre32-3:amd64. [2019-09-30T14:05:33.305Z] #13 64.64 Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_amd64.deb ... [2019-09-30T14:05:33.305Z] #13 64.64 Unpacking libpcre32-3:amd64 (2:8.39-3) ... [2019-09-30T14:05:33.515Z] #13 61.15 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-30T14:05:33.515Z] #13 61.16 Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-09-30T14:05:33.515Z] #13 ... [2019-09-30T14:05:33.515Z] [2019-09-30T14:05:33.515Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-30T14:05:33.515Z] #33 116.1 crypto/ed25519/internal/edwards25519 [2019-09-30T14:05:33.515Z] #33 118.1 crypto/hmac [2019-09-30T14:05:33.515Z] #33 118.3 crypto/md5 [2019-09-30T14:05:33.515Z] #33 118.9 crypto/rc4 [2019-09-30T14:05:33.515Z] #33 119.0 crypto/sha1 [2019-09-30T14:05:33.515Z] #33 120.2 crypto/sha256 [2019-09-30T14:05:33.515Z] #33 120.4 crypto/rand [2019-09-30T14:05:33.515Z] #33 121.1 crypto/elliptic [2019-09-30T14:05:33.515Z] #33 121.2 encoding/asn1 [2019-09-30T14:05:33.515Z] #33 123.5 crypto/ed25519 [2019-09-30T14:05:33.515Z] #33 123.7 crypto/rsa [2019-09-30T14:05:33.515Z] #33 124.2 crypto/ecdsa [2019-09-30T14:05:33.515Z] #33 124.9 crypto/dsa [2019-09-30T14:05:33.515Z] #33 125.3 encoding/hex [2019-09-30T14:05:33.515Z] #33 125.4 encoding/pem [2019-09-30T14:05:33.515Z] #33 125.7 crypto/x509/pkix [2019-09-30T14:05:33.515Z] #33 126.0 vendor/golang.org/x/crypto/cryptobyte [2019-09-30T14:05:33.515Z] #33 126.1 vendor/golang.org/x/net/dns/dnsmessage [2019-09-30T14:05:33.521Z] vendor/golang.org/x/text/unicode/norm [2019-09-30T14:05:33.561Z] #13 64.84 Selecting previously unselected package libpcre3-dev:amd64. [2019-09-30T14:05:33.561Z] #13 64.86 Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_amd64.deb ... [2019-09-30T14:05:33.561Z] #13 64.87 Unpacking libpcre3-dev:amd64 (2:8.39-3) ... [2019-09-30T14:05:33.772Z] #33 ... [2019-09-30T14:05:33.772Z] [2019-09-30T14:05:33.772Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:05:33.772Z] #13 61.55 Selecting previously unselected package xxd. [2019-09-30T14:05:33.772Z] #13 61.55 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-09-30T14:05:33.772Z] #13 61.57 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:05:33.915Z] vendor/golang.org/x/net/idna [2019-09-30T14:05:33.915Z] vendor/golang.org/x/net/http2/hpack [2019-09-30T14:05:33.915Z] mime [2019-09-30T14:05:34.030Z] #13 61.72 Selecting previously unselected package vim-common. [2019-09-30T14:05:34.030Z] #13 61.72 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-30T14:05:34.030Z] #13 61.74 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:05:34.030Z] #13 61.93 Selecting previously unselected package bzip2. [2019-09-30T14:05:34.030Z] #13 61.94 Preparing to unpack .../10-bzip2_1.0.6-8.1_amd64.deb ... [2019-09-30T14:05:34.030Z] #13 61.95 Unpacking bzip2 (1.0.6-8.1) ... [2019-09-30T14:05:34.123Z] #13 65.44 Selecting previously unselected package libselinux1-dev:amd64. [2019-09-30T14:05:34.123Z] #13 65.44 Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_amd64.deb ... [2019-09-30T14:05:34.123Z] #13 65.45 Unpacking libselinux1-dev:amd64 (2.6-3+b3) ... [2019-09-30T14:05:34.287Z] #13 62.14 Selecting previously unselected package libgpm2:amd64. [2019-09-30T14:05:34.287Z] #13 62.14 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_amd64.deb ... [2019-09-30T14:05:34.287Z] #13 62.17 Unpacking libgpm2:amd64 (1.20.4-6.2+b1) ... [2019-09-30T14:05:34.318Z] mime/quotedprintable [2019-09-30T14:05:34.318Z] net/http/internal [2019-09-30T14:05:34.318Z] os/exec [2019-09-30T14:05:34.379Z] #13 65.80 Selecting previously unselected package libdevmapper-dev:amd64. [2019-09-30T14:05:34.380Z] #13 65.80 Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_amd64.deb ... [2019-09-30T14:05:34.380Z] #13 65.81 Unpacking libdevmapper-dev:amd64 (2:1.02.137-2) ... [2019-09-30T14:05:34.545Z] #13 62.27 Selecting previously unselected package xz-utils. [2019-09-30T14:05:34.545Z] #13 62.29 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_amd64.deb ... [2019-09-30T14:05:34.545Z] #13 62.30 Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-09-30T14:05:34.636Z] #13 65.93 Selecting previously unselected package libnl-3-200:amd64. [2019-09-30T14:05:34.636Z] #13 65.94 Preparing to unpack .../31-libnl-3-200_3.2.27-2_amd64.deb ... [2019-09-30T14:05:34.636Z] #13 65.94 Unpacking libnl-3-200:amd64 (3.2.27-2) ... [2019-09-30T14:05:34.707Z] net/textproto [2019-09-30T14:05:34.707Z] crypto/x509 [2019-09-30T14:05:34.803Z] #13 62.56 Selecting previously unselected package aufs-tools. [2019-09-30T14:05:34.803Z] #13 62.57 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_amd64.deb ... [2019-09-30T14:05:34.803Z] #13 62.58 Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-09-30T14:05:34.803Z] #13 62.76 Selecting previously unselected package liblzo2-2:amd64. [2019-09-30T14:05:34.803Z] #13 62.76 Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-09-30T14:05:34.803Z] #13 62.77 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-30T14:05:34.892Z] #13 66.05 Selecting previously unselected package libprotobuf-c1:amd64. [2019-09-30T14:05:34.892Z] #13 66.06 Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_amd64.deb ... [2019-09-30T14:05:34.892Z] #13 66.06 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... [2019-09-30T14:05:34.892Z] #13 66.16 Selecting previously unselected package libreadline5:amd64. [2019-09-30T14:05:34.892Z] #13 66.16 Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_amd64.deb ... [2019-09-30T14:05:34.892Z] #13 66.17 Unpacking libreadline5:amd64 (5.2+dfsg-3+b1) ... [2019-09-30T14:05:35.061Z] #13 62.89 Selecting previously unselected package btrfs-progs. [2019-09-30T14:05:35.061Z] #13 62.89 Preparing to unpack .../15-btrfs-progs_4.7.3-1_amd64.deb ... [2019-09-30T14:05:35.061Z] #13 62.89 Unpacking btrfs-progs (4.7.3-1) ... [2019-09-30T14:05:35.071Z] vendor/golang.org/x/net/http/httpguts [2019-09-30T14:05:35.071Z] vendor/golang.org/x/net/http/httpproxy [2019-09-30T14:05:35.071Z] mime/multipart [2019-09-30T14:05:35.148Z] #13 66.32 Selecting previously unselected package libsystemd-dev:amd64. [2019-09-30T14:05:35.148Z] #13 66.32 Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_amd64.deb ... [2019-09-30T14:05:35.148Z] #13 66.33 Unpacking libsystemd-dev:amd64 (232-25+deb9u12) ... [2019-09-30T14:05:35.405Z] #13 ... [2019-09-30T14:05:35.405Z] [2019-09-30T14:05:35.405Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:05:35.405Z] #58 56.77 CC compel/src/lib/infect-rpc.o [2019-09-30T14:05:35.405Z] #58 57.27 CC compel/src/lib/infect-util.o [2019-09-30T14:05:35.405Z] #58 57.55 CC compel/src/lib/infect.o [2019-09-30T14:05:35.405Z] #58 59.92 CC compel/src/lib/ptrace.o [2019-09-30T14:05:35.405Z] #58 60.45 AR compel/libcompel.a [2019-09-30T14:05:35.405Z] #58 60.53 HOSTCC compel/src/main-host.o [2019-09-30T14:05:35.405Z] #58 60.97 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2019-09-30T14:05:35.405Z] #58 61.21 HOSTCC compel/src/lib/handle-elf-host.o [2019-09-30T14:05:35.405Z] #58 61.79 HOSTCC compel/src/lib/log-host.o [2019-09-30T14:05:35.405Z] #58 62.08 HOSTLINK compel/compel-host-bin [2019-09-30T14:05:35.405Z] #58 62.21 DEP soccr/soccr.d [2019-09-30T14:05:35.405Z] #58 62.39 CC soccr/soccr.o [2019-09-30T14:05:35.405Z] #58 63.93 AR soccr/libsoccr.a [2019-09-30T14:05:35.405Z] #58 63.96 make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-30T14:05:35.405Z] #58 64.29 DEP criu/arch/x86/sigframe.d [2019-09-30T14:05:35.405Z] #58 64.50 DEP criu/arch/x86/sigaction_compat.d [2019-09-30T14:05:35.405Z] #58 64.60 DEP criu/arch/x86/kerndat.d [2019-09-30T14:05:35.405Z] #58 64.78 DEP criu/arch/x86/crtools.d [2019-09-30T14:05:35.405Z] #58 65.01 DEP criu/arch/x86/cpu.d [2019-09-30T14:05:35.405Z] #58 65.19 CC criu/arch/x86/cpu.o [2019-09-30T14:05:35.405Z] #58 65.96 CC criu/arch/x86/crtools.o [2019-09-30T14:05:35.436Z] crypto/tls [2019-09-30T14:05:35.626Z] #13 63.47 Selecting previously unselected package btrfs-tools. [2019-09-30T14:05:35.626Z] #13 63.48 Preparing to unpack .../16-btrfs-tools_4.7.3-1_amd64.deb ... [2019-09-30T14:05:35.626Z] #13 63.49 Unpacking btrfs-tools (4.7.3-1) ... [2019-09-30T14:05:35.626Z] #13 63.59 Selecting previously unselected package libdevmapper1.02.1:amd64. [2019-09-30T14:05:35.884Z] #13 63.59 Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_amd64.deb ... [2019-09-30T14:05:35.884Z] #13 63.60 Unpacking libdevmapper1.02.1:amd64 (2:1.02.137-2) ... [2019-09-30T14:05:36.142Z] #13 63.80 Selecting previously unselected package dmsetup. [2019-09-30T14:05:36.142Z] #13 63.80 Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_amd64.deb ... [2019-09-30T14:05:36.142Z] #13 63.82 Unpacking dmsetup (2:1.02.137-2) ... [2019-09-30T14:05:36.142Z] #13 63.99 Selecting previously unselected package libonig4:amd64. [2019-09-30T14:05:36.142Z] #13 63.99 Preparing to unpack .../19-libonig4_6.1.3-2_amd64.deb ... [2019-09-30T14:05:36.142Z] #13 64.01 Unpacking libonig4:amd64 (6.1.3-2) ... [2019-09-30T14:05:36.250Z] net/http/httptrace [2019-09-30T14:05:36.250Z] net/http [2019-09-30T14:05:36.333Z] #58 67.50 CC criu/arch/x86/kerndat.o [2019-09-30T14:05:36.399Z] #13 64.23 Selecting previously unselected package libjq1:amd64. [2019-09-30T14:05:36.400Z] #13 64.24 Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_amd64.deb ... [2019-09-30T14:05:36.400Z] #13 64.26 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... [2019-09-30T14:05:36.590Z] #58 ... [2019-09-30T14:05:36.590Z] [2019-09-30T14:05:36.590Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-30T14:05:36.590Z] #33 121.9 crypto/ed25519 [2019-09-30T14:05:36.590Z] #33 122.1 crypto/rsa [2019-09-30T14:05:36.590Z] #33 122.2 crypto/ecdsa [2019-09-30T14:05:36.590Z] #33 122.8 crypto/sha256 [2019-09-30T14:05:36.590Z] #33 123.5 crypto/dsa [2019-09-30T14:05:36.590Z] #33 123.8 encoding/hex [2019-09-30T14:05:36.590Z] #33 123.9 encoding/pem [2019-09-30T14:05:36.590Z] #33 124.2 crypto/x509/pkix [2019-09-30T14:05:36.590Z] #33 124.5 vendor/golang.org/x/crypto/cryptobyte [2019-09-30T14:05:36.590Z] #33 124.6 vendor/golang.org/x/net/dns/dnsmessage [2019-09-30T14:05:36.590Z] #33 126.6 vendor/golang.org/x/crypto/internal/chacha20 [2019-09-30T14:05:36.590Z] #33 127.2 vendor/golang.org/x/crypto/poly1305 [2019-09-30T14:05:36.590Z] #33 127.6 vendor/golang.org/x/sys/cpu [2019-09-30T14:05:36.590Z] #33 127.9 vendor/golang.org/x/crypto/chacha20poly1305 [2019-09-30T14:05:36.590Z] #33 128.6 net [2019-09-30T14:05:36.590Z] #33 129.1 vendor/golang.org/x/crypto/hkdf [2019-09-30T14:05:36.590Z] #33 129.3 vendor/golang.org/x/text/transform [2019-09-30T14:05:36.590Z] #33 129.9 vendor/golang.org/x/text/unicode/bidi [2019-09-30T14:05:36.590Z] #33 131.8 vendor/golang.org/x/text/secure/bidirule [2019-09-30T14:05:36.657Z] #13 64.39 Selecting previously unselected package jq. [2019-09-30T14:05:36.657Z] #13 64.40 Preparing to unpack .../21-jq_1.5+dfsg-1.3_amd64.deb ... [2019-09-30T14:05:36.657Z] #13 64.41 Unpacking jq (1.5+dfsg-1.3) ... [2019-09-30T14:05:36.657Z] #13 64.56 Selecting previously unselected package libaio1:amd64. [2019-09-30T14:05:36.657Z] #13 64.56 Preparing to unpack .../22-libaio1_0.3.110-3_amd64.deb ... [2019-09-30T14:05:36.657Z] #13 64.57 Unpacking libaio1:amd64 (0.3.110-3) ... [2019-09-30T14:05:36.657Z] #13 64.63 Selecting previously unselected package libcap2-bin. [2019-09-30T14:05:36.846Z] #33 132.0 vendor/golang.org/x/text/unicode/norm [2019-09-30T14:05:36.846Z] #33 ... [2019-09-30T14:05:36.846Z] [2019-09-30T14:05:36.846Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:05:36.846Z] #13 68.11 Selecting previously unselected package net-tools. [2019-09-30T14:05:36.846Z] #13 68.13 Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_amd64.deb ... [2019-09-30T14:05:36.846Z] #13 68.13 Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-30T14:05:36.915Z] #13 64.64 Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_amd64.deb ... [2019-09-30T14:05:36.915Z] #13 64.65 Unpacking libcap2-bin (1:2.25-1) ... [2019-09-30T14:05:36.915Z] #13 64.75 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2019-09-30T14:05:36.915Z] #13 64.75 Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_amd64.deb ... [2019-09-30T14:05:36.915Z] #13 64.76 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... [2019-09-30T14:05:37.103Z] #13 68.42 Selecting previously unselected package python-pip-whl. [2019-09-30T14:05:37.103Z] #13 68.42 Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-09-30T14:05:37.103Z] #13 68.43 Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-30T14:05:37.173Z] #13 64.87 Selecting previously unselected package libsepol1-dev:amd64. [2019-09-30T14:05:37.173Z] #13 64.89 Preparing to unpack .../25-libsepol1-dev_2.6-2_amd64.deb ... [2019-09-30T14:05:37.173Z] #13 64.89 Unpacking libsepol1-dev:amd64 (2.6-2) ... [2019-09-30T14:05:37.431Z] #13 65.16 Selecting previously unselected package libpcre16-3:amd64. [2019-09-30T14:05:37.431Z] #13 65.16 Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_amd64.deb ... [2019-09-30T14:05:37.431Z] #13 65.17 Unpacking libpcre16-3:amd64 (2:8.39-3) ... [2019-09-30T14:05:37.431Z] #13 65.38 Selecting previously unselected package libpcre32-3:amd64. [2019-09-30T14:05:37.431Z] #13 65.40 Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_amd64.deb ... [2019-09-30T14:05:37.665Z] #13 69.09 Selecting previously unselected package python3-pip. [2019-09-30T14:05:37.688Z] #13 65.41 Unpacking libpcre32-3:amd64 (2:8.39-3) ... [2019-09-30T14:05:37.688Z] #13 65.61 Selecting previously unselected package libpcre3-dev:amd64. [2019-09-30T14:05:37.922Z] #13 69.09 Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-09-30T14:05:37.922Z] #13 69.12 Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-09-30T14:05:37.946Z] #13 65.63 Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_amd64.deb ... [2019-09-30T14:05:37.946Z] #13 65.64 Unpacking libpcre3-dev:amd64 (2:8.39-3) ... [2019-09-30T14:05:38.178Z] #13 69.32 Selecting previously unselected package python3-pkg-resources. [2019-09-30T14:05:38.178Z] #13 69.33 Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-09-30T14:05:38.178Z] #13 69.34 Unpacking python3-pkg-resources (33.1.1-1) ... [2019-09-30T14:05:38.178Z] #13 69.54 Selecting previously unselected package python3-setuptools. [2019-09-30T14:05:38.178Z] #13 69.56 Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-09-30T14:05:38.178Z] #13 69.57 Unpacking python3-setuptools (33.1.1-1) ... [2019-09-30T14:05:38.462Z] #13 66.18 Selecting previously unselected package libselinux1-dev:amd64. [2019-09-30T14:05:38.462Z] #13 66.20 Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_amd64.deb ... [2019-09-30T14:05:38.462Z] #13 66.21 Unpacking libselinux1-dev:amd64 (2.6-3+b3) ... [2019-09-30T14:05:38.691Z] #13 69.88 Selecting previously unselected package python3-wheel. [2019-09-30T14:05:38.691Z] #13 69.90 Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-09-30T14:05:38.691Z] #13 69.91 Unpacking python3-wheel (0.29.0-2) ... [2019-09-30T14:05:38.691Z] #13 70.06 Selecting previously unselected package thin-provisioning-tools. [2019-09-30T14:05:38.691Z] #13 70.06 Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_amd64.deb ... [2019-09-30T14:05:38.691Z] #13 70.08 Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-30T14:05:38.719Z] #13 66.60 Selecting previously unselected package libdevmapper-dev:amd64. [2019-09-30T14:05:38.821Z] github.com/LK4D4/vndr/godl [2019-09-30T14:05:38.821Z] github.com/LK4D4/vndr [2019-09-30T14:05:38.947Z] #13 70.36 Selecting previously unselected package vim-runtime. [2019-09-30T14:05:38.947Z] #13 70.36 Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-30T14:05:38.977Z] #13 66.60 Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_amd64.deb ... [2019-09-30T14:05:38.977Z] #13 66.62 Unpacking libdevmapper-dev:amd64 (2:1.02.137-2) ... [2019-09-30T14:05:38.977Z] #13 66.77 Selecting previously unselected package libnl-3-200:amd64. [2019-09-30T14:05:38.977Z] #13 66.77 Preparing to unpack .../31-libnl-3-200_3.2.27-2_amd64.deb ... [2019-09-30T14:05:38.977Z] #13 66.78 Unpacking libnl-3-200:amd64 (3.2.27-2) ... [2019-09-30T14:05:39.203Z] #13 70.41 Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' [2019-09-30T14:05:39.203Z] #13 70.47 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-09-30T14:05:39.203Z] #13 70.48 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:05:39.235Z] #13 66.90 Selecting previously unselected package libprotobuf-c1:amd64. [2019-09-30T14:05:39.235Z] #13 66.91 Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_amd64.deb ... [2019-09-30T14:05:39.235Z] #13 66.91 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... [2019-09-30T14:05:39.235Z] #13 66.99 Selecting previously unselected package libreadline5:amd64. [2019-09-30T14:05:39.235Z] #13 67.00 Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_amd64.deb ... [2019-09-30T14:05:39.235Z] #13 67.01 Unpacking libreadline5:amd64 (5.2+dfsg-3+b1) ... [2019-09-30T14:05:39.492Z] #13 67.21 Selecting previously unselected package libsystemd-dev:amd64. [2019-09-30T14:05:39.492Z] #13 67.22 Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_amd64.deb ... [2019-09-30T14:05:39.492Z] #13 67.22 Unpacking libsystemd-dev:amd64 (232-25+deb9u12) ... [2019-09-30T14:05:41.331Z] Removing intermediate container 6a37c71adf0b [2019-09-30T14:05:41.331Z] ---> a7ff416daa30 [2019-09-30T14:05:41.331Z] Step 50/126 : FROM dev-base AS containerd [2019-09-30T14:05:41.331Z] ---> 7f0d9d361d13 [2019-09-30T14:05:41.331Z] Step 51/126 : ARG DEBIAN_FRONTEND [2019-09-30T14:05:41.331Z] ---> Using cache [2019-09-30T14:05:41.331Z] ---> 6959f1555dae [2019-09-30T14:05:41.332Z] Step 52/126 : RUN apt-get update && apt-get install -y --no-install-recommends btrfs-tools && rm -rf /var/lib/apt/lists/* [2019-09-30T14:05:41.332Z] ---> Running in 83d8443e6c79 [2019-09-30T14:05:41.391Z] #13 69.09 Selecting previously unselected package net-tools. [2019-09-30T14:05:41.391Z] #13 69.09 Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_amd64.deb ... [2019-09-30T14:05:41.391Z] #13 69.10 Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-30T14:05:41.649Z] #13 69.37 Selecting previously unselected package python-pip-whl. [2019-09-30T14:05:41.649Z] #13 69.37 Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-09-30T14:05:41.649Z] #13 69.39 Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-30T14:05:41.701Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-30T14:05:41.701Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-30T14:05:41.701Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-30T14:05:41.701Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-30T14:05:41.701Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-30T14:05:42.088Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [484 kB] [2019-09-30T14:05:42.088Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-30T14:05:42.088Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-30T14:05:42.215Z] #13 70.09 Selecting previously unselected package python3-pip. [2019-09-30T14:05:42.215Z] #13 70.10 Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-09-30T14:05:42.215Z] #13 70.10 Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-09-30T14:05:42.473Z] #13 70.34 Selecting previously unselected package python3-pkg-resources. [2019-09-30T14:05:42.473Z] #13 70.35 Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-09-30T14:05:42.473Z] #13 70.35 Unpacking python3-pkg-resources (33.1.1-1) ... [2019-09-30T14:05:42.731Z] #13 70.55 Selecting previously unselected package python3-setuptools. [2019-09-30T14:05:42.731Z] #13 70.55 Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-09-30T14:05:42.731Z] #13 70.56 Unpacking python3-setuptools (33.1.1-1) ... [2019-09-30T14:05:42.989Z] #13 70.84 Selecting previously unselected package python3-wheel. [2019-09-30T14:05:42.989Z] #13 70.84 Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-09-30T14:05:42.989Z] #13 70.85 Unpacking python3-wheel (0.29.0-2) ... [2019-09-30T14:05:43.248Z] #13 70.97 Selecting previously unselected package thin-provisioning-tools. [2019-09-30T14:05:43.248Z] #13 70.98 Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_amd64.deb ... [2019-09-30T14:05:43.248Z] #13 70.98 Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-30T14:05:43.430Z] Fetched 7669 kB in 1s (4444 kB/s) [2019-09-30T14:05:43.506Z] #13 71.39 Selecting previously unselected package vim-runtime. [2019-09-30T14:05:43.506Z] #13 71.39 Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-30T14:05:43.506Z] #13 71.46 Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' [2019-09-30T14:05:43.506Z] #13 71.50 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-09-30T14:05:43.763Z] #13 71.51 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:05:43.763Z] #13 ... [2019-09-30T14:05:43.763Z] [2019-09-30T14:05:43.763Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:05:43.763Z] #58 62.82 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2019-09-30T14:05:43.763Z] #58 63.11 HOSTCC compel/src/lib/handle-elf-host.o [2019-09-30T14:05:43.763Z] #58 63.45 HOSTCC compel/src/lib/log-host.o [2019-09-30T14:05:43.763Z] #58 63.72 HOSTLINK compel/compel-host-bin [2019-09-30T14:05:43.763Z] #58 63.91 DEP soccr/soccr.d [2019-09-30T14:05:43.763Z] #58 64.12 CC soccr/soccr.o [2019-09-30T14:05:43.763Z] #58 65.68 AR soccr/libsoccr.a [2019-09-30T14:05:43.763Z] #58 65.74 make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-30T14:05:43.763Z] #58 66.22 DEP criu/arch/x86/sigframe.d [2019-09-30T14:05:43.763Z] #58 66.43 DEP criu/arch/x86/sigaction_compat.d [2019-09-30T14:05:43.763Z] #58 66.54 DEP criu/arch/x86/kerndat.d [2019-09-30T14:05:43.763Z] #58 66.72 DEP criu/arch/x86/crtools.d [2019-09-30T14:05:43.763Z] #58 66.92 DEP criu/arch/x86/cpu.d [2019-09-30T14:05:43.763Z] #58 67.18 CC criu/arch/x86/cpu.o [2019-09-30T14:05:43.763Z] #58 68.06 CC criu/arch/x86/crtools.o [2019-09-30T14:05:43.763Z] #58 69.51 CC criu/arch/x86/kerndat.o [2019-09-30T14:05:43.763Z] #58 70.09 CC criu/arch/x86/sigaction_compat.o [2019-09-30T14:05:43.763Z] #58 70.36 CC criu/arch/x86/sigframe.o [2019-09-30T14:05:43.763Z] #58 70.66 LINK criu/arch/x86/crtools.built-in.o [2019-09-30T14:05:43.763Z] #58 70.73 DEP criu/pie/util-vdso-elf32.d [2019-09-30T14:05:43.763Z] #58 70.92 DEP criu/arch/x86/vdso-pie.d [2019-09-30T14:05:43.763Z] #58 71.13 DEP criu/pie/parasite-vdso.d [2019-09-30T14:05:43.763Z] #58 71.38 DEP criu/pie/util-vdso.d [2019-09-30T14:05:43.763Z] #58 71.57 DEP criu/pie/util.d [2019-09-30T14:05:43.763Z] #58 71.83 CC criu/pie/util.o [2019-09-30T14:05:43.763Z] #58 72.21 CC criu/pie/util-vdso.o [2019-09-30T14:05:43.886Z] Reading package lists... [2019-09-30T14:05:44.020Z] #58 73.01 CC criu/pie/parasite-vdso.o [2019-09-30T14:05:44.451Z] #13 75.18 Selecting previously unselected package vim. [2019-09-30T14:05:44.451Z] #13 75.19 Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-09-30T14:05:44.451Z] #13 75.19 Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:05:44.451Z] #13 75.76 Selecting previously unselected package xfsprogs. [2019-09-30T14:05:44.451Z] #13 75.77 Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_amd64.deb ... [2019-09-30T14:05:44.451Z] #13 75.78 Unpacking xfsprogs (4.9.0+nmu1) ... [2019-09-30T14:05:44.680Z] Reading package lists... [2019-09-30T14:05:44.680Z] Building dependency tree... [2019-09-30T14:05:44.680Z] Reading state information... [2019-09-30T14:05:44.680Z] The following additional packages will be installed: [2019-09-30T14:05:44.680Z] btrfs-progs liblzo2-2 [2019-09-30T14:05:44.680Z] The following NEW packages will be installed: [2019-09-30T14:05:44.680Z] btrfs-progs btrfs-tools liblzo2-2 [2019-09-30T14:05:45.052Z] 0 upgraded, 3 newly installed, 0 to remove and 7 not upgraded. [2019-09-30T14:05:45.052Z] Need to get 668 kB of archives. [2019-09-30T14:05:45.052Z] After this operation, 5446 kB of additional disk space will be used. [2019-09-30T14:05:45.052Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB] [2019-09-30T14:05:45.052Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-progs s390x 4.7.3-1 [595 kB] [2019-09-30T14:05:45.052Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-tools s390x 4.7.3-1 [16.9 kB] [2019-09-30T14:05:45.052Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-30T14:05:45.052Z] Fetched 668 kB in 0s (7440 kB/s) [2019-09-30T14:05:45.052Z] Selecting previously unselected package liblzo2-2:s390x. [2019-09-30T14:05:45.052Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14828 files and directories currently installed.) [2019-09-30T14:05:45.052Z] Preparing to unpack .../liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-09-30T14:05:45.052Z] Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-30T14:05:45.052Z] Selecting previously unselected package btrfs-progs. [2019-09-30T14:05:45.052Z] Preparing to unpack .../btrfs-progs_4.7.3-1_s390x.deb ... [2019-09-30T14:05:45.052Z] Unpacking btrfs-progs (4.7.3-1) ... [2019-09-30T14:05:45.379Z] #13 76.57 Selecting previously unselected package zip. [2019-09-30T14:05:45.379Z] #13 76.57 Preparing to unpack .../45-zip_3.0-11+b1_amd64.deb ... [2019-09-30T14:05:45.379Z] #13 76.60 Unpacking zip (3.0-11+b1) ... [2019-09-30T14:05:45.379Z] #13 76.78 Selecting previously unselected package libapparmor-perl. [2019-09-30T14:05:45.379Z] #13 76.79 Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_amd64.deb ... [2019-09-30T14:05:45.379Z] #13 76.80 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-30T14:05:45.389Z] #58 74.31 CC criu/arch/x86/vdso-pie.o [2019-09-30T14:05:45.418Z] Selecting previously unselected package btrfs-tools. [2019-09-30T14:05:45.418Z] Preparing to unpack .../btrfs-tools_4.7.3-1_s390x.deb ... [2019-09-30T14:05:45.418Z] Unpacking btrfs-tools (4.7.3-1) ... [2019-09-30T14:05:45.419Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-30T14:05:45.419Z] Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-30T14:05:45.419Z] Setting up btrfs-progs (4.7.3-1) ... [2019-09-30T14:05:45.419Z] Setting up btrfs-tools (4.7.3-1) ... [2019-09-30T14:05:45.419Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-30T14:05:45.635Z] #13 76.93 Selecting previously unselected package apparmor. [2019-09-30T14:05:45.635Z] #13 76.93 Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_amd64.deb ... [2019-09-30T14:05:45.635Z] #13 77.00 Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-09-30T14:05:45.647Z] #58 ... [2019-09-30T14:05:45.647Z] [2019-09-30T14:05:45.647Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-30T14:05:45.647Z] #33 128.0 vendor/golang.org/x/crypto/internal/chacha20 [2019-09-30T14:05:45.647Z] #33 128.7 vendor/golang.org/x/crypto/poly1305 [2019-09-30T14:05:45.647Z] #33 129.0 vendor/golang.org/x/sys/cpu [2019-09-30T14:05:45.647Z] #33 129.4 vendor/golang.org/x/crypto/chacha20poly1305 [2019-09-30T14:05:45.647Z] #33 129.9 net [2019-09-30T14:05:45.647Z] #33 131.0 vendor/golang.org/x/crypto/hkdf [2019-09-30T14:05:45.647Z] #33 131.2 vendor/golang.org/x/text/transform [2019-09-30T14:05:45.647Z] #33 132.0 vendor/golang.org/x/text/unicode/bidi [2019-09-30T14:05:45.647Z] #33 133.9 vendor/golang.org/x/text/secure/bidirule [2019-09-30T14:05:45.647Z] #33 134.2 vendor/golang.org/x/text/unicode/norm [2019-09-30T14:05:45.905Z] #33 ... [2019-09-30T14:05:45.905Z] [2019-09-30T14:05:45.905Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:05:45.905Z] #58 74.76 CC criu/pie/util-vdso-elf32.o [2019-09-30T14:05:46.197Z] #13 77.51 Selecting previously unselected package binutils-mingw-w64-i686. [2019-09-30T14:05:46.197Z] #13 77.51 Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_amd64.deb ... [2019-09-30T14:05:46.197Z] #13 77.51 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-30T14:05:46.199Z] Removing intermediate container 83d8443e6c79 [2019-09-30T14:05:46.199Z] ---> 53acea81e3c6 [2019-09-30T14:05:46.199Z] Step 53/126 : ENV INSTALL_BINARY_NAME=containerd [2019-09-30T14:05:46.199Z] ---> Running in ec9842a95654 [2019-09-30T14:05:46.199Z] Removing intermediate container ec9842a95654 [2019-09-30T14:05:46.199Z] ---> 65b29dd02826 [2019-09-30T14:05:46.199Z] Step 54/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-30T14:05:46.470Z] #58 75.55 AR criu/pie/pie.lib.a [2019-09-30T14:05:46.470Z] #58 75.63 DEP criu/pie/restorer.d [2019-09-30T14:05:46.565Z] ---> 294470d5182f [2019-09-30T14:05:46.565Z] Step 55/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-30T14:05:46.565Z] ---> e83aa1b50679 [2019-09-30T14:05:46.565Z] Step 56/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-30T14:05:46.760Z] #13 ... [2019-09-30T14:05:46.760Z] [2019-09-30T14:05:46.760Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:05:46.760Z] #58 68.07 CC criu/arch/x86/sigaction_compat.o [2019-09-30T14:05:46.760Z] #58 68.45 CC criu/arch/x86/sigframe.o [2019-09-30T14:05:46.760Z] #58 68.74 LINK criu/arch/x86/crtools.built-in.o [2019-09-30T14:05:46.760Z] #58 68.78 DEP criu/pie/util-vdso-elf32.d [2019-09-30T14:05:46.760Z] #58 68.93 DEP criu/arch/x86/vdso-pie.d [2019-09-30T14:05:46.760Z] #58 69.07 DEP criu/pie/parasite-vdso.d [2019-09-30T14:05:46.760Z] #58 69.28 DEP criu/pie/util-vdso.d [2019-09-30T14:05:46.760Z] #58 69.44 DEP criu/pie/util.d [2019-09-30T14:05:46.760Z] #58 69.61 CC criu/pie/util.o [2019-09-30T14:05:46.760Z] #58 70.07 CC criu/pie/util-vdso.o [2019-09-30T14:05:46.760Z] #58 70.96 CC criu/pie/parasite-vdso.o [2019-09-30T14:05:46.760Z] #58 72.29 CC criu/arch/x86/vdso-pie.o [2019-09-30T14:05:46.760Z] #58 72.67 CC criu/pie/util-vdso-elf32.o [2019-09-30T14:05:46.760Z] #58 73.56 AR criu/pie/pie.lib.a [2019-09-30T14:05:46.760Z] #58 73.62 DEP criu/pie/restorer.d [2019-09-30T14:05:46.760Z] #58 73.91 DEP criu/arch/x86/sigaction_compat_pie.d [2019-09-30T14:05:46.760Z] #58 74.06 DEP criu/arch/x86/restorer_unmap.d [2019-09-30T14:05:46.760Z] #58 74.11 DEP criu/arch/x86/restorer.d [2019-09-30T14:05:46.760Z] #58 74.32 DEP criu/pie/parasite.d [2019-09-30T14:05:46.760Z] #58 74.59 CC criu/pie/parasite.o [2019-09-30T14:05:46.760Z] #58 75.87 LINK criu/pie/parasite.built-in.o [2019-09-30T14:05:46.760Z] #58 75.89 GEN criu/pie/parasite-blob.h [2019-09-30T14:05:46.760Z] #58 75.92 CC criu/arch/x86/restorer.o [2019-09-30T14:05:46.760Z] #58 76.79 CC criu/arch/x86/restorer_unmap.o [2019-09-30T14:05:46.760Z] #58 76.85 CC criu/arch/x86/sigaction_compat_pie.o [2019-09-30T14:05:46.760Z] #58 77.30 CC criu/pie/restorer.o [2019-09-30T14:05:46.929Z] ---> Running in dfefd0b9e117 [2019-09-30T14:05:47.045Z] #58 76.05 DEP criu/arch/x86/sigaction_compat_pie.d [2019-09-30T14:05:47.046Z] #58 76.17 DEP criu/arch/x86/restorer_unmap.d [2019-09-30T14:05:47.303Z] + RM_GOPATH=0 [2019-09-30T14:05:47.303Z] + TMP_GOPATH= [2019-09-30T14:05:47.303Z] Install containerd version b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-09-30T14:05:47.303Z] + : /build [2019-09-30T14:05:47.303Z] + '[' -z '' ']' [2019-09-30T14:05:47.303Z] ++ mktemp -d [2019-09-30T14:05:47.303Z] + export GOPATH=/tmp/tmp.vba6ubMdu1 [2019-09-30T14:05:47.303Z] + GOPATH=/tmp/tmp.vba6ubMdu1 [2019-09-30T14:05:47.303Z] + RM_GOPATH=1 [2019-09-30T14:05:47.303Z] ++ dirname ./install.sh [2019-09-30T14:05:47.303Z] + dir=. [2019-09-30T14:05:47.303Z] + bin=containerd [2019-09-30T14:05:47.303Z] + shift [2019-09-30T14:05:47.303Z] + '[' '!' -f ./containerd.installer ']' [2019-09-30T14:05:47.303Z] + . ./containerd.installer [2019-09-30T14:05:47.303Z] ++ CONTAINERD_COMMIT=b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-09-30T14:05:47.303Z] + install_containerd [2019-09-30T14:05:47.303Z] + echo 'Install containerd version b34a5c8af56e510852c35414db4c1f4fa6172339' [2019-09-30T14:05:47.303Z] + git clone https://github.com/containerd/containerd.git /tmp/tmp.vba6ubMdu1/src/github.com/containerd/containerd [2019-09-30T14:05:47.303Z] Cloning into '/tmp/tmp.vba6ubMdu1/src/github.com/containerd/containerd'... [2019-09-30T14:05:47.305Z] #58 76.19 DEP criu/arch/x86/restorer.d [2019-09-30T14:05:47.305Z] #58 76.39 DEP criu/pie/parasite.d [2019-09-30T14:05:47.869Z] #58 76.70 CC criu/pie/parasite.o [2019-09-30T14:05:48.126Z] #58 ... [2019-09-30T14:05:48.126Z] [2019-09-30T14:05:48.126Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:05:48.126Z] #13 79.46 Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-09-30T14:05:48.126Z] #13 79.48 Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_amd64.deb ... [2019-09-30T14:05:48.382Z] #13 79.50 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-30T14:05:49.763Z] #58 78.36 LINK criu/pie/parasite.built-in.o [2019-09-30T14:05:49.763Z] #58 78.38 GEN criu/pie/parasite-blob.h [2019-09-30T14:05:49.763Z] #58 78.42 CC criu/arch/x86/restorer.o [2019-09-30T14:05:50.021Z] #58 79.11 CC criu/arch/x86/restorer_unmap.o [2019-09-30T14:05:50.021Z] #58 79.20 CC criu/arch/x86/sigaction_compat_pie.o [2019-09-30T14:05:50.584Z] #58 79.58 CC criu/pie/restorer.o [2019-09-30T14:05:50.597Z] + cd /tmp/tmp.vba6ubMdu1/src/github.com/containerd/containerd [2019-09-30T14:05:50.597Z] + git checkout -q b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-09-30T14:05:50.899Z] #13 81.76 Selecting previously unselected package binutils-mingw-w64. [2019-09-30T14:05:50.899Z] #13 81.80 Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-09-30T14:05:50.899Z] #13 81.80 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-30T14:05:50.899Z] #13 81.93 Selecting previously unselected package mingw-w64-common. [2019-09-30T14:05:50.899Z] #13 81.94 Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-09-30T14:05:50.899Z] #13 81.95 Unpacking mingw-w64-common (5.0.1-1) ... [2019-09-30T14:05:50.899Z] #13 ... [2019-09-30T14:05:50.899Z] [2019-09-30T14:05:50.899Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-30T14:05:50.899Z] #33 136.1 vendor/golang.org/x/net/idna [2019-09-30T14:05:50.899Z] #33 138.5 vendor/golang.org/x/net/http2/hpack [2019-09-30T14:05:50.899Z] #33 139.7 mime [2019-09-30T14:05:50.899Z] #33 141.6 mime/quotedprintable [2019-09-30T14:05:50.899Z] #33 142.0 net/http/internal [2019-09-30T14:05:50.899Z] #33 142.4 os/exec [2019-09-30T14:05:50.899Z] #33 ... [2019-09-30T14:05:50.899Z] [2019-09-30T14:05:50.899Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:05:50.899Z] #58 80.56 LINK criu/pie/restorer.built-in.o [2019-09-30T14:05:50.899Z] #58 80.58 GEN criu/pie/restorer-blob.h [2019-09-30T14:05:50.899Z] #58 80.65 DEP criu/vdso.d [2019-09-30T14:05:50.899Z] #58 80.85 DEP criu/vdso-compat.d [2019-09-30T14:05:50.899Z] #58 81.07 DEP criu/uts_ns.d [2019-09-30T14:05:50.899Z] #58 81.34 DEP criu/util.d [2019-09-30T14:05:50.899Z] #58 81.67 DEP criu/uffd.d [2019-09-30T14:05:50.899Z] #58 81.93 DEP criu/tun.d [2019-09-30T14:05:50.899Z] #58 82.17 DEP criu/tty.d [2019-09-30T14:05:50.899Z] #58 82.43 DEP criu/timerfd.d [2019-09-30T14:05:50.963Z] + export 'BUILDTAGS=netgo osusergo static_build' [2019-09-30T14:05:50.963Z] + BUILDTAGS='netgo osusergo static_build' [2019-09-30T14:05:50.963Z] + export EXTRA_FLAGS=-buildmode=pie [2019-09-30T14:05:50.963Z] + EXTRA_FLAGS=-buildmode=pie [2019-09-30T14:05:50.963Z] + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-09-30T14:05:50.963Z] + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-09-30T14:05:50.963Z] + '[' '' = dynamic ']' [2019-09-30T14:05:50.963Z] + make [2019-09-30T14:05:51.155Z] #58 82.71 DEP criu/sysfs_parse.d [2019-09-30T14:05:51.340Z] 🇩 bin/ctr [2019-09-30T14:05:51.412Z] #58 82.96 DEP criu/sysctl.d [2019-09-30T14:05:51.668Z] #58 83.23 DEP criu/string.d [2019-09-30T14:05:51.925Z] #58 83.32 DEP criu/stats.d [2019-09-30T14:05:51.954Z] #58 ... [2019-09-30T14:05:51.954Z] [2019-09-30T14:05:51.954Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:05:51.954Z] #13 76.42 Selecting previously unselected package vim. [2019-09-30T14:05:51.954Z] #13 76.42 Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-09-30T14:05:51.954Z] #13 76.43 Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:05:51.954Z] #13 77.14 Selecting previously unselected package xfsprogs. [2019-09-30T14:05:51.954Z] #13 77.15 Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_amd64.deb ... [2019-09-30T14:05:51.954Z] #13 77.15 Unpacking xfsprogs (4.9.0+nmu1) ... [2019-09-30T14:05:51.954Z] #13 77.85 Selecting previously unselected package zip. [2019-09-30T14:05:51.954Z] #13 77.88 Preparing to unpack .../45-zip_3.0-11+b1_amd64.deb ... [2019-09-30T14:05:51.954Z] #13 77.88 Unpacking zip (3.0-11+b1) ... [2019-09-30T14:05:51.954Z] #13 78.09 Selecting previously unselected package libapparmor-perl. [2019-09-30T14:05:51.954Z] #13 78.09 Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_amd64.deb ... [2019-09-30T14:05:51.954Z] #13 78.11 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-30T14:05:51.954Z] #13 78.38 Selecting previously unselected package apparmor. [2019-09-30T14:05:51.954Z] #13 78.39 Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_amd64.deb ... [2019-09-30T14:05:51.954Z] #13 78.47 Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-09-30T14:05:51.954Z] #13 78.98 Selecting previously unselected package binutils-mingw-w64-i686. [2019-09-30T14:05:51.954Z] #13 78.99 Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_amd64.deb ... [2019-09-30T14:05:51.954Z] #13 79.00 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-30T14:05:52.181Z] #58 83.53 DEP criu/sockets.d [2019-09-30T14:05:52.437Z] #58 83.81 DEP criu/sk-unix.d [2019-09-30T14:05:52.693Z] #58 84.01 DEP criu/sk-tcp.d [2019-09-30T14:05:52.885Z] #13 80.85 Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-09-30T14:05:52.885Z] #13 80.85 Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_amd64.deb ... [2019-09-30T14:05:52.949Z] #58 84.27 DEP criu/sk-queue.d [2019-09-30T14:05:53.142Z] #13 80.89 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-30T14:05:53.206Z] #58 84.47 DEP criu/sk-packet.d [2019-09-30T14:05:53.463Z] #58 84.71 DEP criu/sk-netlink.d [2019-09-30T14:05:53.463Z] #58 84.95 DEP criu/sk-inet.d [2019-09-30T14:05:53.719Z] #58 85.21 DEP criu/signalfd.d [2019-09-30T14:05:53.975Z] #58 85.48 DEP criu/sigframe.d [2019-09-30T14:05:54.234Z] #58 85.59 DEP criu/shmem.d [2019-09-30T14:05:54.523Z] #58 85.77 DEP criu/servicefd.d [2019-09-30T14:05:54.523Z] #58 86.03 DEP criu/seize.d [2019-09-30T14:05:54.744Z] + dpkg --print-architecture [2019-09-30T14:05:54.744Z] + cd /tmp/tmp.NoRBsNkU3W/src/github.com/docker/distribution [2019-09-30T14:05:54.744Z] + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-30T14:05:54.744Z] + GOPATH=/tmp/tmp.NoRBsNkU3W/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.NoRBsNkU3W [2019-09-30T14:05:54.744Z] + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-09-30T14:05:54.789Z] #58 86.26 DEP criu/seccomp.d [2019-09-30T14:05:55.052Z] #58 86.46 DEP criu/rst-malloc.d [2019-09-30T14:05:55.052Z] #58 86.57 DEP criu/rbtree.d [2019-09-30T14:05:55.294Z] #13 83.03 Selecting previously unselected package binutils-mingw-w64. [2019-09-30T14:05:55.294Z] #13 83.06 Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-09-30T14:05:55.294Z] #13 83.07 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-30T14:05:55.309Z] #58 86.65 DEP criu/pstree.d [2019-09-30T14:05:55.552Z] #13 83.18 Selecting previously unselected package mingw-w64-common. [2019-09-30T14:05:55.552Z] #13 83.19 Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-09-30T14:05:55.552Z] #13 83.20 Unpacking mingw-w64-common (5.0.1-1) ... [2019-09-30T14:05:55.573Z] #58 86.92 DEP criu/protobuf.d [2019-09-30T14:05:55.830Z] #58 87.23 GEN criu/protobuf-desc-gen.h [2019-09-30T14:05:56.089Z] #58 ... [2019-09-30T14:05:56.089Z] [2019-09-30T14:05:56.089Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:05:56.089Z] #13 87.38 Selecting previously unselected package mingw-w64-x86-64-dev. [2019-09-30T14:05:56.089Z] #13 87.38 Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-09-30T14:05:56.089Z] #13 87.40 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-30T14:05:56.117Z] #13 ... [2019-09-30T14:05:56.117Z] [2019-09-30T14:05:56.117Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-30T14:05:56.117Z] #33 138.7 vendor/golang.org/x/net/idna [2019-09-30T14:05:56.117Z] #33 141.4 vendor/golang.org/x/net/http2/hpack [2019-09-30T14:05:56.117Z] #33 142.5 mime [2019-09-30T14:05:56.117Z] #33 144.6 mime/quotedprintable [2019-09-30T14:05:56.117Z] #33 145.0 net/http/internal [2019-09-30T14:05:56.117Z] #33 145.4 os/exec [2019-09-30T14:05:56.375Z] #33 ... [2019-09-30T14:05:56.375Z] [2019-09-30T14:05:56.375Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:05:56.375Z] #58 82.85 LINK criu/pie/restorer.built-in.o [2019-09-30T14:05:56.375Z] #58 82.88 GEN criu/pie/restorer-blob.h [2019-09-30T14:05:56.375Z] #58 83.01 DEP criu/vdso.d [2019-09-30T14:05:56.375Z] #58 83.36 DEP criu/vdso-compat.d [2019-09-30T14:05:56.375Z] #58 83.54 DEP criu/uts_ns.d [2019-09-30T14:05:56.375Z] #58 83.75 DEP criu/util.d [2019-09-30T14:05:56.375Z] #58 84.02 DEP criu/uffd.d [2019-09-30T14:05:56.375Z] #58 84.26 DEP criu/tun.d [2019-09-30T14:05:56.375Z] #58 84.46 DEP criu/tty.d [2019-09-30T14:05:56.375Z] #58 84.73 DEP criu/timerfd.d [2019-09-30T14:05:56.375Z] #58 84.99 DEP criu/sysfs_parse.d [2019-09-30T14:05:56.375Z] #58 85.29 DEP criu/sysctl.d [2019-09-30T14:05:56.375Z] #58 85.57 DEP criu/string.d [2019-09-30T14:05:56.632Z] #58 85.68 DEP criu/stats.d [2019-09-30T14:05:56.892Z] #58 85.90 DEP criu/sockets.d [2019-09-30T14:05:56.892Z] #58 86.08 DEP criu/sk-unix.d [2019-09-30T14:05:57.149Z] #58 86.32 DEP criu/sk-tcp.d [2019-09-30T14:05:57.714Z] #58 86.52 DEP criu/sk-queue.d [2019-09-30T14:05:57.714Z] #58 86.77 DEP criu/sk-packet.d [2019-09-30T14:05:57.972Z] #58 86.94 DEP criu/sk-netlink.d [2019-09-30T14:05:58.229Z] #58 87.13 DEP criu/sk-inet.d [2019-09-30T14:05:58.229Z] #58 87.33 DEP criu/signalfd.d [2019-09-30T14:05:58.487Z] #58 87.50 DEP criu/sigframe.d [2019-09-30T14:05:58.745Z] #58 87.67 DEP criu/shmem.d [2019-09-30T14:05:59.002Z] #58 87.97 DEP criu/servicefd.d [2019-09-30T14:05:59.260Z] #58 88.18 DEP criu/seize.d [2019-09-30T14:05:59.518Z] #58 88.42 DEP criu/seccomp.d [2019-09-30T14:05:59.775Z] #58 88.65 DEP criu/rst-malloc.d [2019-09-30T14:05:59.775Z] #58 88.82 DEP criu/rbtree.d [2019-09-30T14:05:59.775Z] #58 88.87 DEP criu/pstree.d [2019-09-30T14:06:00.033Z] #58 89.04 DEP criu/protobuf.d [2019-09-30T14:06:00.251Z] + rm -rf /tmp/tmp.NoRBsNkU3W/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.NoRBsNkU3W [2019-09-30T14:06:00.290Z] #58 89.25 GEN criu/protobuf-desc-gen.h [2019-09-30T14:06:00.548Z] #58 ... [2019-09-30T14:06:00.548Z] [2019-09-30T14:06:00.548Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:06:00.548Z] #13 88.39 Selecting previously unselected package mingw-w64-x86-64-dev. [2019-09-30T14:06:00.548Z] #13 88.41 Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-09-30T14:06:00.548Z] #13 88.42 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-30T14:06:01.326Z] #13 92.42 Selecting previously unselected package gcc-mingw-w64-base. [2019-09-30T14:06:01.326Z] #13 92.43 Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_amd64.deb ... [2019-09-30T14:06:01.326Z] #13 92.45 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-30T14:06:01.326Z] #13 92.56 Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-09-30T14:06:01.326Z] #13 92.58 Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... [2019-09-30T14:06:01.326Z] #13 92.59 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-30T14:06:01.582Z] #13 ... [2019-09-30T14:06:01.582Z] [2019-09-30T14:06:01.582Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-30T14:06:01.582Z] #33 147.0 net/textproto [2019-09-30T14:06:01.582Z] #33 147.0 crypto/x509 [2019-09-30T14:06:01.582Z] #33 148.2 vendor/golang.org/x/net/http/httpguts [2019-09-30T14:06:01.582Z] #33 148.6 vendor/golang.org/x/net/http/httpproxy [2019-09-30T14:06:01.582Z] #33 149.3 mime/multipart [2019-09-30T14:06:01.582Z] #33 151.5 crypto/tls [2019-09-30T14:06:01.839Z] #33 ... [2019-09-30T14:06:01.839Z] [2019-09-30T14:06:01.839Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:06:01.839Z] #58 88.94 DEP criu/protobuf-desc.d [2019-09-30T14:06:01.839Z] #58 89.18 DEP criu/proc_parse.d [2019-09-30T14:06:01.839Z] #58 89.47 DEP criu/plugin.d [2019-09-30T14:06:01.839Z] #58 89.56 DEP criu/pipes.d [2019-09-30T14:06:01.839Z] #58 89.84 DEP criu/pie-util.d [2019-09-30T14:06:01.839Z] #58 89.97 DEP criu/pie-util-vdso.d [2019-09-30T14:06:01.839Z] #58 90.20 DEP criu/pie-util-vdso-elf32.d [2019-09-30T14:06:01.839Z] #58 90.33 DEP criu/path.d [2019-09-30T14:06:01.839Z] #58 90.52 DEP criu/parasite-syscall.d [2019-09-30T14:06:01.839Z] #58 90.75 DEP criu/pagemap.d [2019-09-30T14:06:01.839Z] #58 90.93 DEP criu/pagemap-cache.d [2019-09-30T14:06:01.839Z] #58 91.09 DEP criu/page-xfer.d [2019-09-30T14:06:01.839Z] #58 91.39 DEP criu/page-pipe.d [2019-09-30T14:06:01.839Z] #58 91.51 DEP criu/netfilter.d [2019-09-30T14:06:01.839Z] #58 91.72 DEP criu/net.d [2019-09-30T14:06:01.839Z] #58 91.96 DEP criu/namespaces.d [2019-09-30T14:06:01.839Z] #58 92.09 DEP criu/mount.d [2019-09-30T14:06:01.839Z] #58 92.34 DEP criu/mem.d [2019-09-30T14:06:01.839Z] #58 92.61 DEP criu/lsm.d [2019-09-30T14:06:01.839Z] #58 92.73 DEP criu/log.d [2019-09-30T14:06:01.839Z] #58 92.85 DEP criu/libnetlink.d [2019-09-30T14:06:01.839Z] #58 93.07 DEP criu/kerndat.d [2019-09-30T14:06:01.839Z] #58 93.28 DEP criu/kcmp-ids.d [2019-09-30T14:06:01.839Z] #58 93.34 DEP criu/irmap.d [2019-09-30T14:06:01.839Z] #58 93.39 DEP criu/ipc_ns.d [2019-09-30T14:06:02.274Z] Removing intermediate container 88c9f585a77d [2019-09-30T14:06:02.274Z] ---> 5b1e1aa8bf1f [2019-09-30T14:06:02.274Z] Step 17/126 : FROM base AS swagger [2019-09-30T14:06:02.274Z] ---> a953666fbadb [2019-09-30T14:06:02.274Z] Step 18/126 : ENV GO_SWAGGER_COMMIT c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-30T14:06:02.402Z] #58 ... [2019-09-30T14:06:02.402Z] [2019-09-30T14:06:02.402Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-30T14:06:02.402Z] #27 DONE 157.6s [2019-09-30T14:06:02.402Z] [2019-09-30T14:06:02.402Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:06:02.402Z] #58 93.57 DEP criu/image.d [2019-09-30T14:06:02.402Z] #58 93.93 DEP criu/image-desc.d [2019-09-30T14:06:02.557Z] ---> Running in 9b4c787faba1 [2019-09-30T14:06:02.557Z] Removing intermediate container 9b4c787faba1 [2019-09-30T14:06:02.557Z] ---> 4baee46f3194 [2019-09-30T14:06:02.557Z] Step 19/126 : RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/go-swagger/go-swagger.git "$GOPATH/src/github.com/go-swagger/go-swagger" && (cd "$GOPATH/src/github.com/go-swagger/go-swagger" && git checkout -q "$GO_SWAGGER_COMMIT") && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger && rm -rf "$GOPATH" [2019-09-30T14:06:02.557Z] ---> Running in 7c0657fe9f8b [2019-09-30T14:06:02.841Z] + mktemp -d [2019-09-30T14:06:02.841Z] + export GOPATH=/tmp/tmp.ZqjGsC76sA [2019-09-30T14:06:02.841Z] + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.ZqjGsC76sA/src/github.com/go-swagger/go-swagger [2019-09-30T14:06:02.841Z] Cloning into '/tmp/tmp.ZqjGsC76sA/src/github.com/go-swagger/go-swagger'... [2019-09-30T14:06:02.965Z] #58 94.11 DEP criu/fsnotify.d [2019-09-30T14:06:02.965Z] #58 94.44 DEP criu/filesystems.d [2019-09-30T14:06:03.527Z] #58 94.80 DEP criu/files.d [2019-09-30T14:06:03.783Z] #58 ... [2019-09-30T14:06:03.783Z] [2019-09-30T14:06:03.783Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-30T14:06:03.783Z] #15 158.9 + rm -rf /tmp/tmp.hOwN5HSrqa [2019-09-30T14:06:03.783Z] #15 DONE 159.4s [2019-09-30T14:06:03.783Z] [2019-09-30T14:06:03.783Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:06:03.783Z] #58 95.10 DEP criu/files-reg.d [2019-09-30T14:06:04.039Z] #58 95.48 DEP criu/files-ext.d [2019-09-30T14:06:04.296Z] #58 95.84 DEP criu/file-lock.d [2019-09-30T14:06:04.858Z] #58 96.09 DEP criu/file-ids.d [2019-09-30T14:06:05.114Z] #58 96.34 DEP criu/fifo.d [2019-09-30T14:06:05.114Z] #58 96.51 DEP criu/fdstore.d [2019-09-30T14:06:05.370Z] #58 96.63 DEP criu/fault-injection.d [2019-09-30T14:06:05.370Z] #58 96.68 DEP criu/external.d [2019-09-30T14:06:05.370Z] #58 96.80 DEP criu/eventpoll.d [2019-09-30T14:06:05.626Z] #58 97.02 DEP criu/eventfd.d [2019-09-30T14:06:05.808Z] #13 93.28 Selecting previously unselected package gcc-mingw-w64-base. [2019-09-30T14:06:05.808Z] #13 93.28 Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_amd64.deb ... [2019-09-30T14:06:05.808Z] #13 93.30 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-30T14:06:05.808Z] #13 93.43 Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-09-30T14:06:05.808Z] #13 93.45 Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... [2019-09-30T14:06:05.808Z] #13 93.60 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-30T14:06:05.882Z] #58 97.23 DEP criu/crtools.d [2019-09-30T14:06:06.138Z] #58 97.50 DEP criu/cr-service.d [2019-09-30T14:06:06.394Z] #58 97.69 DEP criu/cr-restore.d [2019-09-30T14:06:06.394Z] #58 97.91 DEP criu/cr-errno.d [2019-09-30T14:06:06.650Z] #58 97.92 DEP criu/cr-dump.d [2019-09-30T14:06:06.650Z] #58 98.16 DEP criu/cr-dedup.d [2019-09-30T14:06:06.907Z] #58 98.35 DEP criu/cr-check.d [2019-09-30T14:06:07.163Z] #58 98.61 DEP criu/config.d [2019-09-30T14:06:07.181Z] #13 ... [2019-09-30T14:06:07.181Z] [2019-09-30T14:06:07.181Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:06:07.181Z] #58 90.87 DEP criu/protobuf-desc.d [2019-09-30T14:06:07.181Z] #58 91.01 DEP criu/proc_parse.d [2019-09-30T14:06:07.181Z] #58 91.31 DEP criu/plugin.d [2019-09-30T14:06:07.181Z] #58 91.48 DEP criu/pipes.d [2019-09-30T14:06:07.181Z] #58 91.74 DEP criu/pie-util.d [2019-09-30T14:06:07.181Z] #58 91.92 DEP criu/pie-util-vdso.d [2019-09-30T14:06:07.181Z] #58 92.16 DEP criu/pie-util-vdso-elf32.d [2019-09-30T14:06:07.181Z] #58 92.40 DEP criu/path.d [2019-09-30T14:06:07.181Z] #58 92.53 DEP criu/parasite-syscall.d [2019-09-30T14:06:07.181Z] #58 92.85 DEP criu/pagemap.d [2019-09-30T14:06:07.181Z] #58 93.02 DEP criu/pagemap-cache.d [2019-09-30T14:06:07.181Z] #58 93.28 DEP criu/page-xfer.d [2019-09-30T14:06:07.181Z] #58 93.45 DEP criu/page-pipe.d [2019-09-30T14:06:07.181Z] #58 93.62 DEP criu/netfilter.d [2019-09-30T14:06:07.181Z] #58 93.79 DEP criu/net.d [2019-09-30T14:06:07.181Z] #58 94.13 DEP criu/namespaces.d [2019-09-30T14:06:07.181Z] #58 94.35 DEP criu/mount.d [2019-09-30T14:06:07.181Z] #58 94.53 DEP criu/mem.d [2019-09-30T14:06:07.181Z] #58 94.70 DEP criu/lsm.d [2019-09-30T14:06:07.181Z] #58 94.83 DEP criu/log.d [2019-09-30T14:06:07.181Z] #58 94.99 DEP criu/libnetlink.d [2019-09-30T14:06:07.181Z] #58 95.25 DEP criu/kerndat.d [2019-09-30T14:06:07.181Z] #58 95.52 DEP criu/kcmp-ids.d [2019-09-30T14:06:07.181Z] #58 95.67 DEP criu/irmap.d [2019-09-30T14:06:07.181Z] #58 95.92 DEP criu/ipc_ns.d [2019-09-30T14:06:07.181Z] #58 96.19 DEP criu/image.d [2019-09-30T14:06:07.181Z] #58 ... [2019-09-30T14:06:07.181Z] [2019-09-30T14:06:07.181Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-30T14:06:07.181Z] #33 149.8 net/textproto [2019-09-30T14:06:07.181Z] #33 149.8 crypto/x509 [2019-09-30T14:06:07.181Z] #33 151.3 vendor/golang.org/x/net/http/httpguts [2019-09-30T14:06:07.181Z] #33 151.5 vendor/golang.org/x/net/http/httpproxy [2019-09-30T14:06:07.181Z] #33 152.1 mime/multipart [2019-09-30T14:06:07.181Z] #33 154.3 crypto/tls [2019-09-30T14:06:07.181Z] #33 ... [2019-09-30T14:06:07.181Z] [2019-09-30T14:06:07.181Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:06:07.181Z] #58 96.37 DEP criu/image-desc.d [2019-09-30T14:06:07.419Z] #58 98.81 DEP criu/clone-noasan.d [2019-09-30T14:06:07.419Z] #58 98.87 DEP criu/cgroup.d [2019-09-30T14:06:07.439Z] #58 96.46 DEP criu/fsnotify.d [2019-09-30T14:06:07.675Z] #58 99.08 DEP criu/cgroup-props.d [2019-09-30T14:06:07.696Z] #58 96.66 DEP criu/filesystems.d [2019-09-30T14:06:07.932Z] #58 99.21 DEP criu/bitmap.d [2019-09-30T14:06:07.932Z] #58 99.22 DEP criu/bfd.d [2019-09-30T14:06:07.932Z] #58 99.38 DEP criu/autofs.d [2019-09-30T14:06:07.954Z] #58 96.88 DEP criu/files.d [2019-09-30T14:06:07.954Z] #58 97.10 DEP criu/files-reg.d [2019-09-30T14:06:08.188Z] #58 99.62 DEP criu/aio.d [2019-09-30T14:06:08.212Z] #58 97.35 DEP criu/files-ext.d [2019-09-30T14:06:08.444Z] #58 99.77 DEP criu/action-scripts.d [2019-09-30T14:06:08.469Z] #58 97.56 DEP criu/file-lock.d [2019-09-30T14:06:08.700Z] #58 100.0 CC criu/action-scripts.o [2019-09-30T14:06:08.727Z] #58 97.78 DEP criu/file-ids.d [2019-09-30T14:06:08.958Z] #58 100.5 CC criu/aio.o [2019-09-30T14:06:09.293Z] #58 98.09 DEP criu/fifo.d [2019-09-30T14:06:09.293Z] #58 98.23 DEP criu/fdstore.d [2019-09-30T14:06:09.293Z] #58 98.33 DEP criu/fault-injection.d [2019-09-30T14:06:09.293Z] #58 98.38 DEP criu/external.d [2019-09-30T14:06:09.551Z] #58 98.48 DEP criu/eventpoll.d [2019-09-30T14:06:09.656Z] + cd /tmp/tmp.ZqjGsC76sA/src/github.com/go-swagger/go-swagger [2019-09-30T14:06:09.656Z] + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-30T14:06:09.808Z] #58 ... [2019-09-30T14:06:09.808Z] [2019-09-30T14:06:09.808Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-30T14:06:09.808Z] #15 161.4 + rm -rf /tmp/tmp.nd6E4Fpt1Z [2019-09-30T14:06:09.808Z] #15 DONE 162.7s [2019-09-30T14:06:09.808Z] [2019-09-30T14:06:09.808Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-30T14:06:09.808Z] #27 DONE 162.2s [2019-09-30T14:06:09.808Z] [2019-09-30T14:06:09.808Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:06:09.808Z] #58 98.65 DEP criu/eventfd.d [2019-09-30T14:06:09.886Z] #58 101.0 CC criu/autofs.o [2019-09-30T14:06:10.066Z] #58 98.99 DEP criu/crtools.d [2019-09-30T14:06:10.269Z] + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-09-30T14:06:10.323Z] #58 99.31 DEP criu/cr-service.d [2019-09-30T14:06:10.581Z] #58 99.52 DEP criu/cr-restore.d [2019-09-30T14:06:10.838Z] #58 99.96 DEP criu/cr-errno.d [2019-09-30T14:06:11.096Z] #58 100.0 DEP criu/cr-dump.d [2019-09-30T14:06:11.252Z] #58 102.6 CC criu/bfd.o [2019-09-30T14:06:11.354Z] #58 100.5 DEP criu/cr-dedup.d [2019-09-30T14:06:11.815Z] #58 103.1 CC criu/bitmap.o [2019-09-30T14:06:11.919Z] #58 100.9 DEP criu/cr-check.d [2019-09-30T14:06:12.071Z] #58 103.4 CC criu/cgroup-props.o [2019-09-30T14:06:12.176Z] #58 101.1 DEP criu/config.d [2019-09-30T14:06:12.434Z] #58 101.4 DEP criu/clone-noasan.d [2019-09-30T14:06:12.434Z] #58 101.5 DEP criu/cgroup.d [2019-09-30T14:06:12.692Z] #58 101.6 DEP criu/cgroup-props.d [2019-09-30T14:06:12.692Z] #58 101.7 DEP criu/bitmap.d [2019-09-30T14:06:12.692Z] #58 101.8 DEP criu/bfd.d [2019-09-30T14:06:12.950Z] #58 101.9 DEP criu/autofs.d [2019-09-30T14:06:12.950Z] #58 102.0 DEP criu/aio.d [2019-09-30T14:06:12.999Z] #58 104.2 CC criu/cgroup.o [2019-09-30T14:06:12.999Z] #58 ... [2019-09-30T14:06:12.999Z] [2019-09-30T14:06:12.999Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-30T14:06:12.999Z] #33 158.5 net/http/httptrace [2019-09-30T14:06:12.999Z] #33 159.0 net/http [2019-09-30T14:06:13.207Z] #58 102.2 DEP criu/action-scripts.d [2019-09-30T14:06:13.465Z] #58 102.6 CC criu/action-scripts.o [2019-09-30T14:06:14.419Z] #58 103.2 CC criu/aio.o [2019-09-30T14:06:14.891Z] #33 170.4 github.com/LK4D4/vndr/godl [2019-09-30T14:06:14.984Z] #58 103.8 CC criu/autofs.o [2019-09-30T14:06:15.819Z] #33 171.2 github.com/LK4D4/vndr [2019-09-30T14:06:16.075Z] #33 ... [2019-09-30T14:06:16.075Z] [2019-09-30T14:06:16.075Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:06:16.075Z] #58 107.4 CC criu/clone-noasan.o [2019-09-30T14:06:16.075Z] #58 107.5 CC criu/config.o [2019-09-30T14:06:16.357Z] #58 105.3 CC criu/bfd.o [2019-09-30T14:06:16.922Z] #58 105.8 CC criu/bitmap.o [2019-09-30T14:06:17.180Z] #58 106.0 CC criu/cgroup-props.o [2019-09-30T14:06:17.441Z] #58 108.8 CC criu/cr-check.o [2019-09-30T14:06:18.112Z] #58 106.9 CC criu/cgroup.o [2019-09-30T14:06:19.046Z] #58 ... [2019-09-30T14:06:19.046Z] [2019-09-30T14:06:19.046Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-30T14:06:19.046Z] #33 161.7 net/http/httptrace [2019-09-30T14:06:19.046Z] #33 161.9 net/http [2019-09-30T14:06:19.331Z] #58 110.5 CC criu/cr-dedup.o [2019-09-30T14:06:19.588Z] #58 110.9 CC criu/cr-dump.o [2019-09-30T14:06:20.075Z] 🇩 bin/containerd [2019-09-30T14:06:20.943Z] #33 173.5 github.com/LK4D4/vndr/godl [2019-09-30T14:06:20.943Z] #33 ... [2019-09-30T14:06:20.943Z] [2019-09-30T14:06:20.943Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:06:20.943Z] #58 110.0 CC criu/clone-noasan.o [2019-09-30T14:06:21.201Z] #58 110.2 CC criu/config.o [2019-09-30T14:06:22.574Z] #58 111.6 CC criu/cr-check.o [2019-09-30T14:06:22.856Z] #58 113.7 CC criu/cr-errno.o [2019-09-30T14:06:22.856Z] #58 113.7 CC criu/cr-restore.o [2019-09-30T14:06:24.472Z] #58 113.1 CC criu/cr-dedup.o [2019-09-30T14:06:24.472Z] #58 113.5 CC criu/cr-dump.o [2019-09-30T14:06:24.871Z] #58 ... [2019-09-30T14:06:24.871Z] [2019-09-30T14:06:24.871Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-30T14:06:24.871Z] #33 DONE 179.9s [2019-09-30T14:06:24.871Z] [2019-09-30T14:06:24.871Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:06:24.871Z] #13 109.3 Selecting previously unselected package g++-mingw-w64-x86-64. [2019-09-30T14:06:24.871Z] #13 109.3 Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... [2019-09-30T14:06:24.871Z] #13 109.3 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-30T14:06:26.999Z] #58 116.0 CC criu/cr-errno.o [2019-09-30T14:06:26.999Z] #58 116.1 CC criu/cr-restore.o [2019-09-30T14:06:27.387Z] #13 ... [2019-09-30T14:06:27.387Z] [2019-09-30T14:06:27.387Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:06:27.387Z] #58 118.2 CC criu/cr-service.o [2019-09-30T14:06:28.753Z] #58 120.0 CC criu/crtools.o [2019-09-30T14:06:29.314Z] #58 120.7 CC criu/eventfd.o [2019-09-30T14:06:29.876Z] #58 121.1 CC criu/eventpoll.o [2019-09-30T14:06:30.279Z] #58 ... [2019-09-30T14:06:30.279Z] [2019-09-30T14:06:30.279Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-30T14:06:30.279Z] #33 174.2 github.com/LK4D4/vndr [2019-09-30T14:06:30.279Z] #33 DONE 182.9s [2019-09-30T14:06:30.279Z] [2019-09-30T14:06:30.279Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:06:30.279Z] #13 111.8 Selecting previously unselected package g++-mingw-w64-x86-64. [2019-09-30T14:06:30.279Z] #13 111.8 Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... [2019-09-30T14:06:30.279Z] #13 111.9 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-30T14:06:30.804Z] #58 122.1 CC criu/external.o [2019-09-30T14:06:31.061Z] #58 122.5 CC criu/fault-injection.o [2019-09-30T14:06:31.061Z] #58 122.5 CC criu/fdstore.o [2019-09-30T14:06:31.623Z] #58 123.0 CC criu/fifo.o [2019-09-30T14:06:31.879Z] #58 123.3 CC criu/file-ids.o [2019-09-30T14:06:32.136Z] #58 123.6 CC criu/file-lock.o [2019-09-30T14:06:32.180Z] #13 ... [2019-09-30T14:06:32.180Z] [2019-09-30T14:06:32.180Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:06:32.180Z] #58 121.1 CC criu/cr-service.o [2019-09-30T14:06:32.393Z] #58 ... [2019-09-30T14:06:32.393Z] [2019-09-30T14:06:32.393Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:06:32.393Z] #13 121.1 Setting up aufs-tools (1:4.1+20161219-1) ... [2019-09-30T14:06:32.393Z] #13 121.1 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-30T14:06:32.393Z] #13 121.2 Setting up libsepol1-dev:amd64 (2.6-2) ... [2019-09-30T14:06:32.393Z] #13 121.2 Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-30T14:06:32.393Z] #13 121.2 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... [2019-09-30T14:06:32.393Z] #13 121.2 Setting up libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-30T14:06:32.393Z] #13 121.2 Processing triggers for mime-support (3.60) ... [2019-09-30T14:06:32.393Z] #13 121.3 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:06:32.393Z] #13 121.3 Setting up libgpm2:amd64 (1.20.4-6.2+b1) ... [2019-09-30T14:06:32.393Z] #13 121.3 Setting up libcap2-bin (1:2.25-1) ... [2019-09-30T14:06:32.393Z] #13 121.3 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-30T14:06:32.393Z] #13 121.3 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-30T14:06:32.393Z] #13 121.3 Setting up bash-completion (1:2.1-4.3) ... [2019-09-30T14:06:32.393Z] #13 123.6 Setting up libonig4:amd64 (6.1.3-2) ... [2019-09-30T14:06:32.393Z] #13 123.6 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... [2019-09-30T14:06:32.393Z] #13 123.6 Setting up zip (3.0-11+b1) ... [2019-09-30T14:06:32.393Z] #13 123.7 Setting up bzip2 (1.0.6-8.1) ... [2019-09-30T14:06:32.393Z] #13 123.7 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-30T14:06:32.393Z] #13 123.7 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... [2019-09-30T14:06:32.393Z] #13 123.7 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-30T14:06:32.393Z] #13 123.7 Setting up libaio1:amd64 (0.3.110-3) ... [2019-09-30T14:06:32.393Z] #13 123.8 Setting up libxtables12:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-30T14:06:32.393Z] #13 123.8 Setting up xz-utils (5.2.2-1.2+b1) ... [2019-09-30T14:06:32.393Z] #13 123.8 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-09-30T14:06:32.393Z] #13 123.8 Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-30T14:06:32.393Z] #13 123.8 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:06:32.634Z] + rm -rf /tmp/tmp.ZqjGsC76sA [2019-09-30T14:06:32.634Z] Removing intermediate container 7c0657fe9f8b [2019-09-30T14:06:32.634Z] ---> ddb5dec474c8 [2019-09-30T14:06:32.634Z] Step 20/126 : FROM base AS frozen-images [2019-09-30T14:06:32.634Z] ---> a953666fbadb [2019-09-30T14:06:32.634Z] Step 21/126 : ARG DEBIAN_FRONTEND [2019-09-30T14:06:32.634Z] ---> Using cache [2019-09-30T14:06:32.634Z] ---> 09bfa17a06be [2019-09-30T14:06:32.634Z] Step 22/126 : RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates jq && rm -rf /var/lib/apt/lists/* [2019-09-30T14:06:32.634Z] ---> Running in 7865fd1f065d [2019-09-30T14:06:32.634Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-30T14:06:32.634Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-30T14:06:32.634Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-30T14:06:32.634Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-30T14:06:32.634Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-30T14:06:32.634Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [480 kB] [2019-09-30T14:06:32.634Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-09-30T14:06:32.634Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-09-30T14:06:32.649Z] #13 123.8 Setting up libpcrecpp0v5:amd64 (2:8.39-3) ... [2019-09-30T14:06:32.649Z] #13 123.8 Setting up libpcre32-3:amd64 (2:8.39-3) ... [2019-09-30T14:06:32.649Z] #13 123.9 Setting up libnfnetlink0:amd64 (1.0.1-3) ... [2019-09-30T14:06:32.649Z] #13 123.9 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:06:33.212Z] #13 124.3 Setting up libsystemd-dev:amd64 (232-25+deb9u12) ... [2019-09-30T14:06:33.212Z] #13 124.3 Setting up libpcre16-3:amd64 (2:8.39-3) ... [2019-09-30T14:06:33.212Z] #13 124.3 Setting up libreadline5:amd64 (5.2+dfsg-3+b1) ... [2019-09-30T14:06:33.212Z] #13 124.3 Setting up libnl-3-200:amd64 (3.2.27-2) ... [2019-09-30T14:06:33.212Z] #13 124.4 Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-30T14:06:33.212Z] #13 124.4 Setting up libudev-dev:amd64 (232-25+deb9u12) ... [2019-09-30T14:06:33.212Z] #13 124.4 Setting up pigz (2.3.4-1) ... [2019-09-30T14:06:33.212Z] #13 124.4 Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-30T14:06:33.212Z] #13 124.4 Setting up libmpdec2:amd64 (2.4.2-1) ... [2019-09-30T14:06:33.212Z] #13 124.4 Setting up libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-30T14:06:33.212Z] #13 124.4 Setting up mingw-w64-common (5.0.1-1) ... [2019-09-30T14:06:33.212Z] #13 124.5 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-30T14:06:33.212Z] #13 124.5 Setting up jq (1.5+dfsg-1.3) ... [2019-09-30T14:06:33.212Z] #13 124.5 Setting up libpcre3-dev:amd64 (2:8.39-3) ... [2019-09-30T14:06:33.212Z] #13 124.5 Setting up libnetfilter-conntrack3:amd64 (1.0.6-2) ... [2019-09-30T14:06:33.212Z] #13 124.5 Setting up xfsprogs (4.9.0+nmu1) ... [2019-09-30T14:06:33.212Z] #13 124.5 Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:06:33.212Z] #13 124.5 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-09-30T14:06:33.212Z] #13 124.5 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-09-30T14:06:33.212Z] #13 124.5 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-09-30T14:06:33.212Z] #13 124.5 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-09-30T14:06:33.212Z] #13 124.5 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-09-30T14:06:33.212Z] #13 124.5 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-09-30T14:06:33.212Z] #13 124.6 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-09-30T14:06:33.212Z] #13 124.6 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-09-30T14:06:33.212Z] #13 124.6 Setting up libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... [2019-09-30T14:06:33.212Z] #13 124.6 Setting up libiptc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-30T14:06:33.212Z] #13 124.6 Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-30T14:06:33.212Z] #13 124.6 Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-09-30T14:06:33.253Z] Fetched 7719 kB in 2s (3070 kB/s) [2019-09-30T14:06:33.469Z] #13 124.6 Setting up btrfs-progs (4.7.3-1) ... [2019-09-30T14:06:33.469Z] #13 124.6 Setting up libselinux1-dev:amd64 (2.6-3+b3) ... [2019-09-30T14:06:33.469Z] #13 124.6 Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-09-30T14:06:33.553Z] #58 122.6 CC criu/crtools.o [2019-09-30T14:06:33.662Z] Running on azwin-2-e8f700 in d:\jenkins\workspace\moby_PR-40012 [Pipeline] { [Pipeline] ws [2019-09-30T14:06:33.679Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2019-09-30T14:06:33.989Z] using credential docker-jenkins-github-credentials [2019-09-30T14:06:34.067Z] Cloning the remote Git repository [2019-09-30T14:06:34.067Z] Cloning with configured refspecs honoured and without tags [2019-09-30T14:06:34.118Z] #58 123.2 CC criu/eventfd.o [2019-09-30T14:06:34.684Z] #58 123.6 CC criu/eventpoll.o [2019-09-30T14:06:34.743Z] Reading package lists... [2019-09-30T14:06:34.097Z] Cloning repository https://github.com/moby/moby.git [2019-09-30T14:06:34.098Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2019-09-30T14:06:34.169Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-30T14:06:34.170Z] > git --version # timeout=10 [2019-09-30T14:06:34.223Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-30T14:06:34.224Z] > git fetch --no-tags --force --progress https://github.com/moby/moby.git +refs/pull/40012/head:refs/remotes/origin/PR-40012 +refs/heads/master:refs/remotes/origin/master [2019-09-30T14:06:35.619Z] #58 124.5 CC criu/external.o [2019-09-30T14:06:35.754Z] Reading package lists... [2019-09-30T14:06:35.877Z] #58 124.8 CC criu/fault-injection.o [2019-09-30T14:06:35.877Z] #58 124.9 CC criu/fdstore.o [2019-09-30T14:06:36.037Z] Building dependency tree... [2019-09-30T14:06:36.037Z] Reading state information... [2019-09-30T14:06:36.037Z] ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-09-30T14:06:36.037Z] The following additional packages will be installed: [2019-09-30T14:06:36.037Z] libjq1 libonig4 [2019-09-30T14:06:36.037Z] The following NEW packages will be installed: [2019-09-30T14:06:36.037Z] jq libjq1 libonig4 [2019-09-30T14:06:36.320Z] 0 upgraded, 3 newly installed, 0 to remove and 7 not upgraded. [2019-09-30T14:06:36.320Z] Need to get 310 kB of archives. [2019-09-30T14:06:36.320Z] After this operation, 1267 kB of additional disk space will be used. [2019-09-30T14:06:36.320Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libonig4 ppc64el 6.1.3-2 [140 kB] [2019-09-30T14:06:36.320Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjq1 ppc64el 1.5+dfsg-1.3 [111 kB] [2019-09-30T14:06:36.320Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el jq ppc64el 1.5+dfsg-1.3 [58.9 kB] [2019-09-30T14:06:36.320Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-30T14:06:36.443Z] #58 125.4 CC criu/fifo.o [2019-09-30T14:06:36.603Z] Fetched 310 kB in 0s (3558 kB/s) [2019-09-30T14:06:36.603Z] Selecting previously unselected package libonig4:ppc64el. [2019-09-30T14:06:36.603Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14950 files and directories currently installed.) [2019-09-30T14:06:36.603Z] Preparing to unpack .../libonig4_6.1.3-2_ppc64el.deb ... [2019-09-30T14:06:36.603Z] Unpacking libonig4:ppc64el (6.1.3-2) ... [2019-09-30T14:06:36.603Z] Selecting previously unselected package libjq1:ppc64el. [2019-09-30T14:06:36.603Z] Preparing to unpack .../libjq1_1.5+dfsg-1.3_ppc64el.deb ... [2019-09-30T14:06:36.603Z] Unpacking libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-09-30T14:06:36.603Z] Selecting previously unselected package jq. [2019-09-30T14:06:36.603Z] Preparing to unpack .../jq_1.5+dfsg-1.3_ppc64el.deb ... [2019-09-30T14:06:36.603Z] Unpacking jq (1.5+dfsg-1.3) ... [2019-09-30T14:06:36.603Z] Setting up libonig4:ppc64el (6.1.3-2) ... [2019-09-30T14:06:36.603Z] Setting up libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-09-30T14:06:36.603Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-30T14:06:36.603Z] Setting up jq (1.5+dfsg-1.3) ... [2019-09-30T14:06:37.008Z] #58 125.9 CC criu/file-ids.o [2019-09-30T14:06:37.219Z] Removing intermediate container 7865fd1f065d [2019-09-30T14:06:37.219Z] ---> 793fb795bf97 [2019-09-30T14:06:37.219Z] Step 23/126 : COPY contrib/download-frozen-image-v2.sh / [2019-09-30T14:06:37.219Z] ---> c8074ea9ab8b [2019-09-30T14:06:37.219Z] Step 24/126 : RUN /download-frozen-image-v2.sh /build buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251 busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0 busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6 debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60 hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c [2019-09-30T14:06:37.219Z] ---> Running in 0849fb738271 [2019-09-30T14:06:37.266Z] #58 126.3 CC criu/file-lock.o [2019-09-30T14:06:37.524Z] #58 ... [2019-09-30T14:06:37.524Z] [2019-09-30T14:06:37.524Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:06:37.524Z] #13 124.1 Setting up aufs-tools (1:4.1+20161219-1) ... [2019-09-30T14:06:37.524Z] #13 124.2 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-30T14:06:37.524Z] #13 124.2 Setting up libsepol1-dev:amd64 (2.6-2) ... [2019-09-30T14:06:37.524Z] #13 124.2 Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-30T14:06:37.524Z] #13 124.2 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... [2019-09-30T14:06:37.524Z] #13 124.2 Setting up libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-30T14:06:37.524Z] #13 124.3 Processing triggers for mime-support (3.60) ... [2019-09-30T14:06:37.524Z] #13 124.3 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:06:37.524Z] #13 124.3 Setting up libgpm2:amd64 (1.20.4-6.2+b1) ... [2019-09-30T14:06:37.524Z] #13 124.3 Setting up libcap2-bin (1:2.25-1) ... [2019-09-30T14:06:37.524Z] #13 124.3 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-30T14:06:37.524Z] #13 124.4 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-30T14:06:37.524Z] #13 124.4 Setting up bash-completion (1:2.1-4.3) ... [2019-09-30T14:06:37.638Z] #13 129.0 Setting up libpython3-stdlib:amd64 (3.5.3-1) ... [2019-09-30T14:06:37.638Z] #13 129.0 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-30T14:06:37.638Z] #13 129.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-09-30T14:06:37.638Z] #13 129.0 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-posix (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-09-30T14:06:37.638Z] #13 129.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-09-30T14:06:37.638Z] #13 129.1 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-win32 (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-09-30T14:06:37.894Z] #13 129.1 Setting up btrfs-tools (4.7.3-1) ... [2019-09-30T14:06:37.894Z] #13 129.1 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-30T14:06:37.894Z] #13 129.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-09-30T14:06:37.894Z] #13 129.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-09-30T14:06:37.894Z] #13 129.1 Setting up python3 (3.5.3-1) ... [2019-09-30T14:06:38.699Z] Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-09-30T14:06:38.700Z]  [2019-09-30T14:06:38.897Z] #13 126.7 Setting up libonig4:amd64 (6.1.3-2) ... [2019-09-30T14:06:38.898Z] #13 126.8 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... [2019-09-30T14:06:38.898Z] #13 126.8 Setting up zip (3.0-11+b1) ... [2019-09-30T14:06:39.155Z] #13 126.8 Setting up bzip2 (1.0.6-8.1) ... [2019-09-30T14:06:39.155Z] #13 126.9 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-30T14:06:39.155Z] #13 126.9 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... [2019-09-30T14:06:39.155Z] #13 126.9 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-30T14:06:39.155Z] #13 126.9 Setting up libaio1:amd64 (0.3.110-3) ... [2019-09-30T14:06:39.155Z] #13 126.9 Setting up libxtables12:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-30T14:06:39.155Z] #13 127.0 Setting up xz-utils (5.2.2-1.2+b1) ... [2019-09-30T14:06:39.155Z] #13 127.0 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-09-30T14:06:39.155Z] #13 127.0 Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-30T14:06:39.155Z] #13 127.0 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:06:39.155Z] #13 127.0 Setting up libpcrecpp0v5:amd64 (2:8.39-3) ... [2019-09-30T14:06:39.155Z] #13 127.1 Setting up libpcre32-3:amd64 (2:8.39-3) ... [2019-09-30T14:06:39.413Z] #13 127.1 Setting up libnfnetlink0:amd64 (1.0.1-3) ... [2019-09-30T14:06:39.413Z] #13 127.1 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:06:39.671Z] #13 127.6 Setting up libsystemd-dev:amd64 (232-25+deb9u12) ... [2019-09-30T14:06:39.671Z] #13 127.6 Setting up libpcre16-3:amd64 (2:8.39-3) ... [2019-09-30T14:06:39.671Z] #13 127.6 Setting up libreadline5:amd64 (5.2+dfsg-3+b1) ... [2019-09-30T14:06:39.671Z] #13 127.6 Setting up libnl-3-200:amd64 (3.2.27-2) ... [2019-09-30T14:06:39.785Z] #13 130.8 Setting up apparmor (2.11.0-3+deb9u2) ... [2019-09-30T14:06:40.053Z] #13 127.6 Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-30T14:06:40.053Z] #13 127.7 Setting up libudev-dev:amd64 (232-25+deb9u12) ... [2019-09-30T14:06:40.053Z] #13 127.7 Setting up pigz (2.3.4-1) ... [2019-09-30T14:06:40.053Z] #13 127.7 Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-30T14:06:40.053Z] #13 127.7 Setting up libmpdec2:amd64 (2.4.2-1) ... [2019-09-30T14:06:40.053Z] #13 127.8 Setting up libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-30T14:06:40.053Z] #13 127.8 Setting up mingw-w64-common (5.0.1-1) ... [2019-09-30T14:06:40.053Z] #13 127.8 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-30T14:06:40.053Z] #13 127.8 Setting up jq (1.5+dfsg-1.3) ... [2019-09-30T14:06:40.053Z] #13 127.8 Setting up libpcre3-dev:amd64 (2:8.39-3) ... [2019-09-30T14:06:40.053Z] #13 127.8 Setting up libnetfilter-conntrack3:amd64 (1.0.6-2) ... [2019-09-30T14:06:40.053Z] #13 127.9 Setting up xfsprogs (4.9.0+nmu1) ... [2019-09-30T14:06:40.053Z] #13 127.9 Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:06:40.053Z] #13 127.9 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-09-30T14:06:40.053Z] #13 127.9 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-09-30T14:06:40.053Z] #13 127.9 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-09-30T14:06:40.053Z] #13 127.9 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-09-30T14:06:40.053Z] #13 127.9 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-09-30T14:06:40.053Z] #13 127.9 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-09-30T14:06:40.053Z] #13 127.9 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-09-30T14:06:40.053Z] #13 127.9 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-09-30T14:06:40.053Z] #13 127.9 Setting up libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... [2019-09-30T14:06:40.053Z] #13 127.9 Setting up libiptc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-30T14:06:40.053Z] #13 128.0 Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-30T14:06:40.053Z] #13 128.0 Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-09-30T14:06:40.113Z]  ######    8.6% ##################   25.1% #################################  46.4% ############################################ 62.4% ##################################################  69.5% ##############################################################          86.5% ################################################################### 93.1% ####################################################################  95.1% ######################################################################  97.6% ####################################################################### 99.2% ######################################################################## 100.0% [2019-09-30T14:06:40.311Z] #13 128.0 Setting up btrfs-progs (4.7.3-1) ... [2019-09-30T14:06:40.311Z] #13 128.0 Setting up libselinux1-dev:amd64 (2.6-3+b3) ... [2019-09-30T14:06:40.311Z] #13 128.0 Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-09-30T14:06:40.405Z]  [2019-09-30T14:06:40.687Z]  #####     7.1% ##################### 30.4% #################################################################  91.4% ######################################################################## 100.0% [2019-09-30T14:06:40.970Z]  [2019-09-30T14:06:41.166Z] #13 132.2 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-09-30T14:06:41.166Z] #13 132.3 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-09-30T14:06:41.166Z] #13 132.4 Setting up libdevmapper1.02.1:amd64 (2:1.02.137-2) ... [2019-09-30T14:06:41.166Z] #13 132.4 Setting up python3-wheel (0.29.0-2) ... [2019-09-30T14:06:41.544Z]  ############  16.7% ###############################   43.5% #############################################                63.7% ################################################################## 92.7% ######################################################################## 100.0% [2019-09-30T14:06:41.835Z]  [2019-09-30T14:06:42.094Z] #13 133.4 Setting up python3-pkg-resources (33.1.1-1) ... [2019-09-30T14:06:43.050Z]  ### 5.0% #########    13.6% ################   23.2% ###################### 31.0% ###########################    38.9% ################################### 48.7% #########################################                  58.2% ###############################################     65.3% ##################################################### 74.8% ###########################################################  82.5% ################################################################     89.6% ######################################################################    97.6% ######################################################################## 100.0% [2019-09-30T14:06:43.050Z]  [2019-09-30T14:06:43.461Z] #13 134.4 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... [2019-09-30T14:06:43.461Z] #13 134.4 Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-09-30T14:06:43.461Z] #13 ... [2019-09-30T14:06:43.461Z] [2019-09-30T14:06:43.461Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:06:43.461Z] #58 124.6 CC criu/files-ext.o [2019-09-30T14:06:43.461Z] #58 125.0 CC criu/files-reg.o [2019-09-30T14:06:43.461Z] #58 126.9 CC criu/files.o [2019-09-30T14:06:43.461Z] #58 129.1 CC criu/filesystems.o [2019-09-30T14:06:43.461Z] #58 129.8 CC criu/fsnotify.o [2019-09-30T14:06:43.461Z] #58 131.1 CC criu/image-desc.o [2019-09-30T14:06:43.461Z] #58 131.2 CC criu/image.o [2019-09-30T14:06:43.461Z] #58 132.1 CC criu/ipc_ns.o [2019-09-30T14:06:43.461Z] #58 133.4 CC criu/irmap.o [2019-09-30T14:06:43.461Z] #58 134.1 CC criu/kcmp-ids.o [2019-09-30T14:06:43.461Z] #58 134.5 CC criu/kerndat.o [2019-09-30T14:06:43.664Z] Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-09-30T14:06:43.946Z]  [2019-09-30T14:06:44.023Z] #58 135.5 CC criu/libnetlink.o [2019-09-30T14:06:44.228Z]  ######################################################################## 100.0% [2019-09-30T14:06:44.228Z]  [2019-09-30T14:06:44.279Z] #58 ... [2019-09-30T14:06:44.279Z] [2019-09-30T14:06:44.279Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:06:44.279Z] #13 135.5 Setting up dmsetup (2:1.02.137-2) ... [2019-09-30T14:06:44.279Z] #13 135.6 Setting up python3-setuptools (33.1.1-1) ... [2019-09-30T14:06:44.417Z] 🇩 bin/containerd-stress [2019-09-30T14:06:44.417Z] 🇩 bin/containerd-shim [2019-09-30T14:06:44.843Z] Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-09-30T14:06:45.125Z]  [2019-09-30T14:06:45.125Z]  ######################################################################## 100.0% [2019-09-30T14:06:45.408Z]  [2019-09-30T14:06:45.601Z] #13 132.6 Setting up libpython3-stdlib:amd64 (3.5.3-1) ... [2019-09-30T14:06:45.601Z] #13 132.6 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-30T14:06:45.601Z] #13 132.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-09-30T14:06:45.601Z] #13 132.6 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-posix (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-09-30T14:06:45.601Z] #13 132.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-09-30T14:06:45.601Z] #13 132.6 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-win32 (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-09-30T14:06:45.601Z] #13 132.6 Setting up btrfs-tools (4.7.3-1) ... [2019-09-30T14:06:45.601Z] #13 132.7 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-30T14:06:45.601Z] #13 132.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-09-30T14:06:45.601Z] #13 132.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-09-30T14:06:45.601Z] #13 132.7 Setting up python3 (3.5.3-1) ... [2019-09-30T14:06:45.645Z] #13 136.6 Setting up dh-python (2.20170125) ... [2019-09-30T14:06:46.022Z] Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-09-30T14:06:46.022Z] skipping existing c8c2d4a6b2e3 [2019-09-30T14:06:46.022Z] [2019-09-30T14:06:46.210Z] #13 137.5 Setting up libdevmapper-dev:amd64 (2:1.02.137-2) ... [2019-09-30T14:06:46.210Z] #13 137.5 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-30T14:06:46.772Z] #13 DONE 138.1s [2019-09-30T14:06:46.772Z] [2019-09-30T14:06:46.772Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-09-30T14:06:46.970Z] #13 134.5 Setting up apparmor (2.11.0-3+deb9u2) ... [2019-09-30T14:06:47.031Z] Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-09-30T14:06:47.031Z]  [2019-09-30T14:06:47.319Z]  ######################################################################## 100.0% [2019-09-30T14:06:47.319Z]  [2019-09-30T14:06:47.319Z] Download of images into '/build' complete. [2019-09-30T14:06:47.319Z] Use something like the following to load the result into a Docker daemon: [2019-09-30T14:06:47.319Z] tar -cC '/build' . | docker load [2019-09-30T14:06:48.340Z] #13 136.0 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-09-30T14:06:48.340Z] #13 136.1 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-09-30T14:06:48.340Z] #13 ... [2019-09-30T14:06:48.340Z] [2019-09-30T14:06:48.340Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:06:48.340Z] #58 127.3 CC criu/files-ext.o [2019-09-30T14:06:48.340Z] #58 127.6 CC criu/files-reg.o [2019-09-30T14:06:48.340Z] #58 129.6 CC criu/files.o [2019-09-30T14:06:48.340Z] #58 131.8 CC criu/filesystems.o [2019-09-30T14:06:48.340Z] #58 132.5 CC criu/fsnotify.o [2019-09-30T14:06:48.340Z] #58 133.5 CC criu/image-desc.o [2019-09-30T14:06:48.340Z] #58 133.7 CC criu/image.o [2019-09-30T14:06:48.340Z] #58 134.6 CC criu/ipc_ns.o [2019-09-30T14:06:48.340Z] #58 135.6 CC criu/irmap.o [2019-09-30T14:06:48.340Z] #58 136.2 CC criu/kcmp-ids.o [2019-09-30T14:06:48.340Z] #58 136.6 CC criu/kerndat.o [2019-09-30T14:06:48.340Z] #58 ... [2019-09-30T14:06:48.340Z] [2019-09-30T14:06:48.340Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-30T14:06:48.340Z] #13 136.2 Setting up libdevmapper1.02.1:amd64 (2:1.02.137-2) ... [2019-09-30T14:06:48.340Z] #13 136.2 Setting up python3-wheel (0.29.0-2) ... [2019-09-30T14:06:49.270Z] Fetching without tags [2019-09-30T14:06:49.290Z] #14 ... [2019-09-30T14:06:49.290Z] [2019-09-30T14:06:49.290Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-30T14:06:49.290Z] #42 159.5 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-09-30T14:06:49.290Z] #42 161.8 + mkdir -p /build [2019-09-30T14:06:49.290Z] #42 161.8 + cp runc /build/runc [2019-09-30T14:06:49.290Z] #42 DONE 162.0s [2019-09-30T14:06:49.290Z] [2019-09-30T14:06:49.290Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:06:49.290Z] #58 135.9 CC criu/log.o [2019-09-30T14:06:49.290Z] #58 136.5 CC criu/lsm.o [2019-09-30T14:06:49.290Z] #58 136.9 CC criu/mem.o [2019-09-30T14:06:49.290Z] #58 138.6 CC criu/mount.o [2019-09-30T14:06:49.713Z] #13 137.2 Setting up python3-pkg-resources (33.1.1-1) ... [2019-09-30T14:06:48.938Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-30T14:06:48.993Z] > git config --add remote.origin.fetch +refs/pull/40012/head:refs/remotes/origin/PR-40012 # timeout=10 [2019-09-30T14:06:49.046Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-30T14:06:49.174Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-30T14:06:49.300Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-30T14:06:49.300Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-30T14:06:49.301Z] > git fetch --no-tags --force --progress https://github.com/moby/moby.git +refs/pull/40012/head:refs/remotes/origin/PR-40012 +refs/heads/master:refs/remotes/origin/master [2019-09-30T14:06:50.155Z] Merging remotes/origin/master commit 5b57f41241cb0d8df5886a1db3d7920494a9e432 into PR head commit 5aebd698579649f076276c70ab33e2f34634ad3e [2019-09-30T14:06:50.284Z] 🇩 bin/containerd-shim-runc-v1 [2019-09-30T14:06:50.536Z] #13 138.2 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... [2019-09-30T14:06:50.536Z] #13 138.2 Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-09-30T14:06:50.796Z] Removing intermediate container 0849fb738271 [2019-09-30T14:06:50.796Z] ---> 879d572a1b57 [2019-09-30T14:06:50.796Z] Step 25/126 : FROM base AS cross-false [2019-09-30T14:06:50.796Z] ---> a953666fbadb [2019-09-30T14:06:50.796Z] Step 26/126 : FROM base AS cross-true [2019-09-30T14:06:50.796Z] ---> a953666fbadb [2019-09-30T14:06:50.796Z] Step 27/126 : ARG DEBIAN_FRONTEND [2019-09-30T14:06:50.796Z] ---> Using cache [2019-09-30T14:06:50.796Z] ---> 09bfa17a06be [2019-09-30T14:06:50.796Z] Step 28/126 : RUN dpkg --add-architecture armhf [2019-09-30T14:06:50.796Z] ---> Running in 2ceeac1d3e42 [2019-09-30T14:06:51.180Z] #58 142.5 CC criu/namespaces.o [2019-09-30T14:06:51.411Z] Removing intermediate container 2ceeac1d3e42 [2019-09-30T14:06:51.411Z] ---> 92c79657e183 [2019-09-30T14:06:51.411Z] Step 29/126 : RUN dpkg --add-architecture arm64 [2019-09-30T14:06:51.411Z] ---> Running in 191f77bcf766 [2019-09-30T14:06:50.186Z] > git config core.sparsecheckout # timeout=10 [2019-09-30T14:06:50.238Z] > git checkout -f 5aebd698579649f076276c70ab33e2f34634ad3e [2019-09-30T14:06:51.908Z] #13 139.4 Setting up dmsetup (2:1.02.137-2) ... [2019-09-30T14:06:51.908Z] #13 139.4 Setting up python3-setuptools (33.1.1-1) ... [2019-09-30T14:06:52.032Z] Removing intermediate container 191f77bcf766 [2019-09-30T14:06:52.032Z] ---> 0836250b84ae [2019-09-30T14:06:52.032Z] Step 30/126 : RUN dpkg --add-architecture armel [2019-09-30T14:06:52.314Z] ---> Running in 99071e65e67a [2019-09-30T14:06:52.934Z] Removing intermediate container 99071e65e67a [2019-09-30T14:06:52.934Z] ---> 089fab3a65f5 [2019-09-30T14:06:52.934Z] Step 31/126 : RUN if [ "$(go env GOHOSTARCH)" = "amd64" ]; then apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-armhf crossbuild-essential-arm64 crossbuild-essential-armel && rm -rf /var/lib/apt/lists/*; fi [2019-09-30T14:06:52.934Z] ---> Running in 312e1261011b [2019-09-30T14:06:53.110Z] #58 144.2 CC criu/net.o [2019-09-30T14:06:53.280Z] #13 140.8 Setting up dh-python (2.20170125) ... [2019-09-30T14:06:53.373Z] #58 ... [2019-09-30T14:06:53.373Z] [2019-09-30T14:06:53.373Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-09-30T14:06:53.373Z] #14 6.563 Collecting yamllint==1.16.0 [2019-09-30T14:06:53.686Z] 🇩 binaries [2019-09-30T14:06:53.686Z] + mkdir -p /build [2019-09-30T14:06:53.686Z] + cp bin/containerd /build/containerd [2019-09-30T14:06:53.686Z] + cp bin/containerd-shim /build/containerd-shim [2019-09-30T14:06:53.686Z] + cp bin/ctr /build/ctr [2019-09-30T14:06:53.846Z] #13 141.7 Setting up libdevmapper-dev:amd64 (2:1.02.137-2) ... [2019-09-30T14:06:53.876Z] Merge succeeded, producing 5aebd698579649f076276c70ab33e2f34634ad3e [2019-09-30T14:06:53.877Z] Checking out Revision 5aebd698579649f076276c70ab33e2f34634ad3e (PR-40012) [2019-09-30T14:06:53.946Z] Removing intermediate container 312e1261011b [2019-09-30T14:06:53.946Z] ---> 8d9225047d29 [2019-09-30T14:06:53.946Z] Step 32/126 : FROM cross-${CROSS} as dev-base [2019-09-30T14:06:53.946Z] ---> a953666fbadb [2019-09-30T14:06:53.946Z] Step 33/126 : FROM dev-base AS runtime-dev-cross-false [2019-09-30T14:06:53.946Z] ---> a953666fbadb [2019-09-30T14:06:53.946Z] Step 34/126 : ARG DEBIAN_FRONTEND [2019-09-30T14:06:53.946Z] ---> Using cache [2019-09-30T14:06:53.946Z] ---> 09bfa17a06be [2019-09-30T14:06:53.946Z] Step 35/126 : RUN apt-get update && apt-get install -y --no-install-recommends libapparmor-dev libseccomp-dev && rm -rf /var/lib/apt/lists/* [2019-09-30T14:06:53.946Z] ---> Running in cd6543d818a4 [2019-09-30T14:06:54.105Z] #13 141.7 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-30T14:06:54.241Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-30T14:06:54.241Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-30T14:06:54.241Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-30T14:06:54.241Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-30T14:06:54.241Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-30T14:06:54.347Z] Commit message: "testutil: fix WithExperimental also setting "init"" [2019-09-30T14:06:54.549Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [480 kB] [2019-09-30T14:06:54.832Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-09-30T14:06:54.832Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-09-30T14:06:55.040Z] #13 DONE 142.8s [2019-09-30T14:06:55.040Z] [2019-09-30T14:06:55.040Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-09-30T14:06:55.297Z] #14 ... [2019-09-30T14:06:55.297Z] [2019-09-30T14:06:55.297Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-30T14:06:55.297Z] #42 162.2 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-09-30T14:06:55.297Z] #42 164.2 + mkdir -p /build [2019-09-30T14:06:55.298Z] #42 164.2 + cp runc /build/runc [2019-09-30T14:06:55.298Z] #42 DONE 164.4s [2019-09-30T14:06:53.652Z] > git merge 5b57f41241cb0d8df5886a1db3d7920494a9e432 # timeout=10 [2019-09-30T14:06:53.782Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2019-09-30T14:06:53.907Z] > git config core.sparsecheckout # timeout=10 [2019-09-30T14:06:53.958Z] > git checkout -f 5aebd698579649f076276c70ab33e2f34634ad3e [2019-09-30T14:06:55.555Z] [2019-09-30T14:06:55.555Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:06:55.555Z] #58 137.8 CC criu/libnetlink.o [2019-09-30T14:06:55.555Z] #58 138.2 CC criu/log.o [2019-09-30T14:06:55.555Z] #58 138.8 CC criu/lsm.o [2019-09-30T14:06:55.555Z] #58 139.2 CC criu/mem.o [2019-09-30T14:06:55.555Z] #58 140.7 CC criu/mount.o [2019-09-30T14:06:55.832Z] + docker version [2019-09-30T14:06:55.832Z] Client: Docker Engine - Enterprise [2019-09-30T14:06:55.832Z] Version: 19.03.2 [2019-09-30T14:06:55.832Z] API version: 1.40 [2019-09-30T14:06:55.833Z] Go version: go1.12.8 [2019-09-30T14:06:55.833Z] Git commit: c92ab06ed9 [2019-09-30T14:06:55.833Z] Built: 09/03/2019 16:38:11 [2019-09-30T14:06:55.833Z] OS/Arch: windows/amd64 [2019-09-30T14:06:55.833Z] Experimental: false [2019-09-30T14:06:55.833Z] [2019-09-30T14:06:55.833Z] Server: Docker Engine - Enterprise [2019-09-30T14:06:55.833Z] Engine: [2019-09-30T14:06:55.833Z] Version: 19.03.2 [2019-09-30T14:06:55.833Z] API version: 1.40 (minimum version 1.24) [2019-09-30T14:06:55.833Z] Go version: go1.12.8 [2019-09-30T14:06:55.833Z] Git commit: c92ab06ed9 [2019-09-30T14:06:55.833Z] Built: 09/03/2019 16:35:47 [2019-09-30T14:06:55.833Z] OS/Arch: windows/amd64 [2019-09-30T14:06:55.833Z] Experimental: true [Pipeline] sh [2019-09-30T14:06:56.372Z] Removing intermediate container dfefd0b9e117 [2019-09-30T14:06:56.372Z] ---> 2bd7fc6c453e [2019-09-30T14:06:56.372Z] Step 57/126 : FROM dev-base AS proxy [2019-09-30T14:06:56.372Z] ---> 7f0d9d361d13 [2019-09-30T14:06:56.372Z] Step 58/126 : ENV INSTALL_BINARY_NAME=proxy [2019-09-30T14:06:56.372Z] ---> Running in a2fe0f60e3cc [2019-09-30T14:06:56.488Z] #58 145.3 CC criu/namespaces.o [2019-09-30T14:06:56.769Z] Removing intermediate container a2fe0f60e3cc [2019-09-30T14:06:56.769Z] ---> 7436bb3519f3 [2019-09-30T14:06:56.769Z] Step 59/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-30T14:06:56.769Z] ---> 4479de805252 [2019-09-30T14:06:56.769Z] Step 60/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-30T14:06:56.864Z] + docker info [2019-09-30T14:06:56.879Z] Fetched 7719 kB in 2s (3142 kB/s) [2019-09-30T14:06:57.167Z] ---> eef60a1cf2e5 [2019-09-30T14:06:57.167Z] Step 61/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-30T14:06:57.167Z] ---> Running in 1a0db084b7ab [2019-09-30T14:06:57.891Z] Reading package lists... [2019-09-30T14:06:57.972Z] + RM_GOPATH=0 [2019-09-30T14:06:57.972Z] + TMP_GOPATH= [2019-09-30T14:06:57.972Z] + : /build [2019-09-30T14:06:57.972Z] + '[' -z '' ']' [2019-09-30T14:06:57.972Z] ++ mktemp -d [2019-09-30T14:06:57.972Z] + export GOPATH=/tmp/tmp.Y2Ab8E2V53 [2019-09-30T14:06:57.972Z] + GOPATH=/tmp/tmp.Y2Ab8E2V53 [2019-09-30T14:06:57.972Z] + RM_GOPATH=1 [2019-09-30T14:06:57.972Z] ++ dirname ./install.sh [2019-09-30T14:06:57.972Z] Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726 [2019-09-30T14:06:57.972Z] + dir=. [2019-09-30T14:06:57.972Z] + bin=proxy [2019-09-30T14:06:57.972Z] + shift [2019-09-30T14:06:57.972Z] + '[' '!' -f ./proxy.installer ']' [2019-09-30T14:06:57.972Z] + . ./proxy.installer [2019-09-30T14:06:57.972Z] ++ LIBNETWORK_COMMIT=96bcc0dae898308ed659c5095526788a602f4726 [2019-09-30T14:06:57.972Z] + install_proxy [2019-09-30T14:06:57.972Z] + case "$1" in [2019-09-30T14:06:57.972Z] + export CGO_ENABLED=0 [2019-09-30T14:06:57.972Z] + CGO_ENABLED=0 [2019-09-30T14:06:57.972Z] + _install_proxy [2019-09-30T14:06:57.972Z] + echo 'Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726' [2019-09-30T14:06:57.972Z] + git clone https://github.com/docker/libnetwork.git /tmp/tmp.Y2Ab8E2V53/src/github.com/docker/libnetwork [2019-09-30T14:06:57.972Z] Cloning into '/tmp/tmp.Y2Ab8E2V53/src/github.com/docker/libnetwork'... [2019-09-30T14:06:58.385Z] #58 147.3 CC criu/net.o [2019-09-30T14:06:58.911Z] Reading package lists... [2019-09-30T14:06:59.194Z] Building dependency tree... [2019-09-30T14:06:59.194Z] Reading state information... [2019-09-30T14:06:59.194Z] The following additional packages will be installed: [2019-09-30T14:06:59.194Z] libapparmor1 libseccomp2 [2019-09-30T14:06:59.194Z] Suggested packages: [2019-09-30T14:06:59.194Z] seccomp [2019-09-30T14:06:59.194Z] The following NEW packages will be installed: [2019-09-30T14:06:59.194Z] libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-09-30T14:06:59.347Z] + cd /tmp/tmp.Y2Ab8E2V53/src/github.com/docker/libnetwork [2019-09-30T14:06:59.347Z] + git checkout -q 96bcc0dae898308ed659c5095526788a602f4726 [2019-09-30T14:06:59.347Z] + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-09-30T14:06:59.476Z] 0 upgraded, 4 newly installed, 0 to remove and 7 not upgraded. [2019-09-30T14:06:59.476Z] Need to get 296 kB of archives. [2019-09-30T14:06:59.476Z] After this operation, 1346 kB of additional disk space will be used. [2019-09-30T14:06:59.476Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libseccomp2 ppc64el 2.3.1-2.1+deb9u1 [39.6 kB] [2019-09-30T14:06:59.476Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libseccomp-dev ppc64el 2.3.1-2.1+deb9u1 [61.1 kB] [2019-09-30T14:06:59.476Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor1 ppc64el 2.11.0-3+deb9u2 [77.1 kB] [2019-09-30T14:06:59.476Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor-dev ppc64el 2.11.0-3+deb9u2 [118 kB] [2019-09-30T14:06:59.476Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-30T14:06:59.476Z] Fetched 296 kB in 0s (3857 kB/s) [2019-09-30T14:06:59.761Z] Selecting previously unselected package libseccomp2:ppc64el. [2019-09-30T14:06:59.761Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14950 files and directories currently installed.) [2019-09-30T14:06:59.761Z] Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_ppc64el.deb ... [2019-09-30T14:06:59.761Z] Unpacking libseccomp2:ppc64el (2.3.1-2.1+deb9u1) ... [2019-09-30T14:06:59.761Z] Selecting previously unselected package libseccomp-dev:ppc64el. [2019-09-30T14:06:59.761Z] Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_ppc64el.deb ... [2019-09-30T14:06:59.761Z] Unpacking libseccomp-dev:ppc64el (2.3.1-2.1+deb9u1) ... [2019-09-30T14:06:59.761Z] Selecting previously unselected package libapparmor1:ppc64el. [2019-09-30T14:06:59.761Z] Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_ppc64el.deb ... [2019-09-30T14:06:59.761Z] Unpacking libapparmor1:ppc64el (2.11.0-3+deb9u2) ... [2019-09-30T14:06:59.761Z] Selecting previously unselected package libapparmor-dev:ppc64el. [2019-09-30T14:06:59.761Z] Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_ppc64el.deb ... [2019-09-30T14:06:59.761Z] Unpacking libapparmor-dev:ppc64el (2.11.0-3+deb9u2) ... [2019-09-30T14:06:59.761Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-30T14:06:59.761Z] Setting up libseccomp2:ppc64el (2.3.1-2.1+deb9u1) ... [2019-09-30T14:06:59.761Z] Setting up libapparmor1:ppc64el (2.11.0-3+deb9u2) ... [2019-09-30T14:06:59.761Z] Setting up libseccomp-dev:ppc64el (2.3.1-2.1+deb9u1) ... [2019-09-30T14:06:59.761Z] Setting up libapparmor-dev:ppc64el (2.11.0-3+deb9u2) ... [2019-09-30T14:06:59.761Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-30T14:06:59.907Z] #14 ... [2019-09-30T14:06:59.907Z] [2019-09-30T14:06:59.907Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:06:59.907Z] #58 146.7 CC criu/netfilter.o [2019-09-30T14:06:59.907Z] #58 147.0 CC criu/page-pipe.o [2019-09-30T14:06:59.907Z] #58 147.4 CC criu/page-xfer.o [2019-09-30T14:06:59.907Z] #58 148.3 CC criu/pagemap-cache.o [2019-09-30T14:06:59.907Z] #58 148.5 CC criu/pagemap.o [2019-09-30T14:06:59.907Z] #58 149.3 CC criu/parasite-syscall.o [2019-09-30T14:06:59.907Z] #58 149.9 CC criu/path.o [2019-09-30T14:06:59.907Z] #58 150.1 CC criu/pie-util-vdso-elf32.o [2019-09-30T14:06:59.907Z] #58 150.5 CC criu/pie-util-vdso.o [2019-09-30T14:06:59.907Z] #58 150.8 CC criu/pie-util.o [2019-09-30T14:06:59.907Z] #58 151.0 CC criu/pipes.o [2019-09-30T14:07:00.162Z] #58 151.7 CC criu/plugin.o [2019-09-30T14:07:00.385Z] Removing intermediate container cd6543d818a4 [2019-09-30T14:07:00.385Z] ---> 723538a7eff5 [2019-09-30T14:07:00.385Z] Step 36/126 : FROM cross-true AS runtime-dev-cross-true [2019-09-30T14:07:00.385Z] ---> 8d9225047d29 [2019-09-30T14:07:00.385Z] Step 37/126 : ARG DEBIAN_FRONTEND [2019-09-30T14:07:00.385Z] ---> Running in 08008bc1af0f [2019-09-30T14:07:00.385Z] Removing intermediate container 08008bc1af0f [2019-09-30T14:07:00.385Z] ---> e5a81c0a994e [2019-09-30T14:07:00.385Z] Step 38/126 : RUN if [ "$(go env GOHOSTARCH)" = "amd64" ]; then apt-get update && apt-get install -y --no-install-recommends libseccomp-dev:armhf libseccomp-dev:arm64 libseccomp-dev:armel libapparmor-dev:armhf libapparmor-dev:arm64 libapparmor-dev:armel libapparmor-dev libseccomp-dev && rm -rf /var/lib/apt/lists/*; fi [2019-09-30T14:07:00.385Z] ---> Running in 84bacf8e3694 [2019-09-30T14:07:00.604Z] Client: [2019-09-30T14:07:00.604Z] Debug Mode: false [2019-09-30T14:07:00.604Z] Plugins: [2019-09-30T14:07:00.604Z] cluster: Manage Docker clusters (Docker Inc., v1.1.0-8c33de7) [2019-09-30T14:07:00.604Z] [2019-09-30T14:07:00.604Z] Server: [2019-09-30T14:07:00.604Z] Containers: 0 [2019-09-30T14:07:00.604Z] Running: 0 [2019-09-30T14:07:00.604Z] Paused: 0 [2019-09-30T14:07:00.604Z] Stopped: 0 [2019-09-30T14:07:00.604Z] Images: 8 [2019-09-30T14:07:00.604Z] Server Version: 19.03.2 [2019-09-30T14:07:00.604Z] Storage Driver: windowsfilter (windows) lcow (linux) [2019-09-30T14:07:00.604Z] Windows: [2019-09-30T14:07:00.604Z] LCOW: [2019-09-30T14:07:00.604Z] Logging Driver: json-file [2019-09-30T14:07:00.604Z] Plugins: [2019-09-30T14:07:00.604Z] Volume: local [2019-09-30T14:07:00.604Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2019-09-30T14:07:00.604Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-09-30T14:07:00.604Z] Swarm: inactive [2019-09-30T14:07:00.604Z] Default Isolation: process [2019-09-30T14:07:00.604Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-09-30T14:07:00.604Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-09-30T14:07:00.604Z] OSType: windows [2019-09-30T14:07:00.604Z] Architecture: x86_64 [2019-09-30T14:07:00.604Z] CPUs: 4 [2019-09-30T14:07:00.604Z] Total Memory: 32GiB [2019-09-30T14:07:00.604Z] Name: azwin-2-e8f700 [2019-09-30T14:07:00.604Z] ID: 4XOH:KI43:3UYQ:TBC4:5RJP:O6MZ:RR7U:K7TM:PNVP:XMQC:BCRI:ONC3 [2019-09-30T14:07:00.604Z] Docker Root Dir: D:\docker [2019-09-30T14:07:00.604Z] Debug Mode: false [2019-09-30T14:07:00.604Z] Registry: https://index.docker.io/v1/ [2019-09-30T14:07:00.604Z] Labels: [2019-09-30T14:07:00.604Z] Experimental: true [2019-09-30T14:07:00.604Z] Insecure Registries: [2019-09-30T14:07:00.604Z] 10.0.0.4:5000 [2019-09-30T14:07:00.604Z] 127.0.0.0/8 [2019-09-30T14:07:00.604Z] Registry Mirrors: [2019-09-30T14:07:00.604Z] http://10.0.0.4:5000/ [2019-09-30T14:07:00.604Z] Live Restore Enabled: false [2019-09-30T14:07:00.604Z] [2019-09-30T14:07:00.722Z] #58 152.1 CC criu/proc_parse.o [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2019-09-30T14:07:00.912Z] #58 149.9 CC criu/netfilter.o [2019-09-30T14:07:01.170Z] #58 150.2 CC criu/page-pipe.o [2019-09-30T14:07:01.401Z] Removing intermediate container 84bacf8e3694 [2019-09-30T14:07:01.401Z] ---> c90ab9a50fcb [2019-09-30T14:07:01.401Z] Step 39/126 : FROM runtime-dev-cross-${CROSS} AS runtime-dev [2019-09-30T14:07:01.401Z] ---> 723538a7eff5 [2019-09-30T14:07:01.401Z] Step 40/126 : FROM base AS tomlv [2019-09-30T14:07:01.401Z] ---> a953666fbadb [2019-09-30T14:07:01.401Z] Step 41/126 : ENV INSTALL_BINARY_NAME=tomlv [2019-09-30T14:07:01.401Z] ---> Running in 5dbe7b5dff36 [2019-09-30T14:07:01.401Z] Removing intermediate container 5dbe7b5dff36 [2019-09-30T14:07:01.401Z] ---> 62f24fcae74f [2019-09-30T14:07:01.401Z] Step 42/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-30T14:07:01.401Z] ---> fd73fd21bf8d [2019-09-30T14:07:01.401Z] Step 43/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-30T14:07:01.428Z] #58 ... [2019-09-30T14:07:01.428Z] [2019-09-30T14:07:01.428Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-09-30T14:07:01.428Z] #14 6.500 Collecting yamllint==1.16.0 [2019-09-30T14:07:01.682Z] ---> c0bb62f0609f [2019-09-30T14:07:01.682Z] Step 44/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-30T14:07:01.682Z] ---> Running in 0632809f1517 [2019-09-30T14:07:01.964Z] + RM_GOPATH=0 [2019-09-30T14:07:01.964Z] + TMP_GOPATH= [2019-09-30T14:07:01.964Z] + : /build [2019-09-30T14:07:01.964Z] + '[' -z '' ']' [2019-09-30T14:07:01.964Z] ++ mktemp -d [2019-09-30T14:07:01.964Z] + export GOPATH=/tmp/tmp.FVbZKTyNxv [2019-09-30T14:07:01.964Z] + GOPATH=/tmp/tmp.FVbZKTyNxv [2019-09-30T14:07:01.964Z] + RM_GOPATH=1 [2019-09-30T14:07:01.964Z] ++ dirname ./install.sh [2019-09-30T14:07:01.964Z] Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-30T14:07:01.964Z] + dir=. [2019-09-30T14:07:01.964Z] + bin=tomlv [2019-09-30T14:07:01.964Z] + shift [2019-09-30T14:07:01.964Z] + '[' '!' -f ./tomlv.installer ']' [2019-09-30T14:07:01.964Z] + . ./tomlv.installer [2019-09-30T14:07:01.964Z] ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-30T14:07:01.964Z] + install_tomlv [2019-09-30T14:07:01.964Z] + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-09-30T14:07:01.964Z] + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.FVbZKTyNxv/src/github.com/BurntSushi/toml [2019-09-30T14:07:01.964Z] Cloning into '/tmp/tmp.FVbZKTyNxv/src/github.com/BurntSushi/toml'... [2019-09-30T14:07:02.247Z] + cd /tmp/tmp.FVbZKTyNxv/src/github.com/BurntSushi/toml [2019-09-30T14:07:02.247Z] + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-30T14:07:02.247Z] + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-09-30T14:07:02.534Z] internal/cpu [2019-09-30T14:07:02.534Z] runtime/internal/sys [2019-09-30T14:07:02.534Z] math/bits [2019-09-30T14:07:02.534Z] runtime/internal/atomic [2019-09-30T14:07:02.534Z] runtime/internal/math [2019-09-30T14:07:02.534Z] unicode/utf8 [2019-09-30T14:07:02.534Z] internal/race [2019-09-30T14:07:02.534Z] internal/bytealg [2019-09-30T14:07:02.534Z] math [2019-09-30T14:07:02.534Z] sync/atomic [2019-09-30T14:07:02.534Z] unicode [2019-09-30T14:07:02.534Z] internal/testlog [2019-09-30T14:07:02.534Z] encoding [2019-09-30T14:07:02.824Z] runtime/cgo [2019-09-30T14:07:02.824Z] runtime [2019-09-30T14:07:02.870Z] Removing intermediate container 1a0db084b7ab [2019-09-30T14:07:02.870Z] ---> e84841abe241 [2019-09-30T14:07:02.870Z] Step 62/126 : FROM base AS golangci_lint [2019-09-30T14:07:02.870Z] ---> 7f0d9d361d13 [2019-09-30T14:07:02.870Z] Step 63/126 : ENV INSTALL_BINARY_NAME=golangci_lint [2019-09-30T14:07:02.870Z] ---> Running in 7ee444a42acc [2019-09-30T14:07:02.871Z] Removing intermediate container 7ee444a42acc [2019-09-30T14:07:02.871Z] ---> c94dd32be268 [2019-09-30T14:07:02.871Z] Step 64/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-30T14:07:03.236Z] #58 154.5 CC criu/protobuf-desc.o [2019-09-30T14:07:03.246Z] ---> 8fb4a92bd605 [2019-09-30T14:07:03.246Z] Step 65/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-30T14:07:03.246Z] ---> a6571a5afb6e [2019-09-30T14:07:03.246Z] Step 66/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-30T14:07:03.246Z] ---> Running in 5e7ff4cb9edb [2019-09-30T14:07:03.796Z] #58 155.2 CC criu/protobuf.o [2019-09-30T14:07:04.075Z] + RM_GOPATH=0 [2019-09-30T14:07:04.075Z] + TMP_GOPATH= [2019-09-30T14:07:04.075Z] + : /build [2019-09-30T14:07:04.075Z] + '[' -z '' ']' [2019-09-30T14:07:04.075Z] ++ mktemp -d [2019-09-30T14:07:04.075Z] + export GOPATH=/tmp/tmp.7d17uma5BJ [2019-09-30T14:07:04.075Z] + GOPATH=/tmp/tmp.7d17uma5BJ [2019-09-30T14:07:04.075Z] + RM_GOPATH=1 [2019-09-30T14:07:04.075Z] ++ dirname ./install.sh [2019-09-30T14:07:04.075Z] + dir=. [2019-09-30T14:07:04.075Z] + bin=golangci_lint [2019-09-30T14:07:04.075Z] + shift [2019-09-30T14:07:04.075Z] + '[' '!' -f ./golangci_lint.installer ']' [2019-09-30T14:07:04.075Z] + . ./golangci_lint.installer [2019-09-30T14:07:04.075Z] ++ : v1.17.1 [2019-09-30T14:07:04.075Z] + install_golangci_lint [2019-09-30T14:07:04.075Z] + echo 'Installing golangci-lint version v1.17.1' [2019-09-30T14:07:04.075Z] + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-09-30T14:07:04.075Z] Installing golangci-lint version v1.17.1 [2019-09-30T14:07:04.357Z] #58 155.6 CC criu/pstree.o [2019-09-30T14:07:04.612Z] #58 ... [2019-09-30T14:07:04.612Z] [2019-09-30T14:07:04.612Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-30T14:07:04.612Z] #55 220.4 + dpkg --print-architecture [2019-09-30T14:07:04.612Z] #55 220.4 + cd /tmp/tmp.ysfhqoN24e/src/github.com/docker/distribution [2019-09-30T14:07:04.612Z] #55 220.4 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-30T14:07:05.174Z] #55 220.8 + GOPATH=/tmp/tmp.ysfhqoN24e/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.ysfhqoN24e [2019-09-30T14:07:05.174Z] #55 220.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-09-30T14:07:05.974Z] + cd /tmp/tmp.7d17uma5BJ/src/github.com/golangci/golangci-lint/ [2019-09-30T14:07:05.974Z] + git checkout -q v1.17.1 [2019-09-30T14:07:05.974Z] + go build -buildmode=pie -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-09-30T14:07:07.240Z] internal/reflectlite [2019-09-30T14:07:07.240Z] sync [2019-09-30T14:07:07.240Z] errors [2019-09-30T14:07:07.240Z] sort [2019-09-30T14:07:07.240Z] internal/oserror [2019-09-30T14:07:07.240Z] io [2019-09-30T14:07:07.240Z] strconv [2019-09-30T14:07:07.240Z] syscall [2019-09-30T14:07:07.525Z] bytes [2019-09-30T14:07:07.525Z] strings [2019-09-30T14:07:07.809Z] reflect [2019-09-30T14:07:07.809Z] bufio [2019-09-30T14:07:07.982Z] #14 ... [2019-09-30T14:07:07.982Z] [2019-09-30T14:07:07.982Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:07:07.982Z] #58 150.9 CC criu/page-xfer.o [2019-09-30T14:07:07.982Z] #58 151.9 CC criu/pagemap-cache.o [2019-09-30T14:07:07.982Z] #58 152.3 CC criu/pagemap.o [2019-09-30T14:07:07.982Z] #58 153.0 CC criu/parasite-syscall.o [2019-09-30T14:07:07.982Z] #58 153.6 CC criu/path.o [2019-09-30T14:07:07.982Z] #58 153.8 CC criu/pie-util-vdso-elf32.o [2019-09-30T14:07:07.982Z] #58 154.0 CC criu/pie-util-vdso.o [2019-09-30T14:07:07.982Z] #58 154.4 CC criu/pie-util.o [2019-09-30T14:07:07.982Z] #58 154.6 CC criu/pipes.o [2019-09-30T14:07:07.982Z] #58 155.1 CC criu/plugin.o [2019-09-30T14:07:07.982Z] #58 155.4 CC criu/proc_parse.o [2019-09-30T14:07:08.094Z] path [2019-09-30T14:07:08.094Z] text/tabwriter [2019-09-30T14:07:08.239Z] #58 157.4 CC criu/protobuf-desc.o [2019-09-30T14:07:08.239Z] #58 ... [2019-09-30T14:07:08.239Z] [2019-09-30T14:07:08.239Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-09-30T14:07:08.239Z] #14 13.26 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-09-30T14:07:08.497Z] #14 13.56 Collecting pyyaml (from yamllint==1.16.0) [2019-09-30T14:07:08.720Z] internal/syscall/unix [2019-09-30T14:07:08.720Z] time [2019-09-30T14:07:09.340Z] #55 ... [2019-09-30T14:07:09.340Z] [2019-09-30T14:07:09.340Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-09-30T14:07:09.340Z] #14 13.34 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-09-30T14:07:09.340Z] #14 13.62 Collecting pyyaml (from yamllint==1.16.0) [2019-09-30T14:07:09.340Z] #14 14.80 Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-09-30T14:07:09.340Z] #14 16.62 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-09-30T14:07:09.340Z] #14 17.73 Downloading https://files.pythonhosted.org/packages/84/2a/bfee636b1e2f7d6e30dd74f49201ccfa5c3cf322d44929ecc6c137c486c5/pathspec-0.5.9.tar.gz [2019-09-30T14:07:09.340Z] #14 19.00 Building wheels for collected packages: pyyaml, pathspec [2019-09-30T14:07:09.340Z] #14 19.00 Running setup.py bdist_wheel for pyyaml: started [2019-09-30T14:07:09.340Z] #14 20.23 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-09-30T14:07:09.340Z] #14 20.24 Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-09-30T14:07:09.340Z] #14 20.33 Running setup.py bdist_wheel for pathspec: started [2019-09-30T14:07:09.340Z] #14 21.42 Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-09-30T14:07:09.340Z] #14 21.42 Stored in directory: /root/.cache/pip/wheels/45/cb/7e/ce6e6062c69446e39e328170524ca8213498bc66a74c6a210b [2019-09-30T14:07:09.340Z] #14 21.44 Successfully built pyyaml pathspec [2019-09-30T14:07:09.340Z] #14 21.44 Installing collected packages: pyyaml, pathspec, yamllint [2019-09-30T14:07:09.340Z] #14 21.83 Successfully installed pathspec-0.5.9 pyyaml-5.1.2 yamllint-1.16.0 [2019-09-30T14:07:09.340Z] #14 DONE 22.5s [2019-09-30T14:07:09.340Z] [2019-09-30T14:07:09.340Z] #16 [dev 9/24] COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-09-30T14:07:09.342Z] internal/poll [2019-09-30T14:07:09.597Z] #16 DONE 0.2s [2019-09-30T14:07:09.597Z] [2019-09-30T14:07:09.597Z] #21 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-30T14:07:09.633Z] os [2019-09-30T14:07:09.633Z] internal/fmtsort [2019-09-30T14:07:09.869Z] #14 14.71 Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-09-30T14:07:09.918Z] path/filepath [2019-09-30T14:07:09.918Z] fmt [2019-09-30T14:07:10.200Z] io/ioutil [2019-09-30T14:07:10.487Z] log [2019-09-30T14:07:10.487Z] flag [2019-09-30T14:07:10.487Z] github.com/BurntSushi/toml [2019-09-30T14:07:11.485Z] #21 DONE 2.0s [2019-09-30T14:07:11.485Z] [2019-09-30T14:07:11.485Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:07:11.485Z] #58 156.7 CC criu/rbtree.o [2019-09-30T14:07:11.485Z] #58 157.0 CC criu/rst-malloc.o [2019-09-30T14:07:11.485Z] #58 157.3 CC criu/seccomp.o [2019-09-30T14:07:11.485Z] #58 157.9 CC criu/seize.o [2019-09-30T14:07:11.485Z] #58 158.8 CC criu/servicefd.o [2019-09-30T14:07:11.485Z] #58 159.4 CC criu/shmem.o [2019-09-30T14:07:11.485Z] #58 160.3 CC criu/sigframe.o [2019-09-30T14:07:11.485Z] #58 160.5 CC criu/signalfd.o [2019-09-30T14:07:11.485Z] #58 160.8 CC criu/sk-inet.o [2019-09-30T14:07:11.485Z] #58 162.1 CC criu/sk-netlink.o [2019-09-30T14:07:11.485Z] #58 162.5 CC criu/sk-packet.o [2019-09-30T14:07:11.499Z] github.com/BurntSushi/toml/cmd/tomlv [2019-09-30T14:07:11.741Z] #58 163.0 CC criu/sk-queue.o [2019-09-30T14:07:11.767Z] #14 16.58 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-09-30T14:07:11.997Z] #58 163.4 CC criu/sk-tcp.o [2019-09-30T14:07:12.559Z] #58 163.9 CC criu/sk-unix.o [2019-09-30T14:07:12.700Z] #14 17.68 Downloading https://files.pythonhosted.org/packages/84/2a/bfee636b1e2f7d6e30dd74f49201ccfa5c3cf322d44929ecc6c137c486c5/pathspec-0.5.9.tar.gz [2019-09-30T14:07:12.973Z] Removing intermediate container 0632809f1517 [2019-09-30T14:07:12.973Z] ---> 795cc0fac08d [2019-09-30T14:07:12.973Z] Step 45/126 : FROM base AS vndr [2019-09-30T14:07:12.973Z] ---> a953666fbadb [2019-09-30T14:07:12.973Z] Step 46/126 : ENV INSTALL_BINARY_NAME=vndr [2019-09-30T14:07:12.973Z] ---> Running in fce95d76512a [2019-09-30T14:07:12.973Z] Removing intermediate container fce95d76512a [2019-09-30T14:07:12.973Z] ---> 37d338f0e29f [2019-09-30T14:07:12.973Z] Step 47/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-30T14:07:13.255Z] ---> 47972fcd5f7d [2019-09-30T14:07:13.255Z] Step 48/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-30T14:07:13.255Z] ---> d3cb3f015e1c [2019-09-30T14:07:13.255Z] Step 49/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-30T14:07:13.537Z] ---> Running in dc136c47a5b4 [2019-09-30T14:07:13.820Z] + RM_GOPATH=0 [2019-09-30T14:07:13.820Z] + TMP_GOPATH= [2019-09-30T14:07:13.820Z] + : /build [2019-09-30T14:07:13.820Z] + '[' -z '' ']' [2019-09-30T14:07:13.820Z] ++ mktemp -d [2019-09-30T14:07:13.820Z] + export GOPATH=/tmp/tmp.ukNTzly56O [2019-09-30T14:07:13.820Z] + GOPATH=/tmp/tmp.ukNTzly56O [2019-09-30T14:07:13.820Z] + RM_GOPATH=1 [2019-09-30T14:07:13.820Z] ++ dirname ./install.sh [2019-09-30T14:07:13.820Z] + dir=. [2019-09-30T14:07:13.820Z] + bin=vndr [2019-09-30T14:07:13.820Z] + shift [2019-09-30T14:07:13.820Z] + '[' '!' -f ./vndr.installer ']' [2019-09-30T14:07:13.820Z] + . ./vndr.installer [2019-09-30T14:07:13.820Z] ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-30T14:07:13.820Z] + install_vndr [2019-09-30T14:07:13.820Z] + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-09-30T14:07:13.820Z] + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.ukNTzly56O/src/github.com/LK4D4/vndr [2019-09-30T14:07:13.820Z] Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-30T14:07:13.820Z] Cloning into '/tmp/tmp.ukNTzly56O/src/github.com/LK4D4/vndr'... [2019-09-30T14:07:14.086Z] #14 18.81 Building wheels for collected packages: pyyaml, pathspec [2019-09-30T14:07:14.086Z] #14 18.81 Running setup.py bdist_wheel for pyyaml: started [2019-09-30T14:07:14.104Z] + cd /tmp/tmp.ukNTzly56O/src/github.com/LK4D4/vndr [2019-09-30T14:07:14.104Z] + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-30T14:07:14.104Z] + go build -buildmode=pie -v -o /build/vndr . [2019-09-30T14:07:14.104Z] internal/cpu [2019-09-30T14:07:14.104Z] runtime/internal/sys [2019-09-30T14:07:14.104Z] internal/race [2019-09-30T14:07:14.104Z] runtime/internal/atomic [2019-09-30T14:07:14.391Z] sync/atomic [2019-09-30T14:07:14.391Z] runtime/internal/math [2019-09-30T14:07:14.391Z] internal/bytealg [2019-09-30T14:07:14.391Z] unicode [2019-09-30T14:07:14.391Z] unicode/utf8 [2019-09-30T14:07:14.391Z] math/bits [2019-09-30T14:07:14.391Z] internal/testlog [2019-09-30T14:07:14.391Z] math [2019-09-30T14:07:14.391Z] runtime [2019-09-30T14:07:14.391Z] encoding [2019-09-30T14:07:14.391Z] unicode/utf16 [2019-09-30T14:07:14.446Z] #58 165.6 CC criu/sockets.o [2019-09-30T14:07:14.651Z] #14 ... [2019-09-30T14:07:14.651Z] [2019-09-30T14:07:14.651Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-30T14:07:14.651Z] #55 223.4 + dpkg --print-architecture [2019-09-30T14:07:14.651Z] #55 223.4 + cd /tmp/tmp.pMPKZlIkU2/src/github.com/docker/distribution [2019-09-30T14:07:14.651Z] #55 223.4 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-30T14:07:14.651Z] #55 223.7 + GOPATH=/tmp/tmp.pMPKZlIkU2/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.pMPKZlIkU2 [2019-09-30T14:07:14.651Z] #55 223.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-09-30T14:07:14.679Z] container/list [2019-09-30T14:07:14.679Z] crypto/internal/subtle [2019-09-30T14:07:14.679Z] crypto/subtle [2019-09-30T14:07:14.679Z] vendor/golang.org/x/crypto/cryptobyte/asn1 [2019-09-30T14:07:14.679Z] internal/nettrace [2019-09-30T14:07:14.966Z] runtime/cgo [2019-09-30T14:07:15.007Z] #58 166.3 CC criu/stats.o [2019-09-30T14:07:15.254Z] vendor/golang.org/x/crypto/internal/subtle [2019-09-30T14:07:15.263Z] #58 166.6 CC criu/string.o [2019-09-30T14:07:15.518Z] #58 166.7 CC criu/sysctl.o [2019-09-30T14:07:16.078Z] #58 167.3 CC criu/sysfs_parse.o [2019-09-30T14:07:16.117Z] DEBUG: print all environment variables to check how Jenkins runs this script [2019-09-30T14:07:16.117Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-dc1b97d7\powershellScript.ps1'; exit $LASTEXITCODE; [2019-09-30T14:07:16.117Z] ---------------------------------------------------------------------------- [2019-09-30T14:07:16.117Z] [2019-09-30T14:07:16.117Z] INFO: executeCI.ps1 starting at Mon Sep 30 14:07:15 CUT 2019 [2019-09-30T14:07:16.117Z] [2019-09-30T14:07:16.117Z] INFO: Script version 05-Feb-2019 09:03 PDT [2019-09-30T14:07:16.117Z] INFO: Running git version 2.23.0.windows.1 [2019-09-30T14:07:16.117Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2019-09-30T14:07:16.117Z] INFO: Environment variables: [2019-09-30T14:07:16.117Z] [2019-09-30T14:07:16.117Z] Name Value [2019-09-30T14:07:16.117Z] ---- ----- [2019-09-30T14:07:16.117Z] ALLUSERSPROFILE C:\ProgramData [2019-09-30T14:07:16.117Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2019-09-30T14:07:16.117Z] APT_MIRROR cdn-fastly.deb.debian.org [2019-09-30T14:07:16.117Z] BRANCH_NAME PR-40012 [2019-09-30T14:07:16.117Z] BUILD_DISPLAY_NAME #2 [2019-09-30T14:07:16.117Z] BUILD_ID 2 [2019-09-30T14:07:16.117Z] BUILD_NUMBER 2 [2019-09-30T14:07:16.117Z] BUILD_TAG jenkins-moby-PR-40012-2 [2019-09-30T14:07:16.117Z] BUILD_URL https://ci.docker.com/public/job/moby/job/PR-40012/2/ [2019-09-30T14:07:16.117Z] CHANGE_AUTHOR thaJeztah [2019-09-30T14:07:16.117Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2019-09-30T14:07:16.117Z] CHANGE_BRANCH fix_withexperimental [2019-09-30T14:07:16.117Z] CHANGE_FORK thaJeztah [2019-09-30T14:07:16.117Z] CHANGE_ID 40012 [2019-09-30T14:07:16.117Z] CHANGE_TARGET master [2019-09-30T14:07:16.117Z] CHANGE_TITLE testutil: fix WithExperimental also setting "init" [2019-09-30T14:07:16.117Z] CHANGE_URL https://github.com/moby/moby/pull/40012 [2019-09-30T14:07:16.117Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-30T14:07:16.117Z] CommonProgramFiles C:\Program Files\Common Files [2019-09-30T14:07:16.117Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2019-09-30T14:07:16.117Z] CommonProgramW6432 C:\Program Files\Common Files [2019-09-30T14:07:16.117Z] COMPUTERNAME azwin-2-e8f700 [2019-09-30T14:07:16.117Z] ComSpec C:\windows\system32\cmd.exe [2019-09-30T14:07:16.118Z] ConfigSequenceNumber 0 [2019-09-30T14:07:16.118Z] DOCKER_BUILDKIT 0 [2019-09-30T14:07:16.118Z] DOCKER_DUT_DEBUG 1 [2019-09-30T14:07:16.118Z] DOCKER_EXPERIMENTAL 1 [2019-09-30T14:07:16.118Z] DOCKER_GRAPHDRIVER overlay2 [2019-09-30T14:07:16.118Z] DriverData C:\Windows\System32\Drivers\DriverData [2019-09-30T14:07:16.118Z] EXECUTOR_NUMBER 0 [2019-09-30T14:07:16.118Z] FQDN azwin-2-e8f700.westus.cloudapp.azure.com [2019-09-30T14:07:16.118Z] GIT_BRANCH PR-40012 [2019-09-30T14:07:16.118Z] GIT_COMMIT 5aebd698579649f076276c70ab33e2f34634ad3e [2019-09-30T14:07:16.118Z] GIT_PREVIOUS_COMMIT 5aebd698579649f076276c70ab33e2f34634ad3e [2019-09-30T14:07:16.118Z] GIT_URL https://github.com/moby/moby.git [2019-09-30T14:07:16.118Z] HUDSON_COOKIE c774e25e-4dc0-43f6-89f7-ef95b2da53bd [2019-09-30T14:07:16.118Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2019-09-30T14:07:16.118Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2019-09-30T14:07:16.118Z] HUDSON_URL https://ci.docker.com/public/ [2019-09-30T14:07:16.118Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.222-2.b10.ojdkbuild.windows.x86_64 [2019-09-30T14:07:16.118Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2019-09-30T14:07:16.118Z] JENKINS_NODE_COOKIE 1ed8a33a-e681-49a6-bd22-63ff9f4f0a7d [2019-09-30T14:07:16.118Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2019-09-30T14:07:16.118Z] JENKINS_URL https://ci.docker.com/public/ [2019-09-30T14:07:16.118Z] JOB_BASE_NAME PR-40012 [2019-09-30T14:07:16.118Z] JOB_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-40012/display/redirect [2019-09-30T14:07:16.118Z] JOB_NAME moby/PR-40012 [2019-09-30T14:07:16.118Z] JOB_URL https://ci.docker.com/public/job/moby/job/PR-40012/ [2019-09-30T14:07:16.118Z] library.jps.version master [2019-09-30T14:07:16.118Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2019-09-30T14:07:16.118Z] NODE_LABELS amd64 azure azwin-2-e8f700 azwin-2019 docker west-us windows windows-2019 x86_64 [2019-09-30T14:07:16.118Z] NODE_NAME azwin-2-e8f700 [2019-09-30T14:07:16.118Z] NUMBER_OF_PROCESSORS 4 [2019-09-30T14:07:16.118Z] OS Windows_NT [2019-09-30T14:07:16.118Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2019-09-30T14:07:16.118Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2019-09-30T14:07:16.118Z] PROCESSOR_ARCHITECTURE AMD64 [2019-09-30T14:07:16.118Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2019-09-30T14:07:16.118Z] PROCESSOR_LEVEL 6 [2019-09-30T14:07:16.118Z] PROCESSOR_REVISION 4f01 [2019-09-30T14:07:16.119Z] ProgramData C:\ProgramData [2019-09-30T14:07:16.119Z] ProgramFiles C:\Program Files [2019-09-30T14:07:16.119Z] ProgramFiles(x86) C:\Program Files (x86) [2019-09-30T14:07:16.119Z] ProgramW6432 C:\Program Files [2019-09-30T14:07:16.119Z] PROMPT $P$G [2019-09-30T14:07:16.119Z] PSExecutionPolicyPreference Bypass [2019-09-30T14:07:16.119Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2019-09-30T14:07:16.119Z] PUBLIC C:\Users\Public [2019-09-30T14:07:16.119Z] RUN_CHANGES_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-40012/2/display/redirect?page=changes [2019-09-30T14:07:16.119Z] RUN_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-40012/2/display/redirect [2019-09-30T14:07:16.119Z] SKIP_VALIDATION_TESTS 1 [2019-09-30T14:07:16.119Z] SOURCES_DRIVE d [2019-09-30T14:07:16.119Z] SOURCES_SUBDIR gopath [2019-09-30T14:07:16.119Z] STAGE_NAME Run tests [2019-09-30T14:07:16.119Z] SystemDrive C: [2019-09-30T14:07:16.119Z] SystemRoot C:\windows [2019-09-30T14:07:16.119Z] TEMP C:\windows\TEMP [2019-09-30T14:07:16.119Z] TESTDEBUG 0 [2019-09-30T14:07:16.119Z] TESTRUN_DRIVE d [2019-09-30T14:07:16.119Z] TESTRUN_SUBDIR CI [2019-09-30T14:07:16.119Z] TIMEOUT 120m [2019-09-30T14:07:16.119Z] TMP C:\windows\TEMP [2019-09-30T14:07:16.119Z] USERDOMAIN WORKGROUP [2019-09-30T14:07:16.119Z] USERNAME azwin-2-e8f700$ [2019-09-30T14:07:16.119Z] USERPROFILE C:\windows\system32\config\systemprofile [2019-09-30T14:07:16.119Z] windir C:\windows [2019-09-30T14:07:16.119Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2019-09-30T14:07:16.119Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2019-09-30T14:07:16.119Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2019-09-30T14:07:16.119Z] [2019-09-30T14:07:16.119Z] [2019-09-30T14:07:16.119Z] [2019-09-30T14:07:16.119Z] INFO: Sources under d:\gopath\... [2019-09-30T14:07:16.119Z] INFO: Test run under d:\CI\... [2019-09-30T14:07:16.119Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2019-09-30T14:07:16.119Z] INFO: docker/docker repository was found [2019-09-30T14:07:16.334Z] #58 167.7 CC criu/timerfd.o [2019-09-30T14:07:16.549Z] #55 ... [2019-09-30T14:07:16.549Z] [2019-09-30T14:07:16.549Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-09-30T14:07:16.549Z] #14 20.03 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-09-30T14:07:16.549Z] #14 20.04 Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-09-30T14:07:16.549Z] #14 20.10 Running setup.py bdist_wheel for pathspec: started [2019-09-30T14:07:16.549Z] #14 21.52 Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-09-30T14:07:16.549Z] #14 21.52 Stored in directory: /root/.cache/pip/wheels/45/cb/7e/ce6e6062c69446e39e328170524ca8213498bc66a74c6a210b [2019-09-30T14:07:16.549Z] #14 21.53 Successfully built pyyaml pathspec [2019-09-30T14:07:16.549Z] #14 21.54 Installing collected packages: pyyaml, pathspec, yamllint [2019-09-30T14:07:16.579Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2019-09-30T14:07:16.579Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.737' [2019-09-30T14:07:16.579Z] INFO: Docker version of control daemon [2019-09-30T14:07:16.579Z] [2019-09-30T14:07:16.894Z] #58 168.1 CC criu/tty.o [2019-09-30T14:07:17.039Z] Client: Docker Engine - Enterprise [2019-09-30T14:07:17.040Z] Version: 19.03.2 [2019-09-30T14:07:17.040Z] API version: 1.40 [2019-09-30T14:07:17.040Z] Go version: go1.12.8 [2019-09-30T14:07:17.040Z] Git commit: c92ab06ed9 [2019-09-30T14:07:17.040Z] Built: 09/03/2019 16:38:11 [2019-09-30T14:07:17.040Z] OS/Arch: windows/amd64 [2019-09-30T14:07:17.040Z] Experimental: false [2019-09-30T14:07:17.040Z] [2019-09-30T14:07:17.040Z] Server: Docker Engine - Enterprise [2019-09-30T14:07:17.040Z] Engine: [2019-09-30T14:07:17.040Z] Version: 19.03.2 [2019-09-30T14:07:17.040Z] API version: 1.40 (minimum version 1.24) [2019-09-30T14:07:17.040Z] Go version: go1.12.8 [2019-09-30T14:07:17.040Z] Git commit: c92ab06ed9 [2019-09-30T14:07:17.040Z] Built: 09/03/2019 16:35:47 [2019-09-30T14:07:17.040Z] OS/Arch: windows/amd64 [2019-09-30T14:07:17.040Z] Experimental: true [2019-09-30T14:07:17.040Z] [2019-09-30T14:07:17.040Z] INFO: Docker info of control daemon [2019-09-30T14:07:17.040Z] [2019-09-30T14:07:17.114Z] #14 21.87 Successfully installed pathspec-0.5.9 pyyaml-5.1.2 yamllint-1.16.0 [2019-09-30T14:07:17.680Z] #14 DONE 22.6s [2019-09-30T14:07:17.680Z] [2019-09-30T14:07:17.680Z] #16 [dev 9/24] COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-09-30T14:07:17.680Z] #16 DONE 0.2s [2019-09-30T14:07:17.680Z] [2019-09-30T14:07:17.680Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:07:17.680Z] #58 158.1 CC criu/protobuf.o [2019-09-30T14:07:17.680Z] #58 158.4 CC criu/pstree.o [2019-09-30T14:07:17.680Z] #58 159.3 CC criu/rbtree.o [2019-09-30T14:07:17.680Z] #58 159.5 CC criu/rst-malloc.o [2019-09-30T14:07:17.680Z] #58 159.8 CC criu/seccomp.o [2019-09-30T14:07:17.680Z] #58 160.5 CC criu/seize.o [2019-09-30T14:07:17.680Z] #58 161.2 CC criu/servicefd.o [2019-09-30T14:07:17.680Z] #58 161.6 CC criu/shmem.o [2019-09-30T14:07:17.680Z] #58 162.7 CC criu/sigframe.o [2019-09-30T14:07:17.680Z] #58 162.9 CC criu/signalfd.o [2019-09-30T14:07:17.680Z] #58 163.3 CC criu/sk-inet.o [2019-09-30T14:07:17.680Z] #58 164.5 CC criu/sk-netlink.o [2019-09-30T14:07:17.680Z] #58 164.9 CC criu/sk-packet.o [2019-09-30T14:07:17.680Z] #58 165.4 CC criu/sk-queue.o [2019-09-30T14:07:17.680Z] #58 166.1 CC criu/sk-tcp.o [2019-09-30T14:07:17.680Z] #58 166.6 CC criu/sk-unix.o [2019-09-30T14:07:17.938Z] #58 ... [2019-09-30T14:07:17.938Z] [2019-09-30T14:07:17.938Z] #21 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-30T14:07:18.579Z] Client: [2019-09-30T14:07:18.579Z] Debug Mode: false [2019-09-30T14:07:18.579Z] Plugins: [2019-09-30T14:07:18.579Z] cluster: Manage Docker clusters (Docker Inc., v1.1.0-8c33de7) [2019-09-30T14:07:18.579Z] [2019-09-30T14:07:18.579Z] Server: [2019-09-30T14:07:18.579Z] Containers: 0 [2019-09-30T14:07:18.579Z] Running: 0 [2019-09-30T14:07:18.579Z] Paused: 0 [2019-09-30T14:07:18.579Z] Stopped: 0 [2019-09-30T14:07:18.579Z] Images: 8 [2019-09-30T14:07:18.579Z] Server Version: 19.03.2 [2019-09-30T14:07:18.579Z] Storage Driver: windowsfilter (windows) lcow (linux) [2019-09-30T14:07:18.579Z] Windows: [2019-09-30T14:07:18.579Z] LCOW: [2019-09-30T14:07:18.579Z] Logging Driver: json-file [2019-09-30T14:07:18.579Z] Plugins: [2019-09-30T14:07:18.579Z] Volume: local [2019-09-30T14:07:18.579Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2019-09-30T14:07:18.579Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-09-30T14:07:18.579Z] Swarm: inactive [2019-09-30T14:07:18.579Z] Default Isolation: process [2019-09-30T14:07:18.579Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-09-30T14:07:18.579Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-09-30T14:07:18.579Z] OSType: windows [2019-09-30T14:07:18.579Z] Architecture: x86_64 [2019-09-30T14:07:18.579Z] CPUs: 4 [2019-09-30T14:07:18.579Z] Total Memory: 32GiB [2019-09-30T14:07:18.579Z] Name: azwin-2-e8f700 [2019-09-30T14:07:18.579Z] ID: 4XOH:KI43:3UYQ:TBC4:5RJP:O6MZ:RR7U:K7TM:PNVP:XMQC:BCRI:ONC3 [2019-09-30T14:07:18.579Z] Docker Root Dir: D:\docker [2019-09-30T14:07:18.579Z] Debug Mode: false [2019-09-30T14:07:18.579Z] Registry: https://index.docker.io/v1/ [2019-09-30T14:07:18.579Z] Labels: [2019-09-30T14:07:18.579Z] Experimental: true [2019-09-30T14:07:18.579Z] Insecure Registries: [2019-09-30T14:07:18.579Z] 10.0.0.4:5000 [2019-09-30T14:07:18.579Z] 127.0.0.0/8 [2019-09-30T14:07:18.579Z] Registry Mirrors: [2019-09-30T14:07:18.579Z] http://10.0.0.4:5000/ [2019-09-30T14:07:18.579Z] Live Restore Enabled: false [2019-09-30T14:07:18.579Z] [2019-09-30T14:07:18.579Z] [2019-09-30T14:07:18.579Z] INFO: Commit hash is 5aebd6985 [2019-09-30T14:07:18.579Z] INFO: Nuke-Everything... [2019-09-30T14:07:18.579Z] INFO: Container count on control daemon to delete is 0 [2019-09-30T14:07:18.715Z] internal/reflectlite [2019-09-30T14:07:18.715Z] sync [2019-09-30T14:07:18.715Z] github.com/LK4D4/vndr/godl/singleflight [2019-09-30T14:07:18.715Z] internal/singleflight [2019-09-30T14:07:18.715Z] math/rand [2019-09-30T14:07:18.780Z] #58 169.7 CC criu/tun.o [2019-09-30T14:07:18.780Z] #58 170.2 CC criu/uffd.o [2019-09-30T14:07:19.021Z] errors [2019-09-30T14:07:19.021Z] sort [2019-09-30T14:07:19.021Z] internal/oserror [2019-09-30T14:07:19.021Z] io [2019-09-30T14:07:19.021Z] strconv [2019-09-30T14:07:19.021Z] syscall [2019-09-30T14:07:19.335Z] vendor/golang.org/x/net/dns/dnsmessage [2019-09-30T14:07:19.335Z] bytes [2019-09-30T14:07:19.548Z] INFO: Nuking d:\CI [2019-09-30T14:07:19.548Z] INFO: Zapped successfully [2019-09-30T14:07:19.548Z] INFO: Location for testing is d:\CI\PR-40012\2 [2019-09-30T14:07:19.548Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2019-09-30T14:07:19.548Z] [2019-09-30T14:07:19.548Z] [2019-09-30T14:07:19.548Z] INFO: Building the image from Dockerfile.windows at 09/30/2019 14:07:19... [2019-09-30T14:07:19.548Z] [2019-09-30T14:07:19.836Z] #21 DONE 2.1s [2019-09-30T14:07:19.836Z] [2019-09-30T14:07:19.836Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:07:19.836Z] #58 168.5 CC criu/sockets.o [2019-09-30T14:07:19.955Z] bufio [2019-09-30T14:07:19.955Z] reflect [2019-09-30T14:07:20.143Z] #58 171.2 CC criu/util.o [2019-09-30T14:07:20.241Z] strings [2019-09-30T14:07:20.242Z] hash [2019-09-30T14:07:20.242Z] hash/crc32 [2019-09-30T14:07:20.401Z] #58 169.3 CC criu/stats.o [2019-09-30T14:07:20.530Z] crypto [2019-09-30T14:07:20.530Z] crypto/internal/randutil [2019-09-30T14:07:20.659Z] #58 169.6 CC criu/string.o [2019-09-30T14:07:20.659Z] #58 169.7 CC criu/sysctl.o [2019-09-30T14:07:20.816Z] time [2019-09-30T14:07:20.816Z] internal/syscall/unix [2019-09-30T14:07:20.816Z] regexp/syntax [2019-09-30T14:07:20.816Z] path [2019-09-30T14:07:20.816Z] crypto/hmac [2019-09-30T14:07:21.069Z] #58 172.3 CC criu/uts_ns.o [2019-09-30T14:07:21.069Z] #58 172.5 CC criu/vdso-compat.o [2019-09-30T14:07:21.103Z] crypto/rc4 [2019-09-30T14:07:21.103Z] vendor/golang.org/x/crypto/hkdf [2019-09-30T14:07:21.103Z] vendor/golang.org/x/text/transform [2019-09-30T14:07:21.324Z] #58 172.7 CC criu/vdso.o [2019-09-30T14:07:21.592Z] #58 170.4 CC criu/sysfs_parse.o [2019-09-30T14:07:21.592Z] #58 170.6 CC criu/timerfd.o [2019-09-30T14:07:21.728Z] context [2019-09-30T14:07:21.728Z] internal/poll [2019-09-30T14:07:22.019Z] regexp [2019-09-30T14:07:22.157Z] #58 170.9 CC criu/tty.o [2019-09-30T14:07:22.250Z] #58 173.6 LINK criu/built-in.o [2019-09-30T14:07:22.303Z] os [2019-09-30T14:07:22.303Z] internal/fmtsort [2019-09-30T14:07:22.303Z] encoding/binary [2019-09-30T14:07:22.505Z] #58 173.7 LINK criu/criu [2019-09-30T14:07:22.760Z] #58 174.0 DEP lib/c/criu.d [2019-09-30T14:07:22.760Z] #58 174.1 CC images/rpc.pb-c.o [2019-09-30T14:07:22.922Z] encoding/base64 [2019-09-30T14:07:22.922Z] crypto/sha512 [2019-09-30T14:07:22.922Z] crypto/cipher [2019-09-30T14:07:22.922Z] fmt [2019-09-30T14:07:22.922Z] path/filepath [2019-09-30T14:07:22.922Z] internal/lazyregexp [2019-09-30T14:07:23.209Z] crypto/des [2019-09-30T14:07:23.209Z] crypto/aes [2019-09-30T14:07:23.209Z] crypto/ed25519/internal/edwards25519 [2019-09-30T14:07:23.209Z] io/ioutil [2019-09-30T14:07:23.209Z] crypto/md5 [2019-09-30T14:07:23.328Z] #58 174.7 CC lib/c/criu.o [2019-09-30T14:07:23.504Z] crypto/sha1 [2019-09-30T14:07:23.504Z] crypto/sha256 [2019-09-30T14:07:23.504Z] encoding/pem [2019-09-30T14:07:23.529Z] #58 172.7 CC criu/tun.o [2019-09-30T14:07:23.807Z] net [2019-09-30T14:07:23.807Z] vendor/golang.org/x/crypto/internal/chacha20 [2019-09-30T14:07:23.807Z] vendor/golang.org/x/crypto/poly1305 [2019-09-30T14:07:24.094Z] flag [2019-09-30T14:07:24.094Z] go/token [2019-09-30T14:07:24.094Z] net/url [2019-09-30T14:07:24.095Z] #58 173.1 CC criu/uffd.o [2019-09-30T14:07:24.263Z] #58 175.6 LINK lib/c/built-in.o [2019-09-30T14:07:24.263Z] #58 175.6 LINK lib/c/libcriu.so [2019-09-30T14:07:24.263Z] #58 175.8 GEN magic.py [2019-09-30T14:07:24.382Z] go/scanner [2019-09-30T14:07:24.382Z] text/template/parse [2019-09-30T14:07:24.382Z] log [2019-09-30T14:07:24.519Z] #58 175.9 Note: Building without setproctitle() and strlcpy() support. [2019-09-30T14:07:24.519Z] #58 175.9 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-30T14:07:24.671Z] go/ast [2019-09-30T14:07:24.671Z] encoding/json [2019-09-30T14:07:25.080Z] #58 176.5 fatal: Not a git repository (or any of the parent directories): .git [2019-09-30T14:07:25.308Z] text/template [2019-09-30T14:07:25.335Z] #58 ... [2019-09-30T14:07:25.335Z] [2019-09-30T14:07:25.335Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-30T14:07:25.335Z] #55 240.9 + rm -rf /tmp/tmp.ysfhqoN24e/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.ysfhqoN24e [2019-09-30T14:07:25.467Z] #58 174.3 CC criu/util.o [2019-09-30T14:07:25.591Z] #55 DONE 241.3s [2019-09-30T14:07:25.591Z] [2019-09-30T14:07:25.591Z] #24 [golangci_lint 3/3] RUN PREFIX=/build ./install.sh golangci_lint [2019-09-30T14:07:25.846Z] #24 ... [2019-09-30T14:07:25.846Z] [2019-09-30T14:07:25.846Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:07:25.846Z] #58 177.2 make[1]: Nothing to be done for 'all'. [2019-09-30T14:07:25.930Z] go/parser [2019-09-30T14:07:26.216Z] encoding/xml [2019-09-30T14:07:26.400Z] #58 175.5 CC criu/uts_ns.o [2019-09-30T14:07:26.640Z] Sending build context to Docker daemon 49.98MB [2019-09-30T14:07:26.640Z] [2019-09-30T14:07:26.640Z] Step 1/8 : FROM microsoft/windowsservercore [2019-09-30T14:07:26.640Z] ---> 1ddfa8bee56a [2019-09-30T14:07:26.640Z] Step 2/8 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2019-09-30T14:07:26.640Z] ---> Using cache [2019-09-30T14:07:26.640Z] ---> a5e83a508fd4 [2019-09-30T14:07:26.640Z] Step 3/8 : ARG GO_VERSION=1.13.1 [2019-09-30T14:07:26.640Z] ---> Using cache [2019-09-30T14:07:26.640Z] ---> d28eb657237f [2019-09-30T14:07:26.640Z] Step 4/8 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 [2019-09-30T14:07:26.640Z] ---> Using cache [2019-09-30T14:07:26.640Z] ---> 01f4bee5979b [2019-09-30T14:07:26.640Z] Step 5/8 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; Write-Host INFO: Creating source directory...; New-Item -ItemType Directory -Path ${GOPATH}\src\github.com\docker\docker | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; Write-Host INFO: Completed [2019-09-30T14:07:26.640Z] ---> Using cache [2019-09-30T14:07:26.640Z] ---> b3bf048f7076 [2019-09-30T14:07:26.640Z] Step 6/8 : ENTRYPOINT ["powershell.exe"] [2019-09-30T14:07:26.640Z] ---> Using cache [2019-09-30T14:07:26.640Z] ---> 742aca738467 [2019-09-30T14:07:26.640Z] Step 7/8 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2019-09-30T14:07:26.640Z] ---> Using cache [2019-09-30T14:07:26.640Z] ---> e043ac0d6d36 [2019-09-30T14:07:26.640Z] Step 8/8 : COPY . . [2019-09-30T14:07:26.657Z] #58 175.7 CC criu/vdso-compat.o [2019-09-30T14:07:26.841Z] go/doc [2019-09-30T14:07:26.841Z] compress/flate [2019-09-30T14:07:26.915Z] #58 175.9 CC criu/vdso.o [2019-09-30T14:07:27.212Z] #58 178.4 make[1]: 'images/built-in.o' is up to date. [2019-09-30T14:07:27.212Z] #58 178.4 make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-09-30T14:07:27.212Z] #58 178.5 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-09-30T14:07:27.212Z] #58 178.5 make[1]: 'compel/libcompel.a' is up to date. [2019-09-30T14:07:27.212Z] #58 178.5 make[1]: 'compel/compel-host-bin' is up to date. [2019-09-30T14:07:27.212Z] #58 178.5 make[1]: Nothing to be done for 'all'. [2019-09-30T14:07:27.212Z] #58 178.5 make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-30T14:07:27.212Z] #58 178.7 make[2]: Nothing to be done for 'all'. [2019-09-30T14:07:27.212Z] #58 178.7 make[2]: Nothing to be done for 'all'. [2019-09-30T14:07:27.212Z] #58 178.7 make[2]: Nothing to be done for 'all'. [2019-09-30T14:07:27.212Z] #58 178.8 make[2]: Nothing to be done for 'all'. [2019-09-30T14:07:27.468Z] #58 178.8 make[2]: Nothing to be done for 'all'. [2019-09-30T14:07:27.468Z] #58 178.8 make[2]: Nothing to be done for 'all'. [2019-09-30T14:07:27.468Z] #58 178.8 make[2]: Nothing to be done for 'all'. [2019-09-30T14:07:27.724Z] #58 178.9 make[2]: Nothing to be done for 'all'. [2019-09-30T14:07:27.724Z] #58 178.9 INSTALL criu/criu [2019-09-30T14:07:27.724Z] #58 DONE 179.1s [2019-09-30T14:07:27.724Z] [2019-09-30T14:07:27.724Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-30T14:07:27.848Z] #58 176.8 LINK criu/built-in.o [2019-09-30T14:07:27.848Z] #58 176.9 LINK criu/criu [2019-09-30T14:07:27.872Z] github.com/LK4D4/vndr/build [2019-09-30T14:07:27.872Z] compress/gzip [2019-09-30T14:07:27.872Z] math/big [2019-09-30T14:07:27.872Z] encoding/hex [2019-09-30T14:07:28.162Z] vendor/golang.org/x/crypto/chacha20poly1305 [2019-09-30T14:07:28.413Z] #58 177.3 DEP lib/c/criu.d [2019-09-30T14:07:28.413Z] #58 177.4 CC images/rpc.pb-c.o [2019-09-30T14:07:28.449Z] vendor/golang.org/x/crypto/curve25519 [2019-09-30T14:07:28.450Z] vendor/golang.org/x/text/unicode/bidi [2019-09-30T14:07:28.737Z] vendor/golang.org/x/text/unicode/norm [2019-09-30T14:07:28.979Z] #58 178.0 CC lib/c/criu.o [2019-09-30T14:07:29.366Z] vendor/golang.org/x/text/secure/bidirule [2019-09-30T14:07:29.366Z] vendor/golang.org/x/net/http2/hpack [2019-09-30T14:07:29.659Z] mime [2019-09-30T14:07:29.912Z] #58 179.0 LINK lib/c/built-in.o [2019-09-30T14:07:30.170Z] #58 179.0 LINK lib/c/libcriu.so [2019-09-30T14:07:30.170Z] #58 179.2 GEN magic.py [2019-09-30T14:07:30.285Z] vendor/golang.org/x/net/idna [2019-09-30T14:07:30.285Z] net/textproto [2019-09-30T14:07:30.285Z] crypto/rand [2019-09-30T14:07:30.427Z] #58 179.3 Note: Building without setproctitle() and strlcpy() support. [2019-09-30T14:07:30.427Z] #58 179.3 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-30T14:07:30.572Z] crypto/elliptic [2019-09-30T14:07:30.572Z] encoding/asn1 [2019-09-30T14:07:30.572Z] crypto/ed25519 [2019-09-30T14:07:30.572Z] crypto/rsa [2019-09-30T14:07:30.859Z] crypto/dsa [2019-09-30T14:07:30.993Z] #58 179.9 fatal: Not a git repository (or any of the parent directories): .git [2019-09-30T14:07:31.154Z] vendor/golang.org/x/net/http/httpguts [2019-09-30T14:07:31.154Z] vendor/golang.org/x/net/http/httpproxy [2019-09-30T14:07:31.154Z] mime/quotedprintable [2019-09-30T14:07:31.154Z] net/http/internal [2019-09-30T14:07:31.154Z] crypto/ecdsa [2019-09-30T14:07:31.154Z] crypto/x509/pkix [2019-09-30T14:07:31.455Z] vendor/golang.org/x/crypto/cryptobyte [2019-09-30T14:07:31.455Z] mime/multipart [2019-09-30T14:07:31.455Z] os/exec [2019-09-30T14:07:31.558Z] #58 180.5 make[1]: Nothing to be done for 'all'. [2019-09-30T14:07:31.739Z] crypto/x509 [2019-09-30T14:07:32.124Z] #58 181.1 make[1]: 'images/built-in.o' is up to date. [2019-09-30T14:07:32.124Z] #58 181.1 make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-09-30T14:07:32.124Z] #58 181.1 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-09-30T14:07:32.124Z] #58 181.1 make[1]: 'compel/libcompel.a' is up to date. [2019-09-30T14:07:32.124Z] #58 181.2 make[1]: 'compel/compel-host-bin' is up to date. [2019-09-30T14:07:32.124Z] #58 181.2 make[1]: Nothing to be done for 'all'. [2019-09-30T14:07:32.124Z] #58 ... [2019-09-30T14:07:32.124Z] [2019-09-30T14:07:32.124Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-30T14:07:32.124Z] #55 245.1 + rm -rf /tmp/tmp.pMPKZlIkU2/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.pMPKZlIkU2 [2019-09-30T14:07:32.689Z] #55 DONE 245.5s [2019-09-30T14:07:32.689Z] [2019-09-30T14:07:32.689Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-30T14:07:32.689Z] #58 181.2 make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-30T14:07:32.689Z] #58 181.4 make[2]: Nothing to be done for 'all'. [2019-09-30T14:07:32.689Z] #58 181.4 make[2]: Nothing to be done for 'all'. [2019-09-30T14:07:32.689Z] #58 181.4 make[2]: Nothing to be done for 'all'. [2019-09-30T14:07:32.689Z] #58 181.5 make[2]: Nothing to be done for 'all'. [2019-09-30T14:07:32.689Z] #58 181.5 make[2]: Nothing to be done for 'all'. [2019-09-30T14:07:32.689Z] #58 181.5 make[2]: Nothing to be done for 'all'. [2019-09-30T14:07:32.689Z] #58 181.6 make[2]: Nothing to be done for 'all'. [2019-09-30T14:07:32.689Z] #58 181.7 make[2]: Nothing to be done for 'all'. [2019-09-30T14:07:32.689Z] #58 181.7 INSTALL criu/criu [2019-09-30T14:07:32.750Z] crypto/tls [2019-09-30T14:07:32.947Z] #58 DONE 182.0s [2019-09-30T14:07:32.947Z] [2019-09-30T14:07:32.947Z] #24 [golangci_lint 3/3] RUN PREFIX=/build ./install.sh golangci_lint [2019-09-30T14:07:34.793Z] net/http/httptrace [2019-09-30T14:07:34.793Z] net/http [2019-09-30T14:07:38.255Z] github.com/LK4D4/vndr/godl [2019-09-30T14:07:38.255Z] github.com/LK4D4/vndr [2019-09-30T14:07:42.666Z] Removing intermediate container dc136c47a5b4 [2019-09-30T14:07:42.666Z] ---> 2a570d00d803 [2019-09-30T14:07:42.666Z] Step 50/126 : FROM dev-base AS containerd [2019-09-30T14:07:42.666Z] ---> a953666fbadb [2019-09-30T14:07:42.666Z] Step 51/126 : ARG DEBIAN_FRONTEND [2019-09-30T14:07:42.666Z] ---> Using cache [2019-09-30T14:07:42.666Z] ---> 09bfa17a06be [2019-09-30T14:07:42.666Z] Step 52/126 : RUN apt-get update && apt-get install -y --no-install-recommends btrfs-tools && rm -rf /var/lib/apt/lists/* [2019-09-30T14:07:42.666Z] ---> Running in 9d4c5f61df1c [2019-09-30T14:07:42.666Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-30T14:07:42.666Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-30T14:07:42.666Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-30T14:07:42.666Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-30T14:07:42.666Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-30T14:07:42.666Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [480 kB] [2019-09-30T14:07:43.285Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-09-30T14:07:43.285Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-09-30T14:07:45.306Z] Fetched 7719 kB in 2s (3017 kB/s) [2019-09-30T14:07:45.763Z] #47 218.8 🇩 bin/containerd [2019-09-30T14:07:45.763Z] #47 ... [2019-09-30T14:07:45.763Z] [2019-09-30T14:07:45.763Z] #24 [golangci_lint 3/3] RUN PREFIX=/build ./install.sh golangci_lint [2019-09-30T14:07:45.763Z] #24 DONE 259.5s [2019-09-30T14:07:45.763Z] [2019-09-30T14:07:45.763Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-30T14:07:45.763Z] #47 ... [2019-09-30T14:07:45.763Z] [2019-09-30T14:07:45.763Z] #25 [dev 11/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-09-30T14:07:45.763Z] #25 DONE 0.2s [2019-09-30T14:07:45.763Z] [2019-09-30T14:07:45.763Z] #28 [dev 12/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-09-30T14:07:45.763Z] #28 DONE 0.1s [2019-09-30T14:07:45.763Z] [2019-09-30T14:07:45.763Z] #31 [dev 13/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-09-30T14:07:45.763Z] #31 DONE 0.1s [2019-09-30T14:07:45.763Z] [2019-09-30T14:07:45.763Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-30T14:07:45.763Z] #47 ... [2019-09-30T14:07:45.763Z] [2019-09-30T14:07:45.763Z] #34 [dev 14/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-09-30T14:07:45.763Z] #34 DONE 0.2s [2019-09-30T14:07:45.763Z] [2019-09-30T14:07:45.763Z] #39 [dev 15/24] COPY --from=tini /build/ /usr/local/bin/ [2019-09-30T14:07:45.763Z] #39 DONE 0.1s [2019-09-30T14:07:46.019Z] [2019-09-30T14:07:46.019Z] #43 [dev 16/24] COPY --from=runc /build/ /usr/local/bin/ [2019-09-30T14:07:46.019Z] #43 DONE 0.1s [2019-09-30T14:07:46.019Z] [2019-09-30T14:07:46.019Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-30T14:07:46.311Z] Reading package lists... [2019-09-30T14:07:47.315Z] Reading package lists... [2019-09-30T14:07:47.597Z] Building dependency tree... [2019-09-30T14:07:47.597Z] Reading state information... [2019-09-30T14:07:47.807Z] Removing intermediate container 5e7ff4cb9edb [2019-09-30T14:07:47.807Z] ---> 0a5aef3bc13c [2019-09-30T14:07:47.807Z] Step 67/126 : FROM base AS gotestsum [2019-09-30T14:07:47.807Z] ---> 7f0d9d361d13 [2019-09-30T14:07:47.807Z] Step 68/126 : ENV INSTALL_BINARY_NAME=gotestsum [2019-09-30T14:07:47.807Z] ---> Running in 23a377f00d77 [2019-09-30T14:07:47.807Z] Removing intermediate container 23a377f00d77 [2019-09-30T14:07:47.807Z] ---> b426491541e9 [2019-09-30T14:07:47.807Z] Step 69/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-30T14:07:47.807Z] ---> 08826d172fa2 [2019-09-30T14:07:47.807Z] Step 70/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-30T14:07:47.807Z] ---> 775b1106dbdd [2019-09-30T14:07:47.807Z] Step 71/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-30T14:07:47.807Z] ---> Running in 7779d5dd7ad9 [2019-09-30T14:07:47.807Z] + RM_GOPATH=0 [2019-09-30T14:07:47.807Z] + TMP_GOPATH= [2019-09-30T14:07:47.807Z] + : /build [2019-09-30T14:07:47.807Z] + '[' -z '' ']' [2019-09-30T14:07:47.807Z] ++ mktemp -d [2019-09-30T14:07:47.807Z] + export GOPATH=/tmp/tmp.A2FZDG9SdY [2019-09-30T14:07:47.807Z] + GOPATH=/tmp/tmp.A2FZDG9SdY [2019-09-30T14:07:47.807Z] + RM_GOPATH=1 [2019-09-30T14:07:47.807Z] ++ dirname ./install.sh [2019-09-30T14:07:47.807Z] + dir=. [2019-09-30T14:07:47.807Z] + bin=gotestsum [2019-09-30T14:07:47.807Z] + shift [2019-09-30T14:07:47.807Z] + '[' '!' -f ./gotestsum.installer ']' [2019-09-30T14:07:47.807Z] + . ./gotestsum.installer [2019-09-30T14:07:47.807Z] ++ GOTESTSUM_COMMIT=v0.3.5 [2019-09-30T14:07:47.807Z] + install_gotestsum [2019-09-30T14:07:47.807Z] + echo 'Installing gotestsum version v0.3.5' [2019-09-30T14:07:47.807Z] + go get -d gotest.tools/gotestsum [2019-09-30T14:07:47.807Z] Installing gotestsum version v0.3.5 [2019-09-30T14:07:47.879Z] The following additional packages will be installed: [2019-09-30T14:07:47.879Z] btrfs-progs liblzo2-2 [2019-09-30T14:07:47.879Z] The following NEW packages will be installed: [2019-09-30T14:07:47.879Z] btrfs-progs btrfs-tools liblzo2-2 [2019-09-30T14:07:47.879Z] 0 upgraded, 3 newly installed, 0 to remove and 7 not upgraded. [2019-09-30T14:07:47.879Z] Need to get 588 kB of archives. [2019-09-30T14:07:47.879Z] After this operation, 5005 kB of additional disk space will be used. [2019-09-30T14:07:47.879Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB] [2019-09-30T14:07:47.879Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-progs ppc64el 4.7.3-1 [520 kB] [2019-09-30T14:07:47.879Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-tools ppc64el 4.7.3-1 [16.9 kB] [2019-09-30T14:07:48.164Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-30T14:07:48.164Z] Fetched 588 kB in 0s (5744 kB/s) [2019-09-30T14:07:48.164Z] Selecting previously unselected package liblzo2-2:ppc64el. [2019-09-30T14:07:48.164Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14950 files and directories currently installed.) [2019-09-30T14:07:48.164Z] Preparing to unpack .../liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-09-30T14:07:48.164Z] Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-09-30T14:07:48.164Z] Selecting previously unselected package btrfs-progs. [2019-09-30T14:07:48.164Z] Preparing to unpack .../btrfs-progs_4.7.3-1_ppc64el.deb ... [2019-09-30T14:07:48.164Z] Unpacking btrfs-progs (4.7.3-1) ... [2019-09-30T14:07:48.451Z] Selecting previously unselected package btrfs-tools. [2019-09-30T14:07:48.451Z] Preparing to unpack .../btrfs-tools_4.7.3-1_ppc64el.deb ... [2019-09-30T14:07:48.451Z] Unpacking btrfs-tools (4.7.3-1) ... [2019-09-30T14:07:48.451Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-30T14:07:48.451Z] Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-09-30T14:07:48.451Z] Setting up btrfs-progs (4.7.3-1) ... [2019-09-30T14:07:48.451Z] Setting up btrfs-tools (4.7.3-1) ... [2019-09-30T14:07:48.451Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-30T14:07:49.065Z] Removing intermediate container 9d4c5f61df1c [2019-09-30T14:07:49.065Z] ---> 1a8d557a87ee [2019-09-30T14:07:49.065Z] Step 53/126 : ENV INSTALL_BINARY_NAME=containerd [2019-09-30T14:07:49.065Z] ---> Running in 200ed657e0f7 [2019-09-30T14:07:49.065Z] Removing intermediate container 200ed657e0f7 [2019-09-30T14:07:49.065Z] ---> 68d3625d52b3 [2019-09-30T14:07:49.065Z] Step 54/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-30T14:07:49.100Z] + cd /tmp/tmp.A2FZDG9SdY/src/gotest.tools/gotestsum [2019-09-30T14:07:49.101Z] + git checkout -q v0.3.5 [2019-09-30T14:07:49.101Z] + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-09-30T14:07:49.350Z] ---> c1aa571bfd8b [2019-09-30T14:07:49.350Z] Step 55/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-30T14:07:49.350Z] ---> 60f146cf7f4f [2019-09-30T14:07:49.350Z] Step 56/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-30T14:07:49.350Z] ---> Running in b4cd67c900b3 [2019-09-30T14:07:49.978Z] + RM_GOPATH=0 [2019-09-30T14:07:49.978Z] + TMP_GOPATH= [2019-09-30T14:07:49.978Z] + : /build [2019-09-30T14:07:49.978Z] + '[' -z '' ']' [2019-09-30T14:07:49.978Z] ++ mktemp -d [2019-09-30T14:07:49.978Z] + export GOPATH=/tmp/tmp.BuhZG95vRZ [2019-09-30T14:07:49.978Z] + GOPATH=/tmp/tmp.BuhZG95vRZ [2019-09-30T14:07:49.978Z] + RM_GOPATH=1 [2019-09-30T14:07:49.978Z] ++ dirname ./install.sh [2019-09-30T14:07:49.978Z] + dir=. [2019-09-30T14:07:49.978Z] + bin=containerd [2019-09-30T14:07:49.978Z] + shift [2019-09-30T14:07:49.978Z] + '[' '!' -f ./containerd.installer ']' [2019-09-30T14:07:49.978Z] + . ./containerd.installer [2019-09-30T14:07:49.978Z] ++ CONTAINERD_COMMIT=b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-09-30T14:07:49.978Z] + install_containerd [2019-09-30T14:07:49.978Z] + echo 'Install containerd version b34a5c8af56e510852c35414db4c1f4fa6172339' [2019-09-30T14:07:49.978Z] Install containerd version b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-09-30T14:07:49.978Z] + git clone https://github.com/containerd/containerd.git /tmp/tmp.BuhZG95vRZ/src/github.com/containerd/containerd [2019-09-30T14:07:49.978Z] Cloning into '/tmp/tmp.BuhZG95vRZ/src/github.com/containerd/containerd'... [2019-09-30T14:07:51.025Z] #24 DONE 262.6s [2019-09-30T14:07:51.025Z] [2019-09-30T14:07:51.025Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-30T14:07:51.025Z] #47 221.2 🇩 bin/containerd [2019-09-30T14:07:51.315Z] #47 ... [2019-09-30T14:07:51.315Z] [2019-09-30T14:07:51.315Z] #25 [dev 11/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-09-30T14:07:51.315Z] #25 DONE 0.2s [2019-09-30T14:07:51.315Z] [2019-09-30T14:07:51.315Z] #28 [dev 12/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-09-30T14:07:51.315Z] #28 DONE 0.1s [2019-09-30T14:07:51.315Z] [2019-09-30T14:07:51.315Z] #31 [dev 13/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-09-30T14:07:51.583Z] #31 DONE 0.1s [2019-09-30T14:07:51.583Z] [2019-09-30T14:07:51.583Z] #34 [dev 14/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-09-30T14:07:51.583Z] #34 DONE 0.1s [2019-09-30T14:07:51.583Z] [2019-09-30T14:07:51.583Z] #39 [dev 15/24] COPY --from=tini /build/ /usr/local/bin/ [2019-09-30T14:07:51.583Z] #39 DONE 0.1s [2019-09-30T14:07:51.583Z] [2019-09-30T14:07:51.583Z] #43 [dev 16/24] COPY --from=runc /build/ /usr/local/bin/ [2019-09-30T14:07:51.840Z] #43 DONE 0.1s [2019-09-30T14:07:51.840Z] [2019-09-30T14:07:51.840Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-30T14:07:56.615Z] ---> d25e16a7f8fc [2019-09-30T14:07:56.615Z] Successfully built d25e16a7f8fc [2019-09-30T14:07:56.615Z] Successfully tagged docker:latest [2019-09-30T14:07:56.615Z] INFO: Image build ended at 09/30/2019 14:07:56. Duration:00:00:36.8280347 [2019-09-30T14:07:56.615Z] [2019-09-30T14:07:56.615Z] [2019-09-30T14:07:56.615Z] INFO: Building the test binaries at 09/30/2019 14:07:56... [2019-09-30T14:07:56.793Z] + cd /tmp/tmp.BuhZG95vRZ/src/github.com/containerd/containerd [2019-09-30T14:07:56.793Z] + git checkout -q b34a5c8af56e510852c35414db4c1f4fa6172339 [2019-09-30T14:07:56.793Z] + export 'BUILDTAGS=netgo osusergo static_build' [2019-09-30T14:07:56.793Z] + BUILDTAGS='netgo osusergo static_build' [2019-09-30T14:07:56.793Z] + export EXTRA_FLAGS=-buildmode=pie [2019-09-30T14:07:56.793Z] + EXTRA_FLAGS=-buildmode=pie [2019-09-30T14:07:56.793Z] + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-09-30T14:07:56.793Z] + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-09-30T14:07:56.793Z] + '[' '' = dynamic ']' [2019-09-30T14:07:56.793Z] + make [2019-09-30T14:07:57.077Z] 🇩 bin/ctr [2019-09-30T14:08:00.915Z] Removing intermediate container 7779d5dd7ad9 [2019-09-30T14:08:00.915Z] ---> 7365f9db5783 [2019-09-30T14:08:00.915Z] Step 72/126 : FROM dev-base AS dockercli [2019-09-30T14:08:00.915Z] ---> 7f0d9d361d13 [2019-09-30T14:08:00.915Z] Step 73/126 : ENV INSTALL_BINARY_NAME=dockercli [2019-09-30T14:08:00.915Z] ---> Running in 13c38bb83672 [2019-09-30T14:08:01.301Z] Removing intermediate container 13c38bb83672 [2019-09-30T14:08:01.301Z] ---> 66a0a4c7a42f [2019-09-30T14:08:01.301Z] Step 74/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-30T14:08:01.301Z] ---> 0f6f24b0eca7 [2019-09-30T14:08:01.301Z] Step 75/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-30T14:08:01.351Z] INFO: make.ps1 starting at 09/30/2019 14:08:00 [2019-09-30T14:08:01.351Z] INFO: Git commit (5aebd6985) assumed from DOCKER_GITCOMMIT environment variable [2019-09-30T14:08:01.351Z] INFO: Invoking autogen... [2019-09-30T14:08:01.685Z] ---> 7b497cc6e727 [2019-09-30T14:08:01.685Z] Step 76/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-30T14:08:01.685Z] ---> Running in ca93b0418e14 [2019-09-30T14:08:01.811Z] INFO: Building daemon... [2019-09-30T14:08:02.484Z] + RM_GOPATH=0 [2019-09-30T14:08:02.484Z] + TMP_GOPATH= [2019-09-30T14:08:02.484Z] + : /build [2019-09-30T14:08:02.484Z] + '[' -z '' ']' [2019-09-30T14:08:02.484Z] ++ mktemp -d [2019-09-30T14:08:02.484Z] Install docker/cli version 17.06.2-ce from stable [2019-09-30T14:08:02.484Z] + export GOPATH=/tmp/tmp.NWqLkJPcJj [2019-09-30T14:08:02.484Z] + GOPATH=/tmp/tmp.NWqLkJPcJj [2019-09-30T14:08:02.484Z] + RM_GOPATH=1 [2019-09-30T14:08:02.484Z] ++ dirname ./install.sh [2019-09-30T14:08:02.484Z] + dir=. [2019-09-30T14:08:02.484Z] + bin=dockercli [2019-09-30T14:08:02.484Z] + shift [2019-09-30T14:08:02.484Z] + '[' '!' -f ./dockercli.installer ']' [2019-09-30T14:08:02.484Z] + . ./dockercli.installer [2019-09-30T14:08:02.484Z] ++ DOCKERCLI_CHANNEL=stable [2019-09-30T14:08:02.484Z] ++ DOCKERCLI_VERSION=17.06.2-ce [2019-09-30T14:08:02.484Z] + install_dockercli [2019-09-30T14:08:02.484Z] + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-09-30T14:08:02.484Z] ++ uname -m [2019-09-30T14:08:02.484Z] + arch=s390x [2019-09-30T14:08:02.484Z] + '[' s390x '!=' x86_64 ']' [2019-09-30T14:08:02.484Z] + '[' s390x '!=' s390x ']' [2019-09-30T14:08:02.484Z] + url=https://download.docker.com/linux/static [2019-09-30T14:08:02.484Z] + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2019-09-30T14:08:02.484Z] + tar -xz docker/docker [2019-09-30T14:08:03.794Z] + mkdir -p /build [2019-09-30T14:08:03.794Z] + mv docker/docker /build/ [2019-09-30T14:08:03.794Z] + rmdir docker [2019-09-30T14:08:04.223Z] Removing intermediate container ca93b0418e14 [2019-09-30T14:08:04.223Z] ---> be7338a4bba9 [2019-09-30T14:08:04.223Z] Step 77/126 : FROM runtime-dev AS runc [2019-09-30T14:08:04.223Z] ---> 2a636d5c77a0 [2019-09-30T14:08:04.223Z] Step 78/126 : ENV INSTALL_BINARY_NAME=runc [2019-09-30T14:08:04.223Z] ---> Running in 4fa48e7fbbf1 [2019-09-30T14:08:04.649Z] Removing intermediate container 4fa48e7fbbf1 [2019-09-30T14:08:04.649Z] ---> 1eb492ce9eb2 [2019-09-30T14:08:04.649Z] Step 79/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-30T14:08:04.649Z] ---> afebc2c63a78 [2019-09-30T14:08:04.649Z] Step 80/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-30T14:08:05.061Z] ---> 154745450a1b [2019-09-30T14:08:05.061Z] Step 81/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-30T14:08:05.061Z] ---> Running in eb6108c0bc06 [2019-09-30T14:08:05.863Z] + RM_GOPATH=0 [2019-09-30T14:08:05.863Z] + TMP_GOPATH= [2019-09-30T14:08:05.863Z] + : /build [2019-09-30T14:08:05.863Z] + '[' -z '' ']' [2019-09-30T14:08:05.863Z] ++ mktemp -d [2019-09-30T14:08:05.863Z] + export GOPATH=/tmp/tmp.NZTy7Dn4af [2019-09-30T14:08:05.863Z] + GOPATH=/tmp/tmp.NZTy7Dn4af [2019-09-30T14:08:05.863Z] + RM_GOPATH=1 [2019-09-30T14:08:05.863Z] ++ dirname ./install.sh [2019-09-30T14:08:05.863Z] + dir=. [2019-09-30T14:08:05.863Z] + bin=runc [2019-09-30T14:08:05.863Z] + shift [2019-09-30T14:08:05.863Z] + '[' '!' -f ./runc.installer ']' [2019-09-30T14:08:05.863Z] + . ./runc.installer [2019-09-30T14:08:05.863Z] ++ RUNC_COMMIT=3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-09-30T14:08:05.863Z] + install_runc [2019-09-30T14:08:05.863Z] + uname -r [2019-09-30T14:08:05.863Z] + grep -q '^3\.10\.0.*\.el7\.' [2019-09-30T14:08:05.863Z] Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux ) [2019-09-30T14:08:05.863Z] + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-09-30T14:08:05.863Z] + echo 'Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux )' [2019-09-30T14:08:05.863Z] + git clone https://github.com/opencontainers/runc.git /tmp/tmp.NZTy7Dn4af/src/github.com/opencontainers/runc [2019-09-30T14:08:05.863Z] Cloning into '/tmp/tmp.NZTy7Dn4af/src/github.com/opencontainers/runc'... [2019-09-30T14:08:06.685Z] + cd /tmp/tmp.NZTy7Dn4af/src/github.com/opencontainers/runc [2019-09-30T14:08:06.685Z] + git checkout -q 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-09-30T14:08:06.685Z] + '[' -z '' ']' [2019-09-30T14:08:06.685Z] + target=static [2019-09-30T14:08:06.685Z] + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-09-30T14:08:07.103Z] CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o runc . [2019-09-30T14:08:07.903Z] #47 240.6 🇩 bin/containerd-stress [2019-09-30T14:08:07.904Z] #47 242.1 🇩 bin/containerd-shim [2019-09-30T14:08:12.069Z] #47 247.7 🇩 bin/containerd-shim-runc-v1 [2019-09-30T14:08:13.743Z] #47 243.1 🇩 bin/containerd-stress [2019-09-30T14:08:13.743Z] #47 244.7 🇩 bin/containerd-shim [2019-09-30T14:08:14.598Z] #47 250.2 🇩 binaries [2019-09-30T14:08:14.598Z] #47 250.2 + mkdir -p /build [2019-09-30T14:08:14.598Z] #47 250.2 + cp bin/containerd /build/containerd [2019-09-30T14:08:14.598Z] #47 250.2 + cp bin/containerd-shim /build/containerd-shim [2019-09-30T14:08:14.598Z] #47 250.2 + cp bin/ctr /build/ctr [2019-09-30T14:08:15.305Z] #47 DONE 250.9s [2019-09-30T14:08:16.239Z] [2019-09-30T14:08:16.239Z] #48 [dev 17/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-09-30T14:08:16.239Z] #48 DONE 0.2s [2019-09-30T14:08:16.494Z] [2019-09-30T14:08:16.494Z] #51 [dev 18/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-09-30T14:08:16.494Z] #51 DONE 0.1s [2019-09-30T14:08:16.494Z] [2019-09-30T14:08:16.494Z] #54 [dev 19/24] COPY --from=dockercli /build/ /usr/local/cli [2019-09-30T14:08:16.494Z] #54 DONE 0.2s [2019-09-30T14:08:16.749Z] [2019-09-30T14:08:16.749Z] #56 [dev 20/24] COPY --from=registry /build/registry* /usr/local/bin/ [2019-09-30T14:08:17.004Z] #56 DONE 0.3s [2019-09-30T14:08:17.004Z] [2019-09-30T14:08:17.004Z] #59 [dev 21/24] COPY --from=criu /build/ /usr/local/ [2019-09-30T14:08:17.004Z] #59 DONE 0.1s [2019-09-30T14:08:17.004Z] [2019-09-30T14:08:17.004Z] #63 [dev 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-09-30T14:08:17.259Z] #63 DONE 0.2s [2019-09-30T14:08:17.259Z] [2019-09-30T14:08:17.259Z] #65 [dev 23/24] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397... [2019-09-30T14:08:17.515Z] #65 DONE 0.2s [2019-09-30T14:08:17.515Z] [2019-09-30T14:08:17.515Z] #66 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-09-30T14:08:17.515Z] #66 DONE 0.0s [2019-09-30T14:08:17.515Z] [2019-09-30T14:08:17.515Z] #67 [final 1/1] COPY . /go/src/github.com/docker/docker [2019-09-30T14:08:18.441Z] #67 DONE 0.9s [2019-09-30T14:08:18.441Z] [2019-09-30T14:08:18.441Z] #68 exporting to image [2019-09-30T14:08:18.441Z] #68 exporting layers [2019-09-30T14:08:18.997Z] #47 250.3 🇩 bin/containerd-shim-runc-v1 [2019-09-30T14:08:21.521Z] #47 252.8 🇩 binaries [2019-09-30T14:08:21.521Z] #47 252.8 + mkdir -p /build [2019-09-30T14:08:21.521Z] #47 252.8 + cp bin/containerd /build/containerd [2019-09-30T14:08:21.521Z] #47 252.8 + cp bin/containerd-shim /build/containerd-shim [2019-09-30T14:08:21.521Z] #47 252.8 + cp bin/ctr /build/ctr [2019-09-30T14:08:22.084Z] #47 DONE 253.6s [2019-09-30T14:08:23.016Z] [2019-09-30T14:08:23.016Z] #48 [dev 17/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-09-30T14:08:23.016Z] #48 DONE 0.2s [2019-09-30T14:08:23.272Z] [2019-09-30T14:08:23.272Z] #51 [dev 18/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-09-30T14:08:23.272Z] #51 DONE 0.1s [2019-09-30T14:08:23.272Z] [2019-09-30T14:08:23.272Z] #54 [dev 19/24] COPY --from=dockercli /build/ /usr/local/cli [2019-09-30T14:08:23.529Z] #54 DONE 0.2s [2019-09-30T14:08:23.529Z] [2019-09-30T14:08:23.529Z] #56 [dev 20/24] COPY --from=registry /build/registry* /usr/local/bin/ [2019-09-30T14:08:23.529Z] #56 DONE 0.2s [2019-09-30T14:08:23.785Z] [2019-09-30T14:08:23.785Z] #59 [dev 21/24] COPY --from=criu /build/ /usr/local/ [2019-09-30T14:08:23.785Z] #59 DONE 0.1s [2019-09-30T14:08:23.785Z] [2019-09-30T14:08:23.785Z] #63 [dev 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-09-30T14:08:24.042Z] #63 DONE 0.2s [2019-09-30T14:08:24.042Z] [2019-09-30T14:08:24.042Z] #65 [dev 23/24] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397... [2019-09-30T14:08:24.253Z] CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-09-30T14:08:24.253Z] + mkdir -p /build [2019-09-30T14:08:24.253Z] + cp runc /build/runc [2019-09-30T14:08:24.253Z] Removing intermediate container eb6108c0bc06 [2019-09-30T14:08:24.253Z] ---> 690edf69c3d9 [2019-09-30T14:08:24.253Z] Step 82/126 : FROM dev-base AS tini [2019-09-30T14:08:24.253Z] ---> 7f0d9d361d13 [2019-09-30T14:08:24.253Z] Step 83/126 : ARG DEBIAN_FRONTEND [2019-09-30T14:08:24.253Z] ---> Using cache [2019-09-30T14:08:24.253Z] ---> 6959f1555dae [2019-09-30T14:08:24.253Z] Step 84/126 : RUN apt-get update && apt-get install -y --no-install-recommends cmake vim-common && rm -rf /var/lib/apt/lists/* [2019-09-30T14:08:24.253Z] ---> Running in bd9c94d63c59 [2019-09-30T14:08:24.253Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-30T14:08:24.253Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-30T14:08:24.299Z] #65 DONE 0.2s [2019-09-30T14:08:24.299Z] [2019-09-30T14:08:24.299Z] #66 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-09-30T14:08:24.299Z] #66 DONE 0.0s [2019-09-30T14:08:24.299Z] [2019-09-30T14:08:24.299Z] #67 [final 1/1] COPY . /go/src/github.com/docker/docker [2019-09-30T14:08:24.644Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-30T14:08:24.644Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-30T14:08:24.645Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-30T14:08:24.645Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [484 kB] [2019-09-30T14:08:24.645Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-30T14:08:24.645Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-30T14:08:25.229Z] #67 DONE 0.9s [2019-09-30T14:08:25.229Z] [2019-09-30T14:08:25.229Z] #68 exporting to image [2019-09-30T14:08:25.229Z] #68 exporting layers [2019-09-30T14:08:25.956Z] Fetched 7669 kB in 1s (4684 kB/s) [2019-09-30T14:08:26.846Z] Reading package lists... [2019-09-30T14:08:27.287Z] Reading package lists... [2019-09-30T14:08:27.287Z] Building dependency tree... [2019-09-30T14:08:27.287Z] Reading state information... [2019-09-30T14:08:27.287Z] The following additional packages will be installed: [2019-09-30T14:08:27.287Z] cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-09-30T14:08:27.287Z] Suggested packages: [2019-09-30T14:08:27.287Z] codeblocks eclipse ninja-build lrzip [2019-09-30T14:08:27.287Z] Recommended packages: [2019-09-30T14:08:27.287Z] xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-09-30T14:08:27.670Z] The following NEW packages will be installed: [2019-09-30T14:08:27.670Z] cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-09-30T14:08:27.670Z] vim-common xxd [2019-09-30T14:08:27.670Z] 0 upgraded, 10 newly installed, 0 to remove and 7 not upgraded. [2019-09-30T14:08:27.670Z] Need to get 13.2 MB of archives. [2019-09-30T14:08:27.670Z] After this operation, 59.4 MB of additional disk space will be used. [2019-09-30T14:08:27.670Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x cmake-data all 3.7.2-1 [1216 kB] [2019-09-30T14:08:27.670Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB] [2019-09-30T14:08:27.670Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libicu57 s390x 57.1-6+deb9u3 [7528 kB] [2019-09-30T14:08:27.670Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libxml2 s390x 2.9.4+dfsg1-2.2+deb9u2 [853 kB] [2019-09-30T14:08:27.670Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libarchive13 s390x 3.2.2-2+deb9u1 [283 kB] [2019-09-30T14:08:27.670Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2019-09-30T14:08:27.670Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libuv1 s390x 1.9.1-3 [82.4 kB] [2019-09-30T14:08:27.670Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x cmake s390x 3.7.2-1 [2797 kB] [2019-09-30T14:08:27.670Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xxd s390x 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-30T14:08:27.670Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-30T14:08:28.046Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-30T14:08:28.046Z] Fetched 13.2 MB in 0s (54.2 MB/s) [2019-09-30T14:08:28.046Z] Selecting previously unselected package cmake-data. [2019-09-30T14:08:28.046Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14828 files and directories currently installed.) [2019-09-30T14:08:28.046Z] Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-09-30T14:08:28.046Z] Unpacking cmake-data (3.7.2-1) ... [2019-09-30T14:08:28.419Z] Selecting previously unselected package liblzo2-2:s390x. [2019-09-30T14:08:28.419Z] Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-09-30T14:08:28.419Z] Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-30T14:08:28.419Z] Selecting previously unselected package libicu57:s390x. [2019-09-30T14:08:28.419Z] Preparing to unpack .../2-libicu57_57.1-6+deb9u3_s390x.deb ... [2019-09-30T14:08:28.419Z] Unpacking libicu57:s390x (57.1-6+deb9u3) ... [2019-09-30T14:08:29.683Z] Selecting previously unselected package libxml2:s390x. [2019-09-30T14:08:29.683Z] Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_s390x.deb ... [2019-09-30T14:08:29.683Z] Unpacking libxml2:s390x (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-30T14:08:30.065Z] Selecting previously unselected package libarchive13:s390x. [2019-09-30T14:08:30.065Z] Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_s390x.deb ... [2019-09-30T14:08:30.448Z] Unpacking libarchive13:s390x (3.2.2-2+deb9u1) ... [2019-09-30T14:08:30.828Z] Selecting previously unselected package libjsoncpp1:s390x. [2019-09-30T14:08:30.828Z] Preparing to unpack .../5-libjsoncpp1_1.7.4-3_s390x.deb ... [2019-09-30T14:08:30.828Z] Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2019-09-30T14:08:30.828Z] Selecting previously unselected package libuv1:s390x. [2019-09-30T14:08:30.828Z] Preparing to unpack .../6-libuv1_1.9.1-3_s390x.deb ... [2019-09-30T14:08:30.828Z] Unpacking libuv1:s390x (1.9.1-3) ... [2019-09-30T14:08:31.256Z] Selecting previously unselected package cmake. [2019-09-30T14:08:31.256Z] Preparing to unpack .../7-cmake_3.7.2-1_s390x.deb ... [2019-09-30T14:08:31.256Z] Unpacking cmake (3.7.2-1) ... [2019-09-30T14:08:31.874Z] Selecting previously unselected package xxd. [2019-09-30T14:08:31.874Z] Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-09-30T14:08:31.874Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:08:32.298Z] Selecting previously unselected package vim-common. [2019-09-30T14:08:32.298Z] Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-30T14:08:32.298Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:08:32.674Z] Processing triggers for mime-support (3.60) ... [2019-09-30T14:08:32.674Z] Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:08:32.674Z] Setting up libuv1:s390x (1.9.1-3) ... [2019-09-30T14:08:32.674Z] Setting up cmake-data (3.7.2-1) ... [2019-09-30T14:08:32.674Z] Setting up libicu57:s390x (57.1-6+deb9u3) ... [2019-09-30T14:08:32.674Z] Setting up libxml2:s390x (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-30T14:08:32.674Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-30T14:08:32.674Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:08:32.674Z] Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-30T14:08:32.674Z] Setting up libjsoncpp1:s390x (1.7.4-3) ... [2019-09-30T14:08:32.674Z] Setting up libarchive13:s390x (3.2.2-2+deb9u1) ... [2019-09-30T14:08:32.674Z] Setting up cmake (3.7.2-1) ... [2019-09-30T14:08:32.674Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-30T14:08:33.286Z] #68 exporting layers 12.8s done [2019-09-30T14:08:33.286Z] #68 writing image sha256:35eb8e8da183c83d780741f63e5c6ec02c5325b131be147e3e5beb83bfb22a98 done [2019-09-30T14:08:33.286Z] #68 naming to docker.io/library/docker:5aebd698579649f076276c70ab33e2f34634ad3e done [2019-09-30T14:08:33.286Z] #68 DONE 12.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2019-09-30T14:08:33.608Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40012/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40012/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5aebd698579649f076276c70ab33e2f34634ad3e -e DOCKER_GRAPHDRIVER docker:5aebd698579649f076276c70ab33e2f34634ad3e hack/validate/default [2019-09-30T14:08:33.838Z] Removing intermediate container bd9c94d63c59 [2019-09-30T14:08:33.838Z] ---> 9f2399479ffb [2019-09-30T14:08:33.838Z] Step 85/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-30T14:08:34.249Z] ---> 9d619138325c [2019-09-30T14:08:34.249Z] Step 86/126 : ENV INSTALL_BINARY_NAME=tini [2019-09-30T14:08:34.249Z] ---> Running in cd2eccba0b7f [2019-09-30T14:08:34.249Z] Removing intermediate container cd2eccba0b7f [2019-09-30T14:08:34.249Z] ---> 469e4bab188f [2019-09-30T14:08:34.249Z] Step 87/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-30T14:08:34.631Z] ---> a45d044c8bdf [2019-09-30T14:08:34.631Z] Step 88/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-30T14:08:34.631Z] ---> Running in f8785116f5e5 [2019-09-30T14:08:35.420Z] + RM_GOPATH=0 [2019-09-30T14:08:35.420Z] + TMP_GOPATH= [2019-09-30T14:08:35.420Z] + : /build [2019-09-30T14:08:35.420Z] + '[' -z '' ']' [2019-09-30T14:08:35.420Z] ++ mktemp -d [2019-09-30T14:08:35.420Z] + export GOPATH=/tmp/tmp.R08ErMwv6H [2019-09-30T14:08:35.420Z] + GOPATH=/tmp/tmp.R08ErMwv6H [2019-09-30T14:08:35.420Z] + RM_GOPATH=1 [2019-09-30T14:08:35.420Z] ++ dirname ./install.sh [2019-09-30T14:08:35.420Z] + dir=. [2019-09-30T14:08:35.420Z] + bin=tini [2019-09-30T14:08:35.420Z] + shift [2019-09-30T14:08:35.420Z] + '[' '!' -f ./tini.installer ']' [2019-09-30T14:08:35.420Z] + . ./tini.installer [2019-09-30T14:08:35.420Z] ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-30T14:08:35.420Z] + install_tini [2019-09-30T14:08:35.420Z] Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-30T14:08:35.420Z] + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-09-30T14:08:35.421Z] + git clone https://github.com/krallin/tini.git /tmp/tmp.R08ErMwv6H/tini [2019-09-30T14:08:35.421Z] Cloning into '/tmp/tmp.R08ErMwv6H/tini'... [2019-09-30T14:08:35.812Z] + cd /tmp/tmp.R08ErMwv6H/tini [2019-09-30T14:08:35.812Z] + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-30T14:08:35.812Z] + cmake . [2019-09-30T14:08:35.812Z] -- The C compiler identification is GNU 6.3.0 [2019-09-30T14:08:35.812Z] -- Check for working C compiler: /usr/bin/cc [2019-09-30T14:08:36.122Z] Congratulations! All commits are properly signed with the DCO! [2019-09-30T14:08:36.122Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2019-09-30T14:08:36.122Z] INFO [lintersdb] Active 15 linters: [deadcode gofmt goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2019-09-30T14:08:36.122Z] INFO [lintersdb] Optimized sublinters [staticcheck gosimple unused] into metalinter megacheck [2019-09-30T14:08:36.194Z] -- Check for working C compiler: /usr/bin/cc -- works [2019-09-30T14:08:36.194Z] -- Detecting C compiler ABI info [2019-09-30T14:08:36.194Z] -- Detecting C compiler ABI info - done [2019-09-30T14:08:36.194Z] -- Detecting C compile features [2019-09-30T14:08:36.194Z] -- Detecting C compile features - done [2019-09-30T14:08:36.194Z] -- Performing Test HAS_BUILTIN_FORTIFY [2019-09-30T14:08:36.194Z] -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-09-30T14:08:36.194Z] -- Configuring done [2019-09-30T14:08:36.194Z] -- Generating done [2019-09-30T14:08:36.194Z] -- Build files have been written to: /tmp/tmp.R08ErMwv6H/tini [2019-09-30T14:08:36.194Z] + make tini-static [2019-09-30T14:08:36.194Z] Scanning dependencies of target tini-static [2019-09-30T14:08:36.557Z] [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-09-30T14:08:36.557Z] [100%] Linking C executable tini-static [2019-09-30T14:08:36.557Z] [100%] Built target tini-static [2019-09-30T14:08:36.557Z] + mkdir -p /build [2019-09-30T14:08:36.557Z] + cp tini-static /build/docker-init [2019-09-30T14:08:37.486Z] Removing intermediate container f8785116f5e5 [2019-09-30T14:08:37.486Z] ---> 38eb0f248723 [2019-09-30T14:08:37.486Z] Step 89/126 : FROM dev-base AS rootlesskit [2019-09-30T14:08:37.486Z] ---> 7f0d9d361d13 [2019-09-30T14:08:37.486Z] Step 90/126 : ENV INSTALL_BINARY_NAME=rootlesskit [2019-09-30T14:08:37.486Z] ---> Running in 27a22ba1d3df [2019-09-30T14:08:37.960Z] Removing intermediate container 27a22ba1d3df [2019-09-30T14:08:37.960Z] ---> e399cb743358 [2019-09-30T14:08:37.960Z] Step 91/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-30T14:08:37.960Z] ---> 3ba26b821311 [2019-09-30T14:08:37.960Z] Step 92/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-30T14:08:38.357Z] ---> 075e2f455faf [2019-09-30T14:08:38.357Z] Step 93/126 : RUN PREFIX=/build/ ./install.sh $INSTALL_BINARY_NAME [2019-09-30T14:08:38.357Z] ---> Running in 96a2af4907b2 [2019-09-30T14:08:39.168Z] + RM_GOPATH=0 [2019-09-30T14:08:39.168Z] + TMP_GOPATH= [2019-09-30T14:08:39.168Z] + : /build/ [2019-09-30T14:08:39.168Z] + '[' -z '' ']' [2019-09-30T14:08:39.168Z] ++ mktemp -d [2019-09-30T14:08:39.168Z] + export GOPATH=/tmp/tmp.TK2k0GWO6I [2019-09-30T14:08:39.168Z] + GOPATH=/tmp/tmp.TK2k0GWO6I [2019-09-30T14:08:39.168Z] + RM_GOPATH=1 [2019-09-30T14:08:39.168Z] ++ dirname ./install.sh [2019-09-30T14:08:39.168Z] + dir=. [2019-09-30T14:08:39.168Z] + bin=rootlesskit [2019-09-30T14:08:39.168Z] + shift [2019-09-30T14:08:39.168Z] + '[' '!' -f ./rootlesskit.installer ']' [2019-09-30T14:08:39.168Z] + . ./rootlesskit.installer [2019-09-30T14:08:39.168Z] ++ ROOTLESSKIT_COMMIT=791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-30T14:08:39.168Z] + install_rootlesskit [2019-09-30T14:08:39.168Z] + case "$1" in [2019-09-30T14:08:39.168Z] + export CGO_ENABLED=0 [2019-09-30T14:08:39.168Z] + CGO_ENABLED=0 [2019-09-30T14:08:39.168Z] + _install_rootlesskit [2019-09-30T14:08:39.168Z] + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-09-30T14:08:39.168Z] + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.TK2k0GWO6I/src/github.com/rootless-containers/rootlesskit [2019-09-30T14:08:39.168Z] Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-30T14:08:39.168Z] Cloning into '/tmp/tmp.TK2k0GWO6I/src/github.com/rootless-containers/rootlesskit'... [2019-09-30T14:08:39.992Z] + cd /tmp/tmp.TK2k0GWO6I/src/github.com/rootless-containers/rootlesskit [2019-09-30T14:08:39.992Z] + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-30T14:08:39.992Z] + for f in rootlesskit rootlesskit-docker-proxy [2019-09-30T14:08:39.992Z] + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-09-30T14:08:40.083Z] #68 exporting layers 14.1s done [2019-09-30T14:08:40.083Z] #68 writing image sha256:0288febbf827989d480269602734a75c195688e6fa433768bf8db2ac80750fe5 done [2019-09-30T14:08:40.083Z] #68 naming to docker.io/library/docker:5aebd698579649f076276c70ab33e2f34634ad3e done [2019-09-30T14:08:40.083Z] #68 DONE 14.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2019-09-30T14:08:41.581Z] [2019-09-30T14:08:41.581Z] Removing bundles/ [2019-09-30T14:08:41.581Z] [2019-09-30T14:08:41.581Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2019-09-30T14:08:41.581Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-09-30T14:08:41.581Z] GOOS="" GOARCH="" GOARM="" [2019-09-30T14:08:47.958Z] + for f in rootlesskit rootlesskit-docker-proxy [2019-09-30T14:08:47.958Z] + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-09-30T14:08:49.277Z] Removing intermediate container 96a2af4907b2 [2019-09-30T14:08:49.277Z] ---> e0400fdc10b1 [2019-09-30T14:08:49.277Z] Step 94/126 : COPY ./contrib/dockerd-rootless.sh /build [2019-09-30T14:08:49.683Z] ---> d745fa71d90f [2019-09-30T14:08:49.684Z] Step 95/126 : FROM runtime-dev AS dev [2019-09-30T14:08:49.684Z] ---> 2a636d5c77a0 [2019-09-30T14:08:49.684Z] Step 96/126 : ARG DEBIAN_FRONTEND [2019-09-30T14:08:49.684Z] ---> Running in a3e02488cd7e [2019-09-30T14:08:49.684Z] Removing intermediate container a3e02488cd7e [2019-09-30T14:08:49.684Z] ---> 6ccae72f5492 [2019-09-30T14:08:49.684Z] Step 97/126 : RUN groupadd -r docker [2019-09-30T14:08:50.063Z] ---> Running in 56ed6f4de1e2 [2019-09-30T14:08:51.924Z] Removing intermediate container 56ed6f4de1e2 [2019-09-30T14:08:51.925Z] ---> e390af3d0af8 [2019-09-30T14:08:51.925Z] Step 98/126 : RUN useradd --create-home --gid docker unprivilegeduser [2019-09-30T14:08:51.925Z] ---> Running in 9848a2c64532 [2019-09-30T14:08:53.381Z] Removing intermediate container 9848a2c64532 [2019-09-30T14:08:53.381Z] ---> 09d8d8ab8dc2 [2019-09-30T14:08:53.381Z] Step 99/126 : RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2019-09-30T14:08:53.381Z] ---> Running in 20620d6dbb0d [2019-09-30T14:08:53.750Z] '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-09-30T14:08:53.867Z] 🇩 bin/containerd [2019-09-30T14:08:54.541Z] Removing intermediate container 20620d6dbb0d [2019-09-30T14:08:54.541Z] ---> aa7011340872 [2019-09-30T14:08:54.541Z] Step 100/126 : RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2019-09-30T14:08:54.912Z] ---> Running in 9c0e2687ca38 [2019-09-30T14:08:56.769Z] Removing intermediate container 9c0e2687ca38 [2019-09-30T14:08:56.769Z] ---> b7161042b238 [2019-09-30T14:08:56.769Z] Step 101/126 : RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2019-09-30T14:08:56.769Z] ---> Running in 8b4e560a04dc [2019-09-30T14:08:58.117Z] Removing intermediate container 8b4e560a04dc [2019-09-30T14:08:58.117Z] ---> 17e4f7bdfb67 [2019-09-30T14:08:58.117Z] Step 102/126 : RUN ldconfig [2019-09-30T14:08:58.117Z] ---> Running in 9a66099ae060 [2019-09-30T14:08:59.468Z] Removing intermediate container 9a66099ae060 [2019-09-30T14:08:59.468Z] ---> aa672879438a [2019-09-30T14:08:59.468Z] Step 103/126 : RUN apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion btrfs-tools iptables jq libcap2-bin libdevmapper-dev libudev-dev libsystemd-dev binutils-mingw-w64 g++-mingw-w64-x86-64 net-tools pigz python3-pip python3-setuptools python3-wheel thin-provisioning-tools vim vim-common xfsprogs zip bzip2 xz-utils libprotobuf-c1 libnet1 libnl-3-200 && rm -rf /var/lib/apt/lists/* [2019-09-30T14:08:59.468Z] ---> Running in f955cfc19180 [2019-09-30T14:08:59.875Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-30T14:08:59.875Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-30T14:08:59.875Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-30T14:08:59.875Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-30T14:08:59.875Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-30T14:08:59.875Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [484 kB] [2019-09-30T14:09:00.266Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-30T14:09:00.266Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-30T14:09:01.671Z] Fetched 7669 kB in 1s (4165 kB/s) [2019-09-30T14:09:02.510Z] Reading package lists... [2019-09-30T14:09:02.615Z] INFO [loader] Go packages loading at mode load types and syntax took 26.387191243s [2019-09-30T14:09:02.891Z] Reading package lists... [2019-09-30T14:09:02.891Z] Building dependency tree... [2019-09-30T14:09:02.891Z] Reading state information... [2019-09-30T14:09:02.891Z] The following additional packages will be installed: [2019-09-30T14:09:02.891Z] binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-09-30T14:09:02.891Z] dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-09-30T14:09:02.891Z] libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-09-30T14:09:02.891Z] libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-09-30T14:09:02.891Z] libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-09-30T14:09:02.891Z] libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-09-30T14:09:02.891Z] libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-09-30T14:09:02.891Z] mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-09-30T14:09:02.891Z] python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-09-30T14:09:02.891Z] Suggested packages: [2019-09-30T14:09:02.891Z] apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-09-30T14:09:02.891Z] gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-09-30T14:09:02.891Z] python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-09-30T14:09:02.891Z] vim-doc vim-scripts xfsdump acl attr quota [2019-09-30T14:09:02.891Z] Recommended packages: [2019-09-30T14:09:02.891Z] aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-09-30T14:09:02.891Z] python3-keyrings.alt python3-xdg unzip [2019-09-30T14:09:03.728Z] The following NEW packages will be installed: [2019-09-30T14:09:03.728Z] apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-09-30T14:09:03.728Z] binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-09-30T14:09:03.728Z] bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-09-30T14:09:03.728Z] gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-09-30T14:09:03.728Z] libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-09-30T14:09:03.728Z] libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-09-30T14:09:03.728Z] libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-09-30T14:09:03.728Z] libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-09-30T14:09:03.728Z] libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-09-30T14:09:03.728Z] libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-09-30T14:09:03.728Z] mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-09-30T14:09:03.728Z] python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-09-30T14:09:03.728Z] python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-09-30T14:09:03.728Z] xfsprogs xxd xz-utils zip [2019-09-30T14:09:03.728Z] 0 upgraded, 69 newly installed, 0 to remove and 7 not upgraded. [2019-09-30T14:09:03.728Z] Need to get 88.2 MB of archives. [2019-09-30T14:09:03.728Z] After this operation, 565 MB of additional disk space will be used. [2019-09-30T14:09:03.728Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x bash-completion all 1:2.1-4.3 [178 kB] [2019-09-30T14:09:03.728Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1 s390x 1.1.6+dfsg-3 [57.1 kB] [2019-09-30T14:09:03.728Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnfnetlink0 s390x 1.0.1-3 [13.7 kB] [2019-09-30T14:09:03.728Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcrecpp0v5 s390x 2:8.39-3 [151 kB] [2019-09-30T14:09:03.728Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libudev-dev s390x 232-25+deb9u12 [92.5 kB] [2019-09-30T14:09:03.728Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3.5-minimal s390x 3.5.3-1+deb9u1 [569 kB] [2019-09-30T14:09:04.216Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3.5-minimal s390x 3.5.3-1+deb9u1 [1563 kB] [2019-09-30T14:09:04.216Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-minimal s390x 3.5.3-1 [35.3 kB] [2019-09-30T14:09:04.216Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libmpdec2 s390x 2.4.2-1 [83.6 kB] [2019-09-30T14:09:04.216Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3.5-stdlib s390x 3.5.3-1+deb9u1 [2119 kB] [2019-09-30T14:09:04.216Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3.5 s390x 3.5.3-1+deb9u1 [229 kB] [2019-09-30T14:09:04.216Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3-stdlib s390x 3.5.3-1 [18.6 kB] [2019-09-30T14:09:04.216Z] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main s390x dh-python all 2.20170125 [86.8 kB] [2019-09-30T14:09:04.216Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3 s390x 3.5.3-1 [21.6 kB] [2019-09-30T14:09:04.216Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x pigz s390x 2.3.4-1 [51.1 kB] [2019-09-30T14:09:04.216Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libip4tc0 s390x 1.6.0+snapshot20161117-6 [67.9 kB] [2019-09-30T14:09:04.216Z] Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libip6tc0 s390x 1.6.0+snapshot20161117-6 [68.2 kB] [2019-09-30T14:09:04.216Z] Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libiptc0 s390x 1.6.0+snapshot20161117-6 [57.6 kB] [2019-09-30T14:09:04.216Z] Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libxtables12 s390x 1.6.0+snapshot20161117-6 [75.3 kB] [2019-09-30T14:09:04.216Z] Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnetfilter-conntrack3 s390x 1.0.6-2 [37.1 kB] [2019-09-30T14:09:04.216Z] Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main s390x iptables s390x 1.6.0+snapshot20161117-6 [282 kB] [2019-09-30T14:09:04.216Z] Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xxd s390x 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-30T14:09:04.216Z] Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-30T14:09:04.216Z] Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main s390x bzip2 s390x 1.0.6-8.1 [48.1 kB] [2019-09-30T14:09:04.216Z] Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libgpm2 s390x 1.20.4-6.2+b1 [34.4 kB] [2019-09-30T14:09:04.216Z] Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xz-utils s390x 5.2.2-1.2+b1 [263 kB] [2019-09-30T14:09:04.216Z] Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main s390x aufs-tools s390x 1:4.1+20161219-1 [102 kB] [2019-09-30T14:09:04.216Z] Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main s390x liblzo2-2 s390x 2.08-1.2+b2 [55.8 kB] [2019-09-30T14:09:04.216Z] Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-progs s390x 4.7.3-1 [595 kB] [2019-09-30T14:09:04.216Z] Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-tools s390x 4.7.3-1 [16.9 kB] [2019-09-30T14:09:04.216Z] Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libdevmapper1.02.1 s390x 2:1.02.137-2 [160 kB] [2019-09-30T14:09:04.216Z] Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main s390x dmsetup s390x 2:1.02.137-2 [104 kB] [2019-09-30T14:09:04.216Z] Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libonig4 s390x 6.1.3-2 [142 kB] [2019-09-30T14:09:04.216Z] Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjq1 s390x 1.5+dfsg-1.3 [126 kB] [2019-09-30T14:09:04.216Z] Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main s390x jq s390x 1.5+dfsg-1.3 [59.2 kB] [2019-09-30T14:09:04.216Z] Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libaio1 s390x 0.3.110-3 [9482 B] [2019-09-30T14:09:04.216Z] Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libcap2-bin s390x 1:2.25-1 [26.8 kB] [2019-09-30T14:09:04.216Z] Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libdevmapper-event1.02.1 s390x 2:1.02.137-2 [41.0 kB] [2019-09-30T14:09:04.216Z] Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsepol1-dev s390x 2.6-2 [293 kB] [2019-09-30T14:09:04.216Z] Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre16-3 s390x 2:8.39-3 [189 kB] [2019-09-30T14:09:04.216Z] Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre32-3 s390x 2:8.39-3 [184 kB] [2019-09-30T14:09:04.216Z] Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre3-dev s390x 2:8.39-3 [488 kB] [2019-09-30T14:09:04.216Z] Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libselinux1-dev s390x 2.6-3+b3 [182 kB] [2019-09-30T14:09:04.216Z] Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libdevmapper-dev s390x 2:1.02.137-2 [68.6 kB] [2019-09-30T14:09:04.216Z] Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnl-3-200 s390x 3.2.27-2 [59.3 kB] [2019-09-30T14:09:04.216Z] Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c1 s390x 1.2.1-2 [25.1 kB] [2019-09-30T14:09:04.216Z] Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libreadline5 s390x 5.2+dfsg-3+b1 [120 kB] [2019-09-30T14:09:04.216Z] Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsystemd-dev s390x 232-25+deb9u12 [1763 kB] [2019-09-30T14:09:04.216Z] Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main s390x net-tools s390x 1.60+git20161116.90da8a0-1 [243 kB] [2019-09-30T14:09:04.216Z] Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-09-30T14:09:04.216Z] Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-09-30T14:09:04.216Z] Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-pkg-resources all 33.1.1-1 [137 kB] [2019-09-30T14:09:04.216Z] Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-setuptools all 33.1.1-1 [215 kB] [2019-09-30T14:09:04.216Z] Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-wheel all 0.29.0-2 [51.8 kB] [2019-09-30T14:09:04.216Z] Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main s390x thin-provisioning-tools s390x 0.6.1-4+b1 [321 kB] [2019-09-30T14:09:04.216Z] Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-09-30T14:09:04.216Z] Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim s390x 2:8.0.0197-4+deb9u3 [994 kB] [2019-09-30T14:09:04.216Z] Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xfsprogs s390x 4.9.0+nmu1 [786 kB] [2019-09-30T14:09:04.216Z] Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main s390x zip s390x 3.0-11+b1 [232 kB] [2019-09-30T14:09:04.216Z] Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor-perl s390x 2.11.0-3+deb9u2 [82.5 kB] [2019-09-30T14:09:04.216Z] Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main s390x apparmor s390x 2.11.0-3+deb9u2 [532 kB] [2019-09-30T14:09:04.216Z] Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main s390x binutils-mingw-w64-i686 s390x 2.28-5+7.4+b4 [2151 kB] [2019-09-30T14:09:04.217Z] Get:63 http://cdn-fastly.deb.debian.org/debian stretch/main s390x binutils-mingw-w64-x86-64 s390x 2.28-5+7.4+b4 [2722 kB] [2019-09-30T14:09:04.217Z] Get:64 http://cdn-fastly.deb.debian.org/debian stretch/main s390x binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB] [2019-09-30T14:09:04.217Z] Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main s390x mingw-w64-common all 5.0.1-1 [4764 kB] [2019-09-30T14:09:04.217Z] Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main s390x mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB] [2019-09-30T14:09:04.608Z] Get:67 http://cdn-fastly.deb.debian.org/debian stretch/main s390x gcc-mingw-w64-base s390x 6.3.0-18+19.3+b3 [170 kB] [2019-09-30T14:09:04.608Z] Get:68 http://cdn-fastly.deb.debian.org/debian stretch/main s390x gcc-mingw-w64-x86-64 s390x 6.3.0-18+19.3+b3 [31.4 MB] [2019-09-30T14:09:04.608Z] Get:69 http://cdn-fastly.deb.debian.org/debian stretch/main s390x g++-mingw-w64-x86-64 s390x 6.3.0-18+19.3+b3 [21.7 MB] [2019-09-30T14:09:04.995Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-30T14:09:04.995Z] Fetched 88.2 MB in 1s (75.4 MB/s) [2019-09-30T14:09:04.996Z] Selecting previously unselected package bash-completion. [2019-09-30T14:09:04.996Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14898 files and directories currently installed.) [2019-09-30T14:09:04.996Z] Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-09-30T14:09:05.831Z] Unpacking bash-completion (1:2.1-4.3) ... [2019-09-30T14:09:05.831Z] Selecting previously unselected package libnet1:s390x. [2019-09-30T14:09:05.831Z] Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_s390x.deb ... [2019-09-30T14:09:05.831Z] Unpacking libnet1:s390x (1.1.6+dfsg-3) ... [2019-09-30T14:09:05.831Z] Selecting previously unselected package libnfnetlink0:s390x. [2019-09-30T14:09:05.831Z] Preparing to unpack .../02-libnfnetlink0_1.0.1-3_s390x.deb ... [2019-09-30T14:09:05.831Z] Unpacking libnfnetlink0:s390x (1.0.1-3) ... [2019-09-30T14:09:05.831Z] Selecting previously unselected package libpcrecpp0v5:s390x. [2019-09-30T14:09:05.831Z] Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_s390x.deb ... [2019-09-30T14:09:05.831Z] Unpacking libpcrecpp0v5:s390x (2:8.39-3) ... [2019-09-30T14:09:05.831Z] Selecting previously unselected package libudev-dev:s390x. [2019-09-30T14:09:05.831Z] Preparing to unpack .../04-libudev-dev_232-25+deb9u12_s390x.deb ... [2019-09-30T14:09:05.831Z] Unpacking libudev-dev:s390x (232-25+deb9u12) ... [2019-09-30T14:09:05.831Z] Selecting previously unselected package libpython3.5-minimal:s390x. [2019-09-30T14:09:05.831Z] Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_s390x.deb ... [2019-09-30T14:09:05.831Z] Unpacking libpython3.5-minimal:s390x (3.5.3-1+deb9u1) ... [2019-09-30T14:09:06.228Z] Selecting previously unselected package python3.5-minimal. [2019-09-30T14:09:06.228Z] Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_s390x.deb ... [2019-09-30T14:09:06.228Z] Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-30T14:09:06.228Z] Selecting previously unselected package python3-minimal. [2019-09-30T14:09:06.228Z] Preparing to unpack .../07-python3-minimal_3.5.3-1_s390x.deb ... [2019-09-30T14:09:06.228Z] Unpacking python3-minimal (3.5.3-1) ... [2019-09-30T14:09:06.228Z] Selecting previously unselected package libmpdec2:s390x. [2019-09-30T14:09:06.228Z] Preparing to unpack .../08-libmpdec2_2.4.2-1_s390x.deb ... [2019-09-30T14:09:06.228Z] Unpacking libmpdec2:s390x (2.4.2-1) ... [2019-09-30T14:09:06.228Z] Selecting previously unselected package libpython3.5-stdlib:s390x. [2019-09-30T14:09:06.228Z] Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_s390x.deb ... [2019-09-30T14:09:06.632Z] Unpacking libpython3.5-stdlib:s390x (3.5.3-1+deb9u1) ... [2019-09-30T14:09:06.632Z] Selecting previously unselected package python3.5. [2019-09-30T14:09:06.632Z] Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_s390x.deb ... [2019-09-30T14:09:06.632Z] Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-09-30T14:09:06.632Z] Selecting previously unselected package libpython3-stdlib:s390x. [2019-09-30T14:09:06.632Z] Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_s390x.deb ... [2019-09-30T14:09:06.632Z] Unpacking libpython3-stdlib:s390x (3.5.3-1) ... [2019-09-30T14:09:07.032Z] Selecting previously unselected package dh-python. [2019-09-30T14:09:07.032Z] Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-09-30T14:09:07.032Z] Unpacking dh-python (2.20170125) ... [2019-09-30T14:09:07.032Z] Setting up libpython3.5-minimal:s390x (3.5.3-1+deb9u1) ... [2019-09-30T14:09:07.032Z] Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-30T14:09:07.424Z] Setting up python3-minimal (3.5.3-1) ... [2019-09-30T14:09:07.814Z] Selecting previously unselected package python3. [2019-09-30T14:09:07.814Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16484 files and directories currently installed.) [2019-09-30T14:09:07.814Z] Preparing to unpack .../00-python3_3.5.3-1_s390x.deb ... [2019-09-30T14:09:07.814Z] Unpacking python3 (3.5.3-1) ... [2019-09-30T14:09:07.814Z] Selecting previously unselected package pigz. [2019-09-30T14:09:07.814Z] Preparing to unpack .../01-pigz_2.3.4-1_s390x.deb ... [2019-09-30T14:09:07.814Z] Unpacking pigz (2.3.4-1) ... [2019-09-30T14:09:07.814Z] Selecting previously unselected package libip4tc0:s390x. [2019-09-30T14:09:07.814Z] Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-30T14:09:07.814Z] Unpacking libip4tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-30T14:09:07.814Z] Selecting previously unselected package libip6tc0:s390x. [2019-09-30T14:09:07.814Z] Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-30T14:09:07.814Z] Unpacking libip6tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-30T14:09:07.814Z] Selecting previously unselected package libiptc0:s390x. [2019-09-30T14:09:07.814Z] Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-30T14:09:07.814Z] Unpacking libiptc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-30T14:09:07.814Z] Selecting previously unselected package libxtables12:s390x. [2019-09-30T14:09:07.814Z] Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-30T14:09:07.814Z] Unpacking libxtables12:s390x (1.6.0+snapshot20161117-6) ... [2019-09-30T14:09:07.814Z] Selecting previously unselected package libnetfilter-conntrack3:s390x. [2019-09-30T14:09:07.814Z] Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_s390x.deb ... [2019-09-30T14:09:07.814Z] Unpacking libnetfilter-conntrack3:s390x (1.0.6-2) ... [2019-09-30T14:09:07.814Z] Selecting previously unselected package iptables. [2019-09-30T14:09:07.814Z] Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-30T14:09:07.814Z] Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-09-30T14:09:07.814Z] Selecting previously unselected package xxd. [2019-09-30T14:09:07.814Z] Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-09-30T14:09:07.814Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:09:07.865Z] INFO [loader] SSA repr building timing: packages building 250.839402ms, total 5.701760884s [2019-09-30T14:09:08.219Z] Selecting previously unselected package vim-common. [2019-09-30T14:09:08.219Z] Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-30T14:09:08.219Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:09:08.219Z] Selecting previously unselected package bzip2. [2019-09-30T14:09:08.219Z] Preparing to unpack .../10-bzip2_1.0.6-8.1_s390x.deb ... [2019-09-30T14:09:08.219Z] Unpacking bzip2 (1.0.6-8.1) ... [2019-09-30T14:09:08.219Z] Selecting previously unselected package libgpm2:s390x. [2019-09-30T14:09:08.219Z] Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_s390x.deb ... [2019-09-30T14:09:08.219Z] Unpacking libgpm2:s390x (1.20.4-6.2+b1) ... [2019-09-30T14:09:08.219Z] Selecting previously unselected package xz-utils. [2019-09-30T14:09:08.219Z] Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_s390x.deb ... [2019-09-30T14:09:08.219Z] Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-09-30T14:09:08.219Z] Selecting previously unselected package aufs-tools. [2019-09-30T14:09:08.219Z] Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_s390x.deb ... [2019-09-30T14:09:08.219Z] Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-09-30T14:09:08.219Z] Selecting previously unselected package liblzo2-2:s390x. [2019-09-30T14:09:08.219Z] Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-09-30T14:09:08.219Z] Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-30T14:09:08.219Z] Selecting previously unselected package btrfs-progs. [2019-09-30T14:09:08.219Z] Preparing to unpack .../15-btrfs-progs_4.7.3-1_s390x.deb ... [2019-09-30T14:09:08.219Z] Unpacking btrfs-progs (4.7.3-1) ... [2019-09-30T14:09:08.595Z] Selecting previously unselected package btrfs-tools. [2019-09-30T14:09:08.595Z] Preparing to unpack .../16-btrfs-tools_4.7.3-1_s390x.deb ... [2019-09-30T14:09:08.595Z] Unpacking btrfs-tools (4.7.3-1) ... [2019-09-30T14:09:08.595Z] Selecting previously unselected package libdevmapper1.02.1:s390x. [2019-09-30T14:09:08.595Z] Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_s390x.deb ... [2019-09-30T14:09:08.595Z] Unpacking libdevmapper1.02.1:s390x (2:1.02.137-2) ... [2019-09-30T14:09:08.595Z] Selecting previously unselected package dmsetup. [2019-09-30T14:09:08.595Z] Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_s390x.deb ... [2019-09-30T14:09:08.595Z] Unpacking dmsetup (2:1.02.137-2) ... [2019-09-30T14:09:08.595Z] Selecting previously unselected package libonig4:s390x. [2019-09-30T14:09:08.595Z] Preparing to unpack .../19-libonig4_6.1.3-2_s390x.deb ... [2019-09-30T14:09:08.595Z] Unpacking libonig4:s390x (6.1.3-2) ... [2019-09-30T14:09:08.595Z] Selecting previously unselected package libjq1:s390x. [2019-09-30T14:09:08.595Z] Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_s390x.deb ... [2019-09-30T14:09:08.595Z] Unpacking libjq1:s390x (1.5+dfsg-1.3) ... [2019-09-30T14:09:08.595Z] Selecting previously unselected package jq. [2019-09-30T14:09:08.595Z] Preparing to unpack .../21-jq_1.5+dfsg-1.3_s390x.deb ... [2019-09-30T14:09:08.595Z] Unpacking jq (1.5+dfsg-1.3) ... [2019-09-30T14:09:08.595Z] Selecting previously unselected package libaio1:s390x. [2019-09-30T14:09:08.595Z] Preparing to unpack .../22-libaio1_0.3.110-3_s390x.deb ... [2019-09-30T14:09:08.595Z] Unpacking libaio1:s390x (0.3.110-3) ... [2019-09-30T14:09:08.595Z] Selecting previously unselected package libcap2-bin. [2019-09-30T14:09:08.595Z] Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_s390x.deb ... [2019-09-30T14:09:08.595Z] Unpacking libcap2-bin (1:2.25-1) ... [2019-09-30T14:09:08.595Z] Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2019-09-30T14:09:08.595Z] Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_s390x.deb ... [2019-09-30T14:09:08.595Z] Unpacking libdevmapper-event1.02.1:s390x (2:1.02.137-2) ... [2019-09-30T14:09:09.150Z] Selecting previously unselected package libsepol1-dev:s390x. [2019-09-30T14:09:09.150Z] Preparing to unpack .../25-libsepol1-dev_2.6-2_s390x.deb ... [2019-09-30T14:09:09.150Z] Unpacking libsepol1-dev:s390x (2.6-2) ... [2019-09-30T14:09:09.150Z] Selecting previously unselected package libpcre16-3:s390x. [2019-09-30T14:09:09.150Z] Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_s390x.deb ... [2019-09-30T14:09:09.150Z] Unpacking libpcre16-3:s390x (2:8.39-3) ... [2019-09-30T14:09:09.150Z] Selecting previously unselected package libpcre32-3:s390x. [2019-09-30T14:09:09.150Z] Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_s390x.deb ... [2019-09-30T14:09:09.150Z] Unpacking libpcre32-3:s390x (2:8.39-3) ... [2019-09-30T14:09:09.150Z] Selecting previously unselected package libpcre3-dev:s390x. [2019-09-30T14:09:09.150Z] Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_s390x.deb ... [2019-09-30T14:09:09.150Z] Unpacking libpcre3-dev:s390x (2:8.39-3) ... [2019-09-30T14:09:09.150Z] Selecting previously unselected package libselinux1-dev:s390x. [2019-09-30T14:09:09.150Z] Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_s390x.deb ... [2019-09-30T14:09:09.150Z] Unpacking libselinux1-dev:s390x (2.6-3+b3) ... [2019-09-30T14:09:09.536Z] Selecting previously unselected package libdevmapper-dev:s390x. [2019-09-30T14:09:09.536Z] Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_s390x.deb ... [2019-09-30T14:09:09.536Z] Unpacking libdevmapper-dev:s390x (2:1.02.137-2) ... [2019-09-30T14:09:09.536Z] Selecting previously unselected package libnl-3-200:s390x. [2019-09-30T14:09:09.536Z] Preparing to unpack .../31-libnl-3-200_3.2.27-2_s390x.deb ... [2019-09-30T14:09:09.536Z] Unpacking libnl-3-200:s390x (3.2.27-2) ... [2019-09-30T14:09:09.536Z] Selecting previously unselected package libprotobuf-c1:s390x. [2019-09-30T14:09:09.536Z] Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_s390x.deb ... [2019-09-30T14:09:09.536Z] Unpacking libprotobuf-c1:s390x (1.2.1-2) ... [2019-09-30T14:09:09.536Z] Selecting previously unselected package libreadline5:s390x. [2019-09-30T14:09:09.536Z] Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_s390x.deb ... [2019-09-30T14:09:09.536Z] Unpacking libreadline5:s390x (5.2+dfsg-3+b1) ... [2019-09-30T14:09:09.920Z] Selecting previously unselected package libsystemd-dev:s390x. [2019-09-30T14:09:09.920Z] Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_s390x.deb ... [2019-09-30T14:09:09.920Z] Unpacking libsystemd-dev:s390x (232-25+deb9u12) ... [2019-09-30T14:09:09.920Z] Selecting previously unselected package net-tools. [2019-09-30T14:09:09.920Z] Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_s390x.deb ... [2019-09-30T14:09:09.920Z] Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-30T14:09:10.333Z] Selecting previously unselected package python-pip-whl. [2019-09-30T14:09:10.333Z] Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-09-30T14:09:10.333Z] Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-30T14:09:10.333Z] Selecting previously unselected package python3-pip. [2019-09-30T14:09:10.333Z] Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-09-30T14:09:10.333Z] Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-09-30T14:09:10.333Z] Selecting previously unselected package python3-pkg-resources. [2019-09-30T14:09:10.333Z] Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-09-30T14:09:10.333Z] Unpacking python3-pkg-resources (33.1.1-1) ... [2019-09-30T14:09:10.333Z] Selecting previously unselected package python3-setuptools. [2019-09-30T14:09:10.333Z] Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-09-30T14:09:10.333Z] Unpacking python3-setuptools (33.1.1-1) ... [2019-09-30T14:09:10.333Z] Selecting previously unselected package python3-wheel. [2019-09-30T14:09:10.333Z] Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-09-30T14:09:10.333Z] Unpacking python3-wheel (0.29.0-2) ... [2019-09-30T14:09:10.333Z] Selecting previously unselected package thin-provisioning-tools. [2019-09-30T14:09:10.333Z] Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_s390x.deb ... [2019-09-30T14:09:10.333Z] Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-30T14:09:10.741Z] Selecting previously unselected package vim-runtime. [2019-09-30T14:09:10.741Z] Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-30T14:09:10.741Z] Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' [2019-09-30T14:09:10.741Z] Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-09-30T14:09:10.741Z] Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:09:11.576Z] Selecting previously unselected package vim. [2019-09-30T14:09:11.576Z] Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-09-30T14:09:11.576Z] Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:09:11.974Z] Selecting previously unselected package xfsprogs. [2019-09-30T14:09:11.974Z] Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_s390x.deb ... [2019-09-30T14:09:11.974Z] Unpacking xfsprogs (4.9.0+nmu1) ... [2019-09-30T14:09:11.974Z] Selecting previously unselected package zip. [2019-09-30T14:09:11.974Z] Preparing to unpack .../45-zip_3.0-11+b1_s390x.deb ... [2019-09-30T14:09:11.974Z] Unpacking zip (3.0-11+b1) ... [2019-09-30T14:09:11.974Z] Selecting previously unselected package libapparmor-perl. [2019-09-30T14:09:11.974Z] Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_s390x.deb ... [2019-09-30T14:09:11.974Z] Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-30T14:09:11.974Z] Selecting previously unselected package apparmor. [2019-09-30T14:09:11.974Z] Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_s390x.deb ... [2019-09-30T14:09:11.974Z] Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-09-30T14:09:12.337Z] Selecting previously unselected package binutils-mingw-w64-i686. [2019-09-30T14:09:12.337Z] Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_s390x.deb ... [2019-09-30T14:09:12.337Z] Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-30T14:09:12.764Z] Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-09-30T14:09:12.764Z] Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_s390x.deb ... [2019-09-30T14:09:12.764Z] Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-30T14:09:13.155Z] Selecting previously unselected package binutils-mingw-w64. [2019-09-30T14:09:13.155Z] Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-09-30T14:09:13.155Z] Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-30T14:09:13.155Z] Selecting previously unselected package mingw-w64-common. [2019-09-30T14:09:13.155Z] Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-09-30T14:09:13.155Z] Unpacking mingw-w64-common (5.0.1-1) ... [2019-09-30T14:09:13.990Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2019-09-30T14:09:13.990Z] [2019-09-30T14:09:13.990Z] ________ ____ __. [2019-09-30T14:09:13.990Z] \_____ \ | |/ _| [2019-09-30T14:09:13.990Z] / | \| < [2019-09-30T14:09:13.990Z] / | \ | \ [2019-09-30T14:09:13.990Z] \_______ /____|__ \ [2019-09-30T14:09:13.990Z] \/ \/ [2019-09-30T14:09:13.990Z] [2019-09-30T14:09:13.990Z] INFO: make.ps1 ended at 09/30/2019 14:09:12 [2019-09-30T14:09:14.014Z] Selecting previously unselected package mingw-w64-x86-64-dev. [2019-09-30T14:09:14.014Z] Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-09-30T14:09:14.014Z] Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-30T14:09:14.450Z] INFO: Binaries build ended at 09/30/2019 14:09:14. Duration:00:01:17.9533615 [2019-09-30T14:09:15.027Z] Selecting previously unselected package gcc-mingw-w64-base. [2019-09-30T14:09:15.027Z] Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_s390x.deb ... [2019-09-30T14:09:15.027Z] Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-30T14:09:15.027Z] Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-09-30T14:09:15.027Z] Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_s390x.deb ... [2019-09-30T14:09:15.027Z] Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-30T14:09:16.642Z] INFO: Copying the built daemon binary to d:\CI\PR-40012\2\binary\dockerd-5aebd6985.exe... [2019-09-30T14:09:17.611Z] INFO: Copying the built client binary to d:\CI\PR-40012\2\binary\docker-5aebd6985.exe... [2019-09-30T14:09:17.611Z] INFO: Copying dockerversion from the container... [2019-09-30T14:09:18.075Z] INFO: Copying the golang package from the container to d:\CI\PR-40012\2\installer\go.zip... [2019-09-30T14:09:19.224Z] Selecting previously unselected package g++-mingw-w64-x86-64. [2019-09-30T14:09:19.224Z] Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_s390x.deb ... [2019-09-30T14:09:19.224Z] Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-30T14:09:20.262Z] INFO: Extracting go.zip to d:\CI\PR-40012\2\go [2019-09-30T14:09:21.815Z] Setting up aufs-tools (1:4.1+20161219-1) ... [2019-09-30T14:09:21.815Z] Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-30T14:09:21.815Z] Setting up libsepol1-dev:s390x (2.6-2) ... [2019-09-30T14:09:21.815Z] Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-30T14:09:21.815Z] Setting up libnet1:s390x (1.1.6+dfsg-3) ... [2019-09-30T14:09:21.815Z] Setting up libip4tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-30T14:09:21.815Z] Processing triggers for mime-support (3.60) ... [2019-09-30T14:09:21.815Z] Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:09:21.815Z] Setting up libgpm2:s390x (1.20.4-6.2+b1) ... [2019-09-30T14:09:21.815Z] Setting up libcap2-bin (1:2.25-1) ... [2019-09-30T14:09:21.815Z] Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-30T14:09:21.815Z] Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-30T14:09:21.815Z] Setting up bash-completion (1:2.1-4.3) ... [2019-09-30T14:09:22.250Z] Setting up libonig4:s390x (6.1.3-2) ... [2019-09-30T14:09:22.250Z] Setting up libprotobuf-c1:s390x (1.2.1-2) ... [2019-09-30T14:09:22.250Z] Setting up zip (3.0-11+b1) ... [2019-09-30T14:09:22.250Z] Setting up bzip2 (1.0.6-8.1) ... [2019-09-30T14:09:22.250Z] Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-30T14:09:22.250Z] Setting up libjq1:s390x (1.5+dfsg-1.3) ... [2019-09-30T14:09:22.250Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-30T14:09:22.250Z] Setting up libaio1:s390x (0.3.110-3) ... [2019-09-30T14:09:22.250Z] Setting up libxtables12:s390x (1.6.0+snapshot20161117-6) ... [2019-09-30T14:09:22.250Z] Setting up xz-utils (5.2.2-1.2+b1) ... [2019-09-30T14:09:22.250Z] update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-09-30T14:09:22.250Z] Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-30T14:09:22.250Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:09:22.250Z] Setting up libpcrecpp0v5:s390x (2:8.39-3) ... [2019-09-30T14:09:22.250Z] Setting up libpcre32-3:s390x (2:8.39-3) ... [2019-09-30T14:09:22.250Z] Setting up libnfnetlink0:s390x (1.0.1-3) ... [2019-09-30T14:09:22.250Z] Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:09:22.250Z] Setting up libsystemd-dev:s390x (232-25+deb9u12) ... [2019-09-30T14:09:22.250Z] Setting up libpcre16-3:s390x (2:8.39-3) ... [2019-09-30T14:09:22.250Z] Setting up libreadline5:s390x (5.2+dfsg-3+b1) ... [2019-09-30T14:09:22.250Z] Setting up libnl-3-200:s390x (3.2.27-2) ... [2019-09-30T14:09:22.250Z] Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-30T14:09:22.250Z] Setting up libudev-dev:s390x (232-25+deb9u12) ... [2019-09-30T14:09:22.250Z] Setting up pigz (2.3.4-1) ... [2019-09-30T14:09:22.250Z] Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-30T14:09:22.250Z] Setting up libmpdec2:s390x (2.4.2-1) ... [2019-09-30T14:09:22.250Z] Setting up libip6tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-30T14:09:22.250Z] Setting up mingw-w64-common (5.0.1-1) ... [2019-09-30T14:09:22.250Z] Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-30T14:09:22.250Z] Setting up jq (1.5+dfsg-1.3) ... [2019-09-30T14:09:22.250Z] Setting up libpcre3-dev:s390x (2:8.39-3) ... [2019-09-30T14:09:22.250Z] Setting up libnetfilter-conntrack3:s390x (1.0.6-2) ... [2019-09-30T14:09:22.250Z] Setting up xfsprogs (4.9.0+nmu1) ... [2019-09-30T14:09:22.250Z] Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:09:22.250Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-09-30T14:09:22.250Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-09-30T14:09:22.250Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-09-30T14:09:22.250Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-09-30T14:09:22.250Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-09-30T14:09:22.250Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-09-30T14:09:22.250Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-09-30T14:09:22.868Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-09-30T14:09:22.868Z] Setting up libpython3.5-stdlib:s390x (3.5.3-1+deb9u1) ... [2019-09-30T14:09:22.868Z] Setting up libiptc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-30T14:09:22.868Z] Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-30T14:09:22.868Z] Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-09-30T14:09:22.868Z] Setting up btrfs-progs (4.7.3-1) ... [2019-09-30T14:09:22.868Z] Setting up libselinux1-dev:s390x (2.6-3+b3) ... [2019-09-30T14:09:22.868Z] Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-09-30T14:09:23.685Z] Setting up libpython3-stdlib:s390x (3.5.3-1) ... [2019-09-30T14:09:23.685Z] Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-30T14:09:23.685Z] update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-09-30T14:09:23.685Z] update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-posix (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-09-30T14:09:23.685Z] update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-09-30T14:09:23.685Z] update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-win32 (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-09-30T14:09:23.685Z] Setting up btrfs-tools (4.7.3-1) ... [2019-09-30T14:09:23.685Z] Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-30T14:09:23.685Z] update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-09-30T14:09:23.685Z] update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-09-30T14:09:23.685Z] Setting up python3 (3.5.3-1) ... [2019-09-30T14:09:24.059Z] Setting up apparmor (2.11.0-3+deb9u2) ... [2019-09-30T14:09:24.442Z] update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-09-30T14:09:24.442Z] diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-09-30T14:09:24.442Z] Setting up libdevmapper1.02.1:s390x (2:1.02.137-2) ... [2019-09-30T14:09:24.442Z] Setting up python3-wheel (0.29.0-2) ... [2019-09-30T14:09:24.849Z] Setting up python3-pkg-resources (33.1.1-1) ... [2019-09-30T14:09:24.849Z] Setting up libdevmapper-event1.02.1:s390x (2:1.02.137-2) ... [2019-09-30T14:09:24.849Z] Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-09-30T14:09:25.223Z] Setting up dmsetup (2:1.02.137-2) ... [2019-09-30T14:09:25.223Z] Setting up python3-setuptools (33.1.1-1) ... [2019-09-30T14:09:25.600Z] Setting up dh-python (2.20170125) ... [2019-09-30T14:09:25.600Z] Setting up libdevmapper-dev:s390x (2:1.02.137-2) ... [2019-09-30T14:09:25.600Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-30T14:09:26.455Z] 🇩 bin/containerd-stress [2019-09-30T14:09:26.455Z] 🇩 bin/containerd-shim [2019-09-30T14:09:29.827Z] Removing intermediate container f955cfc19180 [2019-09-30T14:09:29.827Z] ---> 4fe92a9b69da [2019-09-30T14:09:29.827Z] Step 104/126 : RUN pip3 install yamllint==1.16.0 [2019-09-30T14:09:30.227Z] ---> Running in 7b77057668e5 [2019-09-30T14:09:31.502Z] Collecting yamllint==1.16.0 [2019-09-30T14:09:31.886Z] Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-09-30T14:09:31.886Z] Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-09-30T14:09:31.886Z] Downloading https://files.pythonhosted.org/packages/84/2a/bfee636b1e2f7d6e30dd74f49201ccfa5c3cf322d44929ecc6c137c486c5/pathspec-0.5.9.tar.gz [2019-09-30T14:09:32.252Z] Collecting pyyaml (from yamllint==1.16.0) [2019-09-30T14:09:32.638Z] Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-09-30T14:09:33.131Z] Building wheels for collected packages: pathspec, pyyaml [2019-09-30T14:09:33.131Z] Running setup.py bdist_wheel for pathspec: started [2019-09-30T14:09:33.131Z] Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-09-30T14:09:33.131Z] Stored in directory: /root/.cache/pip/wheels/45/cb/7e/ce6e6062c69446e39e328170524ca8213498bc66a74c6a210b [2019-09-30T14:09:33.131Z] Running setup.py bdist_wheel for pyyaml: started [2019-09-30T14:09:33.627Z] Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-09-30T14:09:33.627Z] Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-09-30T14:09:33.627Z] Successfully built pathspec pyyaml [2019-09-30T14:09:33.627Z] Installing collected packages: pathspec, pyyaml, yamllint [2019-09-30T14:09:33.628Z] Successfully installed pathspec-0.5.9 pyyaml-5.1.2 yamllint-1.16.0 [2019-09-30T14:09:34.647Z] Removing intermediate container 7b77057668e5 [2019-09-30T14:09:34.647Z] ---> 52f796f7d428 [2019-09-30T14:09:34.647Z] Step 105/126 : COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-09-30T14:09:34.906Z] 🇩 bin/containerd-shim-runc-v1 [2019-09-30T14:09:35.446Z] ---> bc36d4c40c3f [2019-09-30T14:09:35.446Z] Step 106/126 : COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-30T14:09:36.743Z] ---> 737c640a11de [2019-09-30T14:09:36.743Z] Step 107/126 : COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-09-30T14:09:37.540Z] ---> 9a8848155c18 [2019-09-30T14:09:37.540Z] Step 108/126 : COPY --from=gotestsum /build/ /usr/local/bin/ [2019-09-30T14:09:37.540Z] ---> 57496982446e [2019-09-30T14:09:37.540Z] Step 109/126 : COPY --from=tomlv /build/ /usr/local/bin/ [2019-09-30T14:09:37.920Z] ---> e91d7ae97a65 [2019-09-30T14:09:37.920Z] Step 110/126 : COPY --from=vndr /build/ /usr/local/bin/ [2019-09-30T14:09:38.310Z] ---> 029b47d6d5d9 [2019-09-30T14:09:38.310Z] Step 111/126 : COPY --from=tini /build/ /usr/local/bin/ [2019-09-30T14:09:38.693Z] ---> aa714f8879ec [2019-09-30T14:09:38.693Z] Step 112/126 : COPY --from=runc /build/ /usr/local/bin/ [2019-09-30T14:09:39.177Z] ---> 7095b847ab49 [2019-09-30T14:09:39.177Z] Step 113/126 : COPY --from=containerd /build/ /usr/local/bin/ [2019-09-30T14:09:39.312Z] 🇩 binaries [2019-09-30T14:09:39.312Z] + mkdir -p /build [2019-09-30T14:09:39.312Z] + cp bin/containerd /build/containerd [2019-09-30T14:09:39.312Z] + cp bin/containerd-shim /build/containerd-shim [2019-09-30T14:09:39.312Z] + cp bin/ctr /build/ctr [2019-09-30T14:09:39.634Z] ---> 9fd02671b6bc [2019-09-30T14:09:39.634Z] Step 114/126 : COPY --from=proxy /build/ /usr/local/bin/ [2019-09-30T14:09:40.037Z] ---> a07359314baa [2019-09-30T14:09:40.037Z] Step 115/126 : COPY --from=dockercli /build/ /usr/local/cli [2019-09-30T14:09:40.426Z] ---> b8f9ef202ba0 [2019-09-30T14:09:40.426Z] Step 116/126 : COPY --from=registry /build/registry* /usr/local/bin/ [2019-09-30T14:09:41.772Z] ---> 7ecec5d3048e [2019-09-30T14:09:41.772Z] Step 117/126 : COPY --from=criu /build/ /usr/local/ [2019-09-30T14:09:42.155Z] ---> 0048b41114f0 [2019-09-30T14:09:42.155Z] Step 118/126 : COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-09-30T14:09:42.530Z] ---> d6a504e07fb5 [2019-09-30T14:09:42.530Z] Step 119/126 : COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e /vpnkit /usr/local/bin/vpnkit.x86_64 [2019-09-30T14:09:42.921Z] sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e: Pulling from djs55/vpnkit [2019-09-30T14:09:42.921Z] bad55c542dc9: Pulling fs layer [2019-09-30T14:09:43.333Z] bad55c542dc9: Download complete [2019-09-30T14:09:43.727Z] bad55c542dc9: Pull complete [2019-09-30T14:09:43.727Z] Digest: sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2019-09-30T14:09:43.727Z] Status: Downloaded newer image for djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2019-09-30T14:09:44.104Z] ---> 7881d01dd0c8 [2019-09-30T14:09:44.104Z] Step 120/126 : ENV PATH=/usr/local/cli:$PATH [2019-09-30T14:09:44.104Z] ---> Running in a31753743c34 [2019-09-30T14:09:44.515Z] Removing intermediate container a31753743c34 [2019-09-30T14:09:44.515Z] ---> bce76daea2df [2019-09-30T14:09:44.515Z] Step 121/126 : ENV DOCKER_BUILDTAGS apparmor seccomp selinux [2019-09-30T14:09:44.515Z] ---> Running in 5437aa780042 [2019-09-30T14:09:44.515Z] Removing intermediate container 5437aa780042 [2019-09-30T14:09:44.515Z] ---> 1a2ffecaa881 [2019-09-30T14:09:44.515Z] Step 122/126 : WORKDIR /go/src/github.com/docker/docker [2019-09-30T14:09:44.942Z] ---> Running in f1ce37d5c886 [2019-09-30T14:09:44.942Z] Removing intermediate container f1ce37d5c886 [2019-09-30T14:09:44.942Z] ---> 78b2762b6526 [2019-09-30T14:09:44.942Z] Step 123/126 : VOLUME /var/lib/docker [2019-09-30T14:09:44.942Z] ---> Running in 4c9b5a375c40 [2019-09-30T14:09:45.368Z] Removing intermediate container 4c9b5a375c40 [2019-09-30T14:09:45.368Z] ---> 05fec155a13f [2019-09-30T14:09:45.368Z] Step 124/126 : ENTRYPOINT ["hack/dind"] [2019-09-30T14:09:45.368Z] ---> Running in 54fd03abfc30 [2019-09-30T14:09:45.368Z] Removing intermediate container 54fd03abfc30 [2019-09-30T14:09:45.368Z] ---> a2e826e2391b [2019-09-30T14:09:45.368Z] Step 125/126 : FROM dev AS final [2019-09-30T14:09:45.368Z] ---> a2e826e2391b [2019-09-30T14:09:45.368Z] Step 126/126 : COPY . /go/src/github.com/docker/docker [2019-09-30T14:09:46.134Z] Removing intermediate container b4cd67c900b3 [2019-09-30T14:09:46.134Z] ---> 4be7b97a5aba [2019-09-30T14:09:46.134Z] Step 57/126 : FROM dev-base AS proxy [2019-09-30T14:09:46.134Z] ---> a953666fbadb [2019-09-30T14:09:46.134Z] Step 58/126 : ENV INSTALL_BINARY_NAME=proxy [2019-09-30T14:09:46.134Z] ---> Running in 131afefcdd7e [2019-09-30T14:09:46.134Z] Removing intermediate container 131afefcdd7e [2019-09-30T14:09:46.134Z] ---> 9d1acedb755a [2019-09-30T14:09:46.134Z] Step 59/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-30T14:09:46.134Z] ---> 80c1de829d2f [2019-09-30T14:09:46.134Z] Step 60/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-30T14:09:46.134Z] ---> afe6f990255f [2019-09-30T14:09:46.134Z] Step 61/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-30T14:09:46.134Z] ---> Running in 38e4e090d9e6 [2019-09-30T14:09:46.134Z] + RM_GOPATH=0 [2019-09-30T14:09:46.134Z] + TMP_GOPATH= [2019-09-30T14:09:46.134Z] + : /build [2019-09-30T14:09:46.134Z] + '[' -z '' ']' [2019-09-30T14:09:46.134Z] ++ mktemp -d [2019-09-30T14:09:46.134Z] + export GOPATH=/tmp/tmp.rX62MOqRXN [2019-09-30T14:09:46.134Z] + GOPATH=/tmp/tmp.rX62MOqRXN [2019-09-30T14:09:46.134Z] + RM_GOPATH=1 [2019-09-30T14:09:46.134Z] ++ dirname ./install.sh [2019-09-30T14:09:46.134Z] + dir=. [2019-09-30T14:09:46.134Z] + bin=proxy [2019-09-30T14:09:46.134Z] + shift [2019-09-30T14:09:46.134Z] + '[' '!' -f ./proxy.installer ']' [2019-09-30T14:09:46.134Z] + . ./proxy.installer [2019-09-30T14:09:46.134Z] ++ LIBNETWORK_COMMIT=96bcc0dae898308ed659c5095526788a602f4726 [2019-09-30T14:09:46.134Z] + install_proxy [2019-09-30T14:09:46.134Z] + case "$1" in [2019-09-30T14:09:46.134Z] + export CGO_ENABLED=0 [2019-09-30T14:09:46.134Z] + CGO_ENABLED=0 [2019-09-30T14:09:46.134Z] + _install_proxy [2019-09-30T14:09:46.134Z] + echo 'Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726' [2019-09-30T14:09:46.134Z] + git clone https://github.com/docker/libnetwork.git /tmp/tmp.rX62MOqRXN/src/github.com/docker/libnetwork [2019-09-30T14:09:46.134Z] Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726 [2019-09-30T14:09:46.134Z] Cloning into '/tmp/tmp.rX62MOqRXN/src/github.com/docker/libnetwork'... [2019-09-30T14:09:48.630Z] ---> 2844bee41377 [2019-09-30T14:09:48.630Z] Successfully built 2844bee41377 [2019-09-30T14:09:48.630Z] Successfully tagged docker:5aebd698579649f076276c70ab33e2f34634ad3e [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-09-30T14:09:49.555Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-40012/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5aebd698579649f076276c70ab33e2f34634ad3e -e DOCKER_GRAPHDRIVER docker:5aebd698579649f076276c70ab33e2f34634ad3e hack/test/unit [2019-09-30T14:09:49.595Z] + cd /tmp/tmp.rX62MOqRXN/src/github.com/docker/libnetwork [2019-09-30T14:09:49.595Z] + git checkout -q 96bcc0dae898308ed659c5095526788a602f4726 [2019-09-30T14:09:49.595Z] + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-09-30T14:09:50.233Z] INFO: Extraction ended at 09/30/2019 14:09:46. Duration:00:00:26.0100717 [2019-09-30T14:09:50.233Z] INFO: Updating the golang and path environment variables [2019-09-30T14:09:50.233Z] INFO: GOPATH=d:\gopath [2019-09-30T14:09:50.233Z] INFO: go version go1.13.1 windows/amd64 [2019-09-30T14:09:50.233Z] INFO: Running the daemon under test in debug mode [2019-09-30T14:09:50.233Z] INFO: Starting a daemon under test... [2019-09-30T14:09:50.233Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-40012\2\daemon --pidfile d:\CI\PR-40012\2\docker.pid -D [2019-09-30T14:09:50.233Z] INFO: Process started successfully. [2019-09-30T14:09:50.233Z] INFO: Start tailing logs of the daemon under tests [2019-09-30T14:09:50.233Z] INFO: Waiting for the daemon under test to start... [2019-09-30T14:09:50.233Z] INFO: Daemon under test started and replied! [2019-09-30T14:09:50.233Z] INFO: Docker version of the daemon under test [2019-09-30T14:09:50.233Z] [2019-09-30T14:09:50.233Z] Client: [2019-09-30T14:09:50.233Z] Version: 17.06.2-ce [2019-09-30T14:09:50.233Z] API version: 1.30 [2019-09-30T14:09:50.233Z] Go version: go1.8.3 [2019-09-30T14:09:50.233Z] Git commit: cec0b72 [2019-09-30T14:09:50.233Z] Built: Tue Sep 5 19:57:19 2017 [2019-09-30T14:09:50.233Z] OS/Arch: windows/amd64 [2019-09-30T14:09:50.233Z] [2019-09-30T14:09:50.233Z] Server: [2019-09-30T14:09:50.233Z] Version: 0.0.0-dev [2019-09-30T14:09:50.233Z] API version: 1.41 (minimum version 1.24) [2019-09-30T14:09:50.233Z] Go version: go1.13.1 [2019-09-30T14:09:50.233Z] Git commit: 5aebd6985 [2019-09-30T14:09:50.233Z] Built: 09/30/2019 14:08:00 [2019-09-30T14:09:50.233Z] OS/Arch: windows/amd64 [2019-09-30T14:09:50.233Z] Experimental: false [2019-09-30T14:09:50.233Z] [2019-09-30T14:09:50.233Z] INFO: Docker info of the daemon under test [2019-09-30T14:09:50.233Z] [2019-09-30T14:09:50.233Z] Containers: 0 [2019-09-30T14:09:50.233Z] Running: 0 [2019-09-30T14:09:50.233Z] Paused: 0 [2019-09-30T14:09:50.233Z] Stopped: 0 [2019-09-30T14:09:50.233Z] Images: 0 [2019-09-30T14:09:50.233Z] Server Version: 0.0.0-dev [2019-09-30T14:09:50.233Z] Storage Driver: windowsfilter [2019-09-30T14:09:50.233Z] Windows: [2019-09-30T14:09:50.233Z] Logging Driver: json-file [2019-09-30T14:09:50.233Z] Plugins: [2019-09-30T14:09:50.233Z] Volume: local [2019-09-30T14:09:50.233Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2019-09-30T14:09:50.233Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-09-30T14:09:50.233Z] Swarm: inactive [2019-09-30T14:09:50.233Z] Default Isolation: process [2019-09-30T14:09:50.233Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-09-30T14:09:50.233Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-09-30T14:09:50.233Z] OSType: windows [2019-09-30T14:09:50.233Z] Architecture: x86_64 [2019-09-30T14:09:50.233Z] CPUs: 4 [2019-09-30T14:09:50.233Z] Total Memory: 32GiB [2019-09-30T14:09:50.233Z] Name: azwin-2-e8f700 [2019-09-30T14:09:50.233Z] ID: 4B2F:6B2D:Z3HK:PGBB:2RYJ:JY2B:DFJL:5XKS:FFE2:7JY4:LY52:FUVI [2019-09-30T14:09:50.233Z] Docker Root Dir: D:\CI\PR-40012\2\daemon [2019-09-30T14:09:50.233Z] Debug Mode (client): false [2019-09-30T14:09:50.233Z] Debug Mode (server): true [2019-09-30T14:09:50.233Z] File Descriptors: -1 [2019-09-30T14:09:50.233Z] Goroutines: 17 [2019-09-30T14:09:50.233Z] System Time: 2019-09-30T14:09:49.7428303Z [2019-09-30T14:09:50.233Z] EventsListeners: 0 [2019-09-30T14:09:50.233Z] Registry: https://index.docker.io/v1/ [2019-09-30T14:09:50.233Z] Labels: [2019-09-30T14:09:50.233Z] Experimental: false [2019-09-30T14:09:50.233Z] Insecure Registries: [2019-09-30T14:09:50.233Z] 127.0.0.0/8 [2019-09-30T14:09:50.233Z] Live Restore Enabled: false [2019-09-30T14:09:50.233Z] [2019-09-30T14:09:50.233Z] [2019-09-30T14:09:50.233Z] INFO: Docker images of the daemon under test [2019-09-30T14:09:50.233Z] [2019-09-30T14:09:50.233Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2019-09-30T14:09:50.233Z] [2019-09-30T14:09:50.233Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2019-09-30T14:09:50.233Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2019-09-30T14:09:50.233Z] ltsc2019: Pulling from windows/servercore [2019-09-30T14:09:52.465Z] ? github.com/docker/docker/api [no test files] [2019-09-30T14:09:53.118Z] Removing intermediate container 38e4e090d9e6 [2019-09-30T14:09:53.118Z] ---> 5ad3c1a4fbc2 [2019-09-30T14:09:53.118Z] Step 62/126 : FROM base AS golangci_lint [2019-09-30T14:09:53.118Z] ---> a953666fbadb [2019-09-30T14:09:53.118Z] Step 63/126 : ENV INSTALL_BINARY_NAME=golangci_lint [2019-09-30T14:09:53.118Z] ---> Running in 498f66a567ef [2019-09-30T14:09:53.118Z] Removing intermediate container 498f66a567ef [2019-09-30T14:09:53.118Z] ---> d952e1f612e4 [2019-09-30T14:09:53.118Z] Step 64/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-30T14:09:53.118Z] ---> 58a83362297f [2019-09-30T14:09:53.118Z] Step 65/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-30T14:09:53.401Z] ---> 907ff96102fc [2019-09-30T14:09:53.401Z] Step 66/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-30T14:09:53.401Z] ---> Running in 23ab2d9d629b [2019-09-30T14:09:53.687Z] + RM_GOPATH=0 [2019-09-30T14:09:53.687Z] + TMP_GOPATH= [2019-09-30T14:09:53.687Z] + : /build [2019-09-30T14:09:53.687Z] + '[' -z '' ']' [2019-09-30T14:09:53.687Z] ++ mktemp -d [2019-09-30T14:09:53.687Z] + export GOPATH=/tmp/tmp.6R1Kbq3ut8 [2019-09-30T14:09:53.687Z] + GOPATH=/tmp/tmp.6R1Kbq3ut8 [2019-09-30T14:09:53.687Z] + RM_GOPATH=1 [2019-09-30T14:09:53.687Z] ++ dirname ./install.sh [2019-09-30T14:09:53.687Z] + dir=. [2019-09-30T14:09:53.687Z] + bin=golangci_lint [2019-09-30T14:09:53.687Z] Installing golangci-lint version v1.17.1 [2019-09-30T14:09:53.687Z] + shift [2019-09-30T14:09:53.687Z] + '[' '!' -f ./golangci_lint.installer ']' [2019-09-30T14:09:53.687Z] + . ./golangci_lint.installer [2019-09-30T14:09:53.687Z] ++ : v1.17.1 [2019-09-30T14:09:53.687Z] + install_golangci_lint [2019-09-30T14:09:53.687Z] + echo 'Installing golangci-lint version v1.17.1' [2019-09-30T14:09:53.687Z] + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-09-30T14:09:57.151Z] + cd /tmp/tmp.6R1Kbq3ut8/src/github.com/golangci/golangci-lint/ [2019-09-30T14:09:57.151Z] + git checkout -q v1.17.1 [2019-09-30T14:09:57.151Z] + go build -buildmode=pie -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-09-30T14:09:57.345Z] 65014b3c3121: Pulling fs layer [2019-09-30T14:09:57.345Z] 2945147eda09: Pulling fs layer [2019-09-30T14:10:03.025Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-09-30T14:10:03.025Z] [2019-09-30T14:10:03.025Z] [2019-09-30T14:10:03.025Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2019-09-30T14:10:03.025Z] [2019-09-30T14:10:03.025Z] [2019-09-30T14:10:03.025Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-30T14:10:03.025Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-30T14:10:03.025Z] PKG_CONFIG=pkg-config [2019-09-30T14:10:03.025Z] GOLANG_VERSION=1.13.1 [2019-09-30T14:10:03.025Z] HOSTNAME=af7875b5441c [2019-09-30T14:10:03.025Z] KEEPBUNDLE=1 [2019-09-30T14:10:03.025Z] container=docker [2019-09-30T14:10:03.025Z] TEST_SKIP_INTEGRATION=1 [2019-09-30T14:10:03.025Z] GO111MODULE=off [2019-09-30T14:10:03.025Z] GOPATH=/go [2019-09-30T14:10:03.025Z] PWD=/go/src/github.com/docker/docker [2019-09-30T14:10:03.025Z] HOME=/root [2019-09-30T14:10:03.025Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-30T14:10:03.025Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-30T14:10:03.025Z] DOCKER_GITCOMMIT=5aebd698579649f076276c70ab33e2f34634ad3e [2019-09-30T14:10:03.025Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-30T14:10:03.025Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-30T14:10:03.025Z] TERM=xterm [2019-09-30T14:10:03.025Z] DEST=bundles/test-integration [2019-09-30T14:10:03.025Z] SHLVL=1 [2019-09-30T14:10:03.025Z] TIMEOUT=120m [2019-09-30T14:10:03.025Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2019-09-30T14:10:03.025Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-30T14:10:03.025Z] DOCKER_PKG=github.com/docker/docker [2019-09-30T14:10:03.025Z] TESTDEBUG=0 [2019-09-30T14:10:03.025Z] _=/usr/bin/env [2019-09-30T14:10:03.025Z] Building test suite binary ./integration-cli/test.main [2019-09-30T14:10:03.025Z] PKG_CONFIG=pkg-config [2019-09-30T14:10:03.025Z] GOLANG_VERSION=1.13.1 [2019-09-30T14:10:03.025Z] HOSTNAME=27782e63ce64 [2019-09-30T14:10:03.025Z] KEEPBUNDLE=1 [2019-09-30T14:10:03.025Z] container=docker [2019-09-30T14:10:03.025Z] TEST_SKIP_INTEGRATION=1 [2019-09-30T14:10:03.025Z] GO111MODULE=off [2019-09-30T14:10:03.025Z] GOPATH=/go [2019-09-30T14:10:03.025Z] PWD=/go/src/github.com/docker/docker [2019-09-30T14:10:03.025Z] HOME=/root [2019-09-30T14:10:03.025Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-30T14:10:03.025Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-30T14:10:03.025Z] DOCKER_GITCOMMIT=5aebd698579649f076276c70ab33e2f34634ad3e [2019-09-30T14:10:03.025Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-30T14:10:03.025Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-30T14:10:03.025Z] TERM=xterm [2019-09-30T14:10:03.025Z] DEST=bundles/test-integration [2019-09-30T14:10:03.025Z] SHLVL=1 [2019-09-30T14:10:03.025Z] TIMEOUT=120m [2019-09-30T14:10:03.025Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2019-09-30T14:10:03.025Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-30T14:10:03.025Z] DOCKER_PKG=github.com/docker/docker [2019-09-30T14:10:03.025Z] TESTDEBUG=0 [2019-09-30T14:10:03.025Z] _=/usr/bin/env [2019-09-30T14:10:03.025Z] Building test suite binary ./integration-cli/test.main [2019-09-30T14:10:03.025Z] No new tests added to integration. [2019-09-30T14:10:03.025Z] [2019-09-30T14:10:03.025Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-30T14:10:03.025Z] PKG_CONFIG=pkg-config [2019-09-30T14:10:03.025Z] GOLANG_VERSION=1.13.1 [2019-09-30T14:10:03.025Z] HOSTNAME=e1fc36537ba5 [2019-09-30T14:10:03.025Z] KEEPBUNDLE=1 [2019-09-30T14:10:03.025Z] container=docker [2019-09-30T14:10:03.025Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-09-30T14:10:03.025Z] GO111MODULE=off [2019-09-30T14:10:03.025Z] GOPATH=/go [2019-09-30T14:10:03.025Z] PWD=/go/src/github.com/docker/docker [2019-09-30T14:10:03.025Z] HOME=/root [2019-09-30T14:10:03.025Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-30T14:10:03.025Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-30T14:10:03.025Z] DOCKER_GITCOMMIT=5aebd698579649f076276c70ab33e2f34634ad3e [2019-09-30T14:10:03.025Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-30T14:10:03.025Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-30T14:10:03.025Z] TERM=xterm [2019-09-30T14:10:03.025Z] DEST=bundles/test-integration [2019-09-30T14:10:03.025Z] SHLVL=1 [2019-09-30T14:10:03.025Z] TIMEOUT=120m [2019-09-30T14:10:03.025Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-30T14:10:03.025Z] DOCKER_PKG=github.com/docker/docker [2019-09-30T14:10:03.025Z] TESTDEBUG=0 [2019-09-30T14:10:03.025Z] _=/usr/bin/env [2019-09-30T14:10:03.025Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-09-30T14:10:06.580Z] ok github.com/docker/docker/api/server 0.015s coverage: 9.0% of statements [2019-09-30T14:10:09.764Z] 2945147eda09: Verifying Checksum [2019-09-30T14:10:09.764Z] 2945147eda09: Download complete [2019-09-30T14:10:22.156Z] 65014b3c3121: Verifying Checksum [2019-09-30T14:10:22.156Z] 65014b3c3121: Download complete [2019-09-30T14:10:29.238Z] WARN [runner/golint] Golint: can't lint 4 files: no file name for file &{Doc: Package:20158992 Name:quota Decls:[0xc023c4f4c0 0xc023c4f540 0xc023c4f5c0 0xc023c4f640 0xc0239d0090 0xc0239d0270] Scope:scope 0xc0250a5630 { [2019-09-30T14:10:29.238Z] var ErrQuotaNotSupported [2019-09-30T14:10:29.238Z] type errQuotaNotSupported [2019-09-30T14:10:29.238Z] } [2019-09-30T14:10:29.238Z] Imports:[0xc0239e1ce0] Unresolved:[errdefs nil string] Comments:[0xc014b57020 0xc014b571a0]} [2019-09-30T14:10:47.293Z] INFO [runner] worker.1 took 1m38.553898082s with stages: megacheck: 47.910285026s, govet: 27.6157477s, gosec: 12.393723782s, gofmt: 4.634421592s, ineffassign: 2.7846165s, misspell: 1.964264281s, varcheck: 461.542805ms, deadcode: 322.131648ms, structcheck: 274.878592ms, unconvert: 192.210861ms, typecheck: 5.364µs [2019-09-30T14:10:49.806Z] INFO [runner] worker.2 took 1m41.294778697s with stages: golint: 1m13.42821418s, goimports: 27.866537703s [2019-09-30T14:10:49.806Z] INFO [runner] Workers idle times: #1: 2.74661399s [2019-09-30T14:10:49.806Z] INFO [runner] Issues before processing: 1973, after processing: 0 [2019-09-30T14:10:49.806Z] INFO [runner] processing took 551.265293ms with stages: exclude: 173.384257ms, identifier_marker: 122.413501ms, autogenerated_exclude: 108.122488ms, nolint: 80.561619ms, skip_dirs: 58.156443ms, path_prettifier: 3.701434ms, cgo: 2.684418ms, filename_unadjuster: 1.268166ms, exclude-rules: 930.713µs, skip_files: 20.122µs, diff: 4.011µs, path_shortener: 3.633µs, source_code: 3.293µs, uniq_by_line: 3.159µs, max_same_issues: 2.932µs, max_from_linter: 2.809µs, max_per_file_from_linter: 2.295µs [2019-09-30T14:10:49.806Z] INFO File cache stats: 1436 entries of total size 6.8MiB [2019-09-30T14:10:49.806Z] INFO Memory: 184 samples, avg is 1381.4MB, max is 5317.9MB [2019-09-30T14:10:49.806Z] INFO Execution took 2m13.581320325s [2019-09-30T14:10:49.806Z] Congratulations! "./pkg/..." is safely isolated from internal code. [2019-09-30T14:10:49.806Z] No api/types/ or api/swagger.yaml changes in diff. [2019-09-30T14:10:49.806Z] Congratulations! All toml source files changed here have valid syntax. [2019-09-30T14:10:49.806Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2019-09-30T14:10:49.806Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2019-09-30T14:10:50.690Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40012/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5aebd698579649f076276c70ab33e2f34634ad3e -e DOCKER_GRAPHDRIVER docker:5aebd698579649f076276c70ab33e2f34634ad3e hack/make.sh dynbinary-daemon test-docker-py [2019-09-30T14:10:51.619Z] [2019-09-30T14:10:51.619Z] Removing bundles/ [2019-09-30T14:10:51.619Z] [2019-09-30T14:10:51.619Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2019-09-30T14:10:51.619Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-09-30T14:10:51.619Z] GOOS="" GOARCH="" GOARM="" [2019-09-30T14:11:05.876Z] Removing intermediate container 23ab2d9d629b [2019-09-30T14:11:05.876Z] ---> b1d22565ba84 [2019-09-30T14:11:05.876Z] Step 67/126 : FROM base AS gotestsum [2019-09-30T14:11:05.876Z] ---> a953666fbadb [2019-09-30T14:11:05.876Z] Step 68/126 : ENV INSTALL_BINARY_NAME=gotestsum [2019-09-30T14:11:05.876Z] ---> Running in 2528dd07140b [2019-09-30T14:11:05.876Z] Removing intermediate container 2528dd07140b [2019-09-30T14:11:05.876Z] ---> 3f724c548cb6 [2019-09-30T14:11:05.876Z] Step 69/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-30T14:11:05.876Z] ---> f080a08f2b7c [2019-09-30T14:11:05.876Z] Step 70/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-30T14:11:05.876Z] ---> 5ca66669886a [2019-09-30T14:11:05.876Z] Step 71/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-30T14:11:05.876Z] ---> Running in 5efd3905ea14 [2019-09-30T14:11:05.876Z] + RM_GOPATH=0 [2019-09-30T14:11:05.876Z] + TMP_GOPATH= [2019-09-30T14:11:05.876Z] + : /build [2019-09-30T14:11:05.876Z] + '[' -z '' ']' [2019-09-30T14:11:05.876Z] ++ mktemp -d [2019-09-30T14:11:05.876Z] + export GOPATH=/tmp/tmp.Gay4yGPNQz [2019-09-30T14:11:05.876Z] + GOPATH=/tmp/tmp.Gay4yGPNQz [2019-09-30T14:11:05.876Z] + RM_GOPATH=1 [2019-09-30T14:11:05.876Z] ++ dirname ./install.sh [2019-09-30T14:11:05.876Z] + dir=. [2019-09-30T14:11:05.876Z] + bin=gotestsum [2019-09-30T14:11:05.876Z] + shift [2019-09-30T14:11:05.876Z] + '[' '!' -f ./gotestsum.installer ']' [2019-09-30T14:11:05.876Z] + . ./gotestsum.installer [2019-09-30T14:11:05.876Z] ++ GOTESTSUM_COMMIT=v0.3.5 [2019-09-30T14:11:05.876Z] + install_gotestsum [2019-09-30T14:11:05.876Z] + echo 'Installing gotestsum version v0.3.5' [2019-09-30T14:11:05.876Z] + go get -d gotest.tools/gotestsum [2019-09-30T14:11:05.876Z] Installing gotestsum version v0.3.5 [2019-09-30T14:11:05.938Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-09-30T14:11:05.938Z] ok github.com/docker/docker/api/server/httputils 0.003s coverage: 14.7% of statements [2019-09-30T14:11:05.938Z] ok github.com/docker/docker/api/server/middleware 0.016s coverage: 37.7% of statements [2019-09-30T14:11:05.938Z] ? github.com/docker/docker/api/server/router [no test files] [2019-09-30T14:11:05.938Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-09-30T14:11:05.938Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-09-30T14:11:05.938Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-09-30T14:11:05.938Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-09-30T14:11:05.938Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-09-30T14:11:05.938Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-09-30T14:11:05.938Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-09-30T14:11:05.938Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-09-30T14:11:06.343Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-09-30T14:11:06.343Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-09-30T14:11:06.884Z] + cd /tmp/tmp.Gay4yGPNQz/src/gotest.tools/gotestsum [2019-09-30T14:11:06.884Z] + git checkout -q v0.3.5 [2019-09-30T14:11:06.884Z] + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-09-30T14:11:07.199Z] ok github.com/docker/docker/api/server/router/swarm 0.013s coverage: 4.0% of statements [2019-09-30T14:11:07.199Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-09-30T14:11:07.199Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-09-30T14:11:07.199Z] ? github.com/docker/docker/api/types [no test files] [2019-09-30T14:11:07.199Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-09-30T14:11:07.199Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-09-30T14:11:07.199Z] ? github.com/docker/docker/api/types/container [no test files] [2019-09-30T14:11:07.199Z] ? github.com/docker/docker/api/types/events [no test files] [2019-09-30T14:11:08.074Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2019-09-30T14:11:08.074Z] ok github.com/docker/docker/api/types/filters 0.002s coverage: 95.2% of statements [2019-09-30T14:11:08.074Z] ? github.com/docker/docker/api/types/image [no test files] [2019-09-30T14:11:08.074Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-09-30T14:11:08.074Z] ? github.com/docker/docker/api/types/network [no test files] [2019-09-30T14:11:08.074Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-09-30T14:11:08.074Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-09-30T14:11:08.074Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-09-30T14:11:08.074Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-09-30T14:11:08.502Z] ok github.com/docker/docker/api/types/versions 0.004s coverage: 75.0% of statements [2019-09-30T14:11:08.502Z] ok github.com/docker/docker/api/types/time 0.001s coverage: 100.0% of statements [2019-09-30T14:11:08.502Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-09-30T14:11:08.502Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-09-30T14:11:08.502Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-09-30T14:11:08.502Z] ? github.com/docker/docker/builder [no test files] [2019-09-30T14:11:08.502Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-09-30T14:11:08.502Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-09-30T14:11:08.502Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-09-30T14:11:08.502Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-09-30T14:11:08.502Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-09-30T14:11:08.502Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-09-30T14:11:08.502Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-09-30T14:11:08.943Z] ok github.com/docker/docker/builder/dockerignore 0.002s coverage: 96.8% of statements [2019-09-30T14:11:12.688Z] ok github.com/docker/docker/builder/fscache 0.124s coverage: 69.2% of statements [2019-09-30T14:11:13.557Z] ok github.com/docker/docker/builder/dockerfile 0.957s coverage: 46.6% of statements [2019-09-30T14:11:15.495Z] ok github.com/docker/docker/builder/remotecontext 0.369s coverage: 13.6% of statements [2019-09-30T14:11:15.899Z] ok github.com/docker/docker/builder/remotecontext/git 0.787s coverage: 85.1% of statements [2019-09-30T14:11:15.899Z] ? github.com/docker/docker/cli [no test files] [2019-09-30T14:11:15.899Z] ? github.com/docker/docker/cli/config [no test files] [2019-09-30T14:11:16.299Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2019-09-30T14:11:21.952Z] ok github.com/docker/docker/client 0.260s coverage: 75.8% of statements [2019-09-30T14:11:29.289Z] Removing intermediate container 5efd3905ea14 [2019-09-30T14:11:29.289Z] ---> e3fb3072d9e3 [2019-09-30T14:11:29.289Z] Step 72/126 : FROM dev-base AS dockercli [2019-09-30T14:11:29.289Z] ---> a953666fbadb [2019-09-30T14:11:29.289Z] Step 73/126 : ENV INSTALL_BINARY_NAME=dockercli [2019-09-30T14:11:29.289Z] ---> Running in a90aaebf55e0 [2019-09-30T14:11:29.289Z] Removing intermediate container a90aaebf55e0 [2019-09-30T14:11:29.289Z] ---> 1bbb8ca6d916 [2019-09-30T14:11:29.289Z] Step 74/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-30T14:11:29.289Z] ---> fd3e59016379 [2019-09-30T14:11:29.289Z] Step 75/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-30T14:11:29.289Z] ---> 736e1f69c904 [2019-09-30T14:11:29.289Z] Step 76/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-30T14:11:29.289Z] ---> Running in 6924fe998416 [2019-09-30T14:11:29.289Z] + RM_GOPATH=0 [2019-09-30T14:11:29.289Z] + TMP_GOPATH= [2019-09-30T14:11:29.289Z] + : /build [2019-09-30T14:11:29.289Z] + '[' -z '' ']' [2019-09-30T14:11:29.289Z] ++ mktemp -d [2019-09-30T14:11:29.289Z] + export GOPATH=/tmp/tmp.h6hc6JSZyF [2019-09-30T14:11:29.289Z] + GOPATH=/tmp/tmp.h6hc6JSZyF [2019-09-30T14:11:29.289Z] + RM_GOPATH=1 [2019-09-30T14:11:29.289Z] ++ dirname ./install.sh [2019-09-30T14:11:29.289Z] Install docker/cli version 17.06.2-ce from stable [2019-09-30T14:11:29.289Z] + dir=. [2019-09-30T14:11:29.289Z] + bin=dockercli [2019-09-30T14:11:29.289Z] + shift [2019-09-30T14:11:29.289Z] + '[' '!' -f ./dockercli.installer ']' [2019-09-30T14:11:29.289Z] + . ./dockercli.installer [2019-09-30T14:11:29.289Z] ++ DOCKERCLI_CHANNEL=stable [2019-09-30T14:11:29.289Z] ++ DOCKERCLI_VERSION=17.06.2-ce [2019-09-30T14:11:29.289Z] + install_dockercli [2019-09-30T14:11:29.289Z] + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-09-30T14:11:29.289Z] ++ uname -m [2019-09-30T14:11:29.289Z] + arch=ppc64le [2019-09-30T14:11:29.289Z] + '[' ppc64le '!=' x86_64 ']' [2019-09-30T14:11:29.289Z] + '[' ppc64le '!=' s390x ']' [2019-09-30T14:11:29.289Z] + '[' ppc64le '!=' armhf ']' [2019-09-30T14:11:29.289Z] + build_dockercli [2019-09-30T14:11:29.289Z] + git clone https://github.com/docker/docker-ce /tmp/tmp.h6hc6JSZyF/tmp/docker-ce [2019-09-30T14:11:29.289Z] Cloning into '/tmp/tmp.h6hc6JSZyF/tmp/docker-ce'... [2019-09-30T14:11:54.496Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-09-30T14:11:54.496Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-09-30T14:11:55.868Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-09-30T14:11:56.286Z] + cd /tmp/tmp.h6hc6JSZyF/tmp/docker-ce [2019-09-30T14:11:56.286Z] + git checkout -q v17.06.2-ce [2019-09-30T14:11:56.372Z] ok github.com/docker/docker/cmd/dockerd 0.094s coverage: 30.1% of statements [2019-09-30T14:11:56.372Z] ok github.com/docker/docker/container 0.112s coverage: 35.0% of statements [2019-09-30T14:11:56.372Z] ? github.com/docker/docker/container/stream [no test files] [2019-09-30T14:11:56.372Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-09-30T14:11:56.372Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-09-30T14:11:56.372Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-09-30T14:11:57.294Z] + mkdir -p /tmp/tmp.h6hc6JSZyF/src/github.com/docker [2019-09-30T14:11:57.294Z] + mv components/cli /tmp/tmp.h6hc6JSZyF/src/github.com/docker/cli [2019-09-30T14:11:57.294Z] + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2019-09-30T14:12:01.956Z] ok github.com/docker/docker/daemon/cluster 0.059s coverage: 0.5% of statements [2019-09-30T14:12:03.348Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2019-09-30T14:12:05.297Z] ok github.com/docker/docker/daemon/cluster/convert 0.010s coverage: 35.8% of statements [2019-09-30T14:12:12.993Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-09-30T14:12:12.993Z] [2019-09-30T14:12:12.993Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2019-09-30T14:12:12.993Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2019-09-30T14:12:12.993Z] Using test binary docker [2019-09-30T14:12:12.994Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-09-30T14:12:12.994Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-30T14:12:12.994Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-30T14:12:12.994Z] Warning failed to create cache: (null) [2019-09-30T14:12:12.994Z] . [2019-09-30T14:12:12.994Z] INFO: Waiting for daemon to start... [2019-09-30T14:12:12.994Z] Starting dockerd [2019-09-30T14:12:12.994Z] . [2019-09-30T14:12:12.994Z] INFO: Building docker-sdk-python3:4.0.2... [2019-09-30T14:12:13.275Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.444s coverage: 13.7% of statements [2019-09-30T14:12:13.672Z] ok github.com/docker/docker/daemon 12.298s coverage: 17.6% of statements [2019-09-30T14:12:13.672Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-09-30T14:12:13.672Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-09-30T14:12:15.576Z] ok github.com/docker/docker/daemon/discovery 0.022s coverage: 30.0% of statements [2019-09-30T14:12:15.576Z] ok github.com/docker/docker/daemon/config 0.052s coverage: 84.6% of statements [2019-09-30T14:12:17.534Z] ok github.com/docker/docker/daemon/events 0.059s coverage: 50.0% of statements [2019-09-30T14:12:17.534Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-09-30T14:12:17.534Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-09-30T14:12:17.943Z] ok github.com/docker/docker/daemon/graphdriver 0.004s coverage: 2.2% of statements [2019-09-30T14:12:20.554Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.005s coverage: 2.9% of statements [2019-09-30T14:12:21.899Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.258s coverage: 57.9% of statements [2019-09-30T14:12:28.759Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.484s coverage: 46.2% of statements [2019-09-30T14:12:31.329Z] ok github.com/docker/docker/daemon/graphdriver/aufs 12.149s coverage: 72.5% of statements [2019-09-30T14:12:31.329Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-09-30T14:12:31.329Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.074s coverage: 51.0% of statements [2019-09-30T14:12:34.117Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.584s coverage: 76.1% of statements [2019-09-30T14:12:35.476Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.005s coverage: 58.0% of statements [2019-09-30T14:12:36.796Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.004s coverage: 3.0% of statements [2019-09-30T14:12:39.585Z] ok github.com/docker/docker/daemon/images 0.012s coverage: 4.9% of statements [2019-09-30T14:12:39.585Z] ok github.com/docker/docker/daemon/links 0.002s coverage: 93.0% of statements [2019-09-30T14:12:39.585Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.329s coverage: 57.0% of statements [2019-09-30T14:12:39.585Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-09-30T14:12:39.585Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-09-30T14:12:39.585Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-09-30T14:12:39.585Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-09-30T14:12:41.540Z] ok github.com/docker/docker/daemon/logger 0.211s coverage: 42.7% of statements [2019-09-30T14:12:41.935Z] ok github.com/docker/docker/daemon/logger/awslogs 0.087s coverage: 77.4% of statements [2019-09-30T14:12:41.935Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-09-30T14:12:41.935Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-09-30T14:12:42.773Z] ok github.com/docker/docker/daemon/logger/gelf 0.004s coverage: 68.2% of statements [2019-09-30T14:12:43.178Z] ok github.com/docker/docker/daemon/logger/journald 0.007s coverage: 26.2% of statements [2019-09-30T14:12:44.058Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.011s coverage: 88.3% of statements [2019-09-30T14:12:44.058Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.029s coverage: 62.1% of statements [2019-09-30T14:12:46.043Z] ok github.com/docker/docker/daemon/logger/local 0.011s coverage: 74.7% of statements [2019-09-30T14:12:46.043Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-09-30T14:12:46.043Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.009s coverage: 20.0% of statements [2019-09-30T14:12:47.410Z] ok github.com/docker/docker/daemon/logger/syslog 0.017s coverage: 47.8% of statements [2019-09-30T14:12:47.811Z] ok github.com/docker/docker/daemon/logger/templates 0.005s coverage: 8.3% of statements [2019-09-30T14:12:49.010Z] 65014b3c3121: Pull complete [2019-09-30T14:12:49.115Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2019-09-30T14:12:49.583Z] ok github.com/docker/docker/daemon/logger/splunk 1.757s coverage: 84.5% of statements [2019-09-30T14:12:49.583Z] ? github.com/docker/docker/daemon/names [no test files] [2019-09-30T14:12:49.583Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-09-30T14:12:51.913Z] ok github.com/docker/docker/distribution 0.350s coverage: 22.4% of statements [2019-09-30T14:12:51.913Z] ok github.com/docker/docker/distribution/metadata 0.051s coverage: 48.2% of statements [2019-09-30T14:12:51.913Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-09-30T14:12:53.298Z] ok github.com/docker/docker/errdefs 0.013s coverage: 49.4% of statements [2019-09-30T14:12:54.616Z] ok github.com/docker/docker/image 0.030s coverage: 86.4% of statements [2019-09-30T14:12:55.497Z] ok github.com/docker/docker/distribution/xfer 1.933s coverage: 85.1% of statements [2019-09-30T14:12:55.498Z] ? github.com/docker/docker/dockerversion [no test files] [2019-09-30T14:12:55.922Z] ok github.com/docker/docker/image/cache 0.008s coverage: 19.2% of statements [2019-09-30T14:12:55.922Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-09-30T14:12:57.657Z] ok github.com/docker/docker/image/v1 0.008s coverage: 25.0% of statements [2019-09-30T14:12:57.657Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-09-30T14:12:58.591Z] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements [2019-09-30T14:12:59.930Z] ok github.com/docker/docker/opts 0.023s coverage: 66.9% of statements [2019-09-30T14:13:00.348Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 50.0% of statements [2019-09-30T14:13:02.403Z] ok github.com/docker/docker/pkg/archive 0.537s coverage: 77.0% of statements [2019-09-30T14:13:03.533Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-09-30T14:13:04.073Z] ok github.com/docker/docker/pkg/authorization 0.408s coverage: 68.3% of statements [2019-09-30T14:13:04.443Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2019-09-30T14:13:04.443Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements [2019-09-30T14:13:04.905Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-09-30T14:13:05.586Z] + return [2019-09-30T14:13:05.586Z] Removing intermediate container 6924fe998416 [2019-09-30T14:13:05.586Z] ---> a176125c3c4b [2019-09-30T14:13:05.586Z] Step 77/126 : FROM runtime-dev AS runc [2019-09-30T14:13:05.586Z] ---> 723538a7eff5 [2019-09-30T14:13:05.586Z] Step 78/126 : ENV INSTALL_BINARY_NAME=runc [2019-09-30T14:13:05.586Z] ---> Running in e604d52dc1a3 [2019-09-30T14:13:05.586Z] Removing intermediate container e604d52dc1a3 [2019-09-30T14:13:05.586Z] ---> c1d5055bed70 [2019-09-30T14:13:05.586Z] Step 79/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-30T14:13:05.586Z] ---> 874853a1c782 [2019-09-30T14:13:05.586Z] Step 80/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-30T14:13:05.586Z] ---> 4575a7f3fa5e [2019-09-30T14:13:05.586Z] Step 81/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-30T14:13:05.586Z] ---> Running in c99e8633e88c [2019-09-30T14:13:05.586Z] + RM_GOPATH=0 [2019-09-30T14:13:05.586Z] + TMP_GOPATH= [2019-09-30T14:13:05.586Z] + : /build [2019-09-30T14:13:05.586Z] + '[' -z '' ']' [2019-09-30T14:13:05.586Z] ++ mktemp -d [2019-09-30T14:13:05.586Z] + export GOPATH=/tmp/tmp.au4TYpMWOV [2019-09-30T14:13:05.586Z] + GOPATH=/tmp/tmp.au4TYpMWOV [2019-09-30T14:13:05.586Z] + RM_GOPATH=1 [2019-09-30T14:13:05.586Z] ++ dirname ./install.sh [2019-09-30T14:13:05.586Z] + dir=. [2019-09-30T14:13:05.586Z] + bin=runc [2019-09-30T14:13:05.586Z] + shift [2019-09-30T14:13:05.586Z] + '[' '!' -f ./runc.installer ']' [2019-09-30T14:13:05.586Z] + . ./runc.installer [2019-09-30T14:13:05.586Z] ++ RUNC_COMMIT=3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-09-30T14:13:05.586Z] + install_runc [2019-09-30T14:13:05.586Z] + uname -r [2019-09-30T14:13:05.586Z] + grep -q '^3\.10\.0.*\.el7\.' [2019-09-30T14:13:05.586Z] + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-09-30T14:13:05.586Z] + echo 'Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux )' [2019-09-30T14:13:05.586Z] Install runc version 3e425f80a8c931f88e6d94a8c831b9d5aa481657 (build tags: seccomp apparmor selinux ) [2019-09-30T14:13:05.586Z] + git clone https://github.com/opencontainers/runc.git /tmp/tmp.au4TYpMWOV/src/github.com/opencontainers/runc [2019-09-30T14:13:05.586Z] Cloning into '/tmp/tmp.au4TYpMWOV/src/github.com/opencontainers/runc'... [2019-09-30T14:13:05.586Z] + cd /tmp/tmp.au4TYpMWOV/src/github.com/opencontainers/runc [2019-09-30T14:13:05.586Z] + git checkout -q 3e425f80a8c931f88e6d94a8c831b9d5aa481657 [2019-09-30T14:13:05.586Z] + '[' -z '' ']' [2019-09-30T14:13:05.586Z] + target=static [2019-09-30T14:13:05.586Z] + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-09-30T14:13:05.586Z] CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o runc . [2019-09-30T14:13:06.360Z] ok github.com/docker/docker/layer 7.261s coverage: 68.8% of statements [2019-09-30T14:13:06.360Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-09-30T14:13:06.360Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-09-30T14:13:06.360Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-09-30T14:13:06.360Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-09-30T14:13:06.360Z] ? github.com/docker/docker/oci [no test files] [2019-09-30T14:13:06.360Z] ? github.com/docker/docker/oci/caps [no test files] [2019-09-30T14:13:06.744Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2019-09-30T14:13:07.153Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2019-09-30T14:13:07.534Z] ok github.com/docker/docker/pkg/discovery/file 0.003s coverage: 97.6% of statements [2019-09-30T14:13:08.184Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-09-30T14:13:09.562Z] ok github.com/docker/docker/pkg/chrootarchive 3.698s coverage: 43.2% of statements [2019-09-30T14:13:09.562Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-09-30T14:13:09.562Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-09-30T14:13:10.395Z] ok github.com/docker/docker/pkg/discovery/memory 0.002s coverage: 92.3% of statements [2019-09-30T14:13:11.252Z] ok github.com/docker/docker/pkg/discovery/nodes 0.014s coverage: 93.8% of statements [2019-09-30T14:13:11.472Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-09-30T14:13:11.653Z] ok github.com/docker/docker/pkg/discovery/kv 3.118s coverage: 84.1% of statements [2019-09-30T14:13:11.653Z] ok github.com/docker/docker/pkg/dmesg 0.003s coverage: 83.3% of statements [2019-09-30T14:13:11.728Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-09-30T14:13:12.468Z] ok github.com/docker/docker/pkg/fileutils 0.008s coverage: 89.5% of statements [2019-09-30T14:13:12.863Z] ok github.com/docker/docker/pkg/filenotify 0.614s coverage: 67.0% of statements [2019-09-30T14:13:13.276Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2019-09-30T14:13:13.276Z] ok github.com/docker/docker/pkg/fsutils 0.429s coverage: 85.1% of statements [2019-09-30T14:13:14.745Z] ok github.com/docker/docker/pkg/idtools 0.308s coverage: 70.1% of statements [2019-09-30T14:13:15.163Z] ok github.com/docker/docker/pkg/ioutils 0.720s coverage: 70.6% of statements [2019-09-30T14:13:15.551Z] ok github.com/docker/docker/pkg/jsonmessage 0.008s coverage: 91.7% of statements [2019-09-30T14:13:15.551Z] ok github.com/docker/docker/pkg/locker 0.019s coverage: 88.9% of statements [2019-09-30T14:13:15.954Z] ok github.com/docker/docker/pkg/longpath 0.005s coverage: 100.0% of statements [2019-09-30T14:13:15.954Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-09-30T14:13:16.332Z] ok github.com/docker/docker/pkg/namesgenerator 0.010s coverage: 85.7% of statements [2019-09-30T14:13:16.736Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2019-09-30T14:13:16.998Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-09-30T14:13:17.128Z] ok github.com/docker/docker/pkg/parsers/kernel 0.001s coverage: 60.0% of statements [2019-09-30T14:13:17.972Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 91.4% of statements [2019-09-30T14:13:17.972Z] ok github.com/docker/docker/pkg/mount 1.204s coverage: 69.6% of statements [2019-09-30T14:13:17.972Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-09-30T14:13:17.972Z] ok github.com/docker/docker/pkg/pidfile 0.028s coverage: 82.4% of statements [2019-09-30T14:13:17.972Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-09-30T14:13:17.972Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-09-30T14:13:19.290Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.026s coverage: 56.8% of statements [2019-09-30T14:13:19.524Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-09-30T14:13:19.709Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2019-09-30T14:13:20.204Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 87.9% of statements [2019-09-30T14:13:20.204Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2019-09-30T14:13:22.225Z] ok github.com/docker/docker/pkg/pubsub 1.037s coverage: 73.9% of statements [2019-09-30T14:13:22.225Z] ok github.com/docker/docker/pkg/reexec 0.005s coverage: 82.4% of statements [2019-09-30T14:13:23.704Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-09-30T14:13:25.547Z] ok github.com/docker/docker/pkg/signal 2.533s coverage: 61.0% of statements [2019-09-30T14:13:25.945Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2019-09-30T14:13:26.510Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2019-09-30T14:13:26.992Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2019-09-30T14:13:27.575Z] ok github.com/docker/docker/pkg/symlink 0.010s coverage: 87.7% of statements [2019-09-30T14:13:27.998Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 80.6% of statements [2019-09-30T14:13:28.825Z] ok github.com/docker/docker/pkg/system 0.034s coverage: 36.9% of statements [2019-09-30T14:13:29.231Z] ok github.com/docker/docker/pkg/tailfile 0.059s coverage: 88.6% of statements [2019-09-30T14:13:30.108Z] ok github.com/docker/docker/pkg/tarsum 0.042s coverage: 89.3% of statements [2019-09-30T14:13:30.256Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-09-30T14:13:30.514Z] ok github.com/docker/docker/pkg/term 0.003s coverage: 84.8% of statements [2019-09-30T14:13:30.932Z] testing: warning: no tests to run [2019-09-30T14:13:30.932Z] coverage: [no statements] [2019-09-30T14:13:30.932Z] ok github.com/docker/docker/pkg/term/windows 0.002s coverage: [no statements] [no tests to run] [2019-09-30T14:13:31.321Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2019-09-30T14:13:31.709Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2019-09-30T14:13:31.709Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2019-09-30T14:13:32.634Z] CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="3e425f80a8c931f88e6d94a8c831b9d5aa481657" -X main.version=1.0.0-rc8+dev " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-09-30T14:13:32.634Z] + mkdir -p /build [2019-09-30T14:13:32.634Z] + cp runc /build/runc [2019-09-30T14:13:32.634Z] Removing intermediate container c99e8633e88c [2019-09-30T14:13:32.634Z] ---> 1b81c841bedf [2019-09-30T14:13:32.634Z] Step 82/126 : FROM dev-base AS tini [2019-09-30T14:13:32.634Z] ---> a953666fbadb [2019-09-30T14:13:32.634Z] Step 83/126 : ARG DEBIAN_FRONTEND [2019-09-30T14:13:32.634Z] ---> Using cache [2019-09-30T14:13:32.634Z] ---> 09bfa17a06be [2019-09-30T14:13:32.634Z] Step 84/126 : RUN apt-get update && apt-get install -y --no-install-recommends cmake vim-common && rm -rf /var/lib/apt/lists/* [2019-09-30T14:13:32.634Z] ---> Running in c584f3a22b51 [2019-09-30T14:13:32.634Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-30T14:13:32.634Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-30T14:13:32.634Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-30T14:13:32.634Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-30T14:13:32.634Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-30T14:13:32.634Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [480 kB] [2019-09-30T14:13:32.634Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-09-30T14:13:32.634Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-09-30T14:13:33.536Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-09-30T14:13:34.364Z] sha256:3998b1bf713ee4fe7497c385aadcc81cd3e78f1d709edb9189a8ef5b0071fb3b [2019-09-30T14:13:34.364Z] INFO: Starting docker-py tests... [2019-09-30T14:13:34.364Z] ============================= test session starts ============================== [2019-09-30T14:13:34.364Z] platform linux -- Python 3.6.9, pytest-4.1.0, py-1.8.0, pluggy-0.13.0 [2019-09-30T14:13:34.364Z] rootdir: /src, inifile: pytest.ini [2019-09-30T14:13:34.364Z] plugins: timeout-1.3.3, cov-2.6.1 [2019-09-30T14:13:34.364Z] collected 385 items / 6 deselected [2019-09-30T14:13:34.364Z] [2019-09-30T14:13:34.366Z] ok github.com/docker/docker/plugin 0.544s coverage: 27.1% of statements [2019-09-30T14:13:34.659Z] Fetched 7719 kB in 2s (3153 kB/s) [2019-09-30T14:13:35.205Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2019-09-30T14:13:35.665Z] Reading package lists... [2019-09-30T14:13:36.040Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 76.2% of statements [2019-09-30T14:13:36.681Z] Reading package lists... [2019-09-30T14:13:36.815Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-09-30T14:13:36.928Z] ok github.com/docker/docker/reference 0.009s coverage: 84.4% of statements [2019-09-30T14:13:36.964Z] Building dependency tree... [2019-09-30T14:13:36.964Z] Reading state information... [2019-09-30T14:13:37.249Z] The following additional packages will be installed: [2019-09-30T14:13:37.249Z] cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-09-30T14:13:37.249Z] Suggested packages: [2019-09-30T14:13:37.249Z] codeblocks eclipse ninja-build lrzip [2019-09-30T14:13:37.249Z] Recommended packages: [2019-09-30T14:13:37.249Z] xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-09-30T14:13:37.249Z] The following NEW packages will be installed: [2019-09-30T14:13:37.249Z] cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-09-30T14:13:37.249Z] vim-common xxd [2019-09-30T14:13:37.249Z] 0 upgraded, 10 newly installed, 0 to remove and 7 not upgraded. [2019-09-30T14:13:37.249Z] Need to get 13.4 MB of archives. [2019-09-30T14:13:37.249Z] After this operation, 60.4 MB of additional disk space will be used. [2019-09-30T14:13:37.249Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el cmake-data all 3.7.2-1 [1216 kB] [2019-09-30T14:13:37.535Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB] [2019-09-30T14:13:37.535Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libicu57 ppc64el 57.1-6+deb9u3 [7669 kB] [2019-09-30T14:13:37.817Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-2.2+deb9u2 [830 kB] [2019-09-30T14:13:37.817Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libarchive13 ppc64el 3.2.2-2+deb9u1 [272 kB] [2019-09-30T14:13:37.818Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2019-09-30T14:13:37.818Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libuv1 ppc64el 1.9.1-3 [78.3 kB] [2019-09-30T14:13:37.818Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el cmake ppc64el 3.7.2-1 [2872 kB] [2019-09-30T14:13:37.818Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xxd ppc64el 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-30T14:13:37.818Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-30T14:13:38.105Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-30T14:13:38.105Z] Fetched 13.4 MB in 0s (24.4 MB/s) [2019-09-30T14:13:38.105Z] Selecting previously unselected package cmake-data. [2019-09-30T14:13:38.105Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14950 files and directories currently installed.) [2019-09-30T14:13:38.105Z] Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-09-30T14:13:38.105Z] Unpacking cmake-data (3.7.2-1) ... [2019-09-30T14:13:38.740Z] Selecting previously unselected package liblzo2-2:ppc64el. [2019-09-30T14:13:38.740Z] Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-09-30T14:13:38.740Z] Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-09-30T14:13:38.740Z] Selecting previously unselected package libicu57:ppc64el. [2019-09-30T14:13:38.740Z] Preparing to unpack .../2-libicu57_57.1-6+deb9u3_ppc64el.deb ... [2019-09-30T14:13:38.740Z] Unpacking libicu57:ppc64el (57.1-6+deb9u3) ... [2019-09-30T14:13:39.022Z] ok github.com/docker/docker/registry 0.219s coverage: 56.3% of statements [2019-09-30T14:13:39.498Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2019-09-30T14:13:39.951Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2019-09-30T14:13:40.211Z] Selecting previously unselected package libxml2:ppc64el. [2019-09-30T14:13:40.211Z] Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_ppc64el.deb ... [2019-09-30T14:13:40.211Z] Unpacking libxml2:ppc64el (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-30T14:13:40.211Z] Selecting previously unselected package libarchive13:ppc64el. [2019-09-30T14:13:40.211Z] Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_ppc64el.deb ... [2019-09-30T14:13:40.211Z] Unpacking libarchive13:ppc64el (3.2.2-2+deb9u1) ... [2019-09-30T14:13:40.211Z] Selecting previously unselected package libjsoncpp1:ppc64el. [2019-09-30T14:13:40.211Z] Preparing to unpack .../5-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2019-09-30T14:13:40.211Z] Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2019-09-30T14:13:40.211Z] Selecting previously unselected package libuv1:ppc64el. [2019-09-30T14:13:40.211Z] Preparing to unpack .../6-libuv1_1.9.1-3_ppc64el.deb ... [2019-09-30T14:13:40.211Z] Unpacking libuv1:ppc64el (1.9.1-3) ... [2019-09-30T14:13:40.211Z] Selecting previously unselected package cmake. [2019-09-30T14:13:40.211Z] Preparing to unpack .../7-cmake_3.7.2-1_ppc64el.deb ... [2019-09-30T14:13:40.211Z] Unpacking cmake (3.7.2-1) ... [2019-09-30T14:13:40.803Z] ok github.com/docker/docker/runconfig 0.008s coverage: 68.2% of statements [2019-09-30T14:13:40.825Z] Selecting previously unselected package xxd. [2019-09-30T14:13:40.825Z] Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-09-30T14:13:40.825Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:13:40.825Z] Selecting previously unselected package vim-common. [2019-09-30T14:13:40.825Z] Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-30T14:13:40.825Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:13:40.825Z] Processing triggers for mime-support (3.60) ... [2019-09-30T14:13:40.825Z] Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:13:40.825Z] Setting up libuv1:ppc64el (1.9.1-3) ... [2019-09-30T14:13:40.825Z] Setting up cmake-data (3.7.2-1) ... [2019-09-30T14:13:40.825Z] Setting up libicu57:ppc64el (57.1-6+deb9u3) ... [2019-09-30T14:13:40.825Z] Setting up libxml2:ppc64el (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-30T14:13:40.825Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-30T14:13:40.825Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:13:40.825Z] Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-09-30T14:13:40.825Z] Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2019-09-30T14:13:40.825Z] Setting up libarchive13:ppc64el (3.2.2-2+deb9u1) ... [2019-09-30T14:13:40.825Z] Setting up cmake (3.7.2-1) ... [2019-09-30T14:13:40.825Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-30T14:13:41.220Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2019-09-30T14:13:42.075Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-09-30T14:13:42.849Z] Removing intermediate container c584f3a22b51 [2019-09-30T14:13:42.849Z] ---> f7519fd04c30 [2019-09-30T14:13:42.849Z] Step 85/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-30T14:13:42.849Z] ---> 35c1823309f9 [2019-09-30T14:13:42.849Z] Step 86/126 : ENV INSTALL_BINARY_NAME=tini [2019-09-30T14:13:42.849Z] ---> Running in 5f13658ce60d [2019-09-30T14:13:42.849Z] Removing intermediate container 5f13658ce60d [2019-09-30T14:13:42.849Z] ---> c9c3b2b960cb [2019-09-30T14:13:42.849Z] Step 87/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-30T14:13:43.133Z] ---> 58636f6bcc34 [2019-09-30T14:13:43.133Z] Step 88/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-30T14:13:43.133Z] ---> Running in 898c09b5048a [2019-09-30T14:13:43.416Z] + RM_GOPATH=0 [2019-09-30T14:13:43.416Z] + TMP_GOPATH= [2019-09-30T14:13:43.416Z] + : /build [2019-09-30T14:13:43.416Z] + '[' -z '' ']' [2019-09-30T14:13:43.416Z] ++ mktemp -d [2019-09-30T14:13:43.416Z] + export GOPATH=/tmp/tmp.ZdxFZpn1af [2019-09-30T14:13:43.416Z] + GOPATH=/tmp/tmp.ZdxFZpn1af [2019-09-30T14:13:43.416Z] + RM_GOPATH=1 [2019-09-30T14:13:43.416Z] ++ dirname ./install.sh [2019-09-30T14:13:43.416Z] + dir=. [2019-09-30T14:13:43.416Z] + bin=tini [2019-09-30T14:13:43.416Z] + shift [2019-09-30T14:13:43.416Z] + '[' '!' -f ./tini.installer ']' [2019-09-30T14:13:43.416Z] + . ./tini.installer [2019-09-30T14:13:43.416Z] ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-30T14:13:43.416Z] + install_tini [2019-09-30T14:13:43.416Z] + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-09-30T14:13:43.416Z] + git clone https://github.com/krallin/tini.git /tmp/tmp.ZdxFZpn1af/tini [2019-09-30T14:13:43.416Z] Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-30T14:13:43.416Z] Cloning into '/tmp/tmp.ZdxFZpn1af/tini'... [2019-09-30T14:13:43.698Z] + cd /tmp/tmp.ZdxFZpn1af/tini [2019-09-30T14:13:43.698Z] + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-30T14:13:43.698Z] + cmake . [2019-09-30T14:13:43.972Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-09-30T14:13:43.981Z] -- The C compiler identification is GNU 6.3.0 [2019-09-30T14:13:43.981Z] -- Check for working C compiler: /usr/bin/cc [2019-09-30T14:13:43.981Z] -- Check for working C compiler: /usr/bin/cc -- works [2019-09-30T14:13:43.981Z] -- Detecting C compiler ABI info [2019-09-30T14:13:44.263Z] -- Detecting C compiler ABI info - done [2019-09-30T14:13:44.263Z] -- Detecting C compile features [2019-09-30T14:13:44.546Z] -- Detecting C compile features - done [2019-09-30T14:13:44.546Z] -- Performing Test HAS_BUILTIN_FORTIFY [2019-09-30T14:13:44.546Z] -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-09-30T14:13:44.546Z] -- Configuring done [2019-09-30T14:13:44.663Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2019-09-30T14:13:44.829Z] -- Generating done [2019-09-30T14:13:44.829Z] -- Build files have been written to: /tmp/tmp.ZdxFZpn1af/tini [2019-09-30T14:13:44.829Z] + make tini-static [2019-09-30T14:13:44.829Z] Scanning dependencies of target tini-static [2019-09-30T14:13:44.829Z] [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-09-30T14:13:45.111Z] [100%] Linking C executable tini-static [2019-09-30T14:13:45.392Z] [100%] Built target tini-static [2019-09-30T14:13:45.392Z] + mkdir -p /build [2019-09-30T14:13:45.392Z] + cp tini-static /build/docker-init [2019-09-30T14:13:46.021Z] Removing intermediate container 898c09b5048a [2019-09-30T14:13:46.021Z] ---> 2c167dcec241 [2019-09-30T14:13:46.021Z] Step 89/126 : FROM dev-base AS rootlesskit [2019-09-30T14:13:46.021Z] ---> a953666fbadb [2019-09-30T14:13:46.021Z] Step 90/126 : ENV INSTALL_BINARY_NAME=rootlesskit [2019-09-30T14:13:46.021Z] ---> Running in 55485ce85175 [2019-09-30T14:13:46.021Z] Removing intermediate container 55485ce85175 [2019-09-30T14:13:46.021Z] ---> bc10d8d488ba [2019-09-30T14:13:46.021Z] Step 91/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-30T14:13:46.021Z] ---> ea0425bdd855 [2019-09-30T14:13:46.021Z] Step 92/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-30T14:13:46.305Z] ---> a69e43aef21f [2019-09-30T14:13:46.305Z] Step 93/126 : RUN PREFIX=/build/ ./install.sh $INSTALL_BINARY_NAME [2019-09-30T14:13:46.305Z] ---> Running in b9dc6cbc0c33 [2019-09-30T14:13:46.312Z] ok github.com/docker/docker/volume/local 0.044s coverage: 73.0% of statements [2019-09-30T14:13:46.588Z] + RM_GOPATH=0 [2019-09-30T14:13:46.588Z] + TMP_GOPATH= [2019-09-30T14:13:46.588Z] + : /build/ [2019-09-30T14:13:46.588Z] + '[' -z '' ']' [2019-09-30T14:13:46.588Z] ++ mktemp -d [2019-09-30T14:13:46.588Z] + export GOPATH=/tmp/tmp.M6hvMccYJt [2019-09-30T14:13:46.588Z] + GOPATH=/tmp/tmp.M6hvMccYJt [2019-09-30T14:13:46.588Z] + RM_GOPATH=1 [2019-09-30T14:13:46.588Z] ++ dirname ./install.sh [2019-09-30T14:13:46.588Z] + dir=. [2019-09-30T14:13:46.588Z] + bin=rootlesskit [2019-09-30T14:13:46.588Z] + shift [2019-09-30T14:13:46.588Z] + '[' '!' -f ./rootlesskit.installer ']' [2019-09-30T14:13:46.588Z] + . ./rootlesskit.installer [2019-09-30T14:13:46.588Z] ++ ROOTLESSKIT_COMMIT=791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-30T14:13:46.588Z] + install_rootlesskit [2019-09-30T14:13:46.588Z] + case "$1" in [2019-09-30T14:13:46.588Z] Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-30T14:13:46.588Z] + export CGO_ENABLED=0 [2019-09-30T14:13:46.588Z] + CGO_ENABLED=0 [2019-09-30T14:13:46.588Z] + _install_rootlesskit [2019-09-30T14:13:46.588Z] + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-09-30T14:13:46.588Z] + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.M6hvMccYJt/src/github.com/rootless-containers/rootlesskit [2019-09-30T14:13:46.588Z] Cloning into '/tmp/tmp.M6hvMccYJt/src/github.com/rootless-containers/rootlesskit'... [2019-09-30T14:13:46.763Z] ok github.com/docker/docker/volume/mounts 0.044s coverage: 67.0% of statements [2019-09-30T14:13:47.251Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-09-30T14:13:47.592Z] + cd /tmp/tmp.M6hvMccYJt/src/github.com/rootless-containers/rootlesskit [2019-09-30T14:13:47.592Z] + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-30T14:13:47.877Z] + for f in rootlesskit rootlesskit-docker-proxy [2019-09-30T14:13:47.877Z] + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-09-30T14:13:48.691Z] ok github.com/docker/docker/volume/service 0.039s coverage: 73.0% of statements [2019-09-30T14:13:49.814Z] tests/integration/api_build_test.py ......................X [ 6%] [2019-09-30T14:13:50.070Z] tests/integration/api_client_test.py ..... [ 7%] [2019-09-30T14:13:50.531Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-09-30T14:13:50.531Z] Using test binary docker [2019-09-30T14:13:50.531Z] +++ /etc/init.d/apparmor start [2019-09-30T14:13:50.531Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-30T14:13:50.531Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-30T14:13:50.531Z] Warning failed to create cache: (null) [2019-09-30T14:13:50.531Z] . [2019-09-30T14:13:50.531Z] INFO: Waiting for daemon to start... [2019-09-30T14:13:50.531Z] Starting dockerd [2019-09-30T14:13:50.531Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2019-09-30T14:13:52.210Z] tests/integration/api_config_test.py ..... [ 8%] [2019-09-30T14:13:52.436Z] . [2019-09-30T14:13:52.436Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-09-30T14:13:52.436Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-09-30T14:13:52.436Z] Error: No such image: emptyfs [2019-09-30T14:13:52.436Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-09-30T14:13:52.436Z] ++++ docker load [2019-09-30T14:13:52.694Z] Running integration-test (iteration 1) [2019-09-30T14:13:52.694Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2019-09-30T14:13:52.694Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:13:52.694Z] ++ set -e [2019-09-30T14:13:52.694Z] ++ '[' -n 0 ']' [2019-09-30T14:13:52.694Z] ++ set -x [2019-09-30T14:13:52.694Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:13:52.885Z] ok github.com/docker/docker/pkg/plugins 33.624s coverage: 76.6% of statements [2019-09-30T14:13:52.885Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-09-30T14:13:52.885Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-09-30T14:13:52.885Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-09-30T14:13:52.885Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-09-30T14:13:52.885Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-09-30T14:13:52.885Z] ? github.com/docker/docker/rootless [no test files] [2019-09-30T14:13:52.885Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-09-30T14:13:52.885Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-09-30T14:13:52.885Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-09-30T14:13:52.885Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-09-30T14:13:52.885Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-09-30T14:13:52.885Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-09-30T14:13:52.885Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-09-30T14:13:52.885Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-09-30T14:13:52.885Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-09-30T14:13:52.885Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-09-30T14:13:52.885Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-09-30T14:13:52.885Z] ? github.com/docker/docker/testutil/request [no test files] [2019-09-30T14:13:52.885Z] ? github.com/docker/docker/volume [no test files] [2019-09-30T14:13:52.885Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-09-30T14:13:52.885Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-09-30T14:13:52.885Z] [2019-09-30T14:13:52.885Z] === Skipped [2019-09-30T14:13:52.885Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-09-30T14:13:52.885Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-09-30T14:13:52.885Z] [2019-09-30T14:13:52.885Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-09-30T14:13:52.885Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-09-30T14:13:52.885Z] [2019-09-30T14:13:52.885Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-09-30T14:13:52.885Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-30T14:13:52.885Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-30T14:13:52.885Z] [2019-09-30T14:13:52.885Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-09-30T14:13:52.885Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-30T14:13:52.885Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-30T14:13:52.885Z] [2019-09-30T14:13:52.885Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-09-30T14:13:52.886Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-30T14:13:52.886Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-30T14:13:52.886Z] [2019-09-30T14:13:52.886Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-09-30T14:13:52.886Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-30T14:13:52.886Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-30T14:13:52.886Z] [2019-09-30T14:13:52.886Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-09-30T14:13:52.886Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-30T14:13:52.886Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-30T14:13:52.886Z] [2019-09-30T14:13:52.886Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-09-30T14:13:52.886Z] graphtest_unix.go:73: No driver to put! [2019-09-30T14:13:52.886Z] [2019-09-30T14:13:52.886Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-09-30T14:13:52.886Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-09-30T14:13:52.886Z] [2019-09-30T14:13:52.886Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-09-30T14:13:52.886Z] overlay_test.go:49: Fails to compute changes intermittently [2019-09-30T14:13:52.886Z] [2019-09-30T14:13:52.886Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-09-30T14:13:52.886Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-09-30T14:13:52.886Z] [2019-09-30T14:13:52.886Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-09-30T14:13:52.886Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-09-30T14:13:52.886Z] [2019-09-30T14:13:52.886Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-09-30T14:13:52.886Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-30T14:13:52.886Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-30T14:13:52.886Z] [2019-09-30T14:13:52.886Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-09-30T14:13:52.886Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-30T14:13:52.886Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-30T14:13:52.886Z] [2019-09-30T14:13:52.886Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-09-30T14:13:52.886Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-30T14:13:52.886Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-30T14:13:52.886Z] [2019-09-30T14:13:52.886Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-09-30T14:13:52.886Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-30T14:13:52.886Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-30T14:13:52.886Z] [2019-09-30T14:13:52.886Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-09-30T14:13:52.886Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-30T14:13:52.886Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-30T14:13:52.886Z] [2019-09-30T14:13:52.886Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-09-30T14:13:52.886Z] graphtest_unix.go:73: No driver to put! [2019-09-30T14:13:52.886Z] [2019-09-30T14:13:52.886Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-09-30T14:13:52.886Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-09-30T14:13:52.886Z] [2019-09-30T14:13:52.886Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-09-30T14:13:52.886Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-09-30T14:13:52.886Z] [2019-09-30T14:13:52.886Z] [2019-09-30T14:13:52.886Z] DONE 2115 tests, 20 skipped in 241.825s Post stage [Pipeline] junit [2019-09-30T14:13:54.334Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-09-30T14:13:57.006Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-40012/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5aebd698579649f076276c70ab33e2f34634ad3e -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT docker:5aebd698579649f076276c70ab33e2f34634ad3e hack/make.sh dynbinary test-integration [2019-09-30T14:13:57.430Z] [2019-09-30T14:13:57.430Z] Removing bundles/ [2019-09-30T14:13:57.430Z] [2019-09-30T14:13:57.430Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-09-30T14:13:57.430Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-09-30T14:13:57.430Z] GOOS="" GOARCH="" GOARM="" [2019-09-30T14:14:00.450Z] + for f in rootlesskit rootlesskit-docker-proxy [2019-09-30T14:14:00.450Z] + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-09-30T14:14:01.925Z] Removing intermediate container b9dc6cbc0c33 [2019-09-30T14:14:01.925Z] ---> 42142abef275 [2019-09-30T14:14:01.925Z] Step 94/126 : COPY ./contrib/dockerd-rootless.sh /build [2019-09-30T14:14:01.925Z] ---> 597e6fb32fda [2019-09-30T14:14:01.925Z] Step 95/126 : FROM runtime-dev AS dev [2019-09-30T14:14:01.925Z] ---> 723538a7eff5 [2019-09-30T14:14:01.925Z] Step 96/126 : ARG DEBIAN_FRONTEND [2019-09-30T14:14:01.925Z] ---> Running in 5eb620a7ee7b [2019-09-30T14:14:02.209Z] Removing intermediate container 5eb620a7ee7b [2019-09-30T14:14:02.209Z] ---> ff37b17e52ce [2019-09-30T14:14:02.209Z] Step 97/126 : RUN groupadd -r docker [2019-09-30T14:14:02.209Z] ---> Running in 195f5a90b5ac [2019-09-30T14:14:02.827Z] Removing intermediate container 195f5a90b5ac [2019-09-30T14:14:02.827Z] ---> b1298fed4dbb [2019-09-30T14:14:02.827Z] Step 98/126 : RUN useradd --create-home --gid docker unprivilegeduser [2019-09-30T14:14:02.827Z] ---> Running in a9c1ce2a4924 [2019-09-30T14:14:03.838Z] Removing intermediate container a9c1ce2a4924 [2019-09-30T14:14:03.838Z] ---> b2477b3ac8f1 [2019-09-30T14:14:03.838Z] Step 99/126 : RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2019-09-30T14:14:03.838Z] ---> Running in c205689aff43 [2019-09-30T14:14:04.119Z] '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-09-30T14:14:04.403Z] Removing intermediate container c205689aff43 [2019-09-30T14:14:04.403Z] ---> a56899ca9c1c [2019-09-30T14:14:04.403Z] Step 100/126 : RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2019-09-30T14:14:04.403Z] ---> Running in c88303a10d4c [2019-09-30T14:14:05.020Z] Removing intermediate container c88303a10d4c [2019-09-30T14:14:05.020Z] ---> 49210b4a5e1a [2019-09-30T14:14:05.020Z] Step 101/126 : RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2019-09-30T14:14:05.303Z] ---> Running in 06307ebddba7 [2019-09-30T14:14:05.918Z] Removing intermediate container 06307ebddba7 [2019-09-30T14:14:05.918Z] ---> 188443d48f1a [2019-09-30T14:14:05.918Z] Step 102/126 : RUN ldconfig [2019-09-30T14:14:05.918Z] ---> Running in 7b235144bdbd [2019-09-30T14:14:06.549Z] Removing intermediate container 7b235144bdbd [2019-09-30T14:14:06.549Z] ---> 6e00c00a9bdd [2019-09-30T14:14:06.549Z] Step 103/126 : RUN apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion btrfs-tools iptables jq libcap2-bin libdevmapper-dev libudev-dev libsystemd-dev binutils-mingw-w64 g++-mingw-w64-x86-64 net-tools pigz python3-pip python3-setuptools python3-wheel thin-provisioning-tools vim vim-common xfsprogs zip bzip2 xz-utils libprotobuf-c1 libnet1 libnl-3-200 && rm -rf /var/lib/apt/lists/* [2019-09-30T14:14:06.549Z] ---> Running in f7bac86e7365 [2019-09-30T14:14:07.170Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-30T14:14:07.170Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-30T14:14:07.170Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-30T14:14:07.170Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-30T14:14:07.170Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-30T14:14:07.456Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [480 kB] [2019-09-30T14:14:07.744Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-09-30T14:14:07.744Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-09-30T14:14:09.763Z] Fetched 7719 kB in 2s (3059 kB/s) [2019-09-30T14:14:10.771Z] Reading package lists... [2019-09-30T14:14:11.863Z] Reading package lists... [2019-09-30T14:14:12.147Z] Building dependency tree... [2019-09-30T14:14:12.147Z] Reading state information... [2019-09-30T14:14:12.429Z] The following additional packages will be installed: [2019-09-30T14:14:12.429Z] binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-09-30T14:14:12.429Z] dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-09-30T14:14:12.429Z] libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-09-30T14:14:12.429Z] libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-09-30T14:14:12.429Z] libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-09-30T14:14:12.429Z] libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-09-30T14:14:12.429Z] libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-09-30T14:14:12.429Z] mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-09-30T14:14:12.429Z] python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-09-30T14:14:12.429Z] Suggested packages: [2019-09-30T14:14:12.429Z] apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-09-30T14:14:12.429Z] gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-09-30T14:14:12.429Z] python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-09-30T14:14:12.429Z] vim-doc vim-scripts xfsdump acl attr quota [2019-09-30T14:14:12.429Z] Recommended packages: [2019-09-30T14:14:12.429Z] aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-09-30T14:14:12.429Z] python3-keyrings.alt python3-xdg unzip [2019-09-30T14:14:13.456Z] The following NEW packages will be installed: [2019-09-30T14:14:13.456Z] apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-09-30T14:14:13.456Z] binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-09-30T14:14:13.456Z] bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-09-30T14:14:13.456Z] gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-09-30T14:14:13.456Z] libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-09-30T14:14:13.456Z] libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-09-30T14:14:13.456Z] libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-09-30T14:14:13.456Z] libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-09-30T14:14:13.456Z] libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-09-30T14:14:13.456Z] libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-09-30T14:14:13.456Z] mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-09-30T14:14:13.456Z] python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-09-30T14:14:13.456Z] python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-09-30T14:14:13.456Z] xfsprogs xxd xz-utils zip [2019-09-30T14:14:13.456Z] 0 upgraded, 69 newly installed, 0 to remove and 7 not upgraded. [2019-09-30T14:14:13.456Z] Need to get 87.3 MB of archives. [2019-09-30T14:14:13.456Z] After this operation, 585 MB of additional disk space will be used. [2019-09-30T14:14:13.456Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el bash-completion all 1:2.1-4.3 [178 kB] [2019-09-30T14:14:13.456Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3 [57.6 kB] [2019-09-30T14:14:13.456Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnfnetlink0 ppc64el 1.0.1-3 [12.8 kB] [2019-09-30T14:14:13.456Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-3 [152 kB] [2019-09-30T14:14:13.456Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libudev-dev ppc64el 232-25+deb9u12 [92.5 kB] [2019-09-30T14:14:13.456Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3.5-minimal ppc64el 3.5.3-1+deb9u1 [574 kB] [2019-09-30T14:14:13.456Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3.5-minimal ppc64el 3.5.3-1+deb9u1 [1704 kB] [2019-09-30T14:14:13.456Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-minimal ppc64el 3.5.3-1 [35.3 kB] [2019-09-30T14:14:13.456Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libmpdec2 ppc64el 2.4.2-1 [81.9 kB] [2019-09-30T14:14:13.456Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3.5-stdlib ppc64el 3.5.3-1+deb9u1 [2179 kB] [2019-09-30T14:14:13.456Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3.5 ppc64el 3.5.3-1+deb9u1 [229 kB] [2019-09-30T14:14:13.456Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3-stdlib ppc64el 3.5.3-1 [18.6 kB] [2019-09-30T14:14:13.456Z] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el dh-python all 2.20170125 [86.8 kB] [2019-09-30T14:14:13.456Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3 ppc64el 3.5.3-1 [21.6 kB] [2019-09-30T14:14:13.456Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el pigz ppc64el 2.3.4-1 [49.4 kB] [2019-09-30T14:14:13.456Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libip4tc0 ppc64el 1.6.0+snapshot20161117-6 [67.6 kB] [2019-09-30T14:14:13.456Z] Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libip6tc0 ppc64el 1.6.0+snapshot20161117-6 [67.9 kB] [2019-09-30T14:14:13.456Z] Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libiptc0 ppc64el 1.6.0+snapshot20161117-6 [57.8 kB] [2019-09-30T14:14:13.456Z] Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libxtables12 ppc64el 1.6.0+snapshot20161117-6 [74.7 kB] [2019-09-30T14:14:13.456Z] Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.6-2 [34.7 kB] [2019-09-30T14:14:13.741Z] Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el iptables ppc64el 1.6.0+snapshot20161117-6 [278 kB] [2019-09-30T14:14:13.741Z] Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xxd ppc64el 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-30T14:14:13.741Z] Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-30T14:14:13.741Z] Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el bzip2 ppc64el 1.0.6-8.1 [46.3 kB] [2019-09-30T14:14:13.741Z] Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libgpm2 ppc64el 1.20.4-6.2+b1 [33.9 kB] [2019-09-30T14:14:13.741Z] Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xz-utils ppc64el 5.2.2-1.2+b1 [262 kB] [2019-09-30T14:14:13.741Z] Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el aufs-tools ppc64el 1:4.1+20161219-1 [102 kB] [2019-09-30T14:14:13.741Z] Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el liblzo2-2 ppc64el 2.08-1.2+b2 [51.0 kB] [2019-09-30T14:14:13.741Z] Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-progs ppc64el 4.7.3-1 [520 kB] [2019-09-30T14:14:13.741Z] Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-tools ppc64el 4.7.3-1 [16.9 kB] [2019-09-30T14:14:13.741Z] Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.137-2 [150 kB] [2019-09-30T14:14:13.741Z] Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el dmsetup ppc64el 2:1.02.137-2 [102 kB] [2019-09-30T14:14:13.741Z] Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libonig4 ppc64el 6.1.3-2 [140 kB] [2019-09-30T14:14:13.741Z] Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjq1 ppc64el 1.5+dfsg-1.3 [111 kB] [2019-09-30T14:14:13.741Z] Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el jq ppc64el 1.5+dfsg-1.3 [58.9 kB] [2019-09-30T14:14:13.741Z] Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libaio1 ppc64el 0.3.110-3 [9514 B] [2019-09-30T14:14:13.741Z] Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libcap2-bin ppc64el 1:2.25-1 [27.2 kB] [2019-09-30T14:14:13.741Z] Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libdevmapper-event1.02.1 ppc64el 2:1.02.137-2 [41.0 kB] [2019-09-30T14:14:13.741Z] Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libsepol1-dev ppc64el 2.6-2 [294 kB] [2019-09-30T14:14:13.741Z] Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre16-3 ppc64el 2:8.39-3 [239 kB] [2019-09-30T14:14:13.741Z] Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre32-3 ppc64el 2:8.39-3 [232 kB] [2019-09-30T14:14:13.741Z] Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre3-dev ppc64el 2:8.39-3 [586 kB] [2019-09-30T14:14:13.741Z] Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libselinux1-dev ppc64el 2.6-3+b3 [183 kB] [2019-09-30T14:14:13.741Z] Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libdevmapper-dev ppc64el 2:1.02.137-2 [68.6 kB] [2019-09-30T14:14:13.741Z] Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnl-3-200 ppc64el 3.2.27-2 [55.9 kB] [2019-09-30T14:14:13.741Z] Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c1 ppc64el 1.2.1-2 [24.6 kB] [2019-09-30T14:14:13.741Z] Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b1 [111 kB] [2019-09-30T14:14:13.741Z] Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libsystemd-dev ppc64el 232-25+deb9u12 [1717 kB] [2019-09-30T14:14:13.741Z] Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el net-tools ppc64el 1.60+git20161116.90da8a0-1 [235 kB] [2019-09-30T14:14:13.741Z] Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-pip-whl all 9.0.1-2+deb9u1 [1399 kB] [2019-09-30T14:14:13.741Z] Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-09-30T14:14:13.741Z] Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-pkg-resources all 33.1.1-1 [137 kB] [2019-09-30T14:14:13.741Z] Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-setuptools all 33.1.1-1 [215 kB] [2019-09-30T14:14:13.741Z] Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-wheel all 0.29.0-2 [51.8 kB] [2019-09-30T14:14:13.741Z] Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el thin-provisioning-tools ppc64el 0.6.1-4+b1 [326 kB] [2019-09-30T14:14:13.741Z] Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-09-30T14:14:14.032Z] Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim ppc64el 2:8.0.0197-4+deb9u3 [914 kB] [2019-09-30T14:14:14.032Z] Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xfsprogs ppc64el 4.9.0+nmu1 [729 kB] [2019-09-30T14:14:14.032Z] Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2019-09-30T14:14:14.032Z] Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor-perl ppc64el 2.11.0-3+deb9u2 [78.9 kB] [2019-09-30T14:14:14.032Z] Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el apparmor ppc64el 2.11.0-3+deb9u2 [527 kB] [2019-09-30T14:14:14.032Z] Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el binutils-mingw-w64-i686 ppc64el 2.28-5+7.4+b4 [1957 kB] [2019-09-30T14:14:14.032Z] Get:63 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el binutils-mingw-w64-x86-64 ppc64el 2.28-5+7.4+b4 [2454 kB] [2019-09-30T14:14:14.032Z] Get:64 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el binutils-mingw-w64 all 2.27.90.20161231-1+7.4 [136 kB] [2019-09-30T14:14:14.032Z] Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el mingw-w64-common all 5.0.1-1 [4764 kB] [2019-09-30T14:14:14.319Z] Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el mingw-w64-x86-64-dev all 5.0.1-1 [3342 kB] [2019-09-30T14:14:14.319Z] Get:67 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el gcc-mingw-w64-base ppc64el 6.3.0-18+19.3+b3 [170 kB] [2019-09-30T14:14:14.319Z] Get:68 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el gcc-mingw-w64-x86-64 ppc64el 6.3.0-18+19.3+b3 [31.0 MB] [2019-09-30T14:14:14.945Z] Get:69 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el g++-mingw-w64-x86-64 ppc64el 6.3.0-18+19.3+b3 [21.6 MB] [2019-09-30T14:14:15.565Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-30T14:14:15.565Z] Fetched 87.3 MB in 1s (43.7 MB/s) [2019-09-30T14:14:15.565Z] Selecting previously unselected package bash-completion. [2019-09-30T14:14:15.565Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15020 files and directories currently installed.) [2019-09-30T14:14:15.565Z] Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-09-30T14:14:17.038Z] Unpacking bash-completion (1:2.1-4.3) ... [2019-09-30T14:14:17.038Z] Selecting previously unselected package libnet1:ppc64el. [2019-09-30T14:14:17.038Z] Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_ppc64el.deb ... [2019-09-30T14:14:17.038Z] Unpacking libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-09-30T14:14:17.038Z] Selecting previously unselected package libnfnetlink0:ppc64el. [2019-09-30T14:14:17.038Z] Preparing to unpack .../02-libnfnetlink0_1.0.1-3_ppc64el.deb ... [2019-09-30T14:14:17.038Z] Unpacking libnfnetlink0:ppc64el (1.0.1-3) ... [2019-09-30T14:14:17.038Z] Selecting previously unselected package libpcrecpp0v5:ppc64el. [2019-09-30T14:14:17.038Z] Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_ppc64el.deb ... [2019-09-30T14:14:17.038Z] Unpacking libpcrecpp0v5:ppc64el (2:8.39-3) ... [2019-09-30T14:14:17.038Z] Selecting previously unselected package libudev-dev:ppc64el. [2019-09-30T14:14:17.038Z] Preparing to unpack .../04-libudev-dev_232-25+deb9u12_ppc64el.deb ... [2019-09-30T14:14:17.038Z] Unpacking libudev-dev:ppc64el (232-25+deb9u12) ... [2019-09-30T14:14:17.038Z] Selecting previously unselected package libpython3.5-minimal:ppc64el. [2019-09-30T14:14:17.038Z] Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_ppc64el.deb ... [2019-09-30T14:14:17.038Z] Unpacking libpython3.5-minimal:ppc64el (3.5.3-1+deb9u1) ... [2019-09-30T14:14:17.038Z] Selecting previously unselected package python3.5-minimal. [2019-09-30T14:14:17.038Z] Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_ppc64el.deb ... [2019-09-30T14:14:17.038Z] Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-30T14:14:17.320Z] Selecting previously unselected package python3-minimal. [2019-09-30T14:14:17.320Z] Preparing to unpack .../07-python3-minimal_3.5.3-1_ppc64el.deb ... [2019-09-30T14:14:17.320Z] Unpacking python3-minimal (3.5.3-1) ... [2019-09-30T14:14:17.320Z] Selecting previously unselected package libmpdec2:ppc64el. [2019-09-30T14:14:17.320Z] Preparing to unpack .../08-libmpdec2_2.4.2-1_ppc64el.deb ... [2019-09-30T14:14:17.320Z] Unpacking libmpdec2:ppc64el (2.4.2-1) ... [2019-09-30T14:14:17.603Z] Selecting previously unselected package libpython3.5-stdlib:ppc64el. [2019-09-30T14:14:17.603Z] Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_ppc64el.deb ... [2019-09-30T14:14:17.603Z] Unpacking libpython3.5-stdlib:ppc64el (3.5.3-1+deb9u1) ... [2019-09-30T14:14:17.885Z] Selecting previously unselected package python3.5. [2019-09-30T14:14:17.885Z] Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_ppc64el.deb ... [2019-09-30T14:14:17.885Z] Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-09-30T14:14:17.885Z] Selecting previously unselected package libpython3-stdlib:ppc64el. [2019-09-30T14:14:17.885Z] Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_ppc64el.deb ... [2019-09-30T14:14:17.885Z] Unpacking libpython3-stdlib:ppc64el (3.5.3-1) ... [2019-09-30T14:14:17.885Z] Selecting previously unselected package dh-python. [2019-09-30T14:14:17.885Z] Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-09-30T14:14:17.885Z] Unpacking dh-python (2.20170125) ... [2019-09-30T14:14:17.885Z] Setting up libpython3.5-minimal:ppc64el (3.5.3-1+deb9u1) ... [2019-09-30T14:14:17.885Z] Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-30T14:14:18.893Z] Setting up python3-minimal (3.5.3-1) ... [2019-09-30T14:14:19.176Z] Selecting previously unselected package python3. [2019-09-30T14:14:19.177Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16606 files and directories currently installed.) [2019-09-30T14:14:19.177Z] Preparing to unpack .../00-python3_3.5.3-1_ppc64el.deb ... [2019-09-30T14:14:19.177Z] Unpacking python3 (3.5.3-1) ... [2019-09-30T14:14:19.177Z] Selecting previously unselected package pigz. [2019-09-30T14:14:19.177Z] Preparing to unpack .../01-pigz_2.3.4-1_ppc64el.deb ... [2019-09-30T14:14:19.177Z] Unpacking pigz (2.3.4-1) ... [2019-09-30T14:14:19.177Z] Selecting previously unselected package libip4tc0:ppc64el. [2019-09-30T14:14:19.177Z] Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-09-30T14:14:19.177Z] Unpacking libip4tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-30T14:14:19.177Z] Selecting previously unselected package libip6tc0:ppc64el. [2019-09-30T14:14:19.177Z] Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-09-30T14:14:19.177Z] Unpacking libip6tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-30T14:14:19.177Z] Selecting previously unselected package libiptc0:ppc64el. [2019-09-30T14:14:19.177Z] Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-09-30T14:14:19.177Z] Unpacking libiptc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-30T14:14:19.461Z] Selecting previously unselected package libxtables12:ppc64el. [2019-09-30T14:14:19.461Z] Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-09-30T14:14:19.461Z] Unpacking libxtables12:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-30T14:14:19.461Z] Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2019-09-30T14:14:19.461Z] Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_ppc64el.deb ... [2019-09-30T14:14:19.461Z] Unpacking libnetfilter-conntrack3:ppc64el (1.0.6-2) ... [2019-09-30T14:14:19.461Z] Selecting previously unselected package iptables. [2019-09-30T14:14:19.461Z] Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-09-30T14:14:19.461Z] Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-09-30T14:14:19.461Z] Selecting previously unselected package xxd. [2019-09-30T14:14:19.461Z] Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-09-30T14:14:19.461Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:14:19.461Z] Selecting previously unselected package vim-common. [2019-09-30T14:14:19.461Z] Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-30T14:14:19.462Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:14:19.462Z] Selecting previously unselected package bzip2. [2019-09-30T14:14:19.462Z] Preparing to unpack .../10-bzip2_1.0.6-8.1_ppc64el.deb ... [2019-09-30T14:14:19.462Z] Unpacking bzip2 (1.0.6-8.1) ... [2019-09-30T14:14:19.746Z] Selecting previously unselected package libgpm2:ppc64el. [2019-09-30T14:14:19.746Z] Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_ppc64el.deb ... [2019-09-30T14:14:19.746Z] Unpacking libgpm2:ppc64el (1.20.4-6.2+b1) ... [2019-09-30T14:14:19.746Z] Selecting previously unselected package xz-utils. [2019-09-30T14:14:19.746Z] Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_ppc64el.deb ... [2019-09-30T14:14:19.746Z] Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-09-30T14:14:19.746Z] Selecting previously unselected package aufs-tools. [2019-09-30T14:14:19.746Z] Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_ppc64el.deb ... [2019-09-30T14:14:19.746Z] Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-09-30T14:14:19.746Z] Selecting previously unselected package liblzo2-2:ppc64el. [2019-09-30T14:14:19.746Z] Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-09-30T14:14:19.746Z] Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-09-30T14:14:19.746Z] Selecting previously unselected package btrfs-progs. [2019-09-30T14:14:19.746Z] Preparing to unpack .../15-btrfs-progs_4.7.3-1_ppc64el.deb ... [2019-09-30T14:14:19.746Z] Unpacking btrfs-progs (4.7.3-1) ... [2019-09-30T14:14:19.746Z] Selecting previously unselected package btrfs-tools. [2019-09-30T14:14:19.746Z] Preparing to unpack .../16-btrfs-tools_4.7.3-1_ppc64el.deb ... [2019-09-30T14:14:20.030Z] Unpacking btrfs-tools (4.7.3-1) ... [2019-09-30T14:14:20.030Z] Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2019-09-30T14:14:20.030Z] Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_ppc64el.deb ... [2019-09-30T14:14:20.030Z] Unpacking libdevmapper1.02.1:ppc64el (2:1.02.137-2) ... [2019-09-30T14:14:20.030Z] Selecting previously unselected package dmsetup. [2019-09-30T14:14:20.030Z] Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_ppc64el.deb ... [2019-09-30T14:14:20.030Z] Unpacking dmsetup (2:1.02.137-2) ... [2019-09-30T14:14:20.030Z] Selecting previously unselected package libonig4:ppc64el. [2019-09-30T14:14:20.030Z] Preparing to unpack .../19-libonig4_6.1.3-2_ppc64el.deb ... [2019-09-30T14:14:20.030Z] Unpacking libonig4:ppc64el (6.1.3-2) ... [2019-09-30T14:14:20.030Z] Selecting previously unselected package libjq1:ppc64el. [2019-09-30T14:14:20.030Z] Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_ppc64el.deb ... [2019-09-30T14:14:20.030Z] Unpacking libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-09-30T14:14:20.030Z] Selecting previously unselected package jq. [2019-09-30T14:14:20.030Z] Preparing to unpack .../21-jq_1.5+dfsg-1.3_ppc64el.deb ... [2019-09-30T14:14:20.030Z] Unpacking jq (1.5+dfsg-1.3) ... [2019-09-30T14:14:20.030Z] Selecting previously unselected package libaio1:ppc64el. [2019-09-30T14:14:20.030Z] Preparing to unpack .../22-libaio1_0.3.110-3_ppc64el.deb ... [2019-09-30T14:14:20.030Z] Unpacking libaio1:ppc64el (0.3.110-3) ... [2019-09-30T14:14:20.030Z] Selecting previously unselected package libcap2-bin. [2019-09-30T14:14:20.030Z] Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_ppc64el.deb ... [2019-09-30T14:14:20.030Z] Unpacking libcap2-bin (1:2.25-1) ... [2019-09-30T14:14:20.030Z] Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2019-09-30T14:14:20.319Z] Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_ppc64el.deb ... [2019-09-30T14:14:20.319Z] Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.137-2) ... [2019-09-30T14:14:20.319Z] Selecting previously unselected package libsepol1-dev:ppc64el. [2019-09-30T14:14:20.319Z] Preparing to unpack .../25-libsepol1-dev_2.6-2_ppc64el.deb ... [2019-09-30T14:14:20.319Z] Unpacking libsepol1-dev:ppc64el (2.6-2) ... [2019-09-30T14:14:20.319Z] Selecting previously unselected package libpcre16-3:ppc64el. [2019-09-30T14:14:20.319Z] Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_ppc64el.deb ... [2019-09-30T14:14:20.319Z] Unpacking libpcre16-3:ppc64el (2:8.39-3) ... [2019-09-30T14:14:20.319Z] Selecting previously unselected package libpcre32-3:ppc64el. [2019-09-30T14:14:20.319Z] Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_ppc64el.deb ... [2019-09-30T14:14:20.319Z] Unpacking libpcre32-3:ppc64el (2:8.39-3) ... [2019-09-30T14:14:20.319Z] Selecting previously unselected package libpcre3-dev:ppc64el. [2019-09-30T14:14:20.319Z] Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_ppc64el.deb ... [2019-09-30T14:14:20.319Z] Unpacking libpcre3-dev:ppc64el (2:8.39-3) ... [2019-09-30T14:14:20.610Z] Selecting previously unselected package libselinux1-dev:ppc64el. [2019-09-30T14:14:20.610Z] Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_ppc64el.deb ... [2019-09-30T14:14:20.610Z] Unpacking libselinux1-dev:ppc64el (2.6-3+b3) ... [2019-09-30T14:14:20.610Z] Selecting previously unselected package libdevmapper-dev:ppc64el. [2019-09-30T14:14:20.610Z] Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_ppc64el.deb ... [2019-09-30T14:14:20.610Z] Unpacking libdevmapper-dev:ppc64el (2:1.02.137-2) ... [2019-09-30T14:14:20.610Z] Selecting previously unselected package libnl-3-200:ppc64el. [2019-09-30T14:14:20.610Z] Preparing to unpack .../31-libnl-3-200_3.2.27-2_ppc64el.deb ... [2019-09-30T14:14:20.610Z] Unpacking libnl-3-200:ppc64el (3.2.27-2) ... [2019-09-30T14:14:20.610Z] Selecting previously unselected package libprotobuf-c1:ppc64el. [2019-09-30T14:14:20.610Z] Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_ppc64el.deb ... [2019-09-30T14:14:20.610Z] Unpacking libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-09-30T14:14:20.610Z] Selecting previously unselected package libreadline5:ppc64el. [2019-09-30T14:14:20.610Z] Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_ppc64el.deb ... [2019-09-30T14:14:20.610Z] Unpacking libreadline5:ppc64el (5.2+dfsg-3+b1) ... [2019-09-30T14:14:20.610Z] Selecting previously unselected package libsystemd-dev:ppc64el. [2019-09-30T14:14:20.610Z] Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_ppc64el.deb ... [2019-09-30T14:14:20.610Z] Unpacking libsystemd-dev:ppc64el (232-25+deb9u12) ... [2019-09-30T14:14:21.225Z] Selecting previously unselected package net-tools. [2019-09-30T14:14:21.225Z] Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_ppc64el.deb ... [2019-09-30T14:14:21.225Z] Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-30T14:14:21.225Z] Selecting previously unselected package python-pip-whl. [2019-09-30T14:14:21.225Z] Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-09-30T14:14:21.225Z] Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-30T14:14:21.508Z] Selecting previously unselected package python3-pip. [2019-09-30T14:14:21.508Z] Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-09-30T14:14:21.508Z] Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-09-30T14:14:21.508Z] Selecting previously unselected package python3-pkg-resources. [2019-09-30T14:14:21.508Z] Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-09-30T14:14:21.508Z] Unpacking python3-pkg-resources (33.1.1-1) ... [2019-09-30T14:14:21.508Z] Selecting previously unselected package python3-setuptools. [2019-09-30T14:14:21.508Z] Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-09-30T14:14:21.508Z] Unpacking python3-setuptools (33.1.1-1) ... [2019-09-30T14:14:21.508Z] Selecting previously unselected package python3-wheel. [2019-09-30T14:14:21.508Z] Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-09-30T14:14:21.508Z] Unpacking python3-wheel (0.29.0-2) ... [2019-09-30T14:14:21.508Z] Selecting previously unselected package thin-provisioning-tools. [2019-09-30T14:14:21.508Z] Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_ppc64el.deb ... [2019-09-30T14:14:21.508Z] Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-30T14:14:21.508Z] Selecting previously unselected package vim-runtime. [2019-09-30T14:14:21.791Z] Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-30T14:14:21.791Z] Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' [2019-09-30T14:14:21.791Z] Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-09-30T14:14:21.791Z] Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:14:22.801Z] Selecting previously unselected package vim. [2019-09-30T14:14:22.801Z] Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-09-30T14:14:22.801Z] Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:14:22.801Z] Selecting previously unselected package xfsprogs. [2019-09-30T14:14:22.801Z] Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_ppc64el.deb ... [2019-09-30T14:14:22.801Z] Unpacking xfsprogs (4.9.0+nmu1) ... [2019-09-30T14:14:22.801Z] Selecting previously unselected package zip. [2019-09-30T14:14:22.801Z] Preparing to unpack .../45-zip_3.0-11+b1_ppc64el.deb ... [2019-09-30T14:14:22.801Z] Unpacking zip (3.0-11+b1) ... [2019-09-30T14:14:23.084Z] Selecting previously unselected package libapparmor-perl. [2019-09-30T14:14:23.084Z] Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_ppc64el.deb ... [2019-09-30T14:14:23.084Z] Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-30T14:14:23.084Z] Selecting previously unselected package apparmor. [2019-09-30T14:14:23.084Z] Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_ppc64el.deb ... [2019-09-30T14:14:23.084Z] Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-09-30T14:14:23.084Z] Selecting previously unselected package binutils-mingw-w64-i686. [2019-09-30T14:14:23.084Z] Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_ppc64el.deb ... [2019-09-30T14:14:23.084Z] Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-30T14:14:23.700Z] Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-09-30T14:14:23.700Z] Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_ppc64el.deb ... [2019-09-30T14:14:23.700Z] Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-30T14:14:23.983Z] Selecting previously unselected package binutils-mingw-w64. [2019-09-30T14:14:23.983Z] Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-09-30T14:14:23.983Z] Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-30T14:14:23.983Z] Selecting previously unselected package mingw-w64-common. [2019-09-30T14:14:23.983Z] Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-09-30T14:14:23.983Z] Unpacking mingw-w64-common (5.0.1-1) ... [2019-09-30T14:14:24.765Z] Loaded image: buildpack-deps:jessie [2019-09-30T14:14:24.765Z] Loaded image: busybox:latest [2019-09-30T14:14:24.765Z] Loaded image: busybox:glibc [2019-09-30T14:14:24.765Z] Loaded image: debian:jessie [2019-09-30T14:14:24.765Z] Loaded image: hello-world:latest [2019-09-30T14:14:24.765Z] INFO: Testing against a local daemon [2019-09-30T14:14:24.765Z] === RUN TestCgroupNamespacesBuild [2019-09-30T14:14:24.994Z] Selecting previously unselected package mingw-w64-x86-64-dev. [2019-09-30T14:14:24.994Z] Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-09-30T14:14:24.994Z] Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-30T14:14:26.137Z] --- PASS: TestCgroupNamespacesBuild (2.40s) [2019-09-30T14:14:26.137Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild" [2019-09-30T14:14:26.137Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-09-30T14:14:26.472Z] Selecting previously unselected package gcc-mingw-w64-base. [2019-09-30T14:14:26.472Z] Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-09-30T14:14:26.472Z] Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-30T14:14:26.472Z] Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-09-30T14:14:26.472Z] Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-09-30T14:14:26.472Z] Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-30T14:14:28.663Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.47s) [2019-09-30T14:14:28.663Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode" [2019-09-30T14:14:28.663Z] === RUN TestBuildWithSession [2019-09-30T14:14:30.870Z] Selecting previously unselected package g++-mingw-w64-x86-64. [2019-09-30T14:14:30.870Z] Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-09-30T14:14:30.870Z] Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-30T14:14:32.692Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2019-09-30T14:14:32.844Z] --- PASS: TestBuildWithSession (3.65s) [2019-09-30T14:14:32.844Z] === RUN TestBuildSquashParent [2019-09-30T14:14:34.326Z] Setting up aufs-tools (1:4.1+20161219-1) ... [2019-09-30T14:14:34.326Z] Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-30T14:14:34.326Z] Setting up libsepol1-dev:ppc64el (2.6-2) ... [2019-09-30T14:14:34.326Z] Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-30T14:14:34.326Z] Setting up libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-09-30T14:14:34.326Z] Setting up libip4tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-30T14:14:34.326Z] Processing triggers for mime-support (3.60) ... [2019-09-30T14:14:34.326Z] Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:14:34.326Z] Setting up libgpm2:ppc64el (1.20.4-6.2+b1) ... [2019-09-30T14:14:34.326Z] Setting up libcap2-bin (1:2.25-1) ... [2019-09-30T14:14:34.326Z] Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-30T14:14:34.326Z] Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-30T14:14:34.326Z] Setting up bash-completion (1:2.1-4.3) ... [2019-09-30T14:14:35.336Z] Setting up libonig4:ppc64el (6.1.3-2) ... [2019-09-30T14:14:35.336Z] Setting up libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-09-30T14:14:35.336Z] Setting up zip (3.0-11+b1) ... [2019-09-30T14:14:35.336Z] Setting up bzip2 (1.0.6-8.1) ... [2019-09-30T14:14:35.336Z] Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-30T14:14:35.336Z] Setting up libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-09-30T14:14:35.336Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-30T14:14:35.336Z] Setting up libaio1:ppc64el (0.3.110-3) ... [2019-09-30T14:14:35.336Z] Setting up libxtables12:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-30T14:14:35.336Z] Setting up xz-utils (5.2.2-1.2+b1) ... [2019-09-30T14:14:35.336Z] update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-09-30T14:14:35.336Z] Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-30T14:14:35.336Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:14:35.336Z] Setting up libpcrecpp0v5:ppc64el (2:8.39-3) ... [2019-09-30T14:14:35.336Z] Setting up libpcre32-3:ppc64el (2:8.39-3) ... [2019-09-30T14:14:35.336Z] Setting up libnfnetlink0:ppc64el (1.0.1-3) ... [2019-09-30T14:14:35.336Z] Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:14:35.336Z] Setting up libsystemd-dev:ppc64el (232-25+deb9u12) ... [2019-09-30T14:14:35.336Z] Setting up libpcre16-3:ppc64el (2:8.39-3) ... [2019-09-30T14:14:35.336Z] Setting up libreadline5:ppc64el (5.2+dfsg-3+b1) ... [2019-09-30T14:14:35.336Z] Setting up libnl-3-200:ppc64el (3.2.27-2) ... [2019-09-30T14:14:35.336Z] Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-30T14:14:35.336Z] Setting up libudev-dev:ppc64el (232-25+deb9u12) ... [2019-09-30T14:14:35.621Z] Setting up pigz (2.3.4-1) ... [2019-09-30T14:14:35.621Z] Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-30T14:14:35.621Z] Setting up libmpdec2:ppc64el (2.4.2-1) ... [2019-09-30T14:14:35.621Z] Setting up libip6tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-30T14:14:35.621Z] Setting up mingw-w64-common (5.0.1-1) ... [2019-09-30T14:14:35.621Z] Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-09-30T14:14:35.621Z] Setting up jq (1.5+dfsg-1.3) ... [2019-09-30T14:14:35.621Z] Setting up libpcre3-dev:ppc64el (2:8.39-3) ... [2019-09-30T14:14:35.621Z] Setting up libnetfilter-conntrack3:ppc64el (1.0.6-2) ... [2019-09-30T14:14:35.621Z] Setting up xfsprogs (4.9.0+nmu1) ... [2019-09-30T14:14:35.621Z] Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-09-30T14:14:35.621Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-09-30T14:14:35.621Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-09-30T14:14:35.621Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-09-30T14:14:35.621Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-09-30T14:14:35.621Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-09-30T14:14:35.621Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-09-30T14:14:35.621Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-09-30T14:14:35.621Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-09-30T14:14:35.621Z] Setting up libpython3.5-stdlib:ppc64el (3.5.3-1+deb9u1) ... [2019-09-30T14:14:35.621Z] Setting up libiptc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-30T14:14:35.621Z] Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-30T14:14:35.621Z] Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-09-30T14:14:35.621Z] Setting up btrfs-progs (4.7.3-1) ... [2019-09-30T14:14:35.621Z] Setting up libselinux1-dev:ppc64el (2.6-3+b3) ... [2019-09-30T14:14:35.621Z] Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-09-30T14:14:37.655Z] Setting up libpython3-stdlib:ppc64el (3.5.3-1) ... [2019-09-30T14:14:37.655Z] Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-30T14:14:37.655Z] update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-09-30T14:14:37.655Z] update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-posix (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-09-30T14:14:37.655Z] update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-09-30T14:14:37.655Z] update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-win32 (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-09-30T14:14:37.655Z] Setting up btrfs-tools (4.7.3-1) ... [2019-09-30T14:14:37.655Z] Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-30T14:14:37.655Z] update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-09-30T14:14:37.655Z] update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-09-30T14:14:37.655Z] Setting up python3 (3.5.3-1) ... [2019-09-30T14:14:38.270Z] Setting up apparmor (2.11.0-3+deb9u2) ... [2019-09-30T14:14:38.883Z] update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-09-30T14:14:38.883Z] diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-09-30T14:14:38.883Z] Setting up libdevmapper1.02.1:ppc64el (2:1.02.137-2) ... [2019-09-30T14:14:38.883Z] Setting up python3-wheel (0.29.0-2) ... [2019-09-30T14:14:39.166Z] Setting up python3-pkg-resources (33.1.1-1) ... [2019-09-30T14:14:39.453Z] Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.137-2) ... [2019-09-30T14:14:39.453Z] Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-09-30T14:14:40.066Z] Setting up dmsetup (2:1.02.137-2) ... [2019-09-30T14:14:40.067Z] Setting up python3-setuptools (33.1.1-1) ... [2019-09-30T14:14:40.350Z] Setting up dh-python (2.20170125) ... [2019-09-30T14:14:40.633Z] Setting up libdevmapper-dev:ppc64el (2:1.02.137-2) ... [2019-09-30T14:14:40.633Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-30T14:14:45.035Z] --- PASS: TestBuildSquashParent (10.91s) [2019-09-30T14:14:45.035Z] build_squash_test.go:29: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestBuildSquashParent" [2019-09-30T14:14:45.035Z] === RUN TestBuildWithRemoveAndForceRemove [2019-09-30T14:14:45.035Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-30T14:14:45.035Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-30T14:14:45.035Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-30T14:14:45.035Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-30T14:14:45.035Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-30T14:14:45.035Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-30T14:14:45.035Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-30T14:14:45.035Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-30T14:14:45.035Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-30T14:14:45.035Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-30T14:14:45.035Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-30T14:14:45.035Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-30T14:14:45.036Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-30T14:14:45.036Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-30T14:14:46.405Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-30T14:14:46.662Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-30T14:14:49.936Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-30T14:14:49.936Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-30T14:14:50.909Z] Removing intermediate container f7bac86e7365 [2019-09-30T14:14:50.909Z] ---> 71194a2a770a [2019-09-30T14:14:50.909Z] Step 104/126 : RUN pip3 install yamllint==1.16.0 [2019-09-30T14:14:50.909Z] ---> Running in b9040a0ea84b [2019-09-30T14:14:52.929Z] Collecting yamllint==1.16.0 [2019-09-30T14:14:53.212Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2019-09-30T14:14:53.212Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.36s) [2019-09-30T14:14:53.212Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.50s) [2019-09-30T14:14:53.212Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.41s) [2019-09-30T14:14:53.212Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.40s) [2019-09-30T14:14:53.212Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.24s) [2019-09-30T14:14:53.212Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.29s) [2019-09-30T14:14:53.212Z] === RUN TestBuildMultiStageCopy [2019-09-30T14:14:53.212Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-30T14:14:53.545Z] Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-09-30T14:14:53.545Z] Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-09-30T14:14:53.545Z] Downloading https://files.pythonhosted.org/packages/84/2a/bfee636b1e2f7d6e30dd74f49201ccfa5c3cf322d44929ecc6c137c486c5/pathspec-0.5.9.tar.gz [2019-09-30T14:14:54.551Z] Collecting pyyaml (from yamllint==1.16.0) [2019-09-30T14:14:54.551Z] Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-09-30T14:14:55.559Z] Building wheels for collected packages: pathspec, pyyaml [2019-09-30T14:14:55.559Z] Running setup.py bdist_wheel for pathspec: started [2019-09-30T14:14:56.173Z] Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-09-30T14:14:56.174Z] Stored in directory: /root/.cache/pip/wheels/45/cb/7e/ce6e6062c69446e39e328170524ca8213498bc66a74c6a210b [2019-09-30T14:14:56.174Z] Running setup.py bdist_wheel for pyyaml: started [2019-09-30T14:14:56.490Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-30T14:14:56.788Z] Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-09-30T14:14:56.788Z] Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-09-30T14:14:56.788Z] Successfully built pathspec pyyaml [2019-09-30T14:14:56.788Z] Installing collected packages: pathspec, pyyaml, yamllint [2019-09-30T14:14:57.067Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-30T14:14:57.070Z] Successfully installed pathspec-0.5.9 pyyaml-5.1.2 yamllint-1.16.0 [2019-09-30T14:14:57.631Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-30T14:14:57.693Z] Removing intermediate container b9040a0ea84b [2019-09-30T14:14:57.693Z] ---> fb79521677fc [2019-09-30T14:14:57.693Z] Step 105/126 : COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-09-30T14:14:58.562Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-30T14:14:58.699Z] ---> 5241113553d5 [2019-09-30T14:14:58.699Z] Step 106/126 : COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-30T14:14:59.125Z] --- PASS: TestBuildMultiStageCopy (5.79s) [2019-09-30T14:14:59.125Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.11s) [2019-09-30T14:14:59.125Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.67s) [2019-09-30T14:14:59.125Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.66s) [2019-09-30T14:14:59.125Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.69s) [2019-09-30T14:14:59.125Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.66s) [2019-09-30T14:14:59.125Z] === RUN TestBuildMultiStageParentConfig [2019-09-30T14:15:00.657Z] 2945147eda09: Pull complete [2019-09-30T14:15:00.657Z] Digest: sha256:d7e7e3702cbc4d8ea29001a02c1c852d0229a0679d94e017a41c43dbaa01db20 [2019-09-30T14:15:00.657Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-30T14:15:00.657Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2019-09-30T14:15:00.657Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2019-09-30T14:15:00.657Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.737' [2019-09-30T14:15:00.657Z] WARN: Skipping validation tests [2019-09-30T14:15:00.657Z] INFO: Running unit tests at 09/30/2019 14:14:45... [2019-09-30T14:15:00.657Z] INFO: make.ps1 starting at 09/30/2019 14:14:50 [2019-09-30T14:15:00.657Z] INFO: Git commit (5aebd6985) assumed from DOCKER_GITCOMMIT environment variable [2019-09-30T14:15:00.657Z] INFO: Invoking autogen... [2019-09-30T14:15:00.657Z] INFO: Running unit tests... [2019-09-30T14:15:01.020Z] --- PASS: TestBuildMultiStageParentConfig (1.62s) [2019-09-30T14:15:01.020Z] === RUN TestBuildLabelWithTargets [2019-09-30T14:15:03.086Z] ---> 52f5e97b2c51 [2019-09-30T14:15:03.086Z] Step 107/126 : COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-09-30T14:15:03.544Z] --- PASS: TestBuildLabelWithTargets (2.55s) [2019-09-30T14:15:03.544Z] === RUN TestBuildWithEmptyLayers [2019-09-30T14:15:03.701Z] ---> d12584cbd0c0 [2019-09-30T14:15:03.701Z] Step 108/126 : COPY --from=gotestsum /build/ /usr/local/bin/ [2019-09-30T14:15:03.983Z] ---> a66c03d7a527 [2019-09-30T14:15:03.983Z] Step 109/126 : COPY --from=tomlv /build/ /usr/local/bin/ [2019-09-30T14:15:04.268Z] ---> a090387edd8d [2019-09-30T14:15:04.268Z] Step 110/126 : COPY --from=vndr /build/ /usr/local/bin/ [2019-09-30T14:15:04.476Z] --- PASS: TestBuildWithEmptyLayers (1.27s) [2019-09-30T14:15:04.476Z] === RUN TestBuildMultiStageOnBuild [2019-09-30T14:15:04.555Z] ---> 7bb1bab2905c [2019-09-30T14:15:04.555Z] Step 111/126 : COPY --from=tini /build/ /usr/local/bin/ [2019-09-30T14:15:04.848Z] ---> 52777e980bb0 [2019-09-30T14:15:04.848Z] Step 112/126 : COPY --from=runc /build/ /usr/local/bin/ [2019-09-30T14:15:05.136Z] ---> 023dae037871 [2019-09-30T14:15:05.136Z] Step 113/126 : COPY --from=containerd /build/ /usr/local/bin/ [2019-09-30T14:15:06.153Z] ---> e133803c5abd [2019-09-30T14:15:06.153Z] Step 114/126 : COPY --from=proxy /build/ /usr/local/bin/ [2019-09-30T14:15:06.436Z] ---> d35e1f6e9475 [2019-09-30T14:15:06.436Z] Step 115/126 : COPY --from=dockercli /build/ /usr/local/cli [2019-09-30T14:15:07.445Z] ---> 1f503e0461a7 [2019-09-30T14:15:07.445Z] Step 116/126 : COPY --from=registry /build/registry* /usr/local/bin/ [2019-09-30T14:15:08.377Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-09-30T14:15:08.377Z] [2019-09-30T14:15:08.377Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-30T14:15:08.377Z] PKG_CONFIG=pkg-config [2019-09-30T14:15:08.377Z] GOLANG_VERSION=1.13.1 [2019-09-30T14:15:08.377Z] HOSTNAME=07d506c3140e [2019-09-30T14:15:08.377Z] DOCKER_EXPERIMENTAL=1 [2019-09-30T14:15:08.377Z] container=docker [2019-09-30T14:15:08.377Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-09-30T14:15:08.377Z] GO111MODULE=off [2019-09-30T14:15:08.377Z] GOPATH=/go [2019-09-30T14:15:08.377Z] PWD=/go/src/github.com/docker/docker [2019-09-30T14:15:08.377Z] HOME=/root [2019-09-30T14:15:08.377Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-30T14:15:08.377Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-30T14:15:08.377Z] DOCKER_GITCOMMIT=5aebd698579649f076276c70ab33e2f34634ad3e [2019-09-30T14:15:08.377Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-30T14:15:08.377Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-30T14:15:08.377Z] TERM=xterm [2019-09-30T14:15:08.377Z] DEST=bundles/test-integration [2019-09-30T14:15:08.377Z] SHLVL=1 [2019-09-30T14:15:08.377Z] TIMEOUT=120m [2019-09-30T14:15:08.377Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-30T14:15:08.377Z] DOCKER_PKG=github.com/docker/docker [2019-09-30T14:15:08.377Z] TESTDEBUG=0 [2019-09-30T14:15:08.377Z] _=/usr/bin/env [2019-09-30T14:15:08.377Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-09-30T14:15:08.654Z] --- PASS: TestBuildMultiStageOnBuild (4.09s) [2019-09-30T14:15:08.654Z] === RUN TestBuildUncleanTarFilenames [2019-09-30T14:15:08.917Z] ---> 88c114a18215 [2019-09-30T14:15:08.917Z] Step 117/126 : COPY --from=criu /build/ /usr/local/ [2019-09-30T14:15:08.917Z] ---> cd949a9026e8 [2019-09-30T14:15:08.917Z] Step 118/126 : COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-09-30T14:15:09.534Z] ---> cad4fb9794c4 [2019-09-30T14:15:09.534Z] Step 119/126 : COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e /vpnkit /usr/local/bin/vpnkit.x86_64 [2019-09-30T14:15:09.816Z] sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e: Pulling from djs55/vpnkit [2019-09-30T14:15:09.816Z] bad55c542dc9: Pulling fs layer [2019-09-30T14:15:10.432Z] bad55c542dc9: Verifying Checksum [2019-09-30T14:15:10.432Z] bad55c542dc9: Download complete [2019-09-30T14:15:10.560Z] --- PASS: TestBuildUncleanTarFilenames (1.88s) [2019-09-30T14:15:10.560Z] === RUN TestBuildMultiStageLayerLeak [2019-09-30T14:15:10.984Z] ? github.com/docker/docker/api [no test files] [2019-09-30T14:15:11.047Z] bad55c542dc9: Pull complete [2019-09-30T14:15:11.047Z] Digest: sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2019-09-30T14:15:11.047Z] Status: Downloaded newer image for djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2019-09-30T14:15:11.329Z] ---> 6dccd1b63049 [2019-09-30T14:15:11.329Z] Step 120/126 : ENV PATH=/usr/local/cli:$PATH [2019-09-30T14:15:11.329Z] ---> Running in 534736197d50 [2019-09-30T14:15:11.611Z] Removing intermediate container 534736197d50 [2019-09-30T14:15:11.611Z] ---> 00037c2cb3af [2019-09-30T14:15:11.611Z] Step 121/126 : ENV DOCKER_BUILDTAGS apparmor seccomp selinux [2019-09-30T14:15:11.611Z] ---> Running in 724f3adbfe8f [2019-09-30T14:15:11.611Z] Removing intermediate container 724f3adbfe8f [2019-09-30T14:15:11.611Z] ---> 0c032ea760bb [2019-09-30T14:15:11.611Z] Step 122/126 : WORKDIR /go/src/github.com/docker/docker [2019-09-30T14:15:11.611Z] ---> Running in 896b845ab3ce [2019-09-30T14:15:11.902Z] Removing intermediate container 896b845ab3ce [2019-09-30T14:15:11.902Z] ---> aa1604945bc1 [2019-09-30T14:15:11.902Z] Step 123/126 : VOLUME /var/lib/docker [2019-09-30T14:15:11.902Z] ---> Running in 15a7586493d0 [2019-09-30T14:15:11.902Z] Removing intermediate container 15a7586493d0 [2019-09-30T14:15:11.902Z] ---> b9bfab632fa9 [2019-09-30T14:15:11.902Z] Step 124/126 : ENTRYPOINT ["hack/dind"] [2019-09-30T14:15:11.902Z] ---> Running in 53bd117d6e84 [2019-09-30T14:15:12.184Z] Removing intermediate container 53bd117d6e84 [2019-09-30T14:15:12.184Z] ---> 51ca178037b5 [2019-09-30T14:15:12.184Z] Step 125/126 : FROM dev AS final [2019-09-30T14:15:12.184Z] ---> 51ca178037b5 [2019-09-30T14:15:12.184Z] Step 126/126 : COPY . /go/src/github.com/docker/docker [2019-09-30T14:15:14.744Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-09-30T14:15:14.744Z] Using test binary docker [2019-09-30T14:15:14.744Z] +++ /etc/init.d/apparmor start [2019-09-30T14:15:14.745Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-30T14:15:14.745Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-30T14:15:14.745Z] Warning failed to create cache: (null) [2019-09-30T14:15:14.745Z] . [2019-09-30T14:15:14.745Z] INFO: Waiting for daemon to start... [2019-09-30T14:15:14.745Z] Starting dockerd [2019-09-30T14:15:14.745Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2019-09-30T14:15:14.745Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-09-30T14:15:14.745Z] Using test binary docker [2019-09-30T14:15:14.745Z] +++ /etc/init.d/apparmor start [2019-09-30T14:15:14.745Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-30T14:15:14.745Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-30T14:15:14.745Z] Warning failed to create cache: (null) [2019-09-30T14:15:14.745Z] . [2019-09-30T14:15:14.745Z] INFO: Waiting for daemon to start... [2019-09-30T14:15:14.745Z] Starting dockerd [2019-09-30T14:15:14.745Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true [2019-09-30T14:15:14.745Z] .--- PASS: TestBuildMultiStageLayerLeak (4.28s) [2019-09-30T14:15:14.745Z] === RUN TestBuildWithHugeFile [2019-09-30T14:15:16.637Z] [2019-09-30T14:15:16.637Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-09-30T14:15:16.637Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-09-30T14:15:16.637Z] Error: No such image: emptyfs [2019-09-30T14:15:16.637Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-09-30T14:15:16.637Z] ++++ docker load [2019-09-30T14:15:16.637Z] [2019-09-30T14:15:16.637Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-09-30T14:15:16.637Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-09-30T14:15:16.637Z] Error: No such image: emptyfs [2019-09-30T14:15:16.637Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-09-30T14:15:16.637Z] ++++ docker load [2019-09-30T14:15:16.894Z] Running integration-test (iteration 1) [2019-09-30T14:15:16.894Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2019-09-30T14:15:16.894Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2019-09-30T14:15:16.894Z] ++ set -e [2019-09-30T14:15:16.894Z] ++ '[' -n 0 ']' [2019-09-30T14:15:16.894Z] ++ set -x [2019-09-30T14:15:16.894Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2019-09-30T14:15:17.151Z] Running integration-test (iteration 1) [2019-09-30T14:15:17.151Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2019-09-30T14:15:17.151Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2019-09-30T14:15:17.151Z] ++ set -e [2019-09-30T14:15:17.151Z] ++ '[' -n 0 ']' [2019-09-30T14:15:17.151Z] ++ set -x [2019-09-30T14:15:17.151Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2019-09-30T14:15:18.994Z] ---> 28ead636c573 [2019-09-30T14:15:18.994Z] Successfully built 28ead636c573 [2019-09-30T14:15:18.994Z] Successfully tagged docker:5aebd698579649f076276c70ab33e2f34634ad3e [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-09-30T14:15:19.467Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-40012/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5aebd698579649f076276c70ab33e2f34634ad3e -e DOCKER_GRAPHDRIVER docker:5aebd698579649f076276c70ab33e2f34634ad3e hack/test/unit [2019-09-30T14:15:23.875Z] ? github.com/docker/docker/api [no test files] [2019-09-30T14:15:28.744Z] ok github.com/docker/docker/api/server 0.097s coverage: 9.0% of statements [2019-09-30T14:15:43.037Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-09-30T14:15:43.037Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-09-30T14:15:43.037Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-09-30T14:15:45.865Z] ................................................ [ 29%] [2019-09-30T14:15:49.200Z] Loaded image: buildpack-deps:jessie [2019-09-30T14:15:49.200Z] Loaded image: buildpack-deps:jessie [2019-09-30T14:15:49.200Z] Loaded image: busybox:latest [2019-09-30T14:15:49.458Z] Loaded image: busybox:latest [2019-09-30T14:15:49.816Z] Loaded image: busybox:glibc [2019-09-30T14:15:49.816Z] Loaded image: debian:jessie [2019-09-30T14:15:50.406Z] Loaded image: busybox:glibc [2019-09-30T14:15:50.668Z] Loaded image: debian:jessie [2019-09-30T14:15:50.668Z] Loaded image: hello-world:latest [2019-09-30T14:15:50.668Z] INFO: Testing against a local daemon [2019-09-30T14:15:50.668Z] === RUN TestDockerDaemonSuite [2019-09-30T14:15:50.668Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2019-09-30T14:15:50.904Z] ok github.com/docker/docker/api/server 0.021s coverage: 9.0% of statements [2019-09-30T14:15:50.926Z] Loaded image: hello-world:latest [2019-09-30T14:15:51.183Z] INFO: Testing against a local daemon [2019-09-30T14:15:51.183Z] === RUN TestDockerSuite [2019-09-30T14:15:51.183Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2019-09-30T14:15:51.183Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2019-09-30T14:15:51.183Z] === RUN TestDockerSuite/TestAPIErrorJSON [2019-09-30T14:15:51.183Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2019-09-30T14:15:51.183Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2019-09-30T14:15:51.183Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2019-09-30T14:15:51.183Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2019-09-30T14:15:51.183Z] === RUN TestDockerSuite/TestAPIImagesDelete [2019-09-30T14:15:53.797Z] === RUN TestDockerSuite/TestAPIImagesFilter [2019-09-30T14:15:53.797Z] === RUN TestDockerSuite/TestAPIImagesHistory [2019-09-30T14:15:54.054Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2019-09-30T14:15:54.054Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2019-09-30T14:15:54.984Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2019-09-30T14:15:54.984Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2019-09-30T14:15:54.984Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2019-09-30T14:15:58.317Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2019-09-30T14:15:58.317Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2019-09-30T14:15:58.317Z] === RUN TestDockerSuite/TestAPINetworkFilter [2019-09-30T14:15:58.317Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2019-09-30T14:15:58.317Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2019-09-30T14:15:59.247Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2019-09-30T14:16:01.772Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2019-09-30T14:16:02.335Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2019-09-30T14:16:02.592Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2019-09-30T14:16:02.592Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2019-09-30T14:16:02.592Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2019-09-30T14:16:02.853Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2019-09-30T14:16:03.605Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-09-30T14:16:05.701Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-09-30T14:16:07.051Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-09-30T14:16:08.113Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2019-09-30T14:16:08.372Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-09-30T14:16:08.584Z] tests/integration/api_exec_test.py .................... [ 35%] [2019-09-30T14:16:08.676Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2019-09-30T14:16:08.769Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-09-30T14:16:10.704Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-09-30T14:16:11.200Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2019-09-30T14:16:11.458Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2019-09-30T14:16:12.301Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-09-30T14:16:14.220Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-09-30T14:16:15.636Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2019-09-30T14:16:15.636Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2019-09-30T14:16:16.780Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-09-30T14:16:17.011Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2019-09-30T14:16:17.141Z] tests/integration/api_healthcheck_test.py .... [ 36%] [2019-09-30T14:16:18.179Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-09-30T14:16:18.381Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2019-09-30T14:16:19.503Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-09-30T14:16:19.504Z] ok github.com/docker/docker/api/server/httputils 0.118s coverage: 14.7% of statements [2019-09-30T14:16:19.524Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-09-30T14:16:19.752Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2019-09-30T14:16:21.123Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2019-09-30T14:16:21.380Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2019-09-30T14:16:21.698Z] ok github.com/docker/docker/api/server/middleware 0.151s coverage: 37.7% of statements [2019-09-30T14:16:21.698Z] ? github.com/docker/docker/api/server/router [no test files] [2019-09-30T14:16:21.698Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-09-30T14:16:21.698Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-09-30T14:16:21.698Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-09-30T14:16:21.698Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-09-30T14:16:21.698Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-09-30T14:16:21.698Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-09-30T14:16:21.698Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-09-30T14:16:21.698Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-09-30T14:16:21.698Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-09-30T14:16:21.698Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-09-30T14:16:22.103Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-09-30T14:16:22.562Z] tests/integration/api_image_test.py ...........s..... [ 40%] [2019-09-30T14:16:22.752Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2019-09-30T14:16:22.932Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-09-30T14:16:23.250Z] ok github.com/docker/docker/api/server/router/swarm 0.138s coverage: 4.0% of statements [2019-09-30T14:16:23.250Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-09-30T14:16:23.250Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-09-30T14:16:23.250Z] ? github.com/docker/docker/api/types [no test files] [2019-09-30T14:16:23.250Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-09-30T14:16:23.250Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-09-30T14:16:23.250Z] ? github.com/docker/docker/api/types/container [no test files] [2019-09-30T14:16:23.250Z] ? github.com/docker/docker/api/types/events [no test files] [2019-09-30T14:16:23.250Z] ok github.com/docker/docker/api/types/filters 0.086s coverage: 95.2% of statements [2019-09-30T14:16:23.250Z] ? github.com/docker/docker/api/types/image [no test files] [2019-09-30T14:16:23.250Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-09-30T14:16:23.250Z] ? github.com/docker/docker/api/types/network [no test files] [2019-09-30T14:16:23.250Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-09-30T14:16:23.250Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-09-30T14:16:23.250Z] ok github.com/docker/docker/api/types/strslice 0.149s coverage: 90.0% of statements [2019-09-30T14:16:23.250Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-09-30T14:16:23.250Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-09-30T14:16:23.713Z] ok github.com/docker/docker/api/types/time 0.501s coverage: 100.0% of statements [2019-09-30T14:16:23.713Z] ok github.com/docker/docker/api/types/versions 0.070s coverage: 75.0% of statements [2019-09-30T14:16:23.713Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-09-30T14:16:23.713Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-09-30T14:16:23.713Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-09-30T14:16:23.713Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2019-09-30T14:16:23.713Z] ? github.com/docker/docker/builder [no test files] [2019-09-30T14:16:23.713Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-09-30T14:16:23.713Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-09-30T14:16:23.713Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-09-30T14:16:23.713Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-09-30T14:16:23.713Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-09-30T14:16:23.713Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-09-30T14:16:23.713Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-09-30T14:16:24.125Z] === RUN TestDockerSuite/TestAttachAfterDetach [2019-09-30T14:16:24.689Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2019-09-30T14:16:24.993Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-09-30T14:16:25.784Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-09-30T14:16:25.784Z] Using test binary docker [2019-09-30T14:16:25.784Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-09-30T14:16:25.784Z] +++ /etc/init.d/apparmor start [2019-09-30T14:16:25.784Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-30T14:16:25.784Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-30T14:16:25.784Z] Warning failed to create cache: (null) [2019-09-30T14:16:25.784Z] . [2019-09-30T14:16:25.784Z] Starting dockerd [2019-09-30T14:16:25.784Z] INFO: Waiting for daemon to start... [2019-09-30T14:16:25.784Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2019-09-30T14:16:26.602Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2019-09-30T14:16:28.266Z] . [2019-09-30T14:16:28.266Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-09-30T14:16:28.266Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-09-30T14:16:28.266Z] Error: No such image: emptyfs [2019-09-30T14:16:28.266Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-09-30T14:16:28.266Z] ++++ docker load [2019-09-30T14:16:28.266Z] Running integration-test (iteration 1) [2019-09-30T14:16:28.266Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2019-09-30T14:16:28.266Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:16:28.266Z] ++ set -e [2019-09-30T14:16:28.266Z] ++ '[' -n 0 ']' [2019-09-30T14:16:28.266Z] ++ set -x [2019-09-30T14:16:28.266Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:16:29.127Z] === RUN TestDockerSuite/TestAttachDetach [2019-09-30T14:16:29.540Z] ok github.com/docker/docker/builder/dockerfile 0.495s coverage: 44.7% of statements [2019-09-30T14:16:29.541Z] ok github.com/docker/docker/builder/dockerignore 0.061s coverage: 96.8% of statements [2019-09-30T14:16:29.541Z] ok github.com/docker/docker/builder/fscache 1.274s coverage: 69.2% of statements [2019-09-30T14:16:29.541Z] ok github.com/docker/docker/builder/remotecontext 0.578s coverage: 9.2% of statements [2019-09-30T14:16:30.495Z] === RUN TestDockerSuite/TestAttachDisconnect [2019-09-30T14:16:30.495Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2019-09-30T14:16:33.770Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2019-09-30T14:16:36.296Z] === RUN TestDockerSuite/TestAttachPausedContainer [2019-09-30T14:16:37.228Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2019-09-30T14:16:37.228Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2019-09-30T14:16:38.002Z] Loaded image: buildpack-deps:jessie [2019-09-30T14:16:38.002Z] Loaded image: busybox:latest [2019-09-30T14:16:38.002Z] Loaded image: busybox:glibc [2019-09-30T14:16:38.002Z] Loaded image: debian:jessie [2019-09-30T14:16:38.385Z] Loaded image: hello-world:latest [2019-09-30T14:16:38.385Z] INFO: Testing against a local daemon [2019-09-30T14:16:38.385Z] === RUN TestCgroupNamespacesBuild [2019-09-30T14:16:39.123Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2019-09-30T14:16:40.212Z] --- PASS: TestCgroupNamespacesBuild (1.70s) [2019-09-30T14:16:40.212Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild" [2019-09-30T14:16:40.212Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-09-30T14:16:41.018Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2019-09-30T14:16:41.018Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2019-09-30T14:16:42.163Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.36s) [2019-09-30T14:16:42.163Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode" [2019-09-30T14:16:42.163Z] === RUN TestBuildWithSession [2019-09-30T14:16:42.388Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2019-09-30T14:16:45.400Z] --- PASS: TestBuildWithSession (2.83s) [2019-09-30T14:16:45.400Z] === RUN TestBuildSquashParent [2019-09-30T14:16:45.663Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2019-09-30T14:16:47.033Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2019-09-30T14:16:47.033Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2019-09-30T14:16:47.598Z] --- PASS: TestBuildWithHugeFile (92.75s) [2019-09-30T14:16:47.598Z] === RUN TestBuildWithEmptyDockerfile [2019-09-30T14:16:47.598Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2019-09-30T14:16:47.598Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-30T14:16:47.598Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-30T14:16:47.598Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-30T14:16:47.598Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-30T14:16:47.598Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-30T14:16:47.598Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-30T14:16:47.598Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-30T14:16:47.598Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-30T14:16:47.598Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-30T14:16:47.855Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2019-09-30T14:16:47.855Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s) [2019-09-30T14:16:47.855Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.16s) [2019-09-30T14:16:47.855Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.08s) [2019-09-30T14:16:47.855Z] === RUN TestBuildPreserveOwnership [2019-09-30T14:16:47.855Z] === RUN TestBuildPreserveOwnership/copy_from [2019-09-30T14:16:48.113Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2019-09-30T14:16:48.113Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2019-09-30T14:16:48.113Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2019-09-30T14:16:48.480Z] tests/integration/api_network_test.py ........................... [ 47%] [2019-09-30T14:16:49.485Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2019-09-30T14:16:49.485Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2019-09-30T14:16:50.050Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2019-09-30T14:16:50.306Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2019-09-30T14:16:51.837Z] --- PASS: TestBuildSquashParent (6.64s) [2019-09-30T14:16:51.837Z] === RUN TestBuildWithRemoveAndForceRemove [2019-09-30T14:16:51.837Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-30T14:16:51.837Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-30T14:16:51.837Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-30T14:16:51.837Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-30T14:16:51.837Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-30T14:16:51.837Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-30T14:16:51.837Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-30T14:16:51.837Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-30T14:16:51.837Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-30T14:16:51.837Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-30T14:16:51.837Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-30T14:16:51.837Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-30T14:16:51.837Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-30T14:16:51.837Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-30T14:16:52.201Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-09-30T14:16:52.459Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2019-09-30T14:16:54.355Z] --- PASS: TestBuildPreserveOwnership (6.30s) [2019-09-30T14:16:54.355Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.10s) [2019-09-30T14:16:54.355Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.20s) [2019-09-30T14:16:54.355Z] === RUN TestBuildPlatformInvalid [2019-09-30T14:16:54.355Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2019-09-30T14:16:54.355Z] --- PASS: TestBuildPlatformInvalid (0.15s) [2019-09-30T14:16:54.355Z] PASS [2019-09-30T14:16:54.355Z] [2019-09-30T14:16:54.355Z] DONE 32 tests in 181.438s [2019-09-30T14:16:54.355Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2019-09-30T14:16:54.355Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:16:54.355Z] ++ set -e [2019-09-30T14:16:54.355Z] ++ '[' -n 0 ']' [2019-09-30T14:16:54.355Z] ++ set -x [2019-09-30T14:16:54.355Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:16:54.612Z] INFO: Testing against a local daemon [2019-09-30T14:16:54.612Z] === RUN TestConfigList [2019-09-30T14:16:55.110Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-30T14:16:55.110Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-30T14:16:56.508Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2019-09-30T14:16:57.031Z] tests/integration/api_plugin_test.py ........... [ 50%] [2019-09-30T14:16:57.775Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-30T14:16:57.775Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-30T14:16:57.896Z] --- PASS: TestConfigList (3.39s) [2019-09-30T14:16:57.896Z] config_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigList" [2019-09-30T14:16:57.896Z] === RUN TestConfigsCreateAndDelete [2019-09-30T14:16:58.152Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2019-09-30T14:16:58.716Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2019-09-30T14:16:58.905Z] tests/integration/api_secret_test.py ..... [ 51%] [2019-09-30T14:17:00.308Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2019-09-30T14:17:00.308Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.83s) [2019-09-30T14:17:00.308Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.88s) [2019-09-30T14:17:00.308Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.90s) [2019-09-30T14:17:00.308Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.93s) [2019-09-30T14:17:00.308Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.47s) [2019-09-30T14:17:00.308Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.64s) [2019-09-30T14:17:00.308Z] === RUN TestBuildMultiStageCopy [2019-09-30T14:17:00.308Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-30T14:17:01.238Z] --- PASS: TestConfigsCreateAndDelete (3.19s) [2019-09-30T14:17:01.238Z] config_test.go:112: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete" [2019-09-30T14:17:01.238Z] === RUN TestConfigsUpdate [2019-09-30T14:17:02.168Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2019-09-30T14:17:02.883Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-30T14:17:03.377Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-30T14:17:03.815Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-30T14:17:04.062Z] --- PASS: TestConfigsUpdate (3.03s) [2019-09-30T14:17:04.062Z] config_test.go:140: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate" [2019-09-30T14:17:04.062Z] === RUN TestTemplatedConfig [2019-09-30T14:17:04.602Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-30T14:17:04.997Z] --- PASS: TestBuildMultiStageCopy (4.76s) [2019-09-30T14:17:04.997Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.59s) [2019-09-30T14:17:04.997Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.54s) [2019-09-30T14:17:04.997Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.57s) [2019-09-30T14:17:04.997Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.54s) [2019-09-30T14:17:04.997Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.52s) [2019-09-30T14:17:04.997Z] === RUN TestBuildMultiStageParentConfig [2019-09-30T14:17:05.295Z] ok github.com/docker/docker/builder/remotecontext/git 32.778s coverage: 85.1% of statements [2019-09-30T14:17:05.295Z] ? github.com/docker/docker/cli [no test files] [2019-09-30T14:17:05.295Z] ? github.com/docker/docker/cli/config [no test files] [2019-09-30T14:17:05.295Z] ok github.com/docker/docker/cli/debug 0.038s coverage: 100.0% of statements [2019-09-30T14:17:05.295Z] ok github.com/docker/docker/client 0.725s coverage: 75.3% of statements [2019-09-30T14:17:05.712Z] tests/integration/api_service_test.py ................s................. [ 60%] [2019-09-30T14:17:05.957Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2019-09-30T14:17:06.292Z] --- PASS: TestBuildMultiStageParentConfig (1.52s) [2019-09-30T14:17:06.292Z] === RUN TestBuildLabelWithTargets [2019-09-30T14:17:06.521Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2019-09-30T14:17:07.084Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2019-09-30T14:17:07.342Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2019-09-30T14:17:07.598Z] --- PASS: TestTemplatedConfig (3.52s) [2019-09-30T14:17:07.599Z] config_test.go:192: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig" [2019-09-30T14:17:07.599Z] === RUN TestConfigInspect [2019-09-30T14:17:07.855Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2019-09-30T14:17:08.220Z] ok github.com/docker/docker/cmd/dockerd 0.675s coverage: 18.9% of statements [2019-09-30T14:17:09.635Z] --- PASS: TestBuildLabelWithTargets (2.76s) [2019-09-30T14:17:09.635Z] === RUN TestBuildWithEmptyLayers [2019-09-30T14:17:10.383Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2019-09-30T14:17:10.417Z] --- PASS: TestBuildWithEmptyLayers (1.05s) [2019-09-30T14:17:10.417Z] === RUN TestBuildMultiStageOnBuild [2019-09-30T14:17:10.420Z] ok github.com/docker/docker/container 0.500s coverage: 42.5% of statements [2019-09-30T14:17:10.420Z] ? github.com/docker/docker/container/stream [no test files] [2019-09-30T14:17:10.420Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-09-30T14:17:10.420Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-09-30T14:17:10.420Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-09-30T14:17:10.640Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2019-09-30T14:17:10.898Z] --- PASS: TestConfigInspect (3.19s) [2019-09-30T14:17:10.898Z] config_test.go:326: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect" [2019-09-30T14:17:10.898Z] === RUN TestConfigCreateWithLabels [2019-09-30T14:17:11.156Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2019-09-30T14:17:11.156Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2019-09-30T14:17:12.526Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2019-09-30T14:17:12.783Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2019-09-30T14:17:12.878Z] --- PASS: TestBuildMultiStageOnBuild (2.70s) [2019-09-30T14:17:12.878Z] === RUN TestBuildUncleanTarFilenames [2019-09-30T14:17:13.715Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2019-09-30T14:17:13.972Z] --- PASS: TestConfigCreateWithLabels (3.05s) [2019-09-30T14:17:13.972Z] config_test.go:350: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels" [2019-09-30T14:17:13.972Z] === RUN TestConfigCreateResolve [2019-09-30T14:17:14.167Z] --- PASS: TestBuildUncleanTarFilenames (1.26s) [2019-09-30T14:17:14.167Z] === RUN TestBuildMultiStageLayerLeak [2019-09-30T14:17:14.228Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2019-09-30T14:17:14.229Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2019-09-30T14:17:16.235Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2019-09-30T14:17:16.235Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2019-09-30T14:17:17.605Z] --- PASS: TestConfigCreateResolve (3.54s) [2019-09-30T14:17:17.605Z] config_test.go:377: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve" [2019-09-30T14:17:17.606Z] === RUN TestConfigDaemonLibtrustID [2019-09-30T14:17:17.729Z] --- PASS: TestBuildMultiStageLayerLeak (3.06s) [2019-09-30T14:17:17.729Z] === RUN TestBuildWithHugeFile [2019-09-30T14:17:17.862Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2019-09-30T14:17:17.862Z] config_test.go:427: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID" [2019-09-30T14:17:17.862Z] PASS [2019-09-30T14:17:17.862Z] [2019-09-30T14:17:17.862Z] DONE 8 tests in 23.637s [2019-09-30T14:17:17.862Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2019-09-30T14:17:17.862Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:17:17.862Z] ++ set -e [2019-09-30T14:17:17.862Z] ++ '[' -n 0 ']' [2019-09-30T14:17:17.862Z] ++ set -x [2019-09-30T14:17:17.862Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:17:18.119Z] INFO: Testing against a local daemon [2019-09-30T14:17:18.119Z] === RUN TestCheckpoint [2019-09-30T14:17:18.119Z] --- SKIP: TestCheckpoint (0.00s) [2019-09-30T14:17:18.119Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-30T14:17:18.119Z] === RUN TestContainerInvalidJSON [2019-09-30T14:17:18.119Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-09-30T14:17:18.119Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-09-30T14:17:18.119Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-09-30T14:17:18.119Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-09-30T14:17:18.119Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-09-30T14:17:18.119Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-09-30T14:17:18.119Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-09-30T14:17:18.119Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-09-30T14:17:18.119Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-09-30T14:17:18.119Z] --- PASS: TestContainerInvalidJSON (0.02s) [2019-09-30T14:17:18.119Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2019-09-30T14:17:18.119Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2019-09-30T14:17:18.119Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-09-30T14:17:18.119Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-30T14:17:18.376Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s) [2019-09-30T14:17:18.376Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-30T14:17:18.376Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2019-09-30T14:17:18.376Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.13s) [2019-09-30T14:17:18.376Z] === RUN TestCopyToContainerPathDoesNotExist [2019-09-30T14:17:18.636Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.13s) [2019-09-30T14:17:18.637Z] === RUN TestCopyToContainerPathIsNotDir [2019-09-30T14:17:18.637Z] --- PASS: TestCopyToContainerPathIsNotDir (0.12s) [2019-09-30T14:17:18.637Z] === RUN TestCopyFromContainer [2019-09-30T14:17:18.896Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2019-09-30T14:17:19.488Z] ........................ [ 67%] [2019-09-30T14:17:19.828Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2019-09-30T14:17:20.392Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2019-09-30T14:17:20.650Z] === RUN TestCopyFromContainer// [2019-09-30T14:17:20.907Z] === RUN TestCopyFromContainer//bar/root [2019-09-30T14:17:20.907Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-30T14:17:21.165Z] === RUN TestCopyFromContainer/bar/quux [2019-09-30T14:17:21.165Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-30T14:17:21.422Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-30T14:17:21.422Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-30T14:17:21.422Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-30T14:17:21.679Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-30T14:17:21.679Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-30T14:17:21.937Z] --- PASS: TestCopyFromContainer (3.29s) [2019-09-30T14:17:21.937Z] --- PASS: TestCopyFromContainer// (0.14s) [2019-09-30T14:17:21.937Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2019-09-30T14:17:21.937Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2019-09-30T14:17:21.937Z] --- PASS: TestCopyFromContainer/bar/quux (0.10s) [2019-09-30T14:17:21.937Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2019-09-30T14:17:21.937Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2019-09-30T14:17:21.937Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s) [2019-09-30T14:17:21.937Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.12s) [2019-09-30T14:17:21.937Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.13s) [2019-09-30T14:17:21.937Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2019-09-30T14:17:21.937Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-09-30T14:17:21.937Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-30T14:17:21.937Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-30T14:17:21.937Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-30T14:17:21.937Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-30T14:17:21.937Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-30T14:17:21.937Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-30T14:17:21.937Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-30T14:17:21.937Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-30T14:17:21.937Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-30T14:17:21.937Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2019-09-30T14:17:21.937Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-09-30T14:17:21.937Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-09-30T14:17:21.937Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-09-30T14:17:21.937Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-30T14:17:21.937Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2019-09-30T14:17:21.937Z] === RUN TestCreateWithInvalidEnv [2019-09-30T14:17:21.937Z] === RUN TestCreateWithInvalidEnv/0 [2019-09-30T14:17:21.937Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-09-30T14:17:21.937Z] === RUN TestCreateWithInvalidEnv/1 [2019-09-30T14:17:21.937Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-09-30T14:17:21.937Z] === RUN TestCreateWithInvalidEnv/2 [2019-09-30T14:17:21.937Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-09-30T14:17:21.937Z] === CONT TestCreateWithInvalidEnv/0 [2019-09-30T14:17:21.937Z] === CONT TestCreateWithInvalidEnv/2 [2019-09-30T14:17:21.937Z] === CONT TestCreateWithInvalidEnv/1 [2019-09-30T14:17:21.937Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2019-09-30T14:17:21.937Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-09-30T14:17:21.937Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-09-30T14:17:21.937Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-09-30T14:17:21.937Z] === RUN TestCreateTmpfsMountsTarget [2019-09-30T14:17:22.194Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2019-09-30T14:17:22.194Z] === RUN TestCreateWithCustomMaskedPaths [2019-09-30T14:17:22.194Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2019-09-30T14:17:25.485Z] --- PASS: TestCreateWithCustomMaskedPaths (2.89s) [2019-09-30T14:17:25.485Z] === RUN TestCreateWithCapabilities [2019-09-30T14:17:25.485Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-09-30T14:17:25.485Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-09-30T14:17:25.485Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-09-30T14:17:25.485Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-09-30T14:17:25.485Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-09-30T14:17:25.485Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-09-30T14:17:25.485Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-09-30T14:17:25.485Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-09-30T14:17:25.485Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-09-30T14:17:25.485Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-09-30T14:17:25.485Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-30T14:17:25.485Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-30T14:17:25.485Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-09-30T14:17:25.485Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-09-30T14:17:25.485Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-09-30T14:17:25.485Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-09-30T14:17:25.485Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-09-30T14:17:25.485Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-09-30T14:17:25.485Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-09-30T14:17:25.485Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-09-30T14:17:25.485Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-09-30T14:17:25.485Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-09-30T14:17:25.485Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-09-30T14:17:25.485Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-09-30T14:17:25.485Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-09-30T14:17:25.485Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-09-30T14:17:25.485Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-09-30T14:17:25.485Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-09-30T14:17:25.485Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-30T14:17:25.485Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-09-30T14:17:25.485Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-09-30T14:17:25.485Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-09-30T14:17:25.485Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-09-30T14:17:25.485Z] --- PASS: TestCreateWithCapabilities (0.05s) [2019-09-30T14:17:25.485Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2019-09-30T14:17:25.485Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-09-30T14:17:25.485Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.07s) [2019-09-30T14:17:25.485Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.08s) [2019-09-30T14:17:25.485Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.07s) [2019-09-30T14:17:25.485Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.08s) [2019-09-30T14:17:25.485Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.07s) [2019-09-30T14:17:25.485Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.06s) [2019-09-30T14:17:25.485Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-09-30T14:17:25.485Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.08s) [2019-09-30T14:17:25.485Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.08s) [2019-09-30T14:17:25.485Z] === RUN TestCreateWithCustomReadonlyPaths [2019-09-30T14:17:25.742Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2019-09-30T14:17:26.305Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2019-09-30T14:17:28.110Z] ok github.com/docker/docker/api/server/httputils 0.012s coverage: 14.7% of statements [2019-09-30T14:17:28.110Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-09-30T14:17:28.110Z] ok github.com/docker/docker/api/server/middleware 0.016s coverage: 37.7% of statements [2019-09-30T14:17:28.110Z] ? github.com/docker/docker/api/server/router [no test files] [2019-09-30T14:17:28.110Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-09-30T14:17:28.110Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-09-30T14:17:28.110Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-09-30T14:17:28.110Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-09-30T14:17:28.110Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-09-30T14:17:28.110Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-09-30T14:17:28.110Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-09-30T14:17:28.110Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-09-30T14:17:28.110Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-09-30T14:17:28.110Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-09-30T14:17:28.201Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.53s) [2019-09-30T14:17:28.201Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-09-30T14:17:28.201Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-30T14:17:28.201Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-30T14:17:28.201Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-30T14:17:28.201Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-30T14:17:28.201Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-30T14:17:28.201Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-30T14:17:28.201Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-30T14:17:28.201Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-30T14:17:28.201Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-30T14:17:28.201Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-30T14:17:28.201Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-30T14:17:28.201Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-30T14:17:28.201Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-30T14:17:28.201Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-30T14:17:28.201Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-30T14:17:28.201Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2019-09-30T14:17:28.201Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2019-09-30T14:17:28.201Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2019-09-30T14:17:28.201Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2019-09-30T14:17:28.201Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-09-30T14:17:28.201Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2019-09-30T14:17:28.201Z] === RUN TestContainerStartOnDaemonRestart [2019-09-30T14:17:28.201Z] === PAUSE TestContainerStartOnDaemonRestart [2019-09-30T14:17:28.201Z] === RUN TestDaemonRestartIpcMode [2019-09-30T14:17:28.201Z] === PAUSE TestDaemonRestartIpcMode [2019-09-30T14:17:28.201Z] === RUN TestDiff [2019-09-30T14:17:28.458Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2019-09-30T14:17:29.023Z] --- PASS: TestDiff (0.97s) [2019-09-30T14:17:29.023Z] === RUN TestExecWithCloseStdin [2019-09-30T14:17:29.137Z] ok github.com/docker/docker/api/types/filters 0.033s coverage: 95.2% of statements [2019-09-30T14:17:29.137Z] ok github.com/docker/docker/api/types/strslice 0.006s coverage: 90.0% of statements [2019-09-30T14:17:29.137Z] ok github.com/docker/docker/api/server/router/swarm 0.012s coverage: 4.0% of statements [2019-09-30T14:17:29.137Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-09-30T14:17:29.137Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-09-30T14:17:29.137Z] ? github.com/docker/docker/api/types [no test files] [2019-09-30T14:17:29.137Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-09-30T14:17:29.137Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-09-30T14:17:29.137Z] ? github.com/docker/docker/api/types/container [no test files] [2019-09-30T14:17:29.137Z] ? github.com/docker/docker/api/types/events [no test files] [2019-09-30T14:17:29.137Z] ? github.com/docker/docker/api/types/image [no test files] [2019-09-30T14:17:29.137Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-09-30T14:17:29.137Z] ? github.com/docker/docker/api/types/network [no test files] [2019-09-30T14:17:29.137Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-09-30T14:17:29.137Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-09-30T14:17:29.137Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-09-30T14:17:29.137Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-09-30T14:17:29.137Z] ok github.com/docker/docker/api/types/time 0.015s coverage: 100.0% of statements [2019-09-30T14:17:29.954Z] --- PASS: TestExecWithCloseStdin (1.11s) [2019-09-30T14:17:29.954Z] === RUN TestExec [2019-09-30T14:17:30.157Z] ok github.com/docker/docker/api/types/versions 0.027s coverage: 75.0% of statements [2019-09-30T14:17:30.157Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-09-30T14:17:30.157Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-09-30T14:17:30.157Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-09-30T14:17:30.157Z] ? github.com/docker/docker/builder [no test files] [2019-09-30T14:17:30.157Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-09-30T14:17:30.157Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-09-30T14:17:30.157Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-09-30T14:17:30.157Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-09-30T14:17:30.157Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-09-30T14:17:30.157Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-09-30T14:17:30.157Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-09-30T14:17:30.518Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2019-09-30T14:17:30.778Z] ok github.com/docker/docker/builder/dockerignore 0.032s coverage: 96.8% of statements [2019-09-30T14:17:31.449Z] --- PASS: TestExec (1.26s) [2019-09-30T14:17:31.450Z] === RUN TestExecUser [2019-09-30T14:17:31.551Z] ok github.com/docker/docker/daemon 3.100s coverage: 9.2% of statements [2019-09-30T14:17:31.551Z] ok github.com/docker/docker/daemon/cluster 0.919s coverage: 0.5% of statements [2019-09-30T14:17:31.551Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.590s coverage: 65.3% of statements [2019-09-30T14:17:31.551Z] ok github.com/docker/docker/daemon/cluster/convert 0.752s coverage: 35.8% of statements [2019-09-30T14:17:31.551Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-09-30T14:17:31.551Z] ok github.com/docker/docker/daemon/cluster/executor/container 1.493s coverage: 10.9% of statements [2019-09-30T14:17:31.551Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-09-30T14:17:31.551Z] ok github.com/docker/docker/daemon/config 0.805s coverage: 82.8% of statements [2019-09-30T14:17:31.551Z] ok github.com/docker/docker/daemon/discovery 0.609s coverage: 30.0% of statements [2019-09-30T14:17:31.551Z] ok github.com/docker/docker/daemon/events 0.412s coverage: 50.0% of statements [2019-09-30T14:17:31.551Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-09-30T14:17:31.551Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-09-30T14:17:31.551Z] ok github.com/docker/docker/daemon/graphdriver 0.212s coverage: 2.3% of statements [2019-09-30T14:17:31.551Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2019-09-30T14:17:31.551Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2019-09-30T14:17:31.551Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-09-30T14:17:31.551Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2019-09-30T14:17:31.551Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2019-09-30T14:17:31.551Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2019-09-30T14:17:31.551Z] ? github.com/docker/docker/daemon/graphdriver/quota [no test files] [2019-09-30T14:17:31.551Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-09-30T14:17:31.551Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2019-09-30T14:17:31.551Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2019-09-30T14:17:31.551Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2019-09-30T14:17:32.383Z] --- PASS: TestExecUser (1.17s) [2019-09-30T14:17:32.383Z] === RUN TestExportContainerAndImportImage [2019-09-30T14:17:33.100Z] ok github.com/docker/docker/daemon/images 0.361s coverage: 4.9% of statements [2019-09-30T14:17:33.100Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-09-30T14:17:33.100Z] ok github.com/docker/docker/daemon/links 0.044s coverage: 93.0% of statements [2019-09-30T14:17:33.100Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-09-30T14:17:33.100Z] ok github.com/docker/docker/daemon/logger 0.482s coverage: 43.0% of statements [2019-09-30T14:17:33.100Z] ok github.com/docker/docker/daemon/logger/awslogs 0.498s coverage: 77.8% of statements [2019-09-30T14:17:33.100Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2019-09-30T14:17:33.100Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-09-30T14:17:33.100Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-09-30T14:17:33.100Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2019-09-30T14:17:33.100Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2019-09-30T14:17:33.753Z] --- PASS: TestExportContainerAndImportImage (1.17s) [2019-09-30T14:17:33.753Z] === RUN TestExportContainerAfterDaemonRestart [2019-09-30T14:17:33.753Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2019-09-30T14:17:33.753Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2019-09-30T14:17:34.740Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2019-09-30T14:17:34.789Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.434s coverage: 62.1% of statements [2019-09-30T14:17:34.789Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.320s coverage: 88.3% of statements [2019-09-30T14:17:35.305Z] --- PASS: TestExportContainerAfterDaemonRestart (1.66s) [2019-09-30T14:17:35.305Z] export_test.go:63: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart" [2019-09-30T14:17:35.305Z] === RUN TestHealthCheckWorkdir [2019-09-30T14:17:35.563Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2019-09-30T14:17:35.764Z] ok github.com/docker/docker/daemon/logger/local 0.582s coverage: 74.7% of statements [2019-09-30T14:17:35.764Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-09-30T14:17:36.226Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.301s coverage: 19.5% of statements [2019-09-30T14:17:36.933Z] --- PASS: TestHealthCheckWorkdir (1.39s) [2019-09-30T14:17:36.933Z] === RUN TestHealthKillContainer [2019-09-30T14:17:38.303Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2019-09-30T14:17:38.867Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2019-09-30T14:17:39.433Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2019-09-30T14:17:39.690Z] === RUN TestDockerSuite/TestBuildAddNonTar [2019-09-30T14:17:39.690Z] --- PASS: TestHealthKillContainer (3.01s) [2019-09-30T14:17:39.690Z] === RUN TestInspectCpusetInConfigPre120 [2019-09-30T14:17:39.947Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2019-09-30T14:17:39.987Z] ok github.com/docker/docker/daemon/logger/splunk 2.391s coverage: 84.5% of statements [2019-09-30T14:17:39.987Z] ok github.com/docker/docker/daemon/logger/syslog 0.323s coverage: 47.8% of statements [2019-09-30T14:17:39.987Z] ok github.com/docker/docker/daemon/logger/templates 0.162s coverage: 8.3% of statements [2019-09-30T14:17:39.987Z] ? github.com/docker/docker/daemon/names [no test files] [2019-09-30T14:17:39.987Z] ? github.com/docker/docker/daemon/network [no test files] [2019-09-30T14:17:39.987Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-09-30T14:17:40.511Z] --- PASS: TestInspectCpusetInConfigPre120 (0.91s) [2019-09-30T14:17:40.511Z] === RUN TestIpcModeNone [2019-09-30T14:17:40.961Z] ok github.com/docker/docker/distribution 1.488s coverage: 20.6% of statements [2019-09-30T14:17:41.075Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2019-09-30T14:17:41.102Z] ok github.com/docker/docker/builder/fscache 0.146s coverage: 69.2% of statements [2019-09-30T14:17:41.102Z] ok github.com/docker/docker/builder/remotecontext 0.402s coverage: 13.6% of statements [2019-09-30T14:17:41.102Z] ok github.com/docker/docker/builder/remotecontext/git 3.768s coverage: 85.1% of statements [2019-09-30T14:17:41.410Z] ok github.com/docker/docker/cli/debug 0.021s coverage: 100.0% of statements [2019-09-30T14:17:41.423Z] ok github.com/docker/docker/distribution/metadata 1.192s coverage: 48.2% of statements [2019-09-30T14:17:41.423Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-09-30T14:17:41.884Z] ok github.com/docker/docker/distribution/xfer 2.057s coverage: 76.8% of statements [2019-09-30T14:17:41.884Z] ? github.com/docker/docker/dockerversion [no test files] [2019-09-30T14:17:41.884Z] ok github.com/docker/docker/errdefs 0.124s coverage: 49.4% of statements [2019-09-30T14:17:42.005Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2019-09-30T14:17:42.005Z] --- PASS: TestIpcModeNone (1.28s) [2019-09-30T14:17:42.005Z] === RUN TestIpcModePrivate [2019-09-30T14:17:42.005Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2019-09-30T14:17:42.440Z] ok github.com/docker/docker/builder/dockerfile 1.177s coverage: 46.6% of statements [2019-09-30T14:17:42.440Z] ? github.com/docker/docker/cli [no test files] [2019-09-30T14:17:42.440Z] ? github.com/docker/docker/cli/config [no test files] [2019-09-30T14:17:42.938Z] --- PASS: TestIpcModePrivate (1.17s) [2019-09-30T14:17:42.938Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:195, shared: false, mustBeShared: false [2019-09-30T14:17:42.938Z] === RUN TestIpcModeShareable [2019-09-30T14:17:43.871Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2019-09-30T14:17:44.128Z] --- PASS: TestIpcModeShareable (1.24s) [2019-09-30T14:17:44.128Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:195, shared: true, mustBeShared: true [2019-09-30T14:17:44.128Z] === RUN TestAPIIpcModeShareableAndContainer [2019-09-30T14:17:44.802Z] ok github.com/docker/docker/image 0.965s coverage: 86.4% of statements [2019-09-30T14:17:44.802Z] ok github.com/docker/docker/image/cache 0.274s coverage: 19.2% of statements [2019-09-30T14:17:44.802Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-09-30T14:17:44.802Z] ok github.com/docker/docker/image/v1 0.286s coverage: 25.0% of statements [2019-09-30T14:17:44.802Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-09-30T14:17:45.498Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2019-09-30T14:17:45.498Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2019-09-30T14:17:46.992Z] ok github.com/docker/docker/layer 0.458s coverage: 30.0% of statements [2019-09-30T14:17:46.992Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-09-30T14:17:47.397Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2019-09-30T14:17:47.653Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.39s) [2019-09-30T14:17:47.653Z] === RUN TestAPIIpcModeHost [2019-09-30T14:17:48.584Z] --- PASS: TestAPIIpcModeHost (0.89s) [2019-09-30T14:17:48.584Z] === RUN TestDaemonIpcModeShareable [2019-09-30T14:17:48.842Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2019-09-30T14:17:49.101Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2019-09-30T14:17:49.181Z] ok github.com/docker/docker/libcontainerd/local 0.257s coverage: 1.0% of statements [2019-09-30T14:17:49.181Z] ok github.com/docker/docker/libcontainerd/queue 0.178s coverage: 100.0% of statements [2019-09-30T14:17:49.181Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-09-30T14:17:49.181Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-09-30T14:17:49.181Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-09-30T14:17:49.181Z] ? github.com/docker/docker/oci [no test files] [2019-09-30T14:17:49.181Z] ? github.com/docker/docker/oci/caps [no test files] [2019-09-30T14:17:49.181Z] ok github.com/docker/docker/opts 0.736s coverage: 67.3% of statements [2019-09-30T14:17:49.181Z] ok github.com/docker/docker/pkg/aaparser 0.060s coverage: 50.0% of statements [2019-09-30T14:17:50.038Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2019-09-30T14:17:50.970Z] --- PASS: TestDaemonIpcModeShareable (2.23s) [2019-09-30T14:17:50.970Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable" [2019-09-30T14:17:50.970Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:199, shared: true, mustBeShared: true [2019-09-30T14:17:50.970Z] === RUN TestDaemonIpcModePrivate [2019-09-30T14:17:51.227Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2019-09-30T14:17:51.227Z] === RUN TestDockerSuite/TestBuildAddScript [2019-09-30T14:17:52.580Z] --- PASS: TestBuildWithHugeFile (33.19s) [2019-09-30T14:17:52.581Z] === RUN TestBuildWithEmptyDockerfile [2019-09-30T14:17:52.581Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-30T14:17:52.581Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-30T14:17:52.581Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-30T14:17:52.581Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-30T14:17:52.581Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-30T14:17:52.581Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-30T14:17:52.581Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-30T14:17:52.581Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-30T14:17:52.581Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-30T14:17:52.581Z] --- PASS: TestBuildWithEmptyDockerfile (0.18s) [2019-09-30T14:17:52.581Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.32s) [2019-09-30T14:17:52.581Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.32s) [2019-09-30T14:17:52.581Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.12s) [2019-09-30T14:17:52.581Z] === RUN TestBuildPreserveOwnership [2019-09-30T14:17:52.581Z] === RUN TestBuildPreserveOwnership/copy_from [2019-09-30T14:17:53.125Z] --- PASS: TestDaemonIpcModePrivate (2.00s) [2019-09-30T14:17:53.125Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate" [2019-09-30T14:17:53.125Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:208, shared: false, mustBeShared: false [2019-09-30T14:17:53.125Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-09-30T14:17:53.125Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2019-09-30T14:17:53.689Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2019-09-30T14:17:54.621Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.94s) [2019-09-30T14:17:54.621Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig" [2019-09-30T14:17:54.621Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:209, shared: false, mustBeShared: false [2019-09-30T14:17:54.621Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-09-30T14:17:54.877Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2019-09-30T14:17:55.020Z] ok github.com/docker/docker/client 0.526s coverage: 75.8% of statements [2019-09-30T14:17:55.989Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-09-30T14:17:56.772Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.71s) [2019-09-30T14:17:56.772Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig" [2019-09-30T14:17:56.772Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:210, shared: true, mustBeShared: true [2019-09-30T14:17:56.772Z] === RUN TestIpcModeOlderClient [2019-09-30T14:17:56.772Z] === PAUSE TestIpcModeOlderClient [2019-09-30T14:17:56.772Z] === RUN TestKillContainerInvalidSignal [2019-09-30T14:17:57.029Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2019-09-30T14:17:57.288Z] --- PASS: TestKillContainerInvalidSignal (0.80s) [2019-09-30T14:17:57.288Z] === RUN TestKillContainer [2019-09-30T14:17:57.288Z] === RUN TestKillContainer/no_signal [2019-09-30T14:17:58.221Z] === RUN TestKillContainer/non_killing_signal [2019-09-30T14:17:58.649Z] --- PASS: TestBuildPreserveOwnership (7.42s) [2019-09-30T14:17:58.649Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.91s) [2019-09-30T14:17:58.649Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.49s) [2019-09-30T14:17:58.649Z] === RUN TestBuildPlatformInvalid [2019-09-30T14:17:58.649Z] --- PASS: TestBuildPlatformInvalid (0.16s) [2019-09-30T14:17:58.649Z] PASS [2019-09-30T14:17:58.649Z] [2019-09-30T14:17:58.649Z] DONE 32 tests in 90.411s [2019-09-30T14:17:58.649Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2019-09-30T14:17:58.649Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:17:58.649Z] ++ set -e [2019-09-30T14:17:58.649Z] ++ '[' -n 0 ']' [2019-09-30T14:17:58.649Z] ++ set -x [2019-09-30T14:17:58.649Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:17:58.788Z] === RUN TestKillContainer/killing_signal [2019-09-30T14:17:59.063Z] INFO: Testing against a local daemon [2019-09-30T14:17:59.063Z] === RUN TestConfigList [2019-09-30T14:18:00.144Z] tests/integration/api_swarm_test.py .ssss.s...x....... [ 72%] [2019-09-30T14:18:00.159Z] --- PASS: TestKillContainer (2.89s) [2019-09-30T14:18:00.159Z] --- PASS: TestKillContainer/no_signal (0.88s) [2019-09-30T14:18:00.159Z] --- PASS: TestKillContainer/non_killing_signal (0.58s) [2019-09-30T14:18:00.159Z] --- PASS: TestKillContainer/killing_signal (0.98s) [2019-09-30T14:18:00.159Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-09-30T14:18:00.159Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-09-30T14:18:01.092Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-09-30T14:18:02.022Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.84s) [2019-09-30T14:18:02.022Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.86s) [2019-09-30T14:18:02.022Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.71s) [2019-09-30T14:18:02.022Z] === RUN TestKillStoppedContainer [2019-09-30T14:18:02.022Z] --- PASS: TestKillStoppedContainer (0.11s) [2019-09-30T14:18:02.022Z] === RUN TestKillStoppedContainerAPIPre120 [2019-09-30T14:18:02.022Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2019-09-30T14:18:02.022Z] === RUN TestKillDifferentUserContainer [2019-09-30T14:18:02.422Z] --- PASS: TestConfigList (3.26s) [2019-09-30T14:18:02.422Z] config_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigList" [2019-09-30T14:18:02.422Z] === RUN TestConfigsCreateAndDelete [2019-09-30T14:18:02.952Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2019-09-30T14:18:02.952Z] --- PASS: TestKillDifferentUserContainer (0.81s) [2019-09-30T14:18:02.952Z] === RUN TestInspectOomKilledTrue [2019-09-30T14:18:02.952Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-09-30T14:18:02.952Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-30T14:18:02.952Z] === RUN TestInspectOomKilledFalse [2019-09-30T14:18:02.952Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-09-30T14:18:02.952Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-30T14:18:02.952Z] === RUN TestLinksEtcHostsContentMatch [2019-09-30T14:18:03.516Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2019-09-30T14:18:03.516Z] --- PASS: TestLinksEtcHostsContentMatch (0.69s) [2019-09-30T14:18:03.516Z] === RUN TestLinksContainerNames [2019-09-30T14:18:05.415Z] --- PASS: TestLinksContainerNames (1.74s) [2019-09-30T14:18:05.415Z] === RUN TestLogsFollowTailEmpty [2019-09-30T14:18:05.996Z] --- PASS: TestConfigsCreateAndDelete (3.01s) [2019-09-30T14:18:05.996Z] config_test.go:112: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete" [2019-09-30T14:18:05.996Z] === RUN TestConfigsUpdate [2019-09-30T14:18:06.345Z] --- PASS: TestLogsFollowTailEmpty (1.01s) [2019-09-30T14:18:06.346Z] === RUN TestContainerNetworkMountsNoChown [2019-09-30T14:18:07.830Z] --- PASS: TestContainerNetworkMountsNoChown (1.24s) [2019-09-30T14:18:07.830Z] === RUN TestMountDaemonRoot [2019-09-30T14:18:07.830Z] === RUN TestMountDaemonRoot/default [2019-09-30T14:18:07.830Z] === PAUSE TestMountDaemonRoot/default [2019-09-30T14:18:07.830Z] === RUN TestMountDaemonRoot/private [2019-09-30T14:18:07.830Z] === PAUSE TestMountDaemonRoot/private [2019-09-30T14:18:07.830Z] === RUN TestMountDaemonRoot/rprivate [2019-09-30T14:18:07.830Z] === PAUSE TestMountDaemonRoot/rprivate [2019-09-30T14:18:07.830Z] === RUN TestMountDaemonRoot/slave [2019-09-30T14:18:07.830Z] === PAUSE TestMountDaemonRoot/slave [2019-09-30T14:18:07.830Z] === RUN TestMountDaemonRoot/rslave [2019-09-30T14:18:07.830Z] === PAUSE TestMountDaemonRoot/rslave [2019-09-30T14:18:07.830Z] === RUN TestMountDaemonRoot/shared [2019-09-30T14:18:07.830Z] === PAUSE TestMountDaemonRoot/shared [2019-09-30T14:18:07.830Z] === RUN TestMountDaemonRoot/rshared [2019-09-30T14:18:07.830Z] === PAUSE TestMountDaemonRoot/rshared [2019-09-30T14:18:07.830Z] === CONT TestMountDaemonRoot/default [2019-09-30T14:18:07.830Z] === RUN TestMountDaemonRoot/default/bind_root [2019-09-30T14:18:07.830Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-09-30T14:18:07.830Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-09-30T14:18:07.830Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-09-30T14:18:07.830Z] === RUN TestMountDaemonRoot/default/mount_root [2019-09-30T14:18:07.830Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-09-30T14:18:07.830Z] === CONT TestMountDaemonRoot/rslave [2019-09-30T14:18:07.830Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-09-30T14:18:07.830Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-09-30T14:18:07.830Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-09-30T14:18:07.830Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-09-30T14:18:07.830Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-09-30T14:18:07.830Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-09-30T14:18:07.830Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-09-30T14:18:07.830Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-09-30T14:18:07.830Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-09-30T14:18:07.830Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-09-30T14:18:07.830Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-09-30T14:18:07.830Z] === CONT TestMountDaemonRoot/rshared [2019-09-30T14:18:07.830Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-09-30T14:18:07.830Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-09-30T14:18:07.830Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-09-30T14:18:07.830Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-09-30T14:18:07.830Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-09-30T14:18:07.830Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-09-30T14:18:07.830Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-09-30T14:18:07.830Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-09-30T14:18:07.830Z] === CONT TestMountDaemonRoot/shared [2019-09-30T14:18:07.830Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-09-30T14:18:07.830Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-09-30T14:18:07.830Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-09-30T14:18:07.830Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-09-30T14:18:07.830Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-09-30T14:18:07.830Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-09-30T14:18:07.830Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-09-30T14:18:07.830Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-09-30T14:18:07.830Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-09-30T14:18:07.830Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-09-30T14:18:07.830Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-09-30T14:18:07.830Z] === CONT TestMountDaemonRoot/rprivate [2019-09-30T14:18:07.830Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-09-30T14:18:07.830Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-09-30T14:18:07.830Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-09-30T14:18:07.830Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-09-30T14:18:07.830Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-09-30T14:18:07.830Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-09-30T14:18:07.830Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-09-30T14:18:07.830Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-09-30T14:18:07.830Z] === CONT TestMountDaemonRoot/slave [2019-09-30T14:18:07.830Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-09-30T14:18:07.830Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-09-30T14:18:07.830Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-09-30T14:18:07.830Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-09-30T14:18:07.830Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-09-30T14:18:07.830Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-09-30T14:18:07.830Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-09-30T14:18:07.830Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-09-30T14:18:07.830Z] === CONT TestMountDaemonRoot/private [2019-09-30T14:18:07.830Z] === RUN TestMountDaemonRoot/private/bind_root [2019-09-30T14:18:07.830Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-09-30T14:18:07.830Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-09-30T14:18:07.830Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-09-30T14:18:07.830Z] === RUN TestMountDaemonRoot/private/mount_root [2019-09-30T14:18:07.830Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-09-30T14:18:07.830Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-09-30T14:18:07.830Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-09-30T14:18:07.830Z] === CONT TestMountDaemonRoot/default/bind_root [2019-09-30T14:18:07.830Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-09-30T14:18:07.830Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-09-30T14:18:07.830Z] === CONT TestMountDaemonRoot/default/mount_root [2019-09-30T14:18:08.087Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-09-30T14:18:08.087Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-09-30T14:18:08.087Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-09-30T14:18:08.087Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-09-30T14:18:08.087Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-09-30T14:18:08.087Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-09-30T14:18:08.345Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-09-30T14:18:08.345Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-09-30T14:18:08.345Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-09-30T14:18:08.345Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-09-30T14:18:08.345Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-09-30T14:18:08.345Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-09-30T14:18:08.345Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-09-30T14:18:08.345Z] === CONT TestMountDaemonRoot/private/bind_root [2019-09-30T14:18:08.345Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-09-30T14:18:08.345Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-09-30T14:18:08.603Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-09-30T14:18:08.603Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-09-30T14:18:08.603Z] === CONT TestMountDaemonRoot/private/mount_root [2019-09-30T14:18:08.603Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-09-30T14:18:08.603Z] --- PASS: TestMountDaemonRoot (0.04s) [2019-09-30T14:18:08.603Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-09-30T14:18:08.603Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.10s) [2019-09-30T14:18:08.603Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.11s) [2019-09-30T14:18:08.603Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2019-09-30T14:18:08.603Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2019-09-30T14:18:08.603Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-09-30T14:18:08.603Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.11s) [2019-09-30T14:18:08.603Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2019-09-30T14:18:08.603Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2019-09-30T14:18:08.603Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.10s) [2019-09-30T14:18:08.603Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-09-30T14:18:08.603Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.10s) [2019-09-30T14:18:08.603Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s) [2019-09-30T14:18:08.603Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2019-09-30T14:18:08.603Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2019-09-30T14:18:08.603Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-09-30T14:18:08.603Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2019-09-30T14:18:08.603Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2019-09-30T14:18:08.603Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2019-09-30T14:18:08.603Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2019-09-30T14:18:08.603Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-09-30T14:18:08.603Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.07s) [2019-09-30T14:18:08.603Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2019-09-30T14:18:08.603Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.07s) [2019-09-30T14:18:08.603Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2019-09-30T14:18:08.603Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-09-30T14:18:08.603Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2019-09-30T14:18:08.603Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2019-09-30T14:18:08.603Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2019-09-30T14:18:08.603Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2019-09-30T14:18:08.603Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-09-30T14:18:08.603Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2019-09-30T14:18:08.603Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2019-09-30T14:18:08.603Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2019-09-30T14:18:08.603Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2019-09-30T14:18:08.603Z] === RUN TestContainerBindMountNonRecursive [2019-09-30T14:18:08.603Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2019-09-30T14:18:08.724Z] --- PASS: TestConfigsUpdate (3.10s) [2019-09-30T14:18:08.724Z] config_test.go:140: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate" [2019-09-30T14:18:08.724Z] === RUN TestTemplatedConfig [2019-09-30T14:18:09.981Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2019-09-30T14:18:11.353Z] --- PASS: TestContainerBindMountNonRecursive (2.57s) [2019-09-30T14:18:11.353Z] === RUN TestNetworkNat [2019-09-30T14:18:12.284Z] --- PASS: TestNetworkNat (1.02s) [2019-09-30T14:18:12.284Z] === RUN TestNetworkLocalhostTCPNat [2019-09-30T14:18:12.284Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2019-09-30T14:18:12.541Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2019-09-30T14:18:13.074Z] --- PASS: TestTemplatedConfig (4.10s) [2019-09-30T14:18:13.074Z] config_test.go:192: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig" [2019-09-30T14:18:13.074Z] === RUN TestConfigInspect [2019-09-30T14:18:13.105Z] === RUN TestDockerSuite/TestBuildAddTar [2019-09-30T14:18:13.362Z] --- PASS: TestNetworkLocalhostTCPNat (1.22s) [2019-09-30T14:18:13.363Z] === RUN TestNetworkLoopbackNat [2019-09-30T14:18:15.265Z] --- PASS: TestNetworkLoopbackNat (1.62s) [2019-09-30T14:18:15.265Z] === RUN TestPause [2019-09-30T14:18:15.754Z] --- PASS: TestConfigInspect (3.14s) [2019-09-30T14:18:15.754Z] config_test.go:326: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect" [2019-09-30T14:18:15.754Z] === RUN TestConfigCreateWithLabels [2019-09-30T14:18:16.665Z] --- PASS: TestPause (1.48s) [2019-09-30T14:18:16.665Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-09-30T14:18:16.665Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-09-30T14:18:16.665Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-30T14:18:16.665Z] === RUN TestPauseStopPausedContainer [2019-09-30T14:18:17.597Z] --- PASS: TestPauseStopPausedContainer (1.06s) [2019-09-30T14:18:17.597Z] === RUN TestPsFilter [2019-09-30T14:18:17.855Z] --- PASS: TestPsFilter (0.35s) [2019-09-30T14:18:17.855Z] === RUN TestRemoveContainerWithRemovedVolume [2019-09-30T14:18:18.180Z] tests/integration/api_volume_test.py ......... [ 74%] [2019-09-30T14:18:18.180Z] tests/integration/client_test.py ..... [ 75%] [2019-09-30T14:18:18.180Z] tests/integration/errors_test.py . [ 75%] [2019-09-30T14:18:19.224Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.22s) [2019-09-30T14:18:19.224Z] === RUN TestRemoveContainerWithVolume [2019-09-30T14:18:19.339Z] --- PASS: TestConfigCreateWithLabels (3.40s) [2019-09-30T14:18:19.339Z] config_test.go:350: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels" [2019-09-30T14:18:19.339Z] === RUN TestConfigCreateResolve [2019-09-30T14:18:19.345Z] ok github.com/docker/docker/pkg/archive 9.930s coverage: 62.0% of statements [2019-09-30T14:18:19.345Z] ok github.com/docker/docker/pkg/authorization 0.955s coverage: 26.8% of statements [2019-09-30T14:18:19.345Z] ok github.com/docker/docker/pkg/broadcaster 0.041s coverage: 100.0% of statements [2019-09-30T14:18:19.345Z] ok github.com/docker/docker/pkg/capabilities 0.038s coverage: 87.5% of statements [2019-09-30T14:18:19.345Z] ok github.com/docker/docker/pkg/chrootarchive 0.134s coverage: 15.4% of statements [2019-09-30T14:18:19.345Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-09-30T14:18:19.345Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-09-30T14:18:19.345Z] ok github.com/docker/docker/pkg/directory 0.144s coverage: 80.0% of statements [2019-09-30T14:18:19.345Z] ok github.com/docker/docker/pkg/discovery 0.096s coverage: 58.3% of statements [2019-09-30T14:18:19.345Z] ok github.com/docker/docker/pkg/discovery/file 0.110s coverage: 92.9% of statements [2019-09-30T14:18:19.345Z] ok github.com/docker/docker/pkg/discovery/kv 3.460s coverage: 84.1% of statements [2019-09-30T14:18:19.345Z] ok github.com/docker/docker/pkg/discovery/memory 0.277s coverage: 92.3% of statements [2019-09-30T14:18:19.345Z] ok github.com/docker/docker/pkg/discovery/nodes 0.213s coverage: 93.8% of statements [2019-09-30T14:18:19.345Z] ok github.com/docker/docker/pkg/filenotify 0.154s coverage: 36.2% of statements [2019-09-30T14:18:19.345Z] ok github.com/docker/docker/pkg/fileutils 0.153s coverage: 87.7% of statements [2019-09-30T14:18:19.345Z] ok github.com/docker/docker/pkg/homedir 0.107s coverage: 42.9% of statements [2019-09-30T14:18:19.345Z] ok github.com/docker/docker/pkg/idtools 0.165s coverage: 6.3% of statements [2019-09-30T14:18:19.345Z] ok github.com/docker/docker/pkg/ioutils 0.937s coverage: 69.2% of statements [2019-09-30T14:18:19.345Z] ok github.com/docker/docker/pkg/jsonmessage 0.357s coverage: 91.7% of statements [2019-09-30T14:18:19.345Z] ok github.com/docker/docker/pkg/locker 0.121s coverage: 88.9% of statements [2019-09-30T14:18:19.345Z] ok github.com/docker/docker/pkg/longpath 0.062s coverage: 100.0% of statements [2019-09-30T14:18:19.345Z] ? github.com/docker/docker/pkg/mount [no test files] [2019-09-30T14:18:19.345Z] ok github.com/docker/docker/pkg/namesgenerator 0.048s coverage: 85.7% of statements [2019-09-30T14:18:19.345Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-09-30T14:18:19.345Z] ok github.com/docker/docker/pkg/parsers 0.039s coverage: 97.0% of statements [2019-09-30T14:18:19.345Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2019-09-30T14:18:19.345Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2019-09-30T14:18:19.345Z] ok github.com/docker/docker/pkg/pidfile 0.057s coverage: 82.6% of statements [2019-09-30T14:18:19.345Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-09-30T14:18:19.345Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-09-30T14:18:20.158Z] --- PASS: TestRemoveContainerWithVolume (1.00s) [2019-09-30T14:18:20.158Z] === RUN TestRemoveContainerRunning [2019-09-30T14:18:21.529Z] --- PASS: TestRemoveContainerRunning (1.29s) [2019-09-30T14:18:21.529Z] === RUN TestRemoveContainerForceRemoveRunning [2019-09-30T14:18:22.735Z] --- PASS: TestConfigCreateResolve (3.19s) [2019-09-30T14:18:22.735Z] config_test.go:377: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve" [2019-09-30T14:18:22.735Z] === RUN TestConfigDaemonLibtrustID [2019-09-30T14:18:22.899Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.51s) [2019-09-30T14:18:22.899Z] === RUN TestRemoveInvalidContainer [2019-09-30T14:18:22.899Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2019-09-30T14:18:22.899Z] === RUN TestRenameLinkedContainer [2019-09-30T14:18:23.220Z] --- PASS: TestConfigDaemonLibtrustID (0.56s) [2019-09-30T14:18:23.220Z] config_test.go:427: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID" [2019-09-30T14:18:23.220Z] PASS [2019-09-30T14:18:23.220Z] [2019-09-30T14:18:23.220Z] DONE 8 tests in 24.070s [2019-09-30T14:18:23.220Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2019-09-30T14:18:23.220Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:18:23.220Z] ++ set -e [2019-09-30T14:18:23.220Z] ++ '[' -n 0 ']' [2019-09-30T14:18:23.220Z] ++ set -x [2019-09-30T14:18:23.220Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:18:23.652Z] INFO: Testing against a local daemon [2019-09-30T14:18:23.652Z] === RUN TestCheckpoint [2019-09-30T14:18:23.652Z] --- SKIP: TestCheckpoint (0.00s) [2019-09-30T14:18:23.652Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-30T14:18:23.652Z] === RUN TestContainerInvalidJSON [2019-09-30T14:18:23.652Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-09-30T14:18:23.652Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-09-30T14:18:23.652Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-09-30T14:18:23.652Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-09-30T14:18:23.652Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-09-30T14:18:23.652Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-09-30T14:18:23.652Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-09-30T14:18:23.652Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-09-30T14:18:23.652Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-09-30T14:18:23.652Z] --- PASS: TestContainerInvalidJSON (0.04s) [2019-09-30T14:18:23.652Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-09-30T14:18:23.652Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-09-30T14:18:23.652Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-09-30T14:18:23.652Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-30T14:18:23.652Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s) [2019-09-30T14:18:23.652Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-30T14:18:23.652Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.14s) [2019-09-30T14:18:23.652Z] === RUN TestCopyToContainerPathDoesNotExist [2019-09-30T14:18:24.049Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.13s) [2019-09-30T14:18:24.049Z] === RUN TestCopyToContainerPathIsNotDir [2019-09-30T14:18:24.049Z] --- PASS: TestCopyToContainerPathIsNotDir (0.11s) [2019-09-30T14:18:24.049Z] === RUN TestCopyFromContainer [2019-09-30T14:18:24.795Z] === RUN TestDockerSuite/TestBuildAddTarXz [2019-09-30T14:18:26.690Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2019-09-30T14:18:26.690Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2019-09-30T14:18:26.822Z] === RUN TestCopyFromContainer// [2019-09-30T14:18:26.822Z] === RUN TestCopyFromContainer//bar/root [2019-09-30T14:18:26.822Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-30T14:18:26.822Z] === RUN TestCopyFromContainer/bar/quux [2019-09-30T14:18:26.822Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-30T14:18:26.822Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-30T14:18:26.822Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-30T14:18:27.235Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-30T14:18:27.235Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-30T14:18:27.235Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-30T14:18:27.235Z] --- PASS: TestCopyFromContainer (3.37s) [2019-09-30T14:18:27.235Z] --- PASS: TestCopyFromContainer// (0.09s) [2019-09-30T14:18:27.235Z] --- PASS: TestCopyFromContainer//bar/root (0.13s) [2019-09-30T14:18:27.235Z] --- PASS: TestCopyFromContainer//bar/root/ (0.08s) [2019-09-30T14:18:27.235Z] --- PASS: TestCopyFromContainer/bar/quux (0.13s) [2019-09-30T14:18:27.235Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2019-09-30T14:18:27.235Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2019-09-30T14:18:27.235Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.14s) [2019-09-30T14:18:27.235Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s) [2019-09-30T14:18:27.235Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s) [2019-09-30T14:18:27.235Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2019-09-30T14:18:27.235Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-09-30T14:18:27.235Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-30T14:18:27.235Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-30T14:18:27.235Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-30T14:18:27.235Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-30T14:18:27.235Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-30T14:18:27.235Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-30T14:18:27.235Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-30T14:18:27.235Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-30T14:18:27.235Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-30T14:18:27.235Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2019-09-30T14:18:27.235Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-09-30T14:18:27.235Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-09-30T14:18:27.235Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-09-30T14:18:27.235Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-30T14:18:27.726Z] --- PASS: TestRenameLinkedContainer (4.58s) [2019-09-30T14:18:27.726Z] === RUN TestRenameStoppedContainer [2019-09-30T14:18:27.802Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s) [2019-09-30T14:18:27.802Z] === RUN TestCreateWithInvalidEnv [2019-09-30T14:18:27.802Z] === RUN TestCreateWithInvalidEnv/0 [2019-09-30T14:18:27.802Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-09-30T14:18:27.802Z] === RUN TestCreateWithInvalidEnv/1 [2019-09-30T14:18:27.802Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-09-30T14:18:27.802Z] === RUN TestCreateWithInvalidEnv/2 [2019-09-30T14:18:27.802Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-09-30T14:18:27.802Z] === CONT TestCreateWithInvalidEnv/0 [2019-09-30T14:18:27.802Z] === CONT TestCreateWithInvalidEnv/2 [2019-09-30T14:18:27.802Z] === CONT TestCreateWithInvalidEnv/1 [2019-09-30T14:18:27.802Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2019-09-30T14:18:27.802Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-09-30T14:18:27.802Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-09-30T14:18:27.802Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2019-09-30T14:18:27.802Z] === RUN TestCreateTmpfsMountsTarget [2019-09-30T14:18:27.802Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2019-09-30T14:18:27.802Z] === RUN TestCreateWithCustomMaskedPaths [2019-09-30T14:18:28.295Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2019-09-30T14:18:28.553Z] --- PASS: TestRenameStoppedContainer (0.98s) [2019-09-30T14:18:28.553Z] === RUN TestRenameRunningContainerAndReuse [2019-09-30T14:18:28.553Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2019-09-30T14:18:29.923Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2019-09-30T14:18:30.488Z] --- PASS: TestRenameRunningContainerAndReuse (1.90s) [2019-09-30T14:18:30.488Z] === RUN TestRenameInvalidName [2019-09-30T14:18:30.543Z] --- PASS: TestCreateWithCustomMaskedPaths (2.67s) [2019-09-30T14:18:30.543Z] === RUN TestCreateWithCapabilities [2019-09-30T14:18:30.543Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-09-30T14:18:30.543Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-09-30T14:18:30.543Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-09-30T14:18:30.543Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-09-30T14:18:30.543Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-09-30T14:18:30.543Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-09-30T14:18:30.543Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-09-30T14:18:30.543Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-09-30T14:18:30.543Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-09-30T14:18:30.543Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-09-30T14:18:30.543Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-30T14:18:30.543Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-30T14:18:30.543Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-09-30T14:18:30.543Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-09-30T14:18:30.543Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-09-30T14:18:30.543Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-09-30T14:18:30.544Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-09-30T14:18:30.544Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-09-30T14:18:30.544Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-09-30T14:18:30.544Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-09-30T14:18:30.544Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-09-30T14:18:30.544Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-09-30T14:18:30.544Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-09-30T14:18:30.544Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-09-30T14:18:30.544Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-09-30T14:18:30.544Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-09-30T14:18:30.544Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-09-30T14:18:30.544Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-09-30T14:18:30.544Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-30T14:18:30.544Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-09-30T14:18:30.544Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-09-30T14:18:30.544Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-09-30T14:18:30.544Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-09-30T14:18:30.544Z] --- PASS: TestCreateWithCapabilities (0.02s) [2019-09-30T14:18:30.544Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s) [2019-09-30T14:18:30.544Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-09-30T14:18:30.544Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.08s) [2019-09-30T14:18:30.544Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.09s) [2019-09-30T14:18:30.544Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.05s) [2019-09-30T14:18:30.544Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.10s) [2019-09-30T14:18:30.544Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.09s) [2019-09-30T14:18:30.544Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-09-30T14:18:30.544Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.06s) [2019-09-30T14:18:30.544Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.08s) [2019-09-30T14:18:30.544Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.07s) [2019-09-30T14:18:30.544Z] === RUN TestCreateWithCustomReadonlyPaths [2019-09-30T14:18:31.419Z] --- PASS: TestRenameInvalidName (1.14s) [2019-09-30T14:18:31.419Z] === RUN TestRenameAnonymousContainer [2019-09-30T14:18:32.789Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2019-09-30T14:18:34.136Z] --- PASS: TestCreateWithCustomReadonlyPaths (3.10s) [2019-09-30T14:18:34.136Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-09-30T14:18:34.136Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-30T14:18:34.136Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-30T14:18:34.136Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-30T14:18:34.136Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-30T14:18:34.136Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-30T14:18:34.136Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-30T14:18:34.136Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-30T14:18:34.136Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-30T14:18:34.136Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-30T14:18:34.136Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-30T14:18:34.136Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-30T14:18:34.136Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-30T14:18:34.136Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-30T14:18:34.136Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-30T14:18:34.136Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-30T14:18:34.136Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2019-09-30T14:18:34.136Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2019-09-30T14:18:34.136Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2019-09-30T14:18:34.136Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2019-09-30T14:18:34.136Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2019-09-30T14:18:34.136Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-09-30T14:18:34.136Z] === RUN TestContainerStartOnDaemonRestart [2019-09-30T14:18:34.136Z] === PAUSE TestContainerStartOnDaemonRestart [2019-09-30T14:18:34.136Z] === RUN TestDaemonRestartIpcMode [2019-09-30T14:18:34.136Z] === PAUSE TestDaemonRestartIpcMode [2019-09-30T14:18:34.136Z] === RUN TestDiff [2019-09-30T14:18:34.557Z] --- PASS: TestDiff (0.89s) [2019-09-30T14:18:34.557Z] === RUN TestExecWithCloseStdin [2019-09-30T14:18:35.314Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2019-09-30T14:18:35.314Z] --- PASS: TestRenameAnonymousContainer (3.88s) [2019-09-30T14:18:35.314Z] === RUN TestRenameContainerWithSameName [2019-09-30T14:18:35.906Z] --- PASS: TestExecWithCloseStdin (1.24s) [2019-09-30T14:18:35.906Z] === RUN TestExec [2019-09-30T14:18:36.684Z] --- PASS: TestRenameContainerWithSameName (1.08s) [2019-09-30T14:18:36.684Z] === RUN TestRenameContainerWithLinkedContainer [2019-09-30T14:18:37.058Z] ok github.com/docker/docker/pkg/plugins 35.087s coverage: 73.4% of statements [2019-09-30T14:18:37.058Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.071s coverage: 56.8% of statements [2019-09-30T14:18:37.058Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-09-30T14:18:37.058Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-09-30T14:18:37.058Z] ok github.com/docker/docker/pkg/plugins/transport 0.132s coverage: 85.7% of statements [2019-09-30T14:18:37.058Z] ok github.com/docker/docker/pkg/pools 0.038s coverage: 87.9% of statements [2019-09-30T14:18:37.058Z] ok github.com/docker/docker/pkg/progress 0.033s coverage: 75.9% of statements [2019-09-30T14:18:37.058Z] ok github.com/docker/docker/pkg/pubsub 1.089s coverage: 73.9% of statements [2019-09-30T14:18:37.058Z] ok github.com/docker/docker/pkg/reexec 0.091s coverage: 82.4% of statements [2019-09-30T14:18:37.058Z] ok github.com/docker/docker/pkg/signal 0.061s coverage: 20.3% of statements [2019-09-30T14:18:37.058Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-09-30T14:18:37.058Z] ok github.com/docker/docker/pkg/stdcopy 0.073s coverage: 100.0% of statements [2019-09-30T14:18:37.058Z] ok github.com/docker/docker/pkg/streamformatter 0.100s coverage: 66.2% of statements [2019-09-30T14:18:37.058Z] ok github.com/docker/docker/pkg/stringid 0.075s coverage: 70.6% of statements [2019-09-30T14:18:37.058Z] ? github.com/docker/docker/pkg/symlink [no test files] [2019-09-30T14:18:37.058Z] ok github.com/docker/docker/pkg/sysinfo 0.070s coverage: 38.2% of statements [2019-09-30T14:18:37.058Z] ok github.com/docker/docker/pkg/system 0.109s coverage: 12.7% of statements [2019-09-30T14:18:37.058Z] ok github.com/docker/docker/pkg/tailfile 0.126s coverage: 88.6% of statements [2019-09-30T14:18:37.058Z] ok github.com/docker/docker/pkg/tarsum 0.305s coverage: 89.3% of statements [2019-09-30T14:18:37.058Z] ok github.com/docker/docker/pkg/term 0.099s coverage: 30.8% of statements [2019-09-30T14:18:37.058Z] ok github.com/docker/docker/pkg/term/windows 0.080s coverage: 0.0% of statements [no tests to run] [2019-09-30T14:18:37.058Z] ok github.com/docker/docker/pkg/truncindex 0.141s coverage: 91.5% of statements [2019-09-30T14:18:37.058Z] ok github.com/docker/docker/pkg/urlutil 0.031s coverage: 100.0% of statements [2019-09-30T14:18:37.058Z] ok github.com/docker/docker/pkg/useragent 0.033s coverage: 88.9% of statements [2019-09-30T14:18:37.058Z] ok github.com/docker/docker/plugin 0.333s coverage: 11.6% of statements [2019-09-30T14:18:37.058Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-09-30T14:18:37.058Z] ok github.com/docker/docker/plugin/v2 0.231s coverage: 20.1% of statements [2019-09-30T14:18:37.058Z] ok github.com/docker/docker/reference 0.172s coverage: 84.4% of statements [2019-09-30T14:18:37.058Z] ok github.com/docker/docker/registry 0.442s coverage: 52.2% of statements [2019-09-30T14:18:37.058Z] ok github.com/docker/docker/registry/resumable 0.291s coverage: 100.0% of statements [2019-09-30T14:18:37.058Z] ok github.com/docker/docker/restartmanager 0.039s coverage: 50.9% of statements [2019-09-30T14:18:37.058Z] ? github.com/docker/docker/rootless [no test files] [2019-09-30T14:18:37.058Z] ok github.com/docker/docker/runconfig 0.191s coverage: 54.5% of statements [2019-09-30T14:18:37.058Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-09-30T14:18:37.058Z] ok github.com/docker/docker/testutil 0.125s coverage: 62.5% of statements [2019-09-30T14:18:37.058Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-09-30T14:18:37.058Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-09-30T14:18:37.058Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-09-30T14:18:37.058Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-09-30T14:18:37.058Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-09-30T14:18:37.058Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-09-30T14:18:37.058Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-09-30T14:18:37.058Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-09-30T14:18:37.058Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-09-30T14:18:37.058Z] ? github.com/docker/docker/testutil/request [no test files] [2019-09-30T14:18:37.058Z] ? github.com/docker/docker/volume [no test files] [2019-09-30T14:18:37.058Z] ok github.com/docker/docker/volume/drivers 0.200s coverage: 36.1% of statements [2019-09-30T14:18:37.058Z] ok github.com/docker/docker/volume/local 0.344s coverage: 37.7% of statements [2019-09-30T14:18:37.058Z] ok github.com/docker/docker/volume/mounts 0.300s coverage: 66.2% of statements [2019-09-30T14:18:37.058Z] ok github.com/docker/docker/volume/service 0.444s coverage: 70.3% of statements [2019-09-30T14:18:37.058Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-09-30T14:18:37.058Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-09-30T14:18:37.267Z] --- PASS: TestExec (1.39s) [2019-09-30T14:18:37.267Z] === RUN TestExecUser [2019-09-30T14:18:38.055Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2019-09-30T14:18:38.603Z] INFO: make.ps1 ended at 09/30/2019 14:18:38 [2019-09-30T14:18:38.620Z] --- PASS: TestRenameContainerWithLinkedContainer (2.04s) [2019-09-30T14:18:38.620Z] === RUN TestResize [2019-09-30T14:18:38.640Z] --- PASS: TestExecUser (1.17s) [2019-09-30T14:18:38.640Z] === RUN TestExportContainerAndImportImage [2019-09-30T14:18:39.552Z] --- PASS: TestResize (0.99s) [2019-09-30T14:18:39.552Z] === RUN TestResizeWithInvalidSize [2019-09-30T14:18:39.669Z] --- PASS: TestExportContainerAndImportImage (1.45s) [2019-09-30T14:18:39.669Z] === RUN TestExportContainerAfterDaemonRestart [2019-09-30T14:18:40.152Z] INFO: Unit tests ended at 09/30/2019 14:18:39. Duration:00:03:53.8036713 [2019-09-30T14:18:40.152Z] INFO: Building busybox [2019-09-30T14:18:40.152Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2019-09-30T14:18:40.152Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2019-09-30T14:18:40.152Z] [2019-09-30T14:18:40.152Z] Sending build context to Docker daemon 2.56kB [2019-09-30T14:18:40.152Z] [2019-09-30T14:18:40.152Z] Step 1/6 : FROM microsoft/windowsservercore [2019-09-30T14:18:40.152Z] ---> 1ddfa8bee56a [2019-09-30T14:18:40.152Z] Step 2/6 : RUN mkdir C:\tmp && mkdir C:\bin [2019-09-30T14:18:40.152Z] ---> Running in caf08612db84 [2019-09-30T14:18:40.483Z] --- PASS: TestResizeWithInvalidSize (0.87s) [2019-09-30T14:18:40.483Z] === RUN TestResizeWhenContainerNotStarted [2019-09-30T14:18:40.740Z] === RUN TestDockerSuite/TestBuildBlankName [2019-09-30T14:18:40.997Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2019-09-30T14:18:41.255Z] --- PASS: TestResizeWhenContainerNotStarted (0.87s) [2019-09-30T14:18:41.255Z] === RUN TestDaemonRestartKillContainers [2019-09-30T14:18:41.255Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-30T14:18:41.255Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-30T14:18:41.255Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-30T14:18:41.255Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-30T14:18:41.255Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-30T14:18:41.255Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-30T14:18:41.255Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-30T14:18:41.255Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-30T14:18:41.255Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-30T14:18:41.255Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-30T14:18:41.255Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-30T14:18:41.255Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-30T14:18:41.255Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-30T14:18:41.255Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-30T14:18:41.255Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-30T14:18:41.255Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-30T14:18:41.255Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-30T14:18:41.255Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-30T14:18:41.255Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-30T14:18:41.255Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-30T14:18:41.255Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-30T14:18:41.255Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-30T14:18:41.255Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-30T14:18:41.255Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-30T14:18:41.255Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-30T14:18:41.255Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-30T14:18:41.600Z] --- PASS: TestExportContainerAfterDaemonRestart (1.55s) [2019-09-30T14:18:41.600Z] export_test.go:63: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart" [2019-09-30T14:18:41.600Z] === RUN TestHealthCheckWorkdir [2019-09-30T14:18:42.396Z] ok github.com/docker/docker/cmd/dockerd 0.183s coverage: 30.1% of statements [2019-09-30T14:18:42.480Z] --- PASS: TestHealthCheckWorkdir (1.30s) [2019-09-30T14:18:42.480Z] === RUN TestHealthKillContainer [2019-09-30T14:18:43.151Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-30T14:18:44.089Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-30T14:18:44.089Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2019-09-30T14:18:44.089Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2019-09-30T14:18:45.460Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-30T14:18:45.718Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2019-09-30T14:18:45.962Z] Removing intermediate container caf08612db84 [2019-09-30T14:18:45.962Z] ---> af15ad34f5ee [2019-09-30T14:18:45.962Z] Step 3/6 : ADD http://frippery.org/files/busybox/busybox.exe /bin/ [2019-09-30T14:18:46.024Z] --- PASS: TestHealthKillContainer (3.38s) [2019-09-30T14:18:46.024Z] === RUN TestInspectCpusetInConfigPre120 [2019-09-30T14:18:46.652Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2019-09-30T14:18:46.908Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-30T14:18:46.943Z] [2019-09-30T14:18:46.943Z] ---> a571cf993b83 [2019-09-30T14:18:46.943Z] Step 4/6 : RUN setx /M PATH "C:\bin;%PATH%" [2019-09-30T14:18:46.943Z] ---> Running in 2ebd2e47d31e [2019-09-30T14:18:47.081Z] --- PASS: TestInspectCpusetInConfigPre120 (1.07s) [2019-09-30T14:18:47.081Z] === RUN TestIpcModeNone [2019-09-30T14:18:47.165Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-30T14:18:48.095Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2019-09-30T14:18:48.506Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2019-09-30T14:18:48.506Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-30T14:18:48.623Z] --- PASS: TestIpcModeNone (1.20s) [2019-09-30T14:18:48.623Z] === RUN TestIpcModePrivate [2019-09-30T14:18:48.644Z] [2019-09-30T14:18:48.644Z] SUCCESS: Specified value was saved. [2019-09-30T14:18:49.259Z] ok github.com/docker/docker/container 0.155s coverage: 35.0% of statements [2019-09-30T14:18:49.259Z] ? github.com/docker/docker/container/stream [no test files] [2019-09-30T14:18:49.259Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-09-30T14:18:49.259Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-09-30T14:18:49.259Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-09-30T14:18:49.478Z] --- PASS: TestIpcModePrivate (1.27s) [2019-09-30T14:18:49.478Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:56, shared: false, mustBeShared: false [2019-09-30T14:18:49.478Z] === RUN TestIpcModeShareable [2019-09-30T14:18:49.892Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-30T14:18:50.824Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-30T14:18:50.878Z] --- PASS: TestIpcModeShareable (1.25s) [2019-09-30T14:18:50.878Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:50, shared: true, mustBeShared: true [2019-09-30T14:18:50.878Z] === RUN TestAPIIpcModeShareableAndContainer [2019-09-30T14:18:51.388Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2019-09-30T14:18:51.571Z] Removing intermediate container 2ebd2e47d31e [2019-09-30T14:18:51.571Z] ---> 6e13c1e5546b [2019-09-30T14:18:51.571Z] Step 5/6 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2019-09-30T14:18:51.571Z] ---> Running in 33eb3b3e2579 [2019-09-30T14:18:51.973Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.052s coverage: 65.3% of statements [2019-09-30T14:18:52.767Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-30T14:18:54.140Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2019-09-30T14:18:54.441Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.44s) [2019-09-30T14:18:54.442Z] === RUN TestAPIIpcModeHost [2019-09-30T14:18:54.706Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-30T14:18:55.323Z] --- PASS: TestAPIIpcModeHost (0.92s) [2019-09-30T14:18:55.323Z] === RUN TestDaemonIpcModeShareable [2019-09-30T14:18:56.604Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-09-30T14:18:56.604Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.60s) [2019-09-30T14:18:56.604Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon" [2019-09-30T14:18:56.604Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.64s) [2019-09-30T14:18:56.604Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon" [2019-09-30T14:18:56.604Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.63s) [2019-09-30T14:18:56.604Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon" [2019-09-30T14:18:56.604Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.91s) [2019-09-30T14:18:56.604Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon" [2019-09-30T14:18:56.604Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.63s) [2019-09-30T14:18:56.604Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon" [2019-09-30T14:18:56.604Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.50s) [2019-09-30T14:18:56.604Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon" [2019-09-30T14:18:56.604Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.59s) [2019-09-30T14:18:56.604Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon" [2019-09-30T14:18:56.604Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.64s) [2019-09-30T14:18:56.604Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon" [2019-09-30T14:18:56.604Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.83s) [2019-09-30T14:18:56.604Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon" [2019-09-30T14:18:56.604Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.70s) [2019-09-30T14:18:56.604Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon" [2019-09-30T14:18:56.604Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.65s) [2019-09-30T14:18:56.604Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon" [2019-09-30T14:18:56.604Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.08s) [2019-09-30T14:18:56.604Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon" [2019-09-30T14:18:56.604Z] === RUN TestCgroupNamespacesRun [2019-09-30T14:18:57.168Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2019-09-30T14:18:57.380Z] --- PASS: TestDaemonIpcModeShareable (2.23s) [2019-09-30T14:18:57.380Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable" [2019-09-30T14:18:57.380Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2019-09-30T14:18:57.380Z] === RUN TestDaemonIpcModePrivate [2019-09-30T14:18:57.397Z] Cannot create a file when that file already exists. [2019-09-30T14:18:57.461Z] tests/integration/models_containers_test.py ............................ [ 83%] [2019-09-30T14:18:59.065Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2019-09-30T14:18:59.065Z] --- PASS: TestCgroupNamespacesRun (2.35s) [2019-09-30T14:18:59.065Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun" [2019-09-30T14:18:59.065Z] === RUN TestCgroupNamespacesRunPrivileged [2019-09-30T14:18:59.324Z] --- PASS: TestDaemonIpcModePrivate (2.03s) [2019-09-30T14:18:59.324Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate" [2019-09-30T14:18:59.324Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false [2019-09-30T14:18:59.324Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-09-30T14:18:59.629Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2019-09-30T14:19:00.437Z] ok github.com/docker/docker/daemon/cluster/convert 0.054s coverage: 35.8% of statements [2019-09-30T14:19:01.000Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.99s) [2019-09-30T14:19:01.000Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged" [2019-09-30T14:19:01.000Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-09-30T14:19:01.652Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.23s) [2019-09-30T14:19:01.652Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig" [2019-09-30T14:19:01.652Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false [2019-09-30T14:19:01.652Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-09-30T14:19:02.898Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2019-09-30T14:19:03.148Z] ok github.com/docker/docker/daemon/cluster 0.204s coverage: 0.5% of statements [2019-09-30T14:19:03.158Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.05s) [2019-09-30T14:19:03.158Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode" [2019-09-30T14:19:03.158Z] === RUN TestCgroupNamespacesRunHostMode [2019-09-30T14:19:03.416Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2019-09-30T14:19:03.644Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.02s) [2019-09-30T14:19:03.644Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig" [2019-09-30T14:19:03.644Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2019-09-30T14:19:03.644Z] === RUN TestIpcModeOlderClient [2019-09-30T14:19:03.644Z] === PAUSE TestIpcModeOlderClient [2019-09-30T14:19:03.644Z] === RUN TestKillContainerInvalidSignal [2019-09-30T14:19:04.348Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2019-09-30T14:19:04.495Z] Removing intermediate container 33eb3b3e2579 [2019-09-30T14:19:04.495Z] ---> 0d3f1ee8494a [2019-09-30T14:19:04.495Z] Step 6/6 : CMD ["sh"] [2019-09-30T14:19:04.495Z] ---> Running in a2083491d863 [2019-09-30T14:19:04.495Z] Removing intermediate container a2083491d863 [2019-09-30T14:19:04.495Z] ---> e2215dd824f3 [2019-09-30T14:19:04.495Z] Successfully built e2215dd824f3 [2019-09-30T14:19:04.495Z] Successfully tagged busybox:latest [2019-09-30T14:19:04.495Z] INFO: Docker images of the daemon under test [2019-09-30T14:19:04.495Z] [2019-09-30T14:19:04.495Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2019-09-30T14:19:04.495Z] busybox latest e2215dd824f3 Less than a second ago 4.75GB [2019-09-30T14:19:04.495Z] mcr.microsoft.com/windows/servercore ltsc2019 1ddfa8bee56a 2 weeks ago 4.71GB [2019-09-30T14:19:04.495Z] microsoft/windowsservercore latest 1ddfa8bee56a 2 weeks ago 4.71GB [2019-09-30T14:19:04.495Z] [2019-09-30T14:19:04.495Z] INFO: Running integration tests at 09/30/2019 14:19:03... [2019-09-30T14:19:04.495Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2019-09-30T14:19:04.495Z] INFO: Integration API tests being run from the host: [2019-09-30T14:19:04.495Z] INFO: make.ps1 starting at 09/30/2019 14:19:03 [2019-09-30T14:19:04.957Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\build [2019-09-30T14:19:05.037Z] --- PASS: TestKillContainerInvalidSignal (1.14s) [2019-09-30T14:19:05.037Z] === RUN TestKillContainer [2019-09-30T14:19:05.037Z] === RUN TestKillContainer/no_signal [2019-09-30T14:19:05.280Z] --- PASS: TestCgroupNamespacesRunHostMode (2.03s) [2019-09-30T14:19:05.280Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode" [2019-09-30T14:19:05.280Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-09-30T14:19:05.912Z] === RUN TestKillContainer/non_killing_signal [2019-09-30T14:19:06.650Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2019-09-30T14:19:07.023Z] === RUN TestKillContainer/killing_signal [2019-09-30T14:19:07.214Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.01s) [2019-09-30T14:19:07.214Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode" [2019-09-30T14:19:07.214Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-09-30T14:19:08.144Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.81s) [2019-09-30T14:19:08.144Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate" [2019-09-30T14:19:08.144Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-09-30T14:19:08.440Z] --- PASS: TestKillContainer (3.47s) [2019-09-30T14:19:08.440Z] --- PASS: TestKillContainer/no_signal (1.03s) [2019-09-30T14:19:08.440Z] --- PASS: TestKillContainer/non_killing_signal (0.88s) [2019-09-30T14:19:08.440Z] --- PASS: TestKillContainer/killing_signal (1.05s) [2019-09-30T14:19:08.440Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-09-30T14:19:08.440Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-09-30T14:19:08.676Z] ok github.com/docker/docker/daemon/discovery 0.049s coverage: 30.0% of statements [2019-09-30T14:19:09.079Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.89s) [2019-09-30T14:19:09.079Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode" [2019-09-30T14:19:09.079Z] === RUN TestCgroupNamespacesRunOlderClient [2019-09-30T14:19:09.284Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-09-30T14:19:10.015Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2019-09-30T14:19:10.015Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2019-09-30T14:19:10.015Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2019-09-30T14:19:10.664Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (2.30s) [2019-09-30T14:19:10.664Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (1.17s) [2019-09-30T14:19:10.664Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.69s) [2019-09-30T14:19:10.664Z] === RUN TestKillStoppedContainer [2019-09-30T14:19:10.664Z] --- PASS: TestKillStoppedContainer (0.13s) [2019-09-30T14:19:10.664Z] === RUN TestKillStoppedContainerAPIPre120 [2019-09-30T14:19:10.664Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2019-09-30T14:19:10.664Z] === RUN TestKillDifferentUserContainer [2019-09-30T14:19:10.946Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.93s) [2019-09-30T14:19:10.946Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient" [2019-09-30T14:19:10.946Z] === RUN TestKernelTCPMemory [2019-09-30T14:19:11.399Z] ok github.com/docker/docker/daemon/events 0.123s coverage: 50.0% of statements [2019-09-30T14:19:11.399Z] ok github.com/docker/docker/daemon/config 0.103s coverage: 84.6% of statements [2019-09-30T14:19:11.995Z] --- PASS: TestKillDifferentUserContainer (1.05s) [2019-09-30T14:19:11.995Z] === RUN TestInspectOomKilledTrue [2019-09-30T14:19:11.995Z] --- SKIP: TestInspectOomKilledTrue (0.01s) [2019-09-30T14:19:11.995Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-30T14:19:11.995Z] === RUN TestInspectOomKilledFalse [2019-09-30T14:19:11.995Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-09-30T14:19:11.995Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-30T14:19:11.995Z] === RUN TestLinksEtcHostsContentMatch [2019-09-30T14:19:12.317Z] --- PASS: TestKernelTCPMemory (1.26s) [2019-09-30T14:19:12.317Z] === RUN TestNISDomainname [2019-09-30T14:19:13.040Z] --- PASS: TestLinksEtcHostsContentMatch (0.90s) [2019-09-30T14:19:13.040Z] === RUN TestLinksContainerNames [2019-09-30T14:19:13.250Z] --- PASS: TestNISDomainname (1.09s) [2019-09-30T14:19:13.250Z] === RUN TestHostnameDnsResolution [2019-09-30T14:19:14.183Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2019-09-30T14:19:14.747Z] --- PASS: TestHostnameDnsResolution (1.57s) [2019-09-30T14:19:14.747Z] === RUN TestStats [2019-09-30T14:19:14.886Z] ok github.com/docker/docker/daemon/graphdriver 0.011s coverage: 2.2% of statements [2019-09-30T14:19:15.012Z] --- PASS: TestLinksContainerNames (2.05s) [2019-09-30T14:19:15.012Z] === RUN TestLogsFollowTailEmpty [2019-09-30T14:19:15.935Z] --- PASS: TestLogsFollowTailEmpty (1.12s) [2019-09-30T14:19:15.935Z] === RUN TestContainerNetworkMountsNoChown [2019-09-30T14:19:16.642Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2019-09-30T14:19:16.842Z] --- PASS: TestContainerNetworkMountsNoChown (1.01s) [2019-09-30T14:19:16.842Z] === RUN TestMountDaemonRoot [2019-09-30T14:19:16.842Z] === RUN TestMountDaemonRoot/default [2019-09-30T14:19:16.842Z] === PAUSE TestMountDaemonRoot/default [2019-09-30T14:19:16.842Z] === RUN TestMountDaemonRoot/private [2019-09-30T14:19:16.842Z] === PAUSE TestMountDaemonRoot/private [2019-09-30T14:19:16.842Z] === RUN TestMountDaemonRoot/rprivate [2019-09-30T14:19:16.842Z] === PAUSE TestMountDaemonRoot/rprivate [2019-09-30T14:19:16.842Z] === RUN TestMountDaemonRoot/slave [2019-09-30T14:19:16.842Z] === PAUSE TestMountDaemonRoot/slave [2019-09-30T14:19:16.842Z] === RUN TestMountDaemonRoot/rslave [2019-09-30T14:19:16.842Z] === PAUSE TestMountDaemonRoot/rslave [2019-09-30T14:19:16.842Z] === RUN TestMountDaemonRoot/shared [2019-09-30T14:19:16.842Z] === PAUSE TestMountDaemonRoot/shared [2019-09-30T14:19:16.842Z] === RUN TestMountDaemonRoot/rshared [2019-09-30T14:19:16.842Z] === PAUSE TestMountDaemonRoot/rshared [2019-09-30T14:19:16.842Z] === CONT TestMountDaemonRoot/default [2019-09-30T14:19:16.842Z] === RUN TestMountDaemonRoot/default/bind_root [2019-09-30T14:19:16.842Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-09-30T14:19:16.842Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-09-30T14:19:16.842Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-09-30T14:19:16.842Z] === RUN TestMountDaemonRoot/default/mount_root [2019-09-30T14:19:16.842Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-09-30T14:19:16.842Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-09-30T14:19:16.842Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-09-30T14:19:16.842Z] === CONT TestMountDaemonRoot/default/bind_root [2019-09-30T14:19:16.842Z] === CONT TestMountDaemonRoot/rshared [2019-09-30T14:19:16.842Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-09-30T14:19:16.842Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-09-30T14:19:16.842Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-09-30T14:19:16.842Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-09-30T14:19:16.842Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-09-30T14:19:16.842Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-09-30T14:19:16.842Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-09-30T14:19:16.842Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-09-30T14:19:16.842Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-09-30T14:19:16.899Z] --- PASS: TestStats (2.33s) [2019-09-30T14:19:16.899Z] === RUN TestStopContainerWithTimeout [2019-09-30T14:19:16.899Z] === RUN TestStopContainerWithTimeout/0 [2019-09-30T14:19:16.899Z] === PAUSE TestStopContainerWithTimeout/0 [2019-09-30T14:19:16.899Z] === RUN TestStopContainerWithTimeout/1 [2019-09-30T14:19:16.899Z] === PAUSE TestStopContainerWithTimeout/1 [2019-09-30T14:19:16.899Z] === RUN TestStopContainerWithTimeout/3 [2019-09-30T14:19:16.899Z] === PAUSE TestStopContainerWithTimeout/3 [2019-09-30T14:19:16.899Z] === RUN TestStopContainerWithTimeout/-1 [2019-09-30T14:19:16.899Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-09-30T14:19:17.157Z] === CONT TestStopContainerWithTimeout/0 [2019-09-30T14:19:17.157Z] === CONT TestStopContainerWithTimeout/-1 [2019-09-30T14:19:17.292Z] === CONT TestMountDaemonRoot/shared [2019-09-30T14:19:17.292Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-09-30T14:19:17.292Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-09-30T14:19:17.292Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-09-30T14:19:17.292Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-09-30T14:19:17.292Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-09-30T14:19:17.292Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-09-30T14:19:17.292Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-09-30T14:19:17.292Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-09-30T14:19:17.292Z] === CONT TestMountDaemonRoot/rslave [2019-09-30T14:19:17.292Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-09-30T14:19:17.292Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-09-30T14:19:17.292Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-09-30T14:19:17.292Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-09-30T14:19:17.292Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-09-30T14:19:17.292Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-09-30T14:19:17.292Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-09-30T14:19:17.292Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-09-30T14:19:17.292Z] === CONT TestMountDaemonRoot/slave [2019-09-30T14:19:17.292Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-09-30T14:19:17.292Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-09-30T14:19:17.292Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-09-30T14:19:17.292Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-09-30T14:19:17.292Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-09-30T14:19:17.292Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-09-30T14:19:17.292Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-09-30T14:19:17.292Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-09-30T14:19:17.292Z] === CONT TestMountDaemonRoot/rprivate [2019-09-30T14:19:17.292Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-09-30T14:19:17.292Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-09-30T14:19:17.292Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-09-30T14:19:17.292Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-09-30T14:19:17.292Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-09-30T14:19:17.292Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-09-30T14:19:17.292Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-09-30T14:19:17.292Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-09-30T14:19:17.292Z] === CONT TestMountDaemonRoot/private [2019-09-30T14:19:17.292Z] === RUN TestMountDaemonRoot/private/bind_root [2019-09-30T14:19:17.292Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-09-30T14:19:17.292Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-09-30T14:19:17.292Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-09-30T14:19:17.292Z] === RUN TestMountDaemonRoot/private/mount_root [2019-09-30T14:19:17.292Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-09-30T14:19:17.292Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-09-30T14:19:17.292Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-09-30T14:19:17.292Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-09-30T14:19:17.292Z] === CONT TestMountDaemonRoot/default/mount_root [2019-09-30T14:19:17.292Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-09-30T14:19:17.292Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-09-30T14:19:17.292Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-09-30T14:19:17.292Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-09-30T14:19:17.292Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-09-30T14:19:17.292Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-09-30T14:19:17.292Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-09-30T14:19:17.292Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-09-30T14:19:17.292Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-09-30T14:19:17.726Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-09-30T14:19:17.726Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-09-30T14:19:17.726Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-09-30T14:19:17.726Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-09-30T14:19:17.726Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-09-30T14:19:17.726Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-09-30T14:19:17.726Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-09-30T14:19:17.726Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-09-30T14:19:17.726Z] === CONT TestMountDaemonRoot/private/bind_root [2019-09-30T14:19:17.726Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-09-30T14:19:17.726Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-09-30T14:19:17.726Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-09-30T14:19:18.172Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-09-30T14:19:18.172Z] === CONT TestMountDaemonRoot/private/mount_root [2019-09-30T14:19:18.172Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-09-30T14:19:18.172Z] --- PASS: TestMountDaemonRoot (0.03s) [2019-09-30T14:19:18.172Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-09-30T14:19:18.172Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2019-09-30T14:19:18.172Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2019-09-30T14:19:18.172Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2019-09-30T14:19:18.172Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2019-09-30T14:19:18.172Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-09-30T14:19:18.172Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2019-09-30T14:19:18.172Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s) [2019-09-30T14:19:18.172Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.10s) [2019-09-30T14:19:18.172Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.10s) [2019-09-30T14:19:18.172Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-09-30T14:19:18.172Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.06s) [2019-09-30T14:19:18.172Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2019-09-30T14:19:18.172Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.08s) [2019-09-30T14:19:18.172Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.08s) [2019-09-30T14:19:18.172Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-09-30T14:19:18.172Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.10s) [2019-09-30T14:19:18.172Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.10s) [2019-09-30T14:19:18.172Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.12s) [2019-09-30T14:19:18.172Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.11s) [2019-09-30T14:19:18.172Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-09-30T14:19:18.172Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2019-09-30T14:19:18.172Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2019-09-30T14:19:18.172Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2019-09-30T14:19:18.172Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2019-09-30T14:19:18.172Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-09-30T14:19:18.172Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2019-09-30T14:19:18.172Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2019-09-30T14:19:18.172Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2019-09-30T14:19:18.172Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.07s) [2019-09-30T14:19:18.172Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-09-30T14:19:18.172Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2019-09-30T14:19:18.172Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2019-09-30T14:19:18.172Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2019-09-30T14:19:18.172Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2019-09-30T14:19:18.172Z] === RUN TestContainerBindMountNonRecursive [2019-09-30T14:19:18.316Z] ......... [ 85%] [2019-09-30T14:19:18.351Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.519s coverage: 13.7% of statements [2019-09-30T14:19:18.529Z] === CONT TestStopContainerWithTimeout/3 [2019-09-30T14:19:19.366Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.037s coverage: 2.9% of statements [2019-09-30T14:19:19.459Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2019-09-30T14:19:20.022Z] === CONT TestStopContainerWithTimeout/1 [2019-09-30T14:19:20.279Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2019-09-30T14:19:20.564Z] --- PASS: TestContainerBindMountNonRecursive (2.56s) [2019-09-30T14:19:20.564Z] === RUN TestNetworkNat [2019-09-30T14:19:21.431Z] ok github.com/docker/docker/daemon 12.418s coverage: 17.6% of statements [2019-09-30T14:19:21.431Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-09-30T14:19:21.431Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-09-30T14:19:21.431Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-09-30T14:19:21.431Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-09-30T14:19:21.448Z] --- PASS: TestNetworkNat (1.01s) [2019-09-30T14:19:21.448Z] === RUN TestNetworkLocalhostTCPNat [2019-09-30T14:19:22.059Z] ok github.com/docker/docker/daemon/graphdriver/copy 1.071s coverage: 57.9% of statements [2019-09-30T14:19:22.173Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2019-09-30T14:19:22.174Z] --- PASS: TestStopContainerWithTimeout/0 (1.34s) [2019-09-30T14:19:22.174Z] --- PASS: TestStopContainerWithTimeout/-1 (3.08s) [2019-09-30T14:19:22.174Z] --- PASS: TestStopContainerWithTimeout/3 (3.00s) [2019-09-30T14:19:22.174Z] --- PASS: TestStopContainerWithTimeout/1 (2.02s) [2019-09-30T14:19:22.174Z] === RUN TestDeleteDevicemapper [2019-09-30T14:19:22.174Z] --- SKIP: TestDeleteDevicemapper (0.01s) [2019-09-30T14:19:22.174Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-30T14:19:22.174Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-09-30T14:19:22.431Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2019-09-30T14:19:22.851Z] --- PASS: TestNetworkLocalhostTCPNat (1.10s) [2019-09-30T14:19:22.851Z] === RUN TestNetworkLoopbackNat [2019-09-30T14:19:23.362Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2019-09-30T14:19:23.926Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2019-09-30T14:19:24.196Z] --- PASS: TestNetworkLoopbackNat (1.25s) [2019-09-30T14:19:24.196Z] === RUN TestPause [2019-09-30T14:19:25.111Z] --- PASS: TestPause (1.12s) [2019-09-30T14:19:25.111Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-09-30T14:19:25.111Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-09-30T14:19:25.111Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-30T14:19:25.111Z] === RUN TestPauseStopPausedContainer [2019-09-30T14:19:25.180Z] tests/integration/models_images_test.py ............... [ 89%] [2019-09-30T14:19:25.822Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.63s) [2019-09-30T14:19:25.822Z] === RUN TestUpdateMemory [2019-09-30T14:19:25.822Z] --- SKIP: TestUpdateMemory (0.00s) [2019-09-30T14:19:25.822Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-09-30T14:19:25.822Z] === RUN TestUpdateCPUQuota [2019-09-30T14:19:26.139Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\config [2019-09-30T14:19:26.161Z] --- PASS: TestPauseStopPausedContainer (1.20s) [2019-09-30T14:19:26.161Z] === RUN TestPsFilter [2019-09-30T14:19:26.386Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2019-09-30T14:19:26.386Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2019-09-30T14:19:26.504Z] ok github.com/docker/docker/daemon/graphdriver/aufs 10.475s coverage: 68.6% of statements [2019-09-30T14:19:26.574Z] --- PASS: TestPsFilter (0.41s) [2019-09-30T14:19:26.574Z] === RUN TestRemoveContainerWithRemovedVolume [2019-09-30T14:19:26.823Z] tests/integration/models_networks_test.py .... [ 90%] [2019-09-30T14:19:27.454Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.85s) [2019-09-30T14:19:27.454Z] === RUN TestRemoveContainerWithVolume [2019-09-30T14:19:27.689Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\container [2019-09-30T14:19:27.990Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.820s coverage: 51.0% of statements [2019-09-30T14:19:28.282Z] --- PASS: TestUpdateCPUQuota (2.23s) [2019-09-30T14:19:28.282Z] === RUN TestUpdatePidsLimit [2019-09-30T14:19:28.282Z] === RUN TestUpdatePidsLimit/update_from_none [2019-09-30T14:19:28.282Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2019-09-30T14:19:28.306Z] --- PASS: TestRemoveContainerWithVolume (0.97s) [2019-09-30T14:19:28.306Z] === RUN TestRemoveContainerRunning [2019-09-30T14:19:28.540Z] === RUN TestUpdatePidsLimit/no_change [2019-09-30T14:19:29.104Z] === RUN TestUpdatePidsLimit/update_lower [2019-09-30T14:19:29.104Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2019-09-30T14:19:29.362Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-09-30T14:19:29.483Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.160s coverage: 45.9% of statements [2019-09-30T14:19:29.483Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-09-30T14:19:29.620Z] --- PASS: TestRemoveContainerRunning (0.91s) [2019-09-30T14:19:29.620Z] === RUN TestRemoveContainerForceRemoveRunning [2019-09-30T14:19:29.926Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-09-30T14:19:30.481Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.96s) [2019-09-30T14:19:30.482Z] === RUN TestRemoveInvalidContainer [2019-09-30T14:19:30.482Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2019-09-30T14:19:30.482Z] === RUN TestRenameLinkedContainer [2019-09-30T14:19:30.489Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-09-30T14:19:30.609Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\image [2019-09-30T14:19:30.988Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.690s coverage: 76.1% of statements [2019-09-30T14:19:30.988Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 4.349s coverage: 52.6% of statements [2019-09-30T14:19:30.988Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-09-30T14:19:30.988Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-09-30T14:19:31.054Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-09-30T14:19:32.952Z] --- PASS: TestUpdatePidsLimit (4.72s) [2019-09-30T14:19:32.952Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.42s) [2019-09-30T14:19:32.952Z] --- PASS: TestUpdatePidsLimit/no_change (0.52s) [2019-09-30T14:19:32.952Z] --- PASS: TestUpdatePidsLimit/update_lower (0.47s) [2019-09-30T14:19:32.952Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.58s) [2019-09-30T14:19:32.952Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.49s) [2019-09-30T14:19:32.952Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.44s) [2019-09-30T14:19:32.952Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.46s) [2019-09-30T14:19:32.952Z] === RUN TestUpdateRestartPolicy [2019-09-30T14:19:32.952Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2019-09-30T14:19:33.028Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.020s coverage: 58.0% of statements [2019-09-30T14:19:33.315Z] ok github.com/docker/docker/daemon/links 0.025s coverage: 93.0% of statements [2019-09-30T14:19:33.350Z] tests/integration/models_nodes_test.py . [ 91%] [2019-09-30T14:19:33.530Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network [2019-09-30T14:19:33.912Z] tests/integration/models_resources_test.py . [ 91%] [2019-09-30T14:19:34.232Z] --- PASS: TestRenameLinkedContainer (4.03s) [2019-09-30T14:19:34.232Z] === RUN TestRenameStoppedContainer [2019-09-30T14:19:34.805Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.084s coverage: 3.0% of statements [2019-09-30T14:19:35.478Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2019-09-30T14:19:35.579Z] --- PASS: TestRenameStoppedContainer (0.98s) [2019-09-30T14:19:35.579Z] === RUN TestRenameRunningContainerAndReuse [2019-09-30T14:19:35.718Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2019-09-30T14:19:36.691Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\macvlan [2019-09-30T14:19:36.868Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2019-09-30T14:19:36.868Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2019-09-30T14:19:37.152Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin [2019-09-30T14:19:37.563Z] --- PASS: TestRenameRunningContainerAndReuse (2.01s) [2019-09-30T14:19:37.563Z] === RUN TestRenameInvalidName [2019-09-30T14:19:38.127Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\authz [2019-09-30T14:19:38.237Z] === RUN TestDockerSuite/TestBuildCacheAdd [2019-09-30T14:19:38.469Z] --- PASS: TestRenameInvalidName (1.11s) [2019-09-30T14:19:38.469Z] === RUN TestRenameAnonymousContainer [2019-09-30T14:19:38.589Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\common [2019-09-30T14:19:38.800Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2019-09-30T14:19:39.228Z] ok github.com/docker/docker/daemon/logger 0.291s coverage: 42.7% of statements [2019-09-30T14:19:39.514Z] ok github.com/docker/docker/daemon/logger/gelf 0.052s coverage: 68.2% of statements [2019-09-30T14:19:39.731Z] === RUN TestDockerSuite/TestBuildCacheFrom [2019-09-30T14:19:39.967Z] tests/integration/models_services_test.py ..............X. [ 95%] [2019-09-30T14:19:40.534Z] ok github.com/docker/docker/daemon/logger/awslogs 0.568s coverage: 77.8% of statements [2019-09-30T14:19:41.509Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2019-09-30T14:19:41.552Z] ok github.com/docker/docker/daemon/images 0.031s coverage: 4.9% of statements [2019-09-30T14:19:41.552Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-09-30T14:19:41.552Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-09-30T14:19:41.552Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-09-30T14:19:41.552Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-09-30T14:19:41.625Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2019-09-30T14:19:41.858Z] --- PASS: TestRenameAnonymousContainer (3.41s) [2019-09-30T14:19:41.858Z] === RUN TestRenameContainerWithSameName [2019-09-30T14:19:42.174Z] ok github.com/docker/docker/daemon/logger/journald 0.035s coverage: 26.2% of statements [2019-09-30T14:19:42.459Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.029s coverage: 88.3% of statements [2019-09-30T14:19:43.258Z] --- PASS: TestRenameContainerWithSameName (1.04s) [2019-09-30T14:19:43.258Z] === RUN TestRenameContainerWithLinkedContainer [2019-09-30T14:19:43.476Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.027s coverage: 62.1% of statements [2019-09-30T14:19:43.521Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2019-09-30T14:19:44.364Z] tests/integration/models_swarm_test.py .. [ 96%] [2019-09-30T14:19:44.364Z] tests/integration/models_volumes_test.py .. [ 96%] [2019-09-30T14:19:45.274Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\logging [2019-09-30T14:19:45.345Z] --- PASS: TestRenameContainerWithLinkedContainer (2.02s) [2019-09-30T14:19:45.345Z] === RUN TestResize [2019-09-30T14:19:45.417Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2019-09-30T14:19:46.178Z] ok github.com/docker/docker/daemon/logger/local 0.069s coverage: 74.7% of statements [2019-09-30T14:19:46.178Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-09-30T14:19:46.178Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.059s coverage: 20.0% of statements [2019-09-30T14:19:46.350Z] --- PASS: TestUpdateRestartPolicy (13.56s) [2019-09-30T14:19:46.350Z] === RUN TestUpdateRestartWithAutoRemove [2019-09-30T14:19:46.801Z] ok github.com/docker/docker/daemon/logger/syslog 0.016s coverage: 47.8% of statements [2019-09-30T14:19:46.914Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2019-09-30T14:19:46.914Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2019-09-30T14:19:46.923Z] --- PASS: TestResize (1.69s) [2019-09-30T14:19:46.923Z] === RUN TestResizeWithInvalidSize [2019-09-30T14:19:47.479Z] --- PASS: TestUpdateRestartWithAutoRemove (1.03s) [2019-09-30T14:19:47.479Z] === RUN TestWaitNonBlocked [2019-09-30T14:19:47.479Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-30T14:19:47.479Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-30T14:19:47.479Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-30T14:19:47.479Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-30T14:19:47.479Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-30T14:19:47.479Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-30T14:19:47.737Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2019-09-30T14:19:47.832Z] --- PASS: TestResizeWithInvalidSize (1.03s) [2019-09-30T14:19:47.832Z] === RUN TestResizeWhenContainerNotStarted [2019-09-30T14:19:48.323Z] ok github.com/docker/docker/daemon/logger/templates 0.024s coverage: 8.3% of statements [2019-09-30T14:19:48.676Z] --- PASS: TestResizeWhenContainerNotStarted (0.97s) [2019-09-30T14:19:48.676Z] === RUN TestDaemonRestartKillContainers [2019-09-30T14:19:48.676Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-30T14:19:48.676Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-30T14:19:48.676Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-30T14:19:48.676Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-30T14:19:48.676Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-30T14:19:48.676Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-30T14:19:48.676Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-30T14:19:48.676Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-30T14:19:48.676Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-30T14:19:48.676Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-30T14:19:48.676Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-30T14:19:48.676Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-30T14:19:48.676Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-30T14:19:48.676Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-30T14:19:48.676Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-30T14:19:48.676Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-30T14:19:48.676Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-30T14:19:48.676Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-30T14:19:48.676Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-30T14:19:48.676Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-30T14:19:48.676Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-30T14:19:48.676Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-30T14:19:48.676Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-30T14:19:48.676Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-30T14:19:48.676Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-30T14:19:48.676Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-30T14:19:49.108Z] --- PASS: TestWaitNonBlocked (0.03s) [2019-09-30T14:19:49.108Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.34s) [2019-09-30T14:19:49.108Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.47s) [2019-09-30T14:19:49.108Z] === RUN TestWaitBlocked [2019-09-30T14:19:49.108Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-30T14:19:49.108Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-30T14:19:49.108Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-09-30T14:19:49.108Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-09-30T14:19:49.108Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-30T14:19:49.108Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-09-30T14:19:49.108Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2019-09-30T14:19:49.369Z] tests/integration/regression_test.py ...... [ 98%] [2019-09-30T14:19:50.041Z] --- PASS: TestWaitBlocked (0.01s) [2019-09-30T14:19:50.041Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.04s) [2019-09-30T14:19:50.041Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.11s) [2019-09-30T14:19:50.041Z] === CONT TestContainerStartOnDaemonRestart [2019-09-30T14:19:50.041Z] === CONT TestIpcModeOlderClient [2019-09-30T14:19:50.041Z] --- PASS: TestIpcModeOlderClient (0.18s) [2019-09-30T14:19:50.041Z] === CONT TestDaemonRestartIpcMode [2019-09-30T14:19:50.135Z] tests/integration/credentials/store_test.py ...... [ 99%] [2019-09-30T14:19:50.135Z] tests/integration/credentials/utils_test.py . [100%] [2019-09-30T14:19:50.135Z] [2019-09-30T14:19:50.135Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2019-09-30T14:19:50.135Z] =========================== short test summary info ============================ [2019-09-30T14:19:50.135Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2019-09-30T14:19:50.135Z] CONFIG_RT_GROUP_SCHED isn't enabled [2019-09-30T14:19:50.135Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2019-09-30T14:19:50.135Z] Not supported on most drivers [2019-09-30T14:19:50.135Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2019-09-30T14:19:50.135Z] This doesn't seem to be taken into account by the engine [2019-09-30T14:19:50.135Z] SKIP [1] tests/integration/api_image_test.py:290: Doesn't work inside a container - FIXME [2019-09-30T14:19:50.135Z] SKIP [1] tests/integration/api_service_test.py:853: API version is too low (< 1.38) [2019-09-30T14:19:50.135Z] SKIP [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39) [2019-09-30T14:19:50.135Z] SKIP [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39) [2019-09-30T14:19:50.135Z] SKIP [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39) [2019-09-30T14:19:50.135Z] SKIP [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39) [2019-09-30T14:19:50.135Z] SKIP [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2019-09-30T14:19:50.136Z] = 367 passed, 7 skipped, 6 deselected, 3 xfailed, 2 xpassed in 387.87 seconds == [2019-09-30T14:19:50.362Z] ok github.com/docker/docker/daemon/network 0.010s coverage: 63.8% of statements [2019-09-30T14:19:50.560Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2019-09-30T14:19:50.972Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2019-09-30T14:19:51.397Z] ok github.com/docker/docker/daemon/logger/splunk 3.051s coverage: 84.5% of statements [2019-09-30T14:19:51.397Z] ? github.com/docker/docker/daemon/names [no test files] [2019-09-30T14:19:51.397Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-09-30T14:19:51.404Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-30T14:19:51.404Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-30T14:19:52.390Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2019-09-30T14:19:52.581Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-30T14:19:52.869Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2019-09-30T14:19:53.050Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-30T14:19:53.800Z] --- PASS: TestContainerStartOnDaemonRestart (3.72s) [2019-09-30T14:19:53.801Z] daemon_linux_test.go:35: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart" [2019-09-30T14:19:54.108Z] ok github.com/docker/docker/distribution/metadata 0.194s coverage: 48.2% of statements [2019-09-30T14:19:54.364Z] --- PASS: TestDaemonRestartIpcMode (4.26s) [2019-09-30T14:19:54.365Z] daemon_linux_test.go:89: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode" [2019-09-30T14:19:54.365Z] PASS [2019-09-30T14:19:54.365Z] [2019-09-30T14:19:54.365Z] === Skipped [2019-09-30T14:19:54.365Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2019-09-30T14:19:54.365Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-30T14:19:54.365Z] [2019-09-30T14:19:54.365Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2019-09-30T14:19:54.365Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-30T14:19:54.365Z] [2019-09-30T14:19:54.365Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2019-09-30T14:19:54.365Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-30T14:19:54.365Z] [2019-09-30T14:19:54.365Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-09-30T14:19:54.365Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-30T14:19:54.365Z] [2019-09-30T14:19:54.365Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.01s) [2019-09-30T14:19:54.365Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-30T14:19:54.365Z] [2019-09-30T14:19:54.365Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2019-09-30T14:19:54.365Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-09-30T14:19:54.365Z] [2019-09-30T14:19:54.365Z] [2019-09-30T14:19:54.365Z] DONE 197 tests, 6 skipped in 156.428s [2019-09-30T14:19:54.365Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2019-09-30T14:19:54.365Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:19:54.365Z] ++ set -e [2019-09-30T14:19:54.365Z] ++ '[' -n 0 ']' [2019-09-30T14:19:54.365Z] ++ set -x [2019-09-30T14:19:54.365Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:19:54.472Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-30T14:19:54.472Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-30T14:19:54.585Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\secret [2019-09-30T14:19:54.622Z] INFO: Testing against a local daemon [2019-09-30T14:19:54.623Z] === RUN TestCommitInheritsEnv [2019-09-30T14:19:54.758Z] ok github.com/docker/docker/errdefs 0.039s coverage: 49.4% of statements [2019-09-30T14:19:55.188Z] --- PASS: TestCommitInheritsEnv (0.52s) [2019-09-30T14:19:55.188Z] === RUN TestImportExtremelyLargeImageWorks [2019-09-30T14:19:55.188Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-09-30T14:19:55.188Z] === RUN TestImagesFilterMultiReference [2019-09-30T14:19:55.188Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2019-09-30T14:19:55.188Z] === RUN TestImagePullPlatformInvalid [2019-09-30T14:19:55.188Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2019-09-30T14:19:55.188Z] === RUN TestRemoveImageOrphaning [2019-09-30T14:19:55.752Z] --- PASS: TestRemoveImageOrphaning (0.46s) [2019-09-30T14:19:55.752Z] === RUN TestRemoveImageGarbageCollector [2019-09-30T14:19:55.777Z] ok github.com/docker/docker/distribution 0.855s coverage: 22.4% of statements [2019-09-30T14:19:55.777Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-09-30T14:19:56.009Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2019-09-30T14:19:56.269Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2019-09-30T14:19:56.775Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\service [2019-09-30T14:19:57.113Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-30T14:19:57.113Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-30T14:19:58.927Z] --- PASS: TestRemoveImageGarbageCollector (2.70s) [2019-09-30T14:19:58.927Z] remove_unix_test.go:40: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRemoveImageGarbageCollector" [2019-09-30T14:19:58.927Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-09-30T14:19:58.927Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2019-09-30T14:19:58.927Z] === RUN TestTagInvalidReference [2019-09-30T14:19:58.927Z] --- PASS: TestTagInvalidReference (0.02s) [2019-09-30T14:19:58.927Z] === RUN TestTagValidPrefixedRepo [2019-09-30T14:19:58.927Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2019-09-30T14:19:58.927Z] --- PASS: TestTagValidPrefixedRepo (0.15s) [2019-09-30T14:19:58.927Z] === RUN TestTagExistedNameWithoutForce [2019-09-30T14:19:58.927Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2019-09-30T14:19:58.927Z] === RUN TestTagOfficialNames [2019-09-30T14:19:58.927Z] --- PASS: TestTagOfficialNames (0.06s) [2019-09-30T14:19:58.927Z] === RUN TestTagMatchesDigest [2019-09-30T14:19:58.927Z] --- PASS: TestTagMatchesDigest (0.02s) [2019-09-30T14:19:58.927Z] === CONT TestImportExtremelyLargeImageWorks [2019-09-30T14:19:59.268Z] ok github.com/docker/docker/image/cache 0.017s coverage: 19.2% of statements [2019-09-30T14:19:59.268Z] ok github.com/docker/docker/distribution/xfer 1.704s coverage: 85.1% of statements [2019-09-30T14:19:59.268Z] ? github.com/docker/docker/dockerversion [no test files] [2019-09-30T14:19:59.558Z] ok github.com/docker/docker/image 0.055s coverage: 86.4% of statements [2019-09-30T14:19:59.558Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-09-30T14:19:59.859Z] === RUN TestDockerSuite/TestBuildClearCmd [2019-09-30T14:20:00.423Z] === RUN TestDockerSuite/TestBuildCmd [2019-09-30T14:20:00.580Z] ok github.com/docker/docker/libcontainerd/queue 0.038s coverage: 100.0% of statements [2019-09-30T14:20:00.627Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\session [2019-09-30T14:20:00.680Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2019-09-30T14:20:00.692Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-30T14:20:01.124Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-30T14:20:01.204Z] ok github.com/docker/docker/image/v1 0.026s coverage: 25.0% of statements [2019-09-30T14:20:01.204Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-09-30T14:20:01.244Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2019-09-30T14:20:01.838Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2019-09-30T14:20:01.838Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2019-09-30T14:20:02.178Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\system [2019-09-30T14:20:02.228Z] ok github.com/docker/docker/pkg/aaparser 0.036s coverage: 50.0% of statements [2019-09-30T14:20:02.724Z] umount: bundles/test-docker-py/root: mountpoint not found [2019-09-30T14:20:02.724Z] Clearing AppArmor profiles cache:. [2019-09-30T14:20:02.724Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-30T14:20:02.724Z] Unloading profiles will leave already running processes permanently [2019-09-30T14:20:02.724Z] unconfined, which can lead to unexpected situations. [2019-09-30T14:20:02.724Z] [2019-09-30T14:20:02.724Z] To set a process to complain mode, use the command line tool [2019-09-30T14:20:02.724Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-30T14:20:02.724Z] with the 'teardown' option." [2019-09-30T14:20:02.724Z] [2019-09-30T14:20:02.775Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation Post stage [Pipeline] junit [2019-09-30T14:20:03.296Z] Recording test results [Pipeline] sh [2019-09-30T14:20:03.706Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2019-09-30T14:20:03.706Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2019-09-30T14:20:03.720Z] + echo Ensuring container killed. [2019-09-30T14:20:03.720Z] Ensuring container killed. [2019-09-30T14:20:03.720Z] + docker rm -vf docker-pr2 [2019-09-30T14:20:03.720Z] Error: No such container: docker-pr2 [2019-09-30T14:20:03.720Z] + true [Pipeline] sh [2019-09-30T14:20:03.771Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-09-30T14:20:03.771Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.21s) [2019-09-30T14:20:03.771Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon" [2019-09-30T14:20:03.771Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.72s) [2019-09-30T14:20:03.771Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon" [2019-09-30T14:20:03.771Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.76s) [2019-09-30T14:20:03.771Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon" [2019-09-30T14:20:03.771Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.61s) [2019-09-30T14:20:03.771Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon" [2019-09-30T14:20:03.771Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.76s) [2019-09-30T14:20:03.771Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon" [2019-09-30T14:20:03.771Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.65s) [2019-09-30T14:20:03.771Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon" [2019-09-30T14:20:03.771Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.54s) [2019-09-30T14:20:03.771Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon" [2019-09-30T14:20:03.771Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.59s) [2019-09-30T14:20:03.771Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon" [2019-09-30T14:20:03.771Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.75s) [2019-09-30T14:20:03.771Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon" [2019-09-30T14:20:03.771Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.75s) [2019-09-30T14:20:03.771Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon" [2019-09-30T14:20:03.771Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.62s) [2019-09-30T14:20:03.771Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon" [2019-09-30T14:20:03.771Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.65s) [2019-09-30T14:20:03.771Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon" [2019-09-30T14:20:03.771Z] === RUN TestCgroupNamespacesRun [2019-09-30T14:20:04.033Z] + echo Chowning /workspace to jenkins user [2019-09-30T14:20:04.033Z] Chowning /workspace to jenkins user [2019-09-30T14:20:04.033Z] + id -u [2019-09-30T14:20:04.033Z] + id -g [2019-09-30T14:20:04.033Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40012:/workspace busybox chown -R 1000:1000 /workspace [2019-09-30T14:20:04.271Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2019-09-30T14:20:04.835Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2019-09-30T14:20:05.096Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\volume [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-30T14:20:05.726Z] + bundleName=docker-py [2019-09-30T14:20:05.726Z] + echo Creating docker-py-bundles.tar.gz [2019-09-30T14:20:05.726Z] Creating docker-py-bundles.tar.gz [2019-09-30T14:20:05.726Z] + tar -czf docker-py-bundles.tar.gz bundles/test-docker-py/junit-report.xml bundles/test-docker-py/docker.log bundles/test-docker-py/test.log [Pipeline] archiveArtifacts [2019-09-30T14:20:05.735Z] Archiving artifacts [2019-09-30T14:20:05.738Z] ok github.com/docker/docker/opts 0.114s coverage: 66.9% of statements [2019-09-30T14:20:05.767Z] --- PASS: TestCgroupNamespacesRun (2.09s) [2019-09-30T14:20:05.767Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun" [2019-09-30T14:20:05.767Z] === RUN TestCgroupNamespacesRunPrivileged [2019-09-30T14:20:05.925Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40012/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2019-09-30T14:20:06.265Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40012/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=5aebd698579649f076276c70ab33e2f34634ad3e -e DOCKER_GRAPHDRIVER docker:5aebd698579649f076276c70ab33e2f34634ad3e hack/make.sh binary-daemon [2019-09-30T14:20:06.827Z] [2019-09-30T14:20:06.827Z] Removing bundles/ [2019-09-30T14:20:07.084Z] [2019-09-30T14:20:07.084Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2019-09-30T14:20:07.084Z] Building: bundles/binary-daemon/dockerd-dev [2019-09-30T14:20:07.084Z] GOOS="" GOARCH="" GOARM="" [2019-09-30T14:20:07.287Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2019-09-30T14:20:07.287Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-30T14:20:07.287Z] INFO: Testing against a local daemon [2019-09-30T14:20:07.287Z] === RUN TestBuildWithSession [2019-09-30T14:20:07.287Z] --- SKIP: TestBuildWithSession (0.00s) [2019-09-30T14:20:07.287Z] build_session_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2019-09-30T14:20:07.287Z] === RUN TestBuildSquashParent [2019-09-30T14:20:07.287Z] --- SKIP: TestBuildSquashParent (0.00s) [2019-09-30T14:20:07.287Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2019-09-30T14:20:07.287Z] === RUN TestBuildWithRemoveAndForceRemove [2019-09-30T14:20:07.287Z] --- SKIP: TestBuildWithRemoveAndForceRemove (0.00s) [2019-09-30T14:20:07.287Z] build_test.go:25: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-30T14:20:07.287Z] === RUN TestBuildMultiStageCopy [2019-09-30T14:20:07.287Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-30T14:20:07.792Z] ok github.com/docker/docker/pkg/authorization 0.993s coverage: 68.3% of statements [2019-09-30T14:20:07.792Z] ok github.com/docker/docker/pkg/broadcaster 0.024s coverage: 100.0% of statements [2019-09-30T14:20:08.090Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.15s) [2019-09-30T14:20:08.090Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged" [2019-09-30T14:20:08.090Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-09-30T14:20:08.428Z] ok github.com/docker/docker/pkg/capabilities 0.008s coverage: 87.5% of statements [2019-09-30T14:20:09.468Z] ok github.com/docker/docker/pkg/archive 1.655s coverage: 76.8% of statements [2019-09-30T14:20:09.755Z] ok github.com/docker/docker/pkg/directory 0.006s coverage: 80.0% of statements [2019-09-30T14:20:10.029Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.98s) [2019-09-30T14:20:10.029Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode" [2019-09-30T14:20:10.029Z] === RUN TestCgroupNamespacesRunHostMode [2019-09-30T14:20:10.088Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2019-09-30T14:20:10.777Z] ok github.com/docker/docker/pkg/discovery 0.009s coverage: 58.3% of statements [2019-09-30T14:20:11.063Z] ok github.com/docker/docker/pkg/discovery/file 0.030s coverage: 97.6% of statements [2019-09-30T14:20:11.458Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2019-09-30T14:20:11.458Z] === RUN TestDockerSuite/TestBuildConditionalCache [2019-09-30T14:20:11.714Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2019-09-30T14:20:11.916Z] --- PASS: TestCgroupNamespacesRunHostMode (2.05s) [2019-09-30T14:20:11.916Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode" [2019-09-30T14:20:11.916Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-09-30T14:20:12.278Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2019-09-30T14:20:12.572Z] ok github.com/docker/docker/pkg/discovery/memory 0.005s coverage: 92.3% of statements [2019-09-30T14:20:12.843Z] === RUN TestDockerSuite/TestBuildContChar [2019-09-30T14:20:13.591Z] ok github.com/docker/docker/pkg/discovery/nodes 0.005s coverage: 93.8% of statements [2019-09-30T14:20:14.172Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.23s) [2019-09-30T14:20:14.172Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode" [2019-09-30T14:20:14.172Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-09-30T14:20:14.210Z] ok github.com/docker/docker/pkg/dmesg 0.006s coverage: 83.3% of statements [2019-09-30T14:20:14.211Z] ok github.com/docker/docker/layer 7.283s coverage: 68.8% of statements [2019-09-30T14:20:14.211Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-09-30T14:20:14.211Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-09-30T14:20:14.211Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-09-30T14:20:14.211Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-09-30T14:20:14.211Z] ? github.com/docker/docker/oci [no test files] [2019-09-30T14:20:14.211Z] ? github.com/docker/docker/oci/caps [no test files] [2019-09-30T14:20:15.018Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.94s) [2019-09-30T14:20:15.018Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate" [2019-09-30T14:20:15.018Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-09-30T14:20:15.230Z] ok github.com/docker/docker/pkg/chrootarchive 4.641s coverage: 43.2% of statements [2019-09-30T14:20:15.230Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-09-30T14:20:15.230Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-09-30T14:20:15.866Z] ok github.com/docker/docker/pkg/fileutils 0.031s coverage: 89.5% of statements [2019-09-30T14:20:15.866Z] ok github.com/docker/docker/pkg/filenotify 0.644s coverage: 67.0% of statements [2019-09-30T14:20:16.119Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2019-09-30T14:20:16.419Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.05s) [2019-09-30T14:20:16.419Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode" [2019-09-30T14:20:16.419Z] === RUN TestCgroupNamespacesRunOlderClient [2019-09-30T14:20:16.505Z] ok github.com/docker/docker/pkg/discovery/kv 3.209s coverage: 84.1% of statements [2019-09-30T14:20:16.505Z] ok github.com/docker/docker/pkg/fsutils 0.381s coverage: 85.1% of statements [2019-09-30T14:20:16.683Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2019-09-30T14:20:17.248Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2019-09-30T14:20:17.660Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-30T14:20:17.660Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-30T14:20:17.815Z] ok github.com/docker/docker/pkg/homedir 0.034s coverage: 11.4% of statements [2019-09-30T14:20:18.411Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.19s) [2019-09-30T14:20:18.411Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient" [2019-09-30T14:20:18.411Z] === RUN TestKernelTCPMemory [2019-09-30T14:20:18.639Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-30T14:20:18.831Z] ok github.com/docker/docker/pkg/jsonmessage 0.043s coverage: 91.7% of statements [2019-09-30T14:20:19.129Z] ok github.com/docker/docker/pkg/locker 0.050s coverage: 88.9% of statements [2019-09-30T14:20:19.144Z] === RUN TestDockerSuite/TestBuildContextCleanup [2019-09-30T14:20:19.144Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2019-09-30T14:20:19.619Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-30T14:20:19.945Z] --- PASS: TestKernelTCPMemory (1.28s) [2019-09-30T14:20:19.945Z] === RUN TestNISDomainname [2019-09-30T14:20:20.165Z] ok github.com/docker/docker/pkg/idtools 1.039s coverage: 70.1% of statements [2019-09-30T14:20:20.165Z] ok github.com/docker/docker/pkg/longpath 0.007s coverage: 100.0% of statements [2019-09-30T14:20:20.516Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2019-09-30T14:20:20.516Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2019-09-30T14:20:20.808Z] ok github.com/docker/docker/pkg/ioutils 1.942s coverage: 70.6% of statements [2019-09-30T14:20:20.809Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-09-30T14:20:21.081Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2019-09-30T14:20:21.094Z] ok github.com/docker/docker/pkg/namesgenerator 0.048s coverage: 85.7% of statements [2019-09-30T14:20:21.175Z] --- PASS: TestBuildMultiStageCopy (13.83s) [2019-09-30T14:20:21.175Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (9.40s) [2019-09-30T14:20:21.175Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.78s) [2019-09-30T14:20:21.175Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.06s) [2019-09-30T14:20:21.175Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.21s) [2019-09-30T14:20:21.175Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.37s) [2019-09-30T14:20:21.175Z] === RUN TestBuildMultiStageParentConfig [2019-09-30T14:20:21.175Z] --- SKIP: TestBuildMultiStageParentConfig (0.01s) [2019-09-30T14:20:21.175Z] build_test.go:192: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-30T14:20:21.175Z] === RUN TestBuildLabelWithTargets [2019-09-30T14:20:21.175Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2019-09-30T14:20:21.175Z] build_test.go:236: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-30T14:20:21.175Z] === RUN TestBuildWithEmptyLayers [2019-09-30T14:20:21.318Z] --- PASS: TestNISDomainname (1.44s) [2019-09-30T14:20:21.318Z] === RUN TestHostnameDnsResolution [2019-09-30T14:20:21.645Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2019-09-30T14:20:21.716Z] ok github.com/docker/docker/pkg/parsers 0.016s coverage: 97.0% of statements [2019-09-30T14:20:22.010Z] ok github.com/docker/docker/pkg/parsers/kernel 0.022s coverage: 60.0% of statements [2019-09-30T14:20:22.157Z] --- PASS: TestBuildWithEmptyLayers (1.12s) [2019-09-30T14:20:22.157Z] === RUN TestBuildMultiStageOnBuild [2019-09-30T14:20:22.157Z] --- SKIP: TestBuildMultiStageOnBuild (0.00s) [2019-09-30T14:20:22.157Z] build_test.go:343: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-30T14:20:22.157Z] === RUN TestBuildUncleanTarFilenames [2019-09-30T14:20:22.157Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2019-09-30T14:20:22.157Z] build_test.go:390: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-30T14:20:22.157Z] === RUN TestBuildMultiStageLayerLeak [2019-09-30T14:20:22.157Z] --- SKIP: TestBuildMultiStageLayerLeak (0.01s) [2019-09-30T14:20:22.157Z] build_test.go:450: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-30T14:20:22.157Z] === RUN TestBuildWithHugeFile [2019-09-30T14:20:22.157Z] --- SKIP: TestBuildWithHugeFile (0.00s) [2019-09-30T14:20:22.157Z] build_test.go:491: testEnv.OSType == "windows" [2019-09-30T14:20:22.157Z] === RUN TestBuildWithEmptyDockerfile [2019-09-30T14:20:22.157Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-30T14:20:22.157Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-30T14:20:22.157Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-30T14:20:22.157Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-30T14:20:22.157Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-30T14:20:22.157Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-30T14:20:22.167Z] --- PASS: TestHostnameDnsResolution (1.30s) [2019-09-30T14:20:22.167Z] === RUN TestStats [2019-09-30T14:20:22.578Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2019-09-30T14:20:22.623Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-30T14:20:22.623Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-30T14:20:22.623Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-30T14:20:22.623Z] --- PASS: TestBuildWithEmptyDockerfile (0.43s) [2019-09-30T14:20:22.623Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2019-09-30T14:20:22.623Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2019-09-30T14:20:22.623Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2019-09-30T14:20:22.623Z] === RUN TestBuildPreserveOwnership [2019-09-30T14:20:22.623Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2019-09-30T14:20:22.623Z] build_test.go:579: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-30T14:20:22.623Z] === RUN TestBuildPlatformInvalid [2019-09-30T14:20:22.623Z] --- PASS: TestBuildPlatformInvalid (0.04s) [2019-09-30T14:20:22.623Z] PASS [2019-09-30T14:20:22.623Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2019-09-30T14:20:22.642Z] ok github.com/docker/docker/pkg/mount 1.087s coverage: 69.6% of statements [2019-09-30T14:20:22.643Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-09-30T14:20:22.643Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.030s coverage: 91.4% of statements [2019-09-30T14:20:22.930Z] ok github.com/docker/docker/pkg/pidfile 0.010s coverage: 82.4% of statements [2019-09-30T14:20:22.930Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-09-30T14:20:22.930Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-09-30T14:20:23.087Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-30T14:20:23.087Z] INFO: Testing against a local daemon [2019-09-30T14:20:23.087Z] === RUN TestConfigList [2019-09-30T14:20:23.087Z] --- SKIP: TestConfigList (0.00s) [2019-09-30T14:20:23.087Z] config_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2019-09-30T14:20:23.087Z] === RUN TestConfigsCreateAndDelete [2019-09-30T14:20:23.087Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2019-09-30T14:20:23.087Z] config_test.go:109: testEnv.DaemonInfo.OSType == "windows" [2019-09-30T14:20:23.087Z] === RUN TestConfigsUpdate [2019-09-30T14:20:23.087Z] --- SKIP: TestConfigsUpdate (0.00s) [2019-09-30T14:20:23.087Z] config_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2019-09-30T14:20:23.087Z] === RUN TestTemplatedConfig [2019-09-30T14:20:23.087Z] --- SKIP: TestTemplatedConfig (0.00s) [2019-09-30T14:20:23.087Z] config_test.go:191: testEnv.DaemonInfo.OSType == "windows" [2019-09-30T14:20:23.087Z] === RUN TestConfigInspect [2019-09-30T14:20:23.087Z] --- SKIP: TestConfigInspect (0.00s) [2019-09-30T14:20:23.087Z] config_test.go:323: testEnv.DaemonInfo.OSType == "windows" [2019-09-30T14:20:23.087Z] === RUN TestConfigCreateWithLabels [2019-09-30T14:20:23.087Z] --- SKIP: TestConfigCreateWithLabels (0.00s) [2019-09-30T14:20:23.087Z] config_test.go:347: testEnv.DaemonInfo.OSType != "linux" [2019-09-30T14:20:23.087Z] === RUN TestConfigCreateResolve [2019-09-30T14:20:23.087Z] --- SKIP: TestConfigCreateResolve (0.00s) [2019-09-30T14:20:23.088Z] config_test.go:374: testEnv.DaemonInfo.OSType != "linux" [2019-09-30T14:20:23.088Z] === RUN TestConfigDaemonLibtrustID [2019-09-30T14:20:23.088Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2019-09-30T14:20:23.088Z] config_test.go:424: testEnv.DaemonInfo.OSType != "linux" [2019-09-30T14:20:23.088Z] PASS [2019-09-30T14:20:23.088Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2019-09-30T14:20:23.088Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-30T14:20:23.088Z] INFO: Testing against a local daemon [2019-09-30T14:20:23.088Z] === RUN TestCheckpoint [2019-09-30T14:20:23.088Z] --- SKIP: TestCheckpoint (0.00s) [2019-09-30T14:20:23.088Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-30T14:20:23.088Z] === RUN TestContainerInvalidJSON [2019-09-30T14:20:23.088Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-09-30T14:20:23.088Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-09-30T14:20:23.088Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-09-30T14:20:23.088Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-09-30T14:20:23.088Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-09-30T14:20:23.088Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-09-30T14:20:23.088Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-09-30T14:20:23.088Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-09-30T14:20:23.088Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-09-30T14:20:23.088Z] --- PASS: TestContainerInvalidJSON (0.04s) [2019-09-30T14:20:23.088Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2019-09-30T14:20:23.088Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2019-09-30T14:20:23.088Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2019-09-30T14:20:23.088Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-30T14:20:23.088Z] --- SKIP: TestCopyFromContainerPathDoesNotExist (0.03s) [2019-09-30T14:20:23.088Z] copy_test.go:25: testEnv.OSType == "windows" [2019-09-30T14:20:23.088Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-30T14:20:23.088Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.03s) [2019-09-30T14:20:23.088Z] copy_test.go:39: testEnv.OSType == "windows" [2019-09-30T14:20:23.088Z] === RUN TestCopyToContainerPathDoesNotExist [2019-09-30T14:20:23.088Z] --- SKIP: TestCopyToContainerPathDoesNotExist (0.03s) [2019-09-30T14:20:23.088Z] copy_test.go:51: testEnv.OSType == "windows" [2019-09-30T14:20:23.088Z] === RUN TestCopyToContainerPathIsNotDir [2019-09-30T14:20:23.088Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.02s) [2019-09-30T14:20:23.088Z] copy_test.go:65: testEnv.OSType == "windows" [2019-09-30T14:20:23.088Z] === RUN TestCopyFromContainer [2019-09-30T14:20:23.088Z] --- SKIP: TestCopyFromContainer (0.00s) [2019-09-30T14:20:23.088Z] copy_test.go:76: testEnv.DaemonInfo.OSType == "windows" [2019-09-30T14:20:23.088Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-09-30T14:20:23.088Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-30T14:20:23.088Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-30T14:20:23.088Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-30T14:20:23.088Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-30T14:20:23.088Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-30T14:20:23.088Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-30T14:20:23.088Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-30T14:20:23.088Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-30T14:20:23.088Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-30T14:20:23.088Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2019-09-30T14:20:23.088Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2019-09-30T14:20:23.088Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2019-09-30T14:20:23.088Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2019-09-30T14:20:23.088Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-30T14:20:23.088Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2019-09-30T14:20:23.088Z] create_test.go:72: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2019-09-30T14:20:23.088Z] === RUN TestCreateWithInvalidEnv [2019-09-30T14:20:23.088Z] === RUN TestCreateWithInvalidEnv/0 [2019-09-30T14:20:23.088Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-09-30T14:20:23.088Z] === RUN TestCreateWithInvalidEnv/1 [2019-09-30T14:20:23.088Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-09-30T14:20:23.088Z] === RUN TestCreateWithInvalidEnv/2 [2019-09-30T14:20:23.088Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-09-30T14:20:23.088Z] === CONT TestCreateWithInvalidEnv/0 [2019-09-30T14:20:23.088Z] === CONT TestCreateWithInvalidEnv/1 [2019-09-30T14:20:23.088Z] === CONT TestCreateWithInvalidEnv/2 [2019-09-30T14:20:23.088Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2019-09-30T14:20:23.088Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-09-30T14:20:23.088Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2019-09-30T14:20:23.088Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2019-09-30T14:20:23.088Z] === RUN TestCreateTmpfsMountsTarget [2019-09-30T14:20:23.088Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2019-09-30T14:20:23.088Z] create_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2019-09-30T14:20:23.088Z] === RUN TestCreateWithCustomMaskedPaths [2019-09-30T14:20:23.088Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2019-09-30T14:20:23.088Z] create_test.go:176: testEnv.DaemonInfo.OSType != "linux" [2019-09-30T14:20:23.088Z] === RUN TestCreateWithCapabilities [2019-09-30T14:20:23.088Z] --- SKIP: TestCreateWithCapabilities (0.00s) [2019-09-30T14:20:23.088Z] create_test.go:255: testEnv.DaemonInfo.OSType == "windows": FIXME: test should be able to run on LCOW [2019-09-30T14:20:23.088Z] === RUN TestCreateWithCustomReadonlyPaths [2019-09-30T14:20:23.088Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2019-09-30T14:20:23.088Z] create_test.go:381: testEnv.DaemonInfo.OSType != "linux" [2019-09-30T14:20:23.088Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-09-30T14:20:23.088Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-30T14:20:23.088Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-30T14:20:23.088Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-30T14:20:23.088Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-30T14:20:23.088Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-30T14:20:23.088Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-30T14:20:23.088Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-30T14:20:23.088Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-30T14:20:23.088Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-30T14:20:23.088Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-30T14:20:23.088Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-30T14:20:23.088Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-30T14:20:23.088Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-30T14:20:23.088Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-30T14:20:23.088Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-30T14:20:23.088Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2019-09-30T14:20:23.088Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2019-09-30T14:20:23.088Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-09-30T14:20:23.088Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2019-09-30T14:20:23.088Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2019-09-30T14:20:23.088Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2019-09-30T14:20:23.088Z] === RUN TestDiff [2019-09-30T14:20:23.088Z] --- SKIP: TestDiff (0.00s) [2019-09-30T14:20:23.088Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2019-09-30T14:20:23.088Z] === RUN TestExecWithCloseStdin [2019-09-30T14:20:24.419Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.029s coverage: 56.8% of statements [2019-09-30T14:20:24.814Z] --- PASS: TestStats (2.40s) [2019-09-30T14:20:24.814Z] === RUN TestStopContainerWithTimeout [2019-09-30T14:20:24.814Z] === RUN TestStopContainerWithTimeout/0 [2019-09-30T14:20:24.814Z] === PAUSE TestStopContainerWithTimeout/0 [2019-09-30T14:20:24.814Z] === RUN TestStopContainerWithTimeout/1 [2019-09-30T14:20:24.814Z] === PAUSE TestStopContainerWithTimeout/1 [2019-09-30T14:20:24.814Z] === RUN TestStopContainerWithTimeout/3 [2019-09-30T14:20:24.814Z] === PAUSE TestStopContainerWithTimeout/3 [2019-09-30T14:20:24.814Z] === RUN TestStopContainerWithTimeout/-1 [2019-09-30T14:20:24.814Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-09-30T14:20:24.814Z] === CONT TestStopContainerWithTimeout/0 [2019-09-30T14:20:24.814Z] === CONT TestStopContainerWithTimeout/-1 [2019-09-30T14:20:25.046Z] ok github.com/docker/docker/pkg/pools 0.017s coverage: 87.9% of statements [2019-09-30T14:20:25.296Z] --- PASS: TestExecWithCloseStdin (2.11s) [2019-09-30T14:20:25.296Z] === RUN TestExec [2019-09-30T14:20:25.296Z] --- SKIP: TestExec (0.00s) [2019-09-30T14:20:25.296Z] exec_test.go:88: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2019-09-30T14:20:25.296Z] === RUN TestExecUser [2019-09-30T14:20:25.296Z] --- SKIP: TestExecUser (0.00s) [2019-09-30T14:20:25.296Z] exec_test.go:123: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2019-09-30T14:20:25.296Z] === RUN TestExportContainerAndImportImage [2019-09-30T14:20:25.296Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2019-09-30T14:20:25.296Z] export_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2019-09-30T14:20:25.296Z] === RUN TestExportContainerAfterDaemonRestart [2019-09-30T14:20:25.296Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2019-09-30T14:20:25.296Z] export_test.go:60: testEnv.DaemonInfo.OSType == "windows" [2019-09-30T14:20:25.296Z] === RUN TestHealthCheckWorkdir [2019-09-30T14:20:25.296Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2019-09-30T14:20:25.296Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2019-09-30T14:20:25.296Z] === RUN TestHealthKillContainer [2019-09-30T14:20:25.296Z] --- SKIP: TestHealthKillContainer (0.00s) [2019-09-30T14:20:25.296Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2019-09-30T14:20:25.296Z] === RUN TestInspectCpusetInConfigPre120 [2019-09-30T14:20:25.296Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2019-09-30T14:20:25.296Z] inspect_test.go:19: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2019-09-30T14:20:25.296Z] === RUN TestKillContainerInvalidSignal [2019-09-30T14:20:25.692Z] ok github.com/docker/docker/pkg/plugins/transport 0.025s coverage: 85.7% of statements [2019-09-30T14:20:25.692Z] ok github.com/docker/docker/pkg/progress 0.013s coverage: 75.9% of statements [2019-09-30T14:20:26.324Z] === CONT TestStopContainerWithTimeout/3 [2019-09-30T14:20:26.706Z] ok github.com/docker/docker/pkg/reexec 0.009s coverage: 82.4% of statements [2019-09-30T14:20:27.335Z] ok github.com/docker/docker/pkg/pubsub 1.139s coverage: 73.9% of statements [2019-09-30T14:20:27.498Z] --- PASS: TestKillContainerInvalidSignal (1.84s) [2019-09-30T14:20:27.498Z] === RUN TestKillContainer [2019-09-30T14:20:27.498Z] --- SKIP: TestKillContainer (0.00s) [2019-09-30T14:20:27.498Z] kill_test.go:33: testEnv.OSType == "windows": TODO Windows: FIXME. No SIGWINCH [2019-09-30T14:20:27.498Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-09-30T14:20:27.498Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2019-09-30T14:20:27.498Z] kill_test.go:73: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-09-30T14:20:27.498Z] === RUN TestKillStoppedContainer [2019-09-30T14:20:27.498Z] --- SKIP: TestKillStoppedContainer (0.00s) [2019-09-30T14:20:27.498Z] kill_test.go:112: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-09-30T14:20:27.498Z] === RUN TestKillStoppedContainerAPIPre120 [2019-09-30T14:20:27.499Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2019-09-30T14:20:27.499Z] kill_test.go:123: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-09-30T14:20:27.499Z] === RUN TestKillDifferentUserContainer [2019-09-30T14:20:27.499Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2019-09-30T14:20:27.499Z] kill_test.go:134: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2019-09-30T14:20:27.499Z] === RUN TestInspectOomKilledTrue [2019-09-30T14:20:27.499Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-09-30T14:20:27.499Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-30T14:20:27.499Z] === RUN TestInspectOomKilledFalse [2019-09-30T14:20:27.499Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-09-30T14:20:27.499Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-30T14:20:27.499Z] === RUN TestLogsFollowTailEmpty [2019-09-30T14:20:27.836Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2019-09-30T14:20:27.957Z] ok github.com/docker/docker/pkg/stdcopy 0.016s coverage: 100.0% of statements [2019-09-30T14:20:28.093Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2019-09-30T14:20:28.269Z] === CONT TestStopContainerWithTimeout/1 [2019-09-30T14:20:28.979Z] ok github.com/docker/docker/pkg/streamformatter 0.033s coverage: 66.2% of statements [2019-09-30T14:20:28.979Z] ok github.com/docker/docker/pkg/stringid 0.006s coverage: 70.6% of statements [2019-09-30T14:20:29.053Z] --- PASS: TestLogsFollowTailEmpty (1.71s) [2019-09-30T14:20:29.053Z] === RUN TestNetworkNat [2019-09-30T14:20:29.053Z] --- SKIP: TestNetworkNat (0.00s) [2019-09-30T14:20:29.053Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2019-09-30T14:20:29.053Z] === RUN TestNetworkLocalhostTCPNat [2019-09-30T14:20:29.053Z] --- SKIP: TestNetworkLocalhostTCPNat (0.00s) [2019-09-30T14:20:29.053Z] nat_test.go:43: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-30T14:20:29.053Z] === RUN TestNetworkLoopbackNat [2019-09-30T14:20:29.053Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2019-09-30T14:20:29.053Z] nat_test.go:61: testEnv.OSType == "windows": FIXME [2019-09-30T14:20:29.053Z] === RUN TestPause [2019-09-30T14:20:29.053Z] --- SKIP: TestPause (0.00s) [2019-09-30T14:20:29.053Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2019-09-30T14:20:29.053Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-09-30T14:20:29.997Z] ok github.com/docker/docker/pkg/symlink 0.019s coverage: 87.7% of statements [2019-09-30T14:20:29.997Z] ok github.com/docker/docker/pkg/sysinfo 0.013s coverage: 80.0% of statements [2019-09-30T14:20:30.187Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2019-09-30T14:20:30.187Z] --- PASS: TestStopContainerWithTimeout/0 (1.31s) [2019-09-30T14:20:30.187Z] --- PASS: TestStopContainerWithTimeout/-1 (3.25s) [2019-09-30T14:20:30.187Z] --- PASS: TestStopContainerWithTimeout/3 (3.35s) [2019-09-30T14:20:30.187Z] --- PASS: TestStopContainerWithTimeout/1 (2.04s) [2019-09-30T14:20:30.187Z] === RUN TestDeleteDevicemapper [2019-09-30T14:20:30.187Z] --- SKIP: TestDeleteDevicemapper (0.01s) [2019-09-30T14:20:30.187Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-30T14:20:30.187Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-09-30T14:20:30.607Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.71s) [2019-09-30T14:20:30.607Z] === RUN TestPauseStopPausedContainer [2019-09-30T14:20:30.607Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2019-09-30T14:20:30.607Z] pause_test.go:68: testEnv.DaemonInfo.OSType == "windows" [2019-09-30T14:20:30.607Z] === RUN TestPsFilter [2019-09-30T14:20:30.607Z] --- PASS: TestPsFilter (0.16s) [2019-09-30T14:20:30.607Z] === RUN TestRemoveContainerWithRemovedVolume [2019-09-30T14:20:31.028Z] ok github.com/docker/docker/pkg/signal 3.701s coverage: 61.0% of statements [2019-09-30T14:20:31.313Z] ok github.com/docker/docker/pkg/tailfile 0.121s coverage: 88.6% of statements [2019-09-30T14:20:31.600Z] ok github.com/docker/docker/pkg/system 0.043s coverage: 36.9% of statements [2019-09-30T14:20:32.807Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.01s) [2019-09-30T14:20:32.807Z] === RUN TestRemoveContainerWithVolume [2019-09-30T14:20:33.092Z] testing: warning: no tests to run [2019-09-30T14:20:33.093Z] coverage: [no statements] [2019-09-30T14:20:33.093Z] ok github.com/docker/docker/pkg/term/windows 0.047s coverage: [no statements] [no tests to run] [2019-09-30T14:20:33.093Z] ok github.com/docker/docker/pkg/term 0.029s coverage: 84.8% of statements [2019-09-30T14:20:33.715Z] ok github.com/docker/docker/pkg/urlutil 0.004s coverage: 100.0% of statements [2019-09-30T14:20:34.000Z] ok github.com/docker/docker/pkg/truncindex 0.106s coverage: 91.5% of statements [2019-09-30T14:20:34.000Z] ok github.com/docker/docker/pkg/tarsum 0.212s coverage: 89.3% of statements [2019-09-30T14:20:34.628Z] ok github.com/docker/docker/pkg/useragent 0.045s coverage: 88.9% of statements [2019-09-30T14:20:34.640Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2019-09-30T14:20:34.642Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.14s) [2019-09-30T14:20:34.642Z] === RUN TestUpdateMemory [2019-09-30T14:20:34.642Z] --- SKIP: TestUpdateMemory (0.00s) [2019-09-30T14:20:34.642Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-09-30T14:20:34.642Z] === RUN TestUpdateCPUQuota [2019-09-30T14:20:35.017Z] --- PASS: TestRemoveContainerWithVolume (2.00s) [2019-09-30T14:20:35.017Z] === RUN TestRemoveContainerRunning [2019-09-30T14:20:36.558Z] --- PASS: TestUpdateCPUQuota (2.05s) [2019-09-30T14:20:36.558Z] === RUN TestUpdatePidsLimit [2019-09-30T14:20:36.558Z] === RUN TestUpdatePidsLimit/update_from_none [2019-09-30T14:20:36.558Z] === RUN TestUpdatePidsLimit/no_change [2019-09-30T14:20:36.577Z] --- PASS: TestRemoveContainerRunning (1.76s) [2019-09-30T14:20:36.577Z] === RUN TestRemoveContainerForceRemoveRunning [2019-09-30T14:20:36.667Z] ok github.com/docker/docker/plugin/v2 0.011s coverage: 14.5% of statements [2019-09-30T14:20:37.368Z] === RUN TestUpdatePidsLimit/update_lower [2019-09-30T14:20:37.919Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2019-09-30T14:20:38.177Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2019-09-30T14:20:38.180Z] ok github.com/docker/docker/reference 0.021s coverage: 84.4% of statements [2019-09-30T14:20:38.186Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-09-30T14:20:38.437Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2019-09-30T14:20:38.572Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-09-30T14:20:38.783Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.99s) [2019-09-30T14:20:38.783Z] === RUN TestRemoveInvalidContainer [2019-09-30T14:20:38.783Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2019-09-30T14:20:38.783Z] === RUN TestRenameLinkedContainer [2019-09-30T14:20:38.783Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2019-09-30T14:20:38.783Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2019-09-30T14:20:38.783Z] === RUN TestRenameStoppedContainer [2019-09-30T14:20:39.065Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-09-30T14:20:39.368Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2019-09-30T14:20:39.570Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-09-30T14:20:39.676Z] ok github.com/docker/docker/profiles/seccomp 0.011s coverage: 68.8% of statements [2019-09-30T14:20:40.318Z] ok github.com/docker/docker/plugin 0.605s coverage: 27.1% of statements [2019-09-30T14:20:40.336Z] --- PASS: TestRenameStoppedContainer (1.99s) [2019-09-30T14:20:40.337Z] === RUN TestRenameRunningContainerAndReuse [2019-09-30T14:20:41.336Z] ok github.com/docker/docker/registry/resumable 0.027s coverage: 100.0% of statements [2019-09-30T14:20:41.611Z] --- PASS: TestUpdatePidsLimit (5.46s) [2019-09-30T14:20:41.611Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.46s) [2019-09-30T14:20:41.611Z] --- PASS: TestUpdatePidsLimit/no_change (0.59s) [2019-09-30T14:20:41.611Z] --- PASS: TestUpdatePidsLimit/update_lower (0.82s) [2019-09-30T14:20:41.611Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.47s) [2019-09-30T14:20:41.611Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.55s) [2019-09-30T14:20:41.611Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.54s) [2019-09-30T14:20:41.611Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.50s) [2019-09-30T14:20:41.611Z] === RUN TestUpdateRestartPolicy [2019-09-30T14:20:41.891Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2019-09-30T14:20:42.358Z] ok github.com/docker/docker/restartmanager 0.018s coverage: 45.3% of statements [2019-09-30T14:20:43.785Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2019-09-30T14:20:43.785Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2019-09-30T14:20:43.844Z] ok github.com/docker/docker/testutil 0.007s coverage: 62.5% of statements [2019-09-30T14:20:43.844Z] ok github.com/docker/docker/runconfig 0.033s coverage: 68.2% of statements [2019-09-30T14:20:43.844Z] ok github.com/docker/docker/registry 0.511s coverage: 56.3% of statements [2019-09-30T14:20:44.107Z] --- PASS: TestRenameRunningContainerAndReuse (3.61s) [2019-09-30T14:20:44.107Z] === RUN TestRenameInvalidName [2019-09-30T14:20:44.350Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2019-09-30T14:20:44.914Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2019-09-30T14:20:45.479Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2019-09-30T14:20:46.306Z] --- PASS: TestRenameInvalidName (1.73s) [2019-09-30T14:20:46.306Z] === RUN TestRenameAnonymousContainer [2019-09-30T14:20:46.306Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2019-09-30T14:20:46.306Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2019-09-30T14:20:46.306Z] === RUN TestRenameContainerWithSameName [2019-09-30T14:20:47.339Z] ok github.com/docker/docker/volume/drivers 0.020s coverage: 36.1% of statements [2019-09-30T14:20:47.862Z] --- PASS: TestRenameContainerWithSameName (1.95s) [2019-09-30T14:20:47.862Z] === RUN TestRenameContainerWithLinkedContainer [2019-09-30T14:20:47.862Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2019-09-30T14:20:47.862Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2019-09-30T14:20:47.862Z] === RUN TestResize [2019-09-30T14:20:47.862Z] --- SKIP: TestResize (0.00s) [2019-09-30T14:20:47.862Z] resize_test.go:20: testEnv.OSType == "windows": FIXME [2019-09-30T14:20:47.862Z] === RUN TestResizeWithInvalidSize [2019-09-30T14:20:47.862Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2019-09-30T14:20:47.862Z] resize_test.go:38: testEnv.OSType == "windows": FIXME [2019-09-30T14:20:47.862Z] === RUN TestResizeWhenContainerNotStarted [2019-09-30T14:20:48.003Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2019-09-30T14:20:48.003Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2019-09-30T14:20:49.372Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2019-09-30T14:20:49.936Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2019-09-30T14:20:50.049Z] ok github.com/docker/docker/volume/local 0.079s coverage: 73.0% of statements [2019-09-30T14:20:50.062Z] --- PASS: TestResizeWhenContainerNotStarted (1.97s) [2019-09-30T14:20:50.062Z] === RUN TestDaemonRestartKillContainers [2019-09-30T14:20:50.062Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2019-09-30T14:20:50.062Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2019-09-30T14:20:50.062Z] === RUN TestStats [2019-09-30T14:20:50.062Z] --- SKIP: TestStats (0.00s) [2019-09-30T14:20:50.062Z] stats_test.go:19: !testEnv.DaemonInfo.MemoryLimit [2019-09-30T14:20:50.062Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-09-30T14:20:50.670Z] ok github.com/docker/docker/volume/mounts 0.081s coverage: 67.0% of statements [2019-09-30T14:20:51.831Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2019-09-30T14:20:51.831Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2019-09-30T14:20:51.831Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2019-09-30T14:20:51.831Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2019-09-30T14:20:51.831Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2019-09-30T14:20:51.831Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2019-09-30T14:20:52.143Z] ok github.com/docker/docker/volume/service 0.030s coverage: 73.0% of statements [2019-09-30T14:20:55.498Z] --- PASS: TestUpdateRestartPolicy (13.18s) [2019-09-30T14:20:55.498Z] === RUN TestUpdateRestartWithAutoRemove [2019-09-30T14:20:55.908Z] --- PASS: TestUpdateRestartWithAutoRemove (0.97s) [2019-09-30T14:20:55.908Z] === RUN TestWaitNonBlocked [2019-09-30T14:20:55.908Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-30T14:20:55.908Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-30T14:20:55.908Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-30T14:20:55.908Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-30T14:20:55.908Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-30T14:20:55.908Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-30T14:20:56.008Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2019-09-30T14:20:57.235Z] --- PASS: TestWaitNonBlocked (0.02s) [2019-09-30T14:20:57.235Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.08s) [2019-09-30T14:20:57.235Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.15s) [2019-09-30T14:20:57.235Z] === RUN TestWaitBlocked [2019-09-30T14:20:57.235Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-30T14:20:57.235Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-30T14:20:57.235Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-09-30T14:20:57.235Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-09-30T14:20:57.235Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-30T14:20:57.235Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-09-30T14:20:57.378Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2019-09-30T14:20:57.636Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2019-09-30T14:20:58.532Z] --- PASS: TestWaitBlocked (0.01s) [2019-09-30T14:20:58.532Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.40s) [2019-09-30T14:20:58.532Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.45s) [2019-09-30T14:20:58.532Z] === CONT TestContainerStartOnDaemonRestart [2019-09-30T14:20:58.532Z] === CONT TestIpcModeOlderClient [2019-09-30T14:20:58.532Z] --- PASS: TestIpcModeOlderClient (0.20s) [2019-09-30T14:20:58.532Z] === CONT TestDaemonRestartIpcMode [2019-09-30T14:20:58.699Z] --- PASS: TestStopContainerWithRestartPolicyAlways (8.81s) [2019-09-30T14:20:58.699Z] === RUN TestStopContainerWithTimeout [2019-09-30T14:20:58.699Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2019-09-30T14:20:58.699Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2019-09-30T14:20:58.699Z] === RUN TestUpdateRestartPolicy [2019-09-30T14:21:00.158Z] === RUN TestDockerDaemonSuite/TestRegistryMirrors [2019-09-30T14:21:00.158Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2019-09-30T14:21:00.512Z] ok github.com/docker/docker/pkg/plugins 33.644s coverage: 76.6% of statements [2019-09-30T14:21:00.512Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-09-30T14:21:00.512Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-09-30T14:21:00.512Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-09-30T14:21:00.512Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-09-30T14:21:00.512Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-09-30T14:21:00.512Z] ? github.com/docker/docker/rootless [no test files] [2019-09-30T14:21:00.512Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-09-30T14:21:00.512Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-09-30T14:21:00.512Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-09-30T14:21:00.512Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-09-30T14:21:00.512Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-09-30T14:21:00.512Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-09-30T14:21:00.512Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-09-30T14:21:00.512Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-09-30T14:21:00.512Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-09-30T14:21:00.512Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-09-30T14:21:00.512Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-09-30T14:21:00.512Z] ? github.com/docker/docker/testutil/request [no test files] [2019-09-30T14:21:00.512Z] ? github.com/docker/docker/volume [no test files] [2019-09-30T14:21:00.512Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-09-30T14:21:00.512Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-09-30T14:21:00.512Z] [2019-09-30T14:21:00.512Z] === Skipped [2019-09-30T14:21:00.512Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-09-30T14:21:00.512Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-09-30T14:21:00.512Z] [2019-09-30T14:21:00.512Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-09-30T14:21:00.512Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-09-30T14:21:00.512Z] [2019-09-30T14:21:00.512Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-09-30T14:21:00.512Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-30T14:21:00.512Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-30T14:21:00.512Z] [2019-09-30T14:21:00.512Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-09-30T14:21:00.512Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-30T14:21:00.512Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-30T14:21:00.512Z] [2019-09-30T14:21:00.512Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-09-30T14:21:00.512Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-30T14:21:00.512Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-30T14:21:00.512Z] [2019-09-30T14:21:00.512Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-09-30T14:21:00.512Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-30T14:21:00.512Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-30T14:21:00.512Z] [2019-09-30T14:21:00.512Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-09-30T14:21:00.512Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-30T14:21:00.512Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-30T14:21:00.512Z] [2019-09-30T14:21:00.512Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-09-30T14:21:00.512Z] graphtest_unix.go:73: No driver to put! [2019-09-30T14:21:00.512Z] [2019-09-30T14:21:00.512Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-09-30T14:21:00.512Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-09-30T14:21:00.512Z] [2019-09-30T14:21:00.512Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-09-30T14:21:00.512Z] overlay_test.go:49: Fails to compute changes intermittently [2019-09-30T14:21:00.512Z] [2019-09-30T14:21:00.512Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-09-30T14:21:00.512Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-09-30T14:21:00.512Z] [2019-09-30T14:21:00.512Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-09-30T14:21:00.512Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-09-30T14:21:00.512Z] [2019-09-30T14:21:00.512Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.03s) [2019-09-30T14:21:00.512Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-30T14:21:00.512Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-30T14:21:00.512Z] [2019-09-30T14:21:00.512Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-09-30T14:21:00.512Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-30T14:21:00.512Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-30T14:21:00.512Z] [2019-09-30T14:21:00.512Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-09-30T14:21:00.512Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-30T14:21:00.512Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-30T14:21:00.512Z] [2019-09-30T14:21:00.512Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-09-30T14:21:00.512Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-30T14:21:00.512Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-30T14:21:00.512Z] [2019-09-30T14:21:00.512Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-09-30T14:21:00.512Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-30T14:21:00.512Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-30T14:21:00.512Z] [2019-09-30T14:21:00.512Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-09-30T14:21:00.512Z] graphtest_unix.go:73: No driver to put! [2019-09-30T14:21:00.512Z] [2019-09-30T14:21:00.512Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-09-30T14:21:00.512Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-09-30T14:21:00.512Z] [2019-09-30T14:21:00.512Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-09-30T14:21:00.512Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-09-30T14:21:00.512Z] [2019-09-30T14:21:00.512Z] [2019-09-30T14:21:00.512Z] DONE 2115 tests, 20 skipped in 337.967s Post stage [Pipeline] junit [2019-09-30T14:21:00.555Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-09-30T14:21:01.235Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-40012/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5aebd698579649f076276c70ab33e2f34634ad3e -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT docker:5aebd698579649f076276c70ab33e2f34634ad3e hack/make.sh dynbinary test-integration [2019-09-30T14:21:01.521Z] [2019-09-30T14:21:01.819Z] Removing bundles/ [2019-09-30T14:21:01.819Z] [2019-09-30T14:21:01.819Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-09-30T14:21:01.819Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-09-30T14:21:01.819Z] GOOS="" GOARCH="" GOARM="" [2019-09-30T14:21:02.078Z] --- PASS: TestContainerStartOnDaemonRestart (3.62s) [2019-09-30T14:21:02.078Z] daemon_linux_test.go:35: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart" [2019-09-30T14:21:03.443Z] --- PASS: TestDaemonRestartIpcMode (4.53s) [2019-09-30T14:21:03.443Z] daemon_linux_test.go:89: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode" [2019-09-30T14:21:03.443Z] PASS [2019-09-30T14:21:03.443Z] [2019-09-30T14:21:03.443Z] === Skipped [2019-09-30T14:21:03.443Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2019-09-30T14:21:03.443Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-30T14:21:03.443Z] [2019-09-30T14:21:03.443Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.01s) [2019-09-30T14:21:03.443Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-30T14:21:03.443Z] [2019-09-30T14:21:03.443Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2019-09-30T14:21:03.443Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-30T14:21:03.443Z] [2019-09-30T14:21:03.443Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-09-30T14:21:03.443Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-30T14:21:03.443Z] [2019-09-30T14:21:03.443Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.01s) [2019-09-30T14:21:03.443Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-30T14:21:03.443Z] [2019-09-30T14:21:03.443Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2019-09-30T14:21:03.443Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-09-30T14:21:03.443Z] [2019-09-30T14:21:03.443Z] [2019-09-30T14:21:03.443Z] DONE 197 tests, 6 skipped in 160.243s [2019-09-30T14:21:03.443Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2019-09-30T14:21:03.443Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:21:03.443Z] ++ set -e [2019-09-30T14:21:03.443Z] ++ '[' -n 0 ']' [2019-09-30T14:21:03.443Z] ++ set -x [2019-09-30T14:21:03.443Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:21:03.845Z] INFO: Testing against a local daemon [2019-09-30T14:21:03.845Z] === RUN TestCommitInheritsEnv [2019-09-30T14:21:04.229Z] --- PASS: TestCommitInheritsEnv (0.65s) [2019-09-30T14:21:04.229Z] === RUN TestImportExtremelyLargeImageWorks [2019-09-30T14:21:04.229Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-09-30T14:21:04.229Z] === RUN TestImagesFilterMultiReference [2019-09-30T14:21:04.333Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2019-09-30T14:21:04.590Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2019-09-30T14:21:04.615Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2019-09-30T14:21:04.615Z] === RUN TestImagePullPlatformInvalid [2019-09-30T14:21:04.615Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2019-09-30T14:21:04.615Z] === RUN TestRemoveImageOrphaning [2019-09-30T14:21:05.023Z] --- PASS: TestRemoveImageOrphaning (0.65s) [2019-09-30T14:21:05.023Z] === RUN TestRemoveImageGarbageCollector [2019-09-30T14:21:05.023Z] --- SKIP: TestRemoveImageGarbageCollector (0.01s) [2019-09-30T14:21:05.023Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-30T14:21:05.023Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-09-30T14:21:05.023Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2019-09-30T14:21:05.023Z] === RUN TestTagInvalidReference [2019-09-30T14:21:05.023Z] --- PASS: TestTagInvalidReference (0.02s) [2019-09-30T14:21:05.023Z] === RUN TestTagValidPrefixedRepo [2019-09-30T14:21:05.426Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2019-09-30T14:21:05.426Z] === RUN TestTagExistedNameWithoutForce [2019-09-30T14:21:05.426Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2019-09-30T14:21:05.426Z] === RUN TestTagOfficialNames [2019-09-30T14:21:05.426Z] --- PASS: TestTagOfficialNames (0.08s) [2019-09-30T14:21:05.426Z] === RUN TestTagMatchesDigest [2019-09-30T14:21:05.426Z] --- PASS: TestTagMatchesDigest (0.02s) [2019-09-30T14:21:05.426Z] === CONT TestImportExtremelyLargeImageWorks [2019-09-30T14:21:07.867Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2019-09-30T14:21:08.807Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2019-09-30T14:21:09.372Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2019-09-30T14:21:13.548Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2019-09-30T14:21:15.444Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2019-09-30T14:21:16.814Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2019-09-30T14:21:17.071Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2019-09-30T14:21:17.878Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2019-09-30T14:21:19.879Z] --- PASS: TestUpdateRestartPolicy (20.20s) [2019-09-30T14:21:19.879Z] === RUN TestUpdateRestartWithAutoRemove [2019-09-30T14:21:20.344Z] --- PASS: TestUpdateRestartWithAutoRemove (1.73s) [2019-09-30T14:21:20.344Z] === RUN TestWaitNonBlocked [2019-09-30T14:21:20.808Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-30T14:21:20.808Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-30T14:21:20.808Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-30T14:21:20.808Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-30T14:21:20.808Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-30T14:21:20.808Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-30T14:21:22.054Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2019-09-30T14:21:25.330Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2019-09-30T14:21:25.588Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2019-09-30T14:21:27.484Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2019-09-30T14:21:27.943Z] --- PASS: TestWaitNonBlocked (0.03s) [2019-09-30T14:21:27.943Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.77s) [2019-09-30T14:21:27.943Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (7.46s) [2019-09-30T14:21:27.943Z] === RUN TestWaitBlocked [2019-09-30T14:21:27.943Z] --- SKIP: TestWaitBlocked (0.00s) [2019-09-30T14:21:27.943Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2019-09-30T14:21:27.943Z] PASS [2019-09-30T14:21:27.943Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2019-09-30T14:21:27.943Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-30T14:21:27.943Z] INFO: Testing against a local daemon [2019-09-30T14:21:27.943Z] === RUN TestCommitInheritsEnv [2019-09-30T14:21:27.943Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2019-09-30T14:21:27.943Z] commit_test.go:17: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-30T14:21:27.943Z] === RUN TestImportExtremelyLargeImageWorks [2019-09-30T14:21:27.943Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2019-09-30T14:21:27.943Z] import_test.go:22: testEnv.OSType == "windows": TODO enable on windows [2019-09-30T14:21:27.943Z] === RUN TestImagesFilterMultiReference [2019-09-30T14:21:28.408Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2019-09-30T14:21:28.408Z] === RUN TestImagePullPlatformInvalid [2019-09-30T14:21:28.408Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2019-09-30T14:21:28.408Z] === RUN TestRemoveImageOrphaning [2019-09-30T14:21:28.408Z] --- SKIP: TestRemoveImageOrphaning (0.00s) [2019-09-30T14:21:28.408Z] remove_test.go:15: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-30T14:21:28.408Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-09-30T14:21:28.408Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2019-09-30T14:21:28.408Z] === RUN TestTagInvalidReference [2019-09-30T14:21:28.408Z] --- PASS: TestTagInvalidReference (0.03s) [2019-09-30T14:21:28.408Z] === RUN TestTagValidPrefixedRepo [2019-09-30T14:21:28.408Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2019-09-30T14:21:28.408Z] === RUN TestTagExistedNameWithoutForce [2019-09-30T14:21:28.408Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2019-09-30T14:21:28.408Z] === RUN TestTagOfficialNames [2019-09-30T14:21:28.408Z] --- SKIP: TestTagOfficialNames (0.00s) [2019-09-30T14:21:28.408Z] tag_test.go:98: testEnv.OSType == "windows" [2019-09-30T14:21:28.408Z] === RUN TestTagMatchesDigest [2019-09-30T14:21:28.408Z] --- PASS: TestTagMatchesDigest (0.03s) [2019-09-30T14:21:28.408Z] PASS [2019-09-30T14:21:28.408Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2019-09-30T14:21:28.408Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-30T14:21:28.408Z] INFO: Testing against a local daemon [2019-09-30T14:21:28.408Z] === RUN TestNetworkCreateDelete [2019-09-30T14:21:28.408Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2019-09-30T14:21:28.408Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2019-09-30T14:21:28.408Z] === RUN TestDockerNetworkDeletePreferID [2019-09-30T14:21:28.408Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2019-09-30T14:21:28.408Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2019-09-30T14:21:28.408Z] === RUN TestInspectNetwork [2019-09-30T14:21:28.408Z] --- SKIP: TestInspectNetwork (0.00s) [2019-09-30T14:21:28.408Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2019-09-30T14:21:28.408Z] === RUN TestRunContainerWithBridgeNone [2019-09-30T14:21:28.408Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2019-09-30T14:21:28.408Z] network_test.go:22: testEnv.DaemonInfo.OSType != "linux" [2019-09-30T14:21:28.408Z] === RUN TestNetworkInvalidJSON [2019-09-30T14:21:28.408Z] === RUN TestNetworkInvalidJSON//networks/create [2019-09-30T14:21:28.408Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-09-30T14:21:28.408Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-09-30T14:21:28.408Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-09-30T14:21:28.408Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-30T14:21:28.408Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-30T14:21:28.408Z] === CONT TestNetworkInvalidJSON//networks/create [2019-09-30T14:21:28.408Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-30T14:21:28.408Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-09-30T14:21:28.408Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2019-09-30T14:21:28.408Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-09-30T14:21:28.408Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-09-30T14:21:28.408Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2019-09-30T14:21:28.408Z] === RUN TestDaemonRestartWithLiveRestore [2019-09-30T14:21:28.408Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2019-09-30T14:21:28.408Z] service_test.go:29: testEnv.OSType == "windows" [2019-09-30T14:21:28.408Z] === RUN TestDaemonDefaultNetworkPools [2019-09-30T14:21:28.408Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2019-09-30T14:21:28.408Z] service_test.go:51: testEnv.OSType == "windows" [2019-09-30T14:21:28.408Z] === RUN TestDaemonRestartWithExistingNetwork [2019-09-30T14:21:28.408Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2019-09-30T14:21:28.408Z] service_test.go:94: testEnv.OSType == "windows" [2019-09-30T14:21:28.408Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-30T14:21:28.408Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2019-09-30T14:21:28.408Z] service_test.go:127: testEnv.OSType == "windows" [2019-09-30T14:21:28.408Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-09-30T14:21:28.408Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2019-09-30T14:21:28.408Z] service_test.go:177: testEnv.OSType == "windows" [2019-09-30T14:21:28.408Z] === RUN TestServiceWithPredefinedNetwork [2019-09-30T14:21:28.408Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2019-09-30T14:21:28.408Z] service_test.go:201: testEnv.OSType == "windows" [2019-09-30T14:21:28.408Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-09-30T14:21:28.408Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-30T14:21:28.408Z] service_test.go:230: FLAKY_TEST [2019-09-30T14:21:28.408Z] === RUN TestServiceWithDataPathPortInit [2019-09-30T14:21:28.408Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2019-09-30T14:21:28.409Z] service_test.go:319: testEnv.OSType == "windows" [2019-09-30T14:21:28.409Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-09-30T14:21:28.409Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2019-09-30T14:21:28.409Z] service_test.go:386: testEnv.OSType == "windows" [2019-09-30T14:21:28.409Z] PASS [2019-09-30T14:21:28.409Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2019-09-30T14:21:28.409Z] PASS [2019-09-30T14:21:28.409Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2019-09-30T14:21:28.409Z] PASS [2019-09-30T14:21:28.409Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2019-09-30T14:21:28.409Z] PASS [2019-09-30T14:21:28.409Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2019-09-30T14:21:28.449Z] Created binary: bundles/binary-daemon/dockerd-dev [2019-09-30T14:21:28.449Z] Copying nested executables into bundles/binary-daemon [2019-09-30T14:21:28.449Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2019-09-30T14:21:28.770Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40012/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=5aebd698579649f076276c70ab33e2f34634ad3e -e DOCKER_GRAPHDRIVER docker:5aebd698579649f076276c70ab33e2f34634ad3e hack/make.sh cross [2019-09-30T14:21:28.880Z] PASS [2019-09-30T14:21:28.880Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2019-09-30T14:21:28.880Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-30T14:21:28.880Z] INFO: Testing against a local daemon [2019-09-30T14:21:28.880Z] === RUN TestPluginInvalidJSON [2019-09-30T14:21:28.880Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-09-30T14:21:28.880Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-09-30T14:21:28.880Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-09-30T14:21:28.880Z] --- PASS: TestPluginInvalidJSON (0.03s) [2019-09-30T14:21:28.880Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-09-30T14:21:28.880Z] PASS [2019-09-30T14:21:28.880Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2019-09-30T14:21:28.880Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-30T14:21:28.880Z] INFO: Testing against a local daemon [2019-09-30T14:21:28.880Z] === RUN TestExternalGraphDriver [2019-09-30T14:21:28.880Z] --- SKIP: TestExternalGraphDriver (0.00s) [2019-09-30T14:21:28.880Z] external_test.go:48: runtime.GOOS == "windows" [2019-09-30T14:21:28.880Z] === RUN TestGraphdriverPluginV2 [2019-09-30T14:21:28.880Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2019-09-30T14:21:28.880Z] external_test.go:407: runtime.GOOS == "windows" [2019-09-30T14:21:28.880Z] PASS [2019-09-30T14:21:28.880Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2019-09-30T14:21:28.880Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-30T14:21:28.880Z] INFO: Testing against a local daemon [2019-09-30T14:21:28.880Z] PASS [2019-09-30T14:21:28.880Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2019-09-30T14:21:28.880Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-30T14:21:28.880Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2019-09-30T14:21:28.880Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-30T14:21:28.880Z] INFO: Testing against a local daemon [2019-09-30T14:21:28.880Z] === RUN TestSecretInspect [2019-09-30T14:21:28.880Z] --- SKIP: TestSecretInspect (0.00s) [2019-09-30T14:21:28.880Z] secret_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2019-09-30T14:21:28.880Z] === RUN TestSecretList [2019-09-30T14:21:28.880Z] --- SKIP: TestSecretList (0.00s) [2019-09-30T14:21:28.880Z] secret_test.go:45: testEnv.DaemonInfo.OSType == "windows" [2019-09-30T14:21:28.880Z] === RUN TestSecretsCreateAndDelete [2019-09-30T14:21:28.880Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2019-09-30T14:21:28.880Z] secret_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2019-09-30T14:21:28.880Z] === RUN TestSecretsUpdate [2019-09-30T14:21:28.880Z] --- SKIP: TestSecretsUpdate (0.00s) [2019-09-30T14:21:28.880Z] secret_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2019-09-30T14:21:28.880Z] === RUN TestTemplatedSecret [2019-09-30T14:21:28.880Z] --- SKIP: TestTemplatedSecret (0.00s) [2019-09-30T14:21:28.880Z] secret_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2019-09-30T14:21:28.880Z] === RUN TestSecretCreateResolve [2019-09-30T14:21:28.880Z] --- SKIP: TestSecretCreateResolve (0.00s) [2019-09-30T14:21:28.880Z] secret_test.go:339: testEnv.DaemonInfo.OSType != "linux" [2019-09-30T14:21:28.880Z] PASS [2019-09-30T14:21:28.880Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2019-09-30T14:21:28.880Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-30T14:21:28.880Z] INFO: Testing against a local daemon [2019-09-30T14:21:28.880Z] === RUN TestServiceCreateInit [2019-09-30T14:21:28.880Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-09-30T14:21:28.880Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-09-30T14:21:28.880Z] --- PASS: TestServiceCreateInit (0.03s) [2019-09-30T14:21:28.880Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2019-09-30T14:21:28.880Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2019-09-30T14:21:28.880Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2019-09-30T14:21:28.880Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2019-09-30T14:21:28.880Z] === RUN TestCreateServiceMultipleTimes [2019-09-30T14:21:28.880Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2019-09-30T14:21:28.880Z] create_test.go:78: testEnv.DaemonInfo.OSType == "windows" [2019-09-30T14:21:29.331Z] [2019-09-30T14:21:29.331Z] Removing bundles/ [2019-09-30T14:21:29.344Z] === RUN TestCreateServiceConflict [2019-09-30T14:21:29.344Z] --- SKIP: TestCreateServiceConflict (0.00s) [2019-09-30T14:21:29.344Z] create_test.go:127: testEnv.DaemonInfo.OSType == "windows" [2019-09-30T14:21:29.344Z] === RUN TestCreateServiceMaxReplicas [2019-09-30T14:21:29.344Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2019-09-30T14:21:29.344Z] create_test.go:150: testEnv.DaemonInfo.OSType == "windows" [2019-09-30T14:21:29.344Z] === RUN TestCreateWithDuplicateNetworkNames [2019-09-30T14:21:29.344Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2019-09-30T14:21:29.344Z] create_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2019-09-30T14:21:29.344Z] === RUN TestCreateServiceSecretFileMode [2019-09-30T14:21:29.345Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2019-09-30T14:21:29.345Z] create_test.go:222: testEnv.DaemonInfo.OSType == "windows" [2019-09-30T14:21:29.345Z] === RUN TestCreateServiceConfigFileMode [2019-09-30T14:21:29.345Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2019-09-30T14:21:29.345Z] create_test.go:286: testEnv.DaemonInfo.OSType == "windows" [2019-09-30T14:21:29.345Z] === RUN TestCreateServiceSysctls [2019-09-30T14:21:29.345Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2019-09-30T14:21:29.345Z] create_test.go:378: testEnv.DaemonInfo.OSType == "windows" [2019-09-30T14:21:29.345Z] === RUN TestCreateServiceCapabilities [2019-09-30T14:21:29.345Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2019-09-30T14:21:29.345Z] create_test.go:462: testEnv.DaemonInfo.OSType == "windows" [2019-09-30T14:21:29.345Z] === RUN TestInspect [2019-09-30T14:21:29.345Z] --- SKIP: TestInspect (0.00s) [2019-09-30T14:21:29.345Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2019-09-30T14:21:29.345Z] === RUN TestDockerNetworkConnectAlias [2019-09-30T14:21:29.345Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2019-09-30T14:21:29.345Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2019-09-30T14:21:29.345Z] === RUN TestDockerNetworkReConnect [2019-09-30T14:21:29.345Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2019-09-30T14:21:29.345Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2019-09-30T14:21:29.345Z] === RUN TestServicePlugin [2019-09-30T14:21:29.345Z] --- SKIP: TestServicePlugin (0.00s) [2019-09-30T14:21:29.345Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2019-09-30T14:21:29.345Z] === RUN TestServiceUpdateLabel [2019-09-30T14:21:29.345Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2019-09-30T14:21:29.345Z] update_test.go:19: testEnv.DaemonInfo.OSType != "linux" [2019-09-30T14:21:29.345Z] === RUN TestServiceUpdateSecrets [2019-09-30T14:21:29.345Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2019-09-30T14:21:29.345Z] update_test.go:75: testEnv.DaemonInfo.OSType != "linux" [2019-09-30T14:21:29.345Z] === RUN TestServiceUpdateConfigs [2019-09-30T14:21:29.345Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2019-09-30T14:21:29.345Z] update_test.go:137: testEnv.DaemonInfo.OSType != "linux" [2019-09-30T14:21:29.345Z] === RUN TestServiceUpdateNetwork [2019-09-30T14:21:29.345Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2019-09-30T14:21:29.345Z] update_test.go:199: testEnv.DaemonInfo.OSType != "linux" [2019-09-30T14:21:29.345Z] PASS [2019-09-30T14:21:29.345Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2019-09-30T14:21:29.345Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-30T14:21:29.345Z] INFO: Testing against a local daemon [2019-09-30T14:21:29.345Z] === RUN TestSessionCreate [2019-09-30T14:21:29.345Z] --- SKIP: TestSessionCreate (0.00s) [2019-09-30T14:21:29.345Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2019-09-30T14:21:29.345Z] === RUN TestSessionCreateWithBadUpgrade [2019-09-30T14:21:29.345Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2019-09-30T14:21:29.345Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2019-09-30T14:21:29.345Z] PASS [2019-09-30T14:21:29.345Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2019-09-30T14:21:29.345Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-30T14:21:29.345Z] INFO: Testing against a local daemon [2019-09-30T14:21:29.345Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-09-30T14:21:29.345Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-30T14:21:29.345Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2019-09-30T14:21:29.345Z] === RUN TestEventsExecDie [2019-09-30T14:21:29.345Z] --- SKIP: TestEventsExecDie (0.00s) [2019-09-30T14:21:29.345Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2019-09-30T14:21:29.345Z] === RUN TestEventsBackwardsCompatible [2019-09-30T14:21:29.345Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2019-09-30T14:21:29.345Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2019-09-30T14:21:29.345Z] === RUN TestInfoAPI [2019-09-30T14:21:29.345Z] --- PASS: TestInfoAPI (0.04s) [2019-09-30T14:21:29.345Z] === RUN TestInfoAPIWarnings [2019-09-30T14:21:29.345Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2019-09-30T14:21:29.345Z] info_test.go:48: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-30T14:21:29.345Z] === RUN TestLoginFailsWithBadCredentials [2019-09-30T14:21:29.588Z] [2019-09-30T14:21:29.588Z] ---> Making bundle: cross (in bundles/cross) [2019-09-30T14:21:29.588Z] Cross building: bundles/cross/linux/amd64 [2019-09-30T14:21:29.588Z] Building: bundles/cross/linux/amd64/dockerd-dev [2019-09-30T14:21:29.588Z] GOOS="linux" GOARCH="amd64" GOARM="" [2019-09-30T14:21:30.673Z] --- PASS: TestLoginFailsWithBadCredentials (1.00s) [2019-09-30T14:21:30.673Z] === RUN TestPingCacheHeaders [2019-09-30T14:21:30.673Z] --- PASS: TestPingCacheHeaders (0.03s) [2019-09-30T14:21:30.673Z] === RUN TestPingGet [2019-09-30T14:21:30.673Z] --- PASS: TestPingGet (0.03s) [2019-09-30T14:21:30.673Z] === RUN TestPingHead [2019-09-30T14:21:30.673Z] --- PASS: TestPingHead (0.03s) [2019-09-30T14:21:30.673Z] === RUN TestVersion [2019-09-30T14:21:30.673Z] --- PASS: TestVersion (0.03s) [2019-09-30T14:21:30.673Z] PASS [2019-09-30T14:21:30.673Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2019-09-30T14:21:30.673Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-30T14:21:30.673Z] INFO: Testing against a local daemon [2019-09-30T14:21:30.673Z] === RUN TestVolumesCreateAndList [2019-09-30T14:21:30.673Z] --- PASS: TestVolumesCreateAndList (0.05s) [2019-09-30T14:21:30.673Z] === RUN TestVolumesRemove [2019-09-30T14:21:30.673Z] --- SKIP: TestVolumesRemove (0.00s) [2019-09-30T14:21:30.673Z] volume_test.go:64: testEnv.OSType == "windows": FIXME [2019-09-30T14:21:30.673Z] === RUN TestVolumesInspect [2019-09-30T14:21:30.673Z] --- PASS: TestVolumesInspect (0.04s) [2019-09-30T14:21:30.673Z] === RUN TestVolumesInvalidJSON [2019-09-30T14:21:30.673Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-09-30T14:21:30.673Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-09-30T14:21:30.673Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-09-30T14:21:30.673Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2019-09-30T14:21:30.673Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-09-30T14:21:30.673Z] PASS [2019-09-30T14:21:30.673Z] INFO: make.ps1 ended at 09/30/2019 14:21:30 [2019-09-30T14:21:30.673Z] INFO: Integration CLI tests being run from the host: [2019-09-30T14:21:30.673Z] INFO: go test "-test.v" "-tags" "autogen" "-test.timeout" "200m" [2019-09-30T14:21:30.911Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2019-09-30T14:21:32.282Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2019-09-30T14:21:33.213Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2019-09-30T14:21:33.213Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2019-09-30T14:21:35.109Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2019-09-30T14:21:36.482Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2019-09-30T14:21:38.378Z] === RUN TestDockerSuite/TestBuildDockerignore [2019-09-30T14:21:39.364Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-30T14:21:39.364Z] INFO: Testing against a local daemon [2019-09-30T14:21:39.364Z] === RUN TestDockerSuite [2019-09-30T14:21:39.364Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2019-09-30T14:21:39.364Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2019-09-30T14:21:39.364Z] === RUN TestDockerSuite/TestAPIErrorJSON [2019-09-30T14:21:39.364Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2019-09-30T14:21:39.364Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2019-09-30T14:21:39.364Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2019-09-30T14:21:39.364Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2019-09-30T14:21:39.364Z] === RUN TestDockerSuite/TestAPIImagesDelete [2019-09-30T14:21:39.364Z] === RUN TestDockerSuite/TestAPIImagesFilter [2019-09-30T14:21:39.364Z] === RUN TestDockerSuite/TestAPIImagesHistory [2019-09-30T14:21:40.349Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2019-09-30T14:21:40.349Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2019-09-30T14:21:41.656Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2019-09-30T14:21:44.930Z] === RUN TestDockerDaemonSuite/TestShmSize [2019-09-30T14:21:46.826Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2019-09-30T14:21:50.149Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2019-09-30T14:21:50.149Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2019-09-30T14:21:52.671Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2019-09-30T14:21:54.040Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2019-09-30T14:21:56.563Z] --- PASS: TestDockerDaemonSuite (365.69s) [2019-09-30T14:21:56.563Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (7.40s) [2019-09-30T14:21:56.563Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool" [2019-09-30T14:21:56.563Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (3.46s) [2019-09-30T14:21:56.563Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon" [2019-09-30T14:21:56.563Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (1.19s) [2019-09-30T14:21:56.563Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCLIProxyProxyTCPSock" [2019-09-30T14:21:56.563Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (5.80s) [2019-09-30T14:21:56.563Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill" [2019-09-30T14:21:56.563Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill" [2019-09-30T14:21:56.564Z] docker_cli_daemon_test.go:1449: Daemon d00cbae4061be is not started [2019-09-30T14:21:56.564Z] check_test.go:309: Daemon d3c27c4638f58 is not started [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.89s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (3.60s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown" [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown" [2019-09-30T14:21:56.564Z] check_test.go:309: Daemon dd3c6f229b455 is not started [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (2.03s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonAllocatesListeningPort" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (4.17s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeExternal" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (3.40s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (5.93s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeFixedCidr" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (6.63s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (3.74s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeIP" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.56s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeNone" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (4.46s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCgroupParent" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress" [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress" [2019-09-30T14:21:56.564Z] check_test.go:309: Daemon d42b3f1fccc44 is not started [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress" [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress" [2019-09-30T14:21:56.564Z] check_test.go:309: Daemon de727c3770028 is not started [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.46s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.54s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDebugLog" [2019-09-30T14:21:56.564Z] check_test.go:309: Daemon df8507f9e9783 is not started [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.52s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.63s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.45s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.52s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.60s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.55s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonEvents" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.65s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonEventsWithFilters" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.50s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonExitOnFailure" [2019-09-30T14:21:56.564Z] check_test.go:309: Daemon d74dc45e57645 is not started [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.52s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonFlagD" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.52s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonFlagDebug" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.52s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.14s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonICCLinkExpose" [2019-09-30T14:21:56.564Z] --- SKIP: TestDockerDaemonSuite/TestDaemonICCPing (0.00s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonICCPing" [2019-09-30T14:21:56.564Z] requirement.go:26: unmatched requirement bridgeNfIptables [2019-09-30T14:21:56.564Z] check_test.go:309: Daemon d0b5dd1e91981 is not started [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (3.13s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIP" [2019-09-30T14:21:56.564Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6Enabled" [2019-09-30T14:21:56.564Z] requirement.go:26: unmatched requirement IPv6 [2019-09-30T14:21:56.564Z] check_test.go:309: Daemon d05c94303342d is not started [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.05s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.06s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.86s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6HostMode" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.99s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIptablesClean" [2019-09-30T14:21:56.564Z] check_test.go:309: Daemon d0bee3b0c129a is not started [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.48s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIptablesCreate" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.53s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonKeyGeneration" [2019-09-30T14:21:56.564Z] check_test.go:309: Daemon d14199dd2d606 is not started [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.19s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins" [2019-09-30T14:21:56.564Z] docker_cli_daemon_plugins_test.go:79: Daemon dc61c0f3942a6 is not started [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.08s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonKillWithPlugins" [2019-09-30T14:21:56.564Z] docker_cli_daemon_plugins_test.go:169: Daemon de8d5c54dd416 is not started [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.78s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.52s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogLevelDebug" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.52s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogLevelFatal" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogLevelWrong" [2019-09-30T14:21:56.564Z] check_test.go:309: Daemon d9f2a49dd616a is not started [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (2.11s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogOptions" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.93s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverDefault" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.71s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.69s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverNone" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.92s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.93s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.92s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.53s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonMaxConcurrency" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (6.20s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError" [2019-09-30T14:21:56.564Z] check_test.go:309: Daemon d73a9c1693587 is not started [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.37s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartCleanupNetns" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.10s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.36s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartKillWait" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.07s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartLocalVolumes" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (5.10s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartOnFailure" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.18s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartRenameContainer" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (5.99s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork" [2019-09-30T14:21:56.564Z] check_test.go:309: Daemon d67779d3cc499 is not started [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.62s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.54s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (11.50s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartUnlessStopped" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.06s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.60s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.43s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning" [2019-09-30T14:21:56.564Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.33s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways" [2019-09-30T14:21:56.564Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize" [2019-09-30T14:21:56.564Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-30T14:21:56.564Z] check_test.go:309: Daemon df036128ba7c1 is not started [2019-09-30T14:21:56.564Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2019-09-30T14:21:56.564Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize" [2019-09-30T14:21:56.565Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-30T14:21:56.565Z] check_test.go:309: Daemon d92de6ae460b2 is not started [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (4.17s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer" [2019-09-30T14:21:56.565Z] check_test.go:309: Daemon dd2a4b16508c2 is not started [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (5.18s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithLinks" [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.11s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithNames" [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.68s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer" [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.14s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled" [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.39s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled" [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.93s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts" [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.62s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume" [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.28s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer" [2019-09-30T14:21:56.565Z] check_test.go:309: Daemon d28c213c3b661 is not started [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.39s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs" [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.87s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins" [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.92s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownTimeout" [2019-09-30T14:21:56.565Z] check_test.go:309: Daemon daec1894f386f is not started [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.56s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile" [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (6.32s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownWithPlugins" [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.06s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation" [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.52s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartIptablesFalse" [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.62s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost" [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.13s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-09-30T14:21:56.565Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from config [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-09-30T14:21:56.565Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from config [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-09-30T14:21:56.565Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from config [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-09-30T14:21:56.565Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from config [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-09-30T14:21:56.565Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from config [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-09-30T14:21:56.565Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from cli [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-09-30T14:21:56.565Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from cli [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-09-30T14:21:56.565Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from cli [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-09-30T14:21:56.565Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from cli [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-09-30T14:21:56.565Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from cli [2019-09-30T14:21:56.565Z] check_test.go:309: Daemon d14f9e3b5bdf5 is not started [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.27s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithoutColors" [2019-09-30T14:21:56.565Z] check_test.go:309: Daemon dd0d89c380c28 is not started [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.55s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithoutHost" [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (0.57s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964" [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.78s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonUlimitDefaults" [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.54s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp" [2019-09-30T14:21:56.565Z] check_test.go:309: Daemon d428fac1a7903 is not started [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.65s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting" [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.23s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonWideLogConfig" [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.37s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath" [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.04s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonWithWrongkey" [2019-09-30T14:21:56.565Z] check_test.go:309: Daemon d8d6634ef9c8c is not started [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (6.05s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork" [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (4.10s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestExecAfterDaemonRestart" [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (3.52s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore" [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.21s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove" [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove" [2019-09-30T14:21:56.565Z] check_test.go:309: Daemon de016358de603 is not started [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.56s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSInfo" [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.59s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSInfoRogueCert" [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.54s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert" [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.33s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSRun" [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestLegacyDaemonCommand" [2019-09-30T14:21:56.565Z] check_test.go:309: Daemon d47c01188ddee is not started [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.03s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPluginListFilterCapability" [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.01s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPluginListFilterEnabled" [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.93s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart" [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.75s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPruneImageDangling" [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.08s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPruneImageLabel" [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestRegistryMirrors (0.56s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRegistryMirrors" [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.87s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore" [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.70s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore" [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (5.35s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunLinksChanged" [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (2.21s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunSeccompJSONNewFormat" [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.21s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap" [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.25s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames" [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.69s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile" [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (9.22s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine" [2019-09-30T14:21:56.565Z] docker_cli_daemon_test.go:2542: Daemon d24469f34c9e9 is not started [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (10.60s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile" [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (3.22s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault" [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestShmSize (2.25s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestShmSize" [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (3.16s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestShmSizeReload" [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.13s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestTLSVerify" [2019-09-30T14:21:56.565Z] check_test.go:309: Daemon d706db98527ae is not started [2019-09-30T14:21:56.565Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (6.25s) [2019-09-30T14:21:56.565Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestVolumePlugin" [2019-09-30T14:21:56.565Z] === RUN TestDockerSwarmSuite [2019-09-30T14:21:56.565Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2019-09-30T14:21:58.461Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2019-09-30T14:22:00.986Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2019-09-30T14:22:05.164Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2019-09-30T14:22:11.712Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2019-09-30T14:22:14.236Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2019-09-30T14:22:14.799Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2019-09-30T14:22:14.799Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2019-09-30T14:22:21.360Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2019-09-30T14:22:23.254Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2019-09-30T14:22:24.184Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2019-09-30T14:22:25.117Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2019-09-30T14:22:25.690Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2019-09-30T14:22:35.646Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2019-09-30T14:22:37.016Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2019-09-30T14:22:40.291Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2019-09-30T14:22:51.320Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2019-09-30T14:22:51.320Z] Copying nested executables into bundles/cross/linux/amd64 [2019-09-30T14:22:51.320Z] Cross building: bundles/cross/windows/amd64 [2019-09-30T14:22:51.320Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2019-09-30T14:22:51.320Z] GOOS="windows" GOARCH="amd64" GOARM="" [2019-09-30T14:22:55.148Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2019-09-30T14:22:55.148Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2019-09-30T14:22:55.148Z] --- PASS: TestImportExtremelyLargeImageWorks (175.63s) [2019-09-30T14:22:55.148Z] import_test.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks" [2019-09-30T14:22:55.148Z] PASS [2019-09-30T14:22:55.148Z] [2019-09-30T14:22:55.148Z] DONE 12 tests in 179.950s [2019-09-30T14:22:55.148Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2019-09-30T14:22:55.148Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:22:55.148Z] ++ set -e [2019-09-30T14:22:55.148Z] ++ '[' -n 0 ']' [2019-09-30T14:22:55.148Z] ++ set -x [2019-09-30T14:22:55.148Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:22:55.148Z] INFO: Testing against a local daemon [2019-09-30T14:22:55.148Z] === RUN TestNetworkCreateDelete [2019-09-30T14:22:55.148Z] --- PASS: TestNetworkCreateDelete (0.13s) [2019-09-30T14:22:55.148Z] === RUN TestDockerNetworkDeletePreferID [2019-09-30T14:22:55.148Z] --- PASS: TestDockerNetworkDeletePreferID (0.34s) [2019-09-30T14:22:55.148Z] === RUN TestInspectNetwork [2019-09-30T14:22:59.324Z] === RUN TestDockerSuite/TestBuildDotDotFile [2019-09-30T14:22:59.324Z] === RUN TestDockerSuite/TestBuildEOLInLine [2019-09-30T14:23:01.219Z] === RUN TestInspectNetwork/full_network_id [2019-09-30T14:23:01.219Z] === RUN TestInspectNetwork/partial_network_id [2019-09-30T14:23:01.219Z] === RUN TestInspectNetwork/network_name [2019-09-30T14:23:01.219Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-09-30T14:23:04.491Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2019-09-30T14:23:04.491Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2019-09-30T14:23:04.748Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2019-09-30T14:23:05.678Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2019-09-30T14:23:05.678Z] --- PASS: TestInspectNetwork (10.55s) [2019-09-30T14:23:05.678Z] inspect_test.go:18: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork" [2019-09-30T14:23:05.678Z] --- PASS: TestInspectNetwork/full_network_id (0.01s) [2019-09-30T14:23:05.678Z] --- PASS: TestInspectNetwork/partial_network_id (0.01s) [2019-09-30T14:23:05.678Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-09-30T14:23:05.678Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-09-30T14:23:05.678Z] === RUN TestRunContainerWithBridgeNone [2019-09-30T14:23:05.678Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2019-09-30T14:23:05.949Z] === RUN TestDockerSuite/TestBuildEntrypoint [2019-09-30T14:23:06.206Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2019-09-30T14:23:08.730Z] --- PASS: TestRunContainerWithBridgeNone (3.12s) [2019-09-30T14:23:08.730Z] network_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone" [2019-09-30T14:23:08.730Z] === RUN TestNetworkInvalidJSON [2019-09-30T14:23:08.730Z] === RUN TestNetworkInvalidJSON//networks/create [2019-09-30T14:23:08.730Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-09-30T14:23:08.730Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-09-30T14:23:08.730Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-09-30T14:23:08.730Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-30T14:23:08.730Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-30T14:23:08.730Z] === CONT TestNetworkInvalidJSON//networks/create [2019-09-30T14:23:08.730Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-30T14:23:08.730Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-09-30T14:23:08.730Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2019-09-30T14:23:08.730Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.02s) [2019-09-30T14:23:08.730Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.02s) [2019-09-30T14:23:08.730Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-09-30T14:23:08.730Z] === RUN TestDaemonRestartWithLiveRestore [2019-09-30T14:23:08.987Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2019-09-30T14:23:09.036Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-09-30T14:23:09.036Z] [2019-09-30T14:23:09.036Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-30T14:23:09.036Z] PKG_CONFIG=pkg-config [2019-09-30T14:23:09.036Z] GOLANG_VERSION=1.13.1 [2019-09-30T14:23:09.036Z] HOSTNAME=7fcac91615cc [2019-09-30T14:23:09.036Z] DOCKER_EXPERIMENTAL=1 [2019-09-30T14:23:09.036Z] container=docker [2019-09-30T14:23:09.036Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-09-30T14:23:09.036Z] GO111MODULE=off [2019-09-30T14:23:09.036Z] GOPATH=/go [2019-09-30T14:23:09.036Z] PWD=/go/src/github.com/docker/docker [2019-09-30T14:23:09.036Z] HOME=/root [2019-09-30T14:23:09.036Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-30T14:23:09.036Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-30T14:23:09.036Z] DOCKER_GITCOMMIT=5aebd698579649f076276c70ab33e2f34634ad3e [2019-09-30T14:23:09.036Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-30T14:23:09.036Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-30T14:23:09.036Z] TERM=xterm [2019-09-30T14:23:09.036Z] DEST=bundles/test-integration [2019-09-30T14:23:09.036Z] SHLVL=1 [2019-09-30T14:23:09.036Z] TIMEOUT=120m [2019-09-30T14:23:09.036Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-30T14:23:09.036Z] DOCKER_PKG=github.com/docker/docker [2019-09-30T14:23:09.036Z] TESTDEBUG=0 [2019-09-30T14:23:09.036Z] _=/usr/bin/env [2019-09-30T14:23:09.036Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-09-30T14:23:09.919Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2019-09-30T14:23:09.919Z] service_test.go:32: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore" [2019-09-30T14:23:09.919Z] === RUN TestDaemonDefaultNetworkPools [2019-09-30T14:23:10.482Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2019-09-30T14:23:10.482Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s) [2019-09-30T14:23:10.482Z] service_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools" [2019-09-30T14:23:10.482Z] === RUN TestDaemonRestartWithExistingNetwork [2019-09-30T14:23:11.851Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.15s) [2019-09-30T14:23:11.851Z] service_test.go:98: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork" [2019-09-30T14:23:11.851Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-30T14:23:12.109Z] === RUN TestDockerSuite/TestBuildEnv [2019-09-30T14:23:13.039Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.23s) [2019-09-30T14:23:13.039Z] service_test.go:131: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange" [2019-09-30T14:23:13.039Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-09-30T14:23:13.297Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2019-09-30T14:23:13.297Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.56s) [2019-09-30T14:23:13.554Z] service_test.go:181: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool" [2019-09-30T14:23:13.554Z] === RUN TestServiceWithPredefinedNetwork [2019-09-30T14:23:14.118Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2019-09-30T14:23:14.681Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2019-09-30T14:23:14.941Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2019-09-30T14:23:16.311Z] === RUN TestDockerSuite/TestBuildEnvUsage [2019-09-30T14:23:16.336Z] --- PASS: TestImportExtremelyLargeImageWorks (127.62s) [2019-09-30T14:23:16.336Z] import_test.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks" [2019-09-30T14:23:16.336Z] PASS [2019-09-30T14:23:16.336Z] [2019-09-30T14:23:16.336Z] === Skipped [2019-09-30T14:23:16.336Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.01s) [2019-09-30T14:23:16.336Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-30T14:23:16.336Z] [2019-09-30T14:23:16.336Z] [2019-09-30T14:23:16.336Z] DONE 12 tests, 1 skipped in 129.782s [2019-09-30T14:23:16.336Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2019-09-30T14:23:16.336Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:23:16.336Z] ++ set -e [2019-09-30T14:23:16.336Z] ++ '[' -n 0 ']' [2019-09-30T14:23:16.336Z] ++ set -x [2019-09-30T14:23:16.336Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:23:16.336Z] INFO: Testing against a local daemon [2019-09-30T14:23:16.336Z] === RUN TestNetworkCreateDelete [2019-09-30T14:23:16.336Z] --- PASS: TestNetworkCreateDelete (0.16s) [2019-09-30T14:23:16.336Z] === RUN TestDockerNetworkDeletePreferID [2019-09-30T14:23:16.336Z] --- PASS: TestDockerNetworkDeletePreferID (0.45s) [2019-09-30T14:23:16.336Z] === RUN TestInspectNetwork [2019-09-30T14:23:16.874Z] --- PASS: TestServiceWithPredefinedNetwork (3.28s) [2019-09-30T14:23:16.874Z] service_test.go:203: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork" [2019-09-30T14:23:16.874Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-09-30T14:23:16.874Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-30T14:23:16.874Z] service_test.go:230: FLAKY_TEST [2019-09-30T14:23:16.874Z] === RUN TestServiceWithDataPathPortInit [2019-09-30T14:23:17.875Z] === RUN TestInspectNetwork/full_network_id [2019-09-30T14:23:17.875Z] === RUN TestInspectNetwork/partial_network_id [2019-09-30T14:23:17.875Z] === RUN TestInspectNetwork/network_name [2019-09-30T14:23:17.875Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-09-30T14:23:23.053Z] --- PASS: TestInspectNetwork (9.09s) [2019-09-30T14:23:23.053Z] inspect_test.go:18: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork" [2019-09-30T14:23:23.053Z] --- PASS: TestInspectNetwork/full_network_id (0.01s) [2019-09-30T14:23:23.053Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-09-30T14:23:23.053Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-09-30T14:23:23.053Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-09-30T14:23:23.053Z] === RUN TestRunContainerWithBridgeNone [2019-09-30T14:23:24.971Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2019-09-30T14:23:26.505Z] --- PASS: TestRunContainerWithBridgeNone (3.17s) [2019-09-30T14:23:26.505Z] network_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone" [2019-09-30T14:23:26.505Z] === RUN TestNetworkInvalidJSON [2019-09-30T14:23:26.505Z] === RUN TestNetworkInvalidJSON//networks/create [2019-09-30T14:23:26.505Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-09-30T14:23:26.505Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-09-30T14:23:26.505Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-09-30T14:23:26.505Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-30T14:23:26.505Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-30T14:23:26.505Z] === CONT TestNetworkInvalidJSON//networks/create [2019-09-30T14:23:26.505Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-30T14:23:26.505Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-09-30T14:23:26.505Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2019-09-30T14:23:26.505Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-09-30T14:23:26.506Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-09-30T14:23:26.506Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-09-30T14:23:26.506Z] === RUN TestDaemonRestartWithLiveRestore [2019-09-30T14:23:27.339Z] --- PASS: TestDaemonRestartWithLiveRestore (1.10s) [2019-09-30T14:23:27.339Z] service_test.go:32: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore" [2019-09-30T14:23:27.339Z] === RUN TestDaemonDefaultNetworkPools [2019-09-30T14:23:28.180Z] --- PASS: TestDaemonDefaultNetworkPools (0.77s) [2019-09-30T14:23:28.180Z] service_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools" [2019-09-30T14:23:28.180Z] === RUN TestDaemonRestartWithExistingNetwork [2019-09-30T14:23:29.526Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.22s) [2019-09-30T14:23:29.526Z] service_test.go:98: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork" [2019-09-30T14:23:29.526Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-30T14:23:30.401Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.26s) [2019-09-30T14:23:30.401Z] service_test.go:131: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange" [2019-09-30T14:23:30.401Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-09-30T14:23:31.324Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.61s) [2019-09-30T14:23:31.324Z] service_test.go:181: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool" [2019-09-30T14:23:31.324Z] === RUN TestServiceWithPredefinedNetwork [2019-09-30T14:23:34.747Z] --- PASS: TestServiceWithPredefinedNetwork (3.17s) [2019-09-30T14:23:34.747Z] service_test.go:203: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork" [2019-09-30T14:23:34.747Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-09-30T14:23:34.747Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-30T14:23:34.747Z] service_test.go:230: FLAKY_TEST [2019-09-30T14:23:34.747Z] === RUN TestServiceWithDataPathPortInit [2019-09-30T14:23:37.152Z] --- PASS: TestServiceWithDataPathPortInit (19.53s) [2019-09-30T14:23:37.152Z] service_test.go:323: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-09-30T14:23:37.152Z] service_test.go:355: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-09-30T14:23:37.152Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-09-30T14:23:47.103Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.56s) [2019-09-30T14:23:47.103Z] service_test.go:388: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit" [2019-09-30T14:23:47.103Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:ioy4giuoinrgn7fcncm3zqfk5 Created:2019-09-30 14:23:37.646495404 +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[f90fb141b2de6ccedc391c32ed1e134bd8334e7420221084df246293c726cafc:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.v2ojauzuvb2kz8q7q1qryp14f EndpointID:c9e47dd5d34a0cf9d7ff04f97f69bf0c948e6359203ed126daad14f3ec34f81b MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:e2de827119b8888d09fec787ec97bcf6b8634ac24870b9449e39f5d77bb79552 MacAddress:02:42:14:14:00:04 IPv4Address:20.20.0.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:12193d97b646 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.v2ojauzuvb2kz8q7q1qryp14f EndpointID:c9e47dd5d34a0cf9d7ff04f97f69bf0c948e6359203ed126daad14f3ec34f81b EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-09-30T14:23:47.103Z] PASS [2019-09-30T14:23:47.103Z] [2019-09-30T14:23:47.103Z] === Skipped [2019-09-30T14:23:47.103Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-30T14:23:47.103Z] service_test.go:230: FLAKY_TEST [2019-09-30T14:23:47.103Z] [2019-09-30T14:23:47.103Z] [2019-09-30T14:23:47.103Z] DONE 21 tests, 1 skipped in 51.437s [2019-09-30T14:23:47.103Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-09-30T14:23:47.103Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:23:47.103Z] ++ set -e [2019-09-30T14:23:47.103Z] ++ '[' -n 0 ']' [2019-09-30T14:23:47.103Z] ++ set -x [2019-09-30T14:23:47.103Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:23:47.103Z] INFO: Testing against a local daemon [2019-09-30T14:23:47.103Z] === RUN TestDockerNetworkIpvlanPersistance [2019-09-30T14:23:47.103Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2019-09-30T14:23:47.103Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-30T14:23:47.103Z] === RUN TestDockerNetworkIpvlan [2019-09-30T14:23:47.103Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-09-30T14:23:47.103Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-30T14:23:47.103Z] PASS [2019-09-30T14:23:47.103Z] [2019-09-30T14:23:47.103Z] === Skipped [2019-09-30T14:23:47.103Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2019-09-30T14:23:47.103Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-30T14:23:47.103Z] [2019-09-30T14:23:47.103Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-09-30T14:23:47.103Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-30T14:23:47.103Z] [2019-09-30T14:23:47.103Z] [2019-09-30T14:23:47.103Z] DONE 2 tests, 2 skipped in 0.174s [2019-09-30T14:23:47.103Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-09-30T14:23:47.103Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:23:47.103Z] ++ set -e [2019-09-30T14:23:47.103Z] ++ '[' -n 0 ']' [2019-09-30T14:23:47.103Z] ++ set -x [2019-09-30T14:23:47.103Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:23:47.103Z] INFO: Testing against a local daemon [2019-09-30T14:23:47.103Z] === RUN TestDockerNetworkMacvlanPersistance [2019-09-30T14:23:47.103Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2019-09-30T14:23:47.667Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.41s) [2019-09-30T14:23:47.667Z] macvlan_test.go:24: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance" [2019-09-30T14:23:47.667Z] === RUN TestDockerNetworkMacvlan [2019-09-30T14:23:48.598Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-09-30T14:23:48.855Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2019-09-30T14:23:49.426Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-09-30T14:23:50.005Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-09-30T14:23:53.280Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-09-30T14:23:54.841Z] --- PASS: TestServiceWithDataPathPortInit (17.51s) [2019-09-30T14:23:54.841Z] service_test.go:323: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-09-30T14:23:54.841Z] service_test.go:355: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-09-30T14:23:54.841Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-09-30T14:23:56.298Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-09-30T14:23:56.298Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-09-30T14:23:56.583Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-09-30T14:23:57.453Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-09-30T14:23:58.939Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2019-09-30T14:23:58.939Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2019-09-30T14:23:58.939Z] remote: Enumerating objects: 19, done. [2019-09-30T14:23:58.939Z] remote: Total 19 (delta 0), reused 0 (delta 0), pack-reused 19 [2019-09-30T14:23:58.939Z] Unpacking objects: 5% (1/19) Unpacking objects: 10% (2/19) Unpacking objects: 15% (3/19) Unpacking objects: 21% (4/19) Unpacking objects: 26% (5/19) Unpacking objects: 31% (6/19) Unpacking objects: 36% (7/19) Unpacking objects: 42% (8/19) Unpacking objects: 47% (9/19) Unpacking objects: 52% (10/19) Unpacking objects: 57% (11/19) Unpacking objects: 63% (12/19) Unpacking objects: 68% (13/19) Unpacking objects: 73% (14/19) Unpacking objects: 78% (15/19) Unpacking objects: 84% (16/19) Unpacking objects: 89% (17/19) Unpacking objects: 94% (18/19) Unpacking objects: 100% (19/19) Unpacking objects: 100% (19/19), done. [2019-09-30T14:23:58.939Z] Building: bundles/cross/windows/amd64/containerutility.exe [2019-09-30T14:23:58.939Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-09-30T14:23:59.255Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40012/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5aebd698579649f076276c70ab33e2f34634ad3e -e DOCKER_GRAPHDRIVER docker:5aebd698579649f076276c70ab33e2f34634ad3e hack/test/unit [2019-09-30T14:23:59.348Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2019-09-30T14:23:59.911Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2019-09-30T14:24:00.081Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.32s) [2019-09-30T14:24:00.082Z] service_test.go:388: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit" [2019-09-30T14:24:00.082Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:vhb588fv0vvulbg55yfy9uivv Created:2019-09-30 14:23:52.748867232 +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[9218a059c5333085c339bd1ece1467b366b968a943110f7ff8b44ea8eabd378e:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.a4vqdma8sw0trent3nmrdjhft EndpointID:0668fd0fc082a4529da180f303fc77c445b49fac219dcdad6cdb430c5f5d275b MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:dbac36f29f7b55fdb2fdd639bb9835705ba587f652dadf53fc9460ea251c3cee MacAddress:02:42:14:14:00:04 IPv4Address:20.20.0.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:b22a422a93a5 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.a4vqdma8sw0trent3nmrdjhft EndpointID:0668fd0fc082a4529da180f303fc77c445b49fac219dcdad6cdb430c5f5d275b EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-09-30T14:24:00.082Z] PASS [2019-09-30T14:24:00.082Z] [2019-09-30T14:24:00.082Z] === Skipped [2019-09-30T14:24:00.082Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-30T14:24:00.082Z] service_test.go:230: FLAKY_TEST [2019-09-30T14:24:00.082Z] [2019-09-30T14:24:00.082Z] [2019-09-30T14:24:00.082Z] DONE 21 tests, 1 skipped in 47.054s [2019-09-30T14:24:00.082Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-09-30T14:24:00.082Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:24:00.082Z] ++ set -e [2019-09-30T14:24:00.082Z] ++ '[' -n 0 ']' [2019-09-30T14:24:00.082Z] ++ set -x [2019-09-30T14:24:00.082Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:24:00.475Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2019-09-30T14:24:00.495Z] INFO: Testing against a local daemon [2019-09-30T14:24:00.495Z] === RUN TestDockerNetworkIpvlanPersistance [2019-09-30T14:24:00.495Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2019-09-30T14:24:00.495Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-30T14:24:00.495Z] === RUN TestDockerNetworkIpvlan [2019-09-30T14:24:00.495Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-09-30T14:24:00.495Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-30T14:24:00.495Z] PASS [2019-09-30T14:24:00.495Z] [2019-09-30T14:24:00.495Z] === Skipped [2019-09-30T14:24:00.495Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2019-09-30T14:24:00.495Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-30T14:24:00.495Z] [2019-09-30T14:24:00.495Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-09-30T14:24:00.495Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-30T14:24:00.495Z] [2019-09-30T14:24:00.495Z] [2019-09-30T14:24:00.495Z] DONE 2 tests, 2 skipped in 0.230s [2019-09-30T14:24:00.495Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-09-30T14:24:00.495Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:24:00.495Z] ++ set -e [2019-09-30T14:24:00.495Z] ++ '[' -n 0 ']' [2019-09-30T14:24:00.495Z] ++ set -x [2019-09-30T14:24:00.495Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:24:00.495Z] INFO: Testing against a local daemon [2019-09-30T14:24:00.495Z] === RUN TestDockerNetworkMacvlanPersistance [2019-09-30T14:24:01.040Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2019-09-30T14:24:01.857Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.54s) [2019-09-30T14:24:01.857Z] macvlan_test.go:24: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance" [2019-09-30T14:24:01.857Z] === RUN TestDockerNetworkMacvlan [2019-09-30T14:24:02.520Z] ? github.com/docker/docker/api [no test files] [2019-09-30T14:24:02.939Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2019-09-30T14:24:02.939Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2019-09-30T14:24:03.192Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-09-30T14:24:03.195Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2019-09-30T14:24:03.452Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-09-30T14:24:03.708Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2019-09-30T14:24:04.050Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-09-30T14:24:04.978Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-09-30T14:24:05.078Z] --- PASS: TestDockerNetworkMacvlan (17.65s) [2019-09-30T14:24:05.078Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-30T14:24:05.078Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.10s) [2019-09-30T14:24:05.078Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-30T14:24:05.078Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.10s) [2019-09-30T14:24:05.078Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-30T14:24:05.078Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.95s) [2019-09-30T14:24:05.078Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-30T14:24:05.078Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.97s) [2019-09-30T14:24:05.078Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-30T14:24:05.078Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.54s) [2019-09-30T14:24:05.078Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-30T14:24:05.078Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.54s) [2019-09-30T14:24:05.078Z] PASS [2019-09-30T14:24:05.078Z] [2019-09-30T14:24:05.338Z] DONE 8 tests in 19.193s [2019-09-30T14:24:05.338Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2019-09-30T14:24:05.338Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:24:05.338Z] ++ set -e [2019-09-30T14:24:05.338Z] ++ '[' -n 0 ']' [2019-09-30T14:24:05.338Z] ++ set -x [2019-09-30T14:24:05.338Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:24:05.338Z] testing: warning: no tests to run [2019-09-30T14:24:05.338Z] PASS [2019-09-30T14:24:05.338Z] [2019-09-30T14:24:05.338Z] DONE 0 tests in 0.040s [2019-09-30T14:24:05.338Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-09-30T14:24:05.338Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:24:05.338Z] ++ set -e [2019-09-30T14:24:05.338Z] ++ '[' -n 0 ']' [2019-09-30T14:24:05.338Z] ++ set -x [2019-09-30T14:24:05.338Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:24:05.600Z] INFO: Testing against a local daemon [2019-09-30T14:24:05.600Z] === RUN TestAuthZPluginAllowRequest [2019-09-30T14:24:07.395Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2019-09-30T14:24:07.395Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2019-09-30T14:24:07.395Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2019-09-30T14:24:07.395Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2019-09-30T14:24:07.395Z] === RUN TestDockerSuite/TestAPINetworkFilter [2019-09-30T14:24:07.395Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2019-09-30T14:24:07.395Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2019-09-30T14:24:07.395Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2019-09-30T14:24:07.395Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2019-09-30T14:24:07.395Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2019-09-30T14:24:07.395Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2019-09-30T14:24:07.395Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2019-09-30T14:24:07.497Z] --- PASS: TestAuthZPluginAllowRequest (1.78s) [2019-09-30T14:24:07.497Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest" [2019-09-30T14:24:07.497Z] === RUN TestAuthZPluginTLS [2019-09-30T14:24:08.061Z] --- PASS: TestAuthZPluginTLS (0.57s) [2019-09-30T14:24:08.061Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS" [2019-09-30T14:24:08.061Z] === RUN TestAuthZPluginDenyRequest [2019-09-30T14:24:08.532Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-09-30T14:24:08.624Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2019-09-30T14:24:08.624Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest" [2019-09-30T14:24:08.624Z] === RUN TestAuthZPluginAPIDenyResponse [2019-09-30T14:24:08.881Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2019-09-30T14:24:08.881Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse" [2019-09-30T14:24:08.881Z] === RUN TestAuthZPluginDenyResponse [2019-09-30T14:24:09.445Z] --- PASS: TestAuthZPluginDenyResponse (0.56s) [2019-09-30T14:24:09.445Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse" [2019-09-30T14:24:09.445Z] === RUN TestAuthZPluginAllowEventStream [2019-09-30T14:24:11.341Z] --- PASS: TestAuthZPluginAllowEventStream (1.65s) [2019-09-30T14:24:11.341Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream" [2019-09-30T14:24:11.341Z] === RUN TestAuthZPluginErrorResponse [2019-09-30T14:24:11.854Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-09-30T14:24:11.904Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2019-09-30T14:24:11.904Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse" [2019-09-30T14:24:11.904Z] === RUN TestAuthZPluginErrorRequest [2019-09-30T14:24:12.136Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2019-09-30T14:24:12.136Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2019-09-30T14:24:12.136Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2019-09-30T14:24:12.471Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2019-09-30T14:24:12.471Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest" [2019-09-30T14:24:12.471Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-09-30T14:24:12.729Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2019-09-30T14:24:12.729Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration" [2019-09-30T14:24:12.729Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-09-30T14:24:14.689Z] ok github.com/docker/docker/api/server 0.004s coverage: 9.0% of statements [2019-09-30T14:24:15.250Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.02s) [2019-09-30T14:24:15.250Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking" [2019-09-30T14:24:15.250Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-09-30T14:24:15.507Z] === RUN TestDockerSuite/TestBuildExpose [2019-09-30T14:24:15.764Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2019-09-30T14:24:15.909Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2019-09-30T14:24:16.328Z] === RUN TestDockerSuite/TestBuildExposeOrder [2019-09-30T14:24:16.892Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2019-09-30T14:24:17.149Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.33s) [2019-09-30T14:24:17.149Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom" [2019-09-30T14:24:17.149Z] === RUN TestAuthZPluginHeader [2019-09-30T14:24:17.414Z] === RUN TestDockerSuite/TestBuildFails [2019-09-30T14:24:17.979Z] --- PASS: TestAuthZPluginHeader (0.82s) [2019-09-30T14:24:17.979Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader" [2019-09-30T14:24:17.979Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-09-30T14:24:18.478Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-09-30T14:24:18.542Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2019-09-30T14:24:18.542Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2019-09-30T14:24:19.330Z] --- PASS: TestDockerNetworkMacvlan (17.17s) [2019-09-30T14:24:19.330Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-30T14:24:19.330Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2019-09-30T14:24:19.330Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-30T14:24:19.330Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.12s) [2019-09-30T14:24:19.330Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-30T14:24:19.330Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.71s) [2019-09-30T14:24:19.330Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-30T14:24:19.330Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.45s) [2019-09-30T14:24:19.330Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-30T14:24:19.330Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.67s) [2019-09-30T14:24:19.330Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-30T14:24:19.330Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.07s) [2019-09-30T14:24:19.330Z] PASS [2019-09-30T14:24:19.330Z] [2019-09-30T14:24:19.330Z] DONE 8 tests in 18.834s [2019-09-30T14:24:19.330Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2019-09-30T14:24:19.330Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:24:19.330Z] ++ set -e [2019-09-30T14:24:19.330Z] ++ '[' -n 0 ']' [2019-09-30T14:24:19.330Z] ++ set -x [2019-09-30T14:24:19.330Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:24:19.330Z] testing: warning: no tests to run [2019-09-30T14:24:19.330Z] PASS [2019-09-30T14:24:19.330Z] [2019-09-30T14:24:19.330Z] DONE 0 tests in 0.132s [2019-09-30T14:24:19.330Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-09-30T14:24:19.330Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:24:19.330Z] ++ set -e [2019-09-30T14:24:19.330Z] ++ '[' -n 0 ']' [2019-09-30T14:24:19.330Z] ++ set -x [2019-09-30T14:24:19.330Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:24:19.747Z] INFO: Testing against a local daemon [2019-09-30T14:24:19.747Z] === RUN TestAuthZPluginAllowRequest [2019-09-30T14:24:21.061Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2019-09-30T14:24:21.772Z] --- PASS: TestAuthZPluginAllowRequest (1.95s) [2019-09-30T14:24:21.772Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest" [2019-09-30T14:24:21.772Z] === RUN TestAuthZPluginTLS [2019-09-30T14:24:22.163Z] --- PASS: TestAuthZPluginTLS (0.56s) [2019-09-30T14:24:22.163Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS" [2019-09-30T14:24:22.163Z] === RUN TestAuthZPluginDenyRequest [2019-09-30T14:24:22.568Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2019-09-30T14:24:22.568Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest" [2019-09-30T14:24:22.568Z] === RUN TestAuthZPluginAPIDenyResponse [2019-09-30T14:24:22.957Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (5.00s) [2019-09-30T14:24:22.957Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2AllowNonVolumeRequest" [2019-09-30T14:24:22.957Z] === RUN TestAuthZPluginV2Disable [2019-09-30T14:24:22.957Z] === RUN TestDockerSuite/TestBuildForceRm [2019-09-30T14:24:23.049Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2019-09-30T14:24:23.049Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2019-09-30T14:24:23.049Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2019-09-30T14:24:23.049Z] === RUN TestDockerSuite/TestAttachDisconnect [2019-09-30T14:24:23.049Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2019-09-30T14:24:23.443Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2019-09-30T14:24:23.443Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse" [2019-09-30T14:24:23.443Z] === RUN TestAuthZPluginDenyResponse [2019-09-30T14:24:23.837Z] --- PASS: TestAuthZPluginDenyResponse (0.61s) [2019-09-30T14:24:23.837Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse" [2019-09-30T14:24:23.837Z] === RUN TestAuthZPluginAllowEventStream [2019-09-30T14:24:25.480Z] === RUN TestDockerSuite/TestBuildFromGit [2019-09-30T14:24:25.821Z] --- PASS: TestAuthZPluginAllowEventStream (1.99s) [2019-09-30T14:24:25.821Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream" [2019-09-30T14:24:25.821Z] === RUN TestAuthZPluginErrorResponse [2019-09-30T14:24:26.249Z] --- PASS: TestAuthZPluginErrorResponse (0.58s) [2019-09-30T14:24:26.249Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse" [2019-09-30T14:24:26.249Z] === RUN TestAuthZPluginErrorRequest [2019-09-30T14:24:26.831Z] === RUN TestDockerSuite/TestAttachPausedContainer [2019-09-30T14:24:26.831Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2019-09-30T14:24:26.831Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2019-09-30T14:24:26.849Z] --- PASS: TestAuthZPluginV2Disable (3.75s) [2019-09-30T14:24:26.849Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2Disable" [2019-09-30T14:24:26.849Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-09-30T14:24:26.849Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2019-09-30T14:24:27.135Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2019-09-30T14:24:27.135Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest" [2019-09-30T14:24:27.135Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-09-30T14:24:27.413Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2019-09-30T14:24:27.534Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2019-09-30T14:24:27.534Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration" [2019-09-30T14:24:27.534Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-09-30T14:24:28.783Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2019-09-30T14:24:30.127Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.41s) [2019-09-30T14:24:30.127Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking" [2019-09-30T14:24:30.127Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-09-30T14:24:30.152Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.44s) [2019-09-30T14:24:30.152Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2RejectVolumeRequests" [2019-09-30T14:24:30.152Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-09-30T14:24:31.086Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2019-09-30T14:24:31.650Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2019-09-30T14:24:32.214Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2019-09-30T14:24:32.678Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2019-09-30T14:24:32.768Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.52s) [2019-09-30T14:24:32.768Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom" [2019-09-30T14:24:32.768Z] === RUN TestAuthZPluginHeader [2019-09-30T14:24:33.183Z] --- PASS: TestAuthZPluginHeader (0.93s) [2019-09-30T14:24:33.183Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader" [2019-09-30T14:24:33.183Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-09-30T14:24:33.183Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.02s) [2019-09-30T14:24:33.183Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-30T14:24:33.183Z] === RUN TestAuthZPluginV2Disable [2019-09-30T14:24:33.694Z] --- SKIP: TestAuthZPluginV2Disable (0.01s) [2019-09-30T14:24:33.694Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-30T14:24:33.694Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-09-30T14:24:33.694Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-09-30T14:24:33.694Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-30T14:24:33.694Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-09-30T14:24:33.694Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-09-30T14:24:33.694Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-30T14:24:33.694Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-09-30T14:24:35.821Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-09-30T14:24:35.821Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-09-30T14:24:35.821Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-09-30T14:24:37.469Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2019-09-30T14:24:37.852Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-09-30T14:24:38.472Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-09-30T14:24:39.991Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2019-09-30T14:24:41.361Z] === RUN TestDockerSuite/TestBuildHistory [2019-09-30T14:24:41.943Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-09-30T14:24:42.295Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (12.05s) [2019-09-30T14:24:42.295Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2BadManifestFailsDaemonStart" [2019-09-30T14:24:42.295Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-09-30T14:24:43.422Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-09-30T14:24:46.469Z] === RUN TestDockerSuite/TestBuildIidFile [2019-09-30T14:24:46.469Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2019-09-30T14:24:46.883Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-09-30T14:24:47.032Z] === RUN TestDockerSuite/TestBuildInheritance [2019-09-30T14:24:47.596Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2019-09-30T14:24:48.160Z] === RUN TestDockerSuite/TestBuildInvalidTag [2019-09-30T14:24:48.160Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2019-09-30T14:24:49.549Z] === RUN TestDockerSuite/TestBuildLabel [2019-09-30T14:24:49.805Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2019-09-30T14:24:50.062Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2019-09-30T14:24:50.351Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-09-30T14:24:50.404Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.96s) [2019-09-30T14:24:50.404Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart" [2019-09-30T14:24:50.404Z] PASS [2019-09-30T14:24:50.404Z] [2019-09-30T14:24:50.404Z] === Skipped [2019-09-30T14:24:50.404Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.02s) [2019-09-30T14:24:50.404Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-30T14:24:50.404Z] [2019-09-30T14:24:50.404Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.01s) [2019-09-30T14:24:50.404Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-30T14:24:50.404Z] [2019-09-30T14:24:50.404Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-09-30T14:24:50.404Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-30T14:24:50.404Z] [2019-09-30T14:24:50.404Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-09-30T14:24:50.404Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-30T14:24:50.404Z] [2019-09-30T14:24:50.404Z] [2019-09-30T14:24:50.404Z] DONE 17 tests, 4 skipped in 30.962s [2019-09-30T14:24:50.404Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-09-30T14:24:50.404Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:24:50.404Z] ++ set -e [2019-09-30T14:24:50.404Z] ++ '[' -n 0 ']' [2019-09-30T14:24:50.404Z] ++ set -x [2019-09-30T14:24:50.404Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:24:50.626Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2019-09-30T14:24:50.788Z] INFO: Testing against a local daemon [2019-09-30T14:24:50.788Z] === RUN TestPluginInvalidJSON [2019-09-30T14:24:50.788Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-09-30T14:24:50.788Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-09-30T14:24:50.788Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-09-30T14:24:50.788Z] --- PASS: TestPluginInvalidJSON (0.04s) [2019-09-30T14:24:50.788Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-09-30T14:24:50.788Z] PASS [2019-09-30T14:24:50.788Z] [2019-09-30T14:24:50.788Z] DONE 2 tests in 0.383s [2019-09-30T14:24:50.788Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-09-30T14:24:50.788Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:24:50.788Z] ++ set -e [2019-09-30T14:24:50.788Z] ++ '[' -n 0 ']' [2019-09-30T14:24:50.788Z] ++ set -x [2019-09-30T14:24:50.788Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:24:50.788Z] INFO: Testing against a local daemon [2019-09-30T14:24:50.788Z] === RUN TestExternalGraphDriver [2019-09-30T14:24:50.884Z] === RUN TestDockerSuite/TestBuildLabels [2019-09-30T14:24:51.199Z] === RUN TestExternalGraphDriver/json [2019-09-30T14:24:51.455Z] === RUN TestDockerSuite/TestBuildLabelsCache [2019-09-30T14:24:52.824Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2019-09-30T14:24:53.389Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2019-09-30T14:24:53.742Z] === RUN TestExternalGraphDriver/spec [2019-09-30T14:24:53.810Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-09-30T14:24:55.292Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-09-30T14:24:55.910Z] === RUN TestDockerSuite/TestBuildLastModified [2019-09-30T14:24:56.375Z] === RUN TestExternalGraphDriver/pull [2019-09-30T14:24:58.448Z] --- PASS: TestExternalGraphDriver (7.33s) [2019-09-30T14:24:58.448Z] external_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver" [2019-09-30T14:24:58.448Z] --- PASS: TestExternalGraphDriver/json (2.19s) [2019-09-30T14:24:58.448Z] --- PASS: TestExternalGraphDriver/spec (2.52s) [2019-09-30T14:24:58.448Z] --- PASS: TestExternalGraphDriver/pull (2.42s) [2019-09-30T14:24:58.448Z] === RUN TestGraphdriverPluginV2 [2019-09-30T14:24:58.448Z] --- SKIP: TestGraphdriverPluginV2 (0.07s) [2019-09-30T14:24:58.448Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-30T14:24:58.448Z] PASS [2019-09-30T14:24:58.448Z] [2019-09-30T14:24:58.448Z] === Skipped [2019-09-30T14:24:58.448Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.07s) [2019-09-30T14:24:58.448Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-30T14:24:58.448Z] [2019-09-30T14:24:58.448Z] [2019-09-30T14:24:58.448Z] DONE 5 tests, 1 skipped in 7.601s [2019-09-30T14:24:58.448Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-09-30T14:24:58.448Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:24:58.448Z] ++ set -e [2019-09-30T14:24:58.448Z] ++ '[' -n 0 ']' [2019-09-30T14:24:58.448Z] ++ set -x [2019-09-30T14:24:58.448Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:24:58.448Z] INFO: Testing against a local daemon [2019-09-30T14:24:58.448Z] === RUN TestContinueAfterPluginCrash [2019-09-30T14:24:58.448Z] === PAUSE TestContinueAfterPluginCrash [2019-09-30T14:24:58.448Z] === RUN TestDaemonStartWithLogOpt [2019-09-30T14:24:58.448Z] === PAUSE TestDaemonStartWithLogOpt [2019-09-30T14:24:58.448Z] === CONT TestContinueAfterPluginCrash [2019-09-30T14:24:58.448Z] === CONT TestDaemonStartWithLogOpt [2019-09-30T14:24:59.182Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.60s) [2019-09-30T14:24:59.182Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart" [2019-09-30T14:24:59.182Z] PASS [2019-09-30T14:24:59.182Z] [2019-09-30T14:24:59.182Z] DONE 17 tests in 53.554s [2019-09-30T14:24:59.182Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-09-30T14:24:59.182Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:24:59.182Z] ++ set -e [2019-09-30T14:24:59.182Z] ++ '[' -n 0 ']' [2019-09-30T14:24:59.182Z] ++ set -x [2019-09-30T14:24:59.182Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:24:59.182Z] INFO: Testing against a local daemon [2019-09-30T14:24:59.182Z] === RUN TestPluginInvalidJSON [2019-09-30T14:24:59.182Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-09-30T14:24:59.182Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-09-30T14:24:59.182Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-09-30T14:24:59.182Z] --- PASS: TestPluginInvalidJSON (0.05s) [2019-09-30T14:24:59.182Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2019-09-30T14:24:59.182Z] PASS [2019-09-30T14:24:59.182Z] [2019-09-30T14:24:59.182Z] DONE 2 tests in 0.239s [2019-09-30T14:24:59.182Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-09-30T14:24:59.182Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:24:59.182Z] ++ set -e [2019-09-30T14:24:59.182Z] ++ '[' -n 0 ']' [2019-09-30T14:24:59.182Z] ++ set -x [2019-09-30T14:24:59.182Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:24:59.182Z] INFO: Testing against a local daemon [2019-09-30T14:24:59.182Z] === RUN TestExternalGraphDriver [2019-09-30T14:24:59.439Z] === RUN TestExternalGraphDriver/json [2019-09-30T14:24:59.706Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-09-30T14:25:00.737Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-09-30T14:25:01.332Z] === RUN TestDockerSuite/TestBuildLineBreak [2019-09-30T14:25:01.589Z] === RUN TestExternalGraphDriver/spec [2019-09-30T14:25:02.840Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-09-30T14:25:04.110Z] === RUN TestExternalGraphDriver/pull [2019-09-30T14:25:04.882Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-09-30T14:25:04.882Z] Using test binary docker [2019-09-30T14:25:04.882Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-09-30T14:25:04.882Z] +++ /etc/init.d/apparmor start [2019-09-30T14:25:04.882Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-30T14:25:04.882Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-30T14:25:04.882Z] Warning failed to create cache: (null) [2019-09-30T14:25:04.882Z] . [2019-09-30T14:25:04.882Z] INFO: Waiting for daemon to start... [2019-09-30T14:25:04.882Z] Starting dockerd [2019-09-30T14:25:04.882Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2019-09-30T14:25:05.481Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2019-09-30T14:25:05.481Z] --- PASS: TestExternalGraphDriver (6.17s) [2019-09-30T14:25:05.481Z] external_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver" [2019-09-30T14:25:05.481Z] --- PASS: TestExternalGraphDriver/json (2.17s) [2019-09-30T14:25:05.481Z] --- PASS: TestExternalGraphDriver/spec (2.04s) [2019-09-30T14:25:05.481Z] --- PASS: TestExternalGraphDriver/pull (1.82s) [2019-09-30T14:25:05.481Z] === RUN TestGraphdriverPluginV2 [2019-09-30T14:25:05.481Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2019-09-30T14:25:05.738Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2019-09-30T14:25:05.738Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2019-09-30T14:25:05.996Z] === RUN TestDockerSuite/TestBuildMaintainer [2019-09-30T14:25:06.253Z] === RUN TestDockerSuite/TestBuildMissingArgs [2019-09-30T14:25:06.910Z] . [2019-09-30T14:25:06.910Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-09-30T14:25:06.910Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-09-30T14:25:06.910Z] Error: No such image: emptyfs [2019-09-30T14:25:06.910Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-09-30T14:25:06.910Z] ++++ docker load [2019-09-30T14:25:07.196Z] Running integration-test (iteration 1) [2019-09-30T14:25:07.196Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2019-09-30T14:25:07.196Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:25:07.196Z] ++ set -e [2019-09-30T14:25:07.196Z] ++ '[' -n 0 ']' [2019-09-30T14:25:07.196Z] ++ set -x [2019-09-30T14:25:07.196Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:25:07.625Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2019-09-30T14:25:09.521Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2019-09-30T14:25:10.452Z] --- PASS: TestGraphdriverPluginV2 (4.96s) [2019-09-30T14:25:10.452Z] external_test.go:413: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestGraphdriverPluginV2" [2019-09-30T14:25:10.452Z] PASS [2019-09-30T14:25:10.452Z] [2019-09-30T14:25:10.452Z] DONE 5 tests in 11.300s [2019-09-30T14:25:10.452Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-09-30T14:25:10.452Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:25:10.453Z] ++ set -e [2019-09-30T14:25:10.453Z] ++ '[' -n 0 ']' [2019-09-30T14:25:10.453Z] ++ set -x [2019-09-30T14:25:10.453Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:25:10.709Z] INFO: Testing against a local daemon [2019-09-30T14:25:10.709Z] === RUN TestContinueAfterPluginCrash [2019-09-30T14:25:10.709Z] === PAUSE TestContinueAfterPluginCrash [2019-09-30T14:25:10.709Z] === RUN TestDaemonStartWithLogOpt [2019-09-30T14:25:10.709Z] === PAUSE TestDaemonStartWithLogOpt [2019-09-30T14:25:10.709Z] === CONT TestContinueAfterPluginCrash [2019-09-30T14:25:10.709Z] === CONT TestDaemonStartWithLogOpt [2019-09-30T14:25:12.753Z] --- PASS: TestDaemonStartWithLogOpt (14.10s) [2019-09-30T14:25:12.753Z] validation_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt" [2019-09-30T14:25:14.887Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2019-09-30T14:25:15.145Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2019-09-30T14:25:16.076Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2019-09-30T14:25:17.960Z] --- PASS: TestContinueAfterPluginCrash (19.01s) [2019-09-30T14:25:17.960Z] logging_linux_test.go:22: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash" [2019-09-30T14:25:17.960Z] PASS [2019-09-30T14:25:17.960Z] [2019-09-30T14:25:17.960Z] DONE 2 tests in 19.217s [2019-09-30T14:25:17.960Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-09-30T14:25:17.960Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:25:17.960Z] ++ set -e [2019-09-30T14:25:17.960Z] ++ '[' -n 0 ']' [2019-09-30T14:25:17.960Z] ++ set -x [2019-09-30T14:25:17.960Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:25:17.960Z] INFO: Testing against a local daemon [2019-09-30T14:25:17.960Z] === RUN TestPluginWithDevMounts [2019-09-30T14:25:17.960Z] === PAUSE TestPluginWithDevMounts [2019-09-30T14:25:17.960Z] === CONT TestPluginWithDevMounts [2019-09-30T14:25:17.978Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2019-09-30T14:25:19.998Z] --- PASS: TestPluginWithDevMounts (2.29s) [2019-09-30T14:25:19.999Z] mounts_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts" [2019-09-30T14:25:19.999Z] PASS [2019-09-30T14:25:19.999Z] [2019-09-30T14:25:19.999Z] DONE 1 tests in 2.520s [2019-09-30T14:25:19.999Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2019-09-30T14:25:19.999Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:25:19.999Z] ++ set -e [2019-09-30T14:25:19.999Z] ++ '[' -n 0 ']' [2019-09-30T14:25:19.999Z] ++ set -x [2019-09-30T14:25:19.999Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:25:20.820Z] INFO: Testing against a local daemon [2019-09-30T14:25:20.820Z] === RUN TestSecretInspect [2019-09-30T14:25:22.316Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-09-30T14:25:22.317Z] ok github.com/docker/docker/api/server/httputils 0.006s coverage: 14.7% of statements [2019-09-30T14:25:22.317Z] ok github.com/docker/docker/api/server/middleware 0.007s coverage: 37.7% of statements [2019-09-30T14:25:22.317Z] ? github.com/docker/docker/api/server/router [no test files] [2019-09-30T14:25:22.317Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-09-30T14:25:22.317Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-09-30T14:25:22.317Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-09-30T14:25:22.317Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-09-30T14:25:22.317Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-09-30T14:25:22.317Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-09-30T14:25:22.317Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-09-30T14:25:22.317Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-09-30T14:25:22.317Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-09-30T14:25:22.317Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-09-30T14:25:22.317Z] ok github.com/docker/docker/api/server/router/swarm 0.014s coverage: 4.0% of statements [2019-09-30T14:25:22.317Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-09-30T14:25:22.317Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-09-30T14:25:22.317Z] ? github.com/docker/docker/api/types [no test files] [2019-09-30T14:25:22.317Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-09-30T14:25:22.317Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-09-30T14:25:22.317Z] ? github.com/docker/docker/api/types/container [no test files] [2019-09-30T14:25:22.317Z] ? github.com/docker/docker/api/types/events [no test files] [2019-09-30T14:25:22.317Z] ok github.com/docker/docker/api/types/strslice 0.011s coverage: 90.0% of statements [2019-09-30T14:25:22.317Z] ok github.com/docker/docker/api/types/filters 0.004s coverage: 95.2% of statements [2019-09-30T14:25:22.317Z] ? github.com/docker/docker/api/types/image [no test files] [2019-09-30T14:25:22.317Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-09-30T14:25:22.317Z] ? github.com/docker/docker/api/types/network [no test files] [2019-09-30T14:25:22.317Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-09-30T14:25:22.317Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-09-30T14:25:22.317Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-09-30T14:25:22.317Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-09-30T14:25:22.317Z] ok github.com/docker/docker/api/types/versions 0.010s coverage: 75.0% of statements [2019-09-30T14:25:22.317Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2019-09-30T14:25:22.317Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-09-30T14:25:22.317Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-09-30T14:25:22.317Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-09-30T14:25:22.317Z] ? github.com/docker/docker/builder [no test files] [2019-09-30T14:25:22.317Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-09-30T14:25:22.317Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-09-30T14:25:22.317Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-09-30T14:25:22.317Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-09-30T14:25:22.317Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-09-30T14:25:22.317Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-09-30T14:25:22.317Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-09-30T14:25:22.317Z] ok github.com/docker/docker/builder/dockerignore 0.002s coverage: 96.8% of statements [2019-09-30T14:25:22.454Z] Loaded image: buildpack-deps:jessie [2019-09-30T14:25:22.454Z] Loaded image: busybox:latest [2019-09-30T14:25:22.454Z] Loaded image: busybox:glibc [2019-09-30T14:25:22.454Z] Loaded image: debian:jessie [2019-09-30T14:25:22.454Z] Loaded image: hello-world:latest [2019-09-30T14:25:22.454Z] INFO: Testing against a local daemon [2019-09-30T14:25:22.454Z] === RUN TestCgroupNamespacesBuild [2019-09-30T14:25:23.466Z] --- PASS: TestCgroupNamespacesBuild (1.68s) [2019-09-30T14:25:23.466Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild" [2019-09-30T14:25:23.466Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-09-30T14:25:23.681Z] ok github.com/docker/docker/builder/fscache 0.112s coverage: 69.2% of statements [2019-09-30T14:25:23.937Z] ok github.com/docker/docker/builder/dockerfile 0.552s coverage: 46.6% of statements [2019-09-30T14:25:24.132Z] --- PASS: TestSecretInspect (3.04s) [2019-09-30T14:25:24.132Z] secret_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect" [2019-09-30T14:25:24.132Z] === RUN TestSecretList [2019-09-30T14:25:24.947Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.67s) [2019-09-30T14:25:24.947Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode" [2019-09-30T14:25:24.947Z] === RUN TestBuildWithSession [2019-09-30T14:25:26.461Z] ok github.com/docker/docker/builder/remotecontext 0.172s coverage: 13.6% of statements [2019-09-30T14:25:26.461Z] ok github.com/docker/docker/builder/remotecontext/git 1.079s coverage: 85.1% of statements [2019-09-30T14:25:26.461Z] ? github.com/docker/docker/cli [no test files] [2019-09-30T14:25:26.461Z] ? github.com/docker/docker/cli/config [no test files] [2019-09-30T14:25:26.716Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2019-09-30T14:25:26.994Z] --- PASS: TestSecretList (3.32s) [2019-09-30T14:25:26.994Z] secret_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretList" [2019-09-30T14:25:26.994Z] === RUN TestSecretsCreateAndDelete [2019-09-30T14:25:27.641Z] --- PASS: TestBuildWithSession (2.32s) [2019-09-30T14:25:27.641Z] === RUN TestBuildSquashParent [2019-09-30T14:25:27.932Z] --- PASS: TestDaemonStartWithLogOpt (15.75s) [2019-09-30T14:25:27.932Z] validation_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt" [2019-09-30T14:25:29.825Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2019-09-30T14:25:30.373Z] --- PASS: TestSecretsCreateAndDelete (3.03s) [2019-09-30T14:25:30.373Z] secret_test.go:125: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete" [2019-09-30T14:25:30.373Z] === RUN TestSecretsUpdate [2019-09-30T14:25:31.725Z] --- PASS: TestContinueAfterPluginCrash (20.88s) [2019-09-30T14:25:31.725Z] logging_linux_test.go:22: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash" [2019-09-30T14:25:31.725Z] PASS [2019-09-30T14:25:31.725Z] [2019-09-30T14:25:31.725Z] DONE 2 tests in 21.092s [2019-09-30T14:25:31.725Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-09-30T14:25:31.725Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:25:31.725Z] ++ set -e [2019-09-30T14:25:31.725Z] ++ '[' -n 0 ']' [2019-09-30T14:25:31.725Z] ++ set -x [2019-09-30T14:25:31.725Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:25:31.725Z] INFO: Testing against a local daemon [2019-09-30T14:25:31.725Z] === RUN TestPluginWithDevMounts [2019-09-30T14:25:31.725Z] === PAUSE TestPluginWithDevMounts [2019-09-30T14:25:31.725Z] === CONT TestPluginWithDevMounts [2019-09-30T14:25:31.959Z] ok github.com/docker/docker/client 0.187s coverage: 75.8% of statements [2019-09-30T14:25:32.927Z] --- PASS: TestSecretsUpdate (3.10s) [2019-09-30T14:25:32.927Z] secret_test.go:172: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate" [2019-09-30T14:25:32.927Z] === RUN TestTemplatedSecret [2019-09-30T14:25:33.146Z] --- PASS: TestBuildSquashParent (5.14s) [2019-09-30T14:25:33.147Z] === RUN TestBuildWithRemoveAndForceRemove [2019-09-30T14:25:33.147Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-30T14:25:33.147Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-30T14:25:33.147Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-30T14:25:33.147Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-30T14:25:33.147Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-30T14:25:33.147Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-30T14:25:33.147Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-30T14:25:33.147Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-30T14:25:33.147Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-30T14:25:33.147Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-30T14:25:33.147Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-30T14:25:33.147Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-30T14:25:33.147Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-30T14:25:33.147Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-30T14:25:33.147Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-30T14:25:33.147Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-30T14:25:33.619Z] --- PASS: TestPluginWithDevMounts (1.95s) [2019-09-30T14:25:33.619Z] mounts_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts" [2019-09-30T14:25:33.619Z] PASS [2019-09-30T14:25:33.619Z] [2019-09-30T14:25:33.619Z] DONE 1 tests in 2.171s [2019-09-30T14:25:33.619Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2019-09-30T14:25:33.619Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:25:33.619Z] ++ set -e [2019-09-30T14:25:33.619Z] ++ '[' -n 0 ']' [2019-09-30T14:25:33.619Z] ++ set -x [2019-09-30T14:25:33.619Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:25:33.876Z] INFO: Testing against a local daemon [2019-09-30T14:25:33.876Z] === RUN TestSecretInspect [2019-09-30T14:25:34.133Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2019-09-30T14:25:35.502Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2019-09-30T14:25:35.849Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-30T14:25:35.849Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-30T14:25:37.358Z] --- PASS: TestTemplatedSecret (3.99s) [2019-09-30T14:25:37.358Z] secret_test.go:221: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret" [2019-09-30T14:25:37.358Z] === RUN TestSecretCreateResolve [2019-09-30T14:25:37.398Z] --- PASS: TestSecretInspect (3.21s) [2019-09-30T14:25:37.398Z] secret_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect" [2019-09-30T14:25:37.398Z] === RUN TestSecretList [2019-09-30T14:25:38.331Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2019-09-30T14:25:38.331Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2019-09-30T14:25:38.528Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.05s) [2019-09-30T14:25:38.528Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.37s) [2019-09-30T14:25:38.528Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.39s) [2019-09-30T14:25:38.528Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.44s) [2019-09-30T14:25:38.528Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.50s) [2019-09-30T14:25:38.528Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.31s) [2019-09-30T14:25:38.528Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.38s) [2019-09-30T14:25:38.528Z] === RUN TestBuildMultiStageCopy [2019-09-30T14:25:38.528Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-30T14:25:40.225Z] --- PASS: TestSecretList (3.08s) [2019-09-30T14:25:40.226Z] secret_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretList" [2019-09-30T14:25:40.226Z] === RUN TestSecretsCreateAndDelete [2019-09-30T14:25:40.558Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-30T14:25:40.558Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-30T14:25:40.695Z] --- PASS: TestSecretCreateResolve (3.11s) [2019-09-30T14:25:40.695Z] secret_test.go:342: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve" [2019-09-30T14:25:40.695Z] PASS [2019-09-30T14:25:40.695Z] [2019-09-30T14:25:40.695Z] DONE 6 tests in 20.039s [2019-09-30T14:25:40.695Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2019-09-30T14:25:40.695Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:25:40.695Z] ++ set -e [2019-09-30T14:25:40.695Z] ++ '[' -n 0 ']' [2019-09-30T14:25:40.695Z] ++ set -x [2019-09-30T14:25:40.695Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:25:41.155Z] INFO: Testing against a local daemon [2019-09-30T14:25:41.155Z] === RUN TestServiceCreateInit [2019-09-30T14:25:41.155Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-09-30T14:25:41.174Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-30T14:25:41.460Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-30T14:25:42.079Z] --- PASS: TestBuildMultiStageCopy (3.57s) [2019-09-30T14:25:42.079Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.99s) [2019-09-30T14:25:42.079Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.35s) [2019-09-30T14:25:42.079Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.38s) [2019-09-30T14:25:42.079Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.40s) [2019-09-30T14:25:42.079Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.44s) [2019-09-30T14:25:42.079Z] === RUN TestBuildMultiStageParentConfig [2019-09-30T14:25:43.092Z] --- PASS: TestBuildMultiStageParentConfig (0.99s) [2019-09-30T14:25:43.092Z] === RUN TestBuildLabelWithTargets [2019-09-30T14:25:43.497Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2019-09-30T14:25:43.498Z] --- PASS: TestSecretsCreateAndDelete (3.07s) [2019-09-30T14:25:43.498Z] secret_test.go:125: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete" [2019-09-30T14:25:43.498Z] === RUN TestSecretsUpdate [2019-09-30T14:25:43.755Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2019-09-30T14:25:44.318Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2019-09-30T14:25:44.566Z] --- PASS: TestBuildLabelWithTargets (1.56s) [2019-09-30T14:25:44.566Z] === RUN TestBuildWithEmptyLayers [2019-09-30T14:25:45.184Z] --- PASS: TestBuildWithEmptyLayers (0.79s) [2019-09-30T14:25:45.184Z] === RUN TestBuildMultiStageOnBuild [2019-09-30T14:25:46.447Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-09-30T14:25:46.844Z] === RUN TestDockerSuite/TestBuildMultipleTags [2019-09-30T14:25:47.100Z] --- PASS: TestSecretsUpdate (3.91s) [2019-09-30T14:25:47.101Z] secret_test.go:172: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate" [2019-09-30T14:25:47.101Z] === RUN TestTemplatedSecret [2019-09-30T14:25:47.357Z] === RUN TestDockerSuite/TestBuildNetContainer [2019-09-30T14:25:47.905Z] --- PASS: TestBuildMultiStageOnBuild (2.30s) [2019-09-30T14:25:47.905Z] === RUN TestBuildUncleanTarFilenames [2019-09-30T14:25:47.922Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2019-09-30T14:25:48.522Z] --- PASS: TestBuildUncleanTarFilenames (1.12s) [2019-09-30T14:25:48.522Z] === RUN TestBuildMultiStageLayerLeak [2019-09-30T14:25:50.444Z] === RUN TestDockerSuite/TestBuildNetNone [2019-09-30T14:25:51.007Z] === RUN TestDockerSuite/TestBuildNoContext [2019-09-30T14:25:51.210Z] --- PASS: TestBuildMultiStageLayerLeak (2.35s) [2019-09-30T14:25:51.210Z] === RUN TestBuildWithHugeFile [2019-09-30T14:25:51.263Z] --- PASS: TestTemplatedSecret (4.03s) [2019-09-30T14:25:51.263Z] secret_test.go:221: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret" [2019-09-30T14:25:51.263Z] === RUN TestSecretCreateResolve [2019-09-30T14:25:51.921Z] --- PASS: TestServiceCreateInit (10.35s) [2019-09-30T14:25:51.921Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.05s) [2019-09-30T14:25:51.921Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled" [2019-09-30T14:25:51.921Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.28s) [2019-09-30T14:25:51.921Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled" [2019-09-30T14:25:51.921Z] === RUN TestCreateServiceMultipleTimes [2019-09-30T14:25:52.632Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2019-09-30T14:25:53.571Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2019-09-30T14:25:54.499Z] --- PASS: TestSecretCreateResolve (3.11s) [2019-09-30T14:25:54.499Z] secret_test.go:342: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve" [2019-09-30T14:25:54.499Z] PASS [2019-09-30T14:25:54.499Z] [2019-09-30T14:25:54.499Z] DONE 6 tests in 20.560s [2019-09-30T14:25:54.499Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2019-09-30T14:25:54.499Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:25:54.499Z] ++ set -e [2019-09-30T14:25:54.499Z] ++ '[' -n 0 ']' [2019-09-30T14:25:54.499Z] ++ set -x [2019-09-30T14:25:54.499Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:25:54.499Z] INFO: Testing against a local daemon [2019-09-30T14:25:54.499Z] === RUN TestServiceCreateInit [2019-09-30T14:25:54.499Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-09-30T14:25:55.867Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2019-09-30T14:25:55.867Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2019-09-30T14:25:55.867Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2019-09-30T14:25:56.433Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2019-09-30T14:25:56.996Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2019-09-30T14:25:57.559Z] === RUN TestDockerSuite/TestBuildOnBuild [2019-09-30T14:26:00.080Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-09-30T14:26:00.336Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2019-09-30T14:26:00.900Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2019-09-30T14:26:02.270Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2019-09-30T14:26:03.980Z] ok github.com/docker/docker/cmd/dockerd 0.086s coverage: 30.1% of statements [2019-09-30T14:26:04.165Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2019-09-30T14:26:05.393Z] ok github.com/docker/docker/container 0.121s coverage: 35.3% of statements [2019-09-30T14:26:05.393Z] ? github.com/docker/docker/container/stream [no test files] [2019-09-30T14:26:05.393Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-09-30T14:26:05.393Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-09-30T14:26:05.393Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-09-30T14:26:06.061Z] --- PASS: TestServiceCreateInit (11.22s) [2019-09-30T14:26:06.061Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.51s) [2019-09-30T14:26:06.061Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled" [2019-09-30T14:26:06.061Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.68s) [2019-09-30T14:26:06.061Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled" [2019-09-30T14:26:06.061Z] === RUN TestCreateServiceMultipleTimes [2019-09-30T14:26:06.319Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2019-09-30T14:26:09.597Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2019-09-30T14:26:10.529Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2019-09-30T14:26:12.044Z] --- PASS: TestCreateServiceMultipleTimes (19.20s) [2019-09-30T14:26:12.044Z] create_test.go:80: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes" [2019-09-30T14:26:12.044Z] === RUN TestCreateServiceConflict [2019-09-30T14:26:12.424Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2019-09-30T14:26:12.681Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2019-09-30T14:26:14.630Z] --- PASS: TestCreateServiceConflict (3.69s) [2019-09-30T14:26:14.630Z] create_test.go:129: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict" [2019-09-30T14:26:14.630Z] === RUN TestCreateServiceMaxReplicas [2019-09-30T14:26:15.331Z] ok github.com/docker/docker/daemon/cluster 0.051s coverage: 0.5% of statements [2019-09-30T14:26:15.331Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2019-09-30T14:26:16.696Z] ok github.com/docker/docker/daemon/cluster/convert 0.007s coverage: 35.8% of statements [2019-09-30T14:26:16.856Z] === RUN TestDockerSuite/TestBuildPATH [2019-09-30T14:26:18.919Z] --- PASS: TestCreateServiceMaxReplicas (4.67s) [2019-09-30T14:26:18.920Z] create_test.go:150: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas" [2019-09-30T14:26:18.920Z] === RUN TestCreateWithDuplicateNetworkNames [2019-09-30T14:26:20.128Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2019-09-30T14:26:20.693Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2019-09-30T14:26:22.063Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2019-09-30T14:26:24.777Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.430s coverage: 13.7% of statements [2019-09-30T14:26:26.139Z] ok github.com/docker/docker/daemon 12.181s coverage: 17.6% of statements [2019-09-30T14:26:26.139Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-09-30T14:26:26.139Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-09-30T14:26:26.139Z] ok github.com/docker/docker/daemon/config 0.042s coverage: 84.6% of statements [2019-09-30T14:26:27.065Z] ok github.com/docker/docker/daemon/discovery 0.027s coverage: 30.0% of statements [2019-09-30T14:26:27.321Z] ok github.com/docker/docker/daemon/events 0.060s coverage: 50.0% of statements [2019-09-30T14:26:27.321Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-09-30T14:26:27.321Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-09-30T14:26:28.640Z] --- PASS: TestCreateServiceMultipleTimes (22.21s) [2019-09-30T14:26:28.640Z] create_test.go:80: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes" [2019-09-30T14:26:28.640Z] === RUN TestCreateServiceConflict [2019-09-30T14:26:29.233Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.2% of statements [2019-09-30T14:26:29.262Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2019-09-30T14:26:29.262Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2019-09-30T14:26:31.141Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.004s coverage: 2.9% of statements [2019-09-30T14:26:31.161Z] --- PASS: TestCreateServiceConflict (2.97s) [2019-09-30T14:26:31.161Z] create_test.go:129: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict" [2019-09-30T14:26:31.161Z] === RUN TestCreateServiceMaxReplicas [2019-09-30T14:26:31.703Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.199s coverage: 57.0% of statements [2019-09-30T14:26:32.092Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2019-09-30T14:26:33.950Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2019-09-30T14:26:33.951Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2019-09-30T14:26:34.973Z] ok github.com/docker/docker/daemon/graphdriver/aufs 5.501s coverage: 72.5% of statements [2019-09-30T14:26:35.364Z] --- PASS: TestCreateServiceMaxReplicas (3.97s) [2019-09-30T14:26:35.364Z] create_test.go:150: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas" [2019-09-30T14:26:35.364Z] === RUN TestCreateWithDuplicateNetworkNames [2019-09-30T14:26:35.535Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.008s coverage: 46.2% of statements [2019-09-30T14:26:35.535Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-09-30T14:26:35.655Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.20s) [2019-09-30T14:26:35.655Z] create_test.go:171: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames" [2019-09-30T14:26:35.655Z] === RUN TestCreateServiceSecretFileMode [2019-09-30T14:26:36.732Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2019-09-30T14:26:37.423Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.019s coverage: 51.0% of statements [2019-09-30T14:26:38.156Z] --- PASS: TestCreateServiceSecretFileMode (3.82s) [2019-09-30T14:26:38.156Z] create_test.go:224: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode" [2019-09-30T14:26:38.156Z] === RUN TestCreateServiceConfigFileMode [2019-09-30T14:26:38.634Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2019-09-30T14:26:39.092Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2019-09-30T14:26:39.092Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2019-09-30T14:26:39.092Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2019-09-30T14:26:39.092Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2019-09-30T14:26:39.253Z] === RUN TestDockerSuite/TestBuildRm [2019-09-30T14:26:39.312Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.315s coverage: 76.1% of statements [2019-09-30T14:26:39.550Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2019-09-30T14:26:39.873Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.012s coverage: 58.0% of statements [2019-09-30T14:26:40.129Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 3.061s coverage: 57.2% of statements [2019-09-30T14:26:40.129Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-09-30T14:26:40.129Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-09-30T14:26:40.518Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2019-09-30T14:26:41.493Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.007s coverage: 3.0% of statements [2019-09-30T14:26:42.421Z] ok github.com/docker/docker/daemon/links 0.002s coverage: 93.0% of statements [2019-09-30T14:26:42.521Z] --- PASS: TestCreateServiceConfigFileMode (4.75s) [2019-09-30T14:26:42.521Z] create_test.go:288: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode" [2019-09-30T14:26:42.521Z] === RUN TestCreateServiceSysctls [2019-09-30T14:26:42.526Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2019-09-30T14:26:43.347Z] ok github.com/docker/docker/daemon/images 0.012s coverage: 4.9% of statements [2019-09-30T14:26:43.347Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-09-30T14:26:43.347Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-09-30T14:26:43.420Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2019-09-30T14:26:43.457Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2019-09-30T14:26:44.273Z] ok github.com/docker/docker/daemon/logger 0.217s coverage: 42.7% of statements [2019-09-30T14:26:44.386Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2019-09-30T14:26:44.386Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2019-09-30T14:26:44.825Z] === RUN TestDockerSuite/TestBuildScratchCopy [2019-09-30T14:26:44.844Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2019-09-30T14:26:44.844Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2019-09-30T14:26:45.389Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2019-09-30T14:26:45.636Z] ok github.com/docker/docker/daemon/logger/awslogs 0.167s coverage: 77.4% of statements [2019-09-30T14:26:45.636Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-09-30T14:26:45.636Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-09-30T14:26:45.636Z] ok github.com/docker/docker/daemon/logger/gelf 0.011s coverage: 68.2% of statements [2019-09-30T14:26:45.951Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2019-09-30T14:26:46.566Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 26.2% of statements [2019-09-30T14:26:46.821Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.008s coverage: 62.1% of statements [2019-09-30T14:26:47.018Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2019-09-30T14:26:47.077Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.006s coverage: 88.3% of statements [2019-09-30T14:26:47.321Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2019-09-30T14:26:47.753Z] --- PASS: TestCreateServiceSysctls (4.88s) [2019-09-30T14:26:47.753Z] create_test.go:378: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls" [2019-09-30T14:26:47.753Z] === RUN TestCreateServiceCapabilities [2019-09-30T14:26:48.004Z] ok github.com/docker/docker/daemon/logger/local 0.012s coverage: 74.7% of statements [2019-09-30T14:26:48.004Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-09-30T14:26:48.565Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.035s coverage: 20.0% of statements [2019-09-30T14:26:48.689Z] === RUN TestDockerSuite/TestBuildShellInherited [2019-09-30T14:26:49.619Z] === RUN TestDockerSuite/TestBuildShellMultiple [2019-09-30T14:26:49.929Z] ok github.com/docker/docker/daemon/logger/syslog 0.005s coverage: 47.8% of statements [2019-09-30T14:26:50.492Z] ok github.com/docker/docker/daemon/logger/templates 0.004s coverage: 8.3% of statements [2019-09-30T14:26:50.551Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.74s) [2019-09-30T14:26:50.551Z] create_test.go:171: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames" [2019-09-30T14:26:50.551Z] === RUN TestCreateServiceSecretFileMode [2019-09-30T14:26:51.055Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2019-09-30T14:26:51.311Z] ok github.com/docker/docker/daemon/logger/splunk 1.583s coverage: 84.5% of statements [2019-09-30T14:26:51.311Z] ? github.com/docker/docker/daemon/names [no test files] [2019-09-30T14:26:51.311Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-09-30T14:26:52.021Z] --- PASS: TestCreateServiceCapabilities (4.59s) [2019-09-30T14:26:52.021Z] create_test.go:462: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities" [2019-09-30T14:26:52.021Z] === RUN TestInspect [2019-09-30T14:26:53.203Z] ok github.com/docker/docker/distribution 0.156s coverage: 22.4% of statements [2019-09-30T14:26:53.203Z] ok github.com/docker/docker/distribution/metadata 0.030s coverage: 48.2% of statements [2019-09-30T14:26:53.203Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-09-30T14:26:53.824Z] --- PASS: TestCreateServiceSecretFileMode (3.19s) [2019-09-30T14:26:53.825Z] create_test.go:224: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode" [2019-09-30T14:26:53.825Z] === RUN TestCreateServiceConfigFileMode [2019-09-30T14:26:54.081Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2019-09-30T14:26:54.081Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2019-09-30T14:26:54.568Z] ok github.com/docker/docker/errdefs 0.007s coverage: 49.4% of statements [2019-09-30T14:26:54.645Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2019-09-30T14:26:54.645Z] === RUN TestDockerSuite/TestBuildSpaces [2019-09-30T14:26:54.902Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2019-09-30T14:26:55.158Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2019-09-30T14:26:55.934Z] ok github.com/docker/docker/image 0.016s coverage: 86.4% of statements [2019-09-30T14:26:56.106Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2019-09-30T14:26:56.268Z] --- PASS: TestInspect (4.01s) [2019-09-30T14:26:56.268Z] inspect_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspect" [2019-09-30T14:26:56.268Z] === RUN TestDockerNetworkConnectAlias [2019-09-30T14:26:56.364Z] === RUN TestDockerSuite/TestBuildStderr [2019-09-30T14:26:56.504Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2019-09-30T14:26:56.759Z] ok github.com/docker/docker/distribution/xfer 1.882s coverage: 85.1% of statements [2019-09-30T14:26:56.759Z] ? github.com/docker/docker/dockerversion [no test files] [2019-09-30T14:26:56.759Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-09-30T14:26:57.295Z] --- PASS: TestCreateServiceConfigFileMode (3.33s) [2019-09-30T14:26:57.295Z] create_test.go:288: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode" [2019-09-30T14:26:57.295Z] === RUN TestCreateServiceSysctls [2019-09-30T14:26:57.552Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2019-09-30T14:26:58.125Z] ok github.com/docker/docker/image/v1 0.009s coverage: 25.0% of statements [2019-09-30T14:26:58.125Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-09-30T14:26:58.688Z] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements [2019-09-30T14:26:59.387Z] === RUN TestDockerSuite/TestBuildAddNonTar [2019-09-30T14:26:59.615Z] ok github.com/docker/docker/opts 0.016s coverage: 66.9% of statements [2019-09-30T14:26:59.615Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 50.0% of statements [2019-09-30T14:27:01.504Z] ok github.com/docker/docker/pkg/archive 0.383s coverage: 77.4% of statements [2019-09-30T14:27:01.727Z] --- PASS: TestCreateServiceSysctls (4.60s) [2019-09-30T14:27:01.727Z] create_test.go:378: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls" [2019-09-30T14:27:01.727Z] === RUN TestCreateServiceCapabilities [2019-09-30T14:27:02.430Z] ok github.com/docker/docker/pkg/authorization 0.402s coverage: 68.3% of statements [2019-09-30T14:27:02.685Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2019-09-30T14:27:02.907Z] --- PASS: TestDockerNetworkConnectAlias (6.24s) [2019-09-30T14:27:02.907Z] network_test.go:20: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias" [2019-09-30T14:27:02.907Z] === RUN TestDockerNetworkReConnect [2019-09-30T14:27:02.941Z] ok github.com/docker/docker/pkg/capabilities 0.022s coverage: 87.5% of statements [2019-09-30T14:27:03.622Z] === RUN TestDockerSuite/TestBuildStopSignal [2019-09-30T14:27:04.991Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2019-09-30T14:27:04.991Z] --- PASS: TestCreateServiceCapabilities (3.26s) [2019-09-30T14:27:04.991Z] create_test.go:462: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities" [2019-09-30T14:27:04.991Z] === RUN TestInspect [2019-09-30T14:27:05.194Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2019-09-30T14:27:05.652Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2019-09-30T14:27:05.652Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2019-09-30T14:27:06.203Z] ok github.com/docker/docker/layer 7.329s coverage: 68.8% of statements [2019-09-30T14:27:06.203Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-09-30T14:27:06.203Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-09-30T14:27:06.203Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-09-30T14:27:06.203Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-09-30T14:27:06.203Z] ? github.com/docker/docker/oci [no test files] [2019-09-30T14:27:06.203Z] ? github.com/docker/docker/oci/caps [no test files] [2019-09-30T14:27:06.362Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2019-09-30T14:27:06.459Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2019-09-30T14:27:06.715Z] ok github.com/docker/docker/pkg/chrootarchive 2.950s coverage: 43.2% of statements [2019-09-30T14:27:06.715Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-09-30T14:27:06.715Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-09-30T14:27:06.715Z] ok github.com/docker/docker/pkg/discovery 0.005s coverage: 58.3% of statements [2019-09-30T14:27:07.275Z] ok github.com/docker/docker/pkg/discovery/file 0.003s coverage: 92.9% of statements [2019-09-30T14:27:07.296Z] === RUN TestDockerSuite/TestBuildTagEvent [2019-09-30T14:27:08.201Z] ok github.com/docker/docker/pkg/discovery/memory 0.005s coverage: 92.3% of statements [2019-09-30T14:27:08.201Z] --- PASS: TestDockerNetworkReConnect (5.01s) [2019-09-30T14:27:08.201Z] network_test.go:82: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect" [2019-09-30T14:27:08.201Z] === RUN TestServicePlugin [2019-09-30T14:27:08.201Z] --- SKIP: TestServicePlugin (0.01s) [2019-09-30T14:27:08.201Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-30T14:27:08.201Z] === RUN TestServiceUpdateLabel [2019-09-30T14:27:08.457Z] ok github.com/docker/docker/pkg/discovery/nodes 0.003s coverage: 93.8% of statements [2019-09-30T14:27:08.560Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2019-09-30T14:27:08.666Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2019-09-30T14:27:08.923Z] --- PASS: TestInspect (3.85s) [2019-09-30T14:27:08.923Z] inspect_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspect" [2019-09-30T14:27:08.923Z] === RUN TestDockerNetworkConnectAlias [2019-09-30T14:27:09.017Z] ok github.com/docker/docker/pkg/dmesg 0.008s coverage: 83.3% of statements [2019-09-30T14:27:10.093Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2019-09-30T14:27:10.293Z] === RUN TestDockerSuite/TestBuildUser [2019-09-30T14:27:10.382Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2019-09-30T14:27:10.660Z] --- PASS: TestServiceUpdateLabel (3.06s) [2019-09-30T14:27:10.660Z] update_test.go:21: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel" [2019-09-30T14:27:10.660Z] === RUN TestServiceUpdateSecrets [2019-09-30T14:27:10.942Z] ok github.com/docker/docker/pkg/fileutils 0.013s coverage: 89.5% of statements [2019-09-30T14:27:11.201Z] ok github.com/docker/docker/pkg/discovery/kv 3.115s coverage: 84.1% of statements [2019-09-30T14:27:11.458Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2019-09-30T14:27:11.458Z] ok github.com/docker/docker/pkg/fsutils 0.241s coverage: 85.1% of statements [2019-09-30T14:27:12.820Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2019-09-30T14:27:12.821Z] ok github.com/docker/docker/pkg/idtools 0.540s coverage: 70.1% of statements [2019-09-30T14:27:12.821Z] ok github.com/docker/docker/pkg/ioutils 0.470s coverage: 70.1% of statements [2019-09-30T14:27:13.383Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2019-09-30T14:27:13.384Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2019-09-30T14:27:13.384Z] ok github.com/docker/docker/pkg/locker 0.016s coverage: 88.9% of statements [2019-09-30T14:27:13.640Z] ok github.com/docker/docker/pkg/longpath 0.014s coverage: 100.0% of statements [2019-09-30T14:27:13.640Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-09-30T14:27:14.200Z] ok github.com/docker/docker/pkg/namesgenerator 0.007s coverage: 85.7% of statements [2019-09-30T14:27:14.456Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2019-09-30T14:27:14.711Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2019-09-30T14:27:14.711Z] ok github.com/docker/docker/pkg/mount 0.517s coverage: 69.6% of statements [2019-09-30T14:27:14.711Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-09-30T14:27:14.778Z] === RUN TestDockerSuite/TestBuildAddScript [2019-09-30T14:27:14.778Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2019-09-30T14:27:14.967Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.010s coverage: 91.4% of statements [2019-09-30T14:27:15.223Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2019-09-30T14:27:15.223Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-09-30T14:27:15.223Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-09-30T14:27:15.237Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2019-09-30T14:27:15.237Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2019-09-30T14:27:15.237Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2019-09-30T14:27:15.695Z] === RUN TestDockerSuite/TestBuildAddTar [2019-09-30T14:27:16.150Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.020s coverage: 56.8% of statements [2019-09-30T14:27:16.658Z] --- PASS: TestDockerNetworkConnectAlias (7.24s) [2019-09-30T14:27:16.658Z] network_test.go:20: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias" [2019-09-30T14:27:16.658Z] === RUN TestDockerNetworkReConnect [2019-09-30T14:27:16.712Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2019-09-30T14:27:16.914Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2019-09-30T14:27:16.968Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 87.9% of statements [2019-09-30T14:27:17.224Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2019-09-30T14:27:18.586Z] ok github.com/docker/docker/pkg/pubsub 1.026s coverage: 73.9% of statements [2019-09-30T14:27:18.842Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2019-09-30T14:27:22.105Z] ok github.com/docker/docker/pkg/signal 2.376s coverage: 61.0% of statements [2019-09-30T14:27:22.105Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2019-09-30T14:27:22.105Z] ok github.com/docker/docker/pkg/streamformatter 0.002s coverage: 66.2% of statements [2019-09-30T14:27:22.168Z] --- PASS: TestDockerNetworkReConnect (5.90s) [2019-09-30T14:27:22.168Z] network_test.go:82: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect" [2019-09-30T14:27:22.168Z] === RUN TestServicePlugin [2019-09-30T14:27:22.367Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2019-09-30T14:27:22.622Z] ok github.com/docker/docker/pkg/symlink 0.006s coverage: 87.7% of statements [2019-09-30T14:27:23.184Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 80.6% of statements [2019-09-30T14:27:23.745Z] ok github.com/docker/docker/pkg/system 0.020s coverage: 36.9% of statements [2019-09-30T14:27:24.000Z] ok github.com/docker/docker/pkg/tailfile 0.054s coverage: 88.6% of statements [2019-09-30T14:27:24.576Z] ok github.com/docker/docker/pkg/tarsum 0.054s coverage: 89.3% of statements [2019-09-30T14:27:24.832Z] ok github.com/docker/docker/pkg/term 0.004s coverage: 85.9% of statements [2019-09-30T14:27:25.088Z] testing: warning: no tests to run [2019-09-30T14:27:25.088Z] coverage: [no statements] [2019-09-30T14:27:25.088Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2019-09-30T14:27:25.344Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2019-09-30T14:27:25.600Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2019-09-30T14:27:25.856Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2019-09-30T14:27:27.409Z] --- PASS: TestServiceUpdateSecrets (15.26s) [2019-09-30T14:27:27.409Z] update_test.go:77: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets" [2019-09-30T14:27:27.409Z] === RUN TestServiceUpdateConfigs [2019-09-30T14:27:27.745Z] ok github.com/docker/docker/plugin 0.532s coverage: 27.1% of statements [2019-09-30T14:27:28.259Z] --- PASS: TestBuildWithHugeFile (86.07s) [2019-09-30T14:27:28.259Z] === RUN TestBuildWithEmptyDockerfile [2019-09-30T14:27:28.259Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-30T14:27:28.259Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-30T14:27:28.259Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-30T14:27:28.259Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-30T14:27:28.259Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-30T14:27:28.259Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-30T14:27:28.259Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-30T14:27:28.259Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-30T14:27:28.259Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-30T14:27:28.259Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2019-09-30T14:27:28.259Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.27s) [2019-09-30T14:27:28.259Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.28s) [2019-09-30T14:27:28.259Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.32s) [2019-09-30T14:27:28.259Z] === RUN TestBuildPreserveOwnership [2019-09-30T14:27:28.259Z] === RUN TestBuildPreserveOwnership/copy_from [2019-09-30T14:27:28.259Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-09-30T14:27:28.259Z] --- PASS: TestBuildPreserveOwnership (4.73s) [2019-09-30T14:27:28.259Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.12s) [2019-09-30T14:27:28.259Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.60s) [2019-09-30T14:27:28.259Z] === RUN TestBuildPlatformInvalid [2019-09-30T14:27:28.259Z] --- PASS: TestBuildPlatformInvalid (0.16s) [2019-09-30T14:27:28.259Z] PASS [2019-09-30T14:27:28.259Z] [2019-09-30T14:27:28.259Z] DONE 32 tests in 135.135s [2019-09-30T14:27:28.259Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2019-09-30T14:27:28.259Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:27:28.259Z] ++ set -e [2019-09-30T14:27:28.259Z] ++ '[' -n 0 ']' [2019-09-30T14:27:28.259Z] ++ set -x [2019-09-30T14:27:28.259Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:27:28.259Z] INFO: Testing against a local daemon [2019-09-30T14:27:28.259Z] === RUN TestConfigList [2019-09-30T14:27:28.259Z] --- PASS: TestConfigList (2.24s) [2019-09-30T14:27:28.259Z] config_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigList" [2019-09-30T14:27:28.259Z] === RUN TestConfigsCreateAndDelete [2019-09-30T14:27:28.259Z] --- PASS: TestConfigsCreateAndDelete (2.20s) [2019-09-30T14:27:28.260Z] config_test.go:112: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete" [2019-09-30T14:27:28.260Z] === RUN TestConfigsUpdate [2019-09-30T14:27:28.306Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2019-09-30T14:27:29.234Z] ok github.com/docker/docker/profiles/seccomp 0.005s coverage: 73.8% of statements [2019-09-30T14:27:29.263Z] --- PASS: TestConfigsUpdate (2.19s) [2019-09-30T14:27:29.264Z] config_test.go:140: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate" [2019-09-30T14:27:29.264Z] === RUN TestTemplatedConfig [2019-09-30T14:27:29.490Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2019-09-30T14:27:30.854Z] ok github.com/docker/docker/registry 0.088s coverage: 56.3% of statements [2019-09-30T14:27:31.415Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2019-09-30T14:27:31.671Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2019-09-30T14:27:31.982Z] --- PASS: TestTemplatedConfig (2.86s) [2019-09-30T14:27:31.982Z] config_test.go:192: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig" [2019-09-30T14:27:31.982Z] === RUN TestConfigInspect [2019-09-30T14:27:32.232Z] ok github.com/docker/docker/runconfig 0.009s coverage: 68.2% of statements [2019-09-30T14:27:32.488Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2019-09-30T14:27:34.012Z] --- PASS: TestConfigInspect (2.15s) [2019-09-30T14:27:34.012Z] config_test.go:326: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect" [2019-09-30T14:27:34.012Z] === RUN TestConfigCreateWithLabels [2019-09-30T14:27:35.001Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2019-09-30T14:27:35.563Z] ok github.com/docker/docker/volume/local 0.021s coverage: 73.0% of statements [2019-09-30T14:27:36.124Z] ok github.com/docker/docker/volume/mounts 0.018s coverage: 67.0% of statements [2019-09-30T14:27:36.779Z] --- PASS: TestConfigCreateWithLabels (2.18s) [2019-09-30T14:27:36.779Z] config_test.go:350: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels" [2019-09-30T14:27:36.779Z] === RUN TestConfigCreateResolve [2019-09-30T14:27:37.029Z] === RUN TestDockerSuite/TestBuildVerboseOut [2019-09-30T14:27:37.051Z] ok github.com/docker/docker/volume/service 0.014s coverage: 73.0% of statements [2019-09-30T14:27:37.607Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2019-09-30T14:27:37.864Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2019-09-30T14:27:38.812Z] --- PASS: TestConfigCreateResolve (2.24s) [2019-09-30T14:27:38.812Z] config_test.go:377: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve" [2019-09-30T14:27:38.812Z] === RUN TestConfigDaemonLibtrustID [2019-09-30T14:27:39.096Z] --- PASS: TestConfigDaemonLibtrustID (0.59s) [2019-09-30T14:27:39.096Z] config_test.go:427: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID" [2019-09-30T14:27:39.096Z] PASS [2019-09-30T14:27:39.096Z] [2019-09-30T14:27:39.096Z] DONE 8 tests in 16.754s [2019-09-30T14:27:39.096Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2019-09-30T14:27:39.096Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:27:39.096Z] ++ set -e [2019-09-30T14:27:39.096Z] ++ '[' -n 0 ']' [2019-09-30T14:27:39.096Z] ++ set -x [2019-09-30T14:27:39.096Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:27:39.233Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2019-09-30T14:27:39.378Z] INFO: Testing against a local daemon [2019-09-30T14:27:39.379Z] === RUN TestCheckpoint [2019-09-30T14:27:39.379Z] --- SKIP: TestCheckpoint (0.00s) [2019-09-30T14:27:39.379Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-30T14:27:39.379Z] === RUN TestContainerInvalidJSON [2019-09-30T14:27:39.379Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-09-30T14:27:39.379Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-09-30T14:27:39.379Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-09-30T14:27:39.379Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-09-30T14:27:39.379Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-09-30T14:27:39.379Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-09-30T14:27:39.379Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-09-30T14:27:39.379Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-09-30T14:27:39.379Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-09-30T14:27:39.379Z] --- PASS: TestContainerInvalidJSON (0.02s) [2019-09-30T14:27:39.379Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-09-30T14:27:39.379Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-09-30T14:27:39.379Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-09-30T14:27:39.379Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-30T14:27:39.379Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s) [2019-09-30T14:27:39.379Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-30T14:27:39.379Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.09s) [2019-09-30T14:27:39.379Z] === RUN TestCopyToContainerPathDoesNotExist [2019-09-30T14:27:39.662Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s) [2019-09-30T14:27:39.662Z] === RUN TestCopyToContainerPathIsNotDir [2019-09-30T14:27:39.662Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s) [2019-09-30T14:27:39.662Z] === RUN TestCopyFromContainer [2019-09-30T14:27:40.602Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2019-09-30T14:27:41.139Z] === RUN TestCopyFromContainer// [2019-09-30T14:27:41.139Z] === RUN TestCopyFromContainer//bar/root [2019-09-30T14:27:41.426Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-30T14:27:41.426Z] === RUN TestCopyFromContainer/bar/quux [2019-09-30T14:27:41.426Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-30T14:27:41.709Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-30T14:27:41.709Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-30T14:27:41.709Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-30T14:27:41.969Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2019-09-30T14:27:41.969Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2019-09-30T14:27:41.969Z] === RUN TestDockerSuite/TestBuildWindowsUser [2019-09-30T14:27:41.969Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2019-09-30T14:27:41.969Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2019-09-30T14:27:41.993Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-30T14:27:41.993Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-30T14:27:41.993Z] --- PASS: TestCopyFromContainer (2.49s) [2019-09-30T14:27:41.993Z] --- PASS: TestCopyFromContainer// (0.09s) [2019-09-30T14:27:41.993Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2019-09-30T14:27:41.993Z] --- PASS: TestCopyFromContainer//bar/root/ (0.09s) [2019-09-30T14:27:41.993Z] --- PASS: TestCopyFromContainer/bar/quux (0.11s) [2019-09-30T14:27:41.993Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.09s) [2019-09-30T14:27:41.993Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2019-09-30T14:27:41.993Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2019-09-30T14:27:41.993Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s) [2019-09-30T14:27:41.993Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2019-09-30T14:27:41.993Z] --- PASS: TestCopyFromContainer/bar/notarget (0.09s) [2019-09-30T14:27:41.993Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-09-30T14:27:41.993Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-30T14:27:41.993Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-30T14:27:41.993Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-30T14:27:41.993Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-30T14:27:41.993Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-30T14:27:41.993Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-30T14:27:42.280Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-30T14:27:42.280Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-30T14:27:42.280Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-30T14:27:42.280Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2019-09-30T14:27:42.280Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2019-09-30T14:27:42.280Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-09-30T14:27:42.280Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2019-09-30T14:27:42.280Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-30T14:27:42.280Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2019-09-30T14:27:42.280Z] === RUN TestCreateWithInvalidEnv [2019-09-30T14:27:42.280Z] === RUN TestCreateWithInvalidEnv/0 [2019-09-30T14:27:42.280Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-09-30T14:27:42.280Z] === RUN TestCreateWithInvalidEnv/1 [2019-09-30T14:27:42.280Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-09-30T14:27:42.280Z] === RUN TestCreateWithInvalidEnv/2 [2019-09-30T14:27:42.280Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-09-30T14:27:42.280Z] === CONT TestCreateWithInvalidEnv/0 [2019-09-30T14:27:42.280Z] === CONT TestCreateWithInvalidEnv/2 [2019-09-30T14:27:42.280Z] === CONT TestCreateWithInvalidEnv/1 [2019-09-30T14:27:42.280Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2019-09-30T14:27:42.280Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-09-30T14:27:42.280Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-09-30T14:27:42.280Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-09-30T14:27:42.280Z] === RUN TestCreateTmpfsMountsTarget [2019-09-30T14:27:42.280Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2019-09-30T14:27:42.280Z] === RUN TestCreateWithCustomMaskedPaths [2019-09-30T14:27:44.064Z] --- PASS: TestServiceUpdateConfigs (15.91s) [2019-09-30T14:27:44.064Z] update_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs" [2019-09-30T14:27:44.064Z] === RUN TestServiceUpdateNetwork [2019-09-30T14:27:44.322Z] --- PASS: TestCreateWithCustomMaskedPaths (1.98s) [2019-09-30T14:27:44.322Z] === RUN TestCreateWithCapabilities [2019-09-30T14:27:44.322Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-09-30T14:27:44.322Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-09-30T14:27:44.322Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-09-30T14:27:44.322Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-09-30T14:27:44.322Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-09-30T14:27:44.322Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-09-30T14:27:44.322Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-09-30T14:27:44.322Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-09-30T14:27:44.322Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-09-30T14:27:44.322Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-09-30T14:27:44.322Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-30T14:27:44.322Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-30T14:27:44.322Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-09-30T14:27:44.322Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-09-30T14:27:44.322Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-09-30T14:27:44.322Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-09-30T14:27:44.322Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-09-30T14:27:44.322Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-09-30T14:27:44.322Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-09-30T14:27:44.322Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-09-30T14:27:44.322Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-09-30T14:27:44.322Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-09-30T14:27:44.322Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-09-30T14:27:44.322Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-09-30T14:27:44.322Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-09-30T14:27:44.322Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-09-30T14:27:44.322Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-30T14:27:44.322Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-09-30T14:27:44.322Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-09-30T14:27:44.322Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-09-30T14:27:44.322Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-09-30T14:27:44.322Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-09-30T14:27:44.322Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-09-30T14:27:44.322Z] --- PASS: TestCreateWithCapabilities (0.03s) [2019-09-30T14:27:44.322Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-09-30T14:27:44.322Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s) [2019-09-30T14:27:44.322Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.06s) [2019-09-30T14:27:44.322Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.06s) [2019-09-30T14:27:44.322Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-09-30T14:27:44.322Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.06s) [2019-09-30T14:27:44.322Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.07s) [2019-09-30T14:27:44.322Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.04s) [2019-09-30T14:27:44.322Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.05s) [2019-09-30T14:27:44.322Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.05s) [2019-09-30T14:27:44.322Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.06s) [2019-09-30T14:27:44.322Z] === RUN TestCreateWithCustomReadonlyPaths [2019-09-30T14:27:44.490Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2019-09-30T14:27:44.490Z] === RUN TestDockerSuite/TestBuildWithFailure [2019-09-30T14:27:45.420Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2019-09-30T14:27:46.350Z] === RUN TestDockerSuite/TestBuildWithTabs [2019-09-30T14:27:46.371Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.01s) [2019-09-30T14:27:46.371Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-09-30T14:27:46.371Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-30T14:27:46.371Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-30T14:27:46.371Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-30T14:27:46.371Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-30T14:27:46.371Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-30T14:27:46.371Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-30T14:27:46.371Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-30T14:27:46.371Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-30T14:27:46.371Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-30T14:27:46.371Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-30T14:27:46.371Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-30T14:27:46.371Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-30T14:27:46.371Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-30T14:27:46.371Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-30T14:27:46.371Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-30T14:27:46.371Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2019-09-30T14:27:46.371Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2019-09-30T14:27:46.371Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2019-09-30T14:27:46.371Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2019-09-30T14:27:46.371Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2019-09-30T14:27:46.371Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2019-09-30T14:27:46.371Z] === RUN TestContainerStartOnDaemonRestart [2019-09-30T14:27:46.371Z] === PAUSE TestContainerStartOnDaemonRestart [2019-09-30T14:27:46.371Z] === RUN TestDaemonRestartIpcMode [2019-09-30T14:27:46.371Z] === PAUSE TestDaemonRestartIpcMode [2019-09-30T14:27:46.371Z] === RUN TestDiff [2019-09-30T14:27:47.280Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2019-09-30T14:27:47.280Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2019-09-30T14:27:47.377Z] --- PASS: TestDiff (0.67s) [2019-09-30T14:27:47.377Z] === RUN TestExecWithCloseStdin [2019-09-30T14:27:47.995Z] --- PASS: TestExecWithCloseStdin (0.90s) [2019-09-30T14:27:47.995Z] === RUN TestExec [2019-09-30T14:27:49.011Z] --- PASS: TestExec (0.86s) [2019-09-30T14:27:49.011Z] === RUN TestExecUser [2019-09-30T14:27:49.172Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2019-09-30T14:27:50.022Z] --- PASS: TestExecUser (0.86s) [2019-09-30T14:27:50.022Z] === RUN TestExportContainerAndImportImage [2019-09-30T14:27:50.542Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2019-09-30T14:27:51.031Z] --- PASS: TestExportContainerAndImportImage (1.03s) [2019-09-30T14:27:51.031Z] === RUN TestExportContainerAfterDaemonRestart [2019-09-30T14:27:51.878Z] ok github.com/docker/docker/pkg/plugins 33.622s coverage: 76.6% of statements [2019-09-30T14:27:51.878Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-09-30T14:27:51.878Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-09-30T14:27:51.878Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-09-30T14:27:51.878Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-09-30T14:27:51.878Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-09-30T14:27:51.878Z] ? github.com/docker/docker/rootless [no test files] [2019-09-30T14:27:51.878Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-09-30T14:27:51.878Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-09-30T14:27:51.878Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-09-30T14:27:51.878Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-09-30T14:27:51.878Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-09-30T14:27:51.878Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-09-30T14:27:51.878Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-09-30T14:27:51.878Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-09-30T14:27:51.878Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-09-30T14:27:51.878Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-09-30T14:27:51.878Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-09-30T14:27:51.878Z] ? github.com/docker/docker/testutil/request [no test files] [2019-09-30T14:27:51.878Z] ? github.com/docker/docker/volume [no test files] [2019-09-30T14:27:51.878Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-09-30T14:27:51.878Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-09-30T14:27:51.878Z] [2019-09-30T14:27:51.878Z] === Skipped [2019-09-30T14:27:51.878Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-09-30T14:27:51.878Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-09-30T14:27:51.878Z] [2019-09-30T14:27:51.878Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-09-30T14:27:51.878Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-09-30T14:27:51.878Z] [2019-09-30T14:27:51.878Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-09-30T14:27:51.878Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-30T14:27:51.878Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-30T14:27:51.878Z] [2019-09-30T14:27:51.878Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-09-30T14:27:51.878Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-30T14:27:51.878Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-30T14:27:51.878Z] [2019-09-30T14:27:51.878Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-09-30T14:27:51.878Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-30T14:27:51.878Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-30T14:27:51.878Z] [2019-09-30T14:27:51.878Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-09-30T14:27:51.878Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-30T14:27:51.878Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-30T14:27:51.878Z] [2019-09-30T14:27:51.878Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-09-30T14:27:51.878Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-30T14:27:51.878Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-30T14:27:51.878Z] [2019-09-30T14:27:51.878Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-09-30T14:27:51.878Z] graphtest_unix.go:73: No driver to put! [2019-09-30T14:27:51.878Z] [2019-09-30T14:27:51.878Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-09-30T14:27:51.878Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-09-30T14:27:51.878Z] [2019-09-30T14:27:51.878Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-09-30T14:27:51.878Z] overlay_test.go:49: Fails to compute changes intermittently [2019-09-30T14:27:51.878Z] [2019-09-30T14:27:51.878Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-09-30T14:27:51.878Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-09-30T14:27:51.878Z] [2019-09-30T14:27:51.878Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-09-30T14:27:51.878Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-09-30T14:27:51.878Z] [2019-09-30T14:27:51.878Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-09-30T14:27:51.878Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-30T14:27:51.878Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-30T14:27:51.878Z] [2019-09-30T14:27:51.878Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-09-30T14:27:51.878Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-30T14:27:51.878Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-30T14:27:51.878Z] [2019-09-30T14:27:51.878Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-09-30T14:27:51.878Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-30T14:27:51.878Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-30T14:27:51.878Z] [2019-09-30T14:27:51.878Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-09-30T14:27:51.878Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-30T14:27:51.878Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-30T14:27:51.878Z] [2019-09-30T14:27:51.878Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-09-30T14:27:51.878Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-30T14:27:51.878Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-30T14:27:51.878Z] [2019-09-30T14:27:51.878Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-09-30T14:27:51.878Z] graphtest_unix.go:73: No driver to put! [2019-09-30T14:27:51.878Z] [2019-09-30T14:27:51.878Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-09-30T14:27:51.878Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-09-30T14:27:51.878Z] [2019-09-30T14:27:51.878Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-09-30T14:27:51.878Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-09-30T14:27:51.878Z] [2019-09-30T14:27:51.878Z] [2019-09-30T14:27:51.878Z] DONE 2115 tests, 20 skipped in 229.170s Post stage [Pipeline] junit [2019-09-30T14:27:51.889Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2019-09-30T14:27:52.507Z] --- PASS: TestExportContainerAfterDaemonRestart (1.53s) [2019-09-30T14:27:52.507Z] export_test.go:63: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart" [2019-09-30T14:27:52.507Z] === RUN TestHealthCheckWorkdir [2019-09-30T14:27:52.766Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40012/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5aebd698579649f076276c70ab33e2f34634ad3e -e DOCKER_GRAPHDRIVER docker:5aebd698579649f076276c70ab33e2f34634ad3e hack/validate/vendor [2019-09-30T14:27:53.064Z] === RUN TestDockerSuite/TestBuildWithVolumes [2019-09-30T14:27:53.518Z] --- PASS: TestHealthCheckWorkdir (1.12s) [2019-09-30T14:27:53.518Z] === RUN TestHealthKillContainer [2019-09-30T14:27:53.626Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2019-09-30T14:27:53.694Z] No vendor changes in diff. [2019-09-30T14:27:54.189Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build e2e image) [Pipeline] sh [2019-09-30T14:27:54.977Z] + echo Building e2e image [2019-09-30T14:27:54.977Z] Building e2e image [2019-09-30T14:27:54.977Z] + docker build --build-arg DOCKER_GITCOMMIT=5aebd698579649f076276c70ab33e2f34634ad3e -t moby-e2e-test -f Dockerfile.e2e . [2019-09-30T14:27:54.977Z] #2 [internal] load .dockerignore [2019-09-30T14:27:54.977Z] #2 transferring context: 34B done [2019-09-30T14:27:54.977Z] #2 DONE 0.0s [2019-09-30T14:27:54.977Z] [2019-09-30T14:27:54.977Z] #1 [internal] load build definition from Dockerfile.e2e [2019-09-30T14:27:54.977Z] #1 transferring dockerfile: 3.21kB done [2019-09-30T14:27:54.977Z] #1 DONE 0.0s [2019-09-30T14:27:54.977Z] [2019-09-30T14:27:54.977Z] #4 [internal] load metadata for docker.io/library/golang:1.13.1-alpine [2019-09-30T14:27:55.118Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2019-09-30T14:27:55.118Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2019-09-30T14:27:55.242Z] #4 DONE 0.3s [2019-09-30T14:27:55.242Z] [2019-09-30T14:27:55.242Z] #3 [internal] load metadata for docker.io/library/alpine:3.10 [2019-09-30T14:27:55.242Z] #3 DONE 0.3s [2019-09-30T14:27:55.242Z] [2019-09-30T14:27:55.242Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:72c42ed48c3a2db3... [2019-09-30T14:27:55.242Z] #5 resolve docker.io/library/alpine:3.10@sha256:72c42ed48c3a2db31b7dafe17d275b634664a708d901ec9fd57b1529280f01fb done [2019-09-30T14:27:55.242Z] #5 sha256:961769676411f082461f9ef46626dd7a2d1e2b2a38e6a44364bcbecf51e66dd4 1.51kB / 1.51kB done [2019-09-30T14:27:55.242Z] #5 sha256:72c42ed48c3a2db31b7dafe17d275b634664a708d901ec9fd57b1529280f01fb 1.64kB / 1.64kB done [2019-09-30T14:27:55.242Z] #5 sha256:acd3ca9941a85e8ed16515bfc5328e4e2f8c128caa72959a58a127b7801ee01f 528B / 528B done [2019-09-30T14:27:55.242Z] #5 DONE 0.1s [2019-09-30T14:27:55.242Z] [2019-09-30T14:27:55.242Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.1-alpine@sha256:2293e952c7... [2019-09-30T14:27:55.242Z] #14 resolve docker.io/library/golang:1.13.1-alpine@sha256:2293e952c79b8b3a987e1e09d48b6aa403d703cef9a8fa316d30ba2918d37367 done [2019-09-30T14:27:55.375Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2019-09-30T14:27:55.500Z] #14 sha256:483ab69016be0d2c2176d0719da8854579fe1849a5d9975b32cbe7432ca9b038 1.36kB / 1.36kB done [2019-09-30T14:27:55.500Z] #14 sha256:48260c3da24c87ff788aa0db0518a8325cdb504eaffde3a34e2e113777d84444 3.80kB / 3.80kB done [2019-09-30T14:27:55.500Z] #14 sha256:9f41b4213f395946ad5101aac47bbb5ea067f80020ccae2a9a5c2a5a939fb158 0B / 126.85MB 0.1s [2019-09-30T14:27:55.500Z] #14 sha256:33c1f6efaf8c784c2d40f176375034cd5be5c1b0e3bdbb71a5c7c4fe1620b137 0B / 126B 0.1s [2019-09-30T14:27:55.500Z] #14 sha256:2293e952c79b8b3a987e1e09d48b6aa403d703cef9a8fa316d30ba2918d37367 1.65kB / 1.65kB done [2019-09-30T14:27:55.500Z] #14 sha256:33c1f6efaf8c784c2d40f176375034cd5be5c1b0e3bdbb71a5c7c4fe1620b137 126B / 126B 0.1s done [2019-09-30T14:27:55.760Z] #14 sha256:9f41b4213f395946ad5101aac47bbb5ea067f80020ccae2a9a5c2a5a939fb158 22.56MB / 126.85MB 0.4s [2019-09-30T14:27:55.760Z] #14 ... [2019-09-30T14:27:55.760Z] [2019-09-30T14:27:55.760Z] #8 [internal] load build context [2019-09-30T14:27:55.760Z] #8 transferring context: 795.09kB 0.5s done [2019-09-30T14:27:55.760Z] #8 DONE 0.6s [2019-09-30T14:27:55.760Z] [2019-09-30T14:27:55.760Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.1-alpine@sha256:2293e952c7... [2019-09-30T14:27:55.760Z] #14 sha256:9f41b4213f395946ad5101aac47bbb5ea067f80020ccae2a9a5c2a5a939fb158 29.26MB / 126.85MB 0.5s [2019-09-30T14:27:55.939Z] === RUN TestDockerSuite/TestBuildXZHost [2019-09-30T14:27:56.018Z] #14 sha256:9f41b4213f395946ad5101aac47bbb5ea067f80020ccae2a9a5c2a5a939fb158 48.86MB / 126.85MB 0.6s [2019-09-30T14:27:56.275Z] #14 sha256:9f41b4213f395946ad5101aac47bbb5ea067f80020ccae2a9a5c2a5a939fb158 72.69MB / 126.85MB 0.8s [2019-09-30T14:27:56.275Z] #14 sha256:9f41b4213f395946ad5101aac47bbb5ea067f80020ccae2a9a5c2a5a939fb158 83.03MB / 126.85MB 0.9s [2019-09-30T14:27:56.530Z] #14 sha256:9f41b4213f395946ad5101aac47bbb5ea067f80020ccae2a9a5c2a5a939fb158 95.32MB / 126.85MB 1.0s [2019-09-30T14:27:56.530Z] #14 sha256:9f41b4213f395946ad5101aac47bbb5ea067f80020ccae2a9a5c2a5a939fb158 119.66MB / 126.85MB 1.2s [2019-09-30T14:27:56.786Z] #14 sha256:9f41b4213f395946ad5101aac47bbb5ea067f80020ccae2a9a5c2a5a939fb158 126.85MB / 126.85MB 1.3s [2019-09-30T14:27:56.981Z] --- PASS: TestHealthKillContainer (2.88s) [2019-09-30T14:27:56.981Z] === RUN TestInspectCpusetInConfigPre120 [2019-09-30T14:27:56.981Z] --- PASS: TestInspectCpusetInConfigPre120 (0.68s) [2019-09-30T14:27:56.981Z] === RUN TestIpcModeNone [2019-09-30T14:27:57.312Z] --- PASS: TestServicePlugin (35.38s) [2019-09-30T14:27:57.312Z] plugin_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin" [2019-09-30T14:27:57.312Z] plugin_test.go:59: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin" [2019-09-30T14:27:57.312Z] plugin_test.go:61: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin" [2019-09-30T14:27:57.312Z] plugin_test.go:62: [d6dfa416695ac] joining swarm manager [d383ca303c61f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-30T14:27:57.312Z] plugin_test.go:64: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin" [2019-09-30T14:27:57.312Z] plugin_test.go:65: [d9ac7053feac8] joining swarm manager [d383ca303c61f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-30T14:27:57.312Z] === RUN TestServiceUpdateLabel [2019-09-30T14:27:57.346Z] #14 sha256:9f41b4213f395946ad5101aac47bbb5ea067f80020ccae2a9a5c2a5a939fb158 126.85MB / 126.85MB 2.0s done [2019-09-30T14:27:57.601Z] #14 ... [2019-09-30T14:27:57.601Z] [2019-09-30T14:27:57.601Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... [2019-09-30T14:27:57.601Z] #6 DONE 2.2s [2019-09-30T14:27:57.601Z] [2019-09-30T14:27:57.601Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.1-alpine@sha256:2293e952c7... [2019-09-30T14:27:57.601Z] #14 extracting sha256:9f41b4213f395946ad5101aac47bbb5ea067f80020ccae2a9a5c2a5a939fb158 [2019-09-30T14:27:57.947Z] --- PASS: TestServiceUpdateNetwork (14.41s) [2019-09-30T14:27:57.947Z] update_test.go:201: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork" [2019-09-30T14:27:57.947Z] PASS [2019-09-30T14:27:57.947Z] [2019-09-30T14:27:57.947Z] === Skipped [2019-09-30T14:27:57.947Z] === SKIP: s390x.integration.service TestServicePlugin (0.01s) [2019-09-30T14:27:57.947Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-30T14:27:57.947Z] [2019-09-30T14:27:57.947Z] [2019-09-30T14:27:57.947Z] DONE 19 tests, 1 skipped in 135.805s [2019-09-30T14:27:57.947Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2019-09-30T14:27:57.947Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:27:57.947Z] ++ set -e [2019-09-30T14:27:57.947Z] ++ '[' -n 0 ']' [2019-09-30T14:27:57.947Z] ++ set -x [2019-09-30T14:27:57.947Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:27:57.947Z] INFO: Testing against a local daemon [2019-09-30T14:27:57.947Z] === RUN TestSessionCreate [2019-09-30T14:27:57.947Z] --- PASS: TestSessionCreate (0.03s) [2019-09-30T14:27:57.947Z] === RUN TestSessionCreateWithBadUpgrade [2019-09-30T14:27:57.947Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2019-09-30T14:27:57.947Z] PASS [2019-09-30T14:27:57.947Z] [2019-09-30T14:27:57.947Z] DONE 2 tests in 0.243s [2019-09-30T14:27:57.947Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2019-09-30T14:27:57.947Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:27:57.947Z] ++ set -e [2019-09-30T14:27:57.947Z] ++ '[' -n 0 ']' [2019-09-30T14:27:57.947Z] ++ set -x [2019-09-30T14:27:57.947Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:27:57.947Z] INFO: Testing against a local daemon [2019-09-30T14:27:57.947Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-09-30T14:27:57.947Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-30T14:27:57.947Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-30T14:27:57.947Z] === RUN TestEventsExecDie [2019-09-30T14:27:57.947Z] --- PASS: TestEventsExecDie (0.97s) [2019-09-30T14:27:57.947Z] === RUN TestEventsBackwardsCompatible [2019-09-30T14:27:57.947Z] --- PASS: TestEventsBackwardsCompatible (0.12s) [2019-09-30T14:27:57.947Z] === RUN TestInfoBinaryCommits [2019-09-30T14:27:57.947Z] --- PASS: TestInfoBinaryCommits (0.02s) [2019-09-30T14:27:57.947Z] === RUN TestInfoAPIVersioned [2019-09-30T14:27:57.947Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-09-30T14:27:57.947Z] === RUN TestInfoAPI [2019-09-30T14:27:57.947Z] --- PASS: TestInfoAPI (0.02s) [2019-09-30T14:27:57.947Z] === RUN TestInfoAPIWarnings [2019-09-30T14:27:57.989Z] --- PASS: TestIpcModeNone (0.85s) [2019-09-30T14:27:57.989Z] === RUN TestIpcModePrivate [2019-09-30T14:27:58.336Z] --- PASS: TestInfoAPIWarnings (0.85s) [2019-09-30T14:27:58.336Z] info_test.go:49: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings" [2019-09-30T14:27:58.336Z] === RUN TestLoginFailsWithBadCredentials [2019-09-30T14:27:58.681Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2019-09-30T14:27:58.681Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2019-09-30T14:27:58.681Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2019-09-30T14:27:58.995Z] --- PASS: TestIpcModePrivate (0.91s) [2019-09-30T14:27:58.995Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:54, shared: false, mustBeShared: false [2019-09-30T14:27:58.995Z] === RUN TestIpcModeShareable [2019-09-30T14:27:59.159Z] --- PASS: TestLoginFailsWithBadCredentials (0.63s) [2019-09-30T14:27:59.159Z] === RUN TestPingCacheHeaders [2019-09-30T14:27:59.159Z] --- PASS: TestPingCacheHeaders (0.03s) [2019-09-30T14:27:59.159Z] === RUN TestPingGet [2019-09-30T14:27:59.159Z] --- PASS: TestPingGet (0.01s) [2019-09-30T14:27:59.159Z] === RUN TestPingHead [2019-09-30T14:27:59.159Z] --- PASS: TestPingHead (0.02s) [2019-09-30T14:27:59.159Z] === RUN TestVersion [2019-09-30T14:27:59.159Z] --- PASS: TestVersion (0.02s) [2019-09-30T14:27:59.159Z] PASS [2019-09-30T14:27:59.159Z] [2019-09-30T14:27:59.159Z] === Skipped [2019-09-30T14:27:59.159Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-30T14:27:59.159Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-30T14:27:59.159Z] [2019-09-30T14:27:59.159Z] [2019-09-30T14:27:59.159Z] DONE 12 tests, 1 skipped in 2.819s [2019-09-30T14:27:59.159Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2019-09-30T14:27:59.159Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:27:59.159Z] ++ set -e [2019-09-30T14:27:59.159Z] ++ '[' -n 0 ']' [2019-09-30T14:27:59.159Z] ++ set -x [2019-09-30T14:27:59.159Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:27:59.566Z] INFO: Testing against a local daemon [2019-09-30T14:27:59.566Z] === RUN TestVolumesCreateAndList [2019-09-30T14:27:59.566Z] --- PASS: TestVolumesCreateAndList (0.03s) [2019-09-30T14:27:59.566Z] === RUN TestVolumesRemove [2019-09-30T14:27:59.566Z] --- PASS: TestVolumesRemove (0.09s) [2019-09-30T14:27:59.566Z] === RUN TestVolumesInspect [2019-09-30T14:27:59.566Z] --- PASS: TestVolumesInspect (0.02s) [2019-09-30T14:27:59.566Z] === RUN TestVolumesInvalidJSON [2019-09-30T14:27:59.566Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-09-30T14:27:59.566Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-09-30T14:27:59.566Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-09-30T14:27:59.566Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2019-09-30T14:27:59.566Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-09-30T14:27:59.566Z] PASS [2019-09-30T14:27:59.566Z] [2019-09-30T14:27:59.566Z] DONE 5 tests in 0.375s [2019-09-30T14:27:59.566Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-09-30T14:27:59.566Z] ++++ cat bundles/test-integration/docker.pid [2019-09-30T14:27:59.566Z] +++ kill 11518 [2019-09-30T14:27:59.613Z] --- PASS: TestIpcModeShareable (0.88s) [2019-09-30T14:27:59.613Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:48, shared: true, mustBeShared: true [2019-09-30T14:27:59.613Z] === RUN TestAPIIpcModeShareableAndContainer [2019-09-30T14:28:00.051Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2019-09-30T14:28:00.615Z] --- PASS: TestServiceUpdateLabel (3.17s) [2019-09-30T14:28:00.615Z] update_test.go:21: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel" [2019-09-30T14:28:00.615Z] === RUN TestServiceUpdateSecrets [2019-09-30T14:28:00.872Z] === RUN TestDockerSuite/TestCommitChange [2019-09-30T14:28:01.539Z] umount: bundles/test-integration/root: mountpoint not found [2019-09-30T14:28:01.539Z] +++ /etc/init.d/apparmor stop [2019-09-30T14:28:01.539Z] Clearing AppArmor profiles cache:. [2019-09-30T14:28:01.539Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-30T14:28:01.539Z] Unloading profiles will leave already running processes permanently [2019-09-30T14:28:01.539Z] unconfined, which can lead to unexpected situations. [2019-09-30T14:28:01.539Z] [2019-09-30T14:28:01.539Z] To set a process to complain mode, use the command line tool [2019-09-30T14:28:01.539Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-30T14:28:01.539Z] with the 'teardown' option." [2019-09-30T14:28:01.539Z] [2019-09-30T14:28:02.242Z] === RUN TestDockerSuite/TestCommitChangeLabels [2019-09-30T14:28:02.305Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.54s) [2019-09-30T14:28:02.305Z] === RUN TestAPIIpcModeHost [2019-09-30T14:28:02.847Z] #14 extracting sha256:9f41b4213f395946ad5101aac47bbb5ea067f80020ccae2a9a5c2a5a939fb158 5.0s [2019-09-30T14:28:02.923Z] --- PASS: TestAPIIpcModeHost (0.76s) [2019-09-30T14:28:02.923Z] === RUN TestDaemonIpcModeShareable [2019-09-30T14:28:03.171Z] === RUN TestDockerSuite/TestCommitHardlink [2019-09-30T14:28:03.774Z] #14 extracting sha256:9f41b4213f395946ad5101aac47bbb5ea067f80020ccae2a9a5c2a5a939fb158 6.2s done [2019-09-30T14:28:04.030Z] #14 extracting sha256:33c1f6efaf8c784c2d40f176375034cd5be5c1b0e3bdbb71a5c7c4fe1620b137 done [2019-09-30T14:28:04.286Z] #14 DONE 8.8s [2019-09-30T14:28:04.286Z] [2019-09-30T14:28:04.286Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2019-09-30T14:28:04.542Z] #15 ... [2019-09-30T14:28:04.542Z] [2019-09-30T14:28:04.542Z] #7 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... [2019-09-30T14:28:04.542Z] #7 1.143 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2019-09-30T14:28:04.542Z] #7 2.256 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2019-09-30T14:28:04.542Z] #7 2.360 (1/31) Installing ncurses-terminfo-base (6.1_p20190518-r0) [2019-09-30T14:28:04.542Z] #7 2.363 (2/31) Installing ncurses-terminfo (6.1_p20190518-r0) [2019-09-30T14:28:04.542Z] #7 2.574 (3/31) Installing ncurses-libs (6.1_p20190518-r0) [2019-09-30T14:28:04.542Z] #7 2.583 (4/31) Installing readline (8.0.0-r0) [2019-09-30T14:28:04.542Z] #7 2.588 (5/31) Installing bash (5.0.0-r0) [2019-09-30T14:28:04.542Z] #7 2.606 Executing bash-5.0.0-r0.post-install [2019-09-30T14:28:04.542Z] #7 2.612 (6/31) Installing ca-certificates (20190108-r0) [2019-09-30T14:28:04.542Z] #7 2.631 (7/31) Installing libgcc (8.3.0-r0) [2019-09-30T14:28:04.542Z] #7 2.634 (8/31) Installing libstdc++ (8.3.0-r0) [2019-09-30T14:28:04.542Z] #7 2.648 (9/31) Installing binutils (2.32-r0) [2019-09-30T14:28:04.542Z] #7 2.772 (10/31) Installing gmp (6.1.2-r1) [2019-09-30T14:28:04.542Z] #7 2.780 (11/31) Installing isl (0.18-r0) [2019-09-30T14:28:04.542Z] #7 2.801 (12/31) Installing libgomp (8.3.0-r0) [2019-09-30T14:28:04.542Z] #7 2.808 (13/31) Installing libatomic (8.3.0-r0) [2019-09-30T14:28:04.542Z] #7 2.811 (14/31) Installing mpfr3 (3.1.5-r1) [2019-09-30T14:28:04.542Z] #7 2.816 (15/31) Installing mpc1 (1.1.0-r0) [2019-09-30T14:28:04.542Z] #7 2.819 (16/31) Installing gcc (8.3.0-r0) [2019-09-30T14:28:04.542Z] #7 3.703 (17/31) Installing musl-dev (1.1.22-r3) [2019-09-30T14:28:04.542Z] #7 3.815 (18/31) Installing libc-dev (0.7.1-r0) [2019-09-30T14:28:04.542Z] #7 3.816 (19/31) Installing g++ (8.3.0-r0) [2019-09-30T14:28:04.542Z] #7 4.421 (20/31) Installing nghttp2-libs (1.39.2-r0) [2019-09-30T14:28:04.542Z] #7 4.427 (21/31) Installing libcurl (7.66.0-r0) [2019-09-30T14:28:04.542Z] #7 4.435 (22/31) Installing expat (2.2.8-r0) [2019-09-30T14:28:04.542Z] #7 4.438 (23/31) Installing pcre2 (10.33-r0) [2019-09-30T14:28:04.542Z] #7 4.449 (24/31) Installing git (2.22.0-r0) [2019-09-30T14:28:04.542Z] #7 4.669 (25/31) Installing libmnl (1.0.4-r0) [2019-09-30T14:28:04.542Z] #7 4.673 (26/31) Installing libnftnl-libs (1.1.3-r0) [2019-09-30T14:28:04.542Z] #7 4.676 (27/31) Installing iptables (1.8.3-r0) [2019-09-30T14:28:04.542Z] #7 4.706 (28/31) Installing pigz (2.4-r0) [2019-09-30T14:28:04.542Z] #7 4.715 (29/31) Installing tar (1.32-r0) [2019-09-30T14:28:04.542Z] #7 4.725 (30/31) Installing xz-libs (5.2.4-r0) [2019-09-30T14:28:04.542Z] #7 4.728 (31/31) Installing xz (5.2.4-r0) [2019-09-30T14:28:04.542Z] #7 4.735 Executing busybox-1.30.1-r2.trigger [2019-09-30T14:28:04.542Z] #7 4.745 Executing ca-certificates-20190108-r0.trigger [2019-09-30T14:28:04.542Z] #7 4.813 OK: 185 MiB in 45 packages [2019-09-30T14:28:04.542Z] #7 DONE 7.0s [2019-09-30T14:28:04.542Z] [2019-09-30T14:28:04.542Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh [2019-09-30T14:28:04.542Z] #9 DONE 0.1s [2019-09-30T14:28:04.542Z] [2019-09-30T14:28:04.542Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh [2019-09-30T14:28:04.542Z] #10 DONE 0.1s [2019-09-30T14:28:04.542Z] [2019-09-30T14:28:04.542Z] #11 [runner 6/12] COPY integration/testdata /tests/integration/testdat... [2019-09-30T14:28:04.542Z] #11 DONE 0.1s [2019-09-30T14:28:04.542Z] [2019-09-30T14:28:04.542Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2019-09-30T14:28:04.798Z] #15 ... [2019-09-30T14:28:04.798Z] [2019-09-30T14:28:04.798Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t... [2019-09-30T14:28:04.798Z] #12 DONE 0.1s [2019-09-30T14:28:04.798Z] [2019-09-30T14:28:04.798Z] #13 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... [2019-09-30T14:28:04.798Z] #13 DONE 0.1s Post stage [Pipeline] junit [2019-09-30T14:28:04.949Z] --- PASS: TestDaemonIpcModeShareable (1.77s) [2019-09-30T14:28:04.949Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable" [2019-09-30T14:28:04.949Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:56, shared: true, mustBeShared: true [2019-09-30T14:28:04.949Z] === RUN TestDaemonIpcModePrivate [2019-09-30T14:28:04.993Z] Recording test results [2019-09-30T14:28:05.053Z] [2019-09-30T14:28:05.053Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2019-09-30T14:28:05.310Z] #15 0.967 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [Pipeline] } [2019-09-30T14:28:05.720Z] === RUN TestDockerSuite/TestCommitNewFile [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-09-30T14:28:06.236Z] #15 2.020 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2019-09-30T14:28:06.236Z] #15 2.091 (1/43) Installing ncurses-terminfo-base (6.1_p20190518-r0) [2019-09-30T14:28:06.236Z] #15 2.094 (2/43) Installing ncurses-terminfo (6.1_p20190518-r0) [2019-09-30T14:28:06.438Z] --- PASS: TestDaemonIpcModePrivate (1.72s) [2019-09-30T14:28:06.438Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate" [2019-09-30T14:28:06.438Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:62, shared: false, mustBeShared: false [2019-09-30T14:28:06.438Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-09-30T14:28:06.445Z] === RUN TestDockerSuite/TestBuildAddTarXz [2019-09-30T14:28:06.446Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2019-09-30T14:28:06.446Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2019-09-30T14:28:06.492Z] #15 2.225 (3/43) Installing ncurses-libs (6.1_p20190518-r0) [2019-09-30T14:28:06.492Z] #15 2.232 (4/43) Installing readline (8.0.0-r0) [2019-09-30T14:28:06.492Z] #15 2.236 (5/43) Installing bash (5.0.0-r0) [2019-09-30T14:28:06.492Z] #15 2.249 Executing bash-5.0.0-r0.post-install [2019-09-30T14:28:06.492Z] #15 2.251 (6/43) Installing linux-headers (4.19.36-r0) [2019-09-30T14:28:06.492Z] #15 2.322 (7/43) Installing libuuid (2.33.2-r0) [2019-09-30T14:28:06.492Z] #15 2.325 (8/43) Installing btrfs-progs-libs (5.1.1-r0) [2019-09-30T14:28:06.492Z] #15 2.329 (9/43) Installing btrfs-progs-dev (5.1.1-r0) [2019-09-30T14:28:06.492Z] #15 2.333 (10/43) Installing binutils (2.32-r0) [2019-09-30T14:28:06.492Z] #15 2.401 (11/43) Installing libmagic (5.37-r0) [2019-09-30T14:28:06.492Z] #15 2.420 (12/43) Installing file (5.37-r0) [2019-09-30T14:28:06.589Z] + echo Ensuring container killed. [2019-09-30T14:28:06.589Z] Ensuring container killed. [2019-09-30T14:28:06.589Z] + docker rm -vf docker-pr2 [2019-09-30T14:28:06.589Z] Error: No such container: docker-pr2 [2019-09-30T14:28:06.589Z] + true [Pipeline] sh [2019-09-30T14:28:06.747Z] #15 2.421 (13/43) Installing gmp (6.1.2-r1) [2019-09-30T14:28:06.747Z] #15 2.427 (14/43) Installing isl (0.18-r0) [2019-09-30T14:28:06.747Z] #15 2.442 (15/43) Installing libgomp (8.3.0-r0) [2019-09-30T14:28:06.747Z] #15 2.445 (16/43) Installing libatomic (8.3.0-r0) [2019-09-30T14:28:06.747Z] #15 2.447 (17/43) Installing libgcc (8.3.0-r0) [2019-09-30T14:28:06.747Z] #15 2.449 (18/43) Installing mpfr3 (3.1.5-r1) [2019-09-30T14:28:06.748Z] #15 2.453 (19/43) Installing mpc1 (1.1.0-r0) [2019-09-30T14:28:06.748Z] #15 2.456 (20/43) Installing libstdc++ (8.3.0-r0) [2019-09-30T14:28:06.748Z] #15 2.466 (21/43) Installing gcc (8.3.0-r0) [2019-09-30T14:28:07.309Z] #15 3.094 (22/43) Installing musl-dev (1.1.22-r3) [2019-09-30T14:28:07.484Z] + echo Chowning /workspace to jenkins user [2019-09-30T14:28:07.484Z] Chowning /workspace to jenkins user [2019-09-30T14:28:07.484Z] + id -u [2019-09-30T14:28:07.484Z] + id -g [2019-09-30T14:28:07.484Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-40012:/workspace busybox chown -R 1001:1001 /workspace [2019-09-30T14:28:07.484Z] Unable to find image 'busybox:latest' locally [2019-09-30T14:28:07.565Z] #15 3.171 (23/43) Installing libc-dev (0.7.1-r0) [2019-09-30T14:28:07.565Z] #15 3.173 (24/43) Installing g++ (8.3.0-r0) [2019-09-30T14:28:07.612Z] === RUN TestDockerSuite/TestCommitPausedContainer [2019-09-30T14:28:07.820Z] #15 3.582 (25/43) Installing make (4.2.1-r2) [2019-09-30T14:28:07.820Z] #15 3.586 (26/43) Installing fortify-headers (1.1-r0) [2019-09-30T14:28:07.820Z] #15 3.589 (27/43) Installing build-base (0.5-r1) [2019-09-30T14:28:07.820Z] #15 3.590 (28/43) Installing nghttp2-libs (1.39.2-r0) [2019-09-30T14:28:07.820Z] #15 3.593 (29/43) Installing libcurl (7.66.0-r0) [2019-09-30T14:28:07.820Z] #15 3.600 (30/43) Installing curl (7.66.0-r0) [2019-09-30T14:28:07.820Z] #15 3.603 (31/43) Installing oniguruma (6.9.2-r0) [2019-09-30T14:28:07.820Z] #15 3.609 (32/43) Installing jq (1.6-r0) [2019-09-30T14:28:07.820Z] #15 3.615 (33/43) Installing device-mapper-libs (2.02.184-r0) [2019-09-30T14:28:07.820Z] #15 3.620 (34/43) Installing device-mapper-event-libs (2.02.184-r0) [2019-09-30T14:28:07.820Z] #15 3.622 (35/43) Installing libaio (0.3.111-r0) [2019-09-30T14:28:07.820Z] #15 3.624 (36/43) Installing libblkid (2.33.2-r0) [2019-09-30T14:28:07.820Z] #15 3.629 (37/43) Installing lvm2-libs (2.02.184-r0) [2019-09-30T14:28:07.820Z] #15 3.655 (38/43) Installing libfdisk (2.33.2-r0) [2019-09-30T14:28:07.820Z] #15 3.660 (39/43) Installing libmount (2.33.2-r0) [2019-09-30T14:28:07.820Z] #15 3.665 (40/43) Installing libsmartcols (2.33.2-r0) [2019-09-30T14:28:07.820Z] #15 3.669 (41/43) Installing pkgconf (1.6.1-r1) [2019-09-30T14:28:07.820Z] #15 3.671 (42/43) Installing util-linux-dev (2.33.2-r0) [2019-09-30T14:28:07.820Z] #15 3.691 (43/43) Installing lvm2-dev (2.02.184-r0) [2019-09-30T14:28:07.858Z] latest: Pulling from library/busybox [2019-09-30T14:28:07.858Z] 6d4c3d9fc915: Pulling fs layer [2019-09-30T14:28:08.075Z] #15 3.696 Executing busybox-1.30.1-r2.trigger [2019-09-30T14:28:08.075Z] #15 3.703 OK: 190 MiB in 58 packages [2019-09-30T14:28:08.176Z] === RUN TestDockerSuite/TestCommitTTY [2019-09-30T14:28:08.238Z] 6d4c3d9fc915: Verifying Checksum [2019-09-30T14:28:08.238Z] 6d4c3d9fc915: Download complete [2019-09-30T14:28:08.475Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.71s) [2019-09-30T14:28:08.475Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig" [2019-09-30T14:28:08.475Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:62, shared: false, mustBeShared: false [2019-09-30T14:28:08.475Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-09-30T14:28:08.609Z] 6d4c3d9fc915: Pull complete [2019-09-30T14:28:08.609Z] Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e [2019-09-30T14:28:08.635Z] #15 DONE 4.4s [2019-09-30T14:28:08.635Z] [2019-09-30T14:28:08.635Z] #16 [base 3/5] RUN mkdir -p /build/ [2019-09-30T14:28:08.979Z] Status: Downloaded newer image for busybox:latest [2019-09-30T14:28:09.561Z] #16 DONE 0.9s [2019-09-30T14:28:09.562Z] [2019-09-30T14:28:09.562Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/ [2019-09-30T14:28:09.965Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.82s) [2019-09-30T14:28:09.965Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig" [2019-09-30T14:28:09.965Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:56, shared: true, mustBeShared: true [2019-09-30T14:28:09.965Z] === RUN TestIpcModeOlderClient [2019-09-30T14:28:09.965Z] === PAUSE TestIpcModeOlderClient [2019-09-30T14:28:09.965Z] === RUN TestKillContainerInvalidSignal [2019-09-30T14:28:10.069Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2019-09-30T14:28:10.487Z] #17 DONE 0.7s [2019-09-30T14:28:10.487Z] [2019-09-30T14:28:10.487Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/ [2019-09-30T14:28:10.487Z] #18 DONE 0.1s [2019-09-30T14:28:10.487Z] [2019-09-30T14:28:10.487Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh / [2019-09-30T14:28:10.487Z] #19 DONE 0.1s [2019-09-30T14:28:10.487Z] [2019-09-30T14:28:10.487Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-30T14:28:10.584Z] --- PASS: TestKillContainerInvalidSignal (0.72s) [2019-09-30T14:28:10.584Z] === RUN TestKillContainer [2019-09-30T14:28:10.868Z] === RUN TestKillContainer/no_signal [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-30T14:28:11.000Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2019-09-30T14:28:11.492Z] === RUN TestKillContainer/non_killing_signal [2019-09-30T14:28:11.718Z] + bundleName=s390x-integration [2019-09-30T14:28:11.718Z] + echo Creating s390x-integration-bundles.tar.gz [2019-09-30T14:28:11.718Z] Creating s390x-integration-bundles.tar.gz [2019-09-30T14:28:11.718Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2019-09-30T14:28:11.718Z] + xargs tar -czf s390x-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2019-09-30T14:28:11.851Z] #20 1.371 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-09-30T14:28:11.869Z] Archiving artifacts [2019-09-30T14:28:12.107Z] #20 1.573 [2019-09-30T14:28:12.108Z] === RUN TestKillContainer/killing_signal [2019-09-30T14:28:12.627Z] #20 1.682 ########### 15.8% ######################### 34.8% ###################################### 53.7% #################################################### 72.6% ################################################################## 91.8% ######################################################################## 100.0% [2019-09-30T14:28:12.627Z] #20 2.308 [2019-09-30T14:28:12.884Z] #20 2.417 ############################## 42.1% #################################################################### 94.7% ######################################################################## 100.0% [2019-09-30T14:28:12.894Z] === RUN TestDockerSuite/TestCommitWithoutPause [2019-09-30T14:28:13.113Z] --- PASS: TestKillContainer (2.19s) [2019-09-30T14:28:13.113Z] --- PASS: TestKillContainer/no_signal (0.68s) [2019-09-30T14:28:13.113Z] --- PASS: TestKillContainer/non_killing_signal (0.52s) [2019-09-30T14:28:13.113Z] --- PASS: TestKillContainer/killing_signal (0.67s) [2019-09-30T14:28:13.113Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-09-30T14:28:13.113Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-09-30T14:28:13.146Z] #20 2.708 [2019-09-30T14:28:13.327Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40012/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-30T14:28:13.665Z] #20 2.817 ############# 19.3% ############################## 42.2% ############################################### 65.3% ############################################################## 86.9% ######################################################################## 100.0% [2019-09-30T14:28:13.665Z] #20 3.355 [2019-09-30T14:28:13.728Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-09-30T14:28:13.824Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2019-09-30T14:28:13.824Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2019-09-30T14:28:13.824Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2019-09-30T14:28:14.081Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2019-09-30T14:28:14.081Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2019-09-30T14:28:14.081Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2019-09-30T14:28:14.081Z] === RUN TestDockerSuite/TestContainerAPICommit [2019-09-30T14:28:14.115Z] + make clean [2019-09-30T14:28:14.352Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.44s) [2019-09-30T14:28:14.352Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.70s) [2019-09-30T14:28:14.352Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.48s) [2019-09-30T14:28:14.352Z] === RUN TestKillStoppedContainer [2019-09-30T14:28:14.352Z] --- PASS: TestKillStoppedContainer (0.09s) [2019-09-30T14:28:14.352Z] === RUN TestKillStoppedContainerAPIPre120 [2019-09-30T14:28:14.500Z] docker volume rm -f docker-dev-cache [2019-09-30T14:28:14.500Z] docker-dev-cache [Pipeline] deleteDir [2019-09-30T14:28:14.638Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s) [2019-09-30T14:28:14.638Z] === RUN TestKillDifferentUserContainer [2019-09-30T14:28:15.203Z] #20 3.466 ## 3.8% ######### 13.7% ############### 21.2% #################### 28.6% ######################### 36.1% ############################### 43.4% #################################### 50.8% ######################################### 58.3% ############################################### 65.7% #################################################### 73.1% ######################################################### 80.5% ############################################################### 88.0% #################################################################### 95.4% ######################################################################## 100.0% [2019-09-30T14:28:15.203Z] #20 4.877 [2019-09-30T14:28:15.255Z] --- PASS: TestKillDifferentUserContainer (0.69s) [2019-09-30T14:28:15.255Z] === RUN TestInspectOomKilledTrue [2019-09-30T14:28:15.975Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2019-09-30T14:28:16.129Z] #20 ... [2019-09-30T14:28:16.129Z] [2019-09-30T14:28:16.129Z] #31 [builder 1/4] COPY . . [2019-09-30T14:28:16.129Z] #31 DONE 5.6s [2019-09-30T14:28:16.129Z] [2019-09-30T14:28:16.129Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-30T14:28:16.129Z] #20 5.555 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-09-30T14:28:16.129Z] #20 ... [2019-09-30T14:28:16.129Z] [2019-09-30T14:28:16.129Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-... [2019-09-30T14:28:16.232Z] --- PASS: TestServiceUpdateSecrets (15.81s) [2019-09-30T14:28:16.232Z] update_test.go:77: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets" [2019-09-30T14:28:16.232Z] === RUN TestServiceUpdateConfigs [2019-09-30T14:28:16.741Z] --- PASS: TestInspectOomKilledTrue (1.23s) [2019-09-30T14:28:16.741Z] === RUN TestInspectOomKilledFalse [2019-09-30T14:28:17.024Z] --- PASS: TestInspectOomKilledFalse (0.71s) [2019-09-30T14:28:17.024Z] === RUN TestLinksEtcHostsContentMatch [2019-09-30T14:28:17.057Z] #32 DONE 1.2s [2019-09-30T14:28:17.057Z] [2019-09-30T14:28:17.057Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-30T14:28:17.057Z] #20 5.798 [2019-09-30T14:28:17.057Z] #20 5.876 ######################################################################## 100.0% [2019-09-30T14:28:17.057Z] #20 6.077 [2019-09-30T14:28:17.057Z] #20 6.661 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-09-30T14:28:17.313Z] #20 6.910 [2019-09-30T14:28:17.571Z] #20 7.029 ######################################################################## 100.0% [2019-09-30T14:28:17.571Z] #20 7.208 [2019-09-30T14:28:18.035Z] --- PASS: TestLinksEtcHostsContentMatch (0.65s) [2019-09-30T14:28:18.035Z] === RUN TestLinksContainerNames [2019-09-30T14:28:18.126Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2019-09-30T14:28:18.126Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2019-09-30T14:28:18.134Z] #20 7.811 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-09-30T14:28:18.134Z] #20 7.914 skipping existing 1849cc453dee [2019-09-30T14:28:18.696Z] #20 8.100 [2019-09-30T14:28:19.046Z] --- PASS: TestLinksContainerNames (1.37s) [2019-09-30T14:28:19.046Z] === RUN TestLogsFollowTailEmpty [2019-09-30T14:28:19.057Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2019-09-30T14:28:19.258Z] #20 8.835 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-09-30T14:28:19.515Z] #20 9.102 [2019-09-30T14:28:19.515Z] #20 9.175 ######################################################################## 100.0% [2019-09-30T14:28:19.772Z] #20 9.355 [2019-09-30T14:28:19.772Z] #20 9.404 Download of images into '/build' complete. [2019-09-30T14:28:19.772Z] #20 9.405 Use something like the following to load the result into a Docker daemon: [2019-09-30T14:28:19.772Z] #20 9.405 tar -cC '/build' . | docker load [2019-09-30T14:28:19.772Z] #20 DONE 9.5s [2019-09-30T14:28:19.772Z] [2019-09-30T14:28:19.772Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-09-30T14:28:19.772Z] #33 0.875 [2019-09-30T14:28:19.772Z] #33 0.932 Removing bundles/ [2019-09-30T14:28:19.772Z] #33 0.932 [2019-09-30T14:28:19.772Z] #33 0.937 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary) [2019-09-30T14:28:19.772Z] #33 1.597 Building test suite binary ./integration-cli/test.main [2019-09-30T14:28:19.987Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2019-09-30T14:28:19.987Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2019-09-30T14:28:20.031Z] #33 ... [2019-09-30T14:28:20.031Z] [2019-09-30T14:28:20.031Z] #26 [contrib 1/4] COPY contrib/syscall-test /build/syscall-test [2019-09-30T14:28:20.031Z] #26 DONE 0.1s [2019-09-30T14:28:20.031Z] [2019-09-30T14:28:20.031Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-30T14:28:20.031Z] #22 DONE 0.1s [2019-09-30T14:28:20.031Z] [2019-09-30T14:28:20.031Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... [2019-09-30T14:28:20.031Z] #27 DONE 0.1s [2019-09-30T14:28:20.031Z] [2019-09-30T14:28:20.031Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-09-30T14:28:20.031Z] #23 DONE 0.1s [2019-09-30T14:28:20.031Z] [2019-09-30T14:28:20.031Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-30T14:28:20.055Z] --- PASS: TestLogsFollowTailEmpty (0.69s) [2019-09-30T14:28:20.055Z] === RUN TestContainerNetworkMountsNoChown [2019-09-30T14:28:20.289Z] #24 ... [2019-09-30T14:28:20.289Z] [2019-09-30T14:28:20.289Z] #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver [2019-09-30T14:28:20.289Z] #28 DONE 0.1s [2019-09-30T14:28:20.289Z] [2019-09-30T14:28:20.289Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2019-09-30T14:28:20.551Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2019-09-30T14:28:20.676Z] --- PASS: TestContainerNetworkMountsNoChown (0.70s) [2019-09-30T14:28:20.676Z] === RUN TestMountDaemonRoot [2019-09-30T14:28:20.676Z] === RUN TestMountDaemonRoot/default [2019-09-30T14:28:20.676Z] === PAUSE TestMountDaemonRoot/default [2019-09-30T14:28:20.676Z] === RUN TestMountDaemonRoot/private [2019-09-30T14:28:20.676Z] === PAUSE TestMountDaemonRoot/private [2019-09-30T14:28:20.676Z] === RUN TestMountDaemonRoot/rprivate [2019-09-30T14:28:20.676Z] === PAUSE TestMountDaemonRoot/rprivate [2019-09-30T14:28:20.676Z] === RUN TestMountDaemonRoot/slave [2019-09-30T14:28:20.676Z] === PAUSE TestMountDaemonRoot/slave [2019-09-30T14:28:20.676Z] === RUN TestMountDaemonRoot/rslave [2019-09-30T14:28:20.676Z] === PAUSE TestMountDaemonRoot/rslave [2019-09-30T14:28:20.676Z] === RUN TestMountDaemonRoot/shared [2019-09-30T14:28:20.676Z] === PAUSE TestMountDaemonRoot/shared [2019-09-30T14:28:20.676Z] === RUN TestMountDaemonRoot/rshared [2019-09-30T14:28:20.676Z] === PAUSE TestMountDaemonRoot/rshared [2019-09-30T14:28:20.676Z] === CONT TestMountDaemonRoot/default [2019-09-30T14:28:20.676Z] === CONT TestMountDaemonRoot/shared [2019-09-30T14:28:20.676Z] === RUN TestMountDaemonRoot/default/bind_root [2019-09-30T14:28:20.676Z] === CONT TestMountDaemonRoot/rslave [2019-09-30T14:28:20.676Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-09-30T14:28:20.676Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-09-30T14:28:20.676Z] === CONT TestMountDaemonRoot/rshared [2019-09-30T14:28:20.676Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-09-30T14:28:20.676Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-09-30T14:28:20.676Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-09-30T14:28:20.676Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-09-30T14:28:20.676Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-09-30T14:28:20.676Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-09-30T14:28:20.676Z] === RUN TestMountDaemonRoot/default/mount_root [2019-09-30T14:28:20.676Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-09-30T14:28:20.676Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-09-30T14:28:20.676Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-09-30T14:28:20.676Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-09-30T14:28:20.676Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-09-30T14:28:20.676Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-09-30T14:28:20.676Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-09-30T14:28:20.676Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-09-30T14:28:20.676Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-09-30T14:28:20.676Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-09-30T14:28:20.676Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-09-30T14:28:20.676Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-09-30T14:28:20.676Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-09-30T14:28:20.676Z] === CONT TestMountDaemonRoot/rprivate [2019-09-30T14:28:20.676Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-09-30T14:28:20.676Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-09-30T14:28:20.676Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-09-30T14:28:20.676Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-09-30T14:28:20.676Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-09-30T14:28:20.676Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-09-30T14:28:20.676Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-09-30T14:28:20.676Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-09-30T14:28:20.676Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-09-30T14:28:20.676Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-09-30T14:28:20.676Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-09-30T14:28:20.676Z] === CONT TestMountDaemonRoot/slave [2019-09-30T14:28:20.676Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-09-30T14:28:20.676Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-09-30T14:28:20.676Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-09-30T14:28:20.676Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-09-30T14:28:20.676Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-09-30T14:28:20.676Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-09-30T14:28:20.676Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-09-30T14:28:20.676Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-09-30T14:28:20.676Z] === CONT TestMountDaemonRoot/private [2019-09-30T14:28:20.676Z] === RUN TestMountDaemonRoot/private/bind_root [2019-09-30T14:28:20.676Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-09-30T14:28:20.676Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-09-30T14:28:20.676Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-09-30T14:28:20.676Z] === RUN TestMountDaemonRoot/private/mount_root [2019-09-30T14:28:20.676Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-09-30T14:28:20.676Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-09-30T14:28:20.676Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-09-30T14:28:20.676Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-09-30T14:28:20.676Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-09-30T14:28:20.676Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-09-30T14:28:20.676Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-09-30T14:28:20.676Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-09-30T14:28:20.676Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-09-30T14:28:20.676Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-09-30T14:28:20.676Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-09-30T14:28:20.676Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-09-30T14:28:20.676Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-09-30T14:28:20.676Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-09-30T14:28:20.676Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-09-30T14:28:20.676Z] === CONT TestMountDaemonRoot/default/bind_root [2019-09-30T14:28:20.676Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-09-30T14:28:20.676Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-09-30T14:28:20.676Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-09-30T14:28:20.676Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-09-30T14:28:20.676Z] === CONT TestMountDaemonRoot/private/bind_root [2019-09-30T14:28:20.676Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-09-30T14:28:20.676Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-09-30T14:28:20.676Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-09-30T14:28:20.964Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-09-30T14:28:20.965Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-09-30T14:28:20.965Z] === CONT TestMountDaemonRoot/default/mount_root [2019-09-30T14:28:20.965Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-09-30T14:28:20.965Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-09-30T14:28:20.965Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-09-30T14:28:20.965Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-09-30T14:28:20.965Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-09-30T14:28:20.965Z] === CONT TestMountDaemonRoot/private/mount_root [2019-09-30T14:28:20.965Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-09-30T14:28:20.965Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-09-30T14:28:20.965Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-09-30T14:28:20.965Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-09-30T14:28:20.965Z] --- PASS: TestMountDaemonRoot (0.04s) [2019-09-30T14:28:20.965Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-09-30T14:28:20.965Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2019-09-30T14:28:20.965Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.06s) [2019-09-30T14:28:20.965Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2019-09-30T14:28:20.965Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.06s) [2019-09-30T14:28:20.965Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-09-30T14:28:20.965Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2019-09-30T14:28:20.965Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.10s) [2019-09-30T14:28:20.965Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2019-09-30T14:28:20.965Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.10s) [2019-09-30T14:28:20.965Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-09-30T14:28:20.965Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2019-09-30T14:28:20.965Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2019-09-30T14:28:20.965Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2019-09-30T14:28:20.965Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2019-09-30T14:28:20.965Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-09-30T14:28:20.965Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2019-09-30T14:28:20.965Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2019-09-30T14:28:20.965Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2019-09-30T14:28:20.965Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2019-09-30T14:28:20.965Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-09-30T14:28:20.965Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2019-09-30T14:28:20.965Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2019-09-30T14:28:20.965Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2019-09-30T14:28:20.965Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2019-09-30T14:28:20.965Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-09-30T14:28:20.965Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.06s) [2019-09-30T14:28:20.965Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2019-09-30T14:28:20.965Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2019-09-30T14:28:20.965Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2019-09-30T14:28:20.965Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-09-30T14:28:20.965Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2019-09-30T14:28:20.965Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s) [2019-09-30T14:28:20.965Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s) [2019-09-30T14:28:20.965Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2019-09-30T14:28:20.965Z] === RUN TestContainerBindMountNonRecursive [2019-09-30T14:28:21.919Z] === RUN TestDockerSuite/TestContainerAPICreate [2019-09-30T14:28:22.484Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2019-09-30T14:28:22.740Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2019-09-30T14:28:22.740Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2019-09-30T14:28:22.992Z] --- PASS: TestContainerBindMountNonRecursive (1.73s) [2019-09-30T14:28:22.992Z] === RUN TestNetworkNat [2019-09-30T14:28:23.605Z] --- PASS: TestNetworkNat (0.74s) [2019-09-30T14:28:23.605Z] === RUN TestNetworkLocalhostTCPNat [2019-09-30T14:28:23.670Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2019-09-30T14:28:23.670Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2019-09-30T14:28:23.670Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2019-09-30T14:28:23.670Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2019-09-30T14:28:23.927Z] === RUN TestDockerSuite/TestContainerAPIDelete [2019-09-30T14:28:24.123Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2019-09-30T14:28:24.123Z] === RUN TestDockerSuite/TestBuildBlankName [2019-09-30T14:28:24.123Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2019-09-30T14:28:24.222Z] --- PASS: TestNetworkLocalhostTCPNat (0.79s) [2019-09-30T14:28:24.222Z] === RUN TestNetworkLoopbackNat [2019-09-30T14:28:24.459Z] #29 ... [2019-09-30T14:28:24.459Z] [2019-09-30T14:28:24.459Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-30T14:28:24.459Z] #21 DONE 1.1s [2019-09-30T14:28:24.715Z] [2019-09-30T14:28:24.715Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-30T14:28:24.715Z] #24 2.028 + RM_GOPATH=0 [2019-09-30T14:28:24.715Z] #24 2.028 + TMP_GOPATH= [2019-09-30T14:28:24.715Z] #24 2.028 + : /build [2019-09-30T14:28:24.715Z] #24 2.028 + '[' -z '' ']' [2019-09-30T14:28:24.715Z] #24 2.028 ++ mktemp -d [2019-09-30T14:28:24.715Z] #24 2.028 + export GOPATH=/tmp/tmp.FDDpJp [2019-09-30T14:28:24.715Z] #24 2.028 + GOPATH=/tmp/tmp.FDDpJp [2019-09-30T14:28:24.715Z] #24 2.028 + RM_GOPATH=1 [2019-09-30T14:28:24.715Z] #24 2.030 Install docker/cli version 17.06.2-ce from stable [2019-09-30T14:28:24.715Z] #24 2.030 ++ dirname ./install.sh [2019-09-30T14:28:24.715Z] #24 2.030 + dir=. [2019-09-30T14:28:24.715Z] #24 2.030 + bin=dockercli [2019-09-30T14:28:24.715Z] #24 2.030 + shift [2019-09-30T14:28:24.715Z] #24 2.030 + '[' '!' -f ./dockercli.installer ']' [2019-09-30T14:28:24.715Z] #24 2.030 + . ./dockercli.installer [2019-09-30T14:28:24.715Z] #24 2.030 ++ DOCKERCLI_CHANNEL=stable [2019-09-30T14:28:24.715Z] #24 2.030 ++ DOCKERCLI_VERSION=17.06.2-ce [2019-09-30T14:28:24.715Z] #24 2.030 + install_dockercli [2019-09-30T14:28:24.715Z] #24 2.030 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-09-30T14:28:24.715Z] #24 2.030 ++ uname -m [2019-09-30T14:28:24.715Z] #24 2.033 + arch=x86_64 [2019-09-30T14:28:24.715Z] #24 2.033 + '[' x86_64 '!=' x86_64 ']' [2019-09-30T14:28:24.715Z] #24 2.033 + url=https://download.docker.com/linux/static [2019-09-30T14:28:24.715Z] #24 2.033 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2019-09-30T14:28:24.715Z] #24 2.034 + tar -xz docker/docker [2019-09-30T14:28:24.857Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2019-09-30T14:28:25.229Z] --- PASS: TestNetworkLoopbackNat (1.00s) [2019-09-30T14:28:25.229Z] === RUN TestPause [2019-09-30T14:28:25.280Z] #24 5.091 + mkdir -p /build [2019-09-30T14:28:25.280Z] #24 5.092 + mv docker/docker /build/ [2019-09-30T14:28:25.280Z] #24 5.092 + rmdir docker [2019-09-30T14:28:25.280Z] #24 DONE 5.2s [2019-09-30T14:28:25.280Z] [2019-09-30T14:28:25.280Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2019-09-30T14:28:25.787Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2019-09-30T14:28:26.233Z] --- PASS: TestPause (0.76s) [2019-09-30T14:28:26.233Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-09-30T14:28:26.233Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-09-30T14:28:26.233Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-30T14:28:26.233Z] === RUN TestPauseStopPausedContainer [2019-09-30T14:28:26.645Z] #29 ... [2019-09-30T14:28:26.645Z] [2019-09-30T14:28:26.645Z] #25 [runner 10/12] COPY --from=dockercli /build/ /usr/bin/ [2019-09-30T14:28:26.645Z] #25 DONE 0.1s [2019-09-30T14:28:26.645Z] [2019-09-30T14:28:26.645Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2019-09-30T14:28:26.719Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2019-09-30T14:28:26.719Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2019-09-30T14:28:26.847Z] --- PASS: TestPauseStopPausedContainer (0.74s) [2019-09-30T14:28:26.847Z] === RUN TestPsFilter [2019-09-30T14:28:27.130Z] --- PASS: TestPsFilter (0.19s) [2019-09-30T14:28:27.130Z] === RUN TestRemoveContainerWithRemovedVolume [2019-09-30T14:28:27.745Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.68s) [2019-09-30T14:28:27.745Z] === RUN TestRemoveContainerWithVolume [2019-09-30T14:28:28.361Z] --- PASS: TestRemoveContainerWithVolume (0.66s) [2019-09-30T14:28:28.361Z] === RUN TestRemoveContainerRunning [2019-09-30T14:28:28.613Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2019-09-30T14:28:28.979Z] --- PASS: TestRemoveContainerRunning (0.70s) [2019-09-30T14:28:28.979Z] === RUN TestRemoveContainerForceRemoveRunning [2019-09-30T14:28:29.542Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2019-09-30T14:28:29.542Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2019-09-30T14:28:29.996Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.71s) [2019-09-30T14:28:29.996Z] === RUN TestRemoveInvalidContainer [2019-09-30T14:28:29.996Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2019-09-30T14:28:29.996Z] === RUN TestRenameLinkedContainer [2019-09-30T14:28:30.105Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2019-09-30T14:28:31.044Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2019-09-30T14:28:31.192Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2019-09-30T14:28:31.607Z] --- PASS: TestServiceUpdateConfigs (15.31s) [2019-09-30T14:28:31.607Z] update_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs" [2019-09-30T14:28:31.607Z] === RUN TestServiceUpdateNetwork [2019-09-30T14:28:32.161Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2019-09-30T14:28:32.172Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2019-09-30T14:28:32.725Z] --- PASS: TestRenameLinkedContainer (2.96s) [2019-09-30T14:28:32.725Z] === RUN TestRenameStoppedContainer [2019-09-30T14:28:32.735Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2019-09-30T14:28:32.735Z] === RUN TestDockerSuite/TestContainerAPIKill [2019-09-30T14:28:33.341Z] --- PASS: TestRenameStoppedContainer (0.68s) [2019-09-30T14:28:33.341Z] === RUN TestRenameRunningContainerAndReuse [2019-09-30T14:28:33.666Z] === RUN TestDockerSuite/TestContainerAPIPause [2019-09-30T14:28:34.812Z] --- PASS: TestRenameRunningContainerAndReuse (1.39s) [2019-09-30T14:28:34.812Z] === RUN TestRenameInvalidName [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [2019-09-30T14:28:35.035Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-09-30T14:28:35.437Z] --- PASS: TestRenameInvalidName (0.70s) [2019-09-30T14:28:35.437Z] === RUN TestRenameAnonymousContainer [2019-09-30T14:28:35.599Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2019-09-30T14:28:35.856Z] === RUN TestDockerSuite/TestContainerAPIRename [2019-09-30T14:28:36.786Z] === RUN TestDockerSuite/TestContainerAPIRestart [2019-09-30T14:28:37.957Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2019-09-30T14:28:38.116Z] --- PASS: TestRenameAnonymousContainer (2.51s) [2019-09-30T14:28:38.116Z] === RUN TestRenameContainerWithSameName [2019-09-30T14:28:38.155Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2019-09-30T14:28:38.730Z] --- PASS: TestRenameContainerWithSameName (0.72s) [2019-09-30T14:28:38.730Z] === RUN TestRenameContainerWithLinkedContainer [2019-09-30T14:28:40.048Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2019-09-30T14:28:40.048Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2019-09-30T14:28:40.048Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2019-09-30T14:28:40.048Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2019-09-30T14:28:40.048Z] === RUN TestDockerSuite/TestContainerAPIStart [2019-09-30T14:28:40.208Z] --- PASS: TestRenameContainerWithLinkedContainer (1.38s) [2019-09-30T14:28:40.208Z] === RUN TestResize [2019-09-30T14:28:40.823Z] --- PASS: TestResize (0.78s) [2019-09-30T14:28:40.823Z] === RUN TestResizeWithInvalidSize [2019-09-30T14:28:40.978Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2019-09-30T14:28:41.829Z] --- PASS: TestResizeWithInvalidSize (0.74s) [2019-09-30T14:28:41.829Z] === RUN TestResizeWhenContainerNotStarted [2019-09-30T14:28:42.447Z] --- PASS: TestResizeWhenContainerNotStarted (0.69s) [2019-09-30T14:28:42.447Z] === RUN TestDaemonRestartKillContainers [2019-09-30T14:28:42.447Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-30T14:28:42.447Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-30T14:28:42.447Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-30T14:28:42.447Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-30T14:28:42.447Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-30T14:28:42.447Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-30T14:28:42.447Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-30T14:28:42.447Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-30T14:28:42.447Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-30T14:28:42.447Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-30T14:28:42.447Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-30T14:28:42.447Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-30T14:28:42.447Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-30T14:28:42.447Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-30T14:28:42.447Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-30T14:28:42.447Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-30T14:28:42.447Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-30T14:28:42.447Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-30T14:28:42.447Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-30T14:28:42.447Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-30T14:28:42.447Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-30T14:28:42.447Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-30T14:28:42.447Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-30T14:28:42.447Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-30T14:28:42.447Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-30T14:28:42.447Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-30T14:28:42.447Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-30T14:28:42.447Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-30T14:28:44.490Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-30T14:28:45.513Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-30T14:28:45.513Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-30T14:28:45.822Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-30T14:28:46.361Z] === RUN TestDockerSuite/TestContainerAPIStop [2019-09-30T14:28:46.361Z] === RUN TestDockerSuite/TestContainerAPITop [2019-09-30T14:28:47.297Z] --- PASS: TestServiceUpdateNetwork (15.42s) [2019-09-30T14:28:47.297Z] update_test.go:201: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork" [2019-09-30T14:28:47.297Z] PASS [2019-09-30T14:28:47.297Z] [2019-09-30T14:28:47.297Z] DONE 19 tests in 172.745s [2019-09-30T14:28:47.297Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2019-09-30T14:28:47.297Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:28:47.297Z] ++ set -e [2019-09-30T14:28:47.297Z] ++ '[' -n 0 ']' [2019-09-30T14:28:47.297Z] ++ set -x [2019-09-30T14:28:47.297Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:28:47.297Z] INFO: Testing against a local daemon [2019-09-30T14:28:47.297Z] === RUN TestSessionCreate [2019-09-30T14:28:47.297Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2019-09-30T14:28:47.297Z] --- PASS: TestSessionCreate (0.03s) [2019-09-30T14:28:47.297Z] === RUN TestSessionCreateWithBadUpgrade [2019-09-30T14:28:47.297Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2019-09-30T14:28:47.297Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s) [2019-09-30T14:28:47.297Z] PASS [2019-09-30T14:28:47.297Z] [2019-09-30T14:28:47.297Z] DONE 2 tests in 0.244s [2019-09-30T14:28:47.297Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2019-09-30T14:28:47.297Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:28:47.297Z] ++ set -e [2019-09-30T14:28:47.297Z] ++ '[' -n 0 ']' [2019-09-30T14:28:47.297Z] ++ set -x [2019-09-30T14:28:47.297Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:28:47.297Z] === RUN TestDockerSuite/TestContainerAPIWait [2019-09-30T14:28:47.556Z] INFO: Testing against a local daemon [2019-09-30T14:28:47.556Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-09-30T14:28:47.556Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-30T14:28:47.556Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-30T14:28:47.556Z] === RUN TestEventsExecDie [2019-09-30T14:28:47.862Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-30T14:28:47.862Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-30T14:28:48.278Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2019-09-30T14:28:48.487Z] --- PASS: TestEventsExecDie (0.85s) [2019-09-30T14:28:48.487Z] === RUN TestEventsBackwardsCompatible [2019-09-30T14:28:48.487Z] --- PASS: TestEventsBackwardsCompatible (0.08s) [2019-09-30T14:28:48.487Z] === RUN TestInfoBinaryCommits [2019-09-30T14:28:48.487Z] --- PASS: TestInfoBinaryCommits (0.02s) [2019-09-30T14:28:48.487Z] === RUN TestInfoAPIVersioned [2019-09-30T14:28:48.487Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-09-30T14:28:48.487Z] === RUN TestInfoAPI [2019-09-30T14:28:48.487Z] --- PASS: TestInfoAPI (0.02s) [2019-09-30T14:28:48.487Z] === RUN TestInfoAPIWarnings [2019-09-30T14:28:48.535Z] #29 28.16 # github.com/docker/docker/contrib/httpserver [2019-09-30T14:28:48.535Z] #29 28.16 loadinternal: cannot find runtime/cgo [2019-09-30T14:28:48.792Z] #29 DONE 28.6s [2019-09-30T14:28:48.792Z] [2019-09-30T14:28:48.792Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-09-30T14:28:48.891Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-30T14:28:49.416Z] --- PASS: TestInfoAPIWarnings (0.74s) [2019-09-30T14:28:49.416Z] info_test.go:49: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings" [2019-09-30T14:28:49.416Z] === RUN TestLoginFailsWithBadCredentials [2019-09-30T14:28:49.416Z] --- PASS: TestLoginFailsWithBadCredentials (0.24s) [2019-09-30T14:28:49.416Z] === RUN TestPingCacheHeaders [2019-09-30T14:28:49.416Z] --- PASS: TestPingCacheHeaders (0.02s) [2019-09-30T14:28:49.416Z] === RUN TestPingGet [2019-09-30T14:28:49.416Z] --- PASS: TestPingGet (0.01s) [2019-09-30T14:28:49.416Z] === RUN TestPingHead [2019-09-30T14:28:49.516Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-30T14:28:49.673Z] --- PASS: TestPingHead (0.02s) [2019-09-30T14:28:49.673Z] === RUN TestVersion [2019-09-30T14:28:49.673Z] --- PASS: TestVersion (0.02s) [2019-09-30T14:28:49.673Z] PASS [2019-09-30T14:28:49.673Z] [2019-09-30T14:28:49.673Z] === Skipped [2019-09-30T14:28:49.673Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-30T14:28:49.673Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-30T14:28:49.673Z] [2019-09-30T14:28:49.673Z] [2019-09-30T14:28:49.673Z] DONE 12 tests, 1 skipped in 2.227s [2019-09-30T14:28:49.673Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2019-09-30T14:28:49.674Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:28:49.674Z] ++ set -e [2019-09-30T14:28:49.674Z] ++ '[' -n 0 ']' [2019-09-30T14:28:49.674Z] ++ set -x [2019-09-30T14:28:49.674Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:28:49.720Z] #33 ... [2019-09-30T14:28:49.720Z] [2019-09-30T14:28:49.720Z] #30 [runner 11/12] COPY --from=contrib /build/ /tests/contrib/ [2019-09-30T14:28:49.720Z] #30 DONE 0.1s [2019-09-30T14:28:49.720Z] [2019-09-30T14:28:49.720Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-09-30T14:28:49.930Z] INFO: Testing against a local daemon [2019-09-30T14:28:49.930Z] === RUN TestVolumesCreateAndList [2019-09-30T14:28:49.930Z] --- PASS: TestVolumesCreateAndList (0.06s) [2019-09-30T14:28:49.930Z] === RUN TestVolumesRemove [2019-09-30T14:28:50.187Z] --- PASS: TestVolumesRemove (0.25s) [2019-09-30T14:28:50.187Z] === RUN TestVolumesInspect [2019-09-30T14:28:50.187Z] --- PASS: TestVolumesInspect (0.02s) [2019-09-30T14:28:50.187Z] === RUN TestVolumesInvalidJSON [2019-09-30T14:28:50.187Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-09-30T14:28:50.187Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-09-30T14:28:50.187Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-09-30T14:28:50.187Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2019-09-30T14:28:50.187Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-09-30T14:28:50.187Z] PASS [2019-09-30T14:28:50.187Z] [2019-09-30T14:28:50.187Z] DONE 5 tests in 0.576s [2019-09-30T14:28:50.187Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-09-30T14:28:50.187Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2019-09-30T14:28:50.445Z] ++++ cat bundles/test-integration/docker.pid [2019-09-30T14:28:50.445Z] +++ kill 5313 [2019-09-30T14:28:51.009Z] === RUN TestDockerSuite/TestContainerNetworkMode [2019-09-30T14:28:51.940Z] umount: bundles/test-integration/root: mountpoint not found [2019-09-30T14:28:51.940Z] +++ /etc/init.d/apparmor stop [2019-09-30T14:28:51.940Z] Clearing AppArmor profiles cache:. [2019-09-30T14:28:51.940Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-30T14:28:51.940Z] Unloading profiles will leave already running processes permanently [2019-09-30T14:28:51.940Z] unconfined, which can lead to unexpected situations. [2019-09-30T14:28:51.940Z] [2019-09-30T14:28:51.940Z] To set a process to complain mode, use the command line tool [2019-09-30T14:28:51.940Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-30T14:28:51.940Z] with the 'teardown' option." [2019-09-30T14:28:51.940Z] [2019-09-30T14:28:52.230Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-09-30T14:28:52.230Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (2.17s) [2019-09-30T14:28:52.230Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon" [2019-09-30T14:28:52.230Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.10s) [2019-09-30T14:28:52.230Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon" [2019-09-30T14:28:52.230Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.27s) [2019-09-30T14:28:52.230Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon" [2019-09-30T14:28:52.230Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.54s) [2019-09-30T14:28:52.230Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon" [2019-09-30T14:28:52.230Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.92s) [2019-09-30T14:28:52.230Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon" [2019-09-30T14:28:52.230Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.90s) [2019-09-30T14:28:52.230Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon" [2019-09-30T14:28:52.230Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.49s) [2019-09-30T14:28:52.230Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon" [2019-09-30T14:28:52.230Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.91s) [2019-09-30T14:28:52.230Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon" [2019-09-30T14:28:52.230Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.83s) [2019-09-30T14:28:52.230Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon" [2019-09-30T14:28:52.230Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.05s) [2019-09-30T14:28:52.230Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon" [2019-09-30T14:28:52.230Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.83s) [2019-09-30T14:28:52.230Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon" [2019-09-30T14:28:52.230Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.77s) [2019-09-30T14:28:52.230Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon" [2019-09-30T14:28:52.230Z] === RUN TestCgroupNamespacesRun [2019-09-30T14:28:52.504Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2019-09-30T14:28:54.251Z] --- PASS: TestCgroupNamespacesRun (1.76s) [2019-09-30T14:28:54.251Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun" [2019-09-30T14:28:54.251Z] === RUN TestCgroupNamespacesRunPrivileged [2019-09-30T14:28:55.731Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.70s) [2019-09-30T14:28:55.731Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged" [2019-09-30T14:28:55.731Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-09-30T14:28:56.843Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2019-09-30T14:28:57.302Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2019-09-30T14:28:57.757Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.70s) [2019-09-30T14:28:57.757Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode" [2019-09-30T14:28:57.757Z] === RUN TestCgroupNamespacesRunHostMode [2019-09-30T14:28:57.758Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2019-09-30T14:28:57.758Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2019-09-30T14:28:59.234Z] --- PASS: TestCgroupNamespacesRunHostMode (1.72s) [2019-09-30T14:28:59.234Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode" [2019-09-30T14:28:59.234Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-09-30T14:29:00.278Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2019-09-30T14:29:00.723Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.76s) [2019-09-30T14:29:00.723Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode" [2019-09-30T14:29:00.723Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-09-30T14:29:01.233Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2019-09-30T14:29:01.754Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.91s) [2019-09-30T14:29:01.754Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate" [2019-09-30T14:29:01.754Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-09-30T14:29:02.763Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.91s) [2019-09-30T14:29:02.763Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode" [2019-09-30T14:29:02.763Z] === RUN TestCgroupNamespacesRunOlderClient [2019-09-30T14:29:03.091Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2019-09-30T14:29:03.091Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2019-09-30T14:29:03.091Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2019-09-30T14:29:04.247Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.72s) [2019-09-30T14:29:04.248Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient" [2019-09-30T14:29:04.248Z] === RUN TestKernelTCPMemory [2019-09-30T14:29:05.259Z] --- PASS: TestKernelTCPMemory (0.91s) [2019-09-30T14:29:05.259Z] === RUN TestNISDomainname [2019-09-30T14:29:06.268Z] --- PASS: TestNISDomainname (1.04s) [2019-09-30T14:29:06.268Z] === RUN TestHostnameDnsResolution [2019-09-30T14:29:07.742Z] --- PASS: TestHostnameDnsResolution (1.16s) [2019-09-30T14:29:07.742Z] === RUN TestStats [2019-09-30T14:29:08.881Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2019-09-30T14:29:08.881Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2019-09-30T14:29:08.881Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2019-09-30T14:29:08.881Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2019-09-30T14:29:08.881Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2019-09-30T14:29:10.411Z] --- PASS: TestStats (2.78s) [2019-09-30T14:29:10.411Z] === RUN TestStopContainerWithTimeout [2019-09-30T14:29:10.411Z] === RUN TestStopContainerWithTimeout/0 [2019-09-30T14:29:10.411Z] === PAUSE TestStopContainerWithTimeout/0 [2019-09-30T14:29:10.411Z] === RUN TestStopContainerWithTimeout/1 [2019-09-30T14:29:10.411Z] === PAUSE TestStopContainerWithTimeout/1 [2019-09-30T14:29:10.411Z] === RUN TestStopContainerWithTimeout/3 [2019-09-30T14:29:10.411Z] === PAUSE TestStopContainerWithTimeout/3 [2019-09-30T14:29:10.411Z] === RUN TestStopContainerWithTimeout/-1 [2019-09-30T14:29:10.411Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-09-30T14:29:10.411Z] === CONT TestStopContainerWithTimeout/0 [2019-09-30T14:29:10.411Z] === CONT TestStopContainerWithTimeout/3 [2019-09-30T14:29:10.411Z] === CONT TestStopContainerWithTimeout/-1 [2019-09-30T14:29:10.411Z] === CONT TestStopContainerWithTimeout/1 [2019-09-30T14:29:13.871Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2019-09-30T14:29:13.871Z] --- PASS: TestStopContainerWithTimeout/0 (1.09s) [2019-09-30T14:29:13.871Z] --- PASS: TestStopContainerWithTimeout/1 (2.31s) [2019-09-30T14:29:13.871Z] --- PASS: TestStopContainerWithTimeout/-1 (3.06s) [2019-09-30T14:29:13.871Z] --- PASS: TestStopContainerWithTimeout/3 (3.19s) [2019-09-30T14:29:13.871Z] === RUN TestDeleteDevicemapper [2019-09-30T14:29:13.871Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-09-30T14:29:13.871Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-30T14:29:13.871Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-09-30T14:29:16.561Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.96s) [2019-09-30T14:29:16.561Z] === RUN TestUpdateMemory [2019-09-30T14:29:17.569Z] --- PASS: TestUpdateMemory (1.11s) [2019-09-30T14:29:17.569Z] === RUN TestUpdateCPUQuota [2019-09-30T14:29:19.054Z] --- PASS: TestUpdateCPUQuota (1.60s) [2019-09-30T14:29:19.054Z] === RUN TestUpdatePidsLimit [2019-09-30T14:29:19.054Z] === RUN TestUpdatePidsLimit/update_from_none [2019-09-30T14:29:19.674Z] === RUN TestUpdatePidsLimit/no_change [2019-09-30T14:29:19.957Z] === RUN TestUpdatePidsLimit/update_lower [2019-09-30T14:29:20.240Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-09-30T14:29:20.858Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-09-30T14:29:21.143Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-09-30T14:29:21.761Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-09-30T14:29:23.305Z] --- PASS: TestUpdatePidsLimit (4.11s) [2019-09-30T14:29:23.305Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.41s) [2019-09-30T14:29:23.305Z] --- PASS: TestUpdatePidsLimit/no_change (0.39s) [2019-09-30T14:29:23.305Z] --- PASS: TestUpdatePidsLimit/update_lower (0.40s) [2019-09-30T14:29:23.305Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.41s) [2019-09-30T14:29:23.305Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.43s) [2019-09-30T14:29:23.305Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.40s) [2019-09-30T14:29:23.305Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.40s) [2019-09-30T14:29:23.305Z] === RUN TestUpdateRestartPolicy [2019-09-30T14:29:27.739Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2019-09-30T14:29:27.739Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2019-09-30T14:29:27.739Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2019-09-30T14:29:31.012Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2019-09-30T14:29:32.379Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2019-09-30T14:29:33.748Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2019-09-30T14:29:34.013Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2019-09-30T14:29:35.824Z] --- PASS: TestUpdateRestartPolicy (12.15s) [2019-09-30T14:29:35.824Z] === RUN TestUpdateRestartWithAutoRemove [2019-09-30T14:29:36.106Z] --- PASS: TestUpdateRestartWithAutoRemove (0.73s) [2019-09-30T14:29:36.106Z] === RUN TestWaitNonBlocked [2019-09-30T14:29:36.106Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-30T14:29:36.106Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-30T14:29:36.106Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-30T14:29:36.106Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-30T14:29:36.106Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-30T14:29:36.106Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-30T14:29:37.021Z] === RUN TestDockerSuite/TestCopyAndRestart [2019-09-30T14:29:37.120Z] --- PASS: TestWaitNonBlocked (0.03s) [2019-09-30T14:29:37.120Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.91s) [2019-09-30T14:29:37.120Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.97s) [2019-09-30T14:29:37.120Z] === RUN TestWaitBlocked [2019-09-30T14:29:37.120Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-30T14:29:37.120Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-30T14:29:37.120Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-09-30T14:29:37.120Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-09-30T14:29:37.120Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-30T14:29:37.120Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-09-30T14:29:38.148Z] --- PASS: TestWaitBlocked (0.03s) [2019-09-30T14:29:38.148Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.98s) [2019-09-30T14:29:38.148Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.03s) [2019-09-30T14:29:38.148Z] === CONT TestContainerStartOnDaemonRestart [2019-09-30T14:29:38.148Z] === CONT TestIpcModeOlderClient [2019-09-30T14:29:38.148Z] === CONT TestDaemonRestartIpcMode [2019-09-30T14:29:38.430Z] --- PASS: TestIpcModeOlderClient (0.13s) [2019-09-30T14:29:38.696Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2019-09-30T14:29:39.095Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2019-09-30T14:29:39.095Z] === RUN TestDockerSuite/TestCpAbsolutePath [2019-09-30T14:29:39.154Z] === RUN TestDockerSuite/TestBuildCacheAdd [2019-09-30T14:29:39.613Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2019-09-30T14:29:40.128Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2019-09-30T14:29:40.583Z] === RUN TestDockerSuite/TestBuildCacheFrom [2019-09-30T14:29:40.583Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2019-09-30T14:29:41.057Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2019-09-30T14:29:41.911Z] --- PASS: TestContainerStartOnDaemonRestart (3.25s) [2019-09-30T14:29:41.911Z] daemon_linux_test.go:35: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart" [2019-09-30T14:29:41.911Z] --- PASS: TestDaemonRestartIpcMode (3.71s) [2019-09-30T14:29:41.911Z] daemon_linux_test.go:89: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode" [2019-09-30T14:29:41.911Z] PASS [2019-09-30T14:29:41.911Z] [2019-09-30T14:29:41.911Z] === Skipped [2019-09-30T14:29:41.911Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2019-09-30T14:29:41.911Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-30T14:29:41.911Z] [2019-09-30T14:29:41.911Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-09-30T14:29:41.911Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-30T14:29:41.911Z] [2019-09-30T14:29:41.911Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2019-09-30T14:29:41.911Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-30T14:29:41.911Z] [2019-09-30T14:29:41.911Z] [2019-09-30T14:29:41.911Z] DONE 197 tests, 3 skipped in 122.779s [2019-09-30T14:29:41.911Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2019-09-30T14:29:41.911Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:29:41.911Z] ++ set -e [2019-09-30T14:29:41.911Z] ++ '[' -n 0 ']' [2019-09-30T14:29:41.911Z] ++ set -x [2019-09-30T14:29:41.911Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:29:42.192Z] INFO: Testing against a local daemon [2019-09-30T14:29:42.192Z] === RUN TestCommitInheritsEnv [2019-09-30T14:29:42.426Z] === RUN TestDockerSuite/TestCpFromCaseA [2019-09-30T14:29:42.476Z] --- PASS: TestCommitInheritsEnv (0.44s) [2019-09-30T14:29:42.476Z] === RUN TestImportExtremelyLargeImageWorks [2019-09-30T14:29:42.476Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-09-30T14:29:42.476Z] === RUN TestImagesFilterMultiReference [2019-09-30T14:29:42.763Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2019-09-30T14:29:42.763Z] === RUN TestImagePullPlatformInvalid [2019-09-30T14:29:42.763Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2019-09-30T14:29:42.763Z] === RUN TestRemoveImageOrphaning [2019-09-30T14:29:43.047Z] --- PASS: TestRemoveImageOrphaning (0.38s) [2019-09-30T14:29:43.047Z] === RUN TestRemoveImageGarbageCollector [2019-09-30T14:29:43.047Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2019-09-30T14:29:43.047Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-30T14:29:43.047Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-09-30T14:29:43.047Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2019-09-30T14:29:43.047Z] === RUN TestTagInvalidReference [2019-09-30T14:29:43.047Z] --- PASS: TestTagInvalidReference (0.04s) [2019-09-30T14:29:43.047Z] === RUN TestTagValidPrefixedRepo [2019-09-30T14:29:43.047Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2019-09-30T14:29:43.047Z] === RUN TestTagExistedNameWithoutForce [2019-09-30T14:29:43.330Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2019-09-30T14:29:43.330Z] === RUN TestTagOfficialNames [2019-09-30T14:29:43.330Z] --- PASS: TestTagOfficialNames (0.06s) [2019-09-30T14:29:43.330Z] === RUN TestTagMatchesDigest [2019-09-30T14:29:43.330Z] --- PASS: TestTagMatchesDigest (0.03s) [2019-09-30T14:29:43.330Z] === CONT TestImportExtremelyLargeImageWorks [2019-09-30T14:29:43.357Z] === RUN TestDockerSuite/TestCpFromCaseB [2019-09-30T14:29:44.287Z] === RUN TestDockerSuite/TestCpFromCaseC [2019-09-30T14:29:45.217Z] === RUN TestDockerSuite/TestCpFromCaseD [2019-09-30T14:29:46.369Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2019-09-30T14:29:46.587Z] === RUN TestDockerSuite/TestCpFromCaseE [2019-09-30T14:29:46.830Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2019-09-30T14:29:46.830Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2019-09-30T14:29:46.830Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2019-09-30T14:29:47.516Z] === RUN TestDockerSuite/TestCpFromCaseF [2019-09-30T14:29:48.364Z] === RUN TestDockerSuite/TestBuildClearCmd [2019-09-30T14:29:48.447Z] === RUN TestDockerSuite/TestCpFromCaseG [2019-09-30T14:29:49.335Z] === RUN TestDockerSuite/TestBuildCmd [2019-09-30T14:29:49.793Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2019-09-30T14:29:49.820Z] === RUN TestDockerSuite/TestCpFromCaseH [2019-09-30T14:29:50.251Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2019-09-30T14:29:50.714Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2019-09-30T14:29:50.753Z] === RUN TestDockerSuite/TestCpFromCaseI [2019-09-30T14:29:51.682Z] === RUN TestDockerSuite/TestCpFromCaseJ [2019-09-30T14:29:52.611Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2019-09-30T14:29:54.503Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2019-09-30T14:29:55.433Z] === RUN TestDockerSuite/TestCpGarbagePath [2019-09-30T14:29:56.363Z] === RUN TestDockerSuite/TestCpLocalOnly [2019-09-30T14:29:56.363Z] === RUN TestDockerSuite/TestCpNameHasColon [2019-09-30T14:29:56.508Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2019-09-30T14:29:57.293Z] === RUN TestDockerSuite/TestCpRelativePath [2019-09-30T14:29:58.224Z] === RUN TestDockerSuite/TestCpSpecialFiles [2019-09-30T14:29:58.686Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2019-09-30T14:29:58.686Z] === RUN TestDockerSuite/TestBuildConditionalCache [2019-09-30T14:29:59.594Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2019-09-30T14:29:59.652Z] === RUN TestDockerSuite/TestBuildContChar [2019-09-30T14:30:00.524Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2019-09-30T14:30:01.892Z] === RUN TestDockerSuite/TestCpToCaseA [2019-09-30T14:30:03.785Z] === RUN TestDockerSuite/TestCpToCaseB [2019-09-30T14:30:04.349Z] === RUN TestDockerSuite/TestCpToCaseC [2019-09-30T14:30:06.870Z] === RUN TestDockerSuite/TestCpToCaseD [2019-09-30T14:30:12.122Z] === RUN TestDockerSuite/TestCpToCaseE [2019-09-30T14:30:14.459Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2019-09-30T14:30:14.459Z] === RUN TestDockerSuite/TestBuildContextCleanup [2019-09-30T14:30:14.459Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2019-09-30T14:30:16.005Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2019-09-30T14:30:16.295Z] === RUN TestDockerSuite/TestCpToCaseF [2019-09-30T14:30:16.552Z] === RUN TestDockerSuite/TestCpToCaseG [2019-09-30T14:30:16.978Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2019-09-30T14:30:17.437Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2019-09-30T14:30:17.437Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2019-09-30T14:30:18.404Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2019-09-30T14:30:18.862Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2019-09-30T14:30:18.862Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2019-09-30T14:30:18.862Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2019-09-30T14:30:21.801Z] === RUN TestDockerSuite/TestCpToCaseH [2019-09-30T14:30:24.644Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2019-09-30T14:30:25.985Z] === RUN TestDockerSuite/TestCpToCaseI [2019-09-30T14:30:26.094Z] #33 121.8 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-09-30T14:30:26.094Z] #33 123.6 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-09-30T14:30:26.094Z] #33 124.8 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-09-30T14:30:26.094Z] #33 126.6 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-09-30T14:30:26.094Z] #33 129.0 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-09-30T14:30:26.242Z] === RUN TestDockerSuite/TestCpToCaseJ [2019-09-30T14:30:27.458Z] #33 130.3 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-09-30T14:30:28.821Z] #33 131.4 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-09-30T14:30:29.749Z] #33 132.4 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-09-30T14:30:29.749Z] #33 132.7 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-09-30T14:30:30.418Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2019-09-30T14:30:31.349Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2019-09-30T14:30:31.637Z] #33 134.1 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-09-30T14:30:32.199Z] #33 135.1 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-09-30T14:30:32.718Z] === RUN TestDockerSuite/TestCpToDot [2019-09-30T14:30:33.281Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2019-09-30T14:30:34.087Z] #33 136.5 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-09-30T14:30:35.174Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2019-09-30T14:30:35.451Z] #33 138.1 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-09-30T14:30:36.815Z] #33 139.5 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-09-30T14:30:37.066Z] === RUN TestDockerSuite/TestCpToStdout [2019-09-30T14:30:37.741Z] #33 140.6 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-09-30T14:30:37.996Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2019-09-30T14:30:39.630Z] #33 142.3 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-09-30T14:30:40.557Z] #33 143.3 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-09-30T14:30:41.268Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2019-09-30T14:30:41.485Z] #33 144.3 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-09-30T14:30:41.831Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2019-09-30T14:30:42.761Z] === RUN TestDockerSuite/TestCpVolumePath [2019-09-30T14:30:42.849Z] #33 145.5 [2019-09-30T14:30:43.104Z] #33 DONE 145.9s [2019-09-30T14:30:43.104Z] [2019-09-30T14:30:43.104Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ... [2019-09-30T14:30:44.653Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2019-09-30T14:30:44.653Z] === RUN TestDockerSuite/TestCreateArgs [2019-09-30T14:30:44.653Z] === RUN TestDockerSuite/TestCreateByImageID [2019-09-30T14:30:44.990Z] #34 DONE 1.6s [2019-09-30T14:30:45.216Z] === RUN TestDockerSuite/TestCreateEchoStdout [2019-09-30T14:30:46.146Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2019-09-30T14:30:46.146Z] === RUN TestDockerSuite/TestCreateHostConfig [2019-09-30T14:30:46.146Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2019-09-30T14:30:46.355Z] [2019-09-30T14:30:46.356Z] #35 [runner 12/12] COPY --from=builder /build/ / [2019-09-30T14:30:47.077Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2019-09-30T14:30:47.281Z] #35 DONE 1.2s [2019-09-30T14:30:47.281Z] [2019-09-30T14:30:47.281Z] #36 exporting to image [2019-09-30T14:30:47.281Z] #36 exporting layers [2019-09-30T14:30:47.333Z] === RUN TestDockerSuite/TestCreateLabels [2019-09-30T14:30:47.591Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2019-09-30T14:30:47.591Z] === RUN TestDockerSuite/TestCreateRM [2019-09-30T14:30:47.848Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2019-09-30T14:30:47.848Z] === RUN TestDockerSuite/TestCreateStopSignal [2019-09-30T14:30:47.848Z] === RUN TestDockerSuite/TestCreateStopTimeout [2019-09-30T14:30:48.104Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2019-09-30T14:30:50.625Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2019-09-30T14:30:50.625Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2019-09-30T14:30:50.882Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2019-09-30T14:30:51.445Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2019-09-30T14:30:51.463Z] #36 exporting layers 3.4s done [2019-09-30T14:30:51.463Z] #36 writing image sha256:7b8de2905e0fd40a8c98127a304484a202a8c3b99dc8fcf790f339e2fe811a82 done [2019-09-30T14:30:51.463Z] #36 naming to docker.io/library/moby-e2e-test done [2019-09-30T14:30:51.463Z] #36 DONE 3.5s [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-09-30T14:30:51.880Z] + echo Ensuring container killed. [2019-09-30T14:30:51.880Z] Ensuring container killed. [2019-09-30T14:30:51.880Z] + docker rm -vf docker-pr2 [2019-09-30T14:30:51.880Z] Error: No such container: docker-pr2 [2019-09-30T14:30:51.880Z] + true [Pipeline] sh [2019-09-30T14:30:52.156Z] + echo Chowning /workspace to jenkins user [2019-09-30T14:30:52.156Z] Chowning /workspace to jenkins user [2019-09-30T14:30:52.156Z] + id -u [2019-09-30T14:30:52.156Z] + id -g [2019-09-30T14:30:52.156Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40012:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-30T14:30:53.808Z] + bundleName=unit [2019-09-30T14:30:53.808Z] + echo Creating unit-bundles.tar.gz [2019-09-30T14:30:53.808Z] Creating unit-bundles.tar.gz [2019-09-30T14:30:53.808Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2019-09-30T14:30:53.808Z] bundles/junit-report.xml [2019-09-30T14:30:53.808Z] bundles/go-test-report.json [2019-09-30T14:30:53.808Z] bundles/profile.out [Pipeline] archiveArtifacts [2019-09-30T14:30:53.819Z] Archiving artifacts [2019-09-30T14:30:54.190Z] Uploaded 2 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40012/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-30T14:30:54.495Z] + make clean [2019-09-30T14:30:54.752Z] docker volume rm -f docker-dev-cache [2019-09-30T14:30:54.752Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-09-30T14:30:55.633Z] === RUN TestDockerSuite/TestCreateWithPortRange [2019-09-30T14:30:55.890Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2019-09-30T14:30:55.890Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2019-09-30T14:30:55.890Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2019-09-30T14:30:56.146Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2019-09-30T14:30:56.146Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2019-09-30T14:30:57.075Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2019-09-30T14:30:57.331Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2019-09-30T14:30:59.225Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2019-09-30T14:31:00.156Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2019-09-30T14:31:00.312Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2019-09-30T14:31:00.771Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2019-09-30T14:31:02.053Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2019-09-30T14:31:02.309Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2019-09-30T14:31:03.948Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2019-09-30T14:31:04.879Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2019-09-30T14:31:05.812Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2019-09-30T14:31:06.068Z] === RUN TestDockerSuite/TestDevicePermissions [2019-09-30T14:31:06.998Z] === RUN TestDockerSuite/TestDockerFails [2019-09-30T14:31:06.998Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2019-09-30T14:31:06.998Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2019-09-30T14:31:06.998Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2019-09-30T14:31:08.101Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2019-09-30T14:31:08.101Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2019-09-30T14:31:08.367Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2019-09-30T14:31:08.559Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2019-09-30T14:31:08.559Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2019-09-30T14:31:09.017Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2019-09-30T14:31:09.017Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2019-09-30T14:31:09.296Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2019-09-30T14:31:10.666Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2019-09-30T14:31:10.666Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2019-09-30T14:31:10.666Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2019-09-30T14:31:10.922Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2019-09-30T14:31:17.464Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2019-09-30T14:31:17.464Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2019-09-30T14:31:20.738Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2019-09-30T14:31:24.012Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2019-09-30T14:31:26.556Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2019-09-30T14:31:27.485Z] === RUN TestDockerSuite/TestEventsAttach [2019-09-30T14:31:28.415Z] === RUN TestDockerSuite/TestEventsCommit [2019-09-30T14:31:29.344Z] === RUN TestDockerSuite/TestEventsContainerEvents [2019-09-30T14:31:30.274Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2019-09-30T14:31:31.205Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2019-09-30T14:31:32.134Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2019-09-30T14:31:34.027Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2019-09-30T14:31:34.027Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2019-09-30T14:31:35.921Z] === RUN TestDockerSuite/TestEventsContainerRestart [2019-09-30T14:31:38.961Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2019-09-30T14:31:38.961Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2019-09-30T14:31:38.961Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2019-09-30T14:31:40.098Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2019-09-30T14:31:42.618Z] === RUN TestDockerSuite/TestEventsCopy [2019-09-30T14:31:43.548Z] === RUN TestDockerSuite/TestEventsFilterContainer [2019-09-30T14:31:45.440Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2019-09-30T14:31:46.369Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2019-09-30T14:31:46.625Z] === RUN TestDockerSuite/TestEventsFilterImageName [2019-09-30T14:31:47.994Z] === RUN TestDockerSuite/TestEventsFilterLabels [2019-09-30T14:31:49.361Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2019-09-30T14:31:49.361Z] === RUN TestDockerSuite/TestEventsFilterType [2019-09-30T14:31:49.618Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2019-09-30T14:31:49.618Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2019-09-30T14:31:49.875Z] === RUN TestDockerSuite/TestEventsFilters [2019-09-30T14:31:50.131Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2019-09-30T14:31:51.500Z] === RUN TestDockerSuite/TestEventsFormat [2019-09-30T14:31:53.394Z] === RUN TestDockerSuite/TestEventsFormatBadField [2019-09-30T14:31:53.394Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2019-09-30T14:31:53.394Z] === RUN TestDockerSuite/TestEventsImageImport [2019-09-30T14:31:54.768Z] === RUN TestDockerSuite/TestEventsImageLoad [2019-09-30T14:31:54.768Z] === RUN TestDockerSuite/TestEventsImagePull [2019-09-30T14:31:55.331Z] === RUN TestDockerSuite/TestEventsImageTag [2019-09-30T14:31:56.261Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2019-09-30T14:31:56.827Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2019-09-30T14:31:56.827Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2019-09-30T14:31:56.827Z] === RUN TestDockerSuite/TestEventsPluginOps [2019-09-30T14:31:56.827Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2019-09-30T14:31:58.725Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2019-09-30T14:31:59.289Z] === RUN TestDockerSuite/TestEventsRename [2019-09-30T14:32:00.221Z] === RUN TestDockerSuite/TestEventsResize [2019-09-30T14:32:01.591Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2019-09-30T14:32:02.521Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2019-09-30T14:32:03.889Z] === RUN TestDockerSuite/TestEventsStreaming [2019-09-30T14:32:04.452Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2019-09-30T14:32:07.723Z] === RUN TestDockerSuite/TestEventsTop [2019-09-30T14:32:08.652Z] === RUN TestDockerSuite/TestEventsUntag [2019-09-30T14:32:08.897Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2019-09-30T14:32:08.897Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2019-09-30T14:32:09.355Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2019-09-30T14:32:11.170Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2019-09-30T14:32:12.540Z] === RUN TestDockerSuite/TestExec [2019-09-30T14:32:13.084Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2019-09-30T14:32:13.470Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2019-09-30T14:32:14.838Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2019-09-30T14:32:15.401Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2019-09-30T14:32:15.987Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2019-09-30T14:32:16.331Z] === RUN TestDockerSuite/TestExecAPIStart [2019-09-30T14:32:18.227Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2019-09-30T14:32:18.893Z] === RUN TestDockerSuite/TestBuildDockerignore [2019-09-30T14:32:19.156Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2019-09-30T14:32:20.088Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2019-09-30T14:32:21.018Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2019-09-30T14:32:21.977Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2019-09-30T14:32:22.906Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2019-09-30T14:32:23.835Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2019-09-30T14:32:25.727Z] === RUN TestDockerSuite/TestExecCgroup [2019-09-30T14:32:25.984Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2019-09-30T14:32:27.352Z] === RUN TestDockerSuite/TestExecEnv [2019-09-30T14:32:28.283Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2019-09-30T14:32:29.214Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2019-09-30T14:32:30.144Z] === RUN TestDockerSuite/TestExecExitStatus [2019-09-30T14:32:31.515Z] === RUN TestDockerSuite/TestExecInspectID [2019-09-30T14:32:34.788Z] === RUN TestDockerSuite/TestExecInteractive [2019-09-30T14:32:35.718Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2019-09-30T14:32:36.648Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2019-09-30T14:32:37.577Z] === RUN TestDockerSuite/TestExecParseError [2019-09-30T14:32:38.506Z] === RUN TestDockerSuite/TestExecPausedContainer [2019-09-30T14:32:39.435Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2019-09-30T14:32:40.364Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2019-09-30T14:32:42.887Z] === RUN TestDockerSuite/TestExecSetEnv [2019-09-30T14:32:43.817Z] === RUN TestDockerSuite/TestExecStartFails [2019-09-30T14:32:45.185Z] === RUN TestDockerSuite/TestExecStateCleanup [2019-09-30T14:32:53.357Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2019-09-30T14:32:56.627Z] === RUN TestDockerSuite/TestExecStopNotHanging [2019-09-30T14:32:57.191Z] === RUN TestDockerSuite/TestExecTTY [2019-09-30T14:32:58.697Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2019-09-30T14:33:00.068Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2019-09-30T14:33:00.998Z] === RUN TestDockerSuite/TestExecUlimits [2019-09-30T14:33:01.931Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2019-09-30T14:33:01.931Z] === RUN TestDockerSuite/TestExecWithImageUser [2019-09-30T14:33:04.454Z] === RUN TestDockerSuite/TestExecWithNoTERM [2019-09-30T14:33:05.017Z] === RUN TestDockerSuite/TestExecWithPrivileged [2019-09-30T14:33:06.386Z] === RUN TestDockerSuite/TestExecWithTERM [2019-09-30T14:33:07.316Z] === RUN TestDockerSuite/TestExecWithUser [2019-09-30T14:33:08.246Z] === RUN TestDockerSuite/TestGetContainerStats [2019-09-30T14:33:13.497Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2019-09-30T14:33:18.749Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2019-09-30T14:33:20.116Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2019-09-30T14:33:20.679Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2019-09-30T14:33:25.931Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2019-09-30T14:33:27.833Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2019-09-30T14:33:27.833Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2019-09-30T14:33:27.833Z] === RUN TestDockerSuite/TestHealth [2019-09-30T14:33:31.044Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2019-09-30T14:33:31.044Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2019-09-30T14:33:31.502Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2019-09-30T14:33:45.887Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2019-09-30T14:33:49.159Z] === RUN TestDockerSuite/TestHistoryExistentImage [2019-09-30T14:33:49.159Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2019-09-30T14:33:49.159Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2019-09-30T14:33:49.159Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2019-09-30T14:33:50.088Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2019-09-30T14:33:50.088Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2019-09-30T14:33:51.456Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2019-09-30T14:33:51.456Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2019-09-30T14:33:51.456Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2019-09-30T14:33:51.456Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2019-09-30T14:33:51.713Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2019-09-30T14:33:51.970Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2019-09-30T14:33:52.535Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2019-09-30T14:33:52.535Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2019-09-30T14:33:53.464Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2019-09-30T14:33:53.464Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2019-09-30T14:33:54.393Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2019-09-30T14:33:55.323Z] === RUN TestDockerSuite/TestImagesFormat [2019-09-30T14:33:55.580Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2019-09-30T14:33:56.511Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2019-09-30T14:33:59.786Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2019-09-30T14:33:59.786Z] === RUN TestDockerSuite/TestImportBadURL [2019-09-30T14:33:59.786Z] === RUN TestDockerSuite/TestImportDisplay [2019-09-30T14:34:01.155Z] === RUN TestDockerSuite/TestImportFile [2019-09-30T14:34:03.678Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2019-09-30T14:34:03.678Z] === RUN TestDockerSuite/TestImportFileWithMessage [2019-09-30T14:34:05.572Z] === RUN TestDockerSuite/TestImportGzipped [2019-09-30T14:34:08.103Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2019-09-30T14:34:09.474Z] === RUN TestDockerSuite/TestInfoDebug [2019-09-30T14:34:10.038Z] === RUN TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName [2019-09-30T14:34:10.601Z] === RUN TestDockerSuite/TestInfoDiscoveryBackend [2019-09-30T14:34:11.166Z] === RUN TestDockerSuite/TestInfoDiscoveryInvalidAdvertise [2019-09-30T14:34:12.096Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2019-09-30T14:34:13.026Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2019-09-30T14:34:13.956Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2019-09-30T14:34:14.886Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2019-09-30T14:34:14.886Z] === RUN TestDockerSuite/TestInfoFormat [2019-09-30T14:34:14.886Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2019-09-30T14:34:15.142Z] === RUN TestDockerSuite/TestInsecureRegistries [2019-09-30T14:34:15.706Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2019-09-30T14:34:16.637Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2019-09-30T14:34:17.201Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2019-09-30T14:34:18.130Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2019-09-30T14:34:19.060Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2019-09-30T14:34:19.989Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2019-09-30T14:34:20.553Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2019-09-30T14:34:20.553Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2019-09-30T14:34:22.446Z] === RUN TestDockerSuite/TestInspectAmpersand [2019-09-30T14:34:23.376Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2019-09-30T14:34:23.939Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2019-09-30T14:34:23.939Z] === RUN TestDockerSuite/TestInspectByPrefix [2019-09-30T14:34:23.939Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2019-09-30T14:34:24.870Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2019-09-30T14:34:24.870Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2019-09-30T14:34:26.765Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2019-09-30T14:34:27.697Z] === RUN TestDockerSuite/TestInspectDefault [2019-09-30T14:34:28.627Z] === RUN TestDockerSuite/TestInspectHistory [2019-09-30T14:34:29.996Z] === RUN TestDockerSuite/TestInspectImage [2019-09-30T14:34:29.996Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2019-09-30T14:34:29.996Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2019-09-30T14:34:29.996Z] === RUN TestDockerSuite/TestInspectInt64 [2019-09-30T14:34:30.559Z] === RUN TestDockerSuite/TestInspectJSONFields [2019-09-30T14:34:31.924Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2019-09-30T14:34:31.924Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2019-09-30T14:34:31.924Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2019-09-30T14:34:31.936Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2019-09-30T14:34:31.936Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2019-09-30T14:34:32.866Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2019-09-30T14:34:33.796Z] === RUN TestDockerSuite/TestInspectPlugin [2019-09-30T14:34:35.691Z] === RUN TestDockerSuite/TestInspectRootFS [2019-09-30T14:34:35.691Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2019-09-30T14:34:36.621Z] === RUN TestDockerSuite/TestInspectStatus [2019-09-30T14:34:37.553Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2019-09-30T14:34:39.449Z] === RUN TestDockerSuite/TestInspectTemplateError [2019-09-30T14:34:40.379Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2019-09-30T14:34:41.310Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2019-09-30T14:34:42.240Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2019-09-30T14:34:43.176Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2019-09-30T14:34:44.108Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2019-09-30T14:34:45.476Z] === RUN TestDockerSuite/TestInspectUnknownObject [2019-09-30T14:34:45.477Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2019-09-30T14:34:47.997Z] === RUN TestDockerSuite/TestLinkShortDefinition [2019-09-30T14:34:49.892Z] === RUN TestDockerSuite/TestLinksEnvs [2019-09-30T14:34:50.882Z] --- PASS: TestImportExtremelyLargeImageWorks (297.24s) [2019-09-30T14:34:50.882Z] import_test.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks" [2019-09-30T14:34:50.882Z] PASS [2019-09-30T14:34:50.882Z] [2019-09-30T14:34:50.882Z] === Skipped [2019-09-30T14:34:50.882Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2019-09-30T14:34:50.882Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-30T14:34:50.882Z] [2019-09-30T14:34:50.882Z] [2019-09-30T14:34:50.882Z] DONE 12 tests, 1 skipped in 298.603s [2019-09-30T14:34:50.882Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2019-09-30T14:34:50.882Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:34:50.882Z] ++ set -e [2019-09-30T14:34:50.882Z] ++ '[' -n 0 ']' [2019-09-30T14:34:50.882Z] ++ set -x [2019-09-30T14:34:50.882Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:34:50.882Z] INFO: Testing against a local daemon [2019-09-30T14:34:50.882Z] === RUN TestNetworkCreateDelete [2019-09-30T14:34:50.882Z] --- PASS: TestNetworkCreateDelete (0.21s) [2019-09-30T14:34:50.882Z] === RUN TestDockerNetworkDeletePreferID [2019-09-30T14:34:50.882Z] --- PASS: TestDockerNetworkDeletePreferID (0.61s) [2019-09-30T14:34:50.882Z] === RUN TestInspectNetwork [2019-09-30T14:34:50.882Z] === RUN TestInspectNetwork/full_network_id [2019-09-30T14:34:50.882Z] === RUN TestInspectNetwork/partial_network_id [2019-09-30T14:34:50.882Z] === RUN TestInspectNetwork/network_name [2019-09-30T14:34:50.882Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-09-30T14:34:50.882Z] --- PASS: TestInspectNetwork (9.48s) [2019-09-30T14:34:50.882Z] inspect_test.go:18: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork" [2019-09-30T14:34:50.882Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-09-30T14:34:50.882Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-09-30T14:34:50.882Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-09-30T14:34:50.882Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-09-30T14:34:50.882Z] === RUN TestRunContainerWithBridgeNone [2019-09-30T14:34:51.263Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2019-09-30T14:34:51.826Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2019-09-30T14:34:52.389Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2019-09-30T14:34:53.594Z] --- PASS: TestRunContainerWithBridgeNone (2.61s) [2019-09-30T14:34:53.594Z] network_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone" [2019-09-30T14:34:53.594Z] === RUN TestNetworkInvalidJSON [2019-09-30T14:34:53.594Z] === RUN TestNetworkInvalidJSON//networks/create [2019-09-30T14:34:53.594Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-09-30T14:34:53.594Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-09-30T14:34:53.594Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-09-30T14:34:53.594Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-30T14:34:53.594Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-30T14:34:53.594Z] === CONT TestNetworkInvalidJSON//networks/create [2019-09-30T14:34:53.594Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-30T14:34:53.594Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-09-30T14:34:53.594Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2019-09-30T14:34:53.594Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-09-30T14:34:53.594Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-09-30T14:34:53.594Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-09-30T14:34:53.594Z] === RUN TestDaemonRestartWithLiveRestore [2019-09-30T14:34:54.603Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2019-09-30T14:34:54.603Z] service_test.go:32: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore" [2019-09-30T14:34:54.603Z] === RUN TestDaemonDefaultNetworkPools [2019-09-30T14:34:54.909Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2019-09-30T14:34:55.629Z] --- PASS: TestDaemonDefaultNetworkPools (0.78s) [2019-09-30T14:34:55.629Z] service_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools" [2019-09-30T14:34:55.629Z] === RUN TestDaemonRestartWithExistingNetwork [2019-09-30T14:34:56.639Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.19s) [2019-09-30T14:34:56.639Z] service_test.go:98: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork" [2019-09-30T14:34:56.639Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-30T14:34:56.804Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2019-09-30T14:34:57.214Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2019-09-30T14:34:57.736Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2019-09-30T14:34:58.127Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.39s) [2019-09-30T14:34:58.127Z] service_test.go:131: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange" [2019-09-30T14:34:58.127Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-09-30T14:34:58.742Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2019-09-30T14:34:58.742Z] service_test.go:181: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool" [2019-09-30T14:34:58.742Z] === RUN TestServiceWithPredefinedNetwork [2019-09-30T14:34:59.630Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2019-09-30T14:35:00.195Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2019-09-30T14:35:00.195Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2019-09-30T14:35:01.425Z] --- PASS: TestServiceWithPredefinedNetwork (2.38s) [2019-09-30T14:35:01.425Z] service_test.go:203: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork" [2019-09-30T14:35:01.425Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-09-30T14:35:01.425Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-30T14:35:01.425Z] service_test.go:230: FLAKY_TEST [2019-09-30T14:35:01.425Z] === RUN TestServiceWithDataPathPortInit [2019-09-30T14:35:03.473Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2019-09-30T14:35:03.473Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2019-09-30T14:35:03.473Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2019-09-30T14:35:04.843Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2019-09-30T14:35:06.216Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2019-09-30T14:35:09.591Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2019-09-30T14:35:10.390Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2019-09-30T14:35:12.403Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2019-09-30T14:35:16.650Z] --- PASS: TestServiceWithDataPathPortInit (14.57s) [2019-09-30T14:35:16.650Z] service_test.go:323: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-09-30T14:35:16.650Z] service_test.go:355: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-09-30T14:35:16.650Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-09-30T14:35:17.654Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2019-09-30T14:35:18.584Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2019-09-30T14:35:19.916Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2019-09-30T14:35:20.478Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2019-09-30T14:35:22.371Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2019-09-30T14:35:23.302Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2019-09-30T14:35:24.672Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2019-09-30T14:35:25.030Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.25s) [2019-09-30T14:35:25.030Z] service_test.go:388: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit" [2019-09-30T14:35:25.030Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:sznkp7848ae9axpak7f5brkik Created:2019-09-30 14:35:16.696895949 +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[9926bf7b12f38eae9571e2f4a64a23933c92a7521d756a3a3aa1f1fa9f2423f4:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.9iwdx4gmlbhl6eo2qlg0o843z EndpointID:245a304bad836fe8a35cb94961aa34e9eca28c903ccc1b76505d462637dc8e6d MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:b2667c01605e101fb28ec2e8393b4b029f320377aaa6d7474656b3746b0930c3 MacAddress:02:42:14:14:00:04 IPv4Address:20.20.0.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:cc958325171c IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.9iwdx4gmlbhl6eo2qlg0o843z EndpointID:245a304bad836fe8a35cb94961aa34e9eca28c903ccc1b76505d462637dc8e6d EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-09-30T14:35:25.030Z] PASS [2019-09-30T14:35:25.030Z] [2019-09-30T14:35:25.030Z] === Skipped [2019-09-30T14:35:25.030Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-30T14:35:25.030Z] service_test.go:230: FLAKY_TEST [2019-09-30T14:35:25.030Z] [2019-09-30T14:35:25.030Z] [2019-09-30T14:35:25.030Z] DONE 21 tests, 1 skipped in 43.251s [2019-09-30T14:35:25.030Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-09-30T14:35:25.030Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:35:25.030Z] ++ set -e [2019-09-30T14:35:25.030Z] ++ '[' -n 0 ']' [2019-09-30T14:35:25.030Z] ++ set -x [2019-09-30T14:35:25.030Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:35:25.030Z] INFO: Testing against a local daemon [2019-09-30T14:35:25.030Z] === RUN TestDockerNetworkIpvlanPersistance [2019-09-30T14:35:25.329Z] --- PASS: TestDockerNetworkIpvlanPersistance (1.47s) [2019-09-30T14:35:25.329Z] ipvlan_test.go:28: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlanPersistance" [2019-09-30T14:35:25.329Z] === RUN TestDockerNetworkIpvlan [2019-09-30T14:35:26.041Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2019-09-30T14:35:26.041Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2019-09-30T14:35:26.340Z] === RUN TestDockerNetworkIpvlan/Subinterface [2019-09-30T14:35:26.603Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2019-09-30T14:35:26.603Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2019-09-30T14:35:26.603Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2019-09-30T14:35:27.349Z] === RUN TestDockerNetworkIpvlan/OverlapParent [2019-09-30T14:35:27.533Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2019-09-30T14:35:28.358Z] === RUN TestDockerNetworkIpvlan/L2NilParent [2019-09-30T14:35:28.489Z] === RUN TestDockerSuite/TestLogsAPIUntil [2019-09-30T14:35:31.038Z] === RUN TestDockerNetworkIpvlan/L2InternalMode [2019-09-30T14:35:32.662Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2019-09-30T14:35:33.225Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2019-09-30T14:35:34.511Z] === RUN TestDockerNetworkIpvlan/L3NilParent [2019-09-30T14:35:37.196Z] === RUN TestDockerNetworkIpvlan/L3InternalMode [2019-09-30T14:35:38.487Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2019-09-30T14:35:39.050Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2019-09-30T14:35:39.050Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2019-09-30T14:35:40.419Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2019-09-30T14:35:40.649Z] === RUN TestDockerNetworkIpvlan/L2MultiSubnet [2019-09-30T14:35:41.349Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2019-09-30T14:35:42.720Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2019-09-30T14:35:44.090Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2019-09-30T14:35:45.020Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2019-09-30T14:35:46.135Z] === RUN TestDockerNetworkIpvlan/L3MultiSubnet [2019-09-30T14:35:47.547Z] === RUN TestDockerSuite/TestLogsFollowStopped [2019-09-30T14:35:48.112Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2019-09-30T14:35:49.043Z] === RUN TestDockerSuite/TestLogsSince [2019-09-30T14:35:50.410Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2019-09-30T14:35:50.524Z] === RUN TestDockerNetworkIpvlan/Addressing [2019-09-30T14:35:52.562Z] --- PASS: TestDockerNetworkIpvlan (26.93s) [2019-09-30T14:35:52.562Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-09-30T14:35:52.562Z] --- PASS: TestDockerNetworkIpvlan/Subinterface (0.09s) [2019-09-30T14:35:52.562Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-09-30T14:35:52.562Z] --- PASS: TestDockerNetworkIpvlan/OverlapParent (0.07s) [2019-09-30T14:35:52.562Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-09-30T14:35:52.562Z] --- PASS: TestDockerNetworkIpvlan/L2NilParent (1.19s) [2019-09-30T14:35:52.562Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-09-30T14:35:52.562Z] --- PASS: TestDockerNetworkIpvlan/L2InternalMode (2.20s) [2019-09-30T14:35:52.562Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-09-30T14:35:52.562Z] --- PASS: TestDockerNetworkIpvlan/L3NilParent (1.21s) [2019-09-30T14:35:52.562Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-09-30T14:35:52.562Z] --- PASS: TestDockerNetworkIpvlan/L3InternalMode (2.19s) [2019-09-30T14:35:52.562Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-09-30T14:35:52.562Z] --- PASS: TestDockerNetworkIpvlan/L2MultiSubnet (3.33s) [2019-09-30T14:35:52.562Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-09-30T14:35:52.562Z] --- PASS: TestDockerNetworkIpvlan/L3MultiSubnet (3.23s) [2019-09-30T14:35:52.562Z] ipvlan_test.go:88: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan" [2019-09-30T14:35:52.562Z] --- PASS: TestDockerNetworkIpvlan/Addressing (1.97s) [2019-09-30T14:35:52.562Z] PASS [2019-09-30T14:35:52.562Z] [2019-09-30T14:35:52.562Z] DONE 11 tests in 28.499s [2019-09-30T14:35:52.562Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-09-30T14:35:52.562Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:35:52.562Z] ++ set -e [2019-09-30T14:35:52.562Z] ++ '[' -n 0 ']' [2019-09-30T14:35:52.562Z] ++ set -x [2019-09-30T14:35:52.563Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:35:52.563Z] INFO: Testing against a local daemon [2019-09-30T14:35:52.563Z] === RUN TestDockerNetworkMacvlanPersistance [2019-09-30T14:35:54.036Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.47s) [2019-09-30T14:35:54.036Z] macvlan_test.go:24: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance" [2019-09-30T14:35:54.036Z] === RUN TestDockerNetworkMacvlan [2019-09-30T14:35:55.046Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-09-30T14:35:55.593Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2019-09-30T14:35:55.661Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-09-30T14:35:56.668Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-09-30T14:35:56.976Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2019-09-30T14:35:59.351Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-09-30T14:36:01.146Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2019-09-30T14:36:02.076Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2019-09-30T14:36:02.823Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-09-30T14:36:03.006Z] === RUN TestDockerSuite/TestLogsTail [2019-09-30T14:36:03.938Z] === RUN TestDockerSuite/TestLogsTimestamps [2019-09-30T14:36:04.869Z] === RUN TestDockerSuite/TestLogsWithDetails [2019-09-30T14:36:05.126Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2019-09-30T14:36:05.689Z] === RUN TestDockerSuite/TestMountIntoProc [2019-09-30T14:36:06.252Z] === RUN TestDockerSuite/TestMountIntoSys [2019-09-30T14:36:07.184Z] === RUN TestDockerSuite/TestNetHostname [2019-09-30T14:36:08.314Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-09-30T14:36:08.931Z] --- PASS: TestDockerNetworkMacvlan (14.88s) [2019-09-30T14:36:08.931Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-30T14:36:08.931Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2019-09-30T14:36:08.931Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-30T14:36:08.931Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2019-09-30T14:36:08.931Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-30T14:36:08.931Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.22s) [2019-09-30T14:36:08.931Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-30T14:36:08.931Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.21s) [2019-09-30T14:36:08.931Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-30T14:36:08.931Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.20s) [2019-09-30T14:36:08.931Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-30T14:36:08.931Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.96s) [2019-09-30T14:36:08.931Z] PASS [2019-09-30T14:36:08.931Z] [2019-09-30T14:36:08.931Z] DONE 8 tests in 16.453s [2019-09-30T14:36:08.931Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2019-09-30T14:36:08.931Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:36:08.931Z] ++ set -e [2019-09-30T14:36:08.931Z] ++ '[' -n 0 ']' [2019-09-30T14:36:08.931Z] ++ set -x [2019-09-30T14:36:08.931Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:36:08.931Z] testing: warning: no tests to run [2019-09-30T14:36:08.931Z] PASS [2019-09-30T14:36:08.931Z] [2019-09-30T14:36:08.931Z] DONE 0 tests in 0.015s [2019-09-30T14:36:08.931Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-09-30T14:36:08.932Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:36:08.932Z] ++ set -e [2019-09-30T14:36:08.932Z] ++ '[' -n 0 ']' [2019-09-30T14:36:08.932Z] ++ set -x [2019-09-30T14:36:08.932Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:36:08.932Z] INFO: Testing against a local daemon [2019-09-30T14:36:08.932Z] === RUN TestAuthZPluginAllowRequest [2019-09-30T14:36:09.707Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2019-09-30T14:36:09.707Z] === RUN TestDockerSuite/TestNetworkEvents [2019-09-30T14:36:10.396Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2019-09-30T14:36:10.965Z] --- PASS: TestAuthZPluginAllowRequest (1.63s) [2019-09-30T14:36:10.965Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest" [2019-09-30T14:36:10.965Z] === RUN TestAuthZPluginTLS [2019-09-30T14:36:11.076Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2019-09-30T14:36:11.248Z] --- PASS: TestAuthZPluginTLS (0.58s) [2019-09-30T14:36:11.248Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS" [2019-09-30T14:36:11.248Z] === RUN TestAuthZPluginDenyRequest [2019-09-30T14:36:11.869Z] --- PASS: TestAuthZPluginDenyRequest (0.56s) [2019-09-30T14:36:11.869Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest" [2019-09-30T14:36:11.869Z] === RUN TestAuthZPluginAPIDenyResponse [2019-09-30T14:36:12.485Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.56s) [2019-09-30T14:36:12.486Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse" [2019-09-30T14:36:12.486Z] === RUN TestAuthZPluginDenyResponse [2019-09-30T14:36:12.769Z] --- PASS: TestAuthZPluginDenyResponse (0.58s) [2019-09-30T14:36:13.052Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse" [2019-09-30T14:36:13.052Z] === RUN TestAuthZPluginAllowEventStream [2019-09-30T14:36:13.598Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2019-09-30T14:36:14.525Z] --- PASS: TestAuthZPluginAllowEventStream (1.65s) [2019-09-30T14:36:14.525Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream" [2019-09-30T14:36:14.525Z] === RUN TestAuthZPluginErrorResponse [2019-09-30T14:36:14.528Z] === RUN TestDockerSuite/TestPluginActive [2019-09-30T14:36:15.143Z] --- PASS: TestAuthZPluginErrorResponse (0.57s) [2019-09-30T14:36:15.143Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse" [2019-09-30T14:36:15.143Z] === RUN TestAuthZPluginErrorRequest [2019-09-30T14:36:15.757Z] --- PASS: TestAuthZPluginErrorRequest (0.57s) [2019-09-30T14:36:15.757Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest" [2019-09-30T14:36:15.757Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-09-30T14:36:16.371Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.57s) [2019-09-30T14:36:16.371Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration" [2019-09-30T14:36:16.371Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-09-30T14:36:16.420Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2019-09-30T14:36:18.315Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2019-09-30T14:36:18.396Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.12s) [2019-09-30T14:36:18.396Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking" [2019-09-30T14:36:18.396Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-09-30T14:36:20.436Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.08s) [2019-09-30T14:36:20.436Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom" [2019-09-30T14:36:20.436Z] === RUN TestAuthZPluginHeader [2019-09-30T14:36:20.710Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2019-09-30T14:36:21.444Z] --- PASS: TestAuthZPluginHeader (0.94s) [2019-09-30T14:36:21.444Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader" [2019-09-30T14:36:21.444Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-09-30T14:36:21.444Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-09-30T14:36:21.444Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-30T14:36:21.444Z] === RUN TestAuthZPluginV2Disable [2019-09-30T14:36:21.444Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-09-30T14:36:21.444Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-30T14:36:21.444Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-09-30T14:36:21.444Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-09-30T14:36:21.444Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-30T14:36:21.444Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-09-30T14:36:21.444Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-09-30T14:36:21.444Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-30T14:36:21.444Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-09-30T14:36:23.574Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2019-09-30T14:36:23.574Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2019-09-30T14:36:23.574Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2019-09-30T14:36:23.830Z] === RUN TestDockerSuite/TestPluginLogDriver [2019-09-30T14:36:26.354Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2019-09-30T14:36:26.917Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2019-09-30T14:36:28.840Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2019-09-30T14:36:29.405Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2019-09-30T14:36:30.335Z] === RUN TestDockerSuite/TestPluginUpgrade [2019-09-30T14:36:32.860Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2019-09-30T14:36:36.134Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2019-09-30T14:36:37.503Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2019-09-30T14:36:38.067Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2019-09-30T14:36:39.895Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.87s) [2019-09-30T14:36:39.895Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart" [2019-09-30T14:36:39.895Z] PASS [2019-09-30T14:36:39.895Z] [2019-09-30T14:36:39.895Z] === Skipped [2019-09-30T14:36:39.895Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-09-30T14:36:39.895Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-30T14:36:39.895Z] [2019-09-30T14:36:39.895Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2019-09-30T14:36:39.895Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-30T14:36:39.895Z] [2019-09-30T14:36:39.895Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-09-30T14:36:39.895Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-30T14:36:39.895Z] [2019-09-30T14:36:39.895Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-09-30T14:36:39.895Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-30T14:36:39.895Z] [2019-09-30T14:36:39.895Z] [2019-09-30T14:36:39.895Z] DONE 17 tests, 4 skipped in 29.403s [2019-09-30T14:36:39.895Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-09-30T14:36:39.895Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:36:39.895Z] ++ set -e [2019-09-30T14:36:39.895Z] ++ '[' -n 0 ']' [2019-09-30T14:36:39.895Z] ++ set -x [2019-09-30T14:36:39.895Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:36:39.895Z] INFO: Testing against a local daemon [2019-09-30T14:36:39.895Z] === RUN TestPluginInvalidJSON [2019-09-30T14:36:39.895Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-09-30T14:36:39.895Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-09-30T14:36:39.895Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-09-30T14:36:39.895Z] --- PASS: TestPluginInvalidJSON (0.05s) [2019-09-30T14:36:39.895Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-09-30T14:36:39.895Z] PASS [2019-09-30T14:36:39.895Z] [2019-09-30T14:36:39.895Z] DONE 2 tests in 0.134s [2019-09-30T14:36:39.895Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-09-30T14:36:39.895Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:36:39.895Z] ++ set -e [2019-09-30T14:36:39.895Z] ++ '[' -n 0 ']' [2019-09-30T14:36:39.895Z] ++ set -x [2019-09-30T14:36:39.895Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:36:39.895Z] INFO: Testing against a local daemon [2019-09-30T14:36:39.895Z] === RUN TestExternalGraphDriver [2019-09-30T14:36:39.895Z] === RUN TestExternalGraphDriver/json [2019-09-30T14:36:39.962Z] === RUN TestDockerSuite/TestPortHostBinding [2019-09-30T14:36:40.892Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2019-09-30T14:36:40.921Z] === RUN TestExternalGraphDriver/spec [2019-09-30T14:36:41.456Z] === RUN TestDockerSuite/TestPortList [2019-09-30T14:36:42.958Z] === RUN TestExternalGraphDriver/pull [2019-09-30T14:36:43.978Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2019-09-30T14:36:45.639Z] --- PASS: TestExternalGraphDriver (6.55s) [2019-09-30T14:36:45.639Z] external_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver" [2019-09-30T14:36:45.639Z] --- PASS: TestExternalGraphDriver/json (2.08s) [2019-09-30T14:36:45.639Z] --- PASS: TestExternalGraphDriver/spec (2.07s) [2019-09-30T14:36:45.639Z] --- PASS: TestExternalGraphDriver/pull (2.19s) [2019-09-30T14:36:45.639Z] === RUN TestGraphdriverPluginV2 [2019-09-30T14:36:45.639Z] --- SKIP: TestGraphdriverPluginV2 (0.09s) [2019-09-30T14:36:45.639Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-30T14:36:45.639Z] PASS [2019-09-30T14:36:45.639Z] [2019-09-30T14:36:45.639Z] === Skipped [2019-09-30T14:36:45.639Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.09s) [2019-09-30T14:36:45.639Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-30T14:36:45.639Z] [2019-09-30T14:36:45.639Z] [2019-09-30T14:36:45.639Z] DONE 5 tests, 1 skipped in 6.735s [2019-09-30T14:36:45.639Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-09-30T14:36:45.639Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:36:45.639Z] ++ set -e [2019-09-30T14:36:45.639Z] ++ '[' -n 0 ']' [2019-09-30T14:36:45.640Z] ++ set -x [2019-09-30T14:36:45.640Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:36:45.640Z] INFO: Testing against a local daemon [2019-09-30T14:36:45.640Z] === RUN TestContinueAfterPluginCrash [2019-09-30T14:36:45.640Z] === PAUSE TestContinueAfterPluginCrash [2019-09-30T14:36:45.640Z] === RUN TestDaemonStartWithLogOpt [2019-09-30T14:36:45.640Z] === PAUSE TestDaemonStartWithLogOpt [2019-09-30T14:36:45.640Z] === CONT TestContinueAfterPluginCrash [2019-09-30T14:36:45.640Z] === CONT TestDaemonStartWithLogOpt [2019-09-30T14:36:48.154Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2019-09-30T14:36:53.408Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2019-09-30T14:36:54.778Z] === RUN TestDockerSuite/TestPostContainersAttach [2019-09-30T14:36:54.778Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2019-09-30T14:37:01.340Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2019-09-30T14:37:02.276Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2019-09-30T14:37:02.276Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2019-09-30T14:37:02.276Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2019-09-30T14:37:03.209Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2019-09-30T14:37:03.209Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2019-09-30T14:37:04.141Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2019-09-30T14:37:04.141Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2019-09-30T14:37:04.148Z] --- PASS: TestDaemonStartWithLogOpt (16.01s) [2019-09-30T14:37:04.148Z] validation_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt" [2019-09-30T14:37:04.704Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2019-09-30T14:37:04.961Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2019-09-30T14:37:06.171Z] --- PASS: TestContinueAfterPluginCrash (20.77s) [2019-09-30T14:37:06.171Z] logging_linux_test.go:22: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash" [2019-09-30T14:37:06.171Z] PASS [2019-09-30T14:37:06.171Z] [2019-09-30T14:37:06.171Z] DONE 2 tests in 20.873s [2019-09-30T14:37:06.171Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-09-30T14:37:06.171Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:37:06.171Z] ++ set -e [2019-09-30T14:37:06.171Z] ++ '[' -n 0 ']' [2019-09-30T14:37:06.171Z] ++ set -x [2019-09-30T14:37:06.171Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:37:06.171Z] INFO: Testing against a local daemon [2019-09-30T14:37:06.171Z] === RUN TestPluginWithDevMounts [2019-09-30T14:37:06.171Z] === PAUSE TestPluginWithDevMounts [2019-09-30T14:37:06.171Z] === CONT TestPluginWithDevMounts [2019-09-30T14:37:06.855Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2019-09-30T14:37:06.855Z] === RUN TestDockerSuite/TestPruneContainerLabel [2019-09-30T14:37:08.856Z] --- PASS: TestPluginWithDevMounts (2.33s) [2019-09-30T14:37:08.856Z] mounts_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts" [2019-09-30T14:37:08.856Z] PASS [2019-09-30T14:37:08.856Z] [2019-09-30T14:37:08.856Z] DONE 1 tests in 2.422s [2019-09-30T14:37:08.856Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2019-09-30T14:37:08.856Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:37:08.856Z] ++ set -e [2019-09-30T14:37:08.856Z] ++ '[' -n 0 ']' [2019-09-30T14:37:08.856Z] ++ set -x [2019-09-30T14:37:08.856Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:37:08.856Z] INFO: Testing against a local daemon [2019-09-30T14:37:08.856Z] === RUN TestSecretInspect [2019-09-30T14:37:10.131Z] === RUN TestDockerSuite/TestPruneContainerUntil [2019-09-30T14:37:10.884Z] --- PASS: TestSecretInspect (2.21s) [2019-09-30T14:37:10.884Z] secret_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect" [2019-09-30T14:37:10.884Z] === RUN TestSecretList [2019-09-30T14:37:11.504Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2019-09-30T14:37:11.760Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2019-09-30T14:37:11.760Z] === RUN TestDockerSuite/TestPsByOrder [2019-09-30T14:37:13.563Z] --- PASS: TestSecretList (2.17s) [2019-09-30T14:37:13.563Z] secret_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretList" [2019-09-30T14:37:13.563Z] === RUN TestSecretsCreateAndDelete [2019-09-30T14:37:14.281Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2019-09-30T14:37:15.212Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2019-09-30T14:37:15.589Z] --- PASS: TestSecretsCreateAndDelete (2.18s) [2019-09-30T14:37:15.589Z] secret_test.go:125: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete" [2019-09-30T14:37:15.589Z] === RUN TestSecretsUpdate [2019-09-30T14:37:16.583Z] === RUN TestDockerSuite/TestPsListContainersBase [2019-09-30T14:37:17.514Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2019-09-30T14:37:17.620Z] --- PASS: TestSecretsUpdate (2.25s) [2019-09-30T14:37:17.621Z] secret_test.go:172: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate" [2019-09-30T14:37:17.621Z] === RUN TestTemplatedSecret [2019-09-30T14:37:20.324Z] --- PASS: TestTemplatedSecret (2.93s) [2019-09-30T14:37:20.324Z] secret_test.go:221: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret" [2019-09-30T14:37:20.324Z] === RUN TestSecretCreateResolve [2019-09-30T14:37:20.790Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2019-09-30T14:37:21.723Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2019-09-30T14:37:23.001Z] --- PASS: TestSecretCreateResolve (2.20s) [2019-09-30T14:37:23.001Z] secret_test.go:342: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve" [2019-09-30T14:37:23.001Z] PASS [2019-09-30T14:37:23.001Z] [2019-09-30T14:37:23.001Z] DONE 6 tests in 14.042s [2019-09-30T14:37:23.001Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2019-09-30T14:37:23.001Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:37:23.001Z] ++ set -e [2019-09-30T14:37:23.001Z] ++ '[' -n 0 ']' [2019-09-30T14:37:23.001Z] ++ set -x [2019-09-30T14:37:23.001Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:37:23.001Z] INFO: Testing against a local daemon [2019-09-30T14:37:23.001Z] === RUN TestServiceCreateInit [2019-09-30T14:37:23.001Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-09-30T14:37:25.002Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2019-09-30T14:37:25.569Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2019-09-30T14:37:25.569Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2019-09-30T14:37:27.401Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-09-30T14:37:30.827Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2019-09-30T14:37:30.827Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2019-09-30T14:37:31.804Z] --- PASS: TestServiceCreateInit (8.96s) [2019-09-30T14:37:31.804Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.76s) [2019-09-30T14:37:31.804Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled" [2019-09-30T14:37:31.804Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.17s) [2019-09-30T14:37:31.804Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled" [2019-09-30T14:37:31.804Z] === RUN TestCreateServiceMultipleTimes [2019-09-30T14:37:34.126Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2019-09-30T14:37:38.301Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2019-09-30T14:37:40.194Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2019-09-30T14:37:42.718Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2019-09-30T14:37:44.086Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2019-09-30T14:37:45.456Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2019-09-30T14:37:46.825Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2019-09-30T14:37:47.389Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2019-09-30T14:37:50.297Z] --- PASS: TestCreateServiceMultipleTimes (17.47s) [2019-09-30T14:37:50.297Z] create_test.go:80: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes" [2019-09-30T14:37:50.297Z] === RUN TestCreateServiceConflict [2019-09-30T14:37:50.664Z] === RUN TestDockerSuite/TestPsListContainersSize [2019-09-30T14:37:51.321Z] --- PASS: TestCreateServiceConflict (2.27s) [2019-09-30T14:37:51.321Z] create_test.go:129: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict" [2019-09-30T14:37:51.321Z] === RUN TestCreateServiceMaxReplicas [2019-09-30T14:37:52.034Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2019-09-30T14:37:52.034Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2019-09-30T14:37:52.964Z] === RUN TestDockerSuite/TestPsRightTagName [2019-09-30T14:37:54.787Z] --- PASS: TestCreateServiceMaxReplicas (3.22s) [2019-09-30T14:37:54.787Z] create_test.go:150: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas" [2019-09-30T14:37:54.787Z] === RUN TestCreateWithDuplicateNetworkNames [2019-09-30T14:37:55.485Z] === RUN TestDockerSuite/TestPsShowMounts [2019-09-30T14:37:58.760Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2019-09-30T14:37:59.018Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2019-09-30T14:37:59.018Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2019-09-30T14:37:59.275Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2019-09-30T14:37:59.275Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2019-09-30T14:37:59.531Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2019-09-30T14:38:00.094Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2019-09-30T14:38:00.352Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2019-09-30T14:38:01.971Z] === RUN TestDockerSuite/TestBuildDotDotFile [2019-09-30T14:38:01.971Z] === RUN TestDockerSuite/TestBuildEOLInLine [2019-09-30T14:38:01.971Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2019-09-30T14:38:01.971Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2019-09-30T14:38:01.971Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2019-09-30T14:38:01.971Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2019-09-30T14:38:01.971Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2019-09-30T14:38:01.971Z] === RUN TestDockerSuite/TestBuildEntrypoint [2019-09-30T14:38:01.971Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2019-09-30T14:38:01.971Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2019-09-30T14:38:02.249Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2019-09-30T14:38:04.152Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2019-09-30T14:38:05.081Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2019-09-30T14:38:05.702Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2019-09-30T14:38:10.010Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.27s) [2019-09-30T14:38:10.010Z] create_test.go:171: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames" [2019-09-30T14:38:10.010Z] === RUN TestCreateServiceSecretFileMode [2019-09-30T14:38:10.388Z] === RUN TestDockerSuite/TestBuildEnv [2019-09-30T14:38:10.388Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2019-09-30T14:38:10.388Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2019-09-30T14:38:10.388Z] === RUN TestDockerSuite/TestBuildEnvUsage [2019-09-30T14:38:10.388Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2019-09-30T14:38:10.388Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2019-09-30T14:38:10.624Z] --- PASS: TestCreateServiceSecretFileMode (2.60s) [2019-09-30T14:38:10.624Z] create_test.go:224: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode" [2019-09-30T14:38:10.624Z] === RUN TestCreateServiceConfigFileMode [2019-09-30T14:38:13.178Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2019-09-30T14:38:13.301Z] --- PASS: TestCreateServiceConfigFileMode (2.48s) [2019-09-30T14:38:13.301Z] create_test.go:288: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode" [2019-09-30T14:38:13.301Z] === RUN TestCreateServiceSysctls [2019-09-30T14:38:13.741Z] === RUN TestDockerSwarmSuite/TestServiceScale [2019-09-30T14:38:14.121Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2019-09-30T14:38:14.121Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2019-09-30T14:38:14.121Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2019-09-30T14:38:14.121Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2019-09-30T14:38:14.579Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2019-09-30T14:38:14.673Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2019-09-30T14:38:16.044Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2019-09-30T14:38:16.754Z] --- PASS: TestCreateServiceSysctls (3.45s) [2019-09-30T14:38:16.754Z] create_test.go:378: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls" [2019-09-30T14:38:16.754Z] === RUN TestCreateServiceCapabilities [2019-09-30T14:38:17.412Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2019-09-30T14:38:17.412Z] === RUN TestDockerSuite/TestRestartPolicyNO [2019-09-30T14:38:17.412Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2019-09-30T14:38:17.669Z] === RUN TestDockerSuite/TestRestartRunningContainer [2019-09-30T14:38:19.451Z] --- PASS: TestCreateServiceCapabilities (2.83s) [2019-09-30T14:38:19.451Z] create_test.go:462: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities" [2019-09-30T14:38:19.451Z] === RUN TestInspect [2019-09-30T14:38:20.380Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2019-09-30T14:38:20.942Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2019-09-30T14:38:22.145Z] --- PASS: TestInspect (2.90s) [2019-09-30T14:38:22.145Z] inspect_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspect" [2019-09-30T14:38:22.145Z] === RUN TestDockerNetworkConnectAlias [2019-09-30T14:38:22.311Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2019-09-30T14:38:27.568Z] === RUN TestDockerSuite/TestRestartWithVolumes [2019-09-30T14:38:27.653Z] --- PASS: TestDockerNetworkConnectAlias (4.74s) [2019-09-30T14:38:27.653Z] network_test.go:20: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias" [2019-09-30T14:38:27.653Z] === RUN TestDockerNetworkReConnect [2019-09-30T14:38:28.502Z] === RUN TestDockerSuite/TestRmiBlank [2019-09-30T14:38:28.503Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2019-09-30T14:38:28.503Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2019-09-30T14:38:32.060Z] --- PASS: TestDockerNetworkReConnect (4.62s) [2019-09-30T14:38:32.060Z] network_test.go:82: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect" [2019-09-30T14:38:32.060Z] === RUN TestServicePlugin [2019-09-30T14:38:32.060Z] --- SKIP: TestServicePlugin (0.00s) [2019-09-30T14:38:32.060Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-30T14:38:32.060Z] === RUN TestServiceUpdateLabel [2019-09-30T14:38:32.681Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2019-09-30T14:38:34.057Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2019-09-30T14:38:34.094Z] --- PASS: TestServiceUpdateLabel (2.22s) [2019-09-30T14:38:34.094Z] update_test.go:21: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel" [2019-09-30T14:38:34.094Z] === RUN TestServiceUpdateSecrets [2019-09-30T14:38:34.315Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2019-09-30T14:38:36.838Z] === RUN TestDockerSuite/TestRmiImgIDForce [2019-09-30T14:38:37.095Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2019-09-30T14:38:37.353Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2019-09-30T14:38:38.061Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2019-09-30T14:38:39.028Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2019-09-30T14:38:39.028Z] === RUN TestDockerSuite/TestBuildExpose [2019-09-30T14:38:39.028Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2019-09-30T14:38:39.028Z] === RUN TestDockerSuite/TestBuildExposeOrder [2019-09-30T14:38:39.028Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2019-09-30T14:38:39.028Z] === RUN TestDockerSuite/TestBuildFails [2019-09-30T14:38:39.914Z] === RUN TestDockerSuite/TestRmiParentImageFail [2019-09-30T14:38:40.172Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2019-09-30T14:38:41.103Z] === RUN TestDockerSuite/TestRmiTag [2019-09-30T14:38:41.103Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2019-09-30T14:38:41.927Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2019-09-30T14:38:41.927Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2019-09-30T14:38:42.037Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2019-09-30T14:38:43.407Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2019-09-30T14:38:46.613Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2019-09-30T14:38:47.581Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2019-09-30T14:38:48.511Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2019-09-30T14:38:49.325Z] --- PASS: TestServiceUpdateSecrets (14.92s) [2019-09-30T14:38:49.325Z] update_test.go:77: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets" [2019-09-30T14:38:49.325Z] === RUN TestServiceUpdateConfigs [2019-09-30T14:38:49.442Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2019-09-30T14:38:49.699Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2019-09-30T14:38:51.592Z] === RUN TestDockerSuite/TestRunAddHost [2019-09-30T14:38:52.156Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2019-09-30T14:38:52.396Z] === RUN TestDockerSuite/TestBuildForceRm [2019-09-30T14:38:52.719Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2019-09-30T14:38:53.649Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2019-09-30T14:38:53.649Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2019-09-30T14:38:54.212Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2019-09-30T14:38:56.106Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2019-09-30T14:38:57.035Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2019-09-30T14:38:57.967Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2019-09-30T14:38:58.900Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2019-09-30T14:38:59.478Z] === RUN TestDockerSuite/TestBuildFromGit [2019-09-30T14:39:00.269Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2019-09-30T14:39:02.163Z] === RUN TestDockerSuite/TestRunAttachDetach [2019-09-30T14:39:03.094Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2019-09-30T14:39:03.351Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2019-09-30T14:39:04.283Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2019-09-30T14:39:04.548Z] --- PASS: TestServiceUpdateConfigs (14.99s) [2019-09-30T14:39:04.548Z] update_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs" [2019-09-30T14:39:04.548Z] === RUN TestServiceUpdateNetwork [2019-09-30T14:39:05.220Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2019-09-30T14:39:05.262Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2019-09-30T14:39:06.153Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2019-09-30T14:39:06.798Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2019-09-30T14:39:07.082Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2019-09-30T14:39:08.450Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2019-09-30T14:39:09.380Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2019-09-30T14:39:10.310Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2019-09-30T14:39:11.244Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2019-09-30T14:39:11.500Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2019-09-30T14:39:12.063Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2019-09-30T14:39:12.063Z] === RUN TestDockerSuite/TestRunBindMounts [2019-09-30T14:39:12.591Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2019-09-30T14:39:12.591Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2019-09-30T14:39:13.051Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2019-09-30T14:39:13.511Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2019-09-30T14:39:13.511Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2019-09-30T14:39:14.584Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2019-09-30T14:39:14.584Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2019-09-30T14:39:15.516Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2019-09-30T14:39:16.447Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2019-09-30T14:39:17.085Z] --- PASS: TestServiceUpdateNetwork (13.00s) [2019-09-30T14:39:17.085Z] update_test.go:201: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork" [2019-09-30T14:39:17.085Z] PASS [2019-09-30T14:39:17.085Z] [2019-09-30T14:39:17.085Z] === Skipped [2019-09-30T14:39:17.085Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2019-09-30T14:39:17.085Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-30T14:39:17.085Z] [2019-09-30T14:39:17.085Z] [2019-09-30T14:39:17.085Z] DONE 19 tests, 1 skipped in 114.055s [2019-09-30T14:39:17.085Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2019-09-30T14:39:17.085Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:39:17.085Z] ++ set -e [2019-09-30T14:39:17.085Z] ++ '[' -n 0 ']' [2019-09-30T14:39:17.085Z] ++ set -x [2019-09-30T14:39:17.085Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:39:17.085Z] INFO: Testing against a local daemon [2019-09-30T14:39:17.085Z] === RUN TestSessionCreate [2019-09-30T14:39:17.085Z] --- PASS: TestSessionCreate (0.06s) [2019-09-30T14:39:17.085Z] === RUN TestSessionCreateWithBadUpgrade [2019-09-30T14:39:17.085Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2019-09-30T14:39:17.085Z] PASS [2019-09-30T14:39:17.085Z] [2019-09-30T14:39:17.085Z] DONE 2 tests in 0.210s [2019-09-30T14:39:17.085Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2019-09-30T14:39:17.085Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:39:17.085Z] ++ set -e [2019-09-30T14:39:17.085Z] ++ '[' -n 0 ']' [2019-09-30T14:39:17.085Z] ++ set -x [2019-09-30T14:39:17.085Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:39:17.085Z] INFO: Testing against a local daemon [2019-09-30T14:39:17.085Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-09-30T14:39:17.085Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-30T14:39:17.085Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-30T14:39:17.085Z] === RUN TestEventsExecDie [2019-09-30T14:39:17.377Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2019-09-30T14:39:18.095Z] --- PASS: TestEventsExecDie (0.91s) [2019-09-30T14:39:18.095Z] === RUN TestEventsBackwardsCompatible [2019-09-30T14:39:18.095Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2019-09-30T14:39:18.095Z] === RUN TestInfoBinaryCommits [2019-09-30T14:39:18.095Z] --- PASS: TestInfoBinaryCommits (0.06s) [2019-09-30T14:39:18.095Z] === RUN TestInfoAPIVersioned [2019-09-30T14:39:18.095Z] --- PASS: TestInfoAPIVersioned (0.02s) [2019-09-30T14:39:18.095Z] === RUN TestInfoAPI [2019-09-30T14:39:18.095Z] --- PASS: TestInfoAPI (0.05s) [2019-09-30T14:39:18.095Z] === RUN TestInfoAPIWarnings [2019-09-30T14:39:18.307Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2019-09-30T14:39:18.307Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2019-09-30T14:39:18.869Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2019-09-30T14:39:19.108Z] --- PASS: TestInfoAPIWarnings (0.92s) [2019-09-30T14:39:19.108Z] info_test.go:49: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings" [2019-09-30T14:39:19.108Z] === RUN TestLoginFailsWithBadCredentials [2019-09-30T14:39:19.723Z] --- PASS: TestLoginFailsWithBadCredentials (0.57s) [2019-09-30T14:39:19.723Z] === RUN TestPingCacheHeaders [2019-09-30T14:39:19.723Z] --- PASS: TestPingCacheHeaders (0.06s) [2019-09-30T14:39:19.723Z] === RUN TestPingGet [2019-09-30T14:39:19.723Z] --- PASS: TestPingGet (0.04s) [2019-09-30T14:39:19.723Z] === RUN TestPingHead [2019-09-30T14:39:19.723Z] --- PASS: TestPingHead (0.05s) [2019-09-30T14:39:19.723Z] === RUN TestVersion [2019-09-30T14:39:19.799Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2019-09-30T14:39:20.005Z] --- PASS: TestVersion (0.05s) [2019-09-30T14:39:20.005Z] PASS [2019-09-30T14:39:20.005Z] [2019-09-30T14:39:20.005Z] === Skipped [2019-09-30T14:39:20.005Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-30T14:39:20.005Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-30T14:39:20.005Z] [2019-09-30T14:39:20.005Z] [2019-09-30T14:39:20.005Z] DONE 12 tests, 1 skipped in 2.924s [2019-09-30T14:39:20.005Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2019-09-30T14:39:20.005Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:39:20.005Z] ++ set -e [2019-09-30T14:39:20.005Z] ++ '[' -n 0 ']' [2019-09-30T14:39:20.005Z] ++ set -x [2019-09-30T14:39:20.005Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2019-09-30T14:39:20.005Z] INFO: Testing against a local daemon [2019-09-30T14:39:20.005Z] === RUN TestVolumesCreateAndList [2019-09-30T14:39:20.005Z] --- PASS: TestVolumesCreateAndList (0.05s) [2019-09-30T14:39:20.005Z] === RUN TestVolumesRemove [2019-09-30T14:39:20.292Z] --- PASS: TestVolumesRemove (0.10s) [2019-09-30T14:39:20.292Z] === RUN TestVolumesInspect [2019-09-30T14:39:20.292Z] --- PASS: TestVolumesInspect (0.04s) [2019-09-30T14:39:20.292Z] === RUN TestVolumesInvalidJSON [2019-09-30T14:39:20.292Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-09-30T14:39:20.292Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-09-30T14:39:20.292Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-09-30T14:39:20.292Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2019-09-30T14:39:20.292Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-09-30T14:39:20.292Z] PASS [2019-09-30T14:39:20.292Z] [2019-09-30T14:39:20.292Z] DONE 5 tests in 0.326s [2019-09-30T14:39:20.292Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-09-30T14:39:20.574Z] ++++ cat bundles/test-integration/docker.pid [2019-09-30T14:39:20.574Z] +++ kill 13144 [2019-09-30T14:39:20.729Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2019-09-30T14:39:21.293Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2019-09-30T14:39:22.047Z] umount: bundles/test-integration/root: mountpoint not found [2019-09-30T14:39:22.047Z] +++ /etc/init.d/apparmor stop [2019-09-30T14:39:22.047Z] Clearing AppArmor profiles cache:. [2019-09-30T14:39:22.047Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-30T14:39:22.047Z] Unloading profiles will leave already running processes permanently [2019-09-30T14:39:22.047Z] unconfined, which can lead to unexpected situations. [2019-09-30T14:39:22.047Z] [2019-09-30T14:39:22.047Z] To set a process to complain mode, use the command line tool [2019-09-30T14:39:22.047Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-30T14:39:22.047Z] with the 'teardown' option." [2019-09-30T14:39:22.047Z] [2019-09-30T14:39:22.223Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2019-09-30T14:39:22.223Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2019-09-30T14:39:23.152Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2019-09-30T14:39:23.152Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2019-09-30T14:39:23.831Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2019-09-30T14:39:23.831Z] === RUN TestDockerSuite/TestBuildHistory Post stage [Pipeline] junit [2019-09-30T14:39:24.117Z] Recording test results [Pipeline] } [2019-09-30T14:39:24.523Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-09-30T14:39:24.925Z] + echo Ensuring container killed. [2019-09-30T14:39:24.926Z] Ensuring container killed. [2019-09-30T14:39:24.926Z] + docker rm -vf docker-pr2 [2019-09-30T14:39:24.926Z] Error: No such container: docker-pr2 [2019-09-30T14:39:24.926Z] + true [Pipeline] sh [2019-09-30T14:39:25.303Z] + echo Chowning /workspace to jenkins user [2019-09-30T14:39:25.303Z] Chowning /workspace to jenkins user [2019-09-30T14:39:25.303Z] + id -u [2019-09-30T14:39:25.303Z] + id -g [2019-09-30T14:39:25.303Z] + docker run --rm -v /home/docker/workspace/moby_PR-40012:/workspace busybox chown -R 1001:1001 /workspace [2019-09-30T14:39:25.303Z] Unable to find image 'busybox:latest' locally [2019-09-30T14:39:25.453Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2019-09-30T14:39:25.586Z] latest: Pulling from library/busybox [2019-09-30T14:39:25.586Z] e38168a01e65: Pulling fs layer [2019-09-30T14:39:25.869Z] e38168a01e65: Verifying Checksum [2019-09-30T14:39:25.869Z] e38168a01e65: Download complete [2019-09-30T14:39:26.017Z] === RUN TestDockerSuite/TestRunContainerNetwork [2019-09-30T14:39:26.152Z] e38168a01e65: Pull complete [2019-09-30T14:39:26.152Z] Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e [2019-09-30T14:39:26.152Z] Status: Downloaded newer image for busybox:latest [2019-09-30T14:39:26.946Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2019-09-30T14:39:27.203Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2019-09-30T14:39:28.133Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-30T14:39:28.558Z] + bundleName=ppc64le-integration [2019-09-30T14:39:28.559Z] + echo Creating ppc64le-integration-bundles.tar.gz [2019-09-30T14:39:28.559Z] Creating ppc64le-integration-bundles.tar.gz [2019-09-30T14:39:28.559Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2019-09-30T14:39:28.559Z] + xargs tar -czf ppc64le-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2019-09-30T14:39:28.875Z] Archiving artifacts [2019-09-30T14:39:29.217Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40012/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-30T14:39:29.604Z] + make clean [2019-09-30T14:39:30.040Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2019-09-30T14:39:30.220Z] docker volume rm -f docker-dev-cache [2019-09-30T14:39:30.220Z] docker-dev-cache [Pipeline] deleteDir [2019-09-30T14:39:30.297Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2019-09-30T14:39:31.667Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-09-30T14:39:33.565Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2019-09-30T14:39:34.143Z] === RUN TestDockerSuite/TestBuildIidFile [2019-09-30T14:39:34.494Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2019-09-30T14:39:34.601Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2019-09-30T14:39:35.058Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2019-09-30T14:39:35.989Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2019-09-30T14:39:36.781Z] === RUN TestDockerSuite/TestBuildInheritance [2019-09-30T14:39:36.781Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2019-09-30T14:39:36.918Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2019-09-30T14:39:37.748Z] === RUN TestDockerSuite/TestBuildInvalidTag [2019-09-30T14:39:37.748Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2019-09-30T14:39:37.850Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2019-09-30T14:39:39.745Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2019-09-30T14:39:43.919Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2019-09-30T14:39:43.919Z] === RUN TestDockerSuite/TestRunCreateVolume [2019-09-30T14:39:44.483Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2019-09-30T14:39:47.007Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2019-09-30T14:39:47.007Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2019-09-30T14:39:48.074Z] === RUN TestDockerSuite/TestBuildLabel [2019-09-30T14:39:48.074Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2019-09-30T14:39:48.532Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2019-09-30T14:39:48.919Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2019-09-30T14:39:49.498Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2019-09-30T14:39:49.955Z] === RUN TestDockerSuite/TestBuildLabels [2019-09-30T14:39:50.923Z] === RUN TestDockerSuite/TestBuildLabelsCache [2019-09-30T14:39:52.193Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2019-09-30T14:39:52.458Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2019-09-30T14:39:54.715Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2019-09-30T14:39:54.715Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2019-09-30T14:39:54.715Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2019-09-30T14:39:54.972Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2019-09-30T14:39:55.536Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2019-09-30T14:39:58.068Z] === RUN TestDockerSuite/TestRunDNSOptions [2019-09-30T14:39:58.245Z] === RUN TestDockerSuite/TestBuildLastModified [2019-09-30T14:39:58.245Z] === RUN TestDockerSuite/TestBuildLineBreak [2019-09-30T14:39:58.245Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2019-09-30T14:39:58.245Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2019-09-30T14:39:58.245Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2019-09-30T14:39:58.245Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2019-09-30T14:39:58.245Z] === RUN TestDockerSuite/TestBuildMaintainer [2019-09-30T14:39:58.707Z] === RUN TestDockerSuite/TestBuildMissingArgs [2019-09-30T14:39:59.437Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2019-09-30T14:39:59.672Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2019-09-30T14:40:01.957Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2019-09-30T14:40:02.521Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2019-09-30T14:40:04.414Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2019-09-30T14:40:05.345Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2019-09-30T14:40:05.345Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2019-09-30T14:40:05.457Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2019-09-30T14:40:06.275Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2019-09-30T14:40:08.169Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2019-09-30T14:40:08.169Z] === RUN TestDockerSuite/TestRunDuplicateMount [2019-09-30T14:40:09.098Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2019-09-30T14:40:09.661Z] === RUN TestDockerSuite/TestRunEchoStdout [2019-09-30T14:40:10.591Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2019-09-30T14:40:11.524Z] === RUN TestDockerSuite/TestRunEmptyEnv [2019-09-30T14:40:11.524Z] === RUN TestDockerSuite/TestRunEntrypoint [2019-09-30T14:40:12.454Z] === RUN TestDockerSuite/TestRunEnvironment [2019-09-30T14:40:13.017Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2019-09-30T14:40:13.948Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2019-09-30T14:40:14.877Z] === RUN TestDockerSuite/TestRunExitCode [2019-09-30T14:40:15.442Z] === RUN TestDockerSuite/TestRunExitCodeOne [2019-09-30T14:40:16.372Z] === RUN TestDockerSuite/TestRunExitCodeZero [2019-09-30T14:40:17.303Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2019-09-30T14:40:18.233Z] === RUN TestDockerSuite/TestRunExposePort [2019-09-30T14:40:18.233Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2019-09-30T14:40:18.797Z] === RUN TestDockerSuite/TestRunGroupAdd [2019-09-30T14:40:19.727Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2019-09-30T14:40:21.643Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2019-09-30T14:40:21.643Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2019-09-30T14:40:21.643Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2019-09-30T14:40:25.814Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2019-09-30T14:40:26.377Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2019-09-30T14:40:26.532Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2019-09-30T14:40:26.532Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2019-09-30T14:40:27.498Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2019-09-30T14:40:38.554Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2019-09-30T14:40:39.117Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2019-09-30T14:40:41.012Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2019-09-30T14:40:41.012Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2019-09-30T14:40:41.012Z] === RUN TestDockerSuite/TestRunInvalidReference [2019-09-30T14:40:41.012Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2019-09-30T14:40:41.575Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2019-09-30T14:40:45.747Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2019-09-30T14:40:46.676Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2019-09-30T14:40:48.570Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2019-09-30T14:40:49.501Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2019-09-30T14:40:50.140Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2019-09-30T14:40:51.074Z] === RUN TestDockerSuite/TestRunModeHostname [2019-09-30T14:40:52.004Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2019-09-30T14:40:52.004Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2019-09-30T14:40:52.262Z] === RUN TestDockerSuite/TestRunModeIpcHost [2019-09-30T14:40:54.155Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2019-09-30T14:40:55.523Z] === RUN TestDockerSuite/TestRunModePIDContainer [2019-09-30T14:40:56.892Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2019-09-30T14:40:56.892Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2019-09-30T14:40:57.149Z] === RUN TestDockerSuite/TestRunModePIDHost [2019-09-30T14:40:59.042Z] === RUN TestDockerSuite/TestRunModeUTSHost [2019-09-30T14:41:00.934Z] === RUN TestDockerSuite/TestRunMount [2019-09-30T14:41:03.210Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2019-09-30T14:41:07.961Z] === RUN TestDockerSuite/TestRunMountOrdering [2019-09-30T14:41:08.218Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2019-09-30T14:41:09.148Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2019-09-30T14:41:11.041Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2019-09-30T14:41:13.565Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2019-09-30T14:41:16.836Z] === RUN TestDockerSuite/TestRunNamedVolume [2019-09-30T14:41:17.898Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2019-09-30T14:41:19.356Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2019-09-30T14:41:22.636Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2019-09-30T14:41:23.715Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2019-09-30T14:41:24.005Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2019-09-30T14:41:25.373Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2019-09-30T14:41:25.373Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2019-09-30T14:41:26.302Z] === RUN TestDockerSuite/TestRunNetHost [2019-09-30T14:41:27.707Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2019-09-30T14:41:28.269Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2019-09-30T14:41:29.199Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2019-09-30T14:41:29.523Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2019-09-30T14:41:31.719Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2019-09-30T14:41:34.239Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2019-09-30T14:41:36.621Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2019-09-30T14:41:39.492Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2019-09-30T14:41:39.492Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2019-09-30T14:41:39.750Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2019-09-30T14:41:40.007Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2019-09-30T14:41:40.937Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2019-09-30T14:41:40.937Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2019-09-30T14:41:41.868Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2019-09-30T14:41:42.799Z] === RUN TestDockerSuite/TestRunNonExistingImage [2019-09-30T14:41:42.799Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2019-09-30T14:41:43.731Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2019-09-30T14:41:44.661Z] === RUN TestDockerSuite/TestRunOOMExitCode [2019-09-30T14:41:44.661Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2019-09-30T14:41:45.225Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2019-09-30T14:41:45.481Z] === RUN TestDockerSuite/TestRunPIDsLimit [2019-09-30T14:41:46.413Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2019-09-30T14:41:48.937Z] === RUN TestDockerSuite/TestRunPortInUse [2019-09-30T14:41:49.500Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2019-09-30T14:41:50.431Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2019-09-30T14:41:51.361Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2019-09-30T14:41:52.291Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2019-09-30T14:41:53.221Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2019-09-30T14:41:54.151Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2019-09-30T14:41:54.151Z] === RUN TestDockerSuite/TestRunPublishPort [2019-09-30T14:41:54.345Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2019-09-30T14:41:54.345Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2019-09-30T14:41:55.113Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2019-09-30T14:41:55.676Z] === RUN TestDockerSuite/TestRunReadProcLatency [2019-09-30T14:41:55.676Z] === RUN TestDockerSuite/TestRunReadProcTimer [2019-09-30T14:41:56.606Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2019-09-30T14:41:56.606Z] === RUN TestDockerSuite/TestRunRedirectStdout [2019-09-30T14:41:58.498Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2019-09-30T14:41:58.498Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2019-09-30T14:42:00.159Z] === RUN TestDockerSuite/TestBuildMultipleTags [2019-09-30T14:42:01.130Z] === RUN TestDockerSuite/TestBuildNetContainer [2019-09-30T14:42:01.130Z] === RUN TestDockerSuite/TestBuildNetNone [2019-09-30T14:42:01.130Z] === RUN TestDockerSuite/TestBuildNoContext [2019-09-30T14:42:01.774Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2019-09-30T14:42:03.668Z] === RUN TestDockerSuite/TestRunRm [2019-09-30T14:42:04.233Z] === RUN TestDockerSuite/TestRunRmAndWait [2019-09-30T14:42:05.602Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2019-09-30T14:42:08.121Z] === RUN TestDockerSuite/TestRunRmPre125Api [2019-09-30T14:42:08.224Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2019-09-30T14:42:08.378Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2019-09-30T14:42:08.940Z] === RUN TestDockerSuite/TestRunRootWorkdir [2019-09-30T14:42:09.870Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2019-09-30T14:42:11.833Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2019-09-30T14:42:12.399Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2019-09-30T14:42:12.930Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2019-09-30T14:42:14.920Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2019-09-30T14:42:17.445Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2019-09-30T14:42:17.702Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2019-09-30T14:42:20.026Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2019-09-30T14:42:20.026Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2019-09-30T14:42:20.026Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2019-09-30T14:42:22.940Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2019-09-30T14:42:22.959Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2019-09-30T14:42:22.959Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2019-09-30T14:42:22.959Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2019-09-30T14:42:23.404Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2019-09-30T14:42:23.525Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2019-09-30T14:42:24.460Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2019-09-30T14:42:24.960Z] === RUN TestDockerSuite/TestBuildOnBuild [2019-09-30T14:42:25.392Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2019-09-30T14:42:26.321Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2019-09-30T14:42:27.251Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2019-09-30T14:42:28.181Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2019-09-30T14:42:28.746Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2019-09-30T14:42:30.114Z] === RUN TestDockerSuite/TestRunSetMacAddress [2019-09-30T14:42:30.114Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2019-09-30T14:42:30.679Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2019-09-30T14:42:30.936Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2019-09-30T14:42:31.500Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2019-09-30T14:42:34.020Z] === RUN TestDockerSuite/TestRunState [2019-09-30T14:42:34.584Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2019-09-30T14:42:35.303Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2019-09-30T14:42:35.514Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2019-09-30T14:42:35.764Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2019-09-30T14:42:36.445Z] === RUN TestDockerSuite/TestRunStdinPipe [2019-09-30T14:42:37.377Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2019-09-30T14:42:37.634Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2019-09-30T14:42:37.634Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2019-09-30T14:42:38.564Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2019-09-30T14:42:39.496Z] === RUN TestDockerSuite/TestRunSysctls [2019-09-30T14:42:41.390Z] === RUN TestDockerSuite/TestRunTLSVerify [2019-09-30T14:42:41.390Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2019-09-30T14:42:41.390Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2019-09-30T14:42:41.952Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2019-09-30T14:42:44.359Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2019-09-30T14:42:45.225Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2019-09-30T14:42:45.483Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2019-09-30T14:42:48.003Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2019-09-30T14:42:48.107Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2019-09-30T14:42:52.195Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2019-09-30T14:42:55.465Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2019-09-30T14:42:55.722Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2019-09-30T14:42:56.652Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2019-09-30T14:42:56.699Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2019-09-30T14:42:57.581Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2019-09-30T14:43:00.102Z] === RUN TestDockerSuite/TestRunUnshareProc [2019-09-30T14:43:01.032Z] === RUN TestDockerSuite/TestRunUserByID [2019-09-30T14:43:01.963Z] === RUN TestDockerSuite/TestRunUserByIDBig [2019-09-30T14:43:01.963Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2019-09-30T14:43:02.220Z] === RUN TestDockerSuite/TestRunUserByIDZero [2019-09-30T14:43:02.512Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2019-09-30T14:43:03.151Z] === RUN TestDockerSuite/TestRunUserByName [2019-09-30T14:43:04.081Z] === RUN TestDockerSuite/TestRunUserDefaults [2019-09-30T14:43:04.643Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2019-09-30T14:43:04.643Z] === RUN TestDockerSuite/TestRunUserNotFound [2019-09-30T14:43:04.900Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2019-09-30T14:43:05.832Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2019-09-30T14:43:07.224Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2019-09-30T14:43:07.685Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2019-09-30T14:43:07.685Z] === RUN TestDockerSuite/TestBuildPATH [2019-09-30T14:43:07.685Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2019-09-30T14:43:09.876Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2019-09-30T14:43:09.876Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2019-09-30T14:43:11.087Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2019-09-30T14:43:11.344Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2019-09-30T14:43:12.715Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2019-09-30T14:43:15.238Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2019-09-30T14:43:17.130Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2019-09-30T14:43:19.655Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2019-09-30T14:43:22.175Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2019-09-30T14:43:23.104Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2019-09-30T14:43:23.668Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2019-09-30T14:43:24.599Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2019-09-30T14:43:24.599Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2019-09-30T14:43:24.599Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2019-09-30T14:43:24.599Z] === RUN TestDockerSuite/TestRunWithBadDevice [2019-09-30T14:43:24.855Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2019-09-30T14:43:25.786Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2019-09-30T14:43:26.716Z] === RUN TestDockerSuite/TestRunWithCPUShares [2019-09-30T14:43:27.646Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2019-09-30T14:43:29.015Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2019-09-30T14:43:29.271Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2019-09-30T14:43:30.201Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2019-09-30T14:43:30.764Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2019-09-30T14:43:31.021Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2019-09-30T14:43:31.979Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2019-09-30T14:43:31.979Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2019-09-30T14:43:31.979Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2019-09-30T14:43:31.979Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2019-09-30T14:43:31.979Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2019-09-30T14:43:31.979Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2019-09-30T14:43:32.235Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2019-09-30T14:43:32.492Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2019-09-30T14:43:32.748Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2019-09-30T14:43:33.005Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2019-09-30T14:43:33.934Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2019-09-30T14:43:34.498Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2019-09-30T14:43:35.428Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2019-09-30T14:43:35.428Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2019-09-30T14:43:36.359Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2019-09-30T14:43:36.616Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2019-09-30T14:43:37.547Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2019-09-30T14:43:37.547Z] === RUN TestDockerSuite/TestRunWithShmSize [2019-09-30T14:43:38.478Z] === RUN TestDockerSuite/TestRunWithSwappiness [2019-09-30T14:43:39.409Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2019-09-30T14:43:39.409Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2019-09-30T14:43:39.409Z] === RUN TestDockerSuite/TestRunWithUlimits [2019-09-30T14:43:39.972Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2019-09-30T14:43:41.865Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2019-09-30T14:43:42.438Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2019-09-30T14:43:42.438Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2019-09-30T14:43:43.368Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2019-09-30T14:43:43.368Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2019-09-30T14:43:45.261Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2019-09-30T14:43:45.824Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2019-09-30T14:43:48.346Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2019-09-30T14:43:49.276Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2019-09-30T14:43:49.276Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2019-09-30T14:43:49.276Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2019-09-30T14:43:50.205Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2019-09-30T14:43:51.573Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2019-09-30T14:43:52.942Z] === RUN TestDockerSuite/TestSaveCheckTimes [2019-09-30T14:43:52.942Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2019-09-30T14:43:54.837Z] === RUN TestDockerSuite/TestSaveImageId [2019-09-30T14:43:54.838Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2019-09-30T14:43:55.401Z] === RUN TestDockerSuite/TestSaveLoadParents [2019-09-30T14:43:57.922Z] === RUN TestDockerSuite/TestSaveMultipleNames [2019-09-30T14:43:57.922Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2019-09-30T14:43:59.818Z] === RUN TestDockerSuite/TestSaveSingleTag [2019-09-30T14:43:59.818Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2019-09-30T14:43:59.818Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2019-09-30T14:44:00.607Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2019-09-30T14:44:01.188Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2019-09-30T14:44:03.084Z] === RUN TestDockerSuite/TestSearchCmdOptions [2019-09-30T14:44:03.341Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2019-09-30T14:44:03.341Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2019-09-30T14:44:03.341Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2019-09-30T14:44:03.341Z] === RUN TestDockerSuite/TestSearchWithLimit [2019-09-30T14:44:03.904Z] === RUN TestDockerSuite/TestSlowStdinClosing [2019-09-30T14:44:06.423Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2019-09-30T14:44:12.975Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2019-09-30T14:44:14.869Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2019-09-30T14:44:15.799Z] === RUN TestDockerSuite/TestStartAttachSilent [2019-09-30T14:44:17.168Z] === RUN TestDockerSuite/TestStartAttachWithRename [2019-09-30T14:44:20.440Z] === RUN TestDockerSuite/TestStartMultipleContainers [2019-09-30T14:44:21.740Z] === RUN TestDockerSuite/TestBuildRm [2019-09-30T14:44:22.961Z] === RUN TestDockerSuite/TestStartPausedContainer [2019-09-30T14:44:23.893Z] === RUN TestDockerSuite/TestStartRecordError [2019-09-30T14:44:25.786Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2019-09-30T14:44:28.307Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2019-09-30T14:44:28.307Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2019-09-30T14:44:30.831Z] === RUN TestDockerSuite/TestStatsAllNoStream [2019-09-30T14:44:35.005Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2019-09-30T14:44:36.582Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2019-09-30T14:44:38.771Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2019-09-30T14:44:38.771Z] === RUN TestDockerSuite/TestBuildScratchCopy [2019-09-30T14:44:39.177Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2019-09-30T14:44:39.232Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2019-09-30T14:44:40.776Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2019-09-30T14:44:41.697Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2019-09-30T14:44:41.697Z] === RUN TestDockerSuite/TestStatsFormatAll [2019-09-30T14:44:44.528Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2019-09-30T14:44:48.260Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2019-09-30T14:44:48.260Z] === RUN TestDockerSuite/TestStatsNoStream [2019-09-30T14:44:50.780Z] === RUN TestDockerSuite/TestStopContainerSignal [2019-09-30T14:44:52.676Z] === RUN TestDockerSuite/TestTopMultipleArgs [2019-09-30T14:44:53.134Z] === RUN TestDockerSuite/TestBuildShellInherited [2019-09-30T14:44:53.240Z] === RUN TestDockerSuite/TestTopNonPrivileged [2019-09-30T14:44:54.170Z] === RUN TestDockerSuite/TestTopPrivileged [2019-09-30T14:44:55.100Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2019-09-30T14:44:55.100Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2019-09-30T14:44:56.033Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2019-09-30T14:44:57.846Z] === RUN TestDockerSuite/TestBuildShellMultiple [2019-09-30T14:45:01.284Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2019-09-30T14:45:04.556Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2019-09-30T14:45:04.813Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2019-09-30T14:45:05.743Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2019-09-30T14:45:05.743Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2019-09-30T14:45:06.673Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2019-09-30T14:45:08.566Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2019-09-30T14:45:08.566Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2019-09-30T14:45:09.935Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2019-09-30T14:45:11.304Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2019-09-30T14:45:12.236Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2019-09-30T14:45:14.132Z] === RUN TestDockerSuite/TestUpdateStats [2019-09-30T14:45:15.567Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2019-09-30T14:45:15.567Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2019-09-30T14:45:15.567Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2019-09-30T14:45:18.318Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2019-09-30T14:45:19.686Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2019-09-30T14:45:19.686Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2019-09-30T14:45:21.055Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2019-09-30T14:45:21.984Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2019-09-30T14:45:27.433Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2019-09-30T14:45:28.010Z] === RUN TestDockerSuite/TestBuildSpaces [2019-09-30T14:45:28.010Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2019-09-30T14:45:30.707Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2019-09-30T14:45:32.720Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2019-09-30T14:45:32.720Z] === RUN TestDockerSuite/TestBuildStderr [2019-09-30T14:45:33.981Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2019-09-30T14:45:36.507Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2019-09-30T14:45:37.441Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2019-09-30T14:45:41.764Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2019-09-30T14:45:47.016Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2019-09-30T14:45:48.909Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2019-09-30T14:45:51.442Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2019-09-30T14:45:52.812Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2019-09-30T14:45:54.179Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2019-09-30T14:45:56.699Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2019-09-30T14:45:58.572Z] === RUN TestDockerSuite/TestBuildStopSignal [2019-09-30T14:45:58.572Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2019-09-30T14:45:59.972Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2019-09-30T14:46:01.494Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2019-09-30T14:46:01.864Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2019-09-30T14:46:02.468Z] === RUN TestDockerSuite/TestBuildTagEvent [2019-09-30T14:46:04.385Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2019-09-30T14:46:06.907Z] === RUN TestDockerSuite/TestVolumeCLICreate [2019-09-30T14:46:07.178Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2019-09-30T14:46:13.003Z] === RUN TestDockerSuite/TestBuildUser [2019-09-30T14:46:13.003Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2019-09-30T14:46:13.003Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2019-09-30T14:46:13.003Z] === RUN TestDockerSuite/TestBuildVerboseOut [2019-09-30T14:46:17.716Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2019-09-30T14:46:17.716Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2019-09-30T14:46:21.754Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2019-09-30T14:46:21.754Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2019-09-30T14:46:22.011Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2019-09-30T14:46:22.942Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2019-09-30T14:46:22.942Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2019-09-30T14:46:22.942Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2019-09-30T14:46:22.942Z] === RUN TestDockerSuite/TestVolumeCLILs [2019-09-30T14:46:23.874Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2019-09-30T14:46:23.874Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2019-09-30T14:46:24.804Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2019-09-30T14:46:24.804Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2019-09-30T14:46:24.804Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2019-09-30T14:46:25.061Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2019-09-30T14:46:25.061Z] === RUN TestDockerSuite/TestVolumeCLIRm [2019-09-30T14:46:26.311Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2019-09-30T14:46:26.312Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2019-09-30T14:46:26.312Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2019-09-30T14:46:27.581Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2019-09-30T14:46:27.581Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2019-09-30T14:46:27.838Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2019-09-30T14:46:27.838Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2019-09-30T14:46:27.838Z] === RUN TestDockerSuite/TestVolumeEvents [2019-09-30T14:46:28.767Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2019-09-30T14:46:31.298Z] === RUN TestDockerSuite/TestVolumeLsFormat [2019-09-30T14:46:31.554Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2019-09-30T14:46:31.554Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2019-09-30T14:46:34.827Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2019-09-30T14:46:39.004Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2019-09-30T14:46:39.004Z] --- PASS: TestDockerSuite (1848.03s) [2019-09-30T14:46:39.004Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.00s) [2019-09-30T14:46:39.004Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.06s) [2019-09-30T14:46:39.004Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2019-09-30T14:46:39.004Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2019-09-30T14:46:39.004Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2019-09-30T14:46:39.004Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (2.09s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.11s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.70s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.04s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.66s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.25s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (2.97s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.30s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.01s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (3.08s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.16s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.55s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.94s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (4.37s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.86s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.30s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.55s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.32s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (1.53s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.54s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.20s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestAttachDetach (1.70s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestAttachDisconnect (2.80s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.82s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (1.17s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.57s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (2.24s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (4.19s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.58s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.29s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.28s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.78s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (19.85s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.62s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.79s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.24s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.90s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.70s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.49s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.00s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (8.68s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (5.16s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.12s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.90s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.92s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.45s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.78s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.76s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.16s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.23s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.40s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.50s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (8.03s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (5.81s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.84s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.43s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildAddTar (11.80s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.90s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.54s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (4.69s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (7.84s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.39s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.94s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.55s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.64s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (3.12s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.63s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (3.13s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.81s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (4.37s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (13.34s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.62s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (3.00s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.52s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.47s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.92s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (6.16s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.43s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.41s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.69s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.79s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.64s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.73s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.84s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.18s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (6.91s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.65s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.12s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.64s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildCmd (0.43s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.48s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.48s) [2019-09-30T14:46:39.005Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2019-09-30T14:46:39.005Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.97s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (7.71s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.37s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildContChar (4.46s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.55s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.47s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.95s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.86s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.45s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (15.85s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.16s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.88s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (4.25s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (5.40s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (2.70s) [2019-09-30T14:46:39.005Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2019-09-30T14:46:39.005Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:46:39.005Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2019-09-30T14:46:39.005Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:46:39.005Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2019-09-30T14:46:39.005Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:46:39.005Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2019-09-30T14:46:39.005Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (5.65s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (7.07s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (4.29s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.49s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (7.75s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (7.89s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.62s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.77s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (5.08s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.82s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.07s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.80s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.49s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.55s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildDockerignore (14.16s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.72s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (4.48s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (15.37s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (0.97s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.02s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (5.36s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.76s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.71s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (8.43s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.60s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (3.26s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (19.27s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.11s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.74s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.29s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.42s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.67s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.10s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.33s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.34s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.63s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.43s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.69s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildEnv (1.40s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.41s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.49s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (7.70s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (22.84s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.02s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (10.24s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.89s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.55s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.53s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.74s) [2019-09-30T14:46:39.005Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2019-09-30T14:46:39.005Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.36s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (12.30s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildExpose (0.38s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.56s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.53s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.38s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildFails (1.06s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.04s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.34s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.27s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildForceRm (2.11s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.71s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.42s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.23s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.44s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.73s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.53s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (4.60s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.90s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.53s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildHistory (4.58s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.46s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.84s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.57s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.52s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.02s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildLabel (0.48s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.39s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.46s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.32s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildLabels (0.55s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.06s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (3.21s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildLastModified (5.56s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildLineBreak (4.16s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.14s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.14s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.12s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.10s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.29s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.44s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.65s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (5.11s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.70s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.81s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (13.96s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (4.21s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.25s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.78s) [2019-09-30T14:46:39.005Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2019-09-30T14:46:39.005Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (5.49s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.68s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.62s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.40s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildNetContainer (2.62s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.98s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.38s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.07s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.17s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.36s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.05s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.38s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.48s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.76s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildOnBuild (2.64s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.77s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (3.25s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.98s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (3.03s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.18s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.70s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.42s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (4.39s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildPATH (2.73s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.94s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.16s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (10.29s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (4.70s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (2.23s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildRm (3.27s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.13s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.32s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.47s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.61s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.32s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.29s) [2019-09-30T14:46:39.005Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.09s) [2019-09-30T14:46:39.006Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (4.56s) [2019-09-30T14:46:39.006Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.09s) [2019-09-30T14:46:39.006Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.34s) [2019-09-30T14:46:39.006Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-09-30T14:46:39.006Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:46:39.006Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.39s) [2019-09-30T14:46:39.006Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.20s) [2019-09-30T14:46:39.006Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.17s) [2019-09-30T14:46:39.006Z] --- PASS: TestDockerSuite/TestBuildStderr (1.32s) [2019-09-30T14:46:39.006Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (5.67s) [2019-09-30T14:46:39.006Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.51s) [2019-09-30T14:46:39.006Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.39s) [2019-09-30T14:46:39.006Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.88s) [2019-09-30T14:46:39.006Z] --- PASS: TestDockerSuite/TestBuildTagEvent (1.34s) [2019-09-30T14:46:39.006Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.65s) [2019-09-30T14:46:39.006Z] --- PASS: TestDockerSuite/TestBuildUser (2.34s) [2019-09-30T14:46:39.006Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (4.54s) [2019-09-30T14:46:39.006Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (19.47s) [2019-09-30T14:46:39.006Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (1.10s) [2019-09-30T14:46:39.006Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.32s) [2019-09-30T14:46:39.006Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.16s) [2019-09-30T14:46:39.006Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.31s) [2019-09-30T14:46:39.264Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.62s) [2019-09-30T14:46:39.264Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2019-09-30T14:46:39.264Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:46:39.264Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2019-09-30T14:46:39.264Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:46:39.264Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2019-09-30T14:46:39.264Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:46:39.264Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-09-30T14:46:39.264Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:46:39.264Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (2.29s) [2019-09-30T14:46:39.264Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.08s) [2019-09-30T14:46:39.264Z] --- PASS: TestDockerSuite/TestBuildWithFailure (1.09s) [2019-09-30T14:46:39.264Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.68s) [2019-09-30T14:46:39.264Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.12s) [2019-09-30T14:46:39.264Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.11s) [2019-09-30T14:46:39.264Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (3.07s) [2019-09-30T14:46:39.264Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (2.19s) [2019-09-30T14:46:39.264Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (1.04s) [2019-09-30T14:46:39.264Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.42s) [2019-09-30T14:46:39.264Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.86s) [2019-09-30T14:46:39.264Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-09-30T14:46:39.264Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:46:39.264Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.99s) [2019-09-30T14:46:39.264Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.82s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2019-09-30T14:46:39.265Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2019-09-30T14:46:39.265Z] docker_cli_sni_test.go:18: Flakey test [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.99s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (1.20s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestCommitChange (1.09s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (1.17s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestCommitHardlink (2.12s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.91s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (1.01s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestCommitTTY (1.78s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.90s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.95s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (1.02s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.07s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.07s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.86s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.87s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (1.01s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.95s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.88s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.97s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.89s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.09s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.92s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.07s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.15s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.09s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.88s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.00s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.87s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.92s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.88s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.81s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.87s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.91s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.84s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.89s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPIPause (1.00s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.93s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.11s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.87s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.63s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.64s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.07s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.78s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.72s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.83s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.95s) [2019-09-30T14:46:39.265Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s) [2019-09-30T14:46:39.265Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.08s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.83s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.91s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.20s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (4.91s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.56s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.98s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.49s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (23.98s) [2019-09-30T14:46:39.265Z] docker_api_containers_test.go:2100: case 0 - config: {volume /foo false } [2019-09-30T14:46:39.265Z] docker_api_containers_test.go:2100: case 1 - config: {volume /foo/ false } [2019-09-30T14:46:39.265Z] docker_api_containers_test.go:2100: case 2 - config: {volume test1 /foo false } [2019-09-30T14:46:39.265Z] docker_api_containers_test.go:2100: case 3 - config: {volume test2 /foo true } [2019-09-30T14:46:39.265Z] docker_api_containers_test.go:2100: case 4 - config: {volume test3 /foo false 0xc000a35540 } [2019-09-30T14:46:39.265Z] docker_api_containers_test.go:2100: case 5 - config: {bind /tmp/test-mounts-api-1688959427 /foo false } [2019-09-30T14:46:39.265Z] docker_api_containers_test.go:2100: case 6 - config: {bind /tmp/test-mounts-api-1688959427 /foo true } [2019-09-30T14:46:39.265Z] docker_api_containers_test.go:2100: case 7 - config: {bind /tmp/test-mounts-api-3245362246 /foo false } [2019-09-30T14:46:39.265Z] docker_api_containers_test.go:2100: case 8 - config: {bind /tmp/test-mounts-api-3245362246 /foo true } [2019-09-30T14:46:39.265Z] docker_api_containers_test.go:2100: case 9 - config: {bind /tmp/test-mounts-api-3245362246 /foo true 0xc000a359c0 } [2019-09-30T14:46:39.265Z] docker_api_containers_test.go:2100: case 10 - config: {volume /foo false 0xc000a359e0 } [2019-09-30T14:46:39.265Z] docker_api_containers_test.go:2100: case 11 - config: {volume /foo/ false 0xc000a35a00 } [2019-09-30T14:46:39.265Z] docker_api_containers_test.go:2100: case 12 - config: {volume test4 /foo false 0xc000a35a20 } [2019-09-30T14:46:39.265Z] docker_api_containers_test.go:2100: case 13 - config: {volume test5 /foo true 0xc000a35a40 } [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.73s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.65s) [2019-09-30T14:46:39.265Z] docker_api_containers_test.go:1927: case 0 [2019-09-30T14:46:39.265Z] docker_api_containers_test.go:1927: case 1 [2019-09-30T14:46:39.265Z] docker_api_containers_test.go:1927: case 2 [2019-09-30T14:46:39.265Z] docker_api_containers_test.go:1927: case 3 [2019-09-30T14:46:39.265Z] docker_api_containers_test.go:1927: case 4 [2019-09-30T14:46:39.265Z] docker_api_containers_test.go:1927: case 5 [2019-09-30T14:46:39.265Z] docker_api_containers_test.go:1927: case 6 [2019-09-30T14:46:39.265Z] docker_api_containers_test.go:1927: case 7 [2019-09-30T14:46:39.265Z] docker_api_containers_test.go:1927: case 8 [2019-09-30T14:46:39.265Z] docker_api_containers_test.go:1927: case 9 [2019-09-30T14:46:39.265Z] docker_api_containers_test.go:1927: case 10 [2019-09-30T14:46:39.265Z] docker_api_containers_test.go:1927: case 11 [2019-09-30T14:46:39.265Z] docker_api_containers_test.go:1927: case 12 [2019-09-30T14:46:39.265Z] docker_api_containers_test.go:1927: case 13 [2019-09-30T14:46:39.265Z] docker_api_containers_test.go:1927: case 14 [2019-09-30T14:46:39.265Z] docker_api_containers_test.go:1927: case 15 [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (3.22s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (2.65s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (3.34s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.87s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.23s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (1.13s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.98s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (1.16s) [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-check-ownership460504523/file1 e44b6df91696ff03295a35d0a89032ed6a6ace78b0c0aec115977524cf6b662b:/tmpvol/file1` [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.94s) [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:192: running `docker cp e672db16002f61072406cdfad374af224ce393a9ac232e82a5c7ef0954aee486:/root/file1 /tmp/test-cp-from-case-a700268206/itWorks.txt` [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-a700268206/itWorks.txt" contains "file1\n" [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestCpFromCaseB (1.00s) [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:192: running `docker cp 194fa48a9e9f33ca88f86a9ac15eab42d001ff9bcd8775366839d15247c34558:/file1 /tmp/test-cp-from-case-b775034933/testDir/` [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.95s) [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-c802492944/file2" contains "file2\n" [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:192: running `docker cp b0b8fc17b7bdcb796d2f265824e8c42add338ae0d12a4fb54b1a7dcbea4fe061:/root/file1 /tmp/test-cp-from-case-c802492944/file2` [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-c802492944/file2" contains "file1\n" [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.34s) [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:192: running `docker cp 8e980f0984ee7c780aa6ef78e92948c507313b694239bd870ce063cfbf3dd461:/file1 /tmp/test-cp-from-case-d392721455/dir1` [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-d392721455/dir1/file1" contains "file1\n" [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:192: running `docker cp 8e980f0984ee7c780aa6ef78e92948c507313b694239bd870ce063cfbf3dd461:/file1 /tmp/test-cp-from-case-d392721455/dir1/` [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-d392721455/dir1/file1" contains "file1\n" [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.12s) [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:192: running `docker cp c196f3810d6a63347565b8f581f6baeafa506a9c42a4a69f81023beb879f97e5:dir1 /tmp/test-cp-from-case-e505837506/testDir` [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-e505837506/testDir/file1-1" contains "file1-1\n" [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:192: running `docker cp c196f3810d6a63347565b8f581f6baeafa506a9c42a4a69f81023beb879f97e5:dir1 /tmp/test-cp-from-case-e505837506/testDir/` [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-e505837506/testDir/file1-1" contains "file1-1\n" [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.94s) [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:192: running `docker cp 7bb01d0e70e906a576a39d82aa29dafd3a6decf1e7824551ea73f73dcaa71eb3:/root/dir1 /tmp/test-cp-from-case-f303372857/file1` [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestCpFromCaseG (1.08s) [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:192: running `docker cp 7a4250a6bfeec78e53cd1b4a9c47e2f4f3a073da67e13a95decd04a67b9da5f0:/root/dir1 /tmp/test-cp-from-case-g528809540/dir2` [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-g528809540/dir2/dir1/file1-1" contains "file1-1\n" [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:192: running `docker cp 7a4250a6bfeec78e53cd1b4a9c47e2f4f3a073da67e13a95decd04a67b9da5f0:/root/dir1 /tmp/test-cp-from-case-g528809540/dir2/` [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-g528809540/dir2/dir1/file1-1" contains "file1-1\n" [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestCpFromCaseH (1.11s) [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:192: running `docker cp ee9cdbe2a610ce4ac159e9efc6ce8bf5021c703205fd198f281a59c8b688fc07:dir1/. /tmp/test-cp-from-case-h820863187/testDir` [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-h820863187/testDir/file1-1" contains "file1-1\n" [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:192: running `docker cp ee9cdbe2a610ce4ac159e9efc6ce8bf5021c703205fd198f281a59c8b688fc07:dir1/. /tmp/test-cp-from-case-h820863187/testDir/` [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-h820863187/testDir/file1-1" contains "file1-1\n" [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.92s) [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:192: running `docker cp 9e6a77dc103b52ea9b106eec89424036369ff1f555d480c5beb5e4870b0306bd:/root/dir1/. /tmp/test-cp-from-case-i623304726/file1` [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (1.04s) [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:192: running `docker cp f38a1bc64ede2de64009b4e33d28ba3e531f1f8f4e17c4d9770b66b871f5aa4e:/root/dir1/. /tmp/test-cp-from-case-j502059645/dir2` [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-j502059645/dir2/file1-1" contains "file1-1\n" [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:192: running `docker cp f38a1bc64ede2de64009b4e33d28ba3e531f1f8f4e17c4d9770b66b871f5aa4e:/root/dir1/. /tmp/test-cp-from-case-j502059645/dir2/` [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-j502059645/dir2/file1-1" contains "file1-1\n" [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.49s) [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:192: running `docker cp fd6950c850be28385f3996fc03c1152bcc547283268ee19c70342e29746ac2bc:/file2 /tmp/test-cp-from-err-dst-not-dir417379256/symlinkToFile1` [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir417379256/symlinkToFile1" points to "file1" [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir417379256/file1" contains "file2\n" [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:192: running `docker cp fd6950c850be28385f3996fc03c1152bcc547283268ee19c70342e29746ac2bc:/file2 /tmp/test-cp-from-err-dst-not-dir417379256/symlinkToDir1` [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir417379256/symlinkToDir1" points to "dir1" [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir417379256/file2" contains "file2\n" [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:192: running `docker cp fd6950c850be28385f3996fc03c1152bcc547283268ee19c70342e29746ac2bc:/file2 /tmp/test-cp-from-err-dst-not-dir417379256/brokenSymlinkToFileX` [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir417379256/brokenSymlinkToFileX" points to "fileX" [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir417379256/fileX" contains "file2\n" [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:192: running `docker cp fd6950c850be28385f3996fc03c1152bcc547283268ee19c70342e29746ac2bc:/dir2 /tmp/test-cp-from-err-dst-not-dir417379256/symlinkToDir1` [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir417379256/symlinkToDir1" points to "dir1" [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir417379256/dir1/dir2/file2-1" contains "file2-1\n" [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:192: running `docker cp fd6950c850be28385f3996fc03c1152bcc547283268ee19c70342e29746ac2bc:/dir2 /tmp/test-cp-from-err-dst-not-dir417379256/brokenSymlinkToDirX` [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir417379256/brokenSymlinkToDirX" points to "dirX" [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir417379256/dirX/file2-1" contains "file2-1\n" [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.06s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.98s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:192: running `docker cp foo bar` [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.90s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.96s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.32s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (1.08s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (1.19s) [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.80s) [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-a910723680/file1 9fe3e3dad4f3e3588aa27b1e71d3bd5355e1ee15f13b2a7c187381f8a742ff9a:/root/itWorks.txt` [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:279: checking that container "9fe3e3dad4f3e3588aa27b1e71d3bd5355e1ee15f13b2a7c187381f8a742ff9a" start output contains "file1\n" [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:209: running `docker start -a 9fe3e3dad4f3e3588aa27b1e71d3bd5355e1ee15f13b2a7c187381f8a742ff9a` [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.89s) [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-b755331135/file1 9612359e90510883ea727584bd9c14b014aaa2d98e29ec2db59b7745297387f5:testDir/` [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.65s) [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:279: checking that container "763d9646a7b09783a509e50c48bdcd5a489331955f514d06523fa135c81e5735" start output contains "file2\n" [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:209: running `docker start -a 763d9646a7b09783a509e50c48bdcd5a489331955f514d06523fa135c81e5735` [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-c334365330/file1 763d9646a7b09783a509e50c48bdcd5a489331955f514d06523fa135c81e5735:/root/file2` [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:279: checking that container "763d9646a7b09783a509e50c48bdcd5a489331955f514d06523fa135c81e5735" start output contains "file1\n" [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:209: running `docker start -a 763d9646a7b09783a509e50c48bdcd5a489331955f514d06523fa135c81e5735` [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestCpToCaseD (5.20s) [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:279: checking that container "92c304c03b2ad962a334b8a49a31dcf07ba6d32835dfad28f03af80244865977" start output contains "" [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:209: running `docker start -a 92c304c03b2ad962a334b8a49a31dcf07ba6d32835dfad28f03af80244865977` [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-d422737609/file1 92c304c03b2ad962a334b8a49a31dcf07ba6d32835dfad28f03af80244865977:dir1` [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:279: checking that container "92c304c03b2ad962a334b8a49a31dcf07ba6d32835dfad28f03af80244865977" start output contains "file1\n" [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:209: running `docker start -a 92c304c03b2ad962a334b8a49a31dcf07ba6d32835dfad28f03af80244865977` [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:279: checking that container "d159b01eb67e6e050caa7813820d84c26981b3e6fa4d560a1c353afb8bb8350b" start output contains "" [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:209: running `docker start -a d159b01eb67e6e050caa7813820d84c26981b3e6fa4d560a1c353afb8bb8350b` [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-d422737609/file1 d159b01eb67e6e050caa7813820d84c26981b3e6fa4d560a1c353afb8bb8350b:dir1/` [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:279: checking that container "d159b01eb67e6e050caa7813820d84c26981b3e6fa4d560a1c353afb8bb8350b" start output contains "file1\n" [2019-09-30T14:46:39.265Z] docker_cli_cp_utils_test.go:209: running `docker start -a d159b01eb67e6e050caa7813820d84c26981b3e6fa4d560a1c353afb8bb8350b` [2019-09-30T14:46:39.265Z] --- PASS: TestDockerSuite/TestCpToCaseE (3.51s) [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-e790019988/dir1 f153b0eb59262f9380db07004ff05c64c12679b7b5e63e2839346802724be1b9:testDir` [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:279: checking that container "f153b0eb59262f9380db07004ff05c64c12679b7b5e63e2839346802724be1b9" start output contains "file1-1\n" [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:209: running `docker start -a f153b0eb59262f9380db07004ff05c64c12679b7b5e63e2839346802724be1b9` [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-e790019988/dir1 64f8ba9525db7f24a2fc6a0ada87e2978a35083423992339c3b431c3196258da:testDir/` [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:279: checking that container "64f8ba9525db7f24a2fc6a0ada87e2978a35083423992339c3b431c3196258da" start output contains "file1-1\n" [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:209: running `docker start -a 64f8ba9525db7f24a2fc6a0ada87e2978a35083423992339c3b431c3196258da` [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.88s) [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-f091578339/dir1 9fb6eca6e86b920702d39119fbadc2c305ff0b4fd09b4e006977a7742aa14548:/root/file1` [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestCpToCaseG (5.13s) [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:279: checking that container "9d78e11bd22b27a43c4e4535d1cb5ec9905ce5eaceb8d91d17e077e2878892c4" start output contains "" [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:209: running `docker start -a 9d78e11bd22b27a43c4e4535d1cb5ec9905ce5eaceb8d91d17e077e2878892c4` [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-g303859174/dir1 9d78e11bd22b27a43c4e4535d1cb5ec9905ce5eaceb8d91d17e077e2878892c4:/root/dir2` [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:279: checking that container "9d78e11bd22b27a43c4e4535d1cb5ec9905ce5eaceb8d91d17e077e2878892c4" start output contains "file1-1\n" [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:209: running `docker start -a 9d78e11bd22b27a43c4e4535d1cb5ec9905ce5eaceb8d91d17e077e2878892c4` [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:279: checking that container "c5a98bd43cac8988eb99bbfb7c3f9a145ddeb345d284f86640036b49575557c8" start output contains "" [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:209: running `docker start -a c5a98bd43cac8988eb99bbfb7c3f9a145ddeb345d284f86640036b49575557c8` [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-g303859174/dir1 c5a98bd43cac8988eb99bbfb7c3f9a145ddeb345d284f86640036b49575557c8:/dir2/` [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:279: checking that container "c5a98bd43cac8988eb99bbfb7c3f9a145ddeb345d284f86640036b49575557c8" start output contains "file1-1\n" [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:209: running `docker start -a c5a98bd43cac8988eb99bbfb7c3f9a145ddeb345d284f86640036b49575557c8` [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestCpToCaseH (3.62s) [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-h561762317/dir1/. 90e0967163637d5f4473172c26aff173edfbade78b6eccfaf20c65d49faaa5c1:testDir` [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:279: checking that container "90e0967163637d5f4473172c26aff173edfbade78b6eccfaf20c65d49faaa5c1" start output contains "file1-1\n" [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:209: running `docker start -a 90e0967163637d5f4473172c26aff173edfbade78b6eccfaf20c65d49faaa5c1` [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-h561762317/dir1/. 2b82f550f62608d39e71587cde3c7acc00fa8d984130c5a3b401d38cd7861ba9:testDir/` [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:279: checking that container "2b82f550f62608d39e71587cde3c7acc00fa8d984130c5a3b401d38cd7861ba9" start output contains "file1-1\n" [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:209: running `docker start -a 2b82f550f62608d39e71587cde3c7acc00fa8d984130c5a3b401d38cd7861ba9` [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.86s) [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-i888695816/dir1/. 77a2630bb00e8183fc6467684649677423bf033aa049e6f3ac178737fcb95465:/root/file1` [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestCpToCaseJ (5.17s) [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:279: checking that container "909763ee7e5ae60ee704fdefb885210b73556608f3673678d66b056b36e5c10e" start output contains "" [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:209: running `docker start -a 909763ee7e5ae60ee704fdefb885210b73556608f3673678d66b056b36e5c10e` [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-j795313095/dir1/. 909763ee7e5ae60ee704fdefb885210b73556608f3673678d66b056b36e5c10e:/dir2` [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:279: checking that container "909763ee7e5ae60ee704fdefb885210b73556608f3673678d66b056b36e5c10e" start output contains "file1-1\n" [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:209: running `docker start -a 909763ee7e5ae60ee704fdefb885210b73556608f3673678d66b056b36e5c10e` [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:279: checking that container "deb4c0c167468889b6977f7a6f5ba473acd8ac87ebd00cce7f106bb0961a5751" start output contains "" [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:209: running `docker start -a deb4c0c167468889b6977f7a6f5ba473acd8ac87ebd00cce7f106bb0961a5751` [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-j795313095/dir1/. deb4c0c167468889b6977f7a6f5ba473acd8ac87ebd00cce7f106bb0961a5751:/dir2/` [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:279: checking that container "deb4c0c167468889b6977f7a6f5ba473acd8ac87ebd00cce7f106bb0961a5751" start output contains "file1-1\n" [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:209: running `docker start -a deb4c0c167468889b6977f7a6f5ba473acd8ac87ebd00cce7f106bb0961a5751` [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (1.05s) [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:192: running `docker cp -a /tmp/test-cp-to-host-with-permissions162116730/permdirtest permtest:/` [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:209: running `docker start -a permtest` [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestCpToDot (0.96s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.74s) [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-err-read-only-rootfs367273404/file1 dc78d117eb1433253fc4d7abfeb0c74d887b6b7dc6a2509de04721a6a2da3d71:/root/shouldNotExist` [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:279: checking that container "dc78d117eb1433253fc4d7abfeb0c74d887b6b7dc6a2509de04721a6a2da3d71" start output contains "" [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:209: running `docker start -a dc78d117eb1433253fc4d7abfeb0c74d887b6b7dc6a2509de04721a6a2da3d71` [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.84s) [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-err-read-only-volume016686571/file1 1b1595d3fe2c7a066fbbe1a29cc957976cc8cccaf893a865da3ee01de60f7f84:/vol_ro/shouldNotExist` [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:279: checking that container "1b1595d3fe2c7a066fbbe1a29cc957976cc8cccaf893a865da3ee01de60f7f84" start output contains "" [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:209: running `docker start -a 1b1595d3fe2c7a066fbbe1a29cc957976cc8cccaf893a865da3ee01de60f7f84` [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestCpToStdout (0.95s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (3.37s) [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-718029902/file2 0a4b3453636cec9482e86595373c542cbfa087ea6066a74ef664ef94c59477bf:/vol2/symlinkToFile1` [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-718029902/symlinkToFile1" points to "file1" [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-718029902/file1" contains "file2\n" [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-718029902/file2 0a4b3453636cec9482e86595373c542cbfa087ea6066a74ef664ef94c59477bf:/vol2/symlinkToDir1` [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-718029902/symlinkToDir1" points to "dir1" [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-718029902/file2" contains "file2\n" [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-718029902/file2 0a4b3453636cec9482e86595373c542cbfa087ea6066a74ef664ef94c59477bf:/vol2/brokenSymlinkToFileX` [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-718029902/brokenSymlinkToFileX" points to "fileX" [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-718029902/fileX" contains "file2\n" [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-718029902//dir2 0a4b3453636cec9482e86595373c542cbfa087ea6066a74ef664ef94c59477bf:/vol2/symlinkToDir1` [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-718029902/symlinkToDir1" points to "dir1" [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-718029902/dir1/dir2/file2-1" contains "file2-1\n" [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-718029902//dir2 0a4b3453636cec9482e86595373c542cbfa087ea6066a74ef664ef94c59477bf:/vol2/brokenSymlinkToDirX` [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-718029902/brokenSymlinkToDirX" points to "dirX" [2019-09-30T14:46:39.266Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-718029902/dirX/file2-1" contains "file2-1\n" [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.43s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.94s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.79s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.10s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestCreateArgs (0.11s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.58s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.86s) [2019-09-30T14:46:39.266Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2019-09-30T14:46:39.266Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.09s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.81s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.38s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestCreateLabels (0.09s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.20s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestCreateRM (0.20s) [2019-09-30T14:46:39.266Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2019-09-30T14:46:39.266Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.10s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.20s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.46s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.11s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.88s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.12s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.24s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.07s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.13s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (1.06s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.73s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (1.08s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.95s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.85s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.94s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.99s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.14s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.91s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.32s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.89s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.55s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.13s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (6.72s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (3.19s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (3.23s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (2.18s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.28s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestEventsAttach (0.90s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestEventsCommit (1.05s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.84s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.93s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.86s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.92s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.87s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (3.77s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.70s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestEventsCopy (1.37s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.70s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.84s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.39s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.54s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.02s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.10s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.37s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.12s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestEventsFilters (1.70s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestEventsFormat (1.84s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestEventsImageImport (1.18s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.31s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.47s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.36s) [2019-09-30T14:46:39.266Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-09-30T14:46:39.266Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-30T14:46:39.266Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-09-30T14:46:39.266Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.71s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.96s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestEventsRename (0.98s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestEventsResize (1.04s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.98s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (1.29s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.89s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (3.08s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestEventsTop (0.91s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestEventsUntag (2.57s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (1.56s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestExec (0.94s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.99s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.87s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.77s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.82s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.93s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.94s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.94s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.05s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.93s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.93s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.71s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestExecCgroup (1.76s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestExecEnv (1.00s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (2.03s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.22s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestExecInspectID (3.08s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestExecInteractive (0.99s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.96s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.94s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestExecParseError (0.89s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.92s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.90s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.80s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.98s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestExecStartFails (1.03s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.18s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.87s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestExecTTY (1.46s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (1.47s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.93s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestExecUlimits (0.95s) [2019-09-30T14:46:39.266Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-09-30T14:46:39.266Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestExecWithImageUser (2.21s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.94s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (1.22s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.99s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestExecWithUser (1.13s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.93s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.85s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.45s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.96s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (2.05s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.10s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestHealth (21.38s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (1.04s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.03s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (1.09s) [2019-09-30T14:46:39.266Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.31s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.30s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.51s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.95s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.06s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.93s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.97s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestImagesFormat (0.06s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.93s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.06s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestImportBadURL (0.07s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestImportDisplay (1.75s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestImportFile (1.93s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.02s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (2.11s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestImportGzipped (2.30s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.89s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInfoDebug (0.53s) [2019-09-30T14:46:39.267Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDebug" [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName (0.56s) [2019-09-30T14:46:39.267Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName" [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInfoDiscoveryBackend (0.53s) [2019-09-30T14:46:39.267Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDiscoveryBackend" [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInfoDiscoveryInvalidAdvertise (1.01s) [2019-09-30T14:46:39.267Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDiscoveryInvalidAdvertise" [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.98s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.90s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.90s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInfoFormat (0.04s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.02s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInsecureRegistries (0.53s) [2019-09-30T14:46:39.267Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInsecureRegistries" [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.85s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.90s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.81s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.90s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.79s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.79s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.69s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.83s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.89s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.03s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.89s) [2019-09-30T14:46:39.267Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2019-09-30T14:46:39.267Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.46s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (1.32s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInspectDefault (0.87s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInspectHistory (1.12s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInspectImage (0.03s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.03s) [2019-09-30T14:46:39.267Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2019-09-30T14:46:39.267Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.86s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.02s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.09s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.92s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.92s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.91s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.93s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInspectStatus (1.03s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.81s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.87s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.97s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.93s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.91s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (1.16s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (1.13s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.04s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.70s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.91s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.99s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.42s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (2.49s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.75s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.58s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.06s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.86s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.50s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (1.00s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (13.06s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.59s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (2.00s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.96s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.84s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.41s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.04s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.09s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.94s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.92s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.88s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.87s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.89s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.23s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.13s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.14s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.28s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.11s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.35s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.88s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.88s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestLogsSince (7.05s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.78s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.86s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestLogsTail (1.10s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.80s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.88s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.56s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.86s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestNetHostname (2.43s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.40s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestNetworkEvents (1.28s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (2.46s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.86s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPluginActive (1.73s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.74s) [2019-09-30T14:46:39.267Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2019-09-30T14:46:39.267Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.85s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.08s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.65s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (1.99s) [2019-09-30T14:46:39.267Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestPluginMetricsCollector" [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.20s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (2.54s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.60s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.57s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPortList (11.55s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.73s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPostContainersAttach (7.45s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.08s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (1.00s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.81s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.80s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.14s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.59s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (3.18s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.62s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.34s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPsByOrder (3.48s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.20s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPsListContainersBase (3.77s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (5.18s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.19s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (4.30s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (8.33s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.62s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.49s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.59s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.61s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.84s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.78s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.70s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.20s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.95s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.57s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPsShowMounts (2.67s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.85s) [2019-09-30T14:46:39.267Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2019-09-30T14:46:39.267Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.16s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.12s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.11s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.97s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.80s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.82s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.83s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (8.04s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.66s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.52s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.10s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.09s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.34s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.87s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.70s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (4.46s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.69s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.12s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (4.14s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.22s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.36s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (2.27s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.97s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (2.12s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (1.33s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRmiTag (0.16s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.86s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (5.48s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.86s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (1.03s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.43s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.66s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRunAddHost (0.84s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.38s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.85s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.85s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.72s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.80s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.91s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.92s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.56s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.86s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRunAttachDetach (1.01s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (1.02s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (1.13s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.96s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.96s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.07s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.18s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.83s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.94s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.92s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.02s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRunBindMounts (2.52s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.86s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.89s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.87s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.82s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.84s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.84s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.79s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.81s) [2019-09-30T14:46:39.267Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.86s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.84s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.20s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.89s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.89s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.92s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.13s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.86s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.64s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.86s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.87s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.93s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.80s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.97s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.83s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.87s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.83s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.84s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.07s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.83s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.54s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (2.10s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.81s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.83s) [2019-09-30T14:46:39.268Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2019-09-30T14:46:39.268Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:46:39.268Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2019-09-30T14:46:39.268Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.74s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (2.20s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.70s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.44s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.84s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.83s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.81s) [2019-09-30T14:46:39.268Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-09-30T14:46:39.268Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (1.03s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.80s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.05s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.82s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.83s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.87s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.84s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.78s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.82s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.83s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.80s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunExitCode (0.84s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.80s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.85s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.85s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunExposePort (0.02s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.80s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.81s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.62s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.39s) [2019-09-30T14:46:39.268Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-09-30T14:46:39.268Z] requirement.go:26: unmatched requirement IsolationIsHyperv [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.64s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.88s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.60s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (1.22s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.64s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.83s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.50s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.68s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.80s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (0.91s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.71s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.71s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.21s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.28s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.65s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.31s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.62s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.26s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunModePIDHost (1.66s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.69s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunMount (6.81s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.95s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.80s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.65s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.43s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.63s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunNamedVolume (2.47s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.75s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.73s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.65s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.05s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.75s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunNetHost (1.25s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.84s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.83s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.46s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.55s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (4.78s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.80s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.27s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.84s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.12s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.99s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.77s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.89s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (0.89s) [2019-09-30T14:46:39.268Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2019-09-30T14:46:39.268Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (1.01s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.93s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.96s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunPortInUse (1.14s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.93s) [2019-09-30T14:46:39.268Z] docker_cli_run_unix_test.go:1415: out: "a *:* rwm\n" [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.81s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.92s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.99s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.68s) [2019-09-30T14:46:39.268Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-09-30T14:46:39.268Z] requirement.go:26: unmatched requirement IsolationIsProcess [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.95s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.74s) [2019-09-30T14:46:39.268Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2019-09-30T14:46:39.268Z] docker_cli_run_test.go:2869: kernel doesn't have latency_stats configured [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.88s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.69s) [2019-09-30T14:46:39.268Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2019-09-30T14:46:39.268Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (3.34s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.78s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunRm (0.99s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.76s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.75s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.84s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.91s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.89s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (4.76s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (5.43s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.91s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.86s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.91s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.85s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.87s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.91s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.88s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.99s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.96s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.72s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunState (2.08s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.83s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunStdinPipe (1.00s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.23s) [2019-09-30T14:46:39.268Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2019-09-30T14:46:39.268Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.88s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.81s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunSysctls (1.64s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.04s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.81s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.73s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.88s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (2.11s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (4.16s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.20s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.80s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.81s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.83s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (2.39s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.28s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunUserByID (0.82s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.18s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.19s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.86s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunUserByName (0.81s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.82s) [2019-09-30T14:46:39.268Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2019-09-30T14:46:39.268Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.18s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.84s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (4.69s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.82s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.21s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.65s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.65s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.46s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.84s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.85s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsShared (0.83s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsSlave (0.90s) [2019-09-30T14:46:39.268Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2019-09-30T14:46:39.268Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:46:39.268Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2019-09-30T14:46:39.268Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:46:39.268Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-09-30T14:46:39.268Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.22s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunWithBlkioWeight (0.83s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.96s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.85s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.63s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.85s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.89s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.03s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.87s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.02s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.05s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.02s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.20s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.19s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.20s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.20s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.20s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.85s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.83s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.82s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.88s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.36s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.82s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.05s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.86s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.81s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.82s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.65s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.85s) [2019-09-30T14:46:39.268Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-09-30T14:46:39.268Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.74s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.11s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.69s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.77s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.60s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.81s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.01s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.15s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.31s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (2.05s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.56s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestSaveLoadParents (2.17s) [2019-09-30T14:46:39.268Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents099019168 [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.78s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.64s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.62s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.40s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.06s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.09s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.06s) [2019-09-30T14:46:39.268Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.39s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.47s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.70s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.63s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (1.12s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.51s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.97s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.71s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.91s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestStartRecordError (1.82s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (2.52s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (2.57s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (3.69s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.27s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.05s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestStatsFormatAll (5.79s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestStatsNoStream (3.01s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.88s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.88s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.90s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.88s) [2019-09-30T14:46:39.269Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2019-09-30T14:46:39.269Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.85s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (4.41s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.56s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.83s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.82s) [2019-09-30T14:46:39.269Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2019-09-30T14:46:39.269Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.96s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.86s) [2019-09-30T14:46:39.269Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-09-30T14:46:39.269Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.61s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (1.05s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.98s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.77s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestUpdateStats (4.32s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.61s) [2019-09-30T14:46:39.269Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-09-30T14:46:39.269Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.27s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.87s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (4.49s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (3.82s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (3.44s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (2.82s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (4.52s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (5.27s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.43s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.31s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.62s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.63s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.43s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.68s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.45s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.55s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.41s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.07s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.86s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.05s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.87s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.99s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.02s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.04s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (2.57s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.17s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.88s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.59s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.07s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (3.35s) [2019-09-30T14:46:39.269Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (4.26s) [2019-09-30T14:46:39.269Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2019-09-30T14:46:39.269Z] requirement.go:26: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2019-09-30T14:46:39.269Z] === RUN TestDockerRegistrySuite [2019-09-30T14:46:39.269Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2019-09-30T14:46:41.161Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2019-09-30T14:46:42.530Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2019-09-30T14:46:44.423Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2019-09-30T14:46:44.423Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2019-09-30T14:46:49.676Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2019-09-30T14:46:51.499Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2019-09-30T14:46:51.499Z] === RUN TestDockerSuite/TestBuildWindowsUser [2019-09-30T14:46:53.851Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2019-09-30T14:46:58.024Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2019-09-30T14:46:58.956Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2019-09-30T14:47:00.325Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2019-09-30T14:47:01.713Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2019-09-30T14:47:03.613Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2019-09-30T14:47:03.939Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2019-09-30T14:47:04.982Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2019-09-30T14:47:06.350Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2019-09-30T14:47:07.719Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2019-09-30T14:47:10.245Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2019-09-30T14:47:13.517Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2019-09-30T14:47:13.517Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2019-09-30T14:47:14.296Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2019-09-30T14:47:14.757Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2019-09-30T14:47:14.757Z] === RUN TestDockerSuite/TestBuildWithFailure [2019-09-30T14:47:14.885Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2019-09-30T14:47:17.673Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2019-09-30T14:47:17.673Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2019-09-30T14:47:19.060Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2019-09-30T14:47:19.992Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2019-09-30T14:47:19.992Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2019-09-30T14:47:21.361Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2019-09-30T14:47:22.730Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2019-09-30T14:47:24.100Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2019-09-30T14:47:28.273Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2019-09-30T14:47:28.273Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2019-09-30T14:47:28.273Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2019-09-30T14:47:30.082Z] === RUN TestDockerSuite/TestBuildWithTabs [2019-09-30T14:47:30.167Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2019-09-30T14:47:30.424Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2019-09-30T14:47:30.685Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2019-09-30T14:47:30.685Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2019-09-30T14:47:30.945Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2019-09-30T14:47:31.204Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2019-09-30T14:47:31.767Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2019-09-30T14:47:31.767Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2019-09-30T14:47:33.137Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2019-09-30T14:47:33.700Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2019-09-30T14:47:34.792Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2019-09-30T14:47:35.254Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2019-09-30T14:47:35.596Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2019-09-30T14:47:36.966Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2019-09-30T14:47:38.861Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2019-09-30T14:47:39.425Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2019-09-30T14:47:39.683Z] === RUN TestDockerRegistrySuite/TestV2Only [2019-09-30T14:47:40.247Z] --- PASS: TestDockerRegistrySuite (61.24s) [2019-09-30T14:47:40.247Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.85s) [2019-09-30T14:47:40.247Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestBuildByDigest" [2019-09-30T14:47:40.247Z] check_test.go:196: Daemon d8a7de9d3de6a is not started [2019-09-30T14:47:40.247Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.49s) [2019-09-30T14:47:40.247Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestBuildCopyFromForcePull" [2019-09-30T14:47:40.247Z] check_test.go:196: Daemon d6e5d1723b888 is not started [2019-09-30T14:47:40.247Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.88s) [2019-09-30T14:47:40.247Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestBuildMultiStageImplicitPull" [2019-09-30T14:47:40.247Z] check_test.go:196: Daemon d407c3797ecd8 is not started [2019-09-30T14:47:40.247Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) [2019-09-30T14:47:40.247Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentFailingPull" [2019-09-30T14:47:40.247Z] check_test.go:196: Daemon de91d9044de73 is not started [2019-09-30T14:47:40.247Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (4.35s) [2019-09-30T14:47:40.247Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentPullMultipleTags" [2019-09-30T14:47:40.247Z] check_test.go:196: Daemon d1caaef139b16 is not started [2019-09-30T14:47:40.247Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.48s) [2019-09-30T14:47:40.247Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentPullWholeRepo" [2019-09-30T14:47:40.247Z] check_test.go:196: Daemon d0b465f420a9c is not started [2019-09-30T14:47:40.247Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (4.27s) [2019-09-30T14:47:40.247Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentPush" [2019-09-30T14:47:40.247Z] check_test.go:196: Daemon d47463c60b28b is not started [2019-09-30T14:47:40.247Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.46s) [2019-09-30T14:47:40.247Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestCreateByDigest" [2019-09-30T14:47:40.247Z] check_test.go:196: Daemon dfd2415025d5e is not started [2019-09-30T14:47:40.247Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.21s) [2019-09-30T14:47:40.247Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestCrossRepositoryLayerPush" [2019-09-30T14:47:40.247Z] check_test.go:196: Daemon d41ee172857cd is not started [2019-09-30T14:47:40.247Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.51s) [2019-09-30T14:47:40.247Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest" [2019-09-30T14:47:40.247Z] check_test.go:196: Daemon d36560c5c7300 is not started [2019-09-30T14:47:40.247Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.53s) [2019-09-30T14:47:40.247Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag" [2019-09-30T14:47:40.247Z] check_test.go:196: Daemon d7068eebacd0a is not started [2019-09-30T14:47:40.247Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.46s) [2019-09-30T14:47:40.247Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag" [2019-09-30T14:47:40.247Z] check_test.go:196: Daemon d4c1864f14ba9 is not started [2019-09-30T14:47:40.247Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.33s) [2019-09-30T14:47:40.247Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestEventsImageFilterPush" [2019-09-30T14:47:40.247Z] check_test.go:196: Daemon d8cf546620e26 is not started [2019-09-30T14:47:40.247Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.39s) [2019-09-30T14:47:40.247Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestInspectImageWithDigests" [2019-09-30T14:47:40.247Z] check_test.go:196: Daemon d28bfed93ea18 is not started [2019-09-30T14:47:40.247Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.85s) [2019-09-30T14:47:40.247Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestListDanglingImagesWithDigests" [2019-09-30T14:47:40.247Z] docker_cli_by_digest_test.go:321: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:1656a7893240f08735b051584e3054504882e682b1325a4454c0f5beea51cd64 [2019-09-30T14:47:40.248Z] docker_cli_by_digest_test.go:337: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:c6988dca7de0390c7437309b2e8bac31af47ba517d68354ba525ee6b4afd22f2 [2019-09-30T14:47:40.248Z] check_test.go:196: Daemon d027af9378617 is not started [2019-09-30T14:47:40.248Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.67s) [2019-09-30T14:47:40.248Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestListImagesWithDigests" [2019-09-30T14:47:40.248Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:688046d5f26a6e83261b894c70bb71974cb5eb2123868b73a33a43e698c120d6 [2019-09-30T14:47:40.248Z] docker_cli_by_digest_test.go:261: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:a7348d39b55adbed46812f177943dc3c1efc9ff58023a153fda75e7c44ede197 [2019-09-30T14:47:40.248Z] check_test.go:196: Daemon df0a1a0571089 is not started [2019-09-30T14:47:40.248Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.57s) [2019-09-30T14:47:40.248Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestListImagesWithoutDigests" [2019-09-30T14:47:40.248Z] check_test.go:196: Daemon d6355315b608f is not started [2019-09-30T14:47:40.248Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (3.79s) [2019-09-30T14:47:40.248Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest" [2019-09-30T14:47:40.248Z] check_test.go:196: Daemon d9632787effa9 is not started [2019-09-30T14:47:40.248Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.39s) [2019-09-30T14:47:40.248Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullByDigest" [2019-09-30T14:47:40.248Z] check_test.go:196: Daemon d19b72e635448 is not started [2019-09-30T14:47:40.248Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.12s) [2019-09-30T14:47:40.248Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullByDigestNoFallback" [2019-09-30T14:47:40.248Z] check_test.go:196: Daemon de438684ffdb9 is not started [2019-09-30T14:47:40.248Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.41s) [2019-09-30T14:47:40.248Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullByTagDisplaysDigest" [2019-09-30T14:47:40.248Z] check_test.go:196: Daemon d9e38e7ef9758 is not started [2019-09-30T14:47:40.248Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.31s) [2019-09-30T14:47:40.248Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullFailsWithAlteredLayer" [2019-09-30T14:47:40.248Z] check_test.go:196: Daemon d7c6e9b23b23b is not started [2019-09-30T14:47:40.248Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.29s) [2019-09-30T14:47:40.248Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullFailsWithAlteredManifest" [2019-09-30T14:47:40.248Z] check_test.go:196: Daemon de6f86f6e6c4e is not started [2019-09-30T14:47:40.248Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.97s) [2019-09-30T14:47:40.248Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullIDStability" [2019-09-30T14:47:40.248Z] check_test.go:196: Daemon d4587e66d1f49 is not started [2019-09-30T14:47:40.248Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.49s) [2019-09-30T14:47:40.248Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullImageWithAliases" [2019-09-30T14:47:40.248Z] check_test.go:196: Daemon d600e29672809 is not started [2019-09-30T14:47:40.248Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.61s) [2019-09-30T14:47:40.248Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullManifestList" [2019-09-30T14:47:40.248Z] check_test.go:196: Daemon d4aef76de6fcf is not started [2019-09-30T14:47:40.248Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.49s) [2019-09-30T14:47:40.248Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullNoLayers" [2019-09-30T14:47:40.248Z] check_test.go:196: Daemon de51c575143a4 is not started [2019-09-30T14:47:40.248Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2019-09-30T14:47:40.248Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushBadTag" [2019-09-30T14:47:40.248Z] check_test.go:196: Daemon d15f89b7ab585 is not started [2019-09-30T14:47:40.248Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.32s) [2019-09-30T14:47:40.248Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushBusyboxImage" [2019-09-30T14:47:40.248Z] check_test.go:196: Daemon d2f34469e2441 is not started [2019-09-30T14:47:40.248Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.30s) [2019-09-30T14:47:40.248Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushEmptyLayer" [2019-09-30T14:47:40.248Z] check_test.go:196: Daemon d367777e56750 is not started [2019-09-30T14:47:40.248Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.41s) [2019-09-30T14:47:40.248Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushMultipleTags" [2019-09-30T14:47:40.248Z] check_test.go:196: Daemon d9a357b1eb0ee is not started [2019-09-30T14:47:40.248Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2019-09-30T14:47:40.248Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushUntagged" [2019-09-30T14:47:40.248Z] check_test.go:196: Daemon d7f4f9f89cd4c is not started [2019-09-30T14:47:40.248Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.50s) [2019-09-30T14:47:40.248Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestRemoveImageByDigest" [2019-09-30T14:47:40.248Z] check_test.go:196: Daemon d34ef28343762 is not started [2019-09-30T14:47:40.248Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (2.46s) [2019-09-30T14:47:40.248Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestRunByDigest" [2019-09-30T14:47:40.248Z] check_test.go:196: Daemon d8ff14597e8e3 is not started [2019-09-30T14:47:40.248Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.35s) [2019-09-30T14:47:40.248Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestRunImplicitPullWithNoTag" [2019-09-30T14:47:40.248Z] check_test.go:196: Daemon d4e8e8dbad55e is not started [2019-09-30T14:47:40.248Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.50s) [2019-09-30T14:47:40.248Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestTagByDigest" [2019-09-30T14:47:40.248Z] check_test.go:196: Daemon d5cfb20bf52a1 is not started [2019-09-30T14:47:40.248Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (1.04s) [2019-09-30T14:47:40.248Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestUserAgentPassThrough" [2019-09-30T14:47:40.248Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.78s) [2019-09-30T14:47:40.248Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestV2Only" [2019-09-30T14:47:40.248Z] === RUN TestDockerSchema1RegistrySuite [2019-09-30T14:47:40.248Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2019-09-30T14:47:40.504Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2019-09-30T14:47:42.399Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2019-09-30T14:47:45.671Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2019-09-30T14:47:50.096Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2019-09-30T14:47:50.096Z] === RUN TestDockerSuite/TestBuildWithVolumes [2019-09-30T14:47:50.557Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2019-09-30T14:47:50.557Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2019-09-30T14:47:50.926Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2019-09-30T14:47:51.531Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2019-09-30T14:47:55.102Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2019-09-30T14:47:56.042Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2019-09-30T14:47:57.935Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2019-09-30T14:47:57.935Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2019-09-30T14:47:59.305Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2019-09-30T14:48:00.683Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2019-09-30T14:48:01.885Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2019-09-30T14:48:02.053Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2019-09-30T14:48:02.347Z] === RUN TestDockerSuite/TestBuildXZHost [2019-09-30T14:48:02.809Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2019-09-30T14:48:02.809Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2019-09-30T14:48:02.809Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2019-09-30T14:48:05.002Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2019-09-30T14:48:07.308Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2019-09-30T14:48:07.308Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2019-09-30T14:48:07.564Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2019-09-30T14:48:07.564Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2019-09-30T14:48:07.821Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2019-09-30T14:48:08.078Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2019-09-30T14:48:08.641Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2019-09-30T14:48:08.641Z] --- PASS: TestDockerSchema1RegistrySuite (28.31s) [2019-09-30T14:48:08.641Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.25s) [2019-09-30T14:48:08.641Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentFailingPull" [2019-09-30T14:48:08.641Z] check_test.go:223: Daemon d32a1addc1fe1 is not started [2019-09-30T14:48:08.641Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (4.71s) [2019-09-30T14:48:08.641Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags" [2019-09-30T14:48:08.641Z] check_test.go:223: Daemon d881c7c138e60 is not started [2019-09-30T14:48:08.641Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.85s) [2019-09-30T14:48:08.641Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo" [2019-09-30T14:48:08.641Z] check_test.go:223: Daemon d02df144a9e00 is not started [2019-09-30T14:48:08.641Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (4.57s) [2019-09-30T14:48:08.641Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentPush" [2019-09-30T14:48:08.641Z] check_test.go:223: Daemon d85bd20bd3447 is not started [2019-09-30T14:48:08.641Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.39s) [2019-09-30T14:48:08.641Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported" [2019-09-30T14:48:08.641Z] check_test.go:223: Daemon d7340db83f3d2 is not started [2019-09-30T14:48:08.641Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.47s) [2019-09-30T14:48:08.641Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullByDigest" [2019-09-30T14:48:08.641Z] check_test.go:223: Daemon d26cff8f0d2f7 is not started [2019-09-30T14:48:08.641Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.12s) [2019-09-30T14:48:08.641Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback" [2019-09-30T14:48:08.641Z] check_test.go:223: Daemon d1c2e9e3ed996 is not started [2019-09-30T14:48:08.641Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.54s) [2019-09-30T14:48:08.641Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest" [2019-09-30T14:48:08.641Z] check_test.go:223: Daemon d8a840a3f4454 is not started [2019-09-30T14:48:08.641Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.38s) [2019-09-30T14:48:08.641Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer" [2019-09-30T14:48:08.641Z] check_test.go:223: Daemon de54c57f5e2c9 is not started [2019-09-30T14:48:08.641Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.48s) [2019-09-30T14:48:08.641Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest" [2019-09-30T14:48:08.641Z] check_test.go:223: Daemon dfd8a6ba82c4e is not started [2019-09-30T14:48:08.641Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (4.38s) [2019-09-30T14:48:08.641Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullIDStability" [2019-09-30T14:48:08.641Z] check_test.go:223: Daemon d9906ee6a3302 is not started [2019-09-30T14:48:08.641Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.43s) [2019-09-30T14:48:08.641Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullImageWithAliases" [2019-09-30T14:48:08.641Z] check_test.go:223: Daemon dd29f12af53e6 is not started [2019-09-30T14:48:08.641Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.52s) [2019-09-30T14:48:08.641Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullNoLayers" [2019-09-30T14:48:08.641Z] check_test.go:223: Daemon d08807933397c is not started [2019-09-30T14:48:08.641Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2019-09-30T14:48:08.641Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushBadTag" [2019-09-30T14:48:08.641Z] check_test.go:223: Daemon dcce9144982a3 is not started [2019-09-30T14:48:08.641Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.30s) [2019-09-30T14:48:08.641Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushBusyboxImage" [2019-09-30T14:48:08.641Z] check_test.go:223: Daemon d890790068fd6 is not started [2019-09-30T14:48:08.641Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.29s) [2019-09-30T14:48:08.641Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushEmptyLayer" [2019-09-30T14:48:08.641Z] check_test.go:223: Daemon da02f434e2437 is not started [2019-09-30T14:48:08.641Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.39s) [2019-09-30T14:48:08.641Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushMultipleTags" [2019-09-30T14:48:08.641Z] check_test.go:223: Daemon d49810ee7d8f8 is not started [2019-09-30T14:48:08.641Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2019-09-30T14:48:08.641Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushUntagged" [2019-09-30T14:48:08.641Z] check_test.go:223: Daemon d9ea9c8596aef is not started [2019-09-30T14:48:08.641Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2019-09-30T14:48:08.641Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2019-09-30T14:48:09.708Z] === RUN TestDockerSuite/TestCommitChange [2019-09-30T14:48:10.010Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2019-09-30T14:48:10.267Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2019-09-30T14:48:10.524Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2019-09-30T14:48:11.894Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2019-09-30T14:48:11.894Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2019-09-30T14:48:12.151Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2019-09-30T14:48:12.716Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2019-09-30T14:48:12.972Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.18s) [2019-09-30T14:48:12.972Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (1.08s) [2019-09-30T14:48:12.972Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry" [2019-09-30T14:48:12.972Z] check_test.go:252: Daemon d93b4dc3ba3d0 is not started [2019-09-30T14:48:12.972Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.54s) [2019-09-30T14:48:12.972Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth" [2019-09-30T14:48:12.972Z] check_test.go:252: Daemon de567392eb14a is not started [2019-09-30T14:48:12.972Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2019-09-30T14:48:12.972Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry" [2019-09-30T14:48:12.972Z] check_test.go:252: Daemon d435a9f926975 is not started [2019-09-30T14:48:12.972Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.13s) [2019-09-30T14:48:12.972Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth" [2019-09-30T14:48:12.972Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.21s) [2019-09-30T14:48:12.972Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored" [2019-09-30T14:48:12.972Z] check_test.go:252: Daemon d77160427ad1e is not started [2019-09-30T14:48:12.972Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.37s) [2019-09-30T14:48:12.972Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth" [2019-09-30T14:48:12.972Z] check_test.go:252: Daemon dfb83bd2c427f is not started [2019-09-30T14:48:12.972Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.52s) [2019-09-30T14:48:12.972Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme" [2019-09-30T14:48:12.972Z] check_test.go:252: Daemon de7d9aa940008 is not started [2019-09-30T14:48:12.972Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s) [2019-09-30T14:48:12.972Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry" [2019-09-30T14:48:12.972Z] check_test.go:252: Daemon dcf22ddae0113 is not started [2019-09-30T14:48:12.972Z] === RUN TestDockerRegistryAuthTokenSuite [2019-09-30T14:48:12.973Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2019-09-30T14:48:15.529Z] === RUN TestDockerSuite/TestCommitChangeLabels [2019-09-30T14:48:18.221Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2019-09-30T14:48:18.221Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2019-09-30T14:48:18.221Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2019-09-30T14:48:18.478Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2019-09-30T14:48:18.734Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.76s) [2019-09-30T14:48:18.734Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2019-09-30T14:48:18.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError" [2019-09-30T14:48:18.734Z] check_test.go:279: Daemon d766ae9cf8d7e is not started [2019-09-30T14:48:18.734Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2019-09-30T14:48:18.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken" [2019-09-30T14:48:18.734Z] check_test.go:279: Daemon dc417f219c08c is not started [2019-09-30T14:48:18.734Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2019-09-30T14:48:18.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized" [2019-09-30T14:48:18.734Z] check_test.go:279: Daemon d3f6fdd916058 is not started [2019-09-30T14:48:18.734Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2019-09-30T14:48:18.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable" [2019-09-30T14:48:18.734Z] check_test.go:279: Daemon dcb3b06956251 is not started [2019-09-30T14:48:18.734Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.16s) [2019-09-30T14:48:18.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse" [2019-09-30T14:48:18.734Z] check_test.go:279: Daemon da976062d49a2 is not started [2019-09-30T14:48:18.734Z] === RUN TestDockerNetworkSuite [2019-09-30T14:48:18.734Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverBindExternalVolume [2019-09-30T14:48:19.663Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverCapabilities [2019-09-30T14:48:20.226Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverDeleteContainer [2019-09-30T14:48:20.238Z] === RUN TestDockerSuite/TestCommitHardlink [2019-09-30T14:48:20.238Z] === RUN TestDockerSuite/TestCommitNewFile [2019-09-30T14:48:22.120Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverGet [2019-09-30T14:48:22.120Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverGetEmptyResponse [2019-09-30T14:48:22.376Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverList [2019-09-30T14:48:22.376Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverLookupNotBlocked [2019-09-30T14:48:22.633Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverMountID [2019-09-30T14:48:24.000Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverNamed [2019-09-30T14:48:25.893Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverOutOfBandDelete [2019-09-30T14:48:32.644Z] === RUN TestDockerSuite/TestCommitPausedContainer [2019-09-30T14:48:32.644Z] === RUN TestDockerSuite/TestCommitTTY [2019-09-30T14:48:38.103Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2019-09-30T14:48:39.744Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2019-09-30T14:48:39.996Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2019-09-30T14:48:41.889Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverPathCalls [2019-09-30T14:48:43.782Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2019-09-30T14:48:44.451Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2019-09-30T14:48:44.451Z] === RUN TestDockerSuite/TestCommitWithoutPause [2019-09-30T14:48:44.451Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2019-09-30T14:48:44.451Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2019-09-30T14:48:44.451Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2019-09-30T14:48:44.451Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2019-09-30T14:48:44.451Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2019-09-30T14:48:44.451Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2019-09-30T14:48:44.451Z] === RUN TestDockerSuite/TestContainerAPICommit [2019-09-30T14:48:46.302Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2019-09-30T14:48:51.550Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2019-09-30T14:48:51.553Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2019-09-30T14:48:54.072Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2019-09-30T14:49:03.961Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2019-09-30T14:49:03.961Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2019-09-30T14:49:04.934Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2019-09-30T14:49:04.934Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2019-09-30T14:49:04.934Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2019-09-30T14:49:04.934Z] === RUN TestDockerSuite/TestContainerAPICreate [2019-09-30T14:49:07.121Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2019-09-30T14:49:07.121Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2019-09-30T14:49:07.121Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2019-09-30T14:49:09.309Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2019-09-30T14:49:09.309Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2019-09-30T14:49:09.309Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2019-09-30T14:49:09.309Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2019-09-30T14:49:09.309Z] === RUN TestDockerSuite/TestContainerAPIDelete [2019-09-30T14:49:12.223Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2019-09-30T14:49:13.769Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2019-09-30T14:49:15.957Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2019-09-30T14:49:15.957Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2019-09-30T14:49:15.957Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2019-09-30T14:49:15.970Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2019-09-30T14:49:18.146Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2019-09-30T14:49:18.146Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2019-09-30T14:49:25.238Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2019-09-30T14:49:25.238Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2019-09-30T14:49:25.238Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2019-09-30T14:49:27.425Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2019-09-30T14:49:27.425Z] === RUN TestDockerSuite/TestContainerAPIKill [2019-09-30T14:49:28.145Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2019-09-30T14:49:28.402Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2019-09-30T14:49:29.611Z] === RUN TestDockerSuite/TestContainerAPIPause [2019-09-30T14:49:29.611Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2019-09-30T14:49:31.685Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2019-09-30T14:49:31.807Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2019-09-30T14:49:31.807Z] === RUN TestDockerSuite/TestContainerAPIRename [2019-09-30T14:49:33.993Z] === RUN TestDockerSuite/TestContainerAPIRestart [2019-09-30T14:49:34.205Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2019-09-30T14:49:37.744Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2019-09-30T14:49:38.385Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2019-09-30T14:49:41.500Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2019-09-30T14:49:41.500Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2019-09-30T14:49:41.500Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2019-09-30T14:49:41.500Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2019-09-30T14:49:41.500Z] === RUN TestDockerSuite/TestContainerAPIStart [2019-09-30T14:49:43.687Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2019-09-30T14:49:43.687Z] === RUN TestDockerSuite/TestContainerAPIStop [2019-09-30T14:49:44.930Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2019-09-30T14:49:45.872Z] === RUN TestDockerSuite/TestContainerAPITop [2019-09-30T14:49:45.872Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2019-09-30T14:49:46.822Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverUnmountOnCp [2019-09-30T14:49:47.420Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2019-09-30T14:49:47.881Z] === RUN TestDockerSuite/TestContainerAPIWait [2019-09-30T14:49:50.998Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2019-09-30T14:49:52.586Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2019-09-30T14:49:54.131Z] === RUN TestDockerSuite/TestContainerNetworkMode [2019-09-30T14:49:54.131Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2019-09-30T14:49:54.131Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2019-09-30T14:49:54.131Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2019-09-30T14:49:54.131Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2019-09-30T14:49:54.131Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2019-09-30T14:49:54.272Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2019-09-30T14:49:56.402Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2019-09-30T14:49:57.652Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2019-09-30T14:50:00.927Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2019-09-30T14:50:03.448Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2019-09-30T14:50:06.725Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2019-09-30T14:50:09.245Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2019-09-30T14:50:19.195Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverUnmountOnMountFail [2019-09-30T14:50:21.572Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2019-09-30T14:50:21.572Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2019-09-30T14:50:21.572Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2019-09-30T14:50:21.572Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2019-09-30T14:50:21.572Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2019-09-30T14:50:21.572Z] === RUN TestDockerSuite/TestCopyAndRestart [2019-09-30T14:50:21.572Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2019-09-30T14:50:21.572Z] === RUN TestDockerSuite/TestCpAbsolutePath [2019-09-30T14:50:21.572Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2019-09-30T14:50:21.572Z] === RUN TestDockerSuite/TestCpFromCaseA [2019-09-30T14:50:21.572Z] === RUN TestDockerSuite/TestCpFromCaseB [2019-09-30T14:50:21.572Z] === RUN TestDockerSuite/TestCpFromCaseC [2019-09-30T14:50:21.572Z] === RUN TestDockerSuite/TestCpFromCaseD [2019-09-30T14:50:21.572Z] === RUN TestDockerSuite/TestCpFromCaseE [2019-09-30T14:50:21.572Z] === RUN TestDockerSuite/TestCpFromCaseF [2019-09-30T14:50:21.572Z] === RUN TestDockerSuite/TestCpFromCaseG [2019-09-30T14:50:21.572Z] === RUN TestDockerSuite/TestCpFromCaseH [2019-09-30T14:50:21.572Z] === RUN TestDockerSuite/TestCpFromCaseI [2019-09-30T14:50:21.572Z] === RUN TestDockerSuite/TestCpFromCaseJ [2019-09-30T14:50:21.572Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2019-09-30T14:50:21.572Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2019-09-30T14:50:21.572Z] === RUN TestDockerSuite/TestCpGarbagePath [2019-09-30T14:50:23.117Z] === RUN TestDockerSuite/TestCpLocalOnly [2019-09-30T14:50:23.117Z] === RUN TestDockerSuite/TestCpNameHasColon [2019-09-30T14:50:23.117Z] === RUN TestDockerSuite/TestCpRelativePath [2019-09-30T14:50:26.037Z] === RUN TestDockerSuite/TestCpSpecialFiles [2019-09-30T14:50:26.037Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2019-09-30T14:50:26.037Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2019-09-30T14:50:26.037Z] === RUN TestDockerSuite/TestCpToCaseA [2019-09-30T14:50:30.746Z] === RUN TestDockerSuite/TestCpToCaseB [2019-09-30T14:50:32.291Z] === RUN TestDockerSuite/TestCpToCaseC [2019-09-30T14:50:32.291Z] === RUN TestDockerSuite/TestCpToCaseD [2019-09-30T14:50:32.291Z] === RUN TestDockerSuite/TestCpToCaseE [2019-09-30T14:50:42.625Z] === RUN TestDockerSuite/TestCpToCaseF [2019-09-30T14:50:42.625Z] === RUN TestDockerSuite/TestCpToCaseG [2019-09-30T14:50:42.625Z] === RUN TestDockerSuite/TestCpToCaseH [2019-09-30T14:50:49.689Z] === RUN TestDockerSuite/TestCpToCaseI [2019-09-30T14:50:50.147Z] === RUN TestDockerSuite/TestCpToCaseJ [2019-09-30T14:50:50.147Z] === RUN TestDockerSuite/TestCpToDot [2019-09-30T14:50:51.232Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverUnnamed [2019-09-30T14:50:53.045Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2019-09-30T14:50:53.045Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2019-09-30T14:50:53.045Z] === RUN TestDockerSuite/TestCpToStdout [2019-09-30T14:50:54.581Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2019-09-30T14:50:54.581Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2019-09-30T14:50:54.581Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2019-09-30T14:50:54.581Z] === RUN TestDockerSuite/TestCpVolumePath [2019-09-30T14:50:54.581Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2019-09-30T14:50:55.038Z] === RUN TestDockerSuite/TestCreateArgs [2019-09-30T14:50:55.038Z] === RUN TestDockerSuite/TestCreateByImageID [2019-09-30T14:50:57.211Z] === RUN TestDockerSuite/TestCreateEchoStdout [2019-09-30T14:51:03.407Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2019-09-30T14:51:04.279Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2019-09-30T14:51:04.279Z] === RUN TestDockerSuite/TestCreateHostConfig [2019-09-30T14:51:04.279Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2019-09-30T14:51:06.455Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2019-09-30T14:51:06.678Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverVolumesFrom [2019-09-30T14:51:06.912Z] === RUN TestDockerSuite/TestCreateLabels [2019-09-30T14:51:06.912Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2019-09-30T14:51:06.912Z] === RUN TestDockerSuite/TestCreateRM [2019-09-30T14:51:07.370Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2019-09-30T14:51:07.370Z] === RUN TestDockerSuite/TestCreateStopSignal [2019-09-30T14:51:07.370Z] === RUN TestDockerSuite/TestCreateStopTimeout [2019-09-30T14:51:07.828Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2019-09-30T14:51:20.197Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2019-09-30T14:51:20.654Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2019-09-30T14:51:21.113Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2019-09-30T14:51:21.525Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2019-09-30T14:51:24.063Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverWithDaemonRestart [2019-09-30T14:51:25.805Z] === RUN TestDockerSuite/TestCreateWithPortRange [2019-09-30T14:51:25.805Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2019-09-30T14:51:25.805Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2019-09-30T14:51:32.866Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2019-09-30T14:51:32.866Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2019-09-30T14:51:32.866Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2019-09-30T14:51:32.866Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2019-09-30T14:51:32.866Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2019-09-30T14:51:32.866Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2019-09-30T14:51:32.866Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2019-09-30T14:51:32.866Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2019-09-30T14:51:32.866Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2019-09-30T14:51:32.866Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2019-09-30T14:51:32.866Z] === RUN TestDockerSuite/TestDevicePermissions [2019-09-30T14:51:32.866Z] === RUN TestDockerSuite/TestDockerFails [2019-09-30T14:51:32.866Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2019-09-30T14:51:32.866Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2019-09-30T14:51:32.866Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2019-09-30T14:51:32.866Z] === RUN TestDockerSuite/TestEventsAttach [2019-09-30T14:51:32.866Z] === RUN TestDockerSuite/TestEventsCommit [2019-09-30T14:51:32.866Z] === RUN TestDockerSuite/TestEventsContainerEvents [2019-09-30T14:51:35.038Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2019-09-30T14:51:38.913Z] --- PASS: TestDockerSwarmSuite (1781.12s) [2019-09-30T14:51:38.913Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (4.67s) [2019-09-30T14:51:38.913Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPIDuplicateNetworks" [2019-09-30T14:51:38.913Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.83s) [2019-09-30T14:51:38.913Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPINetworkInspectWithScope" [2019-09-30T14:51:38.913Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.86s) [2019-09-30T14:51:38.913Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPIServiceUpdatePort" [2019-09-30T14:51:38.913Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.45s) [2019-09-30T14:51:38.913Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmCAHash" [2019-09-30T14:51:38.913Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmCAHash" [2019-09-30T14:51:38.913Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.95s) [2019-09-30T14:51:38.913Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmErrorHandling" [2019-09-30T14:51:38.913Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.48s) [2019-09-30T14:51:38.913Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmForceNewCluster" [2019-09-30T14:51:38.913Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmForceNewCluster" [2019-09-30T14:51:38.913Z] check_test.go:358: [d9b5bb32d4d97] joining swarm manager [d67c2462fc28c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-30T14:51:38.913Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmForceNewCluster" [2019-09-30T14:51:38.913Z] check_test.go:358: [d8311df9db3a2] joining swarm manager [d67c2462fc28c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-30T14:51:38.913Z] check_test.go:379: Daemon d9b5bb32d4d97 is not started [2019-09-30T14:51:38.913Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2019-09-30T14:51:38.913Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2019-09-30T14:51:38.913Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.58s) [2019-09-30T14:51:38.913Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmInit" [2019-09-30T14:51:38.913Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmInit" [2019-09-30T14:51:38.913Z] check_test.go:358: [ddcac88ec6a17] joining swarm manager [d8dba179a123c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-30T14:51:38.913Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.81s) [2019-09-30T14:51:38.913Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmInvalidAddress" [2019-09-30T14:51:38.913Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.63s) [2019-09-30T14:51:38.913Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmJoinToken" [2019-09-30T14:51:38.913Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmJoinToken" [2019-09-30T14:51:38.913Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (49.58s) [2019-09-30T14:51:38.913Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderElection" [2019-09-30T14:51:38.913Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderElection" [2019-09-30T14:51:38.913Z] check_test.go:358: [df0e828e106d1] joining swarm manager [db4ae945059eb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderElection" [2019-09-30T14:51:38.914Z] check_test.go:358: [d0d6bcfe46819] joining swarm manager [db4ae945059eb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-30T14:51:38.914Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2019-09-30T14:51:38.914Z] docker_api_swarm_test.go:364: Waiting for possible election... [2019-09-30T14:51:38.914Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (24.80s) [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderProxy" [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderProxy" [2019-09-30T14:51:38.914Z] check_test.go:358: [d2278bdf8eb41] joining swarm manager [d90da3d74b4fa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderProxy" [2019-09-30T14:51:38.914Z] check_test.go:358: [d829132aea864] joining swarm manager [d90da3d74b4fa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-30T14:51:38.914Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (25.19s) [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin" [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin" [2019-09-30T14:51:38.914Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.55s) [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer" [2019-09-30T14:51:38.914Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.35s) [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmListNodes" [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmListNodes" [2019-09-30T14:51:38.914Z] check_test.go:358: [df4fd9d0b706c] joining swarm manager [dca97b646c4fc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmListNodes" [2019-09-30T14:51:38.914Z] check_test.go:358: [d43ccb240631e] joining swarm manager [dca97b646c4fc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-30T14:51:38.914Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (52.95s) [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmManagerRestore" [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmManagerRestore" [2019-09-30T14:51:38.914Z] check_test.go:358: [dcf9f66a0fb90] joining swarm manager [dec3576c1fd6e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmManagerRestore" [2019-09-30T14:51:38.914Z] check_test.go:358: [d1b0966ca42de] joining swarm manager [dec3576c1fd6e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-30T14:51:38.914Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (18.20s) [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeDrainPause" [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeDrainPause" [2019-09-30T14:51:38.914Z] check_test.go:358: [dcbf225363f32] joining swarm manager [d062e81b9d462]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-30T14:51:38.914Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.66s) [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeRemove" [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeRemove" [2019-09-30T14:51:38.914Z] check_test.go:358: [dc3ae4007f9ff] joining swarm manager [db0677f6ff759]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeRemove" [2019-09-30T14:51:38.914Z] check_test.go:358: [dcbed3ad4e53f] joining swarm manager [db0677f6ff759]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-30T14:51:38.914Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.43s) [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeUpdate" [2019-09-30T14:51:38.914Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (24.43s) [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmPromoteDemote" [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmPromoteDemote" [2019-09-30T14:51:38.914Z] check_test.go:358: [df247373f32eb] joining swarm manager [d951d3577e808]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-30T14:51:38.914Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (72.46s) [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRaftQuorum" [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRaftQuorum" [2019-09-30T14:51:38.914Z] check_test.go:358: [dd1a9ede6df2f] joining swarm manager [d8a778e3b7b5b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRaftQuorum" [2019-09-30T14:51:38.914Z] check_test.go:358: [ddff613ca86ed] joining swarm manager [d8a778e3b7b5b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-30T14:51:38.914Z] check_test.go:379: Daemon ddff613ca86ed is not started [2019-09-30T14:51:38.914Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (57.91s) [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-09-30T14:51:38.914Z] check_test.go:358: [dd8e3151a7005] joining swarm manager [dea64e3e80028]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-09-30T14:51:38.914Z] check_test.go:358: [d6568551f1057] joining swarm manager [dea64e3e80028]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-09-30T14:51:38.914Z] check_test.go:358: [d264c4d5d851d] joining swarm manager [dea64e3e80028]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-09-30T14:51:38.914Z] check_test.go:358: [de2ba49371a4e] joining swarm manager [dea64e3e80028]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-09-30T14:51:38.914Z] check_test.go:358: [d50474647302c] joining swarm manager [dea64e3e80028]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2019-09-30T14:51:38.914Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.40s) [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin" [2019-09-30T14:51:38.914Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (5.44s) [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate" [2019-09-30T14:51:38.914Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.56s) [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel" [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel" [2019-09-30T14:51:38.914Z] check_test.go:358: [d541e4b8a392c] joining swarm manager [d5271756a1569]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel" [2019-09-30T14:51:38.914Z] check_test.go:358: [d69c36685b37d] joining swarm manager [d5271756a1569]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-30T14:51:38.914Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.15s) [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole" [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole" [2019-09-30T14:51:38.914Z] check_test.go:358: [d62e2ea48e2c8] joining swarm manager [d8e82f5f49eb8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole" [2019-09-30T14:51:38.914Z] check_test.go:358: [d0bfb36bf373d] joining swarm manager [d8e82f5f49eb8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-30T14:51:38.914Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.47s) [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs" [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs" [2019-09-30T14:51:38.914Z] check_test.go:358: [dd09f5ecdecdf] joining swarm manager [d7134b8293439]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs" [2019-09-30T14:51:38.914Z] check_test.go:358: [dcd935efae8d5] joining swarm manager [d7134b8293439]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-30T14:51:38.914Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.75s) [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreate" [2019-09-30T14:51:38.914Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (29.14s) [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-09-30T14:51:38.914Z] check_test.go:358: [d7f02c73aa8b2] joining swarm manager [d7bbb20d4644b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-09-30T14:51:38.914Z] check_test.go:358: [d475e9714687c] joining swarm manager [d7bbb20d4644b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-09-30T14:51:38.914Z] check_test.go:358: [d9349415dbd09] joining swarm manager [d7bbb20d4644b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-09-30T14:51:38.914Z] check_test.go:358: [d3ce8a14b3c41] joining swarm manager [d7bbb20d4644b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2019-09-30T14:51:38.914Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (3.09s) [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesEmptyList" [2019-09-30T14:51:38.914Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.50s) [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate" [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate" [2019-09-30T14:51:38.914Z] check_test.go:358: [d5a350aa1e54a] joining swarm manager [d964a09c48197]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate" [2019-09-30T14:51:38.914Z] check_test.go:358: [da7b34485223c] joining swarm manager [d964a09c48197]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-30T14:51:38.914Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (27.39s) [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents" [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents" [2019-09-30T14:51:38.914Z] check_test.go:358: [dca2e571ce684] joining swarm manager [d51dfa0c63641]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents" [2019-09-30T14:51:38.914Z] check_test.go:358: [dc3e36bf6dcd8] joining swarm manager [d51dfa0c63641]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-30T14:51:38.914Z] check_test.go:379: Daemon dca2e571ce684 is not started [2019-09-30T14:51:38.914Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (23.66s) [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesStateReporting" [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesStateReporting" [2019-09-30T14:51:38.914Z] check_test.go:358: [df6f832498c08] joining swarm manager [d7ebf5ea2b8d5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesStateReporting" [2019-09-30T14:51:38.914Z] check_test.go:358: [d4f357e948de3] joining swarm manager [d7ebf5ea2b8d5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-30T14:51:38.914Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (40.12s) [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdate" [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdate" [2019-09-30T14:51:38.914Z] check_test.go:358: [d17e1a8a4c025] joining swarm manager [dddc5f75a9e98]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdate" [2019-09-30T14:51:38.914Z] check_test.go:358: [d0b6f3bebabf0] joining swarm manager [dddc5f75a9e98]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-30T14:51:38.914Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (27.34s) [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst" [2019-09-30T14:51:38.914Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.48s) [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName" [2019-09-30T14:51:38.914Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.97s) [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked" [2019-09-30T14:51:38.914Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.46s) [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestDNSConfig" [2019-09-30T14:51:38.914Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.14s) [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestDNSConfigUpdate" [2019-09-30T14:51:38.914Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.43s) [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestExtraHosts" [2019-09-30T14:51:38.914Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.87s) [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames" [2019-09-30T14:51:38.914Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (6.04s) [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestOverlayAttachable" [2019-09-30T14:51:38.914Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (5.93s) [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave" [2019-09-30T14:51:38.914Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (26.00s) [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure" [2019-09-30T14:51:38.914Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (10.68s) [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestPruneNetwork" [2019-09-30T14:51:38.914Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.97s) [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestPsListContainersFilterIsTask" [2019-09-30T14:51:38.914Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (13.28s) [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateMountTmpfs" [2019-09-30T14:51:38.914Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (4.29s) [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateMountVolume" [2019-09-30T14:51:38.914Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.57s) [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice" [2019-09-30T14:51:38.914Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (3.13s) [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithConfigSimple" [2019-09-30T14:51:38.914Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.44s) [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths" [2019-09-30T14:51:38.914Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (4.57s) [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias" [2019-09-30T14:51:38.914Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.38s) [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice" [2019-09-30T14:51:38.914Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (3.06s) [2019-09-30T14:51:38.914Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithSecretSimple" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.88s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (7.06s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceHealthRun" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.59s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceHealthStart" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.62s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogs" [2019-09-30T14:51:38.915Z] docker_cli_service_logs_test.go:49: log for "TestServiceLogs1": "TestServiceLogs1.1.7l0m02nsdgm2@af7875b5441c | hello1\n" [2019-09-30T14:51:38.915Z] docker_cli_service_logs_test.go:49: log for "TestServiceLogs2": "TestServiceLogs2.1.t2qh28fvnjxl@af7875b5441c | hello2\n" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.37s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsCompleteness" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (4.17s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsDetails" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.38s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsFollow" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.30s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.30s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsSince" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.17s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsTTY" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.31s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsTail" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.56s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsTaskLogs" [2019-09-30T14:51:38.915Z] docker_cli_service_logs_test.go:242: checking task pyb2nrrja8pg [2019-09-30T14:51:38.915Z] docker_cli_service_logs_test.go:247: checking messages for pyb2nrrja8pg [2019-09-30T14:51:38.915Z] docker_cli_service_logs_test.go:242: checking task eqrmujd1lzgs [2019-09-30T14:51:38.915Z] docker_cli_service_logs_test.go:247: checking messages for eqrmujd1lzgs [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.50s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceScale" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (20.95s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmAlternateLockUnlock" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (3.07s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsConfig" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (3.22s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNetwork" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.94s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNode" [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNode" [2019-09-30T14:51:38.915Z] check_test.go:358: [d94e79cdffb05] joining swarm manager [d29c69365abfb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNode" [2019-09-30T14:51:38.915Z] check_test.go:358: [d0f81c41dbb68] joining swarm manager [d29c69365abfb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.15s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsScope" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.93s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSecret" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (16.06s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsService" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (16.21s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSource" [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSource" [2019-09-30T14:51:38.915Z] check_test.go:358: [dc6422a04dd5a] joining swarm manager [d077533ebfd2f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSource" [2019-09-30T14:51:38.915Z] check_test.go:358: [d37762b483cf9] joining swarm manager [d077533ebfd2f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.40s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsType" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (104.31s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey" [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey" [2019-09-30T14:51:38.915Z] check_test.go:358: [ded3d26ed55c3] joining swarm manager [d66007e1b5edb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey" [2019-09-30T14:51:38.915Z] check_test.go:358: [d30af0fa5f9db] joining swarm manager [d66007e1b5edb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (6.01s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (11.18s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmContainerAutoStart" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (8.91s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmContainerEndpointOptions" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.94s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (6.18s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmIncompatibleDaemon" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (3.07s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmIngressNetwork" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (5.06s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInit" [2019-09-30T14:51:38.915Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2019-09-30T14:51:38.915Z] requirement.go:26: unmatched requirement IPv6 [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (7.19s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitLocked" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.81s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.83s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (3.15s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitWithDrain" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.16s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinLeave" [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinLeave" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (59.34s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinPromoteLocked" [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinPromoteLocked" [2019-09-30T14:51:38.915Z] check_test.go:358: [d83e00b17e3d4] joining swarm manager [da6a3ddab0149]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinPromoteLocked" [2019-09-30T14:51:38.915Z] check_test.go:358: [dac0b4d108d59] joining swarm manager [da6a3ddab0149]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.48s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinWithDrain" [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinWithDrain" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (5.84s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLeaveLocked" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (146.06s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster" [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster" [2019-09-30T14:51:38.915Z] check_test.go:358: [d99149fd0bd95] joining swarm manager [de2b1211162cf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster" [2019-09-30T14:51:38.915Z] check_test.go:358: [db847b2e25c0f] joining swarm manager [de2b1211162cf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster" [2019-09-30T14:51:38.915Z] check_test.go:358: [dc10d07206a2d] joining swarm manager [de2b1211162cf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.98s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmManagerAddress" [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmManagerAddress" [2019-09-30T14:51:38.915Z] check_test.go:358: [db204f24f4e3d] joining swarm manager [d092c5a0768a8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmManagerAddress" [2019-09-30T14:51:38.915Z] check_test.go:358: [d5e1ae6d09df8] joining swarm manager [d092c5a0768a8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (3.09s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkCreateDup" [2019-09-30T14:51:38.915Z] docker_cli_swarm_test.go:1524: Creating a network named "network-test-0" with "bridge", then "bridge" [2019-09-30T14:51:38.915Z] docker_cli_swarm_test.go:1531: As expected, the attempt to network "network-test-0" with "bridge" failed: Error response from daemon: network with name network-test-0 already exists [2019-09-30T14:51:38.915Z] docker_cli_swarm_test.go:1524: Creating a network named "network-test-0" with "bridge", then "overlay" [2019-09-30T14:51:38.915Z] docker_cli_swarm_test.go:1531: As expected, the attempt to network "network-test-0" with "overlay" failed: Error response from daemon: network with name network-test-0 already exists [2019-09-30T14:51:38.915Z] docker_cli_swarm_test.go:1524: Creating a network named "network-test-1" with "overlay", then "bridge" [2019-09-30T14:51:38.915Z] docker_cli_swarm_test.go:1531: As expected, the attempt to network "network-test-1" with "bridge" failed: Error response from daemon: network with name network-test-1 already exists [2019-09-30T14:51:38.915Z] docker_cli_swarm_test.go:1524: Creating a network named "network-test-1" with "overlay", then "overlay" [2019-09-30T14:51:38.915Z] docker_cli_swarm_test.go:1531: As expected, the attempt to network "network-test-1" with "overlay" failed: Error response from daemon: network with name network-test-1 already exists [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (3.04s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (5.65s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (3.06s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkPlugin" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (54.40s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkPluginV2" [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkPluginV2" [2019-09-30T14:51:38.915Z] check_test.go:358: [defc8548d5006] joining swarm manager [d58fa07b33446]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.93s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNodeListFilter" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.80s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNodeTaskListFilter" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.91s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmPublishAdd" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (4.53s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.95s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmReadonlyRootfs" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.38s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmRepeatedRootRotation" [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmRepeatedRootRotation" [2019-09-30T14:51:38.915Z] check_test.go:358: [dfe614afc0fdd] joining swarm manager [d44f9266581e6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (14.04s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmRotateUnlockKey" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.90s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceEnvFile" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (3.07s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceListFilter" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (3.43s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceLsFilterMode" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (7.22s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (5.78s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceTTY" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (3.21s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceTTYUpdate" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (3.16s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (3.27s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceWithGroup" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (3.22s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmStopSignal" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.81s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmTaskListFilter" [2019-09-30T14:51:38.915Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.90s) [2019-09-30T14:51:38.915Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmUpdate" [2019-09-30T14:51:38.916Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (52.33s) [2019-09-30T14:51:38.916Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmVolumePlugin" [2019-09-30T14:51:38.916Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.99s) [2019-09-30T14:51:38.916Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm" [2019-09-30T14:51:38.916Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.88s) [2019-09-30T14:51:38.916Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA" [2019-09-30T14:51:38.916Z] === RUN TestDockerExternalVolumeSuite [2019-09-30T14:51:38.916Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2019-09-30T14:51:40.283Z] === RUN TestDockerNetworkSuite/TestVolumeCLICreateOptionConflict [2019-09-30T14:51:43.593Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2019-09-30T14:51:45.126Z] === RUN TestDockerSuite/TestEventsContainerRestart [2019-09-30T14:51:53.688Z] === RUN TestDockerSuite/TestEventsCopy [2019-09-30T14:51:55.129Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2019-09-30T14:51:55.129Z] --- PASS: TestDockerNetworkSuite (216.61s) [2019-09-30T14:51:55.129Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverBindExternalVolume (0.95s) [2019-09-30T14:51:55.129Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverBindExternalVolume" [2019-09-30T14:51:55.129Z] docker_cli_external_volume_driver_test.go:53: Daemon dc43992b6d2a4 is not started [2019-09-30T14:51:55.129Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverCapabilities (0.60s) [2019-09-30T14:51:55.129Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverCapabilities" [2019-09-30T14:51:55.129Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverDeleteContainer (1.64s) [2019-09-30T14:51:55.129Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverDeleteContainer" [2019-09-30T14:51:55.129Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverGet (0.04s) [2019-09-30T14:51:55.129Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverGet" [2019-09-30T14:51:55.129Z] docker_cli_external_volume_driver_test.go:53: Daemon dccb4dfd76255 is not started [2019-09-30T14:51:55.129Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverGetEmptyResponse (0.54s) [2019-09-30T14:51:55.129Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverGetEmptyResponse" [2019-09-30T14:51:55.129Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverList (0.03s) [2019-09-30T14:51:55.129Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverList" [2019-09-30T14:51:55.129Z] docker_cli_external_volume_driver_test.go:53: Daemon d1ffeaf5ec080 is not started [2019-09-30T14:51:55.129Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverLookupNotBlocked (0.12s) [2019-09-30T14:51:55.129Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverLookupNotBlocked" [2019-09-30T14:51:55.129Z] docker_cli_external_volume_driver_test.go:53: Daemon d3e51d52eb047 is not started [2019-09-30T14:51:55.129Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverMountID (1.57s) [2019-09-30T14:51:55.129Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverMountID" [2019-09-30T14:51:55.129Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverNamed (1.64s) [2019-09-30T14:51:55.129Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverNamed" [2019-09-30T14:51:55.129Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverOutOfBandDelete (15.82s) [2019-09-30T14:51:55.129Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverOutOfBandDelete" [2019-09-30T14:51:55.129Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverPathCalls (45.61s) [2019-09-30T14:51:55.129Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverPathCalls" [2019-09-30T14:51:55.129Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.75s) [2019-09-30T14:51:55.129Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverRetryNotImmediatelyExists" [2019-09-30T14:51:55.129Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverUnmountOnCp (31.86s) [2019-09-30T14:51:55.129Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverUnmountOnCp" [2019-09-30T14:51:55.129Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverUnmountOnMountFail (31.06s) [2019-09-30T14:51:55.129Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverUnmountOnMountFail" [2019-09-30T14:51:55.129Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverUnnamed (16.56s) [2019-09-30T14:51:55.129Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverUnnamed" [2019-09-30T14:51:55.129Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverVolumesFrom (17.40s) [2019-09-30T14:51:55.129Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverVolumesFrom" [2019-09-30T14:51:55.129Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverWithDaemonRestart (16.39s) [2019-09-30T14:51:55.129Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverWithDaemonRestart" [2019-09-30T14:51:55.129Z] docker_cli_external_volume_driver_test.go:485: Daemon d4d1e13f01cad is not started [2019-09-30T14:51:55.129Z] --- PASS: TestDockerNetworkSuite/TestVolumeCLICreateOptionConflict (15.05s) [2019-09-30T14:51:55.129Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestVolumeCLICreateOptionConflict" [2019-09-30T14:51:55.129Z] docker_cli_external_volume_driver_test.go:53: Daemon dd2e06773eb9c is not started [2019-09-30T14:51:55.129Z] === RUN TestDockerHubPullSuite [2019-09-30T14:51:55.129Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2019-09-30T14:51:58.376Z] === RUN TestDockerSuite/TestEventsFilterContainer [2019-09-30T14:52:04.164Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2019-09-30T14:52:05.697Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2019-09-30T14:52:06.663Z] === RUN TestDockerSuite/TestEventsFilterImageName [2019-09-30T14:52:10.390Z] === RUN TestDockerSuite/TestEventsFilterLabels [2019-09-30T14:52:10.390Z] === RUN TestDockerSuite/TestEventsFilterType [2019-09-30T14:52:11.358Z] === RUN TestDockerSuite/TestEventsFilters [2019-09-30T14:52:13.179Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2019-09-30T14:52:16.038Z] === RUN TestDockerSuite/TestEventsFormat [2019-09-30T14:52:19.890Z] === RUN TestDockerSuite/TestEventsFormatBadField [2019-09-30T14:52:19.890Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2019-09-30T14:52:20.348Z] === RUN TestDockerSuite/TestEventsImageImport [2019-09-30T14:52:20.348Z] === RUN TestDockerSuite/TestEventsImageLoad [2019-09-30T14:52:20.348Z] === RUN TestDockerSuite/TestEventsImagePull [2019-09-30T14:52:20.348Z] === RUN TestDockerSuite/TestEventsImageTag [2019-09-30T14:52:21.312Z] === RUN TestDockerSuite/TestEventsPluginOps [2019-09-30T14:52:21.312Z] === RUN TestDockerSuite/TestEventsRename [2019-09-30T14:52:23.485Z] === RUN TestDockerSuite/TestEventsResize [2019-09-30T14:52:26.383Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2019-09-30T14:52:28.557Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2019-09-30T14:52:30.731Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2019-09-30T14:52:31.229Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2019-09-30T14:52:35.415Z] === RUN TestDockerSuite/TestEventsTop [2019-09-30T14:52:35.415Z] === RUN TestDockerSuite/TestEventsUntag [2019-09-30T14:52:38.319Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2019-09-30T14:52:42.050Z] === RUN TestDockerSuite/TestExec [2019-09-30T14:52:42.050Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2019-09-30T14:52:42.050Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2019-09-30T14:52:44.223Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2019-09-30T14:52:45.759Z] === RUN TestDockerSuite/TestExecAPIStart [2019-09-30T14:52:45.759Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2019-09-30T14:52:45.759Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2019-09-30T14:52:45.759Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2019-09-30T14:52:46.085Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2019-09-30T14:52:47.934Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2019-09-30T14:52:49.477Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2019-09-30T14:52:51.655Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2019-09-30T14:52:53.840Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2019-09-30T14:52:54.176Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2019-09-30T14:52:57.571Z] === RUN TestDockerSuite/TestExecCgroup [2019-09-30T14:52:57.571Z] === RUN TestDockerSuite/TestExecEnv [2019-09-30T14:52:57.571Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2019-09-30T14:52:57.571Z] === RUN TestDockerSuite/TestExecExitStatus [2019-09-30T14:52:59.749Z] === RUN TestDockerSuite/TestExecInspectID [2019-09-30T14:53:02.270Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2019-09-30T14:53:04.435Z] === RUN TestDockerSuite/TestExecInteractive [2019-09-30T14:53:04.435Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2019-09-30T14:53:04.435Z] === RUN TestDockerSuite/TestExecParseError [2019-09-30T14:53:04.435Z] === RUN TestDockerSuite/TestExecPausedContainer [2019-09-30T14:53:04.435Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2019-09-30T14:53:04.435Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2019-09-30T14:53:06.609Z] === RUN TestDockerSuite/TestExecSetEnv [2019-09-30T14:53:06.609Z] === RUN TestDockerSuite/TestExecStartFails [2019-09-30T14:53:06.609Z] === RUN TestDockerSuite/TestExecStateCleanup [2019-09-30T14:53:06.609Z] === RUN TestDockerSuite/TestExecStopNotHanging [2019-09-30T14:53:06.609Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2019-09-30T14:53:06.609Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2019-09-30T14:53:08.787Z] === RUN TestDockerSuite/TestExecUlimits [2019-09-30T14:53:08.787Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2019-09-30T14:53:12.218Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2019-09-30T14:53:17.353Z] === RUN TestDockerSuite/TestExecWithImageUser [2019-09-30T14:53:17.353Z] === RUN TestDockerSuite/TestExecWithPrivileged [2019-09-30T14:53:17.353Z] === RUN TestDockerSuite/TestExecWithUser [2019-09-30T14:53:17.353Z] === RUN TestDockerSuite/TestGetContainerStats [2019-09-30T14:53:17.467Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2019-09-30T14:53:23.138Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2019-09-30T14:53:28.932Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2019-09-30T14:53:32.314Z] --- PASS: TestDockerHubPullSuite (96.43s) [2019-09-30T14:53:32.314Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (16.64s) [2019-09-30T14:53:32.314Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry" [2019-09-30T14:53:32.314Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (17.21s) [2019-09-30T14:53:32.314Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (15.40s) [2019-09-30T14:53:32.314Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (16.79s) [2019-09-30T14:53:32.314Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (15.30s) [2019-09-30T14:53:32.314Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (15.08s) [2019-09-30T14:53:32.314Z] PASS [2019-09-30T14:53:32.314Z] [2019-09-30T14:53:32.314Z] === Skipped [2019-09-30T14:53:32.314Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2019-09-30T14:53:32.314Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2019-09-30T14:53:32.314Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:53:32.314Z] [2019-09-30T14:53:32.314Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2019-09-30T14:53:32.314Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2019-09-30T14:53:32.314Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:53:32.314Z] [2019-09-30T14:53:32.314Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2019-09-30T14:53:32.314Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2019-09-30T14:53:32.314Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:53:32.314Z] [2019-09-30T14:53:32.314Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2019-09-30T14:53:32.314Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2019-09-30T14:53:32.314Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:53:32.314Z] [2019-09-30T14:53:32.314Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2019-09-30T14:53:32.314Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2019-09-30T14:53:32.314Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:53:32.314Z] [2019-09-30T14:53:32.314Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2019-09-30T14:53:32.314Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2019-09-30T14:53:32.314Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:53:32.314Z] [2019-09-30T14:53:32.314Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2019-09-30T14:53:32.314Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2019-09-30T14:53:32.314Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:53:32.314Z] [2019-09-30T14:53:32.314Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-09-30T14:53:32.314Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-09-30T14:53:32.315Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:53:32.315Z] [2019-09-30T14:53:32.315Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2019-09-30T14:53:32.315Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2019-09-30T14:53:32.315Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:53:32.315Z] [2019-09-30T14:53:32.315Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2019-09-30T14:53:32.315Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2019-09-30T14:53:32.315Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:53:32.315Z] [2019-09-30T14:53:32.315Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2019-09-30T14:53:32.315Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2019-09-30T14:53:32.315Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:53:32.315Z] [2019-09-30T14:53:32.315Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-09-30T14:53:32.315Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-09-30T14:53:32.315Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:53:32.315Z] [2019-09-30T14:53:32.315Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-09-30T14:53:32.315Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-09-30T14:53:32.315Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:53:32.315Z] [2019-09-30T14:53:32.315Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2019-09-30T14:53:32.315Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2019-09-30T14:53:32.315Z] docker_cli_sni_test.go:18: Flakey test [2019-09-30T14:53:32.315Z] [2019-09-30T14:53:32.315Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.01s) [2019-09-30T14:53:32.315Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s) [2019-09-30T14:53:32.315Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:53:32.315Z] [2019-09-30T14:53:32.315Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2019-09-30T14:53:32.315Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2019-09-30T14:53:32.315Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-30T14:53:32.315Z] [2019-09-30T14:53:32.315Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2019-09-30T14:53:32.315Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2019-09-30T14:53:32.315Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-30T14:53:32.315Z] [2019-09-30T14:53:32.315Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-09-30T14:53:32.315Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-09-30T14:53:32.315Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-30T14:53:32.315Z] [2019-09-30T14:53:32.315Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-09-30T14:53:32.315Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-09-30T14:53:32.315Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-30T14:53:32.315Z] [2019-09-30T14:53:32.315Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-09-30T14:53:32.315Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-09-30T14:53:32.315Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:53:32.315Z] [2019-09-30T14:53:32.315Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2019-09-30T14:53:32.315Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2019-09-30T14:53:32.315Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-30T14:53:32.315Z] [2019-09-30T14:53:32.315Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2019-09-30T14:53:32.315Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2019-09-30T14:53:32.315Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-30T14:53:32.315Z] [2019-09-30T14:53:32.315Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2019-09-30T14:53:32.315Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2019-09-30T14:53:32.315Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:53:32.315Z] [2019-09-30T14:53:32.315Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2019-09-30T14:53:32.315Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2019-09-30T14:53:32.315Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:53:32.315Z] [2019-09-30T14:53:32.315Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2019-09-30T14:53:32.315Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2019-09-30T14:53:32.315Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:53:32.315Z] [2019-09-30T14:53:32.315Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2019-09-30T14:53:32.315Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2019-09-30T14:53:32.315Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:53:32.315Z] [2019-09-30T14:53:32.315Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-09-30T14:53:32.315Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-09-30T14:53:32.315Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2019-09-30T14:53:32.315Z] [2019-09-30T14:53:32.315Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-09-30T14:53:32.315Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-09-30T14:53:32.315Z] requirement.go:26: unmatched requirement IsolationIsHyperv [2019-09-30T14:53:32.315Z] [2019-09-30T14:53:32.315Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2019-09-30T14:53:32.315Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2019-09-30T14:53:32.315Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-30T14:53:32.315Z] [2019-09-30T14:53:32.315Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-09-30T14:53:32.315Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-09-30T14:53:32.315Z] requirement.go:26: unmatched requirement IsolationIsProcess [2019-09-30T14:53:32.315Z] [2019-09-30T14:53:32.315Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2019-09-30T14:53:32.315Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2019-09-30T14:53:32.315Z] docker_cli_run_test.go:2869: kernel doesn't have latency_stats configured [2019-09-30T14:53:32.315Z] [2019-09-30T14:53:32.315Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2019-09-30T14:53:32.315Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2019-09-30T14:53:32.315Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2019-09-30T14:53:32.315Z] [2019-09-30T14:53:32.315Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2019-09-30T14:53:32.315Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2019-09-30T14:53:32.315Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-30T14:53:32.315Z] [2019-09-30T14:53:32.315Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2019-09-30T14:53:32.315Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2019-09-30T14:53:32.315Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2019-09-30T14:53:32.315Z] [2019-09-30T14:53:32.315Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2019-09-30T14:53:32.315Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2019-09-30T14:53:32.315Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:53:32.315Z] [2019-09-30T14:53:32.315Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2019-09-30T14:53:32.315Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2019-09-30T14:53:32.315Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:53:32.315Z] [2019-09-30T14:53:32.315Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-09-30T14:53:32.315Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-09-30T14:53:32.315Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:53:32.315Z] [2019-09-30T14:53:32.315Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-09-30T14:53:32.315Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-09-30T14:53:32.315Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-30T14:53:32.315Z] [2019-09-30T14:53:32.315Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2019-09-30T14:53:32.315Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2019-09-30T14:53:32.315Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-30T14:53:32.315Z] [2019-09-30T14:53:32.315Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2019-09-30T14:53:32.315Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2019-09-30T14:53:32.315Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-30T14:53:32.315Z] [2019-09-30T14:53:32.315Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-09-30T14:53:32.315Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-09-30T14:53:32.315Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-30T14:53:32.315Z] [2019-09-30T14:53:32.315Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-09-30T14:53:32.315Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2019-09-30T14:53:32.315Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-30T14:53:32.315Z] [2019-09-30T14:53:32.315Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2019-09-30T14:53:32.315Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2019-09-30T14:53:32.315Z] requirement.go:26: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2019-09-30T14:53:32.315Z] [2019-09-30T14:53:32.315Z] [2019-09-30T14:53:32.315Z] DONE 1223 tests, 43 skipped in 2294.823s [2019-09-30T14:53:32.315Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-09-30T14:53:32.315Z] ++++ cat bundles/test-integration/docker.pid [2019-09-30T14:53:32.315Z] +++ kill 7295 [2019-09-30T14:53:32.659Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2019-09-30T14:53:37.571Z] umount: bundles/test-integration/root: mountpoint not found [2019-09-30T14:53:37.571Z] +++ /etc/init.d/apparmor stop [2019-09-30T14:53:37.571Z] Clearing AppArmor profiles cache:. [2019-09-30T14:53:37.571Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-30T14:53:37.571Z] Unloading profiles will leave already running processes permanently [2019-09-30T14:53:37.571Z] unconfined, which can lead to unexpected situations. [2019-09-30T14:53:37.571Z] [2019-09-30T14:53:37.571Z] To set a process to complain mode, use the command line tool [2019-09-30T14:53:37.571Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-30T14:53:37.571Z] with the 'teardown' option." [2019-09-30T14:53:37.571Z] [2019-09-30T14:53:39.725Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2019-09-30T14:53:39.725Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2019-09-30T14:53:39.725Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2019-09-30T14:53:39.725Z] === RUN TestDockerSuite/TestHealth [2019-09-30T14:53:39.725Z] === RUN TestDockerSuite/TestHistoryExistentImage [2019-09-30T14:53:39.725Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2019-09-30T14:53:39.725Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2019-09-30T14:53:39.725Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2019-09-30T14:53:40.857Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2019-09-30T14:53:44.420Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2019-09-30T14:53:44.420Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2019-09-30T14:53:44.420Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2019-09-30T14:53:44.420Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2019-09-30T14:53:44.420Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2019-09-30T14:53:44.879Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2019-09-30T14:53:45.337Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2019-09-30T14:53:45.337Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2019-09-30T14:53:46.303Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2019-09-30T14:53:46.303Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2019-09-30T14:53:48.477Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2019-09-30T14:53:48.477Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2019-09-30T14:53:50.650Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2019-09-30T14:53:54.395Z] === RUN TestDockerSuite/TestImagesFormat [2019-09-30T14:53:54.395Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2019-09-30T14:53:54.395Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2019-09-30T14:53:58.130Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2019-09-30T14:53:58.130Z] === RUN TestDockerSuite/TestImportBadURL [2019-09-30T14:53:58.907Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2019-09-30T14:54:00.304Z] === RUN TestDockerSuite/TestImportDisplay [2019-09-30T14:54:00.304Z] === RUN TestDockerSuite/TestImportFile [2019-09-30T14:54:00.304Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2019-09-30T14:54:00.304Z] === RUN TestDockerSuite/TestImportFileWithMessage [2019-09-30T14:54:00.304Z] === RUN TestDockerSuite/TestImportGzipped [2019-09-30T14:54:00.304Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2019-09-30T14:54:00.304Z] === RUN TestDockerSuite/TestInfoDebug [2019-09-30T14:54:00.304Z] === RUN TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName [2019-09-30T14:54:00.761Z] === RUN TestDockerSuite/TestInfoDiscoveryBackend [2019-09-30T14:54:00.761Z] === RUN TestDockerSuite/TestInfoDiscoveryInvalidAdvertise [2019-09-30T14:54:00.762Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2019-09-30T14:54:00.762Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2019-09-30T14:54:00.762Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2019-09-30T14:54:00.762Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2019-09-30T14:54:00.762Z] === RUN TestDockerSuite/TestInfoFormat [2019-09-30T14:54:00.762Z] === RUN TestDockerSuite/TestInsecureRegistries [2019-09-30T14:54:01.219Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2019-09-30T14:54:01.219Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2019-09-30T14:54:01.219Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2019-09-30T14:54:03.398Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2019-09-30T14:54:04.936Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2019-09-30T14:54:04.936Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2019-09-30T14:54:04.936Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2019-09-30T14:54:05.396Z] === RUN TestDockerSuite/TestInspectAmpersand [2019-09-30T14:54:05.396Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2019-09-30T14:54:07.572Z] === RUN TestDockerSuite/TestInspectByPrefix [2019-09-30T14:54:07.572Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2019-09-30T14:54:09.751Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2019-09-30T14:54:09.751Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2019-09-30T14:54:09.751Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2019-09-30T14:54:09.752Z] === RUN TestDockerSuite/TestInspectDefault [2019-09-30T14:54:11.925Z] === RUN TestDockerSuite/TestInspectHistory [2019-09-30T14:54:16.619Z] === RUN TestDockerSuite/TestInspectImage [2019-09-30T14:54:16.619Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2019-09-30T14:54:16.619Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2019-09-30T14:54:16.619Z] === RUN TestDockerSuite/TestInspectInt64 [2019-09-30T14:54:19.523Z] === RUN TestDockerSuite/TestInspectJSONFields [2019-09-30T14:54:21.704Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2019-09-30T14:54:21.704Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2019-09-30T14:54:23.882Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2019-09-30T14:54:26.063Z] === RUN TestDockerSuite/TestInspectPlugin [2019-09-30T14:54:26.063Z] === RUN TestDockerSuite/TestInspectRootFS [2019-09-30T14:54:26.063Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2019-09-30T14:54:28.244Z] === RUN TestDockerSuite/TestInspectStatus [2019-09-30T14:54:30.422Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2019-09-30T14:54:30.942Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2019-09-30T14:54:35.110Z] === RUN TestDockerSuite/TestInspectTemplateError [2019-09-30T14:54:36.646Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2019-09-30T14:54:38.820Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2019-09-30T14:54:40.995Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2019-09-30T14:54:43.116Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2019-09-30T14:54:43.173Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2019-09-30T14:54:45.352Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2019-09-30T14:54:47.527Z] === RUN TestDockerSuite/TestInspectUnknownObject [2019-09-30T14:54:47.989Z] === RUN TestDockerSuite/TestLinkShortDefinition [2019-09-30T14:54:47.989Z] === RUN TestDockerSuite/TestLinksEnvs [2019-09-30T14:54:47.989Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2019-09-30T14:54:47.989Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2019-09-30T14:54:47.989Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2019-09-30T14:54:47.989Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2019-09-30T14:54:47.989Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2019-09-30T14:54:47.989Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2019-09-30T14:54:47.989Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2019-09-30T14:54:47.989Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2019-09-30T14:54:47.989Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2019-09-30T14:54:47.989Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2019-09-30T14:54:47.989Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2019-09-30T14:54:47.989Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2019-09-30T14:54:47.989Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2019-09-30T14:54:47.989Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2019-09-30T14:54:47.989Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2019-09-30T14:54:47.989Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2019-09-30T14:54:47.989Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2019-09-30T14:54:50.164Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2019-09-30T14:54:51.705Z] === RUN TestDockerSuite/TestLogsAPIUntil [2019-09-30T14:54:57.489Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2019-09-30T14:55:00.387Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2019-09-30T14:55:00.387Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2019-09-30T14:55:02.568Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2019-09-30T14:55:02.568Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2019-09-30T14:55:11.138Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2019-09-30T14:55:15.151Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2019-09-30T14:55:18.217Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2019-09-30T14:55:25.290Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2019-09-30T14:55:27.469Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2019-09-30T14:55:29.648Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2019-09-30T14:55:29.648Z] === RUN TestDockerSuite/TestLogsFollowStopped [2019-09-30T14:55:30.029Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2019-09-30T14:55:32.553Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2019-09-30T14:55:34.089Z] === RUN TestDockerSuite/TestLogsSince [2019-09-30T14:55:44.399Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2019-09-30T14:55:44.399Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2019-09-30T14:55:44.399Z] === RUN TestDockerSuite/TestLogsTail [2019-09-30T14:55:45.932Z] === RUN TestDockerSuite/TestLogsTimestamps [2019-09-30T14:55:48.083Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2019-09-30T14:55:48.832Z] === RUN TestDockerSuite/TestLogsWithDetails [2019-09-30T14:55:51.004Z] === RUN TestDockerSuite/TestMountIntoProc [2019-09-30T14:55:51.004Z] === RUN TestDockerSuite/TestMountIntoSys [2019-09-30T14:55:51.004Z] === RUN TestDockerSuite/TestNetHostname [2019-09-30T14:55:51.004Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2019-09-30T14:55:51.004Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2019-09-30T14:55:51.004Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2019-09-30T14:55:51.004Z] === RUN TestDockerSuite/TestPluginActive [2019-09-30T14:55:51.004Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2019-09-30T14:55:51.004Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2019-09-30T14:55:51.004Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2019-09-30T14:55:51.004Z] === RUN TestDockerSuite/TestPluginLogDriver [2019-09-30T14:55:51.004Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2019-09-30T14:55:51.004Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2019-09-30T14:55:51.004Z] === RUN TestDockerSuite/TestPluginUpgrade [2019-09-30T14:55:51.004Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2019-09-30T14:55:51.004Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2019-09-30T14:55:51.004Z] === RUN TestDockerSuite/TestPortHostBinding [2019-09-30T14:55:51.004Z] === RUN TestDockerSuite/TestPortList [2019-09-30T14:55:51.004Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2019-09-30T14:55:55.692Z] === RUN TestDockerSuite/TestPostContainersAttach [2019-09-30T14:55:55.692Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2019-09-30T14:55:55.692Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2019-09-30T14:55:55.692Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2019-09-30T14:55:55.692Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2019-09-30T14:55:55.692Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2019-09-30T14:55:55.692Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2019-09-30T14:55:55.692Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2019-09-30T14:55:55.692Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2019-09-30T14:55:55.692Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2019-09-30T14:56:00.372Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2019-09-30T14:56:00.372Z] === RUN TestDockerSuite/TestPsByOrder [2019-09-30T14:56:08.935Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2019-09-30T14:56:08.935Z] === RUN TestDockerSuite/TestPsListContainersBase [2019-09-30T14:56:17.512Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2019-09-30T14:56:32.324Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2019-09-30T14:56:32.324Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2019-09-30T14:56:32.324Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2019-09-30T14:56:34.711Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2019-09-30T14:56:44.711Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2019-09-30T14:56:46.889Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2019-09-30T14:56:52.765Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2019-09-30T14:56:53.963Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2019-09-30T14:57:02.528Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2019-09-30T14:57:02.528Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2019-09-30T14:57:02.528Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2019-09-30T14:57:07.228Z] === RUN TestDockerSuite/TestPsListContainersSize [2019-09-30T14:57:07.228Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2019-09-30T14:57:07.228Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2019-09-30T14:57:07.228Z] === RUN TestDockerSuite/TestPsRightTagName [2019-09-30T14:57:07.228Z] === RUN TestDockerSuite/TestPsShowMounts [2019-09-30T14:57:14.316Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2019-09-30T14:57:14.316Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2019-09-30T14:57:15.860Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2019-09-30T14:57:15.860Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2019-09-30T14:57:16.826Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2019-09-30T14:57:17.793Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2019-09-30T14:57:17.793Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2019-09-30T14:57:22.479Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2019-09-30T14:57:24.802Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2019-09-30T14:57:26.212Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2019-09-30T14:57:28.387Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2019-09-30T14:57:53.541Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2019-09-30T14:57:53.541Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2019-09-30T14:57:56.446Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2019-09-30T14:57:56.446Z] === RUN TestDockerSuite/TestRestartPolicyNO [2019-09-30T14:57:56.855Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2019-09-30T14:57:56.903Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2019-09-30T14:57:57.364Z] === RUN TestDockerSuite/TestRestartRunningContainer [2019-09-30T14:58:02.050Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2019-09-30T14:58:06.751Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2019-09-30T14:58:06.751Z] === RUN TestDockerSuite/TestRestartWithVolumes [2019-09-30T14:58:10.486Z] === RUN TestDockerSuite/TestRmiBlank [2019-09-30T14:58:10.486Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2019-09-30T14:58:10.486Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2019-09-30T14:58:11.703Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2019-09-30T14:58:25.311Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2019-09-30T14:58:28.213Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2019-09-30T14:58:28.675Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2019-09-30T14:58:29.754Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2019-09-30T14:58:37.266Z] === RUN TestDockerSuite/TestRmiImgIDForce [2019-09-30T14:58:41.960Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2019-09-30T14:58:44.602Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2019-09-30T14:58:50.525Z] === RUN TestDockerSuite/TestRmiParentImageFail [2019-09-30T14:58:55.214Z] === RUN TestDockerSuite/TestRmiTag [2019-09-30T14:58:55.672Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2019-09-30T14:58:57.846Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2019-09-30T14:58:59.448Z] --- PASS: TestDockerExternalVolumeSuite (441.72s) [2019-09-30T14:58:59.449Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.96s) [2019-09-30T14:58:59.449Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume" [2019-09-30T14:58:59.449Z] docker_cli_external_volume_driver_test.go:53: Daemon dd4615912c90b is not started [2019-09-30T14:58:59.449Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.62s) [2019-09-30T14:58:59.449Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities" [2019-09-30T14:58:59.449Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.64s) [2019-09-30T14:58:59.449Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer" [2019-09-30T14:58:59.449Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2019-09-30T14:58:59.449Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet" [2019-09-30T14:58:59.449Z] docker_cli_external_volume_driver_test.go:53: Daemon dca44d7e10fc9 is not started [2019-09-30T14:58:59.449Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2019-09-30T14:58:59.449Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse" [2019-09-30T14:58:59.449Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2019-09-30T14:58:59.449Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverList" [2019-09-30T14:58:59.449Z] docker_cli_external_volume_driver_test.go:53: Daemon d147d5f91be99 is not started [2019-09-30T14:58:59.449Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2019-09-30T14:58:59.449Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked" [2019-09-30T14:58:59.449Z] docker_cli_external_volume_driver_test.go:53: Daemon d642537a62a70 is not started [2019-09-30T14:58:59.449Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.64s) [2019-09-30T14:58:59.449Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID" [2019-09-30T14:58:59.449Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.68s) [2019-09-30T14:58:59.449Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed" [2019-09-30T14:58:59.449Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.82s) [2019-09-30T14:58:59.449Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete" [2019-09-30T14:58:59.449Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) [2019-09-30T14:58:59.449Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls" [2019-09-30T14:58:59.449Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.65s) [2019-09-30T14:58:59.449Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists" [2019-09-30T14:58:59.449Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.82s) [2019-09-30T14:58:59.449Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp" [2019-09-30T14:58:59.449Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (31.06s) [2019-09-30T14:58:59.449Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail" [2019-09-30T14:58:59.449Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.60s) [2019-09-30T14:58:59.449Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed" [2019-09-30T14:58:59.449Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.47s) [2019-09-30T14:58:59.449Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom" [2019-09-30T14:58:59.449Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.40s) [2019-09-30T14:58:59.449Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart" [2019-09-30T14:58:59.449Z] docker_cli_external_volume_driver_test.go:485: Daemon d6606875b7e72 is not started [2019-09-30T14:58:59.449Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2019-09-30T14:58:59.449Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict" [2019-09-30T14:58:59.449Z] docker_cli_external_volume_driver_test.go:53: Daemon d65edff16e664 is not started [2019-09-30T14:58:59.449Z] PASS [2019-09-30T14:58:59.449Z] [2019-09-30T14:58:59.449Z] === Skipped [2019-09-30T14:58:59.449Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonICCPing (0.00s) [2019-09-30T14:58:59.449Z] --- SKIP: TestDockerDaemonSuite/TestDaemonICCPing (0.00s) [2019-09-30T14:58:59.449Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonICCPing" [2019-09-30T14:58:59.449Z] requirement.go:26: unmatched requirement bridgeNfIptables [2019-09-30T14:58:59.449Z] check_test.go:309: Daemon d0b5dd1e91981 is not started [2019-09-30T14:58:59.449Z] [2019-09-30T14:58:59.449Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2019-09-30T14:58:59.449Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2019-09-30T14:58:59.449Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6Enabled" [2019-09-30T14:58:59.449Z] requirement.go:26: unmatched requirement IPv6 [2019-09-30T14:58:59.449Z] check_test.go:309: Daemon d05c94303342d is not started [2019-09-30T14:58:59.449Z] [2019-09-30T14:58:59.449Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2019-09-30T14:58:59.449Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2019-09-30T14:58:59.449Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize" [2019-09-30T14:58:59.449Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-30T14:58:59.449Z] check_test.go:309: Daemon df036128ba7c1 is not started [2019-09-30T14:58:59.449Z] [2019-09-30T14:58:59.449Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2019-09-30T14:58:59.449Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2019-09-30T14:58:59.449Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize" [2019-09-30T14:58:59.449Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-30T14:58:59.449Z] check_test.go:309: Daemon d92de6ae460b2 is not started [2019-09-30T14:58:59.449Z] [2019-09-30T14:58:59.449Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2019-09-30T14:58:59.449Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2019-09-30T14:58:59.449Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2019-09-30T14:58:59.449Z] [2019-09-30T14:58:59.449Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2019-09-30T14:58:59.449Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2019-09-30T14:58:59.449Z] requirement.go:26: unmatched requirement IPv6 [2019-09-30T14:58:59.449Z] [2019-09-30T14:58:59.449Z] [2019-09-30T14:58:59.449Z] DONE 270 tests, 6 skipped in 2622.052s [2019-09-30T14:58:59.449Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-09-30T14:58:59.711Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/ddeb42a02c941/docker.pid [2019-09-30T14:58:59.711Z] +++ kill 6123 [2019-09-30T14:58:59.711Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 10: wait: pid 6123 is not a child of this shell [2019-09-30T14:58:59.711Z] warning: PID 6123 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/ddeb42a02c941/docker.pid had a nonzero exit code [2019-09-30T14:58:59.711Z] ++++ cat bundles/test-integration/docker.pid [2019-09-30T14:58:59.711Z] +++ kill 7264 [2019-09-30T14:59:00.641Z] umount: bundles/test-integration/root: mountpoint not found [2019-09-30T14:59:00.641Z] +++ /etc/init.d/apparmor stop [2019-09-30T14:59:00.641Z] Clearing AppArmor profiles cache:. [2019-09-30T14:59:00.641Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-30T14:59:00.641Z] Unloading profiles will leave already running processes permanently [2019-09-30T14:59:00.641Z] unconfined, which can lead to unexpected situations. [2019-09-30T14:59:00.641Z] [2019-09-30T14:59:00.641Z] To set a process to complain mode, use the command line tool [2019-09-30T14:59:00.641Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-30T14:59:00.641Z] with the 'teardown' option." [2019-09-30T14:59:00.641Z] [2019-09-30T14:59:01.205Z] Remaining pids to kill: [] Post stage [Pipeline] junit [2019-09-30T14:59:01.217Z] Recording test results [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-09-30T14:59:02.204Z] + echo Ensuring container killed. [2019-09-30T14:59:02.204Z] Ensuring container killed. [2019-09-30T14:59:02.204Z] + docker ps -aq -f name=docker-pr2-* [2019-09-30T14:59:02.204Z] + cids=27782e63ce64 [2019-09-30T14:59:02.204Z] af7875b5441c [2019-09-30T14:59:02.204Z] e1fc36537ba5 [2019-09-30T14:59:02.204Z] + [ -n 27782e63ce64 [2019-09-30T14:59:02.204Z] af7875b5441c [2019-09-30T14:59:02.204Z] e1fc36537ba5 ] [2019-09-30T14:59:02.204Z] + docker rm -vf 27782e63ce64 af7875b5441c e1fc36537ba5 [2019-09-30T14:59:04.729Z] 27782e63ce64 [2019-09-30T14:59:05.292Z] af7875b5441c [2019-09-30T14:59:05.292Z] e1fc36537ba5 [Pipeline] sh [2019-09-30T14:59:05.579Z] + echo Chowning /workspace to jenkins user [2019-09-30T14:59:05.579Z] Chowning /workspace to jenkins user [2019-09-30T14:59:05.579Z] + id -u [2019-09-30T14:59:05.579Z] + id -g [2019-09-30T14:59:05.579Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40012:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-30T14:59:10.049Z] + bundleName=amd64 [2019-09-30T14:59:10.049Z] + echo Creating amd64-bundles.tar.gz [2019-09-30T14:59:10.049Z] Creating amd64-bundles.tar.gz [2019-09-30T14:59:10.049Z] + xargs tar -czf amd64-bundles.tar.gz [2019-09-30T14:59:10.049Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2019-09-30T14:59:11.427Z] Archiving artifacts [2019-09-30T14:59:11.694Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40012/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-30T14:59:12.001Z] + make clean [2019-09-30T14:59:12.260Z] docker volume rm -f docker-dev-cache [2019-09-30T14:59:12.260Z] docker-dev-cache [Pipeline] deleteDir [2019-09-30T14:59:15.528Z] === RUN TestDockerSuite/TestRmiWithContainerFails [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-09-30T14:59:17.707Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2019-09-30T14:59:23.496Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2019-09-30T14:59:23.955Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2019-09-30T14:59:23.955Z] === RUN TestDockerSuite/TestRunAddHost [2019-09-30T14:59:23.955Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2019-09-30T14:59:23.955Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2019-09-30T14:59:23.955Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2019-09-30T14:59:23.955Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2019-09-30T14:59:23.955Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2019-09-30T14:59:23.955Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2019-09-30T14:59:26.129Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2019-09-30T14:59:26.129Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2019-09-30T14:59:26.129Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2019-09-30T14:59:30.825Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2019-09-30T14:59:33.003Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2019-09-30T14:59:40.082Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2019-09-30T14:59:42.261Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2019-09-30T14:59:45.167Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2019-09-30T14:59:45.167Z] === RUN TestDockerSuite/TestRunBindMounts [2019-09-30T14:59:49.855Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2019-09-30T14:59:49.855Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2019-09-30T14:59:49.855Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2019-09-30T14:59:49.855Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2019-09-30T14:59:49.855Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2019-09-30T14:59:49.855Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2019-09-30T14:59:49.855Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2019-09-30T14:59:49.855Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2019-09-30T14:59:49.855Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2019-09-30T14:59:49.856Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2019-09-30T14:59:49.856Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2019-09-30T14:59:49.856Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2019-09-30T14:59:51.392Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2019-09-30T14:59:51.392Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2019-09-30T14:59:54.293Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2019-09-30T14:59:54.293Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2019-09-30T14:59:54.293Z] === RUN TestDockerSuite/TestRunContainerNetwork [2019-09-30T14:59:56.475Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2019-09-30T14:59:56.475Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2019-09-30T14:59:56.475Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2019-09-30T14:59:56.475Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2019-09-30T14:59:56.475Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2019-09-30T14:59:56.475Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2019-09-30T14:59:56.475Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2019-09-30T14:59:56.475Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2019-09-30T14:59:58.648Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2019-09-30T15:00:02.382Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2019-09-30T15:00:03.919Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2019-09-30T15:00:03.919Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2019-09-30T15:00:03.919Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2019-09-30T15:00:03.919Z] === RUN TestDockerSuite/TestRunCreateVolume [2019-09-30T15:00:06.827Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2019-09-30T15:00:06.827Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2019-09-30T15:00:06.827Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2019-09-30T15:00:06.827Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2019-09-30T15:00:06.827Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2019-09-30T15:00:09.008Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2019-09-30T15:00:21.381Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2019-09-30T15:00:21.381Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2019-09-30T15:00:21.381Z] === RUN TestDockerSuite/TestRunDNSOptions [2019-09-30T15:00:21.381Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2019-09-30T15:00:21.381Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2019-09-30T15:00:21.381Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2019-09-30T15:00:21.381Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2019-09-30T15:00:22.917Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2019-09-30T15:00:22.917Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2019-09-30T15:00:23.377Z] === RUN TestDockerSuite/TestRunDuplicateMount [2019-09-30T15:00:23.377Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2019-09-30T15:00:25.561Z] === RUN TestDockerSuite/TestRunEchoStdout [2019-09-30T15:00:27.760Z] === RUN TestDockerSuite/TestRunEmptyEnv [2019-09-30T15:00:27.760Z] === RUN TestDockerSuite/TestRunEntrypoint [2019-09-30T15:00:29.969Z] === RUN TestDockerSuite/TestRunEnvironment [2019-09-30T15:00:29.969Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2019-09-30T15:00:29.969Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2019-09-30T15:00:29.969Z] === RUN TestDockerSuite/TestRunExitCode [2019-09-30T15:00:32.173Z] === RUN TestDockerSuite/TestRunExitCodeOne [2019-09-30T15:00:33.728Z] === RUN TestDockerSuite/TestRunExitCodeZero [2019-09-30T15:00:35.937Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2019-09-30T15:00:38.140Z] === RUN TestDockerSuite/TestRunExposePort [2019-09-30T15:00:38.140Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2019-09-30T15:00:38.140Z] === RUN TestDockerSuite/TestRunGroupAdd [2019-09-30T15:00:38.140Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2019-09-30T15:00:38.140Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2019-09-30T15:00:38.140Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2019-09-30T15:00:38.140Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2019-09-30T15:00:38.140Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2019-09-30T15:00:38.140Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2019-09-30T15:00:48.522Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2019-09-30T15:00:48.522Z] === RUN TestDockerSuite/TestRunInvalidReference [2019-09-30T15:00:48.522Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2019-09-30T15:00:48.522Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2019-09-30T15:00:48.522Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2019-09-30T15:00:48.522Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2019-09-30T15:00:48.522Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2019-09-30T15:00:57.156Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2019-09-30T15:00:57.156Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2019-09-30T15:00:58.136Z] === RUN TestDockerSuite/TestRunModeHostname [2019-09-30T15:00:58.136Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2019-09-30T15:00:58.136Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2019-09-30T15:00:58.136Z] === RUN TestDockerSuite/TestRunModeIpcHost [2019-09-30T15:00:58.136Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2019-09-30T15:00:58.136Z] === RUN TestDockerSuite/TestRunModePIDContainer [2019-09-30T15:00:58.136Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2019-09-30T15:00:58.136Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2019-09-30T15:00:58.136Z] === RUN TestDockerSuite/TestRunModePIDHost [2019-09-30T15:00:58.136Z] === RUN TestDockerSuite/TestRunModeUTSHost [2019-09-30T15:00:58.136Z] === RUN TestDockerSuite/TestRunMount [2019-09-30T15:00:58.136Z] === RUN TestDockerSuite/TestRunMountOrdering [2019-09-30T15:00:58.136Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2019-09-30T15:00:58.136Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2019-09-30T15:00:58.136Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2019-09-30T15:01:05.271Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2019-09-30T15:01:05.271Z] === RUN TestDockerSuite/TestRunNamedVolume [2019-09-30T15:01:05.271Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2019-09-30T15:01:05.271Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2019-09-30T15:01:10.003Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2019-09-30T15:01:13.776Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2019-09-30T15:01:13.777Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2019-09-30T15:01:13.777Z] === RUN TestDockerSuite/TestRunNetHost [2019-09-30T15:01:13.777Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2019-09-30T15:01:13.777Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2019-09-30T15:01:13.777Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2019-09-30T15:01:13.777Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2019-09-30T15:01:13.777Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2019-09-30T15:01:13.777Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2019-09-30T15:01:13.777Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2019-09-30T15:01:13.777Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2019-09-30T15:01:14.758Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2019-09-30T15:01:16.962Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2019-09-30T15:01:19.165Z] === RUN TestDockerSuite/TestRunNonExistingImage [2019-09-30T15:01:20.144Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2019-09-30T15:01:22.344Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2019-09-30T15:01:22.344Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2019-09-30T15:01:22.344Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2019-09-30T15:01:22.344Z] === RUN TestDockerSuite/TestRunPortInUse [2019-09-30T15:01:22.344Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2019-09-30T15:01:22.344Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2019-09-30T15:01:22.344Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2019-09-30T15:01:22.344Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2019-09-30T15:01:22.344Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2019-09-30T15:01:26.113Z] === RUN TestDockerSuite/TestRunPublishPort [2019-09-30T15:01:26.113Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2019-09-30T15:01:26.113Z] === RUN TestDockerSuite/TestRunReadProcLatency [2019-09-30T15:01:26.113Z] === RUN TestDockerSuite/TestRunReadProcTimer [2019-09-30T15:01:26.113Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2019-09-30T15:01:26.113Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2019-09-30T15:01:34.753Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2019-09-30T15:01:34.753Z] === RUN TestDockerSuite/TestRunRm [2019-09-30T15:01:36.307Z] === RUN TestDockerSuite/TestRunRmAndWait [2019-09-30T15:01:42.147Z] === RUN TestDockerSuite/TestRunRmPre125Api [2019-09-30T15:01:43.705Z] === RUN TestDockerSuite/TestRunRootWorkdir [2019-09-30T15:01:45.908Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2019-09-30T15:01:48.111Z] === RUN TestDockerSuite/TestRunSetMacAddress [2019-09-30T15:01:50.314Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2019-09-30T15:01:50.314Z] === RUN TestDockerSuite/TestRunState [2019-09-30T15:01:50.314Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2019-09-30T15:01:52.513Z] === RUN TestDockerSuite/TestRunStdinPipe [2019-09-30T15:01:52.513Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2019-09-30T15:01:54.723Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2019-09-30T15:01:54.723Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2019-09-30T15:01:54.723Z] === RUN TestDockerSuite/TestRunTLSVerify [2019-09-30T15:01:54.723Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2019-09-30T15:01:54.723Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2019-09-30T15:01:55.188Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2019-09-30T15:01:59.923Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2019-09-30T15:01:59.923Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2019-09-30T15:01:59.923Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2019-09-30T15:01:59.923Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2019-09-30T15:01:59.923Z] === RUN TestDockerSuite/TestRunUnshareProc [2019-09-30T15:01:59.923Z] === RUN TestDockerSuite/TestRunUserByID [2019-09-30T15:01:59.923Z] === RUN TestDockerSuite/TestRunUserByIDBig [2019-09-30T15:01:59.923Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2019-09-30T15:01:59.923Z] === RUN TestDockerSuite/TestRunUserByIDZero [2019-09-30T15:01:59.923Z] === RUN TestDockerSuite/TestRunUserByName [2019-09-30T15:01:59.923Z] === RUN TestDockerSuite/TestRunUserDefaults [2019-09-30T15:02:02.125Z] === RUN TestDockerSuite/TestRunUserNotFound [2019-09-30T15:02:02.125Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2019-09-30T15:02:04.326Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2019-09-30T15:02:04.326Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2019-09-30T15:02:04.326Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2019-09-30T15:02:07.264Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2019-09-30T15:02:13.104Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2019-09-30T15:02:17.834Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2019-09-30T15:02:23.670Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2019-09-30T15:02:23.670Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2019-09-30T15:02:23.670Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2019-09-30T15:02:23.670Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2019-09-30T15:02:23.670Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2019-09-30T15:02:26.604Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2019-09-30T15:02:28.812Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2019-09-30T15:02:31.017Z] === RUN TestDockerSuite/TestRunWithBadDevice [2019-09-30T15:02:31.017Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2019-09-30T15:02:31.017Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2019-09-30T15:02:31.017Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2019-09-30T15:02:31.017Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2019-09-30T15:02:31.017Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2019-09-30T15:02:31.017Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2019-09-30T15:02:31.017Z] === RUN TestDockerSuite/TestRunWithUlimits [2019-09-30T15:02:31.017Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2019-09-30T15:02:35.755Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2019-09-30T15:02:36.734Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2019-09-30T15:02:38.943Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2019-09-30T15:02:43.677Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2019-09-30T15:02:43.677Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2019-09-30T15:02:43.677Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2019-09-30T15:02:43.677Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2019-09-30T15:02:43.677Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2019-09-30T15:02:43.677Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2019-09-30T15:02:43.677Z] === RUN TestDockerSuite/TestSaveCheckTimes [2019-09-30T15:02:43.677Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2019-09-30T15:02:43.677Z] === RUN TestDockerSuite/TestSaveImageId [2019-09-30T15:02:43.677Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2019-09-30T15:02:43.677Z] === RUN TestDockerSuite/TestSaveLoadParents [2019-09-30T15:02:43.677Z] === RUN TestDockerSuite/TestSaveMultipleNames [2019-09-30T15:02:43.677Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2019-09-30T15:02:43.677Z] === RUN TestDockerSuite/TestSaveSingleTag [2019-09-30T15:02:43.677Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2019-09-30T15:02:43.677Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2019-09-30T15:02:43.677Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2019-09-30T15:02:43.677Z] === RUN TestDockerSuite/TestSearchCmdOptions [2019-09-30T15:02:45.879Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2019-09-30T15:02:46.344Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2019-09-30T15:02:46.810Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2019-09-30T15:02:47.275Z] === RUN TestDockerSuite/TestSearchWithLimit [2019-09-30T15:02:48.828Z] === RUN TestDockerSuite/TestSlowStdinClosing [2019-09-30T15:02:55.963Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2019-09-30T15:02:55.963Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2019-09-30T15:03:03.089Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2019-09-30T15:03:03.089Z] === RUN TestDockerSuite/TestStartAttachSilent [2019-09-30T15:03:06.023Z] === RUN TestDockerSuite/TestStartAttachWithRename [2019-09-30T15:03:06.023Z] === RUN TestDockerSuite/TestStartMultipleContainers [2019-09-30T15:03:06.487Z] === RUN TestDockerSuite/TestStartPausedContainer [2019-09-30T15:03:06.487Z] === RUN TestDockerSuite/TestStartRecordError [2019-09-30T15:03:06.487Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2019-09-30T15:03:13.625Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2019-09-30T15:03:13.625Z] === RUN TestDockerSuite/TestStatsAllNoStream [2019-09-30T15:03:13.625Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2019-09-30T15:03:13.625Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2019-09-30T15:03:13.625Z] === RUN TestDockerSuite/TestStatsFormatAll [2019-09-30T15:03:13.625Z] === RUN TestDockerSuite/TestStatsNoStream [2019-09-30T15:03:13.625Z] === RUN TestDockerSuite/TestTopMultipleArgs [2019-09-30T15:03:15.179Z] === RUN TestDockerSuite/TestTopNonPrivileged [2019-09-30T15:03:17.382Z] === RUN TestDockerSuite/TestTopPrivileged [2019-09-30T15:03:17.382Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2019-09-30T15:03:19.582Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2019-09-30T15:03:19.582Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2019-09-30T15:03:19.582Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2019-09-30T15:03:19.582Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2019-09-30T15:03:19.582Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2019-09-30T15:03:19.582Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2019-09-30T15:03:19.582Z] === RUN TestDockerSuite/TestVolumeCLICreate [2019-09-30T15:03:37.349Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2019-09-30T15:03:37.349Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2019-09-30T15:03:37.349Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2019-09-30T15:03:37.349Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2019-09-30T15:03:37.349Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2019-09-30T15:03:37.349Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2019-09-30T15:03:37.349Z] === RUN TestDockerSuite/TestVolumeCLILs [2019-09-30T15:03:38.329Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2019-09-30T15:03:38.794Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2019-09-30T15:03:41.728Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2019-09-30T15:03:42.193Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2019-09-30T15:03:42.659Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2019-09-30T15:03:42.659Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2019-09-30T15:03:42.659Z] === RUN TestDockerSuite/TestVolumeCLIRm [2019-09-30T15:03:51.285Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2019-09-30T15:03:51.285Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2019-09-30T15:03:51.285Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2019-09-30T15:03:51.285Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2019-09-30T15:03:51.285Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2019-09-30T15:03:58.420Z] === RUN TestDockerSuite/TestVolumeLsFormat [2019-09-30T15:03:58.420Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2019-09-30T15:03:58.420Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2019-09-30T15:04:07.055Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2019-09-30T15:04:07.055Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite (2549.82s) [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2019-09-30T15:04:08.610Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2019-09-30T15:04:08.610Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2019-09-30T15:04:08.610Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2019-09-30T15:04:08.610Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.61s) [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.26s) [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.58s) [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s) [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (142.36s) [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (3.11s) [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.03s) [2019-09-30T15:04:08.610Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2019-09-30T15:04:08.610Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.610Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2019-09-30T15:04:08.610Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.610Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2019-09-30T15:04:08.610Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.610Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2019-09-30T15:04:08.610Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.610Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2019-09-30T15:04:08.610Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.610Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2019-09-30T15:04:08.610Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.610Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2019-09-30T15:04:08.610Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2019-09-30T15:04:08.610Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2019-09-30T15:04:08.610Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.99s) [2019-09-30T15:04:08.610Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2019-09-30T15:04:08.610Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.610Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2019-09-30T15:04:08.610Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.88s) [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (7.05s) [2019-09-30T15:04:08.610Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2019-09-30T15:04:08.610Z] requirement.go:26: unmatched requirement Apparmor [2019-09-30T15:04:08.610Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2019-09-30T15:04:08.610Z] requirement.go:26: unmatched requirement Apparmor [2019-09-30T15:04:08.610Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2019-09-30T15:04:08.610Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.610Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2019-09-30T15:04:08.610Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.15s) [2019-09-30T15:04:08.610Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2019-09-30T15:04:08.610Z] requirement.go:26: unmatched requirement IsPausable [2019-09-30T15:04:08.610Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2019-09-30T15:04:08.610Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (6.05s) [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (115.06s) [2019-09-30T15:04:08.610Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.59s) [2019-09-30T15:04:08.610Z] requirement.go:26: unmatched requirement UnixCli [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (6.10s) [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.39s) [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.79s) [2019-09-30T15:04:08.610Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2019-09-30T15:04:08.610Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.610Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2019-09-30T15:04:08.610Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.610Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2019-09-30T15:04:08.610Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.26s) [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.74s) [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.88s) [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.38s) [2019-09-30T15:04:08.610Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2019-09-30T15:04:08.610Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.610Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2019-09-30T15:04:08.610Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.43s) [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (12.15s) [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (5.28s) [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.95s) [2019-09-30T15:04:08.610Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2019-09-30T15:04:08.610Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.08s) [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.40s) [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.94s) [2019-09-30T15:04:08.610Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2019-09-30T15:04:08.610Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.610Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2019-09-30T15:04:08.610Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.610Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2019-09-30T15:04:08.610Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.610Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2019-09-30T15:04:08.610Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.44s) [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestBuildAddTar (48.09s) [2019-09-30T15:04:08.610Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2019-09-30T15:04:08.610Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.610Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.42s) [2019-09-30T15:04:08.610Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (18.29s) [2019-09-30T15:04:08.610Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.85s) [2019-09-30T15:04:08.610Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.61s) [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.23s) [2019-09-30T15:04:08.610Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.21s) [2019-09-30T15:04:08.610Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.07s) [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (10.09s) [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (9.41s) [2019-09-30T15:04:08.610Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.44s) [2019-09-30T15:04:08.610Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (5.00s) [2019-09-30T15:04:08.610Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2019-09-30T15:04:08.610Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.610Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2019-09-30T15:04:08.610Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.08s) [2019-09-30T15:04:08.610Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2019-09-30T15:04:08.610Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.58s) [2019-09-30T15:04:08.610Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2019-09-30T15:04:08.610Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.610Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2019-09-30T15:04:08.610Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (24.24s) [2019-09-30T15:04:08.610Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.90s) [2019-09-30T15:04:08.610Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.80s) [2019-09-30T15:04:08.610Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.610Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.43s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.34s) [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.79s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.37s) [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement UnixCli [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.29s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.87s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildCmd (0.50s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.54s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.50s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.76s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.07s) [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.17s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildContChar (13.62s) [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.42s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.24s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.94s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.47s) [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.73s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.62s) [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.46s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (34.69s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.67s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.41s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.58s) [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.42s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.40s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.47s) [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (28.31s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.72s) [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.43s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (28.28s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.83s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.88s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.57s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.74s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.75s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildDockerignore (66.87s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.72s) [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.52s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (57.81s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.73s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.87s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (25.34s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (11.74s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (10.84s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (34.09s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (15.62s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (11.05s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (92.90s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.52s) [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.39s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.65s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.09s) [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.46s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.47s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.86s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.07s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.96s) [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.40s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.21s) [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.86s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.95s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (18.53s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.73s) [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildFails (2.35s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.11s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.23s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.14s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildForceRm (6.77s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildFromGit (6.32s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.50s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.79s) [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement UnixCli [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.71s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.58s) [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (9.27s) [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildHistory (10.91s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.89s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.03s) [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.80s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.09s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (9.45s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildLabel (0.87s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.60s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.83s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.55s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildLabels (0.90s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.46s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.44s) [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.11s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.50s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.66s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.50s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (20.22s) [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.15s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (31.23s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (19.29s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.37s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (5.75s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (6.71s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (16.89s) [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.54s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.66s) [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildNoContext (7.40s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.47s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (6.99s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.24s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.14s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.29s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.16s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.21s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildOnBuild (9.18s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.53s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.82s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.39s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (8.81s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.15s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.03s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.09s) [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.05s) [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (47.72s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (24.05s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildRm (13.69s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.35s) [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.47s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.36s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.54s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (8.26s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.21s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (15.61s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.85s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.58s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (12.43s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.33s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.02s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.10s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildStderr (4.85s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (20.52s) [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.40s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.87s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.23s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.80s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.44s) [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.37s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.58s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (7.33s) [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (22.84s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.91s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (14.71s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (10.63s) [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.39s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.59s) [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.40s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (12.08s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.99s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.47s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (14.40s) [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.43s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.40s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.23s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (9.09s) [2019-09-30T15:04:08.611Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.83s) [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.38s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2019-09-30T15:04:08.611Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.611Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2019-09-30T15:04:08.612Z] docker_cli_sni_test.go:18: Flakey test [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.05s) [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.79s) [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestCommitChange (5.29s) [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (5.11s) [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestCommitNewFile (11.73s) [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestCommitTTY (7.10s) [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.91s) [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.06s) [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestContainerAPICommit (6.66s) [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (11.82s) [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.01s) [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.26s) [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.26s) [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.54s) [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.91s) [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.13s) [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.21s) [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (6.96s) [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.17s) [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.95s) [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.33s) [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.22s) [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.00s) [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.90s) [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.86s) [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s) [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.67s) [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.26s) [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.95s) [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s) [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.57s) [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.75s) [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.01s) [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (22.25s) [2019-09-30T15:04:08.612Z] docker_api_containers_test.go:2100: case 0 - config: {volume c:\foo false } [2019-09-30T15:04:08.612Z] docker_api_containers_test.go:2100: case 1 - config: {volume c:\foo\ false } [2019-09-30T15:04:08.612Z] docker_api_containers_test.go:2100: case 2 - config: {volume test1 c:\foo false } [2019-09-30T15:04:08.612Z] docker_api_containers_test.go:2100: case 3 - config: {volume test2 c:\foo true } [2019-09-30T15:04:08.612Z] docker_api_containers_test.go:2100: case 4 - config: {volume test3 c:\foo false 0xc0001d5d60 } [2019-09-30T15:04:08.612Z] docker_api_containers_test.go:2100: case 5 - config: {bind C:\windows\TEMP\test-mounts-api-1140635414 c:\foo false } [2019-09-30T15:04:08.612Z] docker_api_containers_test.go:2100: case 6 - config: {bind C:\windows\TEMP\test-mounts-api-1140635414 c:\foo true } [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.21s) [2019-09-30T15:04:08.612Z] docker_api_containers_test.go:1927: case 0 [2019-09-30T15:04:08.612Z] docker_api_containers_test.go:1927: case 1 [2019-09-30T15:04:08.612Z] docker_api_containers_test.go:1927: case 2 [2019-09-30T15:04:08.612Z] docker_api_containers_test.go:1927: case 3 [2019-09-30T15:04:08.612Z] docker_api_containers_test.go:1927: case 4 [2019-09-30T15:04:08.612Z] docker_api_containers_test.go:1927: case 5 [2019-09-30T15:04:08.612Z] docker_api_containers_test.go:1927: case 6 [2019-09-30T15:04:08.612Z] docker_api_containers_test.go:1927: case 7 [2019-09-30T15:04:08.612Z] docker_api_containers_test.go:1927: case 8 [2019-09-30T15:04:08.612Z] docker_api_containers_test.go:1927: case 9 [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.22s) [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.23s) [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s) [2019-09-30T15:04:08.612Z] docker_cli_cp_utils_test.go:192: running `docker cp foo bar` [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.23s) [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.56s) [2019-09-30T15:04:08.612Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-a987961345\file1 1f3d009bee0542bcb22a90509cdf468753b6581f2d3a54d4440f5966cf012b45:/root/itWorks.txt` [2019-09-30T15:04:08.612Z] docker_cli_cp_utils_test.go:279: checking that container "1f3d009bee0542bcb22a90509cdf468753b6581f2d3a54d4440f5966cf012b45" start output contains "file1\n" [2019-09-30T15:04:08.612Z] docker_cli_cp_utils_test.go:209: running `docker start -a 1f3d009bee0542bcb22a90509cdf468753b6581f2d3a54d4440f5966cf012b45` [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.31s) [2019-09-30T15:04:08.612Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-b228626796\file1 9cd2b549b5ecf082d8ed89530e51567aeb69988ae0661d5c194ab023afaa909e:testDir/` [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestCpToCaseE (8.72s) [2019-09-30T15:04:08.612Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-e454254043\dir1 30758c94dae862c00908775625235fcc54589213bb2788b42a75154a36b8d3ed:testDir` [2019-09-30T15:04:08.612Z] docker_cli_cp_utils_test.go:279: checking that container "30758c94dae862c00908775625235fcc54589213bb2788b42a75154a36b8d3ed" start output contains "file1-1\n" [2019-09-30T15:04:08.612Z] docker_cli_cp_utils_test.go:209: running `docker start -a 30758c94dae862c00908775625235fcc54589213bb2788b42a75154a36b8d3ed` [2019-09-30T15:04:08.612Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-e454254043\dir1 ac917fc4d526ff7f7666f47e8bad694e05b2012543ef0ab6c861d501208d4508:testDir/` [2019-09-30T15:04:08.612Z] docker_cli_cp_utils_test.go:279: checking that container "ac917fc4d526ff7f7666f47e8bad694e05b2012543ef0ab6c861d501208d4508" start output contains "file1-1\n" [2019-09-30T15:04:08.612Z] docker_cli_cp_utils_test.go:209: running `docker start -a ac917fc4d526ff7f7666f47e8bad694e05b2012543ef0ab6c861d501208d4508` [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestCpToCaseH (8.67s) [2019-09-30T15:04:08.612Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-h117269886\dir1\. 255d32fe77adf90907da6191b056fbafbccc766ee0666020ba4a1b86e75f661b:testDir` [2019-09-30T15:04:08.612Z] docker_cli_cp_utils_test.go:279: checking that container "255d32fe77adf90907da6191b056fbafbccc766ee0666020ba4a1b86e75f661b" start output contains "file1-1\n" [2019-09-30T15:04:08.612Z] docker_cli_cp_utils_test.go:209: running `docker start -a 255d32fe77adf90907da6191b056fbafbccc766ee0666020ba4a1b86e75f661b` [2019-09-30T15:04:08.612Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-h117269886\dir1\. 24191565aeefef03a412b5e3ca3dd30b0e951f17abd58d86f6b7a18f5c580f41:testDir/` [2019-09-30T15:04:08.612Z] docker_cli_cp_utils_test.go:279: checking that container "24191565aeefef03a412b5e3ca3dd30b0e951f17abd58d86f6b7a18f5c580f41" start output contains "file1-1\n" [2019-09-30T15:04:08.612Z] docker_cli_cp_utils_test.go:209: running `docker start -a 24191565aeefef03a412b5e3ca3dd30b0e951f17abd58d86f6b7a18f5c580f41` [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestCpToDot (2.62s) [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestCpToStdout (2.13s) [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.16s) [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestCreateArgs (0.17s) [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestCreateByImageID (1.71s) [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (6.99s) [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.24s) [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.17s) [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.95s) [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.63s) [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestCreateLabels (0.17s) [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestCreateRM (0.33s) [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.18s) [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.33s) [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (12.54s) [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.19s) [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.53s) [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.12s) [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.19s) [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (7.02s) [2019-09-30T15:04:08.612Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2019-09-30T15:04:08.612Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.612Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.12s) [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestDockerFails (0.08s) [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.44s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (7.27s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.38s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (8.05s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestEventsCopy (5.58s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.09s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.01s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.82s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.48s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.38s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.01s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestEventsFilters (4.42s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestEventsFormat (4.27s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.19s) [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestEventsRename (2.24s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestEventsResize (2.68s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.02s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.53s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.62s) [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestEventsUntag (2.75s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.60s) [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.01s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.77s) [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.92s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.00s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.03s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.91s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.07s) [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.10s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestExecInspectID (4.49s) [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement IsPausable [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.37s) [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.14s) [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (7.72s) [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.56s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.86s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.57s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.03s) [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.12s) [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.04s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.09s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.38s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.70s) [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.98s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.09s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.84s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.28s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.00s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.22s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestImagesFormat (0.22s) [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.63s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestImportBadURL (2.36s) [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestInfoDebug (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName (0.41s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestInfoDiscoveryBackend (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestInfoDiscoveryInvalidAdvertise (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement IsPausable [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestInfoFormat (0.13s) [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestInsecureRegistries (0.02s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.04s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.07s) [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.09s) [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.06s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.19s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.25s) [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestInspectDefault (2.10s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestInspectHistory (4.78s) [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.50s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.15s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.18s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.14s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.17s) [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.14s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestInspectStatus (2.55s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.98s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.22s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.05s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.05s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.32s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.30s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.14s) [2019-09-30T15:04:08.613Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.09s) [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2019-09-30T15:04:08.613Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.613Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.92s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.85s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.45s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.90s) [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.17s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.61s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.60s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.30s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.69s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.08s) [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.32s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.19s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestLogsSince (8.95s) [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestLogsTail (2.78s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.52s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.27s) [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s) [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement IsAmd64 [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement IsAmd64 [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.31s) [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.20s) [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestPsByOrder (8.07s) [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestPsListContainersBase (9.86s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (13.26s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.29s) [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2019-09-30T15:04:08.614Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (11.85s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.44s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (6.73s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (9.04s) [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.74s) [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestPsShowMounts (6.90s) [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.39s) [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.33s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (1.01s) [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.01s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.03s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.23s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (22.05s) [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (6.06s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.23s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.17s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.71s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.35s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.29s) [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.25s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.28s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (14.76s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.68s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.64s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (7.40s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (5.63s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (8.28s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.72s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestRmiTag (0.73s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.17s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (17.14s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.47s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.33s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.18s) [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.03s) [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.28s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.82s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (7.00s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.35s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.30s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2019-09-30T15:04:08.614Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.39s) [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:08.614Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2019-09-30T15:04:08.614Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.080Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.13s) [2019-09-30T15:04:09.080Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2019-09-30T15:04:09.080Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.080Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.91s) [2019-09-30T15:04:09.080Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2019-09-30T15:04:09.080Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.080Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2019-09-30T15:04:09.080Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.080Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.93s) [2019-09-30T15:04:09.080Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2019-09-30T15:04:09.080Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.080Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2019-09-30T15:04:09.080Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.080Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2019-09-30T15:04:09.080Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.080Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2019-09-30T15:04:09.080Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.080Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2019-09-30T15:04:09.080Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.080Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2019-09-30T15:04:09.080Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.080Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2019-09-30T15:04:09.080Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.080Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.30s) [2019-09-30T15:04:09.080Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (3.04s) [2019-09-30T15:04:09.080Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.24s) [2019-09-30T15:04:09.080Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2019-09-30T15:04:09.080Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.080Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2019-09-30T15:04:09.080Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.080Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2019-09-30T15:04:09.080Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.080Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.40s) [2019-09-30T15:04:09.080Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2019-09-30T15:04:09.080Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.080Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2019-09-30T15:04:09.080Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.080Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2019-09-30T15:04:09.080Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.080Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2019-09-30T15:04:09.080Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.080Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.16s) [2019-09-30T15:04:09.080Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (12.21s) [2019-09-30T15:04:09.080Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2019-09-30T15:04:09.080Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.080Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2019-09-30T15:04:09.080Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.080Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2019-09-30T15:04:09.080Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.080Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2019-09-30T15:04:09.080Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.080Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2019-09-30T15:04:09.080Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.080Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2019-09-30T15:04:09.080Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.080Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.11s) [2019-09-30T15:04:09.080Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2019-09-30T15:04:09.080Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.080Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.10s) [2019-09-30T15:04:09.080Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2019-09-30T15:04:09.080Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.080Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.23s) [2019-09-30T15:04:09.080Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.16s) [2019-09-30T15:04:09.080Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2019-09-30T15:04:09.080Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.07s) [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunExitCode (2.09s) [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.13s) [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.09s) [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.12s) [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement IsolationIsHyperv [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (8.75s) [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (8.99s) [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.72s) [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.82s) [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.59s) [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.76s) [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.34s) [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.00s) [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.15s) [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.11s) [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.99s) [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.05s) [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.13s) [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement Apparmor [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (8.20s) [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunRm (2.20s) [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.37s) [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.30s) [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.07s) [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.09s) [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.50s) [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.22s) [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.97s) [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.17s) [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.69s) [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement Apparmor [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.09s) [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.07s) [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.90s) [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (6.36s) [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.24s) [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.78s) [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.11s) [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.18s) [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.14s) [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.12s) [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.03s) [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.70s) [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.10s) [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.47s) [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement Apparmor [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.41s) [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.39s) [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.41s) [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.26s) [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.55s) [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (6.46s) [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.18s) [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- PASS: TestDockerSuite/TestStartAttachSilent (3.93s) [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2019-09-30T15:04:09.081Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.081Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement IsPausable [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (6.57s) [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.12s) [2019-09-30T15:04:09.082Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.36s) [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.07s) [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.29s) [2019-09-30T15:04:09.082Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.15s) [2019-09-30T15:04:09.082Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.21s) [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.34s) [2019-09-30T15:04:09.082Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.30s) [2019-09-30T15:04:09.082Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.15s) [2019-09-30T15:04:09.082Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.47s) [2019-09-30T15:04:09.082Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.08s) [2019-09-30T15:04:09.082Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.11s) [2019-09-30T15:04:09.082Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.43s) [2019-09-30T15:04:09.082Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.42s) [2019-09-30T15:04:09.082Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2019-09-30T15:04:09.082Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.19s) [2019-09-30T15:04:09.082Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (7.63s) [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.62s) [2019-09-30T15:04:09.082Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.21s) [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (6.36s) [2019-09-30T15:04:09.082Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.29s) [2019-09-30T15:04:09.082Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.29s) [2019-09-30T15:04:09.082Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (8.68s) [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.41s) [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistrySuite [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistrySuite/TestV2Only [2019-09-30T15:04:09.082Z] --- PASS: TestDockerRegistrySuite (0.00s) [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] === RUN TestDockerSchema1RegistrySuite [2019-09-30T15:04:09.082Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2019-09-30T15:04:09.082Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2019-09-30T15:04:09.082Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2019-09-30T15:04:09.082Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2019-09-30T15:04:09.082Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2019-09-30T15:04:09.082Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2019-09-30T15:04:09.082Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2019-09-30T15:04:09.082Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2019-09-30T15:04:09.082Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2019-09-30T15:04:09.082Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2019-09-30T15:04:09.082Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2019-09-30T15:04:09.082Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2019-09-30T15:04:09.082Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2019-09-30T15:04:09.082Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2019-09-30T15:04:09.082Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2019-09-30T15:04:09.082Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2019-09-30T15:04:09.082Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2019-09-30T15:04:09.082Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2019-09-30T15:04:09.082Z] --- PASS: TestDockerSchema1RegistrySuite (0.03s) [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2019-09-30T15:04:09.082Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2019-09-30T15:04:09.082Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.02s) [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.082Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2019-09-30T15:04:09.082Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.083Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2019-09-30T15:04:09.083Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.083Z] === RUN TestDockerRegistryAuthTokenSuite [2019-09-30T15:04:09.083Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2019-09-30T15:04:09.083Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2019-09-30T15:04:09.083Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2019-09-30T15:04:09.083Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2019-09-30T15:04:09.083Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2019-09-30T15:04:09.083Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2019-09-30T15:04:09.083Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2019-09-30T15:04:09.083Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.083Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2019-09-30T15:04:09.083Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.083Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2019-09-30T15:04:09.083Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.083Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2019-09-30T15:04:09.083Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.083Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2019-09-30T15:04:09.083Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.083Z] === RUN TestDockerDaemonSuite [2019-09-30T15:04:09.083Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2019-09-30T15:04:09.083Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2019-09-30T15:04:09.083Z] === RUN TestDockerDaemonSuite/TestRegistryMirrors [2019-09-30T15:04:09.083Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2019-09-30T15:04:09.083Z] --- PASS: TestDockerDaemonSuite (0.00s) [2019-09-30T15:04:09.083Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2019-09-30T15:04:09.083Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.083Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2019-09-30T15:04:09.083Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.083Z] --- SKIP: TestDockerDaemonSuite/TestRegistryMirrors (0.00s) [2019-09-30T15:04:09.083Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.083Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2019-09-30T15:04:09.083Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.083Z] === RUN TestDockerSwarmSuite [2019-09-30T15:04:09.083Z] --- PASS: TestDockerSwarmSuite (0.00s) [2019-09-30T15:04:09.083Z] === RUN TestDockerPluginSuite [2019-09-30T15:04:09.083Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2019-09-30T15:04:09.083Z] === RUN TestDockerPluginSuite/TestPluginCreate [2019-09-30T15:04:09.083Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2019-09-30T15:04:09.083Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2019-09-30T15:04:09.083Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2019-09-30T15:04:09.083Z] === RUN TestDockerPluginSuite/TestPluginInspect [2019-09-30T15:04:09.083Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2019-09-30T15:04:09.083Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2019-09-30T15:04:09.083Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2019-09-30T15:04:09.083Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2019-09-30T15:04:09.083Z] === RUN TestDockerPluginSuite/TestPluginSet [2019-09-30T15:04:09.083Z] --- PASS: TestDockerPluginSuite (0.03s) [2019-09-30T15:04:09.083Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2019-09-30T15:04:09.083Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.083Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2019-09-30T15:04:09.083Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.083Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2019-09-30T15:04:09.083Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.083Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2019-09-30T15:04:09.083Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.083Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2019-09-30T15:04:09.083Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.083Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2019-09-30T15:04:09.083Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.083Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2019-09-30T15:04:09.083Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.083Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2019-09-30T15:04:09.083Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.083Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2019-09-30T15:04:09.083Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.083Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2019-09-30T15:04:09.083Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.083Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2019-09-30T15:04:09.083Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.083Z] === RUN TestDockerExternalVolumeSuite [2019-09-30T15:04:09.083Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2019-09-30T15:04:09.083Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.083Z] === RUN TestDockerNetworkSuite [2019-09-30T15:04:09.083Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2019-09-30T15:04:09.083Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.083Z] === RUN TestDockerHubPullSuite [2019-09-30T15:04:09.083Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2019-09-30T15:04:09.083Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-30T15:04:09.083Z] PASS [2019-09-30T15:04:09.083Z] ok github.com/docker/docker/integration-cli 2550.732s [2019-09-30T15:04:09.083Z] INFO: Integration tests ended at 09/30/2019 15:04:08. Duration:00:42:38.5072973 [2019-09-30T15:04:09.083Z] INFO: Docker info of the daemon under test at end of run [2019-09-30T15:04:09.083Z] [2019-09-30T15:04:09.083Z] Containers: 2 [2019-09-30T15:04:09.083Z] Running: 0 [2019-09-30T15:04:09.083Z] Paused: 0 [2019-09-30T15:04:09.083Z] Stopped: 2 [2019-09-30T15:04:09.083Z] Images: 12 [2019-09-30T15:04:09.083Z] Server Version: 0.0.0-dev [2019-09-30T15:04:09.083Z] Storage Driver: windowsfilter [2019-09-30T15:04:09.083Z] Windows: [2019-09-30T15:04:09.083Z] Logging Driver: json-file [2019-09-30T15:04:09.083Z] Plugins: [2019-09-30T15:04:09.083Z] Volume: local [2019-09-30T15:04:09.083Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2019-09-30T15:04:09.083Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-09-30T15:04:09.083Z] Swarm: inactive [2019-09-30T15:04:09.083Z] Default Isolation: process [2019-09-30T15:04:09.083Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-09-30T15:04:09.083Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-09-30T15:04:09.083Z] OSType: windows [2019-09-30T15:04:09.083Z] Architecture: x86_64 [2019-09-30T15:04:09.083Z] CPUs: 4 [2019-09-30T15:04:09.083Z] Total Memory: 32GiB [2019-09-30T15:04:09.083Z] Name: azwin-2-e8f700 [2019-09-30T15:04:09.083Z] ID: 4B2F:6B2D:Z3HK:PGBB:2RYJ:JY2B:DFJL:5XKS:FFE2:7JY4:LY52:FUVI [2019-09-30T15:04:09.083Z] Docker Root Dir: D:\CI\PR-40012\2\daemon [2019-09-30T15:04:09.083Z] Debug Mode (client): false [2019-09-30T15:04:09.083Z] Debug Mode (server): true [2019-09-30T15:04:09.083Z] File Descriptors: -1 [2019-09-30T15:04:09.083Z] Goroutines: 18 [2019-09-30T15:04:09.083Z] System Time: 2019-09-30T15:04:08.9743937Z [2019-09-30T15:04:09.083Z] EventsListeners: 0 [2019-09-30T15:04:09.083Z] Registry: https://index.docker.io/v1/ [2019-09-30T15:04:09.083Z] Labels: [2019-09-30T15:04:09.083Z] Experimental: false [2019-09-30T15:04:09.083Z] Insecure Registries: [2019-09-30T15:04:09.083Z] 127.0.0.0/8 [2019-09-30T15:04:09.083Z] Live Restore Enabled: false [2019-09-30T15:04:09.083Z] [2019-09-30T15:04:09.083Z] [2019-09-30T15:04:09.083Z] INFO: Stopping daemon under test [2019-09-30T15:04:09.548Z] SUCCESS: The process with PID 8172 (child process of PID 8852) has been terminated. [2019-09-30T15:04:09.548Z] SUCCESS: The process with PID 8852 (child process of PID 5224) has been terminated. [2019-09-30T15:04:09.548Z] INFO: Stop tailing logs of the daemon under tests [2019-09-30T15:04:09.548Z] INFO: executeCI.ps1 Completed successfully at 09/30/2019 15:04:09. [2019-09-30T15:04:09.548Z] INFO: Tidying up at end of run [2019-09-30T15:04:09.548Z] INFO: Saving daemon under test log (d:\CI\PR-40012\2\dut.out) to C:\windows\TEMP\CIDUT.out [2019-09-30T15:04:09.548Z] INFO: Saving daemon under test log (d:\CI\PR-40012\2\dut.err) to C:\windows\TEMP\CIDUT.err [2019-09-30T15:04:09.548Z] INFO: Nuke-Everything... [2019-09-30T15:04:09.548Z] INFO: Container count on control daemon to delete is 2 [2019-09-30T15:04:10.527Z] ba6f5a8a3bec [2019-09-30T15:04:10.527Z] 90a9358b01ee [2019-09-30T15:04:10.527Z] INFO: Non-base image count on control daemon to delete is 1 [2019-09-30T15:04:12.094Z] Deleted: sha256:36397587ed014471e6e9ba8516ed5fdb5fe38c1f4c38579ca962df8ed096e1b9 [2019-09-30T15:04:12.094Z] Deleted: sha256:818aa85f1288354f1c9b44950732779761a041cd05719ae1bd06deff662eea4a [2019-09-30T15:04:12.094Z] INFO: Tidying pidfile d:\CI\PR-40012\2\docker.pid [2019-09-30T15:04:12.094Z] INFO: Nuking d:\CI [2019-09-30T15:04:47.915Z] INFO: Zapped successfully [2019-09-30T15:04:47.915Z] [2019-09-30T15:04:47.915Z] INFO: executeCI.ps1 exiting at Mon Sep 30 15:04:43 CUT 2019. Duration 00:57:27.6841919 [2019-09-30T15:04:47.915Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2019-09-30T15:04:49.587Z] Creating windowsRS5-integration-bundles.zip [Pipeline] step [2019-09-30T15:04:51.506Z] Archiving artifacts [2019-09-30T15:04:52.692Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-40012/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-30T15:04:53.624Z] + make clean [2019-09-30T15:04:54.686Z] docker volume rm -f docker-dev-cache [2019-09-30T15:04:54.686Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS