Pull request #39997 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c+40b9333523d9c128bb6746f80b8e698b21feb6e0 (71a488354001284c447eff4d3be46190afdd597a) 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-27T12:22:21.254Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2019-09-27T12:22:21.259Z] Trying to pass milestone 1 [Pipeline] milestone [2019-09-27T12:22:21.270Z] Trying to pass milestone 2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2019-09-27T12:22:21.383Z] Running on ubuntu-1804-overlay2 (i-0b3db7290eb8113bf) in /home/ubuntu/workspace/moby_PR-39997 [Pipeline] { [Pipeline] checkout [2019-09-27T12:22:21.427Z] using credential docker-jenkins-github-credentials [2019-09-27T12:22:21.434Z] Cloning the remote Git repository [2019-09-27T12:22:21.434Z] Cloning with configured refspecs honoured and without tags [2019-09-27T12:22:21.454Z] Cloning repository https://github.com/moby/moby.git [2019-09-27T12:22:21.455Z] > git init /home/ubuntu/workspace/moby_PR-39997 # timeout=10 [2019-09-27T12:22:21.462Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-27T12:22:21.462Z] > git --version # timeout=10 [2019-09-27T12:22:21.466Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-27T12:22:21.467Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39997/head:refs/remotes/origin/PR-39997 +refs/heads/master:refs/remotes/origin/master [2019-09-27T12:22:33.966Z] Fetching without tags [2019-09-27T12:22:33.913Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-27T12:22:33.919Z] > git config --add remote.origin.fetch +refs/pull/39997/head:refs/remotes/origin/PR-39997 # timeout=10 [2019-09-27T12:22:33.922Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-27T12:22:33.936Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-27T12:22:34.217Z] Merging remotes/origin/master commit 40b9333523d9c128bb6746f80b8e698b21feb6e0 into PR head commit b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c [2019-09-27T12:22:34.774Z] Merge succeeded, producing b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c [2019-09-27T12:22:34.775Z] Checking out Revision b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c (PR-39997) [2019-09-27T12:22:35.238Z] Commit message: "Jenkinsfile: install ipvsadm for amd64 stage" [2019-09-27T12:22:35.254Z] First time build. Skipping changelog. [2019-09-27T12:22:33.949Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-27T12:22:33.949Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-27T12:22:33.950Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39997/head:refs/remotes/origin/PR-39997 +refs/heads/master:refs/remotes/origin/master [2019-09-27T12:22:34.195Z] > git config core.sparsecheckout # timeout=10 [2019-09-27T12:22:34.198Z] > git checkout -f b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c [2019-09-27T12:22:34.736Z] > git merge 40b9333523d9c128bb6746f80b8e698b21feb6e0 # timeout=10 [2019-09-27T12:22:34.747Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-27T12:22:34.753Z] > git config core.sparsecheckout # timeout=10 [2019-09-27T12:22:34.760Z] > git checkout -f b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c [2019-09-27T12:22:35.216Z] > git rev-list --no-walk f9474fbc9b8684008dbfc8034870367af8882539 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-09-27T12:22:36.164Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39997:/workspace alpine sh -c apk add --no-cache -q git bash && cd /workspace && hack/validate/dco [2019-09-27T12:22:36.164Z] Unable to find image 'alpine:latest' locally [2019-09-27T12:22:36.164Z] latest: Pulling from library/alpine [2019-09-27T12:22:36.419Z] 9d48c3bd43c5: Already exists [2019-09-27T12:22:36.419Z] Digest: sha256:72c42ed48c3a2db31b7dafe17d275b634664a708d901ec9fd57b1529280f01fb [2019-09-27T12:22:36.419Z] Status: Downloaded newer image for alpine:latest [2019-09-27T12:22:39.688Z] 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 [2019-09-27T12:22:40.437Z] Running on ubuntu-1804-overlay2 (i-0edd6e37c8cef4c55) in /home/ubuntu/workspace/moby_PR-39997 [Pipeline] { (Print info) [2019-09-27T12:22:40.438Z] Running on ubuntu-1804-overlay2 (i-0318715efaf52f901) in /home/ubuntu/workspace/moby_PR-39997 [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] { [2019-09-27T12:22:40.467Z] Running on ppc64le-ubuntu-26 in /home/docker/workspace/moby_PR-39997 [Pipeline] checkout [Pipeline] // stage [2019-09-27T12:22:40.504Z] using credential docker-jenkins-github-credentials [2019-09-27T12:22:40.513Z] Cloning the remote Git repository [2019-09-27T12:22:40.513Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] checkout [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] { [Pipeline] stage [Pipeline] { (Run tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [2019-09-27T12:22:40.580Z] Running on s390x-ubuntu-16 in /home/jenkins/workspace/moby_PR-39997 [Pipeline] checkout [Pipeline] // stage [2019-09-27T12:22:40.600Z] using credential docker-jenkins-github-credentials [2019-09-27T12:22:40.608Z] Cloning the remote Git repository [2019-09-27T12:22:40.608Z] 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] { Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [2019-09-27T12:22:40.638Z] using credential docker-jenkins-github-credentials [Pipeline] checkout [2019-09-27T12:22:40.656Z] Cloning the remote Git repository [2019-09-27T12:22:40.656Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2019-09-27T12:22:40.840Z] using credential docker-jenkins-github-credentials [2019-09-27T12:22:40.889Z] Cloning the remote Git repository [2019-09-27T12:22:40.889Z] Cloning with configured refspecs honoured and without tags [2019-09-27T12:22:40.514Z] Cloning repository https://github.com/moby/moby.git [2019-09-27T12:22:40.514Z] > git init /home/ubuntu/workspace/moby_PR-39997 # timeout=10 [2019-09-27T12:22:40.518Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-27T12:22:40.519Z] > git --version # timeout=10 [2019-09-27T12:22:40.524Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-27T12:22:40.525Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39997/head:refs/remotes/origin/PR-39997 +refs/heads/master:refs/remotes/origin/master [2019-09-27T12:22:40.616Z] Cloning repository https://github.com/moby/moby.git [2019-09-27T12:22:40.617Z] > git init /home/ubuntu/workspace/moby_PR-39997 # timeout=10 [2019-09-27T12:22:40.627Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-27T12:22:40.627Z] > git --version # timeout=10 [2019-09-27T12:22:40.637Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-27T12:22:40.638Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39997/head:refs/remotes/origin/PR-39997 +refs/heads/master:refs/remotes/origin/master [2019-09-27T12:22:40.651Z] Cloning repository https://github.com/moby/moby.git [2019-09-27T12:22:40.652Z] > git init /home/docker/workspace/moby_PR-39997 # timeout=10 [2019-09-27T12:22:40.663Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-27T12:22:40.663Z] > git --version # timeout=10 [2019-09-27T12:22:40.667Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-27T12:22:40.667Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39997/head:refs/remotes/origin/PR-39997 +refs/heads/master:refs/remotes/origin/master [2019-09-27T12:22:40.914Z] Cloning repository https://github.com/moby/moby.git [2019-09-27T12:22:40.916Z] > git init /home/jenkins/workspace/moby_PR-39997 # timeout=10 [2019-09-27T12:22:40.937Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-27T12:22:40.939Z] > git --version # timeout=10 [2019-09-27T12:22:40.957Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-27T12:22:40.958Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39997/head:refs/remotes/origin/PR-39997 +refs/heads/master:refs/remotes/origin/master [2019-09-27T12:22:50.005Z] Fetching without tags [2019-09-27T12:22:49.847Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-27T12:22:49.865Z] > git config --add remote.origin.fetch +refs/pull/39997/head:refs/remotes/origin/PR-39997 # timeout=10 [2019-09-27T12:22:49.886Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-27T12:22:49.961Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-27T12:22:50.049Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-27T12:22:50.051Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-27T12:22:50.052Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39997/head:refs/remotes/origin/PR-39997 +refs/heads/master:refs/remotes/origin/master [2019-09-27T12:22:50.489Z] Merging remotes/origin/master commit 40b9333523d9c128bb6746f80b8e698b21feb6e0 into PR head commit b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c [2019-09-27T12:22:51.239Z] Merge succeeded, producing b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c [2019-09-27T12:22:51.239Z] Checking out Revision b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c (PR-39997) [2019-09-27T12:22:50.512Z] > git config core.sparsecheckout # timeout=10 [2019-09-27T12:22:50.530Z] > git checkout -f b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c [2019-09-27T12:22:51.124Z] > git merge 40b9333523d9c128bb6746f80b8e698b21feb6e0 # timeout=10 [2019-09-27T12:22:51.193Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-27T12:22:51.263Z] > git config core.sparsecheckout # timeout=10 [2019-09-27T12:22:51.283Z] > git checkout -f b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c [2019-09-27T12:22:51.987Z] Commit message: "Jenkinsfile: install ipvsadm for amd64 stage" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-09-27T12:22:53.237Z] + docker version [2019-09-27T12:22:53.237Z] Client: [2019-09-27T12:22:53.237Z] Version: 18.06.1-ce [2019-09-27T12:22:53.237Z] API version: 1.38 [2019-09-27T12:22:53.237Z] Go version: go1.10.3 [2019-09-27T12:22:53.237Z] Git commit: e68fc7a [2019-09-27T12:22:53.237Z] Built: Tue Aug 21 17:24:34 2018 [2019-09-27T12:22:53.237Z] OS/Arch: linux/s390x [2019-09-27T12:22:53.237Z] Experimental: false [2019-09-27T12:22:53.237Z] [2019-09-27T12:22:53.237Z] Server: [2019-09-27T12:22:53.237Z] Engine: [2019-09-27T12:22:53.237Z] Version: 18.06.1-ce [2019-09-27T12:22:53.237Z] API version: 1.38 (minimum version 1.12) [2019-09-27T12:22:53.237Z] Go version: go1.10.3 [2019-09-27T12:22:53.237Z] Git commit: e68fc7a [2019-09-27T12:22:53.237Z] Built: Tue Aug 21 17:23:34 2018 [2019-09-27T12:22:53.237Z] OS/Arch: linux/s390x [2019-09-27T12:22:53.237Z] Experimental: true [Pipeline] sh [2019-09-27T12:22:53.545Z] Fetching without tags [2019-09-27T12:22:53.763Z] Fetching without tags [2019-09-27T12:22:53.831Z] Merging remotes/origin/master commit 40b9333523d9c128bb6746f80b8e698b21feb6e0 into PR head commit b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c [2019-09-27T12:22:54.013Z] Merging remotes/origin/master commit 40b9333523d9c128bb6746f80b8e698b21feb6e0 into PR head commit b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c [2019-09-27T12:22:54.180Z] + docker info [2019-09-27T12:22:54.180Z] Containers: 0 [2019-09-27T12:22:54.180Z] Running: 0 [2019-09-27T12:22:54.180Z] Paused: 0 [2019-09-27T12:22:54.180Z] Stopped: 0 [2019-09-27T12:22:54.180Z] Images: 0 [2019-09-27T12:22:54.180Z] Server Version: 18.06.1-ce [2019-09-27T12:22:54.180Z] Storage Driver: overlay2 [2019-09-27T12:22:54.180Z] Backing Filesystem: extfs [2019-09-27T12:22:54.180Z] Supports d_type: true [2019-09-27T12:22:54.180Z] Native Overlay Diff: true [2019-09-27T12:22:54.180Z] Logging Driver: json-file [2019-09-27T12:22:54.180Z] Cgroup Driver: cgroupfs [2019-09-27T12:22:54.180Z] Plugins: [2019-09-27T12:22:54.180Z] Volume: local [2019-09-27T12:22:54.180Z] Network: bridge host ipvlan macvlan null overlay [2019-09-27T12:22:54.180Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2019-09-27T12:22:54.180Z] Swarm: inactive [2019-09-27T12:22:54.180Z] Runtimes: runc [2019-09-27T12:22:54.180Z] Default Runtime: runc [2019-09-27T12:22:54.180Z] Init Binary: docker-init [2019-09-27T12:22:54.180Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2019-09-27T12:22:54.180Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2019-09-27T12:22:54.180Z] init version: fec3683 [2019-09-27T12:22:54.180Z] Security Options: [2019-09-27T12:22:54.180Z] apparmor [2019-09-27T12:22:54.180Z] seccomp [2019-09-27T12:22:54.180Z] Profile: default [2019-09-27T12:22:54.180Z] Kernel Version: 4.4.0-164-generic [2019-09-27T12:22:54.180Z] Operating System: Ubuntu 16.04.5 LTS [2019-09-27T12:22:54.180Z] OSType: linux [2019-09-27T12:22:54.180Z] Architecture: s390x [2019-09-27T12:22:54.180Z] CPUs: 2 [2019-09-27T12:22:54.180Z] Total Memory: 7.862GiB [2019-09-27T12:22:54.180Z] Name: s390x-ubuntu-16 [2019-09-27T12:22:54.180Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2019-09-27T12:22:54.180Z] Docker Root Dir: /var/lib/docker [2019-09-27T12:22:54.180Z] Debug Mode (client): false [2019-09-27T12:22:54.180Z] Debug Mode (server): false [2019-09-27T12:22:54.180Z] Username: dockerbuildbot [2019-09-27T12:22:54.180Z] Registry: https://index.docker.io/v1/ [2019-09-27T12:22:54.180Z] Labels: [2019-09-27T12:22:54.180Z] Experimental: true [2019-09-27T12:22:54.180Z] Insecure Registries: [2019-09-27T12:22:54.180Z] 127.0.0.0/8 [2019-09-27T12:22:54.180Z] Live Restore Enabled: false [2019-09-27T12:22:54.180Z] [2019-09-27T12:22:54.180Z] WARNING: No swap limit support [Pipeline] sh [2019-09-27T12:22:54.381Z] Merge succeeded, producing b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c [2019-09-27T12:22:54.382Z] Checking out Revision b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c (PR-39997) [2019-09-27T12:22:54.529Z] Merge succeeded, producing b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c [2019-09-27T12:22:54.530Z] Checking out Revision b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c (PR-39997) [2019-09-27T12:22:53.745Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-27T12:22:53.747Z] > git config --add remote.origin.fetch +refs/pull/39997/head:refs/remotes/origin/PR-39997 # timeout=10 [2019-09-27T12:22:53.750Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-27T12:22:53.758Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-27T12:22:53.765Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-27T12:22:53.765Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-27T12:22:53.765Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39997/head:refs/remotes/origin/PR-39997 +refs/heads/master:refs/remotes/origin/master [2019-09-27T12:22:54.014Z] > git config core.sparsecheckout # timeout=10 [2019-09-27T12:22:54.022Z] > git checkout -f b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c [2019-09-27T12:22:54.511Z] > git merge 40b9333523d9c128bb6746f80b8e698b21feb6e0 # timeout=10 [2019-09-27T12:22:54.518Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-27T12:22:54.531Z] > git config core.sparsecheckout # timeout=10 [2019-09-27T12:22:54.534Z] > git checkout -f b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c [2019-09-27T12:22:53.477Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-27T12:22:53.484Z] > git config --add remote.origin.fetch +refs/pull/39997/head:refs/remotes/origin/PR-39997 # timeout=10 [2019-09-27T12:22:53.495Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-27T12:22:53.505Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-27T12:22:53.555Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-27T12:22:53.555Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-27T12:22:53.556Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39997/head:refs/remotes/origin/PR-39997 +refs/heads/master:refs/remotes/origin/master [2019-09-27T12:22:53.799Z] > git config core.sparsecheckout # timeout=10 [2019-09-27T12:22:53.801Z] > git checkout -f b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c [2019-09-27T12:22:54.325Z] > git merge 40b9333523d9c128bb6746f80b8e698b21feb6e0 # timeout=10 [2019-09-27T12:22:54.336Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-27T12:22:54.391Z] > git config core.sparsecheckout # timeout=10 [2019-09-27T12:22:54.395Z] > git checkout -f b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c [2019-09-27T12:22:54.813Z] Commit message: "Jenkinsfile: install ipvsadm for amd64 stage" [2019-09-27T12:22:54.989Z] Commit message: "Jenkinsfile: install ipvsadm for amd64 stage" [2019-09-27T12:22:55.014Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-27T12:22:55.014Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-27T12:22:55.014Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-39997/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-09-27T12:22:55.014Z] + bash /home/jenkins/workspace/moby_PR-39997/check-config.sh [2019-09-27T12:22:55.014Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-09-27T12:22:55.014Z] info: reading kernel config from /boot/config-4.4.0-164-generic ... [2019-09-27T12:22:55.014Z] [2019-09-27T12:22:55.014Z] Generally Necessary: [2019-09-27T12:22:55.014Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-09-27T12:22:55.014Z] - apparmor: enabled and tools installed [2019-09-27T12:22:55.014Z] - CONFIG_NAMESPACES: enabled [2019-09-27T12:22:55.014Z] - CONFIG_NET_NS: enabled [2019-09-27T12:22:55.014Z] - CONFIG_PID_NS: enabled [2019-09-27T12:22:55.014Z] - CONFIG_IPC_NS: enabled [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-09-27T12:22:55.387Z] - CONFIG_UTS_NS: enabled [2019-09-27T12:22:55.387Z] - CONFIG_CGROUPS: enabled [2019-09-27T12:22:55.387Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-09-27T12:22:55.387Z] - CONFIG_CGROUP_DEVICE: enabled [2019-09-27T12:22:55.387Z] - CONFIG_CGROUP_FREEZER: enabled [2019-09-27T12:22:55.387Z] - CONFIG_CGROUP_SCHED: enabled [2019-09-27T12:22:55.387Z] - CONFIG_CPUSETS: enabled [2019-09-27T12:22:55.387Z] - CONFIG_MEMCG: enabled [2019-09-27T12:22:55.387Z] - CONFIG_KEYS: enabled [2019-09-27T12:22:55.387Z] - CONFIG_VETH: enabled (as module) [2019-09-27T12:22:55.387Z] - CONFIG_BRIDGE: enabled (as module) [2019-09-27T12:22:55.387Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-09-27T12:22:55.387Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-09-27T12:22:55.387Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-09-27T12:22:55.387Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-09-27T12:22:55.387Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-09-27T12:22:55.387Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-09-27T12:22:55.387Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-09-27T12:22:55.387Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-09-27T12:22:55.387Z] - CONFIG_NF_NAT: enabled (as module) [2019-09-27T12:22:55.387Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-09-27T12:22:55.387Z] - CONFIG_POSIX_MQUEUE: enabled [2019-09-27T12:22:55.387Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2019-09-27T12:22:55.387Z] [2019-09-27T12:22:55.387Z] Optional Features: [2019-09-27T12:22:55.387Z] - CONFIG_USER_NS: enabled [2019-09-27T12:22:55.387Z] - CONFIG_SECCOMP: enabled [2019-09-27T12:22:55.387Z] - CONFIG_CGROUP_PIDS: enabled [2019-09-27T12:22:55.387Z] - CONFIG_MEMCG_SWAP: enabled [2019-09-27T12:22:55.388Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-09-27T12:22:55.388Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-09-27T12:22:55.388Z] - CONFIG_MEMCG_KMEM: enabled [2019-09-27T12:22:55.388Z] - CONFIG_BLK_CGROUP: enabled [2019-09-27T12:22:55.388Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-09-27T12:22:55.388Z] - CONFIG_IOSCHED_CFQ: enabled [2019-09-27T12:22:55.388Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-09-27T12:22:55.388Z] - CONFIG_CGROUP_PERF: enabled [2019-09-27T12:22:55.388Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-09-27T12:22:55.388Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-09-27T12:22:55.388Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-09-27T12:22:55.388Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-09-27T12:22:55.388Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-09-27T12:22:55.388Z] - CONFIG_RT_GROUP_SCHED: missing [2019-09-27T12:22:55.388Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-09-27T12:22:55.388Z] - CONFIG_IP_VS: enabled (as module) [2019-09-27T12:22:55.388Z] - CONFIG_IP_VS_NFCT: enabled [2019-09-27T12:22:55.388Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-09-27T12:22:55.388Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-09-27T12:22:55.388Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-09-27T12:22:55.388Z] - CONFIG_EXT4_FS: enabled [2019-09-27T12:22:55.388Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-09-27T12:22:55.388Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-09-27T12:22:55.388Z] - Network Drivers: [2019-09-27T12:22:55.388Z] - "overlay": [2019-09-27T12:22:55.388Z] - CONFIG_VXLAN: enabled (as module) [2019-09-27T12:22:55.388Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-09-27T12:22:55.388Z] Optional (for encrypted networks): [2019-09-27T12:22:55.388Z] - CONFIG_CRYPTO: enabled [2019-09-27T12:22:55.388Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2019-09-27T12:22:55.388Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2019-09-27T12:22:55.388Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2019-09-27T12:22:55.388Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2019-09-27T12:22:55.388Z] - CONFIG_XFRM: enabled [2019-09-27T12:22:55.388Z] - CONFIG_XFRM_USER: enabled (as module) [2019-09-27T12:22:55.388Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-09-27T12:22:55.388Z] - CONFIG_INET_ESP: enabled (as module) [2019-09-27T12:22:55.388Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-09-27T12:22:55.388Z] - "ipvlan": [2019-09-27T12:22:55.388Z] - CONFIG_IPVLAN: enabled (as module) [2019-09-27T12:22:55.388Z] - "macvlan": [2019-09-27T12:22:55.388Z] - CONFIG_MACVLAN: enabled (as module) [2019-09-27T12:22:55.388Z] - CONFIG_DUMMY: enabled (as module) [2019-09-27T12:22:55.388Z] - "ftp,tftp client in container": [2019-09-27T12:22:55.388Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-09-27T12:22:55.388Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-09-27T12:22:55.388Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-09-27T12:22:55.388Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-09-27T12:22:55.388Z] - Storage Drivers: [2019-09-27T12:22:55.388Z] - "aufs": [2019-09-27T12:22:55.388Z] - CONFIG_AUFS_FS: enabled (as module) [2019-09-27T12:22:55.388Z] - "btrfs": [2019-09-27T12:22:55.388Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-09-27T12:22:55.388Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-09-27T12:22:55.388Z] - "devicemapper": [2019-09-27T12:22:55.433Z] Still waiting to schedule task [2019-09-27T12:22:55.433Z] ‘azwin-2-cdca60’ is offline [2019-09-27T12:22:55.464Z] - CONFIG_BLK_DEV_DM: enabled [2019-09-27T12:22:55.464Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-09-27T12:22:55.464Z] - "overlay": [2019-09-27T12:22:55.464Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-09-27T12:22:55.464Z] - "zfs": [2019-09-27T12:22:55.464Z] - /dev/zfs: missing [2019-09-27T12:22:55.464Z] - zfs command: missing [2019-09-27T12:22:55.464Z] - zpool command: missing [2019-09-27T12:22:55.464Z] [2019-09-27T12:22:55.464Z] Limits: [2019-09-27T12:22:55.464Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-09-27T12:22:55.464Z] [2019-09-27T12:22:55.464Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Install deps) [Pipeline] sh [2019-09-27T12:22:55.698Z] + docker version [2019-09-27T12:22:55.698Z] Client: Docker Engine - Community [2019-09-27T12:22:55.698Z] Version: 19.03.2 [2019-09-27T12:22:55.698Z] API version: 1.40 [2019-09-27T12:22:55.698Z] Go version: go1.12.8 [2019-09-27T12:22:55.698Z] Git commit: 6a30dfc [2019-09-27T12:22:55.698Z] Built: Thu Aug 29 05:29:11 2019 [2019-09-27T12:22:55.698Z] OS/Arch: linux/amd64 [2019-09-27T12:22:55.698Z] Experimental: false [2019-09-27T12:22:55.698Z] [2019-09-27T12:22:55.698Z] Server: Docker Engine - Community [2019-09-27T12:22:55.698Z] Engine: [2019-09-27T12:22:55.698Z] Version: 19.03.2 [2019-09-27T12:22:55.698Z] API version: 1.40 (minimum version 1.12) [2019-09-27T12:22:55.698Z] Go version: go1.12.8 [2019-09-27T12:22:55.698Z] Git commit: 6a30dfc [2019-09-27T12:22:55.698Z] Built: Thu Aug 29 05:27:45 2019 [2019-09-27T12:22:55.698Z] OS/Arch: linux/amd64 [2019-09-27T12:22:55.698Z] Experimental: true [2019-09-27T12:22:55.698Z] containerd: [2019-09-27T12:22:55.698Z] Version: 1.2.6 [2019-09-27T12:22:55.698Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-09-27T12:22:55.698Z] runc: [2019-09-27T12:22:55.698Z] Version: 1.0.0-rc8 [2019-09-27T12:22:55.698Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-27T12:22:55.698Z] docker-init: [2019-09-27T12:22:55.698Z] Version: 0.18.0 [2019-09-27T12:22:55.698Z] GitCommit: fec3683 [Pipeline] sh [Pipeline] sh [2019-09-27T12:22:56.283Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c . [2019-09-27T12:22:56.335Z] + docker info [2019-09-27T12:22:56.367Z] + sudo DEBIAN_FRONTEND=noninteractive apt-get install -y -q ipvsadm [2019-09-27T12:22:56.367Z] Reading package lists... [2019-09-27T12:22:56.625Z] Building dependency tree... [2019-09-27T12:22:56.625Z] Reading state information... [2019-09-27T12:22:57.190Z] ipvsadm is already the newest version (1:1.28-3ubuntu0.18.04.1). [2019-09-27T12:22:57.190Z] 0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded. [2019-09-27T12:22:57.190Z] + sudo modprobe ip_vs [2019-09-27T12:22:57.190Z] + sudo systemctl restart docker.service [2019-09-27T12:22:57.638Z] Sending build context to Docker daemon 49.98MB [2019-09-27T12:22:57.638Z] Step 1/126 : ARG CROSS="false" [2019-09-27T12:22:57.638Z] Step 2/126 : ARG GO_VERSION=1.13.0 [2019-09-27T12:22:57.638Z] Step 3/126 : ARG DEBIAN_FRONTEND=noninteractive [2019-09-27T12:22:57.638Z] Step 4/126 : FROM golang:${GO_VERSION}-stretch AS base [2019-09-27T12:22:58.068Z] 1.13.0-stretch: Pulling from library/golang [2019-09-27T12:22:58.068Z] 5d4da55d9cf0: Pulling fs layer [2019-09-27T12:22:58.068Z] dad3041fe122: Pulling fs layer [2019-09-27T12:22:58.068Z] f6542c8f56fb: Pulling fs layer [2019-09-27T12:22:58.068Z] 25fa3a7ad4fa: Pulling fs layer [2019-09-27T12:22:58.068Z] 471e0aba6530: Pulling fs layer [2019-09-27T12:22:58.068Z] 476334eea7f5: Pulling fs layer [2019-09-27T12:22:58.068Z] 0d1b6b7590cf: Pulling fs layer [2019-09-27T12:22:58.068Z] 25fa3a7ad4fa: Waiting [2019-09-27T12:22:58.068Z] 471e0aba6530: Waiting [2019-09-27T12:22:58.068Z] 476334eea7f5: Waiting [2019-09-27T12:22:58.068Z] 0d1b6b7590cf: Waiting [2019-09-27T12:22:58.521Z] f6542c8f56fb: Verifying Checksum [2019-09-27T12:22:58.521Z] f6542c8f56fb: Download complete [2019-09-27T12:22:58.521Z] dad3041fe122: Verifying Checksum [2019-09-27T12:22:58.521Z] dad3041fe122: Download complete [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-09-27T12:22:59.191Z] 5d4da55d9cf0: Verifying Checksum [2019-09-27T12:22:59.191Z] 5d4da55d9cf0: Download complete [2019-09-27T12:22:59.401Z] + docker version [2019-09-27T12:22:59.401Z] Client: Docker Engine - Community [2019-09-27T12:22:59.401Z] Version: 19.03.2 [2019-09-27T12:22:59.401Z] API version: 1.40 [2019-09-27T12:22:59.401Z] Go version: go1.12.8 [2019-09-27T12:22:59.401Z] Git commit: 6a30dfc [2019-09-27T12:22:59.401Z] Built: Thu Aug 29 05:29:11 2019 [2019-09-27T12:22:59.401Z] OS/Arch: linux/amd64 [2019-09-27T12:22:59.401Z] Experimental: false [2019-09-27T12:22:59.401Z] [2019-09-27T12:22:59.401Z] Server: Docker Engine - Community [2019-09-27T12:22:59.401Z] Engine: [2019-09-27T12:22:59.401Z] Version: 19.03.2 [2019-09-27T12:22:59.401Z] API version: 1.40 (minimum version 1.12) [2019-09-27T12:22:59.401Z] Go version: go1.12.8 [2019-09-27T12:22:59.401Z] Git commit: 6a30dfc [2019-09-27T12:22:59.401Z] Built: Thu Aug 29 05:27:45 2019 [2019-09-27T12:22:59.401Z] OS/Arch: linux/amd64 [2019-09-27T12:22:59.401Z] Experimental: true [2019-09-27T12:22:59.401Z] containerd: [2019-09-27T12:22:59.401Z] Version: 1.2.6 [2019-09-27T12:22:59.401Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-09-27T12:22:59.401Z] runc: [2019-09-27T12:22:59.401Z] Version: 1.0.0-rc8 [2019-09-27T12:22:59.401Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-27T12:22:59.401Z] docker-init: [2019-09-27T12:22:59.401Z] Version: 0.18.0 [2019-09-27T12:22:59.401Z] GitCommit: fec3683 [Pipeline] sh [2019-09-27T12:22:59.682Z] + docker info [2019-09-27T12:22:59.803Z] 471e0aba6530: Verifying Checksum [2019-09-27T12:22:59.804Z] 471e0aba6530: Download complete [2019-09-27T12:22:59.804Z] 25fa3a7ad4fa: Verifying Checksum [2019-09-27T12:22:59.804Z] 25fa3a7ad4fa: Download complete [2019-09-27T12:22:59.939Z] Client: [2019-09-27T12:22:59.939Z] Debug Mode: false [2019-09-27T12:22:59.939Z] [2019-09-27T12:22:59.939Z] Server: [2019-09-27T12:22:59.939Z] Containers: 0 [2019-09-27T12:22:59.939Z] Running: 0 [2019-09-27T12:22:59.939Z] Paused: 0 [2019-09-27T12:22:59.939Z] Stopped: 0 [2019-09-27T12:22:59.939Z] Images: 114 [2019-09-27T12:22:59.939Z] Server Version: 19.03.2 [2019-09-27T12:22:59.939Z] Storage Driver: overlay2 [2019-09-27T12:22:59.939Z] Backing Filesystem: extfs [2019-09-27T12:22:59.939Z] Supports d_type: true [2019-09-27T12:22:59.939Z] Native Overlay Diff: true [2019-09-27T12:22:59.939Z] Logging Driver: json-file [2019-09-27T12:22:59.939Z] Cgroup Driver: cgroupfs [2019-09-27T12:22:59.939Z] Plugins: [2019-09-27T12:22:59.939Z] Volume: local [2019-09-27T12:22:59.939Z] Network: bridge host ipvlan macvlan null overlay [2019-09-27T12:22:59.939Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-09-27T12:22:59.939Z] Swarm: inactive [2019-09-27T12:22:59.939Z] Runtimes: runc [2019-09-27T12:22:59.939Z] Default Runtime: runc [2019-09-27T12:22:59.939Z] Init Binary: docker-init [2019-09-27T12:22:59.939Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-09-27T12:22:59.939Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-27T12:22:59.939Z] init version: fec3683 [2019-09-27T12:22:59.939Z] Security Options: [2019-09-27T12:22:59.939Z] apparmor [2019-09-27T12:22:59.939Z] seccomp [2019-09-27T12:22:59.939Z] Profile: default [2019-09-27T12:22:59.939Z] Kernel Version: 4.15.0-1048-aws [2019-09-27T12:22:59.939Z] Operating System: Ubuntu 18.04.3 LTS [2019-09-27T12:22:59.939Z] OSType: linux [2019-09-27T12:22:59.939Z] Architecture: x86_64 [2019-09-27T12:22:59.939Z] CPUs: 2 [2019-09-27T12:22:59.939Z] Total Memory: 7.501GiB [2019-09-27T12:22:59.939Z] Name: ip-10-100-52-139 [2019-09-27T12:22:59.939Z] ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG [2019-09-27T12:22:59.939Z] Docker Root Dir: /var/lib/docker [2019-09-27T12:22:59.939Z] Debug Mode: false [2019-09-27T12:22:59.939Z] Registry: https://index.docker.io/v1/ [2019-09-27T12:22:59.939Z] Labels: [2019-09-27T12:22:59.939Z] Experimental: true [2019-09-27T12:22:59.939Z] Insecure Registries: [2019-09-27T12:22:59.939Z] 127.0.0.0/8 [2019-09-27T12:22:59.939Z] Live Restore Enabled: true [2019-09-27T12:22:59.939Z] [2019-09-27T12:22:59.939Z] WARNING: No swap limit support [Pipeline] sh [2019-09-27T12:23:00.180Z] 0d1b6b7590cf: Verifying Checksum [2019-09-27T12:23:00.180Z] 0d1b6b7590cf: Download complete [2019-09-27T12:23:00.220Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-27T12:23:00.220Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-27T12:23:00.220Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-39997/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-09-27T12:23:00.220Z] + bash /home/ubuntu/workspace/moby_PR-39997/check-config.sh [2019-09-27T12:23:00.220Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-09-27T12:23:00.220Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2019-09-27T12:23:00.220Z] [2019-09-27T12:23:00.220Z] Generally Necessary: [2019-09-27T12:23:00.220Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-09-27T12:23:00.220Z] - apparmor: enabled and tools installed [2019-09-27T12:23:00.220Z] - CONFIG_NAMESPACES: enabled [2019-09-27T12:23:00.220Z] - CONFIG_NET_NS: enabled [2019-09-27T12:23:00.220Z] - CONFIG_PID_NS: enabled [2019-09-27T12:23:00.220Z] - CONFIG_IPC_NS: enabled [2019-09-27T12:23:00.220Z] - CONFIG_UTS_NS: enabled [2019-09-27T12:23:00.220Z] - CONFIG_CGROUPS: enabled [2019-09-27T12:23:00.220Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-09-27T12:23:00.220Z] - CONFIG_CGROUP_DEVICE: enabled [2019-09-27T12:23:00.220Z] - CONFIG_CGROUP_FREEZER: enabled [2019-09-27T12:23:00.483Z] - CONFIG_CGROUP_SCHED: enabled [2019-09-27T12:23:00.483Z] - CONFIG_CPUSETS: enabled [2019-09-27T12:23:00.483Z] - CONFIG_MEMCG: enabled [2019-09-27T12:23:00.483Z] - CONFIG_KEYS: enabled [2019-09-27T12:23:00.483Z] - CONFIG_VETH: enabled (as module) [2019-09-27T12:23:00.483Z] - CONFIG_BRIDGE: enabled (as module) [2019-09-27T12:23:00.483Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-09-27T12:23:00.483Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-09-27T12:23:00.483Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-09-27T12:23:00.483Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-09-27T12:23:00.483Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-09-27T12:23:00.483Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-09-27T12:23:00.483Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-09-27T12:23:00.483Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-09-27T12:23:00.483Z] - CONFIG_NF_NAT: enabled (as module) [2019-09-27T12:23:00.483Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-09-27T12:23:00.483Z] - CONFIG_POSIX_MQUEUE: enabled [2019-09-27T12:23:00.483Z] [2019-09-27T12:23:00.483Z] Optional Features: [2019-09-27T12:23:00.483Z] - CONFIG_USER_NS: enabled [2019-09-27T12:23:00.483Z] - CONFIG_SECCOMP: enabled [2019-09-27T12:23:00.483Z] - CONFIG_CGROUP_PIDS: enabled [2019-09-27T12:23:00.483Z] - CONFIG_MEMCG_SWAP: enabled [2019-09-27T12:23:00.483Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-09-27T12:23:00.483Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-09-27T12:23:00.483Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2019-09-27T12:23:00.483Z] - CONFIG_BLK_CGROUP: enabled [2019-09-27T12:23:00.483Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-09-27T12:23:00.483Z] - CONFIG_IOSCHED_CFQ: enabled [2019-09-27T12:23:00.483Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-09-27T12:23:00.483Z] - CONFIG_CGROUP_PERF: enabled [2019-09-27T12:23:00.483Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-09-27T12:23:00.483Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-09-27T12:23:00.484Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-09-27T12:23:00.484Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-09-27T12:23:00.484Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-09-27T12:23:00.484Z] - CONFIG_RT_GROUP_SCHED: missing [2019-09-27T12:23:00.484Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-09-27T12:23:00.484Z] - CONFIG_IP_VS: enabled (as module) [2019-09-27T12:23:00.484Z] - CONFIG_IP_VS_NFCT: enabled [2019-09-27T12:23:00.484Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-09-27T12:23:00.484Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-09-27T12:23:00.484Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-09-27T12:23:00.484Z] - CONFIG_EXT4_FS: enabled [2019-09-27T12:23:00.484Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-09-27T12:23:00.484Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-09-27T12:23:00.484Z] - Network Drivers: [2019-09-27T12:23:00.484Z] - "overlay": [2019-09-27T12:23:00.484Z] - CONFIG_VXLAN: enabled (as module) [2019-09-27T12:23:00.484Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-09-27T12:23:00.484Z] Optional (for encrypted networks): [2019-09-27T12:23:00.559Z] 5d4da55d9cf0: Pull complete [2019-09-27T12:23:00.744Z] - CONFIG_CRYPTO: enabled [2019-09-27T12:23:00.744Z] - CONFIG_CRYPTO_AEAD: enabled [2019-09-27T12:23:00.744Z] - CONFIG_CRYPTO_GCM: enabled [2019-09-27T12:23:00.744Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-09-27T12:23:00.744Z] - CONFIG_CRYPTO_GHASH: enabled [2019-09-27T12:23:00.744Z] - CONFIG_XFRM: enabled [2019-09-27T12:23:00.744Z] - CONFIG_XFRM_USER: enabled (as module) [2019-09-27T12:23:00.744Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-09-27T12:23:00.744Z] - CONFIG_INET_ESP: enabled (as module) [2019-09-27T12:23:00.744Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-09-27T12:23:00.744Z] - "ipvlan": [2019-09-27T12:23:00.744Z] - CONFIG_IPVLAN: enabled (as module) [2019-09-27T12:23:00.744Z] - "macvlan": [2019-09-27T12:23:00.744Z] - CONFIG_MACVLAN: enabled (as module) [2019-09-27T12:23:00.744Z] - CONFIG_DUMMY: enabled (as module) [2019-09-27T12:23:00.744Z] - "ftp,tftp client in container": [2019-09-27T12:23:00.744Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-09-27T12:23:00.744Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-09-27T12:23:00.744Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-09-27T12:23:00.744Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-09-27T12:23:00.744Z] - Storage Drivers: [2019-09-27T12:23:00.744Z] - "aufs": [2019-09-27T12:23:00.744Z] - CONFIG_AUFS_FS: enabled (as module) [2019-09-27T12:23:00.744Z] - "btrfs": [2019-09-27T12:23:00.744Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-09-27T12:23:00.744Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-09-27T12:23:00.744Z] - "devicemapper": [2019-09-27T12:23:00.744Z] - CONFIG_BLK_DEV_DM: enabled [2019-09-27T12:23:00.744Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-09-27T12:23:00.744Z] - "overlay": [2019-09-27T12:23:00.744Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-09-27T12:23:00.744Z] - "zfs": [2019-09-27T12:23:00.744Z] - /dev/zfs: missing [2019-09-27T12:23:00.744Z] - zfs command: missing [2019-09-27T12:23:00.744Z] - zpool command: missing [2019-09-27T12:23:00.744Z] [2019-09-27T12:23:00.744Z] Limits: [2019-09-27T12:23:00.744Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-09-27T12:23:00.744Z] [2019-09-27T12:23:00.744Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-09-27T12:23:00.934Z] 476334eea7f5: Verifying Checksum [2019-09-27T12:23:00.934Z] 476334eea7f5: Download complete [2019-09-27T12:23:01.064Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c . [2019-09-27T12:23:01.064Z] #2 [internal] load build definition from Dockerfile [2019-09-27T12:23:01.064Z] #2 transferring dockerfile: 10.84kB done [2019-09-27T12:23:01.064Z] #2 DONE 0.0s [2019-09-27T12:23:01.064Z] [2019-09-27T12:23:01.064Z] #1 [internal] load .dockerignore [2019-09-27T12:23:01.064Z] #1 transferring context: 87B done [2019-09-27T12:23:01.064Z] #1 DONE 0.0s [2019-09-27T12:23:01.064Z] [2019-09-27T12:23:01.064Z] #3 [internal] load metadata for docker.io/library/golang:1.13.0-stretch [2019-09-27T12:23:01.300Z] dad3041fe122: Pull complete [2019-09-27T12:23:01.300Z] f6542c8f56fb: Pull complete [2019-09-27T12:23:01.324Z] #3 DONE 0.2s [2019-09-27T12:23:01.324Z] [2019-09-27T12:23:01.324Z] #4 [base 1/2] FROM docker.io/library/golang:1.13.0-stretch@sha256:80f4b7821... [2019-09-27T12:23:01.324Z] #4 DONE 0.0s [2019-09-27T12:23:01.324Z] [2019-09-27T12:23:01.324Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-09-27T12:23:01.324Z] #64 DONE 0.0s [2019-09-27T12:23:01.324Z] [2019-09-27T12:23:01.324Z] #18 [internal] load build context [2019-09-27T12:23:02.695Z] #18 transferring context: 45.51MB 1.4s done [2019-09-27T12:23:02.952Z] #18 DONE 1.5s [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #19 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-09-27T12:23:02.952Z] #19 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #21 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-27T12:23:02.952Z] #21 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #34 [dev 14/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-09-27T12:23:02.952Z] #34 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-27T12:23:02.952Z] #55 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-27T12:23:02.952Z] #53 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #49 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-09-27T12:23:02.952Z] #49 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #56 [dev 20/24] COPY --from=registry /build/registry* /usr/local/bin/ [2019-09-27T12:23:02.952Z] #56 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #32 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-09-27T12:23:02.952Z] #32 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #40 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T12:23:02.952Z] #40 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #51 [dev 18/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-09-27T12:23:02.952Z] #51 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-27T12:23:02.952Z] #30 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-09-27T12:23:02.952Z] #37 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #5 [base 2/2] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-09-27T12:23:02.952Z] #5 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-27T12:23:02.952Z] #44 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #62 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-09-27T12:23:02.952Z] #62 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #60 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-09-27T12:23:02.952Z] #60 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-27T12:23:02.952Z] #20 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #59 [dev 21/24] COPY --from=criu /build/ /usr/local/ [2019-09-27T12:23:02.952Z] #59 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-09-27T12:23:02.952Z] #14 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #16 [dev 9/24] COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-09-27T12:23:02.952Z] #16 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #7 [dev 1/24] RUN groupadd -r docker [2019-09-27T12:23:02.952Z] #7 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #28 [dev 12/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-09-27T12:23:02.952Z] #28 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #11 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-09-27T12:23:02.952Z] #11 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #12 [dev 6/24] RUN ldconfig [2019-09-27T12:23:02.952Z] #12 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #52 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-09-27T12:23:02.952Z] #52 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #48 [dev 17/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-09-27T12:23:02.952Z] #48 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #9 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-09-27T12:23:02.952Z] #9 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T12:23:02.952Z] #58 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-27T12:23:02.952Z] #50 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #65 [dev 23/24] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397... [2019-09-27T12:23:02.952Z] #65 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T12:23:02.952Z] #33 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #39 [dev 15/24] COPY --from=tini /build/ /usr/local/bin/ [2019-09-27T12:23:02.952Z] #39 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T12:23:02.952Z] #35 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-27T12:23:02.952Z] #47 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #46 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-09-27T12:23:02.952Z] #46 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #24 [golangci_lint 3/3] RUN PREFIX=/build ./install.sh golangci_lint [2019-09-27T12:23:02.952Z] #24 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-09-27T12:23:02.952Z] #38 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-09-27T12:23:02.952Z] #6 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #63 [dev 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-09-27T12:23:02.952Z] #63 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #31 [dev 13/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-09-27T12:23:02.952Z] #31 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #23 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-09-27T12:23:02.952Z] #23 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #45 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T12:23:02.952Z] #45 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #41 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-09-27T12:23:02.952Z] #41 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-27T12:23:02.952Z] #27 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-09-27T12:23:02.952Z] #17 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #43 [dev 16/24] COPY --from=runc /build/ /usr/local/bin/ [2019-09-27T12:23:02.952Z] #43 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #8 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-09-27T12:23:02.952Z] #8 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T12:23:02.952Z] #13 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #22 [rootlesskit 1/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T12:23:02.952Z] #22 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-09-27T12:23:02.952Z] #61 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-27T12:23:02.952Z] #15 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #10 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-09-27T12:23:02.952Z] #10 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #54 [dev 19/24] COPY --from=dockercli /build/ /usr/local/cli [2019-09-27T12:23:02.952Z] #54 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.952Z] #25 [dev 11/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-09-27T12:23:02.952Z] #25 CACHED [2019-09-27T12:23:02.952Z] [2019-09-27T12:23:02.953Z] #29 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-09-27T12:23:02.953Z] #29 CACHED [2019-09-27T12:23:02.953Z] [2019-09-27T12:23:02.953Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T12:23:02.953Z] #57 CACHED [2019-09-27T12:23:02.953Z] [2019-09-27T12:23:02.953Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T12:23:02.953Z] #36 CACHED [2019-09-27T12:23:02.953Z] [2019-09-27T12:23:02.953Z] #26 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-09-27T12:23:02.953Z] #26 CACHED [2019-09-27T12:23:02.953Z] [2019-09-27T12:23:02.953Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-27T12:23:02.953Z] #42 CACHED [2019-09-27T12:23:02.953Z] [2019-09-27T12:23:02.953Z] #66 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-09-27T12:23:02.953Z] #66 CACHED [2019-09-27T12:23:02.953Z] [2019-09-27T12:23:02.953Z] #67 [final 1/1] COPY . /go/src/github.com/docker/docker [2019-09-27T12:23:03.858Z] 25fa3a7ad4fa: Pull complete [2019-09-27T12:23:03.883Z] #67 DONE 1.1s [2019-09-27T12:23:04.140Z] [2019-09-27T12:23:04.140Z] #68 exporting to image [2019-09-27T12:23:04.140Z] #68 exporting layers [2019-09-27T12:23:04.444Z] Client: [2019-09-27T12:23:04.444Z] Debug Mode: false [2019-09-27T12:23:04.444Z] [2019-09-27T12:23:04.444Z] Server: [2019-09-27T12:23:04.444Z] Containers: 0 [2019-09-27T12:23:04.444Z] Running: 0 [2019-09-27T12:23:04.444Z] Paused: 0 [2019-09-27T12:23:04.444Z] Stopped: 0 [2019-09-27T12:23:04.444Z] Images: 38 [2019-09-27T12:23:04.444Z] Server Version: 19.03.2 [2019-09-27T12:23:04.444Z] Storage Driver: overlay2 [2019-09-27T12:23:04.444Z] Backing Filesystem: extfs [2019-09-27T12:23:04.444Z] Supports d_type: true [2019-09-27T12:23:04.444Z] Native Overlay Diff: true [2019-09-27T12:23:04.444Z] Logging Driver: json-file [2019-09-27T12:23:04.444Z] Cgroup Driver: cgroupfs [2019-09-27T12:23:04.444Z] Plugins: [2019-09-27T12:23:04.444Z] Volume: local [2019-09-27T12:23:04.445Z] Network: bridge host ipvlan macvlan null overlay [2019-09-27T12:23:04.445Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-09-27T12:23:04.445Z] Swarm: inactive [2019-09-27T12:23:04.445Z] Runtimes: runc [2019-09-27T12:23:04.445Z] Default Runtime: runc [2019-09-27T12:23:04.445Z] Init Binary: docker-init [2019-09-27T12:23:04.445Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-09-27T12:23:04.445Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-27T12:23:04.445Z] init version: fec3683 [2019-09-27T12:23:04.445Z] Security Options: [2019-09-27T12:23:04.445Z] apparmor [2019-09-27T12:23:04.445Z] seccomp [2019-09-27T12:23:04.445Z] Profile: default [2019-09-27T12:23:04.445Z] Kernel Version: 4.15.0-1048-aws [2019-09-27T12:23:04.445Z] Operating System: Ubuntu 18.04.3 LTS [2019-09-27T12:23:04.445Z] OSType: linux [2019-09-27T12:23:04.445Z] Architecture: x86_64 [2019-09-27T12:23:04.445Z] CPUs: 2 [2019-09-27T12:23:04.445Z] Total Memory: 7.501GiB [2019-09-27T12:23:04.445Z] Name: ip-10-100-64-227 [2019-09-27T12:23:04.445Z] ID: O7UF:J7PM:BBOA:MCJH:BMAQ:O5XU:4D4U:YHPF:2JNI:LSPI:7LJ3:3UMG [2019-09-27T12:23:04.445Z] Docker Root Dir: /var/lib/docker [2019-09-27T12:23:04.445Z] Debug Mode: false [2019-09-27T12:23:04.445Z] Registry: https://index.docker.io/v1/ [2019-09-27T12:23:04.445Z] Labels: [2019-09-27T12:23:04.445Z] Experimental: true [2019-09-27T12:23:04.445Z] Insecure Registries: [2019-09-27T12:23:04.445Z] 127.0.0.0/8 [2019-09-27T12:23:04.445Z] Live Restore Enabled: true [2019-09-27T12:23:04.445Z] [2019-09-27T12:23:04.445Z] WARNING: No swap limit support [Pipeline] sh [2019-09-27T12:23:04.667Z] 471e0aba6530: Pull complete [2019-09-27T12:23:04.704Z] #68 exporting layers 0.8s done [2019-09-27T12:23:04.704Z] #68 writing image sha256:8d104b9790420ee933d8a1b2a53120089f20db68714f96e6149d2f014d6712ef done [2019-09-27T12:23:04.704Z] #68 naming to docker.io/library/docker:b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c done [2019-09-27T12:23:04.704Z] #68 DONE 0.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2019-09-27T12:23:04.850Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-27T12:23:04.850Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-27T12:23:04.850Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-39997/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-09-27T12:23:04.850Z] + bash /home/ubuntu/workspace/moby_PR-39997/check-config.sh [2019-09-27T12:23:04.850Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-09-27T12:23:04.850Z] info: reading kernel config from /boot/config-4.15.0-1048-aws ... [2019-09-27T12:23:04.850Z] [2019-09-27T12:23:04.850Z] Generally Necessary: [2019-09-27T12:23:04.850Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-09-27T12:23:04.850Z] - apparmor: enabled and tools installed [2019-09-27T12:23:04.850Z] - CONFIG_NAMESPACES: enabled [2019-09-27T12:23:04.850Z] - CONFIG_NET_NS: enabled [2019-09-27T12:23:04.850Z] - CONFIG_PID_NS: enabled [2019-09-27T12:23:04.850Z] - CONFIG_IPC_NS: enabled [2019-09-27T12:23:04.850Z] - CONFIG_UTS_NS: enabled [2019-09-27T12:23:04.850Z] - CONFIG_CGROUPS: enabled [2019-09-27T12:23:04.850Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-09-27T12:23:04.850Z] - CONFIG_CGROUP_DEVICE: enabled [2019-09-27T12:23:04.850Z] - CONFIG_CGROUP_FREEZER: enabled [2019-09-27T12:23:04.850Z] - CONFIG_CGROUP_SCHED: enabled [2019-09-27T12:23:04.850Z] - CONFIG_CPUSETS: enabled [2019-09-27T12:23:04.850Z] - CONFIG_MEMCG: enabled [2019-09-27T12:23:04.850Z] - CONFIG_KEYS: enabled [2019-09-27T12:23:04.850Z] - CONFIG_VETH: enabled (as module) [2019-09-27T12:23:04.850Z] - CONFIG_BRIDGE: enabled (as module) [2019-09-27T12:23:04.850Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-09-27T12:23:04.850Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-09-27T12:23:04.850Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-09-27T12:23:04.850Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-09-27T12:23:04.850Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-09-27T12:23:04.850Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-09-27T12:23:04.850Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-09-27T12:23:04.850Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-09-27T12:23:04.850Z] - CONFIG_NF_NAT: enabled (as module) [2019-09-27T12:23:04.850Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-09-27T12:23:04.850Z] - CONFIG_POSIX_MQUEUE: enabled [2019-09-27T12:23:04.850Z] [2019-09-27T12:23:04.850Z] Optional Features: [2019-09-27T12:23:04.850Z] - CONFIG_USER_NS: enabled [2019-09-27T12:23:04.850Z] - CONFIG_SECCOMP: enabled [2019-09-27T12:23:04.850Z] - CONFIG_CGROUP_PIDS: enabled [2019-09-27T12:23:04.850Z] - CONFIG_MEMCG_SWAP: enabled [2019-09-27T12:23:04.850Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-09-27T12:23:04.850Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-09-27T12:23:04.850Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2019-09-27T12:23:04.850Z] - CONFIG_BLK_CGROUP: enabled [2019-09-27T12:23:04.850Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-09-27T12:23:04.850Z] - CONFIG_IOSCHED_CFQ: enabled [2019-09-27T12:23:04.850Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-09-27T12:23:04.850Z] - CONFIG_CGROUP_PERF: enabled [2019-09-27T12:23:05.026Z] Fetching without tags [2019-09-27T12:23:05.105Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-09-27T12:23:05.105Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-09-27T12:23:05.105Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-09-27T12:23:05.105Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-09-27T12:23:05.105Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-09-27T12:23:05.105Z] - CONFIG_RT_GROUP_SCHED: missing [2019-09-27T12:23:05.105Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-09-27T12:23:05.105Z] - CONFIG_IP_VS: enabled (as module) [2019-09-27T12:23:05.105Z] - CONFIG_IP_VS_NFCT: enabled [2019-09-27T12:23:05.105Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-09-27T12:23:05.105Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-09-27T12:23:05.105Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-09-27T12:23:05.105Z] - CONFIG_EXT4_FS: enabled [2019-09-27T12:23:05.105Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-09-27T12:23:05.105Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-09-27T12:23:05.105Z] - Network Drivers: [2019-09-27T12:23:05.105Z] - "overlay": [2019-09-27T12:23:05.105Z] - CONFIG_VXLAN: enabled (as module) [2019-09-27T12:23:05.105Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-09-27T12:23:05.105Z] Optional (for encrypted networks): [2019-09-27T12:23:05.105Z] - CONFIG_CRYPTO: enabled [2019-09-27T12:23:05.105Z] - CONFIG_CRYPTO_AEAD: enabled [2019-09-27T12:23:05.105Z] - CONFIG_CRYPTO_GCM: enabled [2019-09-27T12:23:05.105Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-09-27T12:23:05.105Z] - CONFIG_CRYPTO_GHASH: enabled [2019-09-27T12:23:05.105Z] - CONFIG_XFRM: enabled [2019-09-27T12:23:05.105Z] - CONFIG_XFRM_USER: enabled (as module) [2019-09-27T12:23:05.105Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-09-27T12:23:05.105Z] - CONFIG_INET_ESP: enabled (as module) [2019-09-27T12:23:05.105Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-09-27T12:23:05.105Z] - "ipvlan": [2019-09-27T12:23:05.105Z] - CONFIG_IPVLAN: enabled (as module) [2019-09-27T12:23:05.105Z] - "macvlan": [2019-09-27T12:23:05.105Z] - CONFIG_MACVLAN: enabled (as module) [2019-09-27T12:23:05.105Z] - CONFIG_DUMMY: enabled (as module) [2019-09-27T12:23:05.105Z] - "ftp,tftp client in container": [2019-09-27T12:23:05.105Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-09-27T12:23:05.105Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-09-27T12:23:05.105Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-09-27T12:23:05.105Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-09-27T12:23:05.105Z] - Storage Drivers: [2019-09-27T12:23:05.105Z] - "aufs": [2019-09-27T12:23:05.105Z] - CONFIG_AUFS_FS: enabled (as module) [2019-09-27T12:23:05.105Z] - "btrfs": [2019-09-27T12:23:05.105Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-09-27T12:23:05.105Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-09-27T12:23:05.105Z] - "devicemapper": [2019-09-27T12:23:05.105Z] - CONFIG_BLK_DEV_DM: enabled [2019-09-27T12:23:05.105Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-09-27T12:23:05.105Z] - "overlay": [2019-09-27T12:23:05.105Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-09-27T12:23:05.105Z] - "zfs": [2019-09-27T12:23:05.105Z] - /dev/zfs: missing [2019-09-27T12:23:05.105Z] - zfs command: missing [2019-09-27T12:23:05.105Z] - zpool command: missing [2019-09-27T12:23:05.105Z] [2019-09-27T12:23:05.105Z] Limits: [2019-09-27T12:23:05.105Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-09-27T12:23:05.105Z] [2019-09-27T12:23:05.105Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-09-27T12:23:05.554Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c . [2019-09-27T12:23:05.554Z] #2 [internal] load build definition from Dockerfile [2019-09-27T12:23:05.554Z] #2 transferring dockerfile: 10.84kB done [2019-09-27T12:23:05.554Z] #2 DONE 0.0s [2019-09-27T12:23:05.554Z] [2019-09-27T12:23:05.554Z] #1 [internal] load .dockerignore [2019-09-27T12:23:05.554Z] #1 transferring context: 87B done [2019-09-27T12:23:05.554Z] #1 DONE 0.0s [2019-09-27T12:23:05.554Z] [2019-09-27T12:23:05.554Z] #3 [internal] load metadata for docker.io/library/golang:1.13.0-stretch [2019-09-27T12:23:05.561Z] Merging remotes/origin/master commit 40b9333523d9c128bb6746f80b8e698b21feb6e0 into PR head commit b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c [2019-09-27T12:23:05.698Z] [2019-09-27T12:23:05.698Z] Removing bundles/ [2019-09-27T12:23:05.698Z] [2019-09-27T12:23:05.698Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2019-09-27T12:23:05.698Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-09-27T12:23:05.698Z] GOOS="" GOARCH="" GOARM="" [2019-09-27T12:23:06.115Z] #3 DONE 0.5s [2019-09-27T12:23:06.115Z] [2019-09-27T12:23:06.115Z] #4 [base 1/2] FROM docker.io/library/golang:1.13.0-stretch@sha256:80f4b7821... [2019-09-27T12:23:06.115Z] #4 resolve docker.io/library/golang:1.13.0-stretch@sha256:80f4b78216f04cc67c4a7fa25296e9bfcaa2f97e8980655ea868e09b1d993286 done [2019-09-27T12:23:06.115Z] #4 sha256:80f4b78216f04cc67c4a7fa25296e9bfcaa2f97e8980655ea868e09b1d993286 1.42kB / 1.42kB done [2019-09-27T12:23:06.115Z] #4 sha256:4e97e0b8479504ee92964c5de6782d88651d953f5df5cfd7a1d45ba48aa90f43 1.80kB / 1.80kB done [2019-09-27T12:23:06.115Z] #4 sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae 0B / 10.79MB 0.1s [2019-09-27T12:23:06.115Z] #4 sha256:4530c6472b5d2a08201c9cd65f43a788e526eb4fe498a4fbe5e4d5688535cd21 0B / 4.34MB 0.1s [2019-09-27T12:23:06.115Z] #4 sha256:d68f79d0e22c6f5eb6ccbbbf05cf9d784db13f59bc6251c220a090fd19b22b9e 5.46kB / 5.46kB done [2019-09-27T12:23:06.115Z] #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 0B / 45.38MB 0.1s [2019-09-27T12:23:06.375Z] #4 ... [2019-09-27T12:23:06.375Z] [2019-09-27T12:23:06.375Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-09-27T12:23:06.375Z] #64 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 0.3s done [2019-09-27T12:23:06.375Z] #64 DONE 0.3s [2019-09-27T12:23:06.375Z] [2019-09-27T12:23:06.375Z] #4 [base 1/2] FROM docker.io/library/golang:1.13.0-stretch@sha256:80f4b7821... [2019-09-27T12:23:06.375Z] #4 sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae 10.79MB / 10.79MB 0.3s [2019-09-27T12:23:06.375Z] #4 sha256:4530c6472b5d2a08201c9cd65f43a788e526eb4fe498a4fbe5e4d5688535cd21 4.34MB / 4.34MB 0.2s done [2019-09-27T12:23:06.375Z] #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 13.52MB / 45.38MB 0.3s [2019-09-27T12:23:06.375Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 0B / 50.07MB 0.3s [2019-09-27T12:23:06.375Z] #4 sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae 10.79MB / 10.79MB 0.3s done [2019-09-27T12:23:06.375Z] #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 23.76MB / 45.38MB 0.4s [2019-09-27T12:23:06.375Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 2.39MB / 57.69MB 0.4s [2019-09-27T12:23:04.982Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-27T12:23:04.986Z] > git config --add remote.origin.fetch +refs/pull/39997/head:refs/remotes/origin/PR-39997 # timeout=10 [2019-09-27T12:23:04.990Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-27T12:23:05.006Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-27T12:23:05.022Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-27T12:23:05.022Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-27T12:23:05.023Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39997/head:refs/remotes/origin/PR-39997 +refs/heads/master:refs/remotes/origin/master [2019-09-27T12:23:05.556Z] > git config core.sparsecheckout # timeout=10 [2019-09-27T12:23:05.560Z] > git checkout -f b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c [2019-09-27T12:23:06.635Z] #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 29.13MB / 45.38MB 0.5s [2019-09-27T12:23:06.635Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 7.20MB / 57.69MB 0.5s [2019-09-27T12:23:06.635Z] #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 33.61MB / 45.38MB 0.6s [2019-09-27T12:23:06.635Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 8.89MB / 50.07MB 0.6s [2019-09-27T12:23:06.635Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 11.34MB / 57.69MB 0.6s [2019-09-27T12:23:06.673Z] Merge succeeded, producing b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c [2019-09-27T12:23:06.674Z] Checking out Revision b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c (PR-39997) [2019-09-27T12:23:06.890Z] #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 39.35MB / 45.38MB 0.8s [2019-09-27T12:23:06.891Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 17.12MB / 50.07MB 0.8s [2019-09-27T12:23:06.891Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 20.06MB / 57.69MB 0.8s [2019-09-27T12:23:06.891Z] #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 45.03MB / 45.38MB 0.9s [2019-09-27T12:23:06.891Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 21.39MB / 50.07MB 0.9s [2019-09-27T12:23:06.891Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 26.48MB / 57.69MB 0.9s [2019-09-27T12:23:07.146Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 25.31MB / 50.07MB 1.0s [2019-09-27T12:23:07.146Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 30.59MB / 57.69MB 1.0s [2019-09-27T12:23:07.146Z] #4 sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 45.38MB / 45.38MB 1.0s done [2019-09-27T12:23:07.146Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 34.55MB / 50.07MB 1.2s [2019-09-27T12:23:07.146Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 42.38MB / 57.69MB 1.2s [2019-09-27T12:23:07.146Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 2.04MB / 120.05MB 1.2s [2019-09-27T12:23:07.397Z] Commit message: "Jenkinsfile: install ipvsadm for amd64 stage" [2019-09-27T12:23:07.401Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 37.43MB / 50.07MB 1.3s [2019-09-27T12:23:07.401Z] #4 extracting sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b [2019-09-27T12:23:07.401Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 40.86MB / 50.07MB 1.4s [2019-09-27T12:23:07.401Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 50.10MB / 57.69MB 1.4s [2019-09-27T12:23:07.401Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 12.96MB / 120.05MB 1.4s [2019-09-27T12:23:07.657Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 50.07MB / 50.07MB 1.6s [2019-09-27T12:23:07.657Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 57.69MB / 57.69MB 1.6s [2019-09-27T12:23:07.657Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 22.33MB / 120.05MB 1.6s [2019-09-27T12:23:07.912Z] #4 sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 50.07MB / 50.07MB 1.6s done [2019-09-27T12:23:07.912Z] #4 sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 57.69MB / 57.69MB 1.6s done [2019-09-27T12:23:07.912Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 28.87MB / 120.05MB 1.7s [2019-09-27T12:23:07.912Z] #4 sha256:771169334b27f4303c691bcaa7fdc75af07550d01273d41f839201e7e2e2326a 0B / 124B 1.7s [2019-09-27T12:23:07.912Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 39.28MB / 120.05MB 1.9s [2019-09-27T12:23:07.912Z] #4 sha256:771169334b27f4303c691bcaa7fdc75af07550d01273d41f839201e7e2e2326a 124B / 124B 1.7s done [2019-09-27T12:23:07.912Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 46.84MB / 120.05MB 2.0s [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2019-09-27T12:23:08.168Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 57.51MB / 120.05MB 2.2s [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-09-27T12:23:08.424Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 63.71MB / 120.05MB 2.3s [2019-09-27T12:23:08.424Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 69.75MB / 120.05MB 2.4s [2019-09-27T12:23:08.547Z] + docker version [2019-09-27T12:23:08.547Z] Client: [2019-09-27T12:23:08.547Z] Version: 18.06.1-ce [2019-09-27T12:23:08.547Z] API version: 1.38 [2019-09-27T12:23:08.547Z] Go version: go1.10.3 [2019-09-27T12:23:08.547Z] Git commit: e68fc7a [2019-09-27T12:23:08.547Z] Built: Tue Aug 21 17:26:10 2018 [2019-09-27T12:23:08.547Z] OS/Arch: linux/ppc64le [2019-09-27T12:23:08.547Z] Experimental: false [2019-09-27T12:23:08.547Z] [2019-09-27T12:23:08.547Z] Server: [2019-09-27T12:23:08.547Z] Engine: [2019-09-27T12:23:08.547Z] Version: 18.06.1-ce [2019-09-27T12:23:08.547Z] API version: 1.38 (minimum version 1.12) [2019-09-27T12:23:08.547Z] Go version: go1.10.3 [2019-09-27T12:23:08.547Z] Git commit: e68fc7a [2019-09-27T12:23:08.547Z] Built: Tue Aug 21 17:24:20 2018 [2019-09-27T12:23:08.547Z] OS/Arch: linux/ppc64le [2019-09-27T12:23:08.547Z] Experimental: true [Pipeline] sh [2019-09-27T12:23:06.628Z] > git merge 40b9333523d9c128bb6746f80b8e698b21feb6e0 # timeout=10 [2019-09-27T12:23:06.653Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-27T12:23:06.670Z] > git config core.sparsecheckout # timeout=10 [2019-09-27T12:23:06.673Z] > git checkout -f b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c [2019-09-27T12:23:08.680Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 85.92MB / 120.05MB 2.7s [2019-09-27T12:23:08.798Z] 476334eea7f5: Pull complete [2019-09-27T12:23:08.798Z] 0d1b6b7590cf: Pull complete [2019-09-27T12:23:08.798Z] Digest: sha256:80f4b78216f04cc67c4a7fa25296e9bfcaa2f97e8980655ea868e09b1d993286 [2019-09-27T12:23:08.798Z] Status: Downloaded newer image for golang:1.13.0-stretch [2019-09-27T12:23:08.798Z] ---> cbb48e1a16c3 [2019-09-27T12:23:08.798Z] Step 5/126 : ARG APT_MIRROR [2019-09-27T12:23:08.798Z] ---> Running in 5335adfa4f60 [2019-09-27T12:23:08.798Z] Removing intermediate container 5335adfa4f60 [2019-09-27T12:23:08.798Z] ---> 9d62043a26c5 [2019-09-27T12:23:08.798Z] 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-27T12:23:08.798Z] ---> Running in 4fc2093760b3 [2019-09-27T12:23:08.925Z] + docker info [2019-09-27T12:23:08.925Z] Containers: 0 [2019-09-27T12:23:08.925Z] Running: 0 [2019-09-27T12:23:08.925Z] Paused: 0 [2019-09-27T12:23:08.925Z] Stopped: 0 [2019-09-27T12:23:08.925Z] Images: 0 [2019-09-27T12:23:08.925Z] Server Version: 18.06.1-ce [2019-09-27T12:23:08.925Z] Storage Driver: overlay2 [2019-09-27T12:23:08.925Z] Backing Filesystem: extfs [2019-09-27T12:23:08.925Z] Supports d_type: true [2019-09-27T12:23:08.925Z] Native Overlay Diff: true [2019-09-27T12:23:08.925Z] Logging Driver: json-file [2019-09-27T12:23:08.925Z] Cgroup Driver: cgroupfs [2019-09-27T12:23:08.925Z] Plugins: [2019-09-27T12:23:08.925Z] Volume: local [2019-09-27T12:23:08.925Z] Network: bridge host ipvlan macvlan null overlay [2019-09-27T12:23:08.925Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2019-09-27T12:23:08.925Z] Swarm: inactive [2019-09-27T12:23:08.925Z] Runtimes: runc [2019-09-27T12:23:08.925Z] Default Runtime: runc [2019-09-27T12:23:08.925Z] Init Binary: docker-init [2019-09-27T12:23:08.925Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2019-09-27T12:23:08.925Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2019-09-27T12:23:08.925Z] init version: fec3683 [2019-09-27T12:23:08.925Z] Security Options: [2019-09-27T12:23:08.925Z] apparmor [2019-09-27T12:23:08.925Z] seccomp [2019-09-27T12:23:08.925Z] Profile: default [2019-09-27T12:23:08.925Z] Kernel Version: 4.4.0-139-generic [2019-09-27T12:23:08.925Z] Operating System: Ubuntu 16.04.3 LTS [2019-09-27T12:23:08.925Z] OSType: linux [2019-09-27T12:23:08.925Z] Architecture: ppc64le [2019-09-27T12:23:08.925Z] CPUs: 4 [2019-09-27T12:23:08.925Z] Total Memory: 7.972GiB [2019-09-27T12:23:08.925Z] Name: ppc64le-ubuntu-26 [2019-09-27T12:23:08.925Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2019-09-27T12:23:08.925Z] Docker Root Dir: /var/lib/docker [2019-09-27T12:23:08.925Z] Debug Mode (client): false [2019-09-27T12:23:08.925Z] Debug Mode (server): false [2019-09-27T12:23:08.925Z] Username: dockerbuildbot [2019-09-27T12:23:08.925Z] Registry: https://index.docker.io/v1/ [2019-09-27T12:23:08.925Z] Labels: [2019-09-27T12:23:08.925Z] Experimental: true [2019-09-27T12:23:08.925Z] Insecure Registries: [2019-09-27T12:23:08.925Z] 127.0.0.0/8 [2019-09-27T12:23:08.925Z] Live Restore Enabled: false [2019-09-27T12:23:08.925Z] [2019-09-27T12:23:08.936Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 94.14MB / 120.05MB 2.8s [Pipeline] sh [2019-09-27T12:23:09.190Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 107.21MB / 120.05MB 3.0s [2019-09-27T12:23:09.190Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 113.56MB / 120.05MB 3.1s [2019-09-27T12:23:09.190Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 120.05MB / 120.05MB 3.3s [2019-09-27T12:23:09.311Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-27T12:23:09.311Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-27T12:23:09.311Z] + curl -fsSL -o /home/docker/workspace/moby_PR-39997/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-09-27T12:23:09.311Z] + bash /home/docker/workspace/moby_PR-39997/check-config.sh [2019-09-27T12:23:09.311Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-09-27T12:23:09.311Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2019-09-27T12:23:09.311Z] [2019-09-27T12:23:09.311Z] Generally Necessary: [2019-09-27T12:23:09.311Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-09-27T12:23:09.449Z] #4 sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 120.05MB / 120.05MB 3.3s done [2019-09-27T12:23:09.596Z] - apparmor: enabled and tools installed [2019-09-27T12:23:09.596Z] - CONFIG_NAMESPACES: enabled [2019-09-27T12:23:09.596Z] - CONFIG_NET_NS: enabled [2019-09-27T12:23:09.596Z] - CONFIG_PID_NS: enabled [2019-09-27T12:23:09.596Z] - CONFIG_IPC_NS: enabled [2019-09-27T12:23:09.596Z] - CONFIG_UTS_NS: enabled [2019-09-27T12:23:09.596Z] - CONFIG_CGROUPS: enabled [2019-09-27T12:23:09.596Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-09-27T12:23:09.596Z] - CONFIG_CGROUP_DEVICE: enabled [2019-09-27T12:23:09.596Z] - CONFIG_CGROUP_FREEZER: enabled [2019-09-27T12:23:09.596Z] - CONFIG_CGROUP_SCHED: enabled [2019-09-27T12:23:09.596Z] - CONFIG_CPUSETS: enabled [2019-09-27T12:23:09.596Z] - CONFIG_MEMCG: enabled [2019-09-27T12:23:09.596Z] - CONFIG_KEYS: enabled [2019-09-27T12:23:09.596Z] - CONFIG_VETH: enabled (as module) [2019-09-27T12:23:09.596Z] - CONFIG_BRIDGE: enabled (as module) [2019-09-27T12:23:09.596Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-09-27T12:23:09.596Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-09-27T12:23:09.596Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-09-27T12:23:09.596Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-09-27T12:23:09.596Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-09-27T12:23:09.596Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-09-27T12:23:09.596Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-09-27T12:23:09.596Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-09-27T12:23:09.596Z] - CONFIG_NF_NAT: enabled (as module) [2019-09-27T12:23:09.596Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-09-27T12:23:09.596Z] - CONFIG_POSIX_MQUEUE: enabled [2019-09-27T12:23:09.596Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2019-09-27T12:23:09.596Z] [2019-09-27T12:23:09.596Z] Optional Features: [2019-09-27T12:23:09.596Z] - CONFIG_USER_NS: enabled [2019-09-27T12:23:09.596Z] - CONFIG_SECCOMP: enabled [2019-09-27T12:23:09.596Z] - CONFIG_CGROUP_PIDS: enabled [2019-09-27T12:23:09.596Z] - CONFIG_MEMCG_SWAP: enabled [2019-09-27T12:23:09.640Z] Removing intermediate container 4fc2093760b3 [2019-09-27T12:23:09.640Z] ---> 1cc7449ad489 [2019-09-27T12:23:09.640Z] Step 7/126 : ENV GO111MODULE=off [2019-09-27T12:23:09.640Z] ---> Running in 31a7dc639a7d [2019-09-27T12:23:09.705Z] #4 ... [2019-09-27T12:23:09.705Z] [2019-09-27T12:23:09.705Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-09-27T12:23:09.705Z] #64 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done [2019-09-27T12:23:09.705Z] #64 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done [2019-09-27T12:23:09.705Z] #64 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 1.7s done [2019-09-27T12:23:09.705Z] #64 extracting sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 1.6s done [2019-09-27T12:23:09.705Z] #64 DONE 3.3s [2019-09-27T12:23:09.705Z] [2019-09-27T12:23:09.705Z] #4 [base 1/2] FROM docker.io/library/golang:1.13.0-stretch@sha256:80f4b7821... [2019-09-27T12:23:09.880Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-09-27T12:23:09.880Z] (cgroup swap accounting is currently enabled) [2019-09-27T12:23:09.880Z] - CONFIG_MEMCG_KMEM: enabled [2019-09-27T12:23:09.880Z] - CONFIG_BLK_CGROUP: enabled [2019-09-27T12:23:09.880Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-09-27T12:23:09.880Z] - CONFIG_IOSCHED_CFQ: enabled [2019-09-27T12:23:09.880Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-09-27T12:23:09.880Z] - CONFIG_CGROUP_PERF: enabled [2019-09-27T12:23:09.880Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-09-27T12:23:09.880Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-09-27T12:23:09.880Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-09-27T12:23:09.880Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-09-27T12:23:09.880Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-09-27T12:23:09.880Z] - CONFIG_RT_GROUP_SCHED: missing [2019-09-27T12:23:09.880Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-09-27T12:23:09.880Z] - CONFIG_IP_VS: enabled (as module) [2019-09-27T12:23:09.880Z] - CONFIG_IP_VS_NFCT: enabled [2019-09-27T12:23:09.880Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-09-27T12:23:09.880Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-09-27T12:23:09.880Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-09-27T12:23:09.880Z] - CONFIG_EXT4_FS: enabled [2019-09-27T12:23:09.880Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-09-27T12:23:09.880Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-09-27T12:23:09.880Z] - Network Drivers: [2019-09-27T12:23:09.880Z] - "overlay": [2019-09-27T12:23:09.880Z] - CONFIG_VXLAN: enabled (as module) [2019-09-27T12:23:09.880Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-09-27T12:23:09.880Z] Optional (for encrypted networks): [2019-09-27T12:23:10.011Z] Removing intermediate container 31a7dc639a7d [2019-09-27T12:23:10.011Z] ---> bd7c821f124c [2019-09-27T12:23:10.011Z] Step 8/126 : FROM base AS criu [2019-09-27T12:23:10.011Z] ---> bd7c821f124c [2019-09-27T12:23:10.011Z] Step 9/126 : ARG DEBIAN_FRONTEND [2019-09-27T12:23:10.011Z] ---> Running in 9b0decc9c5ab [2019-09-27T12:23:10.011Z] Removing intermediate container 9b0decc9c5ab [2019-09-27T12:23:10.011Z] ---> e263ce92a9d7 [2019-09-27T12:23:10.011Z] Step 10/126 : ENV CRIU_VERSION 3.12 [2019-09-27T12:23:10.011Z] ---> Running in 38c2eea7179e [2019-09-27T12:23:10.162Z] - CONFIG_CRYPTO: enabled [2019-09-27T12:23:10.162Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2019-09-27T12:23:10.163Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2019-09-27T12:23:10.163Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2019-09-27T12:23:10.163Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2019-09-27T12:23:10.163Z] - CONFIG_XFRM: enabled [2019-09-27T12:23:10.163Z] - CONFIG_XFRM_USER: enabled (as module) [2019-09-27T12:23:10.163Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-09-27T12:23:10.163Z] - CONFIG_INET_ESP: enabled (as module) [2019-09-27T12:23:10.163Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-09-27T12:23:10.163Z] - "ipvlan": [2019-09-27T12:23:10.163Z] - CONFIG_IPVLAN: enabled (as module) [2019-09-27T12:23:10.163Z] - "macvlan": [2019-09-27T12:23:10.163Z] - CONFIG_MACVLAN: enabled (as module) [2019-09-27T12:23:10.163Z] - CONFIG_DUMMY: enabled (as module) [2019-09-27T12:23:10.163Z] - "ftp,tftp client in container": [2019-09-27T12:23:10.163Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-09-27T12:23:10.163Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-09-27T12:23:10.163Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-09-27T12:23:10.163Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-09-27T12:23:10.163Z] - Storage Drivers: [2019-09-27T12:23:10.163Z] - "aufs": [2019-09-27T12:23:10.163Z] - CONFIG_AUFS_FS: enabled (as module) [2019-09-27T12:23:10.163Z] - "btrfs": [2019-09-27T12:23:10.163Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-09-27T12:23:10.163Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-09-27T12:23:10.163Z] - "devicemapper": [2019-09-27T12:23:10.163Z] - CONFIG_BLK_DEV_DM: enabled [2019-09-27T12:23:10.163Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-09-27T12:23:10.163Z] - "overlay": [2019-09-27T12:23:10.163Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-09-27T12:23:10.163Z] - "zfs": [2019-09-27T12:23:10.163Z] - /dev/zfs: missing [2019-09-27T12:23:10.163Z] - zfs command: missing [2019-09-27T12:23:10.163Z] - zpool command: missing [2019-09-27T12:23:10.163Z] [2019-09-27T12:23:10.163Z] Limits: [2019-09-27T12:23:10.163Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-09-27T12:23:10.163Z] [2019-09-27T12:23:10.163Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-09-27T12:23:10.265Z] #4 ... [2019-09-27T12:23:10.265Z] [2019-09-27T12:23:10.265Z] #18 [internal] load build context [2019-09-27T12:23:10.265Z] #18 transferring context: 45.51MB 4.1s done [2019-09-27T12:23:10.265Z] #18 DONE 4.2s [2019-09-27T12:23:10.265Z] [2019-09-27T12:23:10.265Z] #4 [base 1/2] FROM docker.io/library/golang:1.13.0-stretch@sha256:80f4b7821... [2019-09-27T12:23:10.374Z] Removing intermediate container 38c2eea7179e [2019-09-27T12:23:10.374Z] ---> eacd281fc51b [2019-09-27T12:23:10.374Z] 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-27T12:23:10.374Z] ---> Running in a1cb192df7ef [2019-09-27T12:23:10.578Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c . [2019-09-27T12:23:11.160Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-27T12:23:11.160Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-27T12:23:11.160Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-27T12:23:11.160Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-27T12:23:11.160Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-27T12:23:11.160Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [482 kB] [2019-09-27T12:23:11.190Z] #4 extracting sha256:092586df92068bd6b59c497f379e48302aa1b27cf76b2de64d262ba7bc19e47b 3.9s done [2019-09-27T12:23:11.445Z] #4 extracting sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae [2019-09-27T12:23:11.545Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-27T12:23:11.545Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-27T12:23:12.005Z] #4 extracting sha256:ef599477fae0e7485cae7d038240cda6358b3af22c7eb4ea502c60771b68dcae 0.3s done [2019-09-27T12:23:12.005Z] #4 extracting sha256:4530c6472b5d2a08201c9cd65f43a788e526eb4fe498a4fbe5e4d5688535cd21 [2019-09-27T12:23:12.005Z] #4 extracting sha256:4530c6472b5d2a08201c9cd65f43a788e526eb4fe498a4fbe5e4d5688535cd21 0.1s done [2019-09-27T12:23:12.265Z] #4 extracting sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee [2019-09-27T12:23:12.831Z] Fetched 7668 kB in 1s (4412 kB/s) [2019-09-27T12:23:13.263Z] Reading package lists... [2019-09-27T12:23:13.267Z] Sending build context to Docker daemon 49.98MB [2019-09-27T12:23:13.267Z] Step 1/126 : ARG CROSS="false" [2019-09-27T12:23:13.267Z] Step 2/126 : ARG GO_VERSION=1.13.0 [2019-09-27T12:23:13.267Z] Step 3/126 : ARG DEBIAN_FRONTEND=noninteractive [2019-09-27T12:23:13.267Z] Step 4/126 : FROM golang:${GO_VERSION}-stretch AS base [2019-09-27T12:23:13.267Z] 1.13.0-stretch: Pulling from library/golang [2019-09-27T12:23:13.267Z] 10831a4d6f42: Pulling fs layer [2019-09-27T12:23:13.267Z] f794a2e4526b: Pulling fs layer [2019-09-27T12:23:13.267Z] e3fa2203e375: Pulling fs layer [2019-09-27T12:23:13.267Z] 004465f1c815: Pulling fs layer [2019-09-27T12:23:13.267Z] c19c19fc3c99: Pulling fs layer [2019-09-27T12:23:13.267Z] 2a226db90886: Pulling fs layer [2019-09-27T12:23:13.267Z] e78354ce55ed: Pulling fs layer [2019-09-27T12:23:13.267Z] 004465f1c815: Waiting [2019-09-27T12:23:13.267Z] c19c19fc3c99: Waiting [2019-09-27T12:23:13.267Z] 2a226db90886: Waiting [2019-09-27T12:23:13.648Z] Reading package lists... [2019-09-27T12:23:13.648Z] Building dependency tree... [2019-09-27T12:23:13.648Z] Reading state information... [2019-09-27T12:23:13.890Z] e3fa2203e375: Verifying Checksum [2019-09-27T12:23:13.890Z] e3fa2203e375: Download complete [2019-09-27T12:23:14.020Z] The following additional packages will be installed: [2019-09-27T12:23:14.020Z] libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-09-27T12:23:14.020Z] libprotoc10 python-pkg-resources zlib1g-dev [2019-09-27T12:23:14.020Z] Suggested packages: [2019-09-27T12:23:14.020Z] manpages-dev python-setuptools [2019-09-27T12:23:14.020Z] The following NEW packages will be installed: [2019-09-27T12:23:14.020Z] libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-09-27T12:23:14.020Z] libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-09-27T12:23:14.020Z] protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-09-27T12:23:14.020Z] zlib1g-dev [2019-09-27T12:23:14.020Z] 0 upgraded, 16 newly installed, 0 to remove and 3 not upgraded. [2019-09-27T12:23:14.020Z] Need to get 3476 kB of archives. [2019-09-27T12:23:14.020Z] After this operation, 20.2 MB of additional disk space will be used. [2019-09-27T12:23:14.020Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1 s390x 1.1.6+dfsg-3 [57.1 kB] [2019-09-27T12:23:14.020Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libcap-dev s390x 1:2.25-1 [30.1 kB] [2019-09-27T12:23:14.020Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1-dev s390x 1.1.6+dfsg-3 [114 kB] [2019-09-27T12:23:14.020Z] 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-27T12:23:14.020Z] 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-27T12:23:14.020Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c1 s390x 1.2.1-2 [25.1 kB] [2019-09-27T12:23:14.020Z] 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-27T12:23:14.020Z] 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-27T12:23:14.020Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf10 s390x 3.0.0-9 [648 kB] [2019-09-27T12:23:14.152Z] #4 extracting sha256:d34d61487075d127bf6dd2906ea3abc50e0a3cd9aa2f230fc41b253b153a17ee 2.0s done [2019-09-27T12:23:14.178Z] f794a2e4526b: Verifying Checksum [2019-09-27T12:23:14.178Z] f794a2e4526b: Download complete [2019-09-27T12:23:14.397Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-lite10 s390x 3.0.0-9 [123 kB] [2019-09-27T12:23:14.397Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-dev s390x 3.0.0-9 [925 kB] [2019-09-27T12:23:14.397Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotoc10 s390x 3.0.0-9 [580 kB] [2019-09-27T12:23:14.397Z] 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-27T12:23:14.397Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main s390x protobuf-compiler s390x 3.0.0-9 [52.6 kB] [2019-09-27T12:23:14.397Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-pkg-resources all 33.1.1-1 [166 kB] [2019-09-27T12:23:14.397Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-protobuf s390x 3.0.0-9 [288 kB] [2019-09-27T12:23:14.397Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-27T12:23:14.397Z] Fetched 3476 kB in 0s (19.8 MB/s) [2019-09-27T12:23:14.397Z] Selecting previously unselected package libnet1:s390x. [2019-09-27T12:23:14.397Z] (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-27T12:23:14.397Z] Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_s390x.deb ... [2019-09-27T12:23:14.397Z] Unpacking libnet1:s390x (1.1.6+dfsg-3) ... [2019-09-27T12:23:14.397Z] Selecting previously unselected package libcap-dev:s390x. [2019-09-27T12:23:14.397Z] Preparing to unpack .../01-libcap-dev_1%3a2.25-1_s390x.deb ... [2019-09-27T12:23:14.397Z] Unpacking libcap-dev:s390x (1:2.25-1) ... [2019-09-27T12:23:14.397Z] Selecting previously unselected package libnet1-dev. [2019-09-27T12:23:14.397Z] Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_s390x.deb ... [2019-09-27T12:23:14.397Z] Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-09-27T12:23:14.397Z] Selecting previously unselected package libnl-3-200:s390x. [2019-09-27T12:23:14.397Z] Preparing to unpack .../03-libnl-3-200_3.2.27-2_s390x.deb ... [2019-09-27T12:23:14.397Z] Unpacking libnl-3-200:s390x (3.2.27-2) ... [2019-09-27T12:23:14.397Z] Selecting previously unselected package libnl-3-dev:s390x. [2019-09-27T12:23:14.397Z] Preparing to unpack .../04-libnl-3-dev_3.2.27-2_s390x.deb ... [2019-09-27T12:23:14.408Z] #4 extracting sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 0.1s [2019-09-27T12:23:14.790Z] Unpacking libnl-3-dev:s390x (3.2.27-2) ... [2019-09-27T12:23:14.790Z] Selecting previously unselected package libprotobuf-c1:s390x. [2019-09-27T12:23:14.790Z] Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_s390x.deb ... [2019-09-27T12:23:14.790Z] Unpacking libprotobuf-c1:s390x (1.2.1-2) ... [2019-09-27T12:23:14.790Z] Selecting previously unselected package libprotobuf-c-dev:s390x. [2019-09-27T12:23:14.790Z] Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_s390x.deb ... [2019-09-27T12:23:14.790Z] Unpacking libprotobuf-c-dev:s390x (1.2.1-2) ... [2019-09-27T12:23:14.790Z] Selecting previously unselected package zlib1g-dev:s390x. [2019-09-27T12:23:14.790Z] Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_s390x.deb ... [2019-09-27T12:23:14.790Z] Unpacking zlib1g-dev:s390x (1:1.2.8.dfsg-5) ... [2019-09-27T12:23:14.790Z] Selecting previously unselected package libprotobuf10:s390x. [2019-09-27T12:23:14.790Z] Preparing to unpack .../08-libprotobuf10_3.0.0-9_s390x.deb ... [2019-09-27T12:23:14.790Z] Unpacking libprotobuf10:s390x (3.0.0-9) ... [2019-09-27T12:23:14.790Z] Selecting previously unselected package libprotobuf-lite10:s390x. [2019-09-27T12:23:14.790Z] Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_s390x.deb ... [2019-09-27T12:23:14.790Z] Unpacking libprotobuf-lite10:s390x (3.0.0-9) ... [2019-09-27T12:23:14.790Z] Selecting previously unselected package libprotobuf-dev:s390x. [2019-09-27T12:23:14.790Z] Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_s390x.deb ... [2019-09-27T12:23:14.790Z] Unpacking libprotobuf-dev:s390x (3.0.0-9) ... [2019-09-27T12:23:15.157Z] Selecting previously unselected package libprotoc10:s390x. [2019-09-27T12:23:15.157Z] Preparing to unpack .../11-libprotoc10_3.0.0-9_s390x.deb ... [2019-09-27T12:23:15.157Z] Unpacking libprotoc10:s390x (3.0.0-9) ... [2019-09-27T12:23:15.157Z] Selecting previously unselected package protobuf-c-compiler. [2019-09-27T12:23:15.157Z] Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_s390x.deb ... [2019-09-27T12:23:15.157Z] Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-09-27T12:23:15.157Z] Selecting previously unselected package protobuf-compiler. [2019-09-27T12:23:15.157Z] Preparing to unpack .../13-protobuf-compiler_3.0.0-9_s390x.deb ... [2019-09-27T12:23:15.157Z] Unpacking protobuf-compiler (3.0.0-9) ... [2019-09-27T12:23:15.157Z] Selecting previously unselected package python-pkg-resources. [2019-09-27T12:23:15.157Z] Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-09-27T12:23:15.157Z] Unpacking python-pkg-resources (33.1.1-1) ... [2019-09-27T12:23:15.535Z] Selecting previously unselected package python-protobuf. [2019-09-27T12:23:15.535Z] Preparing to unpack .../15-python-protobuf_3.0.0-9_s390x.deb ... [2019-09-27T12:23:15.535Z] Unpacking python-protobuf (3.0.0-9) ... [2019-09-27T12:23:15.535Z] Setting up libnet1:s390x (1.1.6+dfsg-3) ... [2019-09-27T12:23:15.535Z] Setting up libprotobuf-c1:s390x (1.2.1-2) ... [2019-09-27T12:23:15.535Z] Setting up python-pkg-resources (33.1.1-1) ... [2019-09-27T12:23:15.897Z] Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-09-27T12:23:15.897Z] Setting up libprotobuf10:s390x (3.0.0-9) ... [2019-09-27T12:23:15.897Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T12:23:15.898Z] Setting up python-protobuf (3.0.0-9) ... [2019-09-27T12:23:16.273Z] Setting up libcap-dev:s390x (1:2.25-1) ... [2019-09-27T12:23:16.273Z] Setting up libprotobuf-c-dev:s390x (1.2.1-2) ... [2019-09-27T12:23:16.273Z] Setting up libnl-3-200:s390x (3.2.27-2) ... [2019-09-27T12:23:16.273Z] Setting up libprotobuf-lite10:s390x (3.0.0-9) ... [2019-09-27T12:23:16.273Z] Setting up libprotoc10:s390x (3.0.0-9) ... [2019-09-27T12:23:16.273Z] Setting up protobuf-c-compiler (1.2.1-2) ... [2019-09-27T12:23:16.273Z] Setting up zlib1g-dev:s390x (1:1.2.8.dfsg-5) ... [2019-09-27T12:23:16.273Z] Setting up protobuf-compiler (3.0.0-9) ... [2019-09-27T12:23:16.273Z] Setting up libprotobuf-dev:s390x (3.0.0-9) ... [2019-09-27T12:23:16.273Z] Setting up libnl-3-dev:s390x (3.2.27-2) ... [2019-09-27T12:23:16.273Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T12:23:16.291Z] #4 extracting sha256:89c6ec31b9e9681cdc950754788420c442cb7deac0f200ddc1eb12b49c7d9675 1.8s done [2019-09-27T12:23:16.291Z] #4 extracting sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f [2019-09-27T12:23:16.876Z] 10831a4d6f42: Verifying Checksum [2019-09-27T12:23:16.876Z] 10831a4d6f42: Download complete [2019-09-27T12:23:17.049Z] Removing intermediate container a1cb192df7ef [2019-09-27T12:23:17.049Z] ---> 4345124c4322 [2019-09-27T12:23:17.049Z] 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-27T12:23:17.475Z] ---> Running in 297c690425b1 [2019-09-27T12:23:17.912Z] 004465f1c815: Verifying Checksum [2019-09-27T12:23:17.912Z] 004465f1c815: Download complete [2019-09-27T12:23:17.912Z] e78354ce55ed: Verifying Checksum [2019-09-27T12:23:17.912Z] e78354ce55ed: Download complete [2019-09-27T12:23:18.212Z] Note: Building without setproctitle() and strlcpy() support. [2019-09-27T12:23:18.212Z] To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-27T12:23:18.537Z] c19c19fc3c99: Verifying Checksum [2019-09-27T12:23:18.537Z] c19c19fc3c99: Download complete [2019-09-27T12:23:18.686Z] fatal: Not a git repository (or any of the parent directories): .git [2019-09-27T12:23:18.686Z]  GEN .gitid [2019-09-27T12:23:18.686Z] GEN criu/include/version.h [2019-09-27T12:23:18.686Z] GEN include/common/asm [2019-09-27T12:23:18.686Z] PBCC images/google/protobuf/descriptor.pb-c.c [2019-09-27T12:23:18.686Z] PBCC images/opts.pb-c.c [2019-09-27T12:23:18.686Z] PBCC images/sit.pb-c.c [2019-09-27T12:23:18.686Z] DEP images/google/protobuf/descriptor.pb-c.d [2019-09-27T12:23:18.686Z] DEP images/opts.pb-c.d [2019-09-27T12:23:18.686Z] DEP images/sit.pb-c.d [2019-09-27T12:23:18.686Z] PBCC images/macvlan.pb-c.c [2019-09-27T12:23:18.686Z] DEP images/macvlan.pb-c.d [2019-09-27T12:23:18.686Z] PBCC images/autofs.pb-c.c [2019-09-27T12:23:18.686Z] DEP images/autofs.pb-c.d [2019-09-27T12:23:18.686Z] PBCC images/sysctl.pb-c.c [2019-09-27T12:23:18.686Z] DEP images/sysctl.pb-c.d [2019-09-27T12:23:18.686Z] PBCC images/time.pb-c.c [2019-09-27T12:23:18.686Z] DEP images/time.pb-c.d [2019-09-27T12:23:18.686Z] PBCC images/binfmt-misc.pb-c.c [2019-09-27T12:23:18.686Z] DEP images/binfmt-misc.pb-c.d [2019-09-27T12:23:18.686Z] PBCC images/seccomp.pb-c.c [2019-09-27T12:23:18.686Z] DEP images/seccomp.pb-c.d [2019-09-27T12:23:18.686Z] PBCC images/userns.pb-c.c [2019-09-27T12:23:18.686Z] DEP images/userns.pb-c.d [2019-09-27T12:23:18.686Z] PBCC images/cgroup.pb-c.c [2019-09-27T12:23:18.686Z] DEP images/cgroup.pb-c.d [2019-09-27T12:23:18.686Z] PBCC images/fown.pb-c.c [2019-09-27T12:23:18.686Z] PBCC images/ext-file.pb-c.c [2019-09-27T12:23:18.686Z] DEP images/fown.pb-c.d [2019-09-27T12:23:18.686Z] DEP images/ext-file.pb-c.d [2019-09-27T12:23:18.686Z] PBCC images/rpc.pb-c.c [2019-09-27T12:23:18.686Z] DEP images/rpc.pb-c.d [2019-09-27T12:23:18.686Z] PBCC images/siginfo.pb-c.c [2019-09-27T12:23:18.686Z] DEP images/siginfo.pb-c.d [2019-09-27T12:23:18.686Z] PBCC images/pagemap.pb-c.c [2019-09-27T12:23:18.686Z] DEP images/pagemap.pb-c.d [2019-09-27T12:23:18.686Z] PBCC images/rlimit.pb-c.c [2019-09-27T12:23:18.686Z] DEP images/rlimit.pb-c.d [2019-09-27T12:23:18.686Z] PBCC images/file-lock.pb-c.c [2019-09-27T12:23:18.686Z] DEP images/file-lock.pb-c.d [2019-09-27T12:23:18.686Z] PBCC images/tty.pb-c.c [2019-09-27T12:23:18.686Z] DEP images/tty.pb-c.d [2019-09-27T12:23:18.686Z] PBCC images/tun.pb-c.c [2019-09-27T12:23:19.054Z] PBCC images/netdev.pb-c.c [2019-09-27T12:23:19.054Z] DEP images/tun.pb-c.d [2019-09-27T12:23:19.054Z] DEP images/netdev.pb-c.d [2019-09-27T12:23:19.054Z] PBCC images/vma.pb-c.c [2019-09-27T12:23:19.054Z] DEP images/vma.pb-c.d [2019-09-27T12:23:19.054Z] PBCC images/creds.pb-c.c [2019-09-27T12:23:19.054Z] DEP images/creds.pb-c.d [2019-09-27T12:23:19.054Z] PBCC images/utsns.pb-c.c [2019-09-27T12:23:19.054Z] DEP images/utsns.pb-c.d [2019-09-27T12:23:19.054Z] PBCC images/ipc-desc.pb-c.c [2019-09-27T12:23:19.054Z] PBCC images/ipc-sem.pb-c.c [2019-09-27T12:23:19.054Z] DEP images/ipc-desc.pb-c.d [2019-09-27T12:23:19.054Z] DEP images/ipc-sem.pb-c.d [2019-09-27T12:23:19.054Z] PBCC images/ipc-msg.pb-c.c [2019-09-27T12:23:19.054Z] DEP images/ipc-msg.pb-c.d [2019-09-27T12:23:19.054Z] PBCC images/ipc-shm.pb-c.c [2019-09-27T12:23:19.054Z] DEP images/ipc-shm.pb-c.d [2019-09-27T12:23:19.054Z] PBCC images/ipc-var.pb-c.c [2019-09-27T12:23:19.054Z] DEP images/ipc-var.pb-c.d [2019-09-27T12:23:19.054Z] PBCC images/sk-opts.pb-c.c [2019-09-27T12:23:19.054Z] PBCC images/packet-sock.pb-c.c [2019-09-27T12:23:19.054Z] DEP images/sk-opts.pb-c.d [2019-09-27T12:23:19.054Z] DEP images/packet-sock.pb-c.d [2019-09-27T12:23:19.054Z] PBCC images/sk-netlink.pb-c.c [2019-09-27T12:23:19.054Z] DEP images/sk-netlink.pb-c.d [2019-09-27T12:23:19.054Z] PBCC images/sk-inet.pb-c.c [2019-09-27T12:23:19.054Z] DEP images/sk-inet.pb-c.d [2019-09-27T12:23:19.054Z] PBCC images/sk-unix.pb-c.c [2019-09-27T12:23:19.054Z] DEP images/sk-unix.pb-c.d [2019-09-27T12:23:19.054Z] PBCC images/mm.pb-c.c [2019-09-27T12:23:19.054Z] DEP images/mm.pb-c.d [2019-09-27T12:23:19.054Z] PBCC images/timerfd.pb-c.c [2019-09-27T12:23:19.054Z] DEP images/timerfd.pb-c.d [2019-09-27T12:23:19.054Z] PBCC images/timer.pb-c.c [2019-09-27T12:23:19.054Z] DEP images/timer.pb-c.d [2019-09-27T12:23:19.054Z] PBCC images/sa.pb-c.c [2019-09-27T12:23:19.054Z] DEP images/sa.pb-c.d [2019-09-27T12:23:19.054Z] PBCC images/pipe-data.pb-c.c [2019-09-27T12:23:19.054Z] DEP images/pipe-data.pb-c.d [2019-09-27T12:23:19.054Z] PBCC images/mnt.pb-c.c [2019-09-27T12:23:19.054Z] DEP images/mnt.pb-c.d [2019-09-27T12:23:19.054Z] PBCC images/sk-packet.pb-c.c [2019-09-27T12:23:19.054Z] DEP images/sk-packet.pb-c.d [2019-09-27T12:23:19.054Z] PBCC images/tcp-stream.pb-c.c [2019-09-27T12:23:19.054Z] DEP images/tcp-stream.pb-c.d [2019-09-27T12:23:19.054Z] PBCC images/pipe.pb-c.c [2019-09-27T12:23:19.054Z] DEP images/pipe.pb-c.d [2019-09-27T12:23:19.054Z] PBCC images/pstree.pb-c.c [2019-09-27T12:23:19.054Z] DEP images/pstree.pb-c.d [2019-09-27T12:23:19.054Z] PBCC images/fs.pb-c.c [2019-09-27T12:23:19.054Z] DEP images/fs.pb-c.d [2019-09-27T12:23:19.054Z] PBCC images/signalfd.pb-c.c [2019-09-27T12:23:19.054Z] DEP images/signalfd.pb-c.d [2019-09-27T12:23:19.054Z] PBCC images/fh.pb-c.c [2019-09-27T12:23:19.054Z] PBCC images/fsnotify.pb-c.c [2019-09-27T12:23:19.054Z] DEP images/fh.pb-c.d [2019-09-27T12:23:19.054Z] DEP images/fsnotify.pb-c.d [2019-09-27T12:23:19.054Z] PBCC images/eventpoll.pb-c.c [2019-09-27T12:23:19.054Z] DEP images/eventpoll.pb-c.d [2019-09-27T12:23:19.054Z] PBCC images/eventfd.pb-c.c [2019-09-27T12:23:19.054Z] DEP images/eventfd.pb-c.d [2019-09-27T12:23:19.054Z] PBCC images/remap-file-path.pb-c.c [2019-09-27T12:23:19.426Z] DEP images/remap-file-path.pb-c.d [2019-09-27T12:23:19.426Z] PBCC images/fifo.pb-c.c [2019-09-27T12:23:19.426Z] DEP images/fifo.pb-c.d [2019-09-27T12:23:19.426Z] PBCC images/ghost-file.pb-c.c [2019-09-27T12:23:19.426Z] DEP images/ghost-file.pb-c.d [2019-09-27T12:23:19.426Z] PBCC images/regfile.pb-c.c [2019-09-27T12:23:19.426Z] DEP images/regfile.pb-c.d [2019-09-27T12:23:19.426Z] PBCC images/ns.pb-c.c [2019-09-27T12:23:19.426Z] DEP images/ns.pb-c.d [2019-09-27T12:23:19.426Z] PBCC images/fdinfo.pb-c.c [2019-09-27T12:23:19.426Z] DEP images/fdinfo.pb-c.d [2019-09-27T12:23:19.426Z] PBCC images/core-aarch64.pb-c.c [2019-09-27T12:23:19.426Z] PBCC images/core-arm.pb-c.c [2019-09-27T12:23:19.426Z] PBCC images/core-ppc64.pb-c.c [2019-09-27T12:23:19.426Z] PBCC images/core-s390.pb-c.c [2019-09-27T12:23:19.426Z] PBCC images/core-x86.pb-c.c [2019-09-27T12:23:19.426Z] PBCC images/core.pb-c.c [2019-09-27T12:23:19.426Z] PBCC images/inventory.pb-c.c [2019-09-27T12:23:19.426Z] DEP images/core-aarch64.pb-c.d [2019-09-27T12:23:19.426Z] DEP images/core-arm.pb-c.d [2019-09-27T12:23:19.426Z] DEP images/core-ppc64.pb-c.d [2019-09-27T12:23:19.426Z] DEP images/core-s390.pb-c.d [2019-09-27T12:23:19.426Z] DEP images/core-x86.pb-c.d [2019-09-27T12:23:19.426Z] DEP images/core.pb-c.d [2019-09-27T12:23:19.426Z] DEP images/inventory.pb-c.d [2019-09-27T12:23:19.426Z] PBCC images/cpuinfo.pb-c.c [2019-09-27T12:23:19.426Z] DEP images/cpuinfo.pb-c.d [2019-09-27T12:23:19.426Z] PBCC images/stats.pb-c.c [2019-09-27T12:23:19.426Z] DEP images/stats.pb-c.d [2019-09-27T12:23:19.426Z] make[1]: Nothing to be done for 'all'. [2019-09-27T12:23:19.799Z] CC images/stats.o [2019-09-27T12:23:19.799Z] CC images/core.o [2019-09-27T12:23:19.799Z] CC images/core-x86.o [2019-09-27T12:23:19.799Z] CC images/core-arm.o [2019-09-27T12:23:20.169Z] CC images/core-aarch64.o [2019-09-27T12:23:20.169Z] CC images/core-ppc64.o [2019-09-27T12:23:20.169Z] CC images/core-s390.o [2019-09-27T12:23:20.169Z] CC images/cpuinfo.o [2019-09-27T12:23:20.169Z] CC images/inventory.o [2019-09-27T12:23:20.169Z] CC images/fdinfo.o [2019-09-27T12:23:20.169Z] CC images/fown.o [2019-09-27T12:23:20.169Z] CC images/ns.o [2019-09-27T12:23:20.450Z] #4 extracting sha256:35bd38f57a5b9df547977775e6dd523111d2d986fae65817c0d31db39c738d2f 3.9s done [2019-09-27T12:23:20.450Z] #4 extracting sha256:771169334b27f4303c691bcaa7fdc75af07550d01273d41f839201e7e2e2326a done [2019-09-27T12:23:20.450Z] #4 DONE 14.3s [2019-09-27T12:23:20.450Z] [2019-09-27T12:23:20.450Z] #5 [base 2/2] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-09-27T12:23:20.558Z] CC images/regfile.o [2019-09-27T12:23:20.558Z] CC images/ghost-file.o [2019-09-27T12:23:20.558Z] CC images/fifo.o [2019-09-27T12:23:20.558Z] CC images/remap-file-path.o [2019-09-27T12:23:20.558Z] CC images/eventfd.o [2019-09-27T12:23:20.558Z] CC images/eventpoll.o [2019-09-27T12:23:20.558Z] CC images/fh.o [2019-09-27T12:23:20.558Z] CC images/fsnotify.o [2019-09-27T12:23:20.558Z] CC images/signalfd.o [2019-09-27T12:23:20.558Z] CC images/fs.o [2019-09-27T12:23:20.558Z] CC images/pstree.o [2019-09-27T12:23:20.941Z] CC images/pipe.o [2019-09-27T12:23:20.941Z] CC images/tcp-stream.o [2019-09-27T12:23:20.941Z] CC images/sk-packet.o [2019-09-27T12:23:20.941Z] CC images/mnt.o [2019-09-27T12:23:20.941Z] CC images/pipe-data.o [2019-09-27T12:23:20.941Z] CC images/sa.o [2019-09-27T12:23:20.941Z] CC images/timer.o [2019-09-27T12:23:20.941Z] CC images/timerfd.o [2019-09-27T12:23:20.941Z] CC images/mm.o [2019-09-27T12:23:20.941Z] CC images/sk-opts.o [2019-09-27T12:23:20.941Z] CC images/sk-unix.o [2019-09-27T12:23:20.941Z] CC images/sk-inet.o [2019-09-27T12:23:21.234Z] 10831a4d6f42: Pull complete [2019-09-27T12:23:21.318Z] CC images/tun.o [2019-09-27T12:23:21.318Z] CC images/sk-netlink.o [2019-09-27T12:23:21.318Z] CC images/packet-sock.o [2019-09-27T12:23:21.318Z] CC images/ipc-var.o [2019-09-27T12:23:21.318Z] CC images/ipc-desc.o [2019-09-27T12:23:21.318Z] CC images/ipc-shm.o [2019-09-27T12:23:21.318Z] CC images/ipc-msg.o [2019-09-27T12:23:21.318Z] CC images/ipc-sem.o [2019-09-27T12:23:21.318Z] CC images/utsns.o [2019-09-27T12:23:21.318Z] CC images/creds.o [2019-09-27T12:23:21.318Z] CC images/vma.o [2019-09-27T12:23:21.318Z] CC images/netdev.o [2019-09-27T12:23:21.776Z] CC images/tty.o [2019-09-27T12:23:21.776Z] CC images/file-lock.o [2019-09-27T12:23:21.776Z] CC images/rlimit.o [2019-09-27T12:23:21.776Z] CC images/pagemap.o [2019-09-27T12:23:21.776Z] CC images/siginfo.o [2019-09-27T12:23:21.776Z] CC images/rpc.o [2019-09-27T12:23:21.776Z] CC images/ext-file.o [2019-09-27T12:23:21.776Z] CC images/cgroup.o [2019-09-27T12:23:21.856Z] f794a2e4526b: Pull complete [2019-09-27T12:23:22.142Z] e3fa2203e375: Pull complete [2019-09-27T12:23:22.168Z] CC images/userns.o [2019-09-27T12:23:22.168Z] CC images/google/protobuf/descriptor.o [2019-09-27T12:23:22.168Z] CC images/opts.o [2019-09-27T12:23:22.168Z] CC images/seccomp.o [2019-09-27T12:23:22.168Z] CC images/binfmt-misc.o [2019-09-27T12:23:22.168Z] CC images/time.o [2019-09-27T12:23:22.537Z] CC images/sysctl.o [2019-09-27T12:23:22.537Z] CC images/autofs.o [2019-09-27T12:23:22.537Z] CC images/macvlan.o [2019-09-27T12:23:22.537Z] CC images/sit.o [2019-09-27T12:23:22.537Z] LINK images/built-in.o [2019-09-27T12:23:22.537Z] GEN compel/include/asm [2019-09-27T12:23:22.537Z] GEN compel/include/version.h [2019-09-27T12:23:22.537Z] touch .config [2019-09-27T12:23:22.537Z] GEN include/common/config.h [2019-09-27T12:23:22.537Z] DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2019-09-27T12:23:22.537Z] GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-09-27T12:23:22.537Z] GEN compel/plugins/include/uapi/std/syscall.h [2019-09-27T12:23:22.537Z] GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2019-09-27T12:23:22.537Z] DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2019-09-27T12:23:22.537Z] DEP compel/arch/s390/plugins/std/parasite-head.d [2019-09-27T12:23:22.537Z] GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-09-27T12:23:22.537Z] DEP compel/plugins/std/infect.d [2019-09-27T12:23:22.537Z] DEP compel/plugins/std/string.d [2019-09-27T12:23:22.537Z] DEP compel/plugins/std/log.d [2019-09-27T12:23:22.537Z] DEP compel/plugins/std/fds.d [2019-09-27T12:23:22.537Z] DEP compel/plugins/std/std.d [2019-09-27T12:23:22.537Z] DEP compel/plugins/shmem/shmem.d [2019-09-27T12:23:22.537Z] DEP compel/plugins/fds/fds.d [2019-09-27T12:23:22.537Z] CC compel/plugins/std/std.o [2019-09-27T12:23:22.537Z] CC compel/plugins/std/fds.o [2019-09-27T12:23:22.904Z] CC compel/plugins/std/log.o [2019-09-27T12:23:22.904Z] CC compel/plugins/std/string.o [2019-09-27T12:23:22.904Z] CC compel/plugins/std/infect.o [2019-09-27T12:23:22.966Z] #5 DONE 2.4s [2019-09-27T12:23:22.966Z] [2019-09-27T12:23:22.966Z] #22 [rootlesskit 1/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T12:23:22.966Z] #22 DONE 0.1s [2019-09-27T12:23:22.966Z] [2019-09-27T12:23:22.966Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T12:23:22.966Z] #57 ... [2019-09-27T12:23:22.966Z] [2019-09-27T12:23:22.966Z] #23 [golangci_lint 2/3] COPY hack/dockerfile/install/golangci_lint.installer... [2019-09-27T12:23:22.966Z] #23 DONE 0.1s [2019-09-27T12:23:22.966Z] [2019-09-27T12:23:22.966Z] #52 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-09-27T12:23:22.966Z] #52 DONE 0.1s [2019-09-27T12:23:23.154Z] 2a226db90886: Verifying Checksum [2019-09-27T12:23:23.154Z] 2a226db90886: Download complete [2019-09-27T12:23:23.221Z] [2019-09-27T12:23:23.221Z] #26 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-09-27T12:23:23.221Z] #26 DONE 0.2s [2019-09-27T12:23:23.221Z] [2019-09-27T12:23:23.221Z] #60 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-09-27T12:23:23.221Z] #60 DONE 0.2s [2019-09-27T12:23:23.221Z] [2019-09-27T12:23:23.221Z] #49 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-09-27T12:23:23.221Z] #49 DONE 0.2s [2019-09-27T12:23:23.221Z] [2019-09-27T12:23:23.221Z] #29 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-09-27T12:23:23.221Z] #29 DONE 0.2s [2019-09-27T12:23:23.221Z] [2019-09-27T12:23:23.221Z] #32 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-09-27T12:23:23.221Z] #32 DONE 0.2s [2019-09-27T12:23:23.221Z] [2019-09-27T12:23:23.221Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-27T12:23:23.279Z] CC compel/arch/s390/plugins/std/parasite-head.o [2019-09-27T12:23:23.279Z] CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2019-09-27T12:23:23.279Z] CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2019-09-27T12:23:23.279Z] AR compel/plugins/std.lib.a [2019-09-27T12:23:23.279Z] CC compel/plugins/fds/fds.o [2019-09-27T12:23:23.279Z] AR compel/plugins/fds.lib.a [2019-09-27T12:23:23.279Z] HOSTDEP compel/src/lib/log-host.d [2019-09-27T12:23:23.279Z] HOSTDEP compel/src/lib/handle-elf-host.d [2019-09-27T12:23:23.279Z] HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2019-09-27T12:23:23.279Z] HOSTDEP compel/src/main-host.d [2019-09-27T12:23:23.279Z] DEP compel/src/lib/ptrace.d [2019-09-27T12:23:23.279Z] DEP compel/src/lib/infect.d [2019-09-27T12:23:23.279Z] DEP compel/src/lib/infect-util.d [2019-09-27T12:23:23.279Z] DEP compel/src/lib/infect-rpc.d [2019-09-27T12:23:23.279Z] DEP compel/arch/s390/src/lib/infect.d [2019-09-27T12:23:23.279Z] DEP compel/arch/s390/src/lib/cpu.d [2019-09-27T12:23:23.279Z] DEP compel/src/lib/log.d [2019-09-27T12:23:23.279Z] DEP compel/src/main.d [2019-09-27T12:23:23.279Z] DEP compel/src/lib/handle-elf.d [2019-09-27T12:23:23.651Z] DEP compel/arch/s390/src/lib/handle-elf.d [2019-09-27T12:23:23.651Z] CC compel/src/lib/log.o [2019-09-27T12:23:23.651Z] CC compel/arch/s390/src/lib/cpu.o [2019-09-27T12:23:23.651Z] CC compel/arch/s390/src/lib/infect.o [2019-09-27T12:23:23.651Z] CC compel/src/lib/infect-rpc.o [2019-09-27T12:23:23.651Z] CC compel/src/lib/infect-util.o [2019-09-27T12:23:24.014Z] CC compel/src/lib/infect.o [2019-09-27T12:23:24.383Z] CC compel/src/lib/ptrace.o [2019-09-27T12:23:24.383Z] AR compel/libcompel.a [2019-09-27T12:23:24.383Z] HOSTCC compel/src/main-host.o [2019-09-27T12:23:24.383Z] HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2019-09-27T12:23:24.383Z] HOSTCC compel/src/lib/handle-elf-host.o [2019-09-27T12:23:24.383Z] HOSTCC compel/src/lib/log-host.o [2019-09-27T12:23:24.383Z] HOSTLINK compel/compel-host-bin [2019-09-27T12:23:24.383Z] DEP soccr/soccr.d [2019-09-27T12:23:24.383Z] CC soccr/soccr.o [2019-09-27T12:23:24.757Z] AR soccr/libsoccr.a [2019-09-27T12:23:24.757Z] make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-27T12:23:24.757Z] DEP criu/arch/s390/sigframe.d [2019-09-27T12:23:24.757Z] DEP criu/arch/s390/crtools.d [2019-09-27T12:23:24.757Z] DEP criu/arch/s390/cpu.d [2019-09-27T12:23:24.757Z] CC criu/arch/s390/cpu.o [2019-09-27T12:23:25.124Z] CC criu/arch/s390/crtools.o [2019-09-27T12:23:25.124Z] CC criu/arch/s390/sigframe.o [2019-09-27T12:23:25.124Z] LINK criu/arch/s390/crtools.built-in.o [2019-09-27T12:23:25.124Z] DEP criu/arch/s390/vdso-pie.d [2019-09-27T12:23:25.124Z] DEP criu/pie/parasite-vdso.d [2019-09-27T12:23:25.124Z] DEP criu/pie/util-vdso.d [2019-09-27T12:23:25.490Z] DEP criu/pie/util.d [2019-09-27T12:23:25.490Z] CC criu/pie/util.o [2019-09-27T12:23:25.490Z] CC criu/pie/util-vdso.o [2019-09-27T12:23:25.490Z] CC criu/pie/parasite-vdso.o [2019-09-27T12:23:25.490Z] CC criu/arch/s390/vdso-pie.o [2019-09-27T12:23:25.490Z] AR criu/pie/pie.lib.a [2019-09-27T12:23:25.490Z] DEP criu/pie/restorer.d [2019-09-27T12:23:25.842Z] 004465f1c815: Pull complete [2019-09-27T12:23:25.856Z] DEP criu/arch/s390/restorer.d [2019-09-27T12:23:25.856Z] DEP criu/pie/parasite.d [2019-09-27T12:23:25.856Z] CC criu/pie/parasite.o [2019-09-27T12:23:25.856Z] LINK criu/pie/parasite.built-in.o [2019-09-27T12:23:25.856Z] GEN criu/pie/parasite-blob.h [2019-09-27T12:23:25.856Z] CC criu/arch/s390/restorer.o [2019-09-27T12:23:26.230Z] CC criu/pie/restorer.o [2019-09-27T12:23:26.687Z] LINK criu/pie/restorer.built-in.o [2019-09-27T12:23:26.687Z] GEN criu/pie/restorer-blob.h [2019-09-27T12:23:26.687Z] DEP criu/vdso.d [2019-09-27T12:23:26.687Z] DEP criu/uts_ns.d [2019-09-27T12:23:26.687Z] DEP criu/util.d [2019-09-27T12:23:26.687Z] DEP criu/uffd.d [2019-09-27T12:23:26.687Z] DEP criu/tun.d [2019-09-27T12:23:26.687Z] DEP criu/tty.d [2019-09-27T12:23:26.687Z] DEP criu/timerfd.d [2019-09-27T12:23:26.687Z] DEP criu/sysfs_parse.d [2019-09-27T12:23:26.687Z] DEP criu/sysctl.d [2019-09-27T12:23:27.181Z] DEP criu/string.d [2019-09-27T12:23:27.181Z] DEP criu/stats.d [2019-09-27T12:23:27.181Z] DEP criu/sockets.d [2019-09-27T12:23:27.181Z] DEP criu/sk-unix.d [2019-09-27T12:23:27.181Z] DEP criu/sk-tcp.d [2019-09-27T12:23:27.181Z] DEP criu/sk-queue.d [2019-09-27T12:23:27.181Z] DEP criu/sk-packet.d [2019-09-27T12:23:27.181Z] DEP criu/sk-netlink.d [2019-09-27T12:23:27.181Z] DEP criu/sk-inet.d [2019-09-27T12:23:27.181Z] DEP criu/signalfd.d [2019-09-27T12:23:27.181Z] DEP criu/sigframe.d [2019-09-27T12:23:27.181Z] DEP criu/shmem.d [2019-09-27T12:23:27.181Z] DEP criu/servicefd.d [2019-09-27T12:23:27.181Z] DEP criu/seize.d [2019-09-27T12:23:27.182Z] DEP criu/seccomp.d [2019-09-27T12:23:27.557Z] DEP criu/rst-malloc.d [2019-09-27T12:23:27.557Z] DEP criu/rbtree.d [2019-09-27T12:23:27.557Z] DEP criu/pstree.d [2019-09-27T12:23:27.557Z] DEP criu/protobuf.d [2019-09-27T12:23:27.557Z] GEN criu/protobuf-desc-gen.h [2019-09-27T12:23:27.557Z] DEP criu/protobuf-desc.d [2019-09-27T12:23:27.557Z] DEP criu/proc_parse.d [2019-09-27T12:23:27.932Z] DEP criu/plugin.d [2019-09-27T12:23:27.932Z] DEP criu/pipes.d [2019-09-27T12:23:27.932Z] DEP criu/pie-util.d [2019-09-27T12:23:27.932Z] DEP criu/pie-util-vdso.d [2019-09-27T12:23:27.932Z] DEP criu/pie-util-vdso-elf32.d [2019-09-27T12:23:27.932Z] DEP criu/path.d [2019-09-27T12:23:27.932Z] DEP criu/parasite-syscall.d [2019-09-27T12:23:27.932Z] DEP criu/pagemap.d [2019-09-27T12:23:27.932Z] DEP criu/pagemap-cache.d [2019-09-27T12:23:27.932Z] DEP criu/page-xfer.d [2019-09-27T12:23:27.932Z] DEP criu/page-pipe.d [2019-09-27T12:23:27.932Z] DEP criu/netfilter.d [2019-09-27T12:23:27.932Z] DEP criu/net.d [2019-09-27T12:23:28.300Z] DEP criu/namespaces.d [2019-09-27T12:23:28.300Z] DEP criu/mount.d [2019-09-27T12:23:28.300Z] DEP criu/mem.d [2019-09-27T12:23:28.300Z] DEP criu/lsm.d [2019-09-27T12:23:28.300Z] DEP criu/log.d [2019-09-27T12:23:28.300Z] DEP criu/libnetlink.d [2019-09-27T12:23:28.300Z] DEP criu/kerndat.d [2019-09-27T12:23:28.300Z] DEP criu/kcmp-ids.d [2019-09-27T12:23:28.300Z] DEP criu/irmap.d [2019-09-27T12:23:28.300Z] DEP criu/ipc_ns.d [2019-09-27T12:23:28.300Z] DEP criu/image.d [2019-09-27T12:23:28.463Z] #30 ... [2019-09-27T12:23:28.463Z] [2019-09-27T12:23:28.463Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-09-27T12:23:28.463Z] #6 5.335 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-27T12:23:28.463Z] #6 5.336 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-27T12:23:28.463Z] #6 5.393 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-27T12:23:28.463Z] #6 5.405 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-27T12:23:28.463Z] #6 5.438 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-27T12:23:28.545Z] c19c19fc3c99: Pull complete [2019-09-27T12:23:28.667Z] DEP criu/image-desc.d [2019-09-27T12:23:28.667Z] DEP criu/fsnotify.d [2019-09-27T12:23:28.667Z] DEP criu/filesystems.d [2019-09-27T12:23:28.667Z] DEP criu/files.d [2019-09-27T12:23:28.667Z] DEP criu/files-reg.d [2019-09-27T12:23:28.667Z] DEP criu/files-ext.d [2019-09-27T12:23:28.667Z] DEP criu/file-lock.d [2019-09-27T12:23:28.667Z] DEP criu/file-ids.d [2019-09-27T12:23:28.667Z] DEP criu/fifo.d [2019-09-27T12:23:28.667Z] DEP criu/fdstore.d [2019-09-27T12:23:28.667Z] DEP criu/fault-injection.d [2019-09-27T12:23:28.667Z] DEP criu/external.d [2019-09-27T12:23:28.667Z] DEP criu/eventpoll.d [2019-09-27T12:23:29.023Z] #6 6.173 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [497 kB] [2019-09-27T12:23:29.023Z] #6 ... [2019-09-27T12:23:29.023Z] [2019-09-27T12:23:29.023Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-09-27T12:23:29.023Z] #61 5.922 + RM_GOPATH=0 [2019-09-27T12:23:29.023Z] #61 5.922 + TMP_GOPATH= [2019-09-27T12:23:29.023Z] #61 5.922 + : /build/ [2019-09-27T12:23:29.023Z] #61 5.922 + '[' -z '' ']' [2019-09-27T12:23:29.023Z] #61 5.927 ++ mktemp -d [2019-09-27T12:23:29.023Z] #61 5.930 + export GOPATH=/tmp/tmp.lmpERzpy15 [2019-09-27T12:23:29.023Z] #61 5.930 + GOPATH=/tmp/tmp.lmpERzpy15 [2019-09-27T12:23:29.023Z] #61 5.930 + RM_GOPATH=1 [2019-09-27T12:23:29.023Z] #61 5.931 ++ dirname ./install.sh [2019-09-27T12:23:29.023Z] #61 5.934 + dir=. [2019-09-27T12:23:29.023Z] #61 5.936 + bin=rootlesskit [2019-09-27T12:23:29.023Z] #61 5.936 + shift [2019-09-27T12:23:29.023Z] #61 5.936 + '[' '!' -f ./rootlesskit.installer ']' [2019-09-27T12:23:29.023Z] #61 5.936 + . ./rootlesskit.installer [2019-09-27T12:23:29.023Z] #61 5.936 ++ ROOTLESSKIT_COMMIT=791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-27T12:23:29.023Z] #61 5.937 + install_rootlesskit [2019-09-27T12:23:29.023Z] #61 5.937 + case "$1" in [2019-09-27T12:23:29.023Z] #61 5.937 + export CGO_ENABLED=0 [2019-09-27T12:23:29.023Z] #61 5.937 + CGO_ENABLED=0 [2019-09-27T12:23:29.023Z] #61 5.937 + _install_rootlesskit [2019-09-27T12:23:29.023Z] #61 5.937 + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-09-27T12:23:29.023Z] #61 5.937 Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-27T12:23:29.023Z] #61 5.937 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.lmpERzpy15/src/github.com/rootless-containers/rootlesskit [2019-09-27T12:23:29.023Z] #61 5.942 Cloning into '/tmp/tmp.lmpERzpy15/src/github.com/rootless-containers/rootlesskit'... [2019-09-27T12:23:29.033Z] DEP criu/eventfd.d [2019-09-27T12:23:29.033Z] DEP criu/crtools.d [2019-09-27T12:23:29.033Z] DEP criu/cr-service.d [2019-09-27T12:23:29.033Z] DEP criu/cr-restore.d [2019-09-27T12:23:29.033Z] DEP criu/cr-errno.d [2019-09-27T12:23:29.033Z] DEP criu/cr-dump.d [2019-09-27T12:23:29.033Z] DEP criu/cr-dedup.d [2019-09-27T12:23:29.033Z] DEP criu/cr-check.d [2019-09-27T12:23:29.033Z] DEP criu/config.d [2019-09-27T12:23:29.033Z] DEP criu/clone-noasan.d [2019-09-27T12:23:29.033Z] DEP criu/cgroup.d [2019-09-27T12:23:29.278Z] #61 ... [2019-09-27T12:23:29.278Z] [2019-09-27T12:23:29.278Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-27T12:23:29.278Z] #30 6.314 + RM_GOPATH=0 [2019-09-27T12:23:29.402Z] DEP criu/cgroup-props.d [2019-09-27T12:23:29.402Z] DEP criu/bitmap.d [2019-09-27T12:23:29.402Z] DEP criu/bfd.d [2019-09-27T12:23:29.402Z] DEP criu/autofs.d [2019-09-27T12:23:29.402Z] DEP criu/aio.d [2019-09-27T12:23:29.402Z] DEP criu/action-scripts.d [2019-09-27T12:23:29.402Z] CC criu/action-scripts.o [2019-09-27T12:23:29.402Z] CC criu/aio.o [2019-09-27T12:23:29.533Z] #30 6.315 + TMP_GOPATH= [2019-09-27T12:23:29.533Z] #30 6.316 + : /build [2019-09-27T12:23:29.533Z] #30 6.316 + '[' -z '' ']' [2019-09-27T12:23:29.533Z] #30 6.316 ++ mktemp -d [2019-09-27T12:23:29.533Z] #30 6.319 + export GOPATH=/tmp/tmp.eTDZxHdp5E [2019-09-27T12:23:29.533Z] #30 6.319 + GOPATH=/tmp/tmp.eTDZxHdp5E [2019-09-27T12:23:29.533Z] #30 6.319 + RM_GOPATH=1 [2019-09-27T12:23:29.533Z] #30 6.320 ++ dirname ./install.sh [2019-09-27T12:23:29.533Z] #30 6.325 + dir=. [2019-09-27T12:23:29.533Z] #30 6.325 + bin=tomlv [2019-09-27T12:23:29.533Z] #30 6.325 + shift [2019-09-27T12:23:29.533Z] #30 6.325 + '[' '!' -f ./tomlv.installer ']' [2019-09-27T12:23:29.533Z] #30 6.325 + . ./tomlv.installer [2019-09-27T12:23:29.533Z] #30 6.328 ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-27T12:23:29.533Z] #30 6.328 + install_tomlv [2019-09-27T12:23:29.533Z] #30 6.328 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-09-27T12:23:29.533Z] #30 6.329 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-27T12:23:29.533Z] #30 6.329 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.eTDZxHdp5E/src/github.com/BurntSushi/toml [2019-09-27T12:23:29.533Z] #30 6.333 Cloning into '/tmp/tmp.eTDZxHdp5E/src/github.com/BurntSushi/toml'... [2019-09-27T12:23:29.794Z] CC criu/autofs.o [2019-09-27T12:23:29.794Z] CC criu/bfd.o [2019-09-27T12:23:30.168Z] CC criu/bitmap.o [2019-09-27T12:23:30.168Z] CC criu/cgroup-props.o [2019-09-27T12:23:30.168Z] CC criu/cgroup.o [2019-09-27T12:23:30.894Z] #30 7.633 + cd /tmp/tmp.eTDZxHdp5E/src/github.com/BurntSushi/toml [2019-09-27T12:23:30.895Z] #30 7.633 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-27T12:23:30.895Z] #30 7.657 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-09-27T12:23:31.039Z] CC criu/clone-noasan.o [2019-09-27T12:23:31.039Z] CC criu/config.o [2019-09-27T12:23:31.039Z] CC criu/cr-check.o [2019-09-27T12:23:31.435Z] CC criu/cr-dedup.o [2019-09-27T12:23:31.453Z] #30 8.401 internal/cpu [2019-09-27T12:23:31.453Z] #30 8.425 runtime/internal/atomic [2019-09-27T12:23:31.708Z] #30 8.638 runtime/internal/sys [2019-09-27T12:23:31.803Z] CC criu/cr-dump.o [2019-09-27T12:23:31.965Z] #30 8.880 runtime/internal/math [2019-09-27T12:23:32.174Z] CC criu/cr-errno.o [2019-09-27T12:23:32.174Z] CC criu/cr-restore.o [2019-09-27T12:23:32.221Z] #30 8.940 math/bits [2019-09-27T12:23:32.476Z] #30 9.253 internal/bytealg [2019-09-27T12:23:32.476Z] #30 9.435 math [2019-09-27T12:23:32.731Z] #30 ... [2019-09-27T12:23:32.731Z] [2019-09-27T12:23:32.731Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-27T12:23:32.731Z] #15 6.515 + mktemp -d [2019-09-27T12:23:32.731Z] #15 6.524 + export GOPATH=/tmp/tmp.LcN5azNoZq [2019-09-27T12:23:32.731Z] #15 6.524 + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.LcN5azNoZq/src/github.com/go-swagger/go-swagger [2019-09-27T12:23:32.731Z] #15 6.533 Cloning into '/tmp/tmp.LcN5azNoZq/src/github.com/go-swagger/go-swagger'... [2019-09-27T12:23:32.986Z] #15 ... [2019-09-27T12:23:32.986Z] [2019-09-27T12:23:32.986Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-27T12:23:32.986Z] #44 6.935 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-27T12:23:32.986Z] #44 6.938 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-27T12:23:32.986Z] #44 6.952 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-27T12:23:32.986Z] #44 6.981 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-27T12:23:32.986Z] #44 7.036 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-27T12:23:32.986Z] #44 7.976 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [497 kB] [2019-09-27T12:23:32.986Z] #44 9.903 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-27T12:23:32.986Z] #44 ... [2019-09-27T12:23:32.986Z] [2019-09-27T12:23:32.986Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-27T12:23:32.986Z] #53 6.159 + RM_GOPATH=0 [2019-09-27T12:23:32.986Z] #53 6.159 + TMP_GOPATH= [2019-09-27T12:23:32.986Z] #53 6.159 + : /build [2019-09-27T12:23:32.986Z] #53 6.159 + '[' -z '' ']' [2019-09-27T12:23:32.986Z] #53 6.159 ++ mktemp -d [2019-09-27T12:23:32.986Z] #53 6.164 Install docker/cli version 17.06.2-ce from stable [2019-09-27T12:23:32.986Z] #53 6.164 + export GOPATH=/tmp/tmp.Lv1xUm3RuT [2019-09-27T12:23:32.986Z] #53 6.164 + GOPATH=/tmp/tmp.Lv1xUm3RuT [2019-09-27T12:23:32.986Z] #53 6.164 + RM_GOPATH=1 [2019-09-27T12:23:32.986Z] #53 6.164 ++ dirname ./install.sh [2019-09-27T12:23:32.986Z] #53 6.164 + dir=. [2019-09-27T12:23:32.986Z] #53 6.164 + bin=dockercli [2019-09-27T12:23:32.986Z] #53 6.164 + shift [2019-09-27T12:23:32.986Z] #53 6.164 + '[' '!' -f ./dockercli.installer ']' [2019-09-27T12:23:32.986Z] #53 6.164 + . ./dockercli.installer [2019-09-27T12:23:32.986Z] #53 6.164 ++ DOCKERCLI_CHANNEL=stable [2019-09-27T12:23:32.986Z] #53 6.164 ++ DOCKERCLI_VERSION=17.06.2-ce [2019-09-27T12:23:32.986Z] #53 6.164 + install_dockercli [2019-09-27T12:23:32.986Z] #53 6.164 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-09-27T12:23:32.986Z] #53 6.169 ++ uname -m [2019-09-27T12:23:32.986Z] #53 6.173 + arch=x86_64 [2019-09-27T12:23:32.986Z] #53 6.181 + '[' x86_64 '!=' x86_64 ']' [2019-09-27T12:23:32.986Z] #53 6.181 + url=https://download.docker.com/linux/static [2019-09-27T12:23:32.986Z] #53 6.184 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2019-09-27T12:23:32.986Z] #53 6.190 + tar -xz docker/docker [2019-09-27T12:23:33.242Z] #53 ... [2019-09-27T12:23:33.242Z] [2019-09-27T12:23:33.242Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-09-27T12:23:33.242Z] #17 4.251 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-27T12:23:33.242Z] #17 4.251 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-27T12:23:33.242Z] #17 4.290 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-27T12:23:33.242Z] #17 4.309 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-27T12:23:33.242Z] #17 4.326 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-27T12:23:33.242Z] #17 4.899 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [497 kB] [2019-09-27T12:23:33.242Z] #17 6.473 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-27T12:23:33.242Z] #17 7.179 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-27T12:23:33.242Z] #17 ... [2019-09-27T12:23:33.242Z] [2019-09-27T12:23:33.242Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T12:23:33.242Z] #35 5.208 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-27T12:23:33.242Z] #35 5.210 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-27T12:23:33.242Z] #35 5.248 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-27T12:23:33.242Z] #35 5.273 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-27T12:23:33.242Z] #35 5.329 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-27T12:23:33.242Z] #35 6.045 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [497 kB] [2019-09-27T12:23:33.242Z] #35 7.674 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-27T12:23:33.242Z] #35 8.487 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-27T12:23:33.440Z] CC criu/cr-service.o [2019-09-27T12:23:33.440Z] CC criu/crtools.o [2019-09-27T12:23:33.497Z] #35 ... [2019-09-27T12:23:33.497Z] [2019-09-27T12:23:33.497Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-27T12:23:33.497Z] #50 6.771 + RM_GOPATH=0 [2019-09-27T12:23:33.497Z] #50 6.771 + TMP_GOPATH= [2019-09-27T12:23:33.497Z] #50 6.771 + : /build [2019-09-27T12:23:33.497Z] #50 6.771 + '[' -z '' ']' [2019-09-27T12:23:33.497Z] #50 6.773 ++ mktemp -d [2019-09-27T12:23:33.497Z] #50 6.774 + export GOPATH=/tmp/tmp.gzDJc3Orzc [2019-09-27T12:23:33.497Z] #50 6.775 + GOPATH=/tmp/tmp.gzDJc3Orzc [2019-09-27T12:23:33.497Z] #50 6.775 + RM_GOPATH=1 [2019-09-27T12:23:33.497Z] #50 6.775 ++ dirname ./install.sh [2019-09-27T12:23:33.497Z] #50 6.776 + dir=. [2019-09-27T12:23:33.497Z] #50 6.776 + bin=proxy [2019-09-27T12:23:33.497Z] #50 6.776 + shift [2019-09-27T12:23:33.497Z] #50 6.776 + '[' '!' -f ./proxy.installer ']' [2019-09-27T12:23:33.497Z] #50 6.776 + . ./proxy.installer [2019-09-27T12:23:33.497Z] #50 6.776 ++ LIBNETWORK_COMMIT=96bcc0dae898308ed659c5095526788a602f4726 [2019-09-27T12:23:33.497Z] #50 6.778 + install_proxy [2019-09-27T12:23:33.497Z] #50 6.778 + case "$1" in [2019-09-27T12:23:33.497Z] #50 6.778 + export CGO_ENABLED=0 [2019-09-27T12:23:33.497Z] #50 6.778 + CGO_ENABLED=0 [2019-09-27T12:23:33.497Z] #50 6.778 + _install_proxy [2019-09-27T12:23:33.497Z] #50 6.778 + echo 'Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726' [2019-09-27T12:23:33.497Z] #50 6.782 Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726 [2019-09-27T12:23:33.497Z] #50 6.784 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.gzDJc3Orzc/src/github.com/docker/libnetwork [2019-09-27T12:23:33.497Z] #50 6.786 Cloning into '/tmp/tmp.gzDJc3Orzc/src/github.com/docker/libnetwork'... [2019-09-27T12:23:33.497Z] #50 ... [2019-09-27T12:23:33.497Z] [2019-09-27T12:23:33.497Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-27T12:23:33.497Z] #27 6.573 + RM_GOPATH=0 [2019-09-27T12:23:33.497Z] #27 6.573 + TMP_GOPATH= [2019-09-27T12:23:33.497Z] #27 6.574 + : /build [2019-09-27T12:23:33.497Z] #27 6.574 + '[' -z '' ']' [2019-09-27T12:23:33.497Z] #27 6.581 Installing gotestsum version v0.3.5 [2019-09-27T12:23:33.497Z] #27 6.581 ++ mktemp -d [2019-09-27T12:23:33.497Z] #27 6.581 + export GOPATH=/tmp/tmp.TCuX29KVwH [2019-09-27T12:23:33.497Z] #27 6.581 + GOPATH=/tmp/tmp.TCuX29KVwH [2019-09-27T12:23:33.497Z] #27 6.581 + RM_GOPATH=1 [2019-09-27T12:23:33.497Z] #27 6.581 ++ dirname ./install.sh [2019-09-27T12:23:33.497Z] #27 6.581 + dir=. [2019-09-27T12:23:33.497Z] #27 6.581 + bin=gotestsum [2019-09-27T12:23:33.497Z] #27 6.581 + shift [2019-09-27T12:23:33.497Z] #27 6.581 + '[' '!' -f ./gotestsum.installer ']' [2019-09-27T12:23:33.497Z] #27 6.581 + . ./gotestsum.installer [2019-09-27T12:23:33.497Z] #27 6.581 ++ GOTESTSUM_COMMIT=v0.3.5 [2019-09-27T12:23:33.497Z] #27 6.581 + install_gotestsum [2019-09-27T12:23:33.497Z] #27 6.581 + echo 'Installing gotestsum version v0.3.5' [2019-09-27T12:23:33.497Z] #27 6.581 + go get -d gotest.tools/gotestsum [2019-09-27T12:23:33.753Z] #27 ... [2019-09-27T12:23:33.753Z] [2019-09-27T12:23:33.753Z] #24 [golangci_lint 3/3] RUN PREFIX=/build ./install.sh golangci_lint [2019-09-27T12:23:33.753Z] #24 6.507 + RM_GOPATH=0 [2019-09-27T12:23:33.753Z] #24 6.507 + TMP_GOPATH= [2019-09-27T12:23:33.753Z] #24 6.507 + : /build [2019-09-27T12:23:33.753Z] #24 6.507 + '[' -z '' ']' [2019-09-27T12:23:33.753Z] #24 6.507 ++ mktemp -d [2019-09-27T12:23:33.753Z] #24 6.513 + export GOPATH=/tmp/tmp.x6vT1H0H3R [2019-09-27T12:23:33.753Z] #24 6.513 + GOPATH=/tmp/tmp.x6vT1H0H3R [2019-09-27T12:23:33.753Z] #24 6.513 + RM_GOPATH=1 [2019-09-27T12:23:33.753Z] #24 6.516 ++ dirname ./install.sh [2019-09-27T12:23:33.753Z] #24 6.516 + dir=. [2019-09-27T12:23:33.753Z] #24 6.516 + bin=golangci_lint [2019-09-27T12:23:33.753Z] #24 6.516 + shift [2019-09-27T12:23:33.753Z] #24 6.516 + '[' '!' -f ./golangci_lint.installer ']' [2019-09-27T12:23:33.753Z] #24 6.516 + . ./golangci_lint.installer [2019-09-27T12:23:33.753Z] #24 6.516 ++ : v1.17.1 [2019-09-27T12:23:33.753Z] #24 6.516 + install_golangci_lint [2019-09-27T12:23:33.753Z] #24 6.517 Installing golangci-lint version v1.17.1 [2019-09-27T12:23:33.753Z] #24 6.517 + echo 'Installing golangci-lint version v1.17.1' [2019-09-27T12:23:33.753Z] #24 6.517 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-09-27T12:23:33.822Z] CC criu/eventfd.o [2019-09-27T12:23:33.822Z] CC criu/eventpoll.o [2019-09-27T12:23:33.822Z] CC criu/external.o [2019-09-27T12:23:34.008Z] #24 ... [2019-09-27T12:23:34.008Z] [2019-09-27T12:23:34.008Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T12:23:34.008Z] #33 6.065 + RM_GOPATH=0 [2019-09-27T12:23:34.008Z] #33 6.065 + TMP_GOPATH= [2019-09-27T12:23:34.008Z] #33 6.065 + : /build [2019-09-27T12:23:34.008Z] #33 6.065 + '[' -z '' ']' [2019-09-27T12:23:34.008Z] #33 6.076 ++ mktemp -d [2019-09-27T12:23:34.008Z] #33 6.083 + export GOPATH=/tmp/tmp.oDCY64dTzS [2019-09-27T12:23:34.008Z] #33 6.087 + GOPATH=/tmp/tmp.oDCY64dTzS [2019-09-27T12:23:34.008Z] #33 6.092 + RM_GOPATH=1 [2019-09-27T12:23:34.008Z] #33 6.092 ++ dirname ./install.sh [2019-09-27T12:23:34.008Z] #33 6.105 + dir=. [2019-09-27T12:23:34.008Z] #33 6.105 + bin=vndr [2019-09-27T12:23:34.008Z] #33 6.107 + shift [2019-09-27T12:23:34.008Z] #33 6.107 + '[' '!' -f ./vndr.installer ']' [2019-09-27T12:23:34.008Z] #33 6.110 + . ./vndr.installer [2019-09-27T12:23:34.008Z] #33 6.110 ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-27T12:23:34.008Z] #33 6.111 + install_vndr [2019-09-27T12:23:34.008Z] #33 6.111 + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-09-27T12:23:34.008Z] #33 6.111 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.oDCY64dTzS/src/github.com/LK4D4/vndr [2019-09-27T12:23:34.008Z] #33 6.111 Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-27T12:23:34.008Z] #33 6.114 Cloning into '/tmp/tmp.oDCY64dTzS/src/github.com/LK4D4/vndr'... [2019-09-27T12:23:34.008Z] #33 7.333 + cd /tmp/tmp.oDCY64dTzS/src/github.com/LK4D4/vndr [2019-09-27T12:23:34.008Z] #33 7.336 + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-27T12:23:34.008Z] #33 7.349 + go build -buildmode=pie -v -o /build/vndr . [2019-09-27T12:23:34.008Z] #33 9.029 internal/cpu [2019-09-27T12:23:34.008Z] #33 9.069 runtime/internal/atomic [2019-09-27T12:23:34.008Z] #33 9.338 runtime/internal/sys [2019-09-27T12:23:34.008Z] #33 9.536 runtime/internal/math [2019-09-27T12:23:34.008Z] #33 9.630 internal/race [2019-09-27T12:23:34.008Z] #33 9.777 internal/bytealg [2019-09-27T12:23:34.008Z] #33 9.785 sync/atomic [2019-09-27T12:23:34.008Z] #33 10.03 unicode [2019-09-27T12:23:34.008Z] #33 10.70 runtime [2019-09-27T12:23:34.008Z] #33 ... [2019-09-27T12:23:34.008Z] [2019-09-27T12:23:34.008Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-27T12:23:34.008Z] #55 4.492 + mktemp -d [2019-09-27T12:23:34.008Z] #55 4.492 + export GOPATH=/tmp/tmp.riJb6zHJTA [2019-09-27T12:23:34.008Z] #55 4.492 + git clone https://github.com/docker/distribution.git /tmp/tmp.riJb6zHJTA/src/github.com/docker/distribution [2019-09-27T12:23:34.008Z] #55 4.492 Cloning into '/tmp/tmp.riJb6zHJTA/src/github.com/docker/distribution'... [2019-09-27T12:23:34.057Z] 2a226db90886: Pull complete [2019-09-27T12:23:34.057Z] e78354ce55ed: Pull complete [2019-09-27T12:23:34.057Z] Digest: sha256:80f4b78216f04cc67c4a7fa25296e9bfcaa2f97e8980655ea868e09b1d993286 [2019-09-27T12:23:34.057Z] Status: Downloaded newer image for golang:1.13.0-stretch [2019-09-27T12:23:34.057Z] ---> 12f1b2315c59 [2019-09-27T12:23:34.057Z] Step 5/126 : ARG APT_MIRROR [2019-09-27T12:23:34.057Z] ---> Running in af23f46879b6 [2019-09-27T12:23:34.057Z] Removing intermediate container af23f46879b6 [2019-09-27T12:23:34.057Z] ---> 00fd528a1a2f [2019-09-27T12:23:34.057Z] 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-27T12:23:34.057Z] ---> Running in e946e2a52b97 [2019-09-27T12:23:34.195Z] CC criu/fault-injection.o [2019-09-27T12:23:34.195Z] CC criu/fdstore.o [2019-09-27T12:23:34.195Z] CC criu/fifo.o [2019-09-27T12:23:34.195Z] CC criu/file-ids.o [2019-09-27T12:23:34.195Z] CC criu/file-lock.o [2019-09-27T12:23:34.263Z] #55 ... [2019-09-27T12:23:34.263Z] [2019-09-27T12:23:34.263Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-09-27T12:23:34.263Z] #61 9.934 + cd /tmp/tmp.lmpERzpy15/src/github.com/rootless-containers/rootlesskit [2019-09-27T12:23:34.263Z] #61 9.934 + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-27T12:23:34.263Z] #61 10.31 + for f in rootlesskit rootlesskit-docker-proxy [2019-09-27T12:23:34.263Z] #61 10.31 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-09-27T12:23:34.560Z] CC criu/files-ext.o [2019-09-27T12:23:34.561Z] CC criu/files-reg.o [2019-09-27T12:23:34.675Z] Removing intermediate container e946e2a52b97 [2019-09-27T12:23:34.675Z] ---> 6561900f3841 [2019-09-27T12:23:34.675Z] Step 7/126 : ENV GO111MODULE=off [2019-09-27T12:23:34.675Z] ---> Running in 2b0d537232ae [2019-09-27T12:23:34.675Z] Removing intermediate container 2b0d537232ae [2019-09-27T12:23:34.675Z] ---> 91f2a0ce6c48 [2019-09-27T12:23:34.675Z] Step 8/126 : FROM base AS criu [2019-09-27T12:23:34.675Z] ---> 91f2a0ce6c48 [2019-09-27T12:23:34.675Z] Step 9/126 : ARG DEBIAN_FRONTEND [2019-09-27T12:23:34.675Z] ---> Running in ced72783d0d4 [2019-09-27T12:23:34.675Z] Removing intermediate container ced72783d0d4 [2019-09-27T12:23:34.675Z] ---> d16fec82db8e [2019-09-27T12:23:34.675Z] Step 10/126 : ENV CRIU_VERSION 3.12 [2019-09-27T12:23:34.675Z] ---> Running in 5d5dd6f3128b [2019-09-27T12:23:34.926Z] CC criu/files.o [2019-09-27T12:23:34.965Z] Removing intermediate container 5d5dd6f3128b [2019-09-27T12:23:34.965Z] ---> 73877d2cf2ae [2019-09-27T12:23:34.965Z] 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-27T12:23:34.965Z] ---> Running in a2a132e4a7c1 [2019-09-27T12:23:35.254Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-27T12:23:35.254Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-27T12:23:35.254Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-27T12:23:35.254Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-27T12:23:35.541Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-27T12:23:35.541Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [478 kB] [2019-09-27T12:23:35.824Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-09-27T12:23:35.828Z] CC criu/filesystems.o [2019-09-27T12:23:35.828Z] CC criu/fsnotify.o [2019-09-27T12:23:36.112Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-09-27T12:23:36.219Z] CC criu/image-desc.o [2019-09-27T12:23:36.220Z] CC criu/image.o [2019-09-27T12:23:36.220Z] CC criu/ipc_ns.o [2019-09-27T12:23:36.585Z] CC criu/irmap.o [2019-09-27T12:23:36.585Z] CC criu/kcmp-ids.o [2019-09-27T12:23:36.585Z] CC criu/kerndat.o [2019-09-27T12:23:36.951Z] CC criu/libnetlink.o [2019-09-27T12:23:36.951Z] CC criu/log.o [2019-09-27T12:23:37.318Z] CC criu/lsm.o [2019-09-27T12:23:37.318Z] CC criu/mem.o [2019-09-27T12:23:37.696Z] CC criu/mount.o [2019-09-27T12:23:38.137Z] Fetched 7717 kB in 2s (2836 kB/s) [2019-09-27T12:23:38.429Z] #61 ... [2019-09-27T12:23:38.429Z] [2019-09-27T12:23:38.429Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-27T12:23:38.429Z] #53 15.46 + mkdir -p /build [2019-09-27T12:23:38.684Z] #53 15.46 + mv docker/docker /build/ [2019-09-27T12:23:38.684Z] #53 15.48 + rmdir docker [2019-09-27T12:23:38.996Z] CC criu/namespaces.o [2019-09-27T12:23:39.152Z] Reading package lists... [2019-09-27T12:23:39.246Z] #53 DONE 16.1s [2019-09-27T12:23:39.246Z] [2019-09-27T12:23:39.246Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T12:23:39.246Z] #33 13.64 unicode/utf8 [2019-09-27T12:23:39.246Z] #33 14.26 math/bits [2019-09-27T12:23:39.246Z] #33 14.98 math [2019-09-27T12:23:39.381Z] CC criu/net.o [2019-09-27T12:23:39.810Z] #33 ... [2019-09-27T12:23:39.810Z] [2019-09-27T12:23:39.810Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T12:23:39.810Z] #57 6.839 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-27T12:23:39.810Z] #57 6.840 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-27T12:23:39.810Z] #57 6.902 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-27T12:23:39.810Z] #57 6.906 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-27T12:23:39.810Z] #57 6.954 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-27T12:23:39.810Z] #57 7.826 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [497 kB] [2019-09-27T12:23:39.810Z] #57 9.837 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-27T12:23:39.810Z] #57 10.88 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-27T12:23:40.284Z] CC criu/netfilter.o [2019-09-27T12:23:40.284Z] CC criu/page-pipe.o [2019-09-27T12:23:40.284Z] CC criu/page-xfer.o [2019-09-27T12:23:40.626Z] Reading package lists... [2019-09-27T12:23:40.627Z] Building dependency tree... [2019-09-27T12:23:40.627Z] Reading state information... [2019-09-27T12:23:40.627Z] The following additional packages will be installed: [2019-09-27T12:23:40.627Z] libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-09-27T12:23:40.627Z] libprotoc10 python-pkg-resources zlib1g-dev [2019-09-27T12:23:40.627Z] Suggested packages: [2019-09-27T12:23:40.627Z] manpages-dev python-setuptools [2019-09-27T12:23:40.655Z] CC criu/pagemap-cache.o [2019-09-27T12:23:40.738Z] #57 ... [2019-09-27T12:23:40.738Z] [2019-09-27T12:23:40.738Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-09-27T12:23:40.738Z] #6 7.820 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-27T12:23:40.738Z] #6 8.702 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-27T12:23:40.738Z] #6 ... [2019-09-27T12:23:40.738Z] [2019-09-27T12:23:40.738Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-27T12:23:40.738Z] #55 17.99 + cd /tmp/tmp.riJb6zHJTA/src/github.com/docker/distribution [2019-09-27T12:23:40.738Z] #55 17.99 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-27T12:23:41.025Z] CC criu/pagemap.o [2019-09-27T12:23:41.025Z] CC criu/parasite-syscall.o [2019-09-27T12:23:41.245Z] The following NEW packages will be installed: [2019-09-27T12:23:41.245Z] libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-09-27T12:23:41.245Z] libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-09-27T12:23:41.245Z] protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-09-27T12:23:41.245Z] zlib1g-dev [2019-09-27T12:23:41.245Z] 0 upgraded, 16 newly installed, 0 to remove and 3 not upgraded. [2019-09-27T12:23:41.245Z] Need to get 3548 kB of archives. [2019-09-27T12:23:41.245Z] After this operation, 21.2 MB of additional disk space will be used. [2019-09-27T12:23:41.245Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3 [57.6 kB] [2019-09-27T12:23:41.245Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libcap-dev ppc64el 1:2.25-1 [29.7 kB] [2019-09-27T12:23:41.245Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3 [117 kB] [2019-09-27T12:23:41.245Z] 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-27T12:23:41.245Z] 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-27T12:23:41.245Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c1 ppc64el 1.2.1-2 [24.6 kB] [2019-09-27T12:23:41.245Z] 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-27T12:23:41.245Z] 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-27T12:23:41.396Z] CC criu/path.o [2019-09-27T12:23:41.396Z] CC criu/pie-util-vdso-elf32.o [2019-09-27T12:23:41.396Z] CC criu/pie-util-vdso.o [2019-09-27T12:23:41.528Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf10 ppc64el 3.0.0-9 [658 kB] [2019-09-27T12:23:41.528Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-lite10 ppc64el 3.0.0-9 [124 kB] [2019-09-27T12:23:41.529Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-dev ppc64el 3.0.0-9 [974 kB] [2019-09-27T12:23:41.529Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotoc10 ppc64el 3.0.0-9 [589 kB] [2019-09-27T12:23:41.774Z] CC criu/pie-util.o [2019-09-27T12:23:41.774Z] CC criu/pipes.o [2019-09-27T12:23:41.774Z] CC criu/plugin.o [2019-09-27T12:23:41.811Z] 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-27T12:23:41.811Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el protobuf-compiler ppc64el 3.0.0-9 [53.0 kB] [2019-09-27T12:23:41.811Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-pkg-resources all 33.1.1-1 [166 kB] [2019-09-27T12:23:41.811Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-protobuf ppc64el 3.0.0-9 [291 kB] [2019-09-27T12:23:42.094Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-27T12:23:42.094Z] Fetched 3548 kB in 0s (5217 kB/s) [2019-09-27T12:23:42.094Z] Selecting previously unselected package libnet1:ppc64el. [2019-09-27T12:23:42.094Z] (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-27T12:23:42.094Z] Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_ppc64el.deb ... [2019-09-27T12:23:42.094Z] Unpacking libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-09-27T12:23:42.094Z] Selecting previously unselected package libcap-dev:ppc64el. [2019-09-27T12:23:42.094Z] Preparing to unpack .../01-libcap-dev_1%3a2.25-1_ppc64el.deb ... [2019-09-27T12:23:42.094Z] Unpacking libcap-dev:ppc64el (1:2.25-1) ... [2019-09-27T12:23:42.094Z] Selecting previously unselected package libnet1-dev. [2019-09-27T12:23:42.094Z] Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_ppc64el.deb ... [2019-09-27T12:23:42.094Z] Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-09-27T12:23:42.094Z] Selecting previously unselected package libnl-3-200:ppc64el. [2019-09-27T12:23:42.094Z] Preparing to unpack .../03-libnl-3-200_3.2.27-2_ppc64el.deb ... [2019-09-27T12:23:42.094Z] Unpacking libnl-3-200:ppc64el (3.2.27-2) ... [2019-09-27T12:23:42.094Z] Selecting previously unselected package libnl-3-dev:ppc64el. [2019-09-27T12:23:42.094Z] Preparing to unpack .../04-libnl-3-dev_3.2.27-2_ppc64el.deb ... [2019-09-27T12:23:42.094Z] Unpacking libnl-3-dev:ppc64el (3.2.27-2) ... [2019-09-27T12:23:42.094Z] Selecting previously unselected package libprotobuf-c1:ppc64el. [2019-09-27T12:23:42.150Z] CC criu/proc_parse.o [2019-09-27T12:23:42.378Z] Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_ppc64el.deb ... [2019-09-27T12:23:42.378Z] Unpacking libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-09-27T12:23:42.378Z] Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2019-09-27T12:23:42.378Z] Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_ppc64el.deb ... [2019-09-27T12:23:42.378Z] Unpacking libprotobuf-c-dev:ppc64el (1.2.1-2) ... [2019-09-27T12:23:42.378Z] Selecting previously unselected package zlib1g-dev:ppc64el. [2019-09-27T12:23:42.378Z] Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_ppc64el.deb ... [2019-09-27T12:23:42.378Z] Unpacking zlib1g-dev:ppc64el (1:1.2.8.dfsg-5) ... [2019-09-27T12:23:42.378Z] Selecting previously unselected package libprotobuf10:ppc64el. [2019-09-27T12:23:42.378Z] Preparing to unpack .../08-libprotobuf10_3.0.0-9_ppc64el.deb ... [2019-09-27T12:23:42.378Z] Unpacking libprotobuf10:ppc64el (3.0.0-9) ... [2019-09-27T12:23:42.378Z] Selecting previously unselected package libprotobuf-lite10:ppc64el. [2019-09-27T12:23:42.378Z] Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_ppc64el.deb ... [2019-09-27T12:23:42.378Z] Unpacking libprotobuf-lite10:ppc64el (3.0.0-9) ... [2019-09-27T12:23:42.378Z] Selecting previously unselected package libprotobuf-dev:ppc64el. [2019-09-27T12:23:42.378Z] Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_ppc64el.deb ... [2019-09-27T12:23:42.378Z] Unpacking libprotobuf-dev:ppc64el (3.0.0-9) ... [2019-09-27T12:23:42.662Z] Selecting previously unselected package libprotoc10:ppc64el. [2019-09-27T12:23:42.662Z] Preparing to unpack .../11-libprotoc10_3.0.0-9_ppc64el.deb ... [2019-09-27T12:23:42.662Z] Unpacking libprotoc10:ppc64el (3.0.0-9) ... [2019-09-27T12:23:42.662Z] Selecting previously unselected package protobuf-c-compiler. [2019-09-27T12:23:42.662Z] Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_ppc64el.deb ... [2019-09-27T12:23:42.662Z] Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-09-27T12:23:42.945Z] Selecting previously unselected package protobuf-compiler. [2019-09-27T12:23:42.945Z] Preparing to unpack .../13-protobuf-compiler_3.0.0-9_ppc64el.deb ... [2019-09-27T12:23:42.945Z] Unpacking protobuf-compiler (3.0.0-9) ... [2019-09-27T12:23:42.945Z] Selecting previously unselected package python-pkg-resources. [2019-09-27T12:23:42.945Z] Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-09-27T12:23:42.945Z] Unpacking python-pkg-resources (33.1.1-1) ... [2019-09-27T12:23:42.945Z] Selecting previously unselected package python-protobuf. [2019-09-27T12:23:42.945Z] Preparing to unpack .../15-python-protobuf_3.0.0-9_ppc64el.deb ... [2019-09-27T12:23:42.945Z] Unpacking python-protobuf (3.0.0-9) ... [2019-09-27T12:23:42.945Z] Setting up libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-09-27T12:23:42.945Z] Setting up libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-09-27T12:23:42.945Z] Setting up python-pkg-resources (33.1.1-1) ... [2019-09-27T12:23:42.958Z] CC criu/protobuf-desc.o [2019-09-27T12:23:43.253Z] #55 20.31 + GOPATH=/tmp/tmp.riJb6zHJTA/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.riJb6zHJTA go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-09-27T12:23:43.331Z] CC criu/protobuf.o [2019-09-27T12:23:43.331Z] CC criu/pstree.o [2019-09-27T12:23:43.509Z] #55 ... [2019-09-27T12:23:43.509Z] [2019-09-27T12:23:43.509Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-27T12:23:43.509Z] #30 10.31 runtime [2019-09-27T12:23:43.509Z] #30 13.90 unicode/utf8 [2019-09-27T12:23:43.509Z] #30 14.39 internal/race [2019-09-27T12:23:43.509Z] #30 14.58 sync/atomic [2019-09-27T12:23:43.509Z] #30 14.78 unicode [2019-09-27T12:23:43.509Z] #30 18.06 internal/testlog [2019-09-27T12:23:43.509Z] #30 18.34 encoding [2019-09-27T12:23:43.509Z] #30 18.55 runtime/cgo [2019-09-27T12:23:43.509Z] #30 ... [2019-09-27T12:23:43.509Z] [2019-09-27T12:23:43.509Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-27T12:23:43.509Z] #44 10.78 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-27T12:23:43.704Z] CC criu/rbtree.o [2019-09-27T12:23:43.704Z] CC criu/rst-malloc.o [2019-09-27T12:23:43.704Z] CC criu/seccomp.o [2019-09-27T12:23:43.765Z] #44 ... [2019-09-27T12:23:43.765Z] [2019-09-27T12:23:43.765Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-09-27T12:23:43.765Z] #6 20.94 Fetched 7916 kB in 16s (477 kB/s) [2019-09-27T12:23:43.954Z] Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-09-27T12:23:43.954Z] Setting up libprotobuf10:ppc64el (3.0.0-9) ... [2019-09-27T12:23:43.954Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T12:23:43.954Z] Setting up python-protobuf (3.0.0-9) ... [2019-09-27T12:23:44.084Z] CC criu/seize.o [2019-09-27T12:23:44.084Z] CC criu/servicefd.o [2019-09-27T12:23:44.512Z] CC criu/shmem.o [2019-09-27T12:23:44.512Z] CC criu/sigframe.o [2019-09-27T12:23:44.973Z] CC criu/signalfd.o [2019-09-27T12:23:44.973Z] CC criu/sk-inet.o [2019-09-27T12:23:44.973Z] CC criu/sk-netlink.o [2019-09-27T12:23:45.357Z] CC criu/sk-packet.o [2019-09-27T12:23:45.357Z] CC criu/sk-queue.o [2019-09-27T12:23:45.426Z] Setting up libcap-dev:ppc64el (1:2.25-1) ... [2019-09-27T12:23:45.426Z] Setting up libprotobuf-c-dev:ppc64el (1.2.1-2) ... [2019-09-27T12:23:45.426Z] Setting up libnl-3-200:ppc64el (3.2.27-2) ... [2019-09-27T12:23:45.426Z] Setting up libprotobuf-lite10:ppc64el (3.0.0-9) ... [2019-09-27T12:23:45.426Z] Setting up libprotoc10:ppc64el (3.0.0-9) ... [2019-09-27T12:23:45.426Z] Setting up protobuf-c-compiler (1.2.1-2) ... [2019-09-27T12:23:45.426Z] Setting up zlib1g-dev:ppc64el (1:1.2.8.dfsg-5) ... [2019-09-27T12:23:45.426Z] Setting up protobuf-compiler (3.0.0-9) ... [2019-09-27T12:23:45.426Z] Setting up libprotobuf-dev:ppc64el (3.0.0-9) ... [2019-09-27T12:23:45.426Z] Setting up libnl-3-dev:ppc64el (3.2.27-2) ... [2019-09-27T12:23:45.426Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T12:23:45.740Z] CC criu/sk-tcp.o [2019-09-27T12:23:45.740Z] CC criu/sk-unix.o [2019-09-27T12:23:46.436Z] Removing intermediate container a2a132e4a7c1 [2019-09-27T12:23:46.436Z] ---> 55d275307997 [2019-09-27T12:23:46.436Z] 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-27T12:23:46.436Z] ---> Running in 6b08178a8a61 [2019-09-27T12:23:46.541Z] CC criu/sockets.o [2019-09-27T12:23:46.542Z] CC criu/stats.o [2019-09-27T12:23:46.542Z] CC criu/string.o [2019-09-27T12:23:46.934Z] CC criu/sysctl.o [2019-09-27T12:23:46.934Z] CC criu/sysfs_parse.o [2019-09-27T12:23:46.934Z] CC criu/timerfd.o [2019-09-27T12:23:47.051Z] Note: Building without setproctitle() and strlcpy() support. [2019-09-27T12:23:47.051Z] To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-27T12:23:47.292Z] CC criu/tty.o [2019-09-27T12:23:47.337Z] fatal: Not a git repository (or any of the parent directories): .git [2019-09-27T12:23:47.337Z]  GEN .gitid [2019-09-27T12:23:47.337Z] GEN criu/include/version.h [2019-09-27T12:23:47.337Z] GEN include/common/asm [2019-09-27T12:23:47.622Z] PBCC images/google/protobuf/descriptor.pb-c.c [2019-09-27T12:23:47.622Z] PBCC images/opts.pb-c.c [2019-09-27T12:23:47.622Z] PBCC images/sit.pb-c.c [2019-09-27T12:23:47.622Z] DEP images/google/protobuf/descriptor.pb-c.d [2019-09-27T12:23:47.622Z] DEP images/opts.pb-c.d [2019-09-27T12:23:47.622Z] DEP images/sit.pb-c.d [2019-09-27T12:23:47.622Z] PBCC images/macvlan.pb-c.c [2019-09-27T12:23:47.622Z] DEP images/macvlan.pb-c.d [2019-09-27T12:23:47.670Z] CC criu/tun.o [2019-09-27T12:23:47.908Z] PBCC images/autofs.pb-c.c [2019-09-27T12:23:47.908Z] DEP images/autofs.pb-c.d [2019-09-27T12:23:47.908Z] PBCC images/sysctl.pb-c.c [2019-09-27T12:23:47.908Z] DEP images/sysctl.pb-c.d [2019-09-27T12:23:47.908Z] PBCC images/time.pb-c.c [2019-09-27T12:23:47.908Z] DEP images/time.pb-c.d [2019-09-27T12:23:47.908Z] PBCC images/binfmt-misc.pb-c.c [2019-09-27T12:23:47.908Z] DEP images/binfmt-misc.pb-c.d [2019-09-27T12:23:47.908Z] PBCC images/seccomp.pb-c.c [2019-09-27T12:23:47.908Z] DEP images/seccomp.pb-c.d [2019-09-27T12:23:47.908Z] PBCC images/userns.pb-c.c [2019-09-27T12:23:47.908Z] DEP images/userns.pb-c.d [2019-09-27T12:23:47.908Z] PBCC images/cgroup.pb-c.c [2019-09-27T12:23:47.908Z] DEP images/cgroup.pb-c.d [2019-09-27T12:23:47.908Z] PBCC images/fown.pb-c.c [2019-09-27T12:23:47.908Z] PBCC images/ext-file.pb-c.c [2019-09-27T12:23:47.908Z] DEP images/fown.pb-c.d [2019-09-27T12:23:47.908Z] DEP images/ext-file.pb-c.d [2019-09-27T12:23:47.908Z] PBCC images/rpc.pb-c.c [2019-09-27T12:23:47.908Z] DEP images/rpc.pb-c.d [2019-09-27T12:23:47.908Z] PBCC images/siginfo.pb-c.c [2019-09-27T12:23:47.908Z] DEP images/siginfo.pb-c.d [2019-09-27T12:23:47.908Z] PBCC images/pagemap.pb-c.c [2019-09-27T12:23:47.908Z] DEP images/pagemap.pb-c.d [2019-09-27T12:23:48.047Z] CC criu/uffd.o [2019-09-27T12:23:48.191Z] PBCC images/rlimit.pb-c.c [2019-09-27T12:23:48.191Z] DEP images/rlimit.pb-c.d [2019-09-27T12:23:48.191Z] PBCC images/file-lock.pb-c.c [2019-09-27T12:23:48.191Z] DEP images/file-lock.pb-c.d [2019-09-27T12:23:48.191Z] PBCC images/tty.pb-c.c [2019-09-27T12:23:48.191Z] DEP images/tty.pb-c.d [2019-09-27T12:23:48.191Z] PBCC images/tun.pb-c.c [2019-09-27T12:23:48.191Z] PBCC images/netdev.pb-c.c [2019-09-27T12:23:48.191Z] DEP images/tun.pb-c.d [2019-09-27T12:23:48.191Z] DEP images/netdev.pb-c.d [2019-09-27T12:23:48.191Z] PBCC images/vma.pb-c.c [2019-09-27T12:23:48.191Z] DEP images/vma.pb-c.d [2019-09-27T12:23:48.191Z] PBCC images/creds.pb-c.c [2019-09-27T12:23:48.191Z] DEP images/creds.pb-c.d [2019-09-27T12:23:48.191Z] PBCC images/utsns.pb-c.c [2019-09-27T12:23:48.191Z] DEP images/utsns.pb-c.d [2019-09-27T12:23:48.191Z] PBCC images/ipc-desc.pb-c.c [2019-09-27T12:23:48.191Z] PBCC images/ipc-sem.pb-c.c [2019-09-27T12:23:48.191Z] DEP images/ipc-desc.pb-c.d [2019-09-27T12:23:48.191Z] DEP images/ipc-sem.pb-c.d [2019-09-27T12:23:48.191Z] PBCC images/ipc-msg.pb-c.c [2019-09-27T12:23:48.191Z] DEP images/ipc-msg.pb-c.d [2019-09-27T12:23:48.191Z] PBCC images/ipc-shm.pb-c.c [2019-09-27T12:23:48.191Z] DEP images/ipc-shm.pb-c.d [2019-09-27T12:23:48.430Z] CC criu/util.o [2019-09-27T12:23:48.474Z] PBCC images/ipc-var.pb-c.c [2019-09-27T12:23:48.474Z] DEP images/ipc-var.pb-c.d [2019-09-27T12:23:48.474Z] PBCC images/sk-opts.pb-c.c [2019-09-27T12:23:48.474Z] PBCC images/packet-sock.pb-c.c [2019-09-27T12:23:48.474Z] DEP images/sk-opts.pb-c.d [2019-09-27T12:23:48.474Z] DEP images/packet-sock.pb-c.d [2019-09-27T12:23:48.474Z] PBCC images/sk-netlink.pb-c.c [2019-09-27T12:23:48.474Z] DEP images/sk-netlink.pb-c.d [2019-09-27T12:23:48.474Z] PBCC images/sk-inet.pb-c.c [2019-09-27T12:23:48.474Z] DEP images/sk-inet.pb-c.d [2019-09-27T12:23:48.474Z] PBCC images/sk-unix.pb-c.c [2019-09-27T12:23:48.474Z] DEP images/sk-unix.pb-c.d [2019-09-27T12:23:48.474Z] PBCC images/mm.pb-c.c [2019-09-27T12:23:48.474Z] DEP images/mm.pb-c.d [2019-09-27T12:23:48.474Z] PBCC images/timerfd.pb-c.c [2019-09-27T12:23:48.474Z] DEP images/timerfd.pb-c.d [2019-09-27T12:23:48.474Z] PBCC images/timer.pb-c.c [2019-09-27T12:23:48.474Z] DEP images/timer.pb-c.d [2019-09-27T12:23:48.474Z] PBCC images/sa.pb-c.c [2019-09-27T12:23:48.474Z] DEP images/sa.pb-c.d [2019-09-27T12:23:48.756Z] PBCC images/pipe-data.pb-c.c [2019-09-27T12:23:48.756Z] DEP images/pipe-data.pb-c.d [2019-09-27T12:23:48.756Z] PBCC images/mnt.pb-c.c [2019-09-27T12:23:48.756Z] DEP images/mnt.pb-c.d [2019-09-27T12:23:48.756Z] PBCC images/sk-packet.pb-c.c [2019-09-27T12:23:48.756Z] DEP images/sk-packet.pb-c.d [2019-09-27T12:23:48.756Z] PBCC images/tcp-stream.pb-c.c [2019-09-27T12:23:48.756Z] DEP images/tcp-stream.pb-c.d [2019-09-27T12:23:48.756Z] PBCC images/pipe.pb-c.c [2019-09-27T12:23:48.756Z] DEP images/pipe.pb-c.d [2019-09-27T12:23:48.756Z] PBCC images/pstree.pb-c.c [2019-09-27T12:23:48.756Z] DEP images/pstree.pb-c.d [2019-09-27T12:23:48.756Z] PBCC images/fs.pb-c.c [2019-09-27T12:23:48.756Z] DEP images/fs.pb-c.d [2019-09-27T12:23:48.756Z] PBCC images/signalfd.pb-c.c [2019-09-27T12:23:48.756Z] DEP images/signalfd.pb-c.d [2019-09-27T12:23:48.756Z] PBCC images/fh.pb-c.c [2019-09-27T12:23:48.756Z] PBCC images/fsnotify.pb-c.c [2019-09-27T12:23:48.756Z] DEP images/fh.pb-c.d [2019-09-27T12:23:48.756Z] DEP images/fsnotify.pb-c.d [2019-09-27T12:23:48.756Z] PBCC images/eventpoll.pb-c.c [2019-09-27T12:23:48.835Z] CC criu/uts_ns.o [2019-09-27T12:23:48.835Z] CC criu/vdso.o [2019-09-27T12:23:49.006Z] #6 20.94 Reading package lists... [2019-09-27T12:23:49.006Z] #6 ... [2019-09-27T12:23:49.006Z] [2019-09-27T12:23:49.006Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T12:23:49.006Z] #33 18.78 internal/testlog [2019-09-27T12:23:49.006Z] #33 18.98 encoding [2019-09-27T12:23:49.006Z] #33 19.06 unicode/utf16 [2019-09-27T12:23:49.006Z] #33 19.36 container/list [2019-09-27T12:23:49.006Z] #33 19.87 crypto/internal/subtle [2019-09-27T12:23:49.006Z] #33 19.95 crypto/subtle [2019-09-27T12:23:49.006Z] #33 20.08 vendor/golang.org/x/crypto/cryptobyte/asn1 [2019-09-27T12:23:49.006Z] #33 20.23 internal/nettrace [2019-09-27T12:23:49.006Z] #33 20.37 runtime/cgo [2019-09-27T12:23:49.039Z] DEP images/eventpoll.pb-c.d [2019-09-27T12:23:49.039Z] PBCC images/eventfd.pb-c.c [2019-09-27T12:23:49.039Z] DEP images/eventfd.pb-c.d [2019-09-27T12:23:49.039Z] PBCC images/remap-file-path.pb-c.c [2019-09-27T12:23:49.039Z] DEP images/remap-file-path.pb-c.d [2019-09-27T12:23:49.039Z] PBCC images/fifo.pb-c.c [2019-09-27T12:23:49.039Z] DEP images/fifo.pb-c.d [2019-09-27T12:23:49.039Z] PBCC images/ghost-file.pb-c.c [2019-09-27T12:23:49.039Z] DEP images/ghost-file.pb-c.d [2019-09-27T12:23:49.039Z] PBCC images/regfile.pb-c.c [2019-09-27T12:23:49.039Z] DEP images/regfile.pb-c.d [2019-09-27T12:23:49.039Z] PBCC images/ns.pb-c.c [2019-09-27T12:23:49.039Z] DEP images/ns.pb-c.d [2019-09-27T12:23:49.039Z] PBCC images/fdinfo.pb-c.c [2019-09-27T12:23:49.039Z] DEP images/fdinfo.pb-c.d [2019-09-27T12:23:49.039Z] PBCC images/core-aarch64.pb-c.c [2019-09-27T12:23:49.039Z] PBCC images/core-arm.pb-c.c [2019-09-27T12:23:49.039Z] PBCC images/core-ppc64.pb-c.c [2019-09-27T12:23:49.039Z] PBCC images/core-s390.pb-c.c [2019-09-27T12:23:49.039Z] PBCC images/core-x86.pb-c.c [2019-09-27T12:23:49.039Z] PBCC images/core.pb-c.c [2019-09-27T12:23:49.261Z] LINK criu/built-in.o [2019-09-27T12:23:49.261Z] LINK criu/criu [2019-09-27T12:23:49.261Z] DEP lib/c/criu.d [2019-09-27T12:23:49.261Z] CC images/rpc.pb-c.o [2019-09-27T12:23:49.261Z] CC lib/c/criu.o [2019-09-27T12:23:49.324Z] PBCC images/inventory.pb-c.c [2019-09-27T12:23:49.324Z] DEP images/core-aarch64.pb-c.d [2019-09-27T12:23:49.324Z] DEP images/core-arm.pb-c.d [2019-09-27T12:23:49.324Z] DEP images/core-ppc64.pb-c.d [2019-09-27T12:23:49.324Z] DEP images/core-s390.pb-c.d [2019-09-27T12:23:49.324Z] DEP images/core-x86.pb-c.d [2019-09-27T12:23:49.324Z] DEP images/core.pb-c.d [2019-09-27T12:23:49.324Z] DEP images/inventory.pb-c.d [2019-09-27T12:23:49.324Z] PBCC images/cpuinfo.pb-c.c [2019-09-27T12:23:49.324Z] DEP images/cpuinfo.pb-c.d [2019-09-27T12:23:49.324Z] PBCC images/stats.pb-c.c [2019-09-27T12:23:49.324Z] DEP images/stats.pb-c.d [2019-09-27T12:23:49.611Z] make[1]: Nothing to be done for 'all'. [2019-09-27T12:23:49.625Z] LINK lib/c/built-in.o [2019-09-27T12:23:49.625Z] LINK lib/c/libcriu.so [2019-09-27T12:23:49.625Z] GEN magic.py [2019-09-27T12:23:49.907Z] CC images/stats.o [2019-09-27T12:23:49.930Z] #33 ... [2019-09-27T12:23:49.930Z] [2019-09-27T12:23:49.930Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-09-27T12:23:49.930Z] #6 20.94 Reading package lists... [2019-09-27T12:23:49.995Z] Note: Building without setproctitle() and strlcpy() support. [2019-09-27T12:23:49.995Z] To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-27T12:23:49.995Z] fatal: Not a git repository (or any of the parent directories): .git [2019-09-27T12:23:49.995Z] make[1]: Nothing to be done for 'all'. [2019-09-27T12:23:50.190Z] CC images/core.o [2019-09-27T12:23:50.362Z] make[1]: 'images/built-in.o' is up to date. [2019-09-27T12:23:50.362Z] make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-09-27T12:23:50.362Z] make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-09-27T12:23:50.362Z] make[1]: 'compel/libcompel.a' is up to date. [2019-09-27T12:23:50.362Z] make[1]: 'compel/compel-host-bin' is up to date. [2019-09-27T12:23:50.362Z] make[1]: Nothing to be done for 'all'. [2019-09-27T12:23:50.362Z] make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-27T12:23:50.362Z] make[2]: Nothing to be done for 'all'. [2019-09-27T12:23:50.362Z] make[2]: Nothing to be done for 'all'. [2019-09-27T12:23:50.362Z] make[2]: Nothing to be done for 'all'. [2019-09-27T12:23:50.362Z] make[2]: Nothing to be done for 'all'. [2019-09-27T12:23:50.362Z] make[2]: Nothing to be done for 'all'. [2019-09-27T12:23:50.362Z] make[2]: Nothing to be done for 'all'. [2019-09-27T12:23:50.362Z] make[2]: Nothing to be done for 'all'. [2019-09-27T12:23:50.362Z] make[2]: Nothing to be done for 'all'. [2019-09-27T12:23:50.362Z] INSTALL criu/criu [2019-09-27T12:23:50.474Z] CC images/core-x86.o [2019-09-27T12:23:50.474Z] CC images/core-arm.o [2019-09-27T12:23:50.756Z] CC images/core-aarch64.o [2019-09-27T12:23:50.756Z] CC images/core-ppc64.o [2019-09-27T12:23:51.039Z] CC images/core-s390.o [2019-09-27T12:23:51.322Z] CC images/cpuinfo.o [2019-09-27T12:23:51.322Z] CC images/inventory.o [2019-09-27T12:23:51.547Z] #6 27.49 Reading package lists... [2019-09-27T12:23:51.547Z] #6 ... [2019-09-27T12:23:51.547Z] [2019-09-27T12:23:51.547Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-09-27T12:23:51.547Z] #17 18.77 Fetched 7916 kB in 15s (510 kB/s) [2019-09-27T12:23:51.547Z] #17 18.77 Reading package lists... [2019-09-27T12:23:51.547Z] #17 25.39 Reading package lists... [2019-09-27T12:23:51.547Z] #17 ... [2019-09-27T12:23:51.547Z] [2019-09-27T12:23:51.547Z] #24 [golangci_lint 3/3] RUN PREFIX=/build ./install.sh golangci_lint [2019-09-27T12:23:51.547Z] #24 22.55 + cd /tmp/tmp.x6vT1H0H3R/src/github.com/golangci/golangci-lint/ [2019-09-27T12:23:51.547Z] #24 22.55 + git checkout -q v1.17.1 [2019-09-27T12:23:51.547Z] #24 23.93 + go build -buildmode=pie -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-09-27T12:23:51.625Z] Removing intermediate container 297c690425b1 [2019-09-27T12:23:51.625Z] ---> 0edcc88f5b89 [2019-09-27T12:23:51.625Z] Step 13/126 : FROM base AS registry [2019-09-27T12:23:51.625Z] ---> bd7c821f124c [2019-09-27T12:23:51.625Z] Step 14/126 : ENV REGISTRY_COMMIT_SCHEMA1 ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-27T12:23:51.625Z] ---> Running in da5d5e251628 [2019-09-27T12:23:51.625Z] Removing intermediate container da5d5e251628 [2019-09-27T12:23:51.625Z] ---> 885e0626b8a0 [2019-09-27T12:23:51.625Z] Step 15/126 : ENV REGISTRY_COMMIT 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-27T12:23:51.626Z] CC images/fdinfo.o [2019-09-27T12:23:51.626Z] CC images/fown.o [2019-09-27T12:23:51.626Z] CC images/ns.o [2019-09-27T12:23:51.626Z] CC images/regfile.o [2019-09-27T12:23:51.909Z] CC images/ghost-file.o [2019-09-27T12:23:51.909Z] CC images/fifo.o [2019-09-27T12:23:51.909Z] CC images/remap-file-path.o [2019-09-27T12:23:51.909Z] CC images/eventfd.o [2019-09-27T12:23:51.989Z] ---> Running in 01346fd3b1f7 [2019-09-27T12:23:51.989Z] Removing intermediate container 01346fd3b1f7 [2019-09-27T12:23:51.989Z] ---> 9a2ad813c443 [2019-09-27T12:23:51.989Z] 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-27T12:23:51.989Z] ---> Running in 009c84363a60 [2019-09-27T12:23:52.192Z] CC images/eventpoll.o [2019-09-27T12:23:52.192Z] CC images/fh.o [2019-09-27T12:23:52.192Z] CC images/fsnotify.o [2019-09-27T12:23:52.475Z] CC images/signalfd.o [2019-09-27T12:23:52.475Z] CC images/fs.o [2019-09-27T12:23:52.475Z] CC images/pstree.o [2019-09-27T12:23:52.758Z] CC images/pipe.o [2019-09-27T12:23:52.758Z] CC images/tcp-stream.o [2019-09-27T12:23:52.758Z] CC images/sk-packet.o [2019-09-27T12:23:52.773Z] + mktemp -d [2019-09-27T12:23:52.774Z] + export GOPATH=/tmp/tmp.L9dDv2SkiS [2019-09-27T12:23:52.774Z] + git clone https://github.com/docker/distribution.git /tmp/tmp.L9dDv2SkiS/src/github.com/docker/distribution [2019-09-27T12:23:52.774Z] Cloning into '/tmp/tmp.L9dDv2SkiS/src/github.com/docker/distribution'... [2019-09-27T12:23:53.041Z] CC images/mnt.o [2019-09-27T12:23:53.041Z] CC images/pipe-data.o [2019-09-27T12:23:53.041Z] CC images/sa.o [2019-09-27T12:23:53.041Z] CC images/timer.o [2019-09-27T12:23:53.326Z] CC images/timerfd.o [2019-09-27T12:23:53.326Z] CC images/mm.o [2019-09-27T12:23:53.326Z] CC images/sk-opts.o [2019-09-27T12:23:53.326Z] CC images/sk-unix.o [2019-09-27T12:23:53.449Z] #24 ... [2019-09-27T12:23:53.449Z] [2019-09-27T12:23:53.449Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T12:23:53.449Z] #35 20.73 Fetched 7916 kB in 16s (480 kB/s) [2019-09-27T12:23:53.449Z] #35 20.73 Reading package lists... [2019-09-27T12:23:53.609Z] CC images/sk-inet.o [2019-09-27T12:23:53.609Z] CC images/tun.o [2019-09-27T12:23:53.704Z] #35 27.28 Reading package lists... [2019-09-27T12:23:53.704Z] #35 ... [2019-09-27T12:23:53.704Z] [2019-09-27T12:23:53.704Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-27T12:23:53.704Z] #44 22.28 Fetched 7916 kB in 16s (482 kB/s) [2019-09-27T12:23:53.704Z] #44 22.28 Reading package lists... [2019-09-27T12:23:53.892Z] CC images/sk-netlink.o [2019-09-27T12:23:53.892Z] CC images/packet-sock.o [2019-09-27T12:23:53.892Z] CC images/ipc-var.o [2019-09-27T12:23:53.960Z] #44 28.88 Reading package lists... [2019-09-27T12:23:53.960Z] #44 ... [2019-09-27T12:23:53.960Z] [2019-09-27T12:23:53.960Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T12:23:53.960Z] #33 30.92 vendor/golang.org/x/crypto/internal/subtle [2019-09-27T12:23:54.174Z] CC images/ipc-desc.o [2019-09-27T12:23:54.174Z] CC images/ipc-shm.o [2019-09-27T12:23:54.174Z] CC images/ipc-msg.o [2019-09-27T12:23:54.174Z] CC images/ipc-sem.o [2019-09-27T12:23:54.177Z] + cd /tmp/tmp.L9dDv2SkiS/src/github.com/docker/distribution [2019-09-27T12:23:54.177Z] + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-27T12:23:54.216Z] #33 31.03 vendor/golang.org/x/crypto/curve25519 [2019-09-27T12:23:54.216Z] #33 ... [2019-09-27T12:23:54.216Z] [2019-09-27T12:23:54.216Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-27T12:23:54.216Z] #50 21.11 + cd /tmp/tmp.gzDJc3Orzc/src/github.com/docker/libnetwork [2019-09-27T12:23:54.216Z] #50 21.11 + git checkout -q 96bcc0dae898308ed659c5095526788a602f4726 [2019-09-27T12:23:54.216Z] #50 21.74 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-09-27T12:23:54.461Z] CC images/utsns.o [2019-09-27T12:23:54.461Z] CC images/creds.o [2019-09-27T12:23:54.461Z] CC images/vma.o [2019-09-27T12:23:54.461Z] CC images/netdev.o [2019-09-27T12:23:54.472Z] #50 ... [2019-09-27T12:23:54.472Z] [2019-09-27T12:23:54.472Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-09-27T12:23:54.472Z] #17 25.39 Reading package lists... [2019-09-27T12:23:54.547Z] + GOPATH=/tmp/tmp.L9dDv2SkiS/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.L9dDv2SkiS go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-09-27T12:23:54.749Z] CC images/tty.o [2019-09-27T12:23:54.749Z] CC images/file-lock.o [2019-09-27T12:23:55.032Z] #17 31.76 Building dependency tree... [2019-09-27T12:23:55.032Z] #17 ... [2019-09-27T12:23:55.032Z] [2019-09-27T12:23:55.032Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T12:23:55.032Z] #57 22.06 Fetched 7916 kB in 16s (488 kB/s) [2019-09-27T12:23:55.032Z] #57 22.06 Reading package lists... [2019-09-27T12:23:55.033Z] CC images/rlimit.o [2019-09-27T12:23:55.033Z] CC images/pagemap.o [2019-09-27T12:23:55.033Z] CC images/siginfo.o [2019-09-27T12:23:55.317Z] CC images/rpc.o [2019-09-27T12:23:55.593Z] #57 28.21 Reading package lists... [2019-09-27T12:23:55.593Z] #57 ... [2019-09-27T12:23:55.593Z] [2019-09-27T12:23:55.593Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-09-27T12:23:55.593Z] #17 31.76 Building dependency tree... [2019-09-27T12:23:55.599Z] CC images/ext-file.o [2019-09-27T12:23:55.599Z] CC images/cgroup.o [2019-09-27T12:23:55.848Z] #17 32.96 Reading state information... [2019-09-27T12:23:55.882Z] CC images/userns.o [2019-09-27T12:23:56.170Z] CC images/google/protobuf/descriptor.o [2019-09-27T12:23:56.785Z] CC images/opts.o [2019-09-27T12:23:56.785Z] CC images/seccomp.o [2019-09-27T12:23:56.785Z] CC images/binfmt-misc.o [2019-09-27T12:23:56.785Z] CC images/time.o [2019-09-27T12:23:56.813Z] #17 34.21 ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-09-27T12:23:56.813Z] #17 34.21 The following additional packages will be installed: [2019-09-27T12:23:57.068Z] CC images/sysctl.o [2019-09-27T12:23:57.068Z] CC images/autofs.o [2019-09-27T12:23:57.068Z] CC images/macvlan.o [2019-09-27T12:23:57.068Z] CC images/sit.o [2019-09-27T12:23:57.069Z] #17 34.25 libjq1 libonig4 [2019-09-27T12:23:57.351Z] LINK images/built-in.o [2019-09-27T12:23:57.351Z] GEN compel/include/asm [2019-09-27T12:23:57.351Z] GEN compel/include/version.h [2019-09-27T12:23:57.351Z] touch .config [2019-09-27T12:23:57.351Z] GEN include/common/config.h [2019-09-27T12:23:57.351Z] GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-09-27T12:23:57.351Z] GEN compel/plugins/include/uapi/std/syscall.h [2019-09-27T12:23:57.351Z] GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2019-09-27T12:23:57.351Z] DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2019-09-27T12:23:57.351Z] DEP compel/arch/ppc64/plugins/std/memcmp.d [2019-09-27T12:23:57.351Z] DEP compel/arch/ppc64/plugins/std/memcpy.d [2019-09-27T12:23:57.351Z] DEP compel/arch/ppc64/plugins/std/parasite-head.d [2019-09-27T12:23:57.351Z] GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-09-27T12:23:57.351Z] DEP compel/plugins/std/infect.d [2019-09-27T12:23:57.351Z] DEP compel/plugins/std/string.d [2019-09-27T12:23:57.351Z] DEP compel/plugins/std/log.d [2019-09-27T12:23:57.351Z] DEP compel/plugins/std/fds.d [2019-09-27T12:23:57.629Z] #17 34.66 The following NEW packages will be installed: [2019-09-27T12:23:57.629Z] #17 34.67 jq libjq1 libonig4 [2019-09-27T12:23:57.634Z] DEP compel/plugins/std/std.d [2019-09-27T12:23:57.634Z] DEP compel/plugins/shmem/shmem.d [2019-09-27T12:23:57.634Z] DEP compel/plugins/fds/fds.d [2019-09-27T12:23:57.634Z] CC compel/plugins/std/std.o [2019-09-27T12:23:57.634Z] CC compel/plugins/std/fds.o [2019-09-27T12:23:57.917Z] CC compel/plugins/std/log.o [2019-09-27T12:23:58.200Z] CC compel/plugins/std/string.o [2019-09-27T12:23:58.483Z] CC compel/plugins/std/infect.o [2019-09-27T12:23:58.483Z] CC compel/arch/ppc64/plugins/std/parasite-head.o [2019-09-27T12:23:58.483Z] CC compel/arch/ppc64/plugins/std/memcpy.o [2019-09-27T12:23:58.483Z] CC compel/arch/ppc64/plugins/std/memcmp.o [2019-09-27T12:23:58.483Z] CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2019-09-27T12:23:58.483Z] AR compel/plugins/std.lib.a [2019-09-27T12:23:58.554Z] #17 35.77 0 upgraded, 3 newly installed, 0 to remove and 3 not upgraded. [2019-09-27T12:23:58.554Z] #17 35.77 Need to get 327 kB of archives. [2019-09-27T12:23:58.554Z] #17 35.77 After this operation, 1157 kB of additional disk space will be used. [2019-09-27T12:23:58.554Z] #17 35.77 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] [2019-09-27T12:23:58.554Z] #17 35.77 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] [2019-09-27T12:23:58.554Z] #17 35.77 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] [2019-09-27T12:23:58.766Z] CC compel/plugins/fds/fds.o [2019-09-27T12:23:58.766Z] AR compel/plugins/fds.lib.a [2019-09-27T12:23:58.766Z] HOSTDEP compel/src/lib/log-host.d [2019-09-27T12:23:58.766Z] HOSTDEP compel/src/lib/handle-elf-host.d [2019-09-27T12:23:58.766Z] HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2019-09-27T12:23:58.766Z] HOSTDEP compel/src/main-host.d [2019-09-27T12:23:59.050Z] DEP compel/src/lib/ptrace.d [2019-09-27T12:23:59.050Z] DEP compel/src/lib/infect.d [2019-09-27T12:23:59.050Z] DEP compel/src/lib/infect-util.d [2019-09-27T12:23:59.050Z] DEP compel/src/lib/infect-rpc.d [2019-09-27T12:23:59.050Z] DEP compel/arch/ppc64/src/lib/infect.d [2019-09-27T12:23:59.050Z] DEP compel/arch/ppc64/src/lib/cpu.d [2019-09-27T12:23:59.333Z] DEP compel/src/lib/log.d [2019-09-27T12:23:59.333Z] DEP compel/src/main.d [2019-09-27T12:23:59.333Z] DEP compel/src/lib/handle-elf.d [2019-09-27T12:23:59.333Z] DEP compel/arch/ppc64/src/lib/handle-elf.d [2019-09-27T12:23:59.333Z] CC compel/src/lib/log.o [2019-09-27T12:23:59.616Z] CC compel/arch/ppc64/src/lib/cpu.o [2019-09-27T12:23:59.616Z] CC compel/arch/ppc64/src/lib/infect.o [2019-09-27T12:23:59.900Z] CC compel/src/lib/infect-rpc.o [2019-09-27T12:23:59.900Z] CC compel/src/lib/infect-util.o [2019-09-27T12:23:59.915Z] #17 36.89 debconf: delaying package configuration, since apt-utils is not installed [2019-09-27T12:23:59.915Z] #17 37.06 Fetched 327 kB in 1s (314 kB/s) [2019-09-27T12:23:59.915Z] #17 37.20 Selecting previously unselected package libonig4:amd64. [2019-09-27T12:24:00.170Z] #17 37.21 (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-27T12:24:00.170Z] #17 37.29 Preparing to unpack .../libonig4_6.1.3-2_amd64.deb ... [2019-09-27T12:24:00.170Z] #17 37.30 Unpacking libonig4:amd64 (6.1.3-2) ... [2019-09-27T12:24:00.183Z] CC compel/src/lib/infect.o [2019-09-27T12:24:00.425Z] #17 37.55 Selecting previously unselected package libjq1:amd64. [2019-09-27T12:24:00.425Z] #17 37.55 Preparing to unpack .../libjq1_1.5+dfsg-1.3_amd64.deb ... [2019-09-27T12:24:00.425Z] #17 37.57 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... [2019-09-27T12:24:00.425Z] #17 37.79 Selecting previously unselected package jq. [2019-09-27T12:24:00.680Z] #17 37.79 Preparing to unpack .../jq_1.5+dfsg-1.3_amd64.deb ... [2019-09-27T12:24:00.680Z] #17 37.80 Unpacking jq (1.5+dfsg-1.3) ... [2019-09-27T12:24:00.680Z] #17 38.06 Setting up libonig4:amd64 (6.1.3-2) ... [2019-09-27T12:24:00.800Z] CC compel/src/lib/ptrace.o [2019-09-27T12:24:00.935Z] #17 38.07 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... [2019-09-27T12:24:00.935Z] #17 38.08 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T12:24:00.935Z] #17 38.15 Setting up jq (1.5+dfsg-1.3) ... [2019-09-27T12:24:00.935Z] #17 ... [2019-09-27T12:24:00.935Z] [2019-09-27T12:24:00.936Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-27T12:24:00.936Z] #15 38.17 + cd /tmp/tmp.LcN5azNoZq/src/github.com/go-swagger/go-swagger [2019-09-27T12:24:00.936Z] #15 38.17 + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-27T12:24:01.083Z] AR compel/libcompel.a [2019-09-27T12:24:01.083Z] HOSTCC compel/src/main-host.o [2019-09-27T12:24:01.366Z] HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2019-09-27T12:24:01.366Z] HOSTCC compel/src/lib/handle-elf-host.o [2019-09-27T12:24:01.366Z] HOSTCC compel/src/lib/log-host.o [2019-09-27T12:24:01.648Z] HOSTLINK compel/compel-host-bin [2019-09-27T12:24:01.648Z] DEP soccr/soccr.d [2019-09-27T12:24:01.648Z] CC soccr/soccr.o [2019-09-27T12:24:01.863Z] #15 ... [2019-09-27T12:24:01.863Z] [2019-09-27T12:24:01.863Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-27T12:24:01.863Z] #50 DONE 38.7s [2019-09-27T12:24:01.863Z] [2019-09-27T12:24:01.863Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-09-27T12:24:01.863Z] #17 DONE 39.0s [2019-09-27T12:24:01.863Z] [2019-09-27T12:24:01.863Z] #19 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-09-27T12:24:01.863Z] #19 DONE 0.1s [2019-09-27T12:24:01.863Z] [2019-09-27T12:24:01.863Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-27T12:24:02.264Z] AR soccr/libsoccr.a [2019-09-27T12:24:02.264Z] make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-27T12:24:02.264Z] DEP criu/arch/ppc64/sigframe.d [2019-09-27T12:24:02.264Z] DEP criu/arch/ppc64/crtools.d [2019-09-27T12:24:02.547Z] DEP criu/arch/ppc64/cpu.d [2019-09-27T12:24:02.547Z] CC criu/arch/ppc64/cpu.o [2019-09-27T12:24:02.829Z] CC criu/arch/ppc64/crtools.o [2019-09-27T12:24:03.113Z] CC criu/arch/ppc64/sigframe.o [2019-09-27T12:24:03.113Z] LINK criu/arch/ppc64/crtools.built-in.o [2019-09-27T12:24:03.113Z] DEP criu/arch/ppc64/misc.d [2019-09-27T12:24:03.113Z] DEP criu/arch/ppc64/vdso-trampoline.d [2019-09-27T12:24:03.113Z] DEP criu/arch/ppc64/vdso-pie.d [2019-09-27T12:24:03.431Z] DEP criu/pie/parasite-vdso.d [2019-09-27T12:24:03.431Z] DEP criu/pie/util-vdso.d [2019-09-27T12:24:03.431Z] DEP criu/pie/util.d [2019-09-27T12:24:03.431Z] CC criu/pie/util.o [2019-09-27T12:24:03.715Z] CC criu/pie/util-vdso.o [2019-09-27T12:24:03.715Z] CC criu/pie/parasite-vdso.o [2019-09-27T12:24:03.999Z] CC criu/arch/ppc64/vdso-pie.o [2019-09-27T12:24:04.281Z] CC criu/arch/ppc64/vdso-trampoline.o [2019-09-27T12:24:04.281Z] CC criu/arch/ppc64/misc.o [2019-09-27T12:24:04.281Z] AR criu/pie/pie.lib.a [2019-09-27T12:24:04.281Z] DEP criu/pie/restorer.d [2019-09-27T12:24:04.281Z] DEP criu/arch/ppc64/restorer.d [2019-09-27T12:24:04.564Z] DEP criu/pie/parasite.d [2019-09-27T12:24:04.564Z] CC criu/pie/parasite.o [2019-09-27T12:24:05.130Z] #20 ... [2019-09-27T12:24:05.131Z] [2019-09-27T12:24:05.131Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-09-27T12:24:05.131Z] #6 27.49 Reading package lists... [2019-09-27T12:24:05.131Z] #6 34.14 Building dependency tree... [2019-09-27T12:24:05.131Z] #6 35.45 Reading state information... [2019-09-27T12:24:05.131Z] #6 37.02 The following additional packages will be installed: [2019-09-27T12:24:05.131Z] #6 37.04 libapparmor1 libseccomp2 [2019-09-27T12:24:05.131Z] #6 37.06 Suggested packages: [2019-09-27T12:24:05.131Z] #6 37.06 seccomp [2019-09-27T12:24:05.131Z] #6 37.36 The following NEW packages will be installed: [2019-09-27T12:24:05.131Z] #6 37.39 libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-09-27T12:24:05.131Z] #6 38.52 0 upgraded, 4 newly installed, 0 to remove and 3 not upgraded. [2019-09-27T12:24:05.131Z] #6 38.52 Need to get 300 kB of archives. [2019-09-27T12:24:05.131Z] #6 38.52 After this operation, 1201 kB of additional disk space will be used. [2019-09-27T12:24:05.131Z] #6 38.52 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-27T12:24:05.131Z] #6 38.52 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-27T12:24:05.131Z] #6 38.53 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor1 amd64 2.11.0-3+deb9u2 [78.9 kB] [2019-09-27T12:24:05.131Z] #6 38.53 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libapparmor-dev amd64 2.11.0-3+deb9u2 [119 kB] [2019-09-27T12:24:05.131Z] #6 40.05 debconf: delaying package configuration, since apt-utils is not installed [2019-09-27T12:24:05.131Z] #6 40.35 Fetched 300 kB in 1s (285 kB/s) [2019-09-27T12:24:05.131Z] #6 40.55 Selecting previously unselected package libseccomp2:amd64. [2019-09-27T12:24:05.131Z] #6 40.55 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-09-27T12:24:05.131Z] #6 40.72 Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_amd64.deb ... [2019-09-27T12:24:05.131Z] #6 40.79 Unpacking libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... [2019-09-27T12:24:05.131Z] #6 40.97 Selecting previously unselected package libseccomp-dev:amd64. [2019-09-27T12:24:05.131Z] #6 40.97 Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_amd64.deb ... [2019-09-27T12:24:05.131Z] #6 40.99 Unpacking libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... [2019-09-27T12:24:05.131Z] #6 41.15 Selecting previously unselected package libapparmor1:amd64. [2019-09-27T12:24:05.131Z] #6 41.17 Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_amd64.deb ... [2019-09-27T12:24:05.131Z] #6 41.18 Unpacking libapparmor1:amd64 (2.11.0-3+deb9u2) ... [2019-09-27T12:24:05.131Z] #6 41.36 Selecting previously unselected package libapparmor-dev:amd64. [2019-09-27T12:24:05.131Z] #6 41.37 Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_amd64.deb ... [2019-09-27T12:24:05.131Z] #6 41.37 Unpacking libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... [2019-09-27T12:24:05.131Z] #6 41.67 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T12:24:05.131Z] #6 41.76 Setting up libseccomp2:amd64 (2.3.1-2.1+deb9u1) ... [2019-09-27T12:24:05.131Z] #6 41.79 Setting up libapparmor1:amd64 (2.11.0-3+deb9u2) ... [2019-09-27T12:24:05.131Z] #6 41.80 Setting up libseccomp-dev:amd64 (2.3.1-2.1+deb9u1) ... [2019-09-27T12:24:05.131Z] #6 41.81 Setting up libapparmor-dev:amd64 (2.11.0-3+deb9u2) ... [2019-09-27T12:24:05.131Z] #6 41.82 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T12:24:05.131Z] #6 DONE 42.1s [2019-09-27T12:24:05.131Z] [2019-09-27T12:24:05.131Z] #40 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T12:24:05.131Z] #40 DONE 0.1s [2019-09-27T12:24:05.131Z] [2019-09-27T12:24:05.131Z] #41 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-09-27T12:24:05.131Z] #41 DONE 0.1s [2019-09-27T12:24:05.131Z] [2019-09-27T12:24:05.131Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-27T12:24:05.180Z] LINK criu/pie/parasite.built-in.o [2019-09-27T12:24:05.181Z] GEN criu/pie/parasite-blob.h [2019-09-27T12:24:05.181Z] CC criu/arch/ppc64/restorer.o [2019-09-27T12:24:05.181Z] CC criu/pie/restorer.o [2019-09-27T12:24:06.059Z] #42 ... [2019-09-27T12:24:06.059Z] [2019-09-27T12:24:06.059Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-27T12:24:06.059Z] #44 28.88 Reading package lists... [2019-09-27T12:24:06.059Z] #44 35.52 Building dependency tree... [2019-09-27T12:24:06.059Z] #44 36.80 Reading state information... [2019-09-27T12:24:06.059Z] #44 38.28 The following additional packages will be installed: [2019-09-27T12:24:06.059Z] #44 38.28 btrfs-progs liblzo2-2 [2019-09-27T12:24:06.059Z] #44 38.57 The following NEW packages will be installed: [2019-09-27T12:24:06.059Z] #44 38.58 btrfs-progs btrfs-tools liblzo2-2 [2019-09-27T12:24:06.059Z] #44 39.71 0 upgraded, 3 newly installed, 0 to remove and 3 not upgraded. [2019-09-27T12:24:06.059Z] #44 39.71 Need to get 649 kB of archives. [2019-09-27T12:24:06.059Z] #44 39.71 After this operation, 4320 kB of additional disk space will be used. [2019-09-27T12:24:06.059Z] #44 39.71 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-27T12:24:06.059Z] #44 39.72 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] [2019-09-27T12:24:06.059Z] #44 39.76 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] [2019-09-27T12:24:06.059Z] #44 41.10 debconf: delaying package configuration, since apt-utils is not installed [2019-09-27T12:24:06.059Z] #44 41.28 Fetched 649 kB in 1s (599 kB/s) [2019-09-27T12:24:06.059Z] #44 41.37 Selecting previously unselected package liblzo2-2:amd64. [2019-09-27T12:24:06.059Z] #44 41.37 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-09-27T12:24:06.059Z] #44 41.44 Preparing to unpack .../liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-09-27T12:24:06.059Z] #44 41.45 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-27T12:24:06.059Z] #44 41.56 Selecting previously unselected package btrfs-progs. [2019-09-27T12:24:06.059Z] #44 41.57 Preparing to unpack .../btrfs-progs_4.7.3-1_amd64.deb ... [2019-09-27T12:24:06.059Z] #44 41.60 Unpacking btrfs-progs (4.7.3-1) ... [2019-09-27T12:24:06.059Z] #44 42.52 Selecting previously unselected package btrfs-tools. [2019-09-27T12:24:06.059Z] #44 42.52 Preparing to unpack .../btrfs-tools_4.7.3-1_amd64.deb ... [2019-09-27T12:24:06.059Z] #44 42.53 Unpacking btrfs-tools (4.7.3-1) ... [2019-09-27T12:24:06.059Z] #44 42.74 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T12:24:06.059Z] #44 42.90 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-27T12:24:06.059Z] #44 42.92 Setting up btrfs-progs (4.7.3-1) ... [2019-09-27T12:24:06.059Z] #44 42.94 Setting up btrfs-tools (4.7.3-1) ... [2019-09-27T12:24:06.059Z] #44 42.95 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T12:24:06.059Z] #44 DONE 43.3s [2019-09-27T12:24:06.059Z] [2019-09-27T12:24:06.059Z] #45 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T12:24:06.059Z] #45 DONE 0.1s [2019-09-27T12:24:06.059Z] [2019-09-27T12:24:06.059Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T12:24:06.059Z] #57 28.21 Reading package lists... [2019-09-27T12:24:06.059Z] #57 34.85 Building dependency tree... [2019-09-27T12:24:06.059Z] #57 36.19 Reading state information... [2019-09-27T12:24:06.059Z] #57 37.59 The following additional packages will be installed: [2019-09-27T12:24:06.059Z] #57 37.62 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-09-27T12:24:06.059Z] #57 37.62 libprotoc10 python-pkg-resources zlib1g-dev [2019-09-27T12:24:06.059Z] #57 37.64 Suggested packages: [2019-09-27T12:24:06.059Z] #57 37.64 manpages-dev python-setuptools [2019-09-27T12:24:06.059Z] #57 39.32 The following NEW packages will be installed: [2019-09-27T12:24:06.059Z] #57 39.35 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-09-27T12:24:06.059Z] #57 39.35 libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-09-27T12:24:06.059Z] #57 39.35 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-09-27T12:24:06.059Z] #57 39.35 zlib1g-dev [2019-09-27T12:24:06.059Z] #57 40.53 0 upgraded, 16 newly installed, 0 to remove and 3 not upgraded. [2019-09-27T12:24:06.059Z] #57 40.53 Need to get 3602 kB of archives. [2019-09-27T12:24:06.059Z] #57 40.53 After this operation, 18.9 MB of additional disk space will be used. [2019-09-27T12:24:06.059Z] #57 40.53 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] [2019-09-27T12:24:06.059Z] #57 40.53 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap-dev amd64 1:2.25-1 [29.4 kB] [2019-09-27T12:24:06.059Z] #57 40.53 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1-dev amd64 1.1.6+dfsg-3 [118 kB] [2019-09-27T12:24:06.059Z] #57 40.54 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-27T12:24:06.059Z] #57 40.54 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-27T12:24:06.059Z] #57 40.56 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] [2019-09-27T12:24:06.059Z] #57 40.56 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-27T12:24:06.059Z] #57 40.59 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-27T12:24:06.059Z] #57 40.62 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf10 amd64 3.0.0-9 [681 kB] [2019-09-27T12:24:06.059Z] #57 40.73 Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-lite10 amd64 3.0.0-9 [125 kB] [2019-09-27T12:24:06.059Z] #57 40.75 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-dev amd64 3.0.0-9 [954 kB] [2019-09-27T12:24:06.059Z] #57 40.90 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotoc10 amd64 3.0.0-9 [626 kB] [2019-09-27T12:24:06.059Z] #57 40.94 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-27T12:24:06.059Z] #57 40.96 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 protobuf-compiler amd64 3.0.0-9 [52.8 kB] [2019-09-27T12:24:06.059Z] #57 40.97 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB] [2019-09-27T12:24:06.059Z] #57 40.99 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python-protobuf amd64 3.0.0-9 [292 kB] [2019-09-27T12:24:06.059Z] #57 42.18 debconf: delaying package configuration, since apt-utils is not installed [2019-09-27T12:24:06.059Z] #57 42.55 Fetched 3602 kB in 1s (2257 kB/s) [2019-09-27T12:24:06.059Z] #57 42.67 Selecting previously unselected package libnet1:amd64. [2019-09-27T12:24:06.059Z] #57 42.67 (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-27T12:24:06.059Z] #57 42.71 Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_amd64.deb ... [2019-09-27T12:24:06.059Z] #57 42.72 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... [2019-09-27T12:24:06.059Z] #57 42.87 Selecting previously unselected package libcap-dev:amd64. [2019-09-27T12:24:06.059Z] #57 42.90 Preparing to unpack .../01-libcap-dev_1%3a2.25-1_amd64.deb ... [2019-09-27T12:24:06.059Z] #57 42.91 Unpacking libcap-dev:amd64 (1:2.25-1) ... [2019-09-27T12:24:06.059Z] #57 43.10 Selecting previously unselected package libnet1-dev. [2019-09-27T12:24:06.059Z] #57 43.10 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_amd64.deb ... [2019-09-27T12:24:06.059Z] #57 43.11 Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-09-27T12:24:06.059Z] #57 43.30 Selecting previously unselected package libnl-3-200:amd64. [2019-09-27T12:24:06.059Z] #57 43.32 Preparing to unpack .../03-libnl-3-200_3.2.27-2_amd64.deb ... [2019-09-27T12:24:06.059Z] #57 43.36 Unpacking libnl-3-200:amd64 (3.2.27-2) ... [2019-09-27T12:24:06.189Z] LINK criu/pie/restorer.built-in.o [2019-09-27T12:24:06.189Z] GEN criu/pie/restorer-blob.h [2019-09-27T12:24:06.315Z] #57 ... [2019-09-27T12:24:06.315Z] [2019-09-27T12:24:06.315Z] #46 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-09-27T12:24:06.315Z] #46 DONE 0.1s [2019-09-27T12:24:06.315Z] [2019-09-27T12:24:06.315Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T12:24:06.315Z] #57 43.57 Selecting previously unselected package libnl-3-dev:amd64. [2019-09-27T12:24:06.315Z] #57 ... [2019-09-27T12:24:06.315Z] [2019-09-27T12:24:06.315Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T12:24:06.315Z] #35 27.28 Reading package lists... [2019-09-27T12:24:06.315Z] #35 33.77 Building dependency tree... [2019-09-27T12:24:06.315Z] #35 35.20 Reading state information... [2019-09-27T12:24:06.315Z] #35 36.71 The following additional packages will be installed: [2019-09-27T12:24:06.315Z] #35 36.75 cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-09-27T12:24:06.315Z] #35 36.76 Suggested packages: [2019-09-27T12:24:06.315Z] #35 36.78 codeblocks eclipse ninja-build lrzip [2019-09-27T12:24:06.315Z] #35 36.78 Recommended packages: [2019-09-27T12:24:06.315Z] #35 36.78 xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-09-27T12:24:06.315Z] #35 37.57 The following NEW packages will be installed: [2019-09-27T12:24:06.315Z] #35 37.58 cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-09-27T12:24:06.315Z] #35 37.58 vim-common xxd [2019-09-27T12:24:06.315Z] #35 38.70 0 upgraded, 10 newly installed, 0 to remove and 3 not upgraded. [2019-09-27T12:24:06.315Z] #35 38.70 Need to get 13.7 MB of archives. [2019-09-27T12:24:06.315Z] #35 38.70 After this operation, 57.2 MB of additional disk space will be used. [2019-09-27T12:24:06.315Z] #35 38.70 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake-data all 3.7.2-1 [1216 kB] [2019-09-27T12:24:06.315Z] #35 38.84 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-27T12:24:06.315Z] #35 38.84 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libicu57 amd64 57.1-6+deb9u3 [7705 kB] [2019-09-27T12:24:06.315Z] #35 39.77 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-27T12:24:06.316Z] #35 39.96 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libarchive13 amd64 3.2.2-2+deb9u1 [294 kB] [2019-09-27T12:24:06.316Z] #35 39.99 Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2019-09-27T12:24:06.316Z] #35 40.03 Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libuv1 amd64 1.9.1-3 [84.4 kB] [2019-09-27T12:24:06.316Z] #35 40.03 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cmake amd64 3.7.2-1 [3038 kB] [2019-09-27T12:24:06.316Z] #35 40.55 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-27T12:24:06.316Z] #35 40.58 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-27T12:24:06.316Z] #35 41.86 debconf: delaying package configuration, since apt-utils is not installed [2019-09-27T12:24:06.316Z] #35 42.17 Fetched 13.7 MB in 2s (4628 kB/s) [2019-09-27T12:24:06.316Z] #35 42.39 Selecting previously unselected package cmake-data. [2019-09-27T12:24:06.316Z] #35 42.40 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) [2019-09-27T12:24:06.316Z] #35 42.52 Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-09-27T12:24:06.316Z] #35 42.55 Unpacking cmake-data (3.7.2-1) ... [2019-09-27T12:24:06.478Z] DEP criu/vdso.d [2019-09-27T12:24:06.478Z] DEP criu/uts_ns.d [2019-09-27T12:24:06.478Z] DEP criu/util.d [2019-09-27T12:24:06.571Z] #35 ... [2019-09-27T12:24:06.571Z] [2019-09-27T12:24:06.571Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T12:24:06.571Z] #57 43.57 Preparing to unpack .../04-libnl-3-dev_3.2.27-2_amd64.deb ... [2019-09-27T12:24:06.571Z] #57 43.60 Unpacking libnl-3-dev:amd64 (3.2.27-2) ... [2019-09-27T12:24:06.761Z] DEP criu/uffd.d [2019-09-27T12:24:06.761Z] DEP criu/tun.d [2019-09-27T12:24:06.761Z] DEP criu/tty.d [2019-09-27T12:24:06.761Z] DEP criu/timerfd.d [2019-09-27T12:24:06.827Z] #57 44.08 Selecting previously unselected package libprotobuf-c1:amd64. [2019-09-27T12:24:06.827Z] #57 44.09 Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_amd64.deb ... [2019-09-27T12:24:06.827Z] #57 44.09 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... [2019-09-27T12:24:06.827Z] #57 44.18 Selecting previously unselected package libprotobuf-c-dev:amd64. [2019-09-27T12:24:06.827Z] #57 44.18 Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_amd64.deb ... [2019-09-27T12:24:06.827Z] #57 44.19 Unpacking libprotobuf-c-dev:amd64 (1.2.1-2) ... [2019-09-27T12:24:07.044Z] DEP criu/sysfs_parse.d [2019-09-27T12:24:07.044Z] DEP criu/sysctl.d [2019-09-27T12:24:07.044Z] DEP criu/string.d [2019-09-27T12:24:07.044Z] DEP criu/stats.d [2019-09-27T12:24:07.044Z] DEP criu/sockets.d [2019-09-27T12:24:07.083Z] #57 44.34 Selecting previously unselected package zlib1g-dev:amd64. [2019-09-27T12:24:07.083Z] #57 44.37 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_amd64.deb ... [2019-09-27T12:24:07.083Z] #57 44.41 Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... [2019-09-27T12:24:07.328Z] DEP criu/sk-unix.d [2019-09-27T12:24:07.328Z] DEP criu/sk-tcp.d [2019-09-27T12:24:07.328Z] DEP criu/sk-queue.d [2019-09-27T12:24:07.611Z] DEP criu/sk-packet.d [2019-09-27T12:24:07.611Z] DEP criu/sk-netlink.d [2019-09-27T12:24:07.611Z] DEP criu/sk-inet.d [2019-09-27T12:24:07.611Z] DEP criu/signalfd.d [2019-09-27T12:24:07.644Z] #57 44.95 Selecting previously unselected package libprotobuf10:amd64. [2019-09-27T12:24:07.645Z] #57 44.95 Preparing to unpack .../08-libprotobuf10_3.0.0-9_amd64.deb ... [2019-09-27T12:24:07.645Z] #57 44.96 Unpacking libprotobuf10:amd64 (3.0.0-9) ... [2019-09-27T12:24:07.894Z] DEP criu/sigframe.d [2019-09-27T12:24:07.894Z] DEP criu/shmem.d [2019-09-27T12:24:07.894Z] DEP criu/servicefd.d [2019-09-27T12:24:07.894Z] DEP criu/seize.d [2019-09-27T12:24:08.178Z] DEP criu/seccomp.d [2019-09-27T12:24:08.178Z] DEP criu/rst-malloc.d [2019-09-27T12:24:08.178Z] DEP criu/rbtree.d [2019-09-27T12:24:08.178Z] DEP criu/pstree.d [2019-09-27T12:24:08.178Z] DEP criu/protobuf.d [2019-09-27T12:24:08.178Z] GEN criu/protobuf-desc-gen.h [2019-09-27T12:24:08.574Z] #57 45.78 Selecting previously unselected package libprotobuf-lite10:amd64. [2019-09-27T12:24:08.574Z] #57 45.78 Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_amd64.deb ... [2019-09-27T12:24:08.574Z] #57 45.79 Unpacking libprotobuf-lite10:amd64 (3.0.0-9) ... [2019-09-27T12:24:08.574Z] #57 ... [2019-09-27T12:24:08.574Z] [2019-09-27T12:24:08.574Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-27T12:24:08.574Z] #27 35.50 + cd /tmp/tmp.TCuX29KVwH/src/gotest.tools/gotestsum [2019-09-27T12:24:08.574Z] #27 35.50 + git checkout -q v0.3.5 [2019-09-27T12:24:08.574Z] #27 35.51 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-09-27T12:24:08.574Z] #27 ... [2019-09-27T12:24:08.574Z] [2019-09-27T12:24:08.574Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-27T12:24:08.574Z] #20 5.384 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-09-27T12:24:08.574Z] #20 5.940 [2019-09-27T12:24:08.795Z] DEP criu/protobuf-desc.d [2019-09-27T12:24:08.795Z] DEP criu/proc_parse.d [2019-09-27T12:24:08.795Z] DEP criu/plugin.d [2019-09-27T12:24:08.795Z] DEP criu/pipes.d [2019-09-27T12:24:09.078Z] DEP criu/pie-util.d [2019-09-27T12:24:09.078Z] DEP criu/pie-util-vdso.d [2019-09-27T12:24:09.078Z] DEP criu/pie-util-vdso-elf32.d [2019-09-27T12:24:09.078Z] DEP criu/path.d [2019-09-27T12:24:09.348Z] #20 6.240 # 2.0% ###### 9.1% ########### 15.4% ################ 22.4% ##################### 29.8% ######################## 34.6% ############################# 40.4% ################################ 45.5% #################################### 50.6% ######################################### 57.7% ############################## [2019-09-27T12:24:09.348Z] #20 ... [2019-09-27T12:24:09.348Z] [2019-09-27T12:24:09.348Z] #7 [dev 1/24] RUN groupadd -r docker [2019-09-27T12:24:09.348Z] #7 DONE 4.4s [2019-09-27T12:24:09.348Z] [2019-09-27T12:24:09.348Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-27T12:24:09.365Z] DEP criu/parasite-syscall.d [2019-09-27T12:24:09.365Z] DEP criu/pagemap.d [2019-09-27T12:24:09.365Z] DEP criu/pagemap-cache.d [2019-09-27T12:24:09.365Z] DEP criu/page-xfer.d [2019-09-27T12:24:09.647Z] DEP criu/page-pipe.d [2019-09-27T12:24:09.647Z] DEP criu/netfilter.d [2019-09-27T12:24:09.647Z] DEP criu/net.d [2019-09-27T12:24:09.647Z] DEP criu/namespaces.d [2019-09-27T12:24:09.862Z] #20 6.240 # 2.0% ###### 9.1% ########### 15.4% ################ 22.4% ##################### 29.8% ######################## 34.6% ############################# 40.4% ################################ 45.5% #################################### 50.6% ######################################### 57.7% ############################################ 61.3% ################################################# 68.6% ##################################################### 74.6% ########################################################## 80.8% ############################################################## 86.4% ################################################################# 91.2% ######################################################################## 100.0% [2019-09-27T12:24:09.930Z] DEP criu/mount.d [2019-09-27T12:24:09.930Z] DEP criu/mem.d [2019-09-27T12:24:09.930Z] DEP criu/lsm.d [2019-09-27T12:24:09.930Z] DEP criu/log.d [2019-09-27T12:24:10.213Z] DEP criu/libnetlink.d [2019-09-27T12:24:10.213Z] DEP criu/kerndat.d [2019-09-27T12:24:10.213Z] DEP criu/kcmp-ids.d [2019-09-27T12:24:10.213Z] DEP criu/irmap.d [2019-09-27T12:24:10.213Z] DEP criu/ipc_ns.d [2019-09-27T12:24:10.424Z] #20 8.612 [2019-09-27T12:24:10.496Z] DEP criu/image.d [2019-09-27T12:24:10.496Z] DEP criu/image-desc.d [2019-09-27T12:24:10.496Z] DEP criu/fsnotify.d [2019-09-27T12:24:10.496Z] DEP criu/filesystems.d [2019-09-27T12:24:10.778Z] DEP criu/files.d [2019-09-27T12:24:10.778Z] DEP criu/files-reg.d [2019-09-27T12:24:10.778Z] DEP criu/files-ext.d [2019-09-27T12:24:10.778Z] DEP criu/file-lock.d [2019-09-27T12:24:11.061Z] DEP criu/file-ids.d [2019-09-27T12:24:11.061Z] DEP criu/fifo.d [2019-09-27T12:24:11.061Z] DEP criu/fdstore.d [2019-09-27T12:24:11.061Z] DEP criu/fault-injection.d [2019-09-27T12:24:11.061Z] DEP criu/external.d [2019-09-27T12:24:11.347Z] DEP criu/eventpoll.d [2019-09-27T12:24:11.347Z] DEP criu/eventfd.d [2019-09-27T12:24:11.347Z] DEP criu/crtools.d [2019-09-27T12:24:11.347Z] DEP criu/cr-service.d [2019-09-27T12:24:11.447Z] #20 8.887 ######## 11.8% ################## 26.2% ############################# 40.8% ########################################## 58.8% ###################################################### 75.7% ####################################################################### 98.8% ######################################################################## 100.0% [2019-09-27T12:24:11.636Z] DEP criu/cr-restore.d [2019-09-27T12:24:11.636Z] DEP criu/cr-errno.d [2019-09-27T12:24:11.636Z] DEP criu/cr-dump.d [2019-09-27T12:24:11.636Z] DEP criu/cr-dedup.d [2019-09-27T12:24:11.919Z] DEP criu/cr-check.d [2019-09-27T12:24:11.919Z] DEP criu/config.d [2019-09-27T12:24:11.919Z] DEP criu/clone-noasan.d [2019-09-27T12:24:11.919Z] DEP criu/cgroup.d [2019-09-27T12:24:12.008Z] #20 10.29 [2019-09-27T12:24:12.202Z] DEP criu/cgroup-props.d [2019-09-27T12:24:12.202Z] DEP criu/bitmap.d [2019-09-27T12:24:12.202Z] DEP criu/bfd.d [2019-09-27T12:24:12.202Z] DEP criu/autofs.d [2019-09-27T12:24:12.202Z] DEP criu/aio.d [2019-09-27T12:24:12.484Z] DEP criu/action-scripts.d [2019-09-27T12:24:12.484Z] CC criu/action-scripts.o [2019-09-27T12:24:12.767Z] CC criu/aio.o [2019-09-27T12:24:12.778Z] #20 10.55 ##### 7.1% ########### 16.6% ############### [2019-09-27T12:24:12.778Z] #20 ... [2019-09-27T12:24:12.778Z] [2019-09-27T12:24:12.778Z] #8 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-09-27T12:24:12.778Z] #8 DONE 3.5s [2019-09-27T12:24:12.778Z] [2019-09-27T12:24:12.778Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-27T12:24:12.778Z] #20 10.55 ##### 7.1% ########### 16.6% ############### 21.6% ##################### 30.4% ######################## 33.6% [2019-09-27T12:24:12.778Z] #20 ... [2019-09-27T12:24:12.778Z] [2019-09-27T12:24:12.778Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-27T12:24:12.778Z] #30 39.73 sync [2019-09-27T12:24:12.778Z] #30 39.73 internal/reflectlite [2019-09-27T12:24:12.778Z] #30 42.90 errors [2019-09-27T12:24:12.778Z] #30 42.90 sort [2019-09-27T12:24:12.778Z] #30 43.65 strconv [2019-09-27T12:24:12.778Z] #30 44.66 io [2019-09-27T12:24:12.778Z] #30 46.19 internal/oserror [2019-09-27T12:24:12.778Z] #30 46.39 syscall [2019-09-27T12:24:12.778Z] #30 48.19 reflect [2019-09-27T12:24:12.778Z] #30 ... [2019-09-27T12:24:12.778Z] [2019-09-27T12:24:12.778Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-27T12:24:13.049Z] CC criu/autofs.o [2019-09-27T12:24:13.664Z] CC criu/bfd.o [2019-09-27T12:24:13.946Z] CC criu/bitmap.o [2019-09-27T12:24:13.946Z] CC criu/cgroup-props.o [2019-09-27T12:24:14.068Z] #20 10.55 ##### 7.1% ########### 16.6% ############### 21.6% ##################### 30.4% ######################## 33.6% ########################### 38.1% ############################# 41.3% ################################### 49.9% ######################################## 55.6% ############################################ 61.7% ################################################ 67.7% ################################################### 71.2% ###################################################### 75.4% ######################################################### 79.4% ############################################################# 85.6% [2019-09-27T12:24:14.068Z] #20 ... [2019-09-27T12:24:14.068Z] [2019-09-27T12:24:14.068Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-27T12:24:14.068Z] #15 41.25 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-09-27T12:24:14.068Z] #15 ... [2019-09-27T12:24:14.068Z] [2019-09-27T12:24:14.068Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-27T12:24:14.068Z] #20 10.55 ##### 7.1% ########### 16.6% ############### 21.6% ##################### 30.4% ######################## 33.6% ########################### 38.1% ############################# 41.3% ################################### 49.9% ######################################## 55.6% ############################################ 61.7% ################################################ 67.7% ################################################### 71.2% ###################################################### 75.4% ######################################################### 79.4% ############################################################# 85.6% ################################################################### 94.0% ######################################################################## 100.0% [2019-09-27T12:24:14.563Z] CC criu/cgroup.o [2019-09-27T12:24:14.629Z] #20 12.78 [2019-09-27T12:24:14.685Z] + dpkg --print-architecture [2019-09-27T12:24:14.685Z] + cd /tmp/tmp.L9dDv2SkiS/src/github.com/docker/distribution [2019-09-27T12:24:14.685Z] + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-27T12:24:14.685Z] + GOPATH=/tmp/tmp.L9dDv2SkiS/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.L9dDv2SkiS [2019-09-27T12:24:14.685Z] + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-09-27T12:24:15.396Z] #20 13.07 ## 3.1% #### 5.7% ##### 8.3% ####### 10.4% ######## 12.5% ########## 14.7% # [2019-09-27T12:24:15.396Z] #20 ... [2019-09-27T12:24:15.396Z] [2019-09-27T12:24:15.396Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T12:24:15.396Z] #33 42.36 sync [2019-09-27T12:24:15.396Z] #33 42.36 internal/reflectlite [2019-09-27T12:24:15.396Z] #33 44.58 github.com/LK4D4/vndr/godl/singleflight [2019-09-27T12:24:15.396Z] #33 45.11 math/rand [2019-09-27T12:24:15.396Z] #33 46.44 internal/singleflight [2019-09-27T12:24:15.396Z] #33 46.66 errors [2019-09-27T12:24:15.396Z] #33 46.99 sort [2019-09-27T12:24:15.396Z] #33 47.33 io [2019-09-27T12:24:15.396Z] #33 48.15 strconv [2019-09-27T12:24:15.396Z] #33 48.82 bytes [2019-09-27T12:24:15.396Z] #33 51.54 bufio [2019-09-27T12:24:15.651Z] #33 ... [2019-09-27T12:24:15.651Z] [2019-09-27T12:24:15.651Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-27T12:24:16.036Z] CC criu/clone-noasan.o [2019-09-27T12:24:16.036Z] CC criu/config.o [2019-09-27T12:24:16.167Z] #20 13.07 ## 3.1% #### 5.7% ##### 8.3% ####### 10.4% ######## 12.5% ########## 14.7% ############ 16.8% ############ 17.9% ############## 19.8% ############### 21.9% ################ 23.4% ################## 25.5% ################### 27.1% [2019-09-27T12:24:16.167Z] #20 ... [2019-09-27T12:24:16.167Z] [2019-09-27T12:24:16.167Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-27T12:24:16.167Z] #47 3.585 + RM_GOPATH=0 [2019-09-27T12:24:16.167Z] #47 3.585 + TMP_GOPATH= [2019-09-27T12:24:16.167Z] #47 3.585 + : /build [2019-09-27T12:24:16.167Z] #47 3.585 + '[' -z '' ']' [2019-09-27T12:24:16.167Z] #47 3.585 ++ mktemp -d [2019-09-27T12:24:16.167Z] #47 3.586 + export GOPATH=/tmp/tmp.NCOevGBaDR [2019-09-27T12:24:16.167Z] #47 3.586 + GOPATH=/tmp/tmp.NCOevGBaDR [2019-09-27T12:24:16.167Z] #47 3.586 + RM_GOPATH=1 [2019-09-27T12:24:16.167Z] #47 3.587 ++ dirname ./install.sh [2019-09-27T12:24:16.167Z] #47 3.588 + dir=. [2019-09-27T12:24:16.167Z] #47 3.588 + bin=containerd [2019-09-27T12:24:16.167Z] #47 3.588 + shift [2019-09-27T12:24:16.167Z] #47 3.588 + '[' '!' -f ./containerd.installer ']' [2019-09-27T12:24:16.167Z] #47 3.588 + . ./containerd.installer [2019-09-27T12:24:16.167Z] #47 3.588 ++ CONTAINERD_COMMIT=d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-27T12:24:16.167Z] #47 3.588 + install_containerd [2019-09-27T12:24:16.167Z] #47 3.588 + echo 'Install containerd version d50db0a42053864a270f648048f9a8b4f24eced3' [2019-09-27T12:24:16.167Z] #47 3.588 + git clone https://github.com/containerd/containerd.git /tmp/tmp.NCOevGBaDR/src/github.com/containerd/containerd [2019-09-27T12:24:16.167Z] #47 3.593 Cloning into '/tmp/tmp.NCOevGBaDR/src/github.com/containerd/containerd'... [2019-09-27T12:24:16.167Z] #47 3.596 Install containerd version d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-27T12:24:16.423Z] #47 ... [2019-09-27T12:24:16.423Z] [2019-09-27T12:24:16.423Z] #9 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-09-27T12:24:16.423Z] #9 3.414 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-09-27T12:24:16.423Z] #9 DONE 3.7s [2019-09-27T12:24:16.423Z] [2019-09-27T12:24:16.423Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-27T12:24:16.652Z] CC criu/cr-check.o [2019-09-27T12:24:17.266Z] CC criu/cr-dedup.o [2019-09-27T12:24:17.549Z] CC criu/cr-dump.o [2019-09-27T12:24:18.733Z] #20 13.07 ## 3.1% #### 5.7% ##### 8.3% ####### 10.4% ######## 12.5% ########## 14.7% ############ 16.8% ############ 17.9% ############## 19.8% ############### 21.9% ################ 23.4% ################## 25.5% ################### 27.1% #################### 28.9% ##################### 30.5% ###################### 31.3% ###################### 31.9% ######################## 33.4% ######################### 35.3% ########################## 37.1% ########################### 38.5% ############################# 40.6% ############################## 42.5% ################################# 46.3% ################################### 49.3% ################################### 49.5% ##################################### 51.9% ###################################### 53.4% ####################################### 55.5% ######################################### 57.4% ########################################## 59.0% ########################################### 61.0% ############################################# 62.6% ############################################# 63.7% ############################################### 65.4% [2019-09-27T12:24:18.733Z] #20 ... [2019-09-27T12:24:18.733Z] [2019-09-27T12:24:18.733Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T12:24:18.733Z] #57 45.96 Selecting previously unselected package libprotobuf-dev:amd64. [2019-09-27T12:24:18.733Z] #57 45.96 Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_amd64.deb ... [2019-09-27T12:24:18.733Z] #57 45.99 Unpacking libprotobuf-dev:amd64 (3.0.0-9) ... [2019-09-27T12:24:18.733Z] #57 47.39 Selecting previously unselected package libprotoc10:amd64. [2019-09-27T12:24:18.733Z] #57 47.39 Preparing to unpack .../11-libprotoc10_3.0.0-9_amd64.deb ... [2019-09-27T12:24:18.733Z] #57 47.40 Unpacking libprotoc10:amd64 (3.0.0-9) ... [2019-09-27T12:24:18.733Z] #57 48.23 Selecting previously unselected package protobuf-c-compiler. [2019-09-27T12:24:18.733Z] #57 48.27 Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_amd64.deb ... [2019-09-27T12:24:18.733Z] #57 48.27 Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-09-27T12:24:18.733Z] #57 48.43 Selecting previously unselected package protobuf-compiler. [2019-09-27T12:24:18.733Z] #57 48.44 Preparing to unpack .../13-protobuf-compiler_3.0.0-9_amd64.deb ... [2019-09-27T12:24:18.733Z] #57 48.46 Unpacking protobuf-compiler (3.0.0-9) ... [2019-09-27T12:24:18.733Z] #57 48.65 Selecting previously unselected package python-pkg-resources. [2019-09-27T12:24:18.733Z] #57 48.66 Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-09-27T12:24:18.733Z] #57 48.68 Unpacking python-pkg-resources (33.1.1-1) ... [2019-09-27T12:24:18.733Z] #57 48.94 Selecting previously unselected package python-protobuf. [2019-09-27T12:24:18.733Z] #57 48.95 Preparing to unpack .../15-python-protobuf_3.0.0-9_amd64.deb ... [2019-09-27T12:24:18.733Z] #57 48.96 Unpacking python-protobuf (3.0.0-9) ... [2019-09-27T12:24:18.733Z] #57 49.60 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... [2019-09-27T12:24:18.733Z] #57 49.69 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... [2019-09-27T12:24:18.733Z] #57 49.71 Setting up python-pkg-resources (33.1.1-1) ... [2019-09-27T12:24:18.733Z] #57 56.11 Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-09-27T12:24:18.733Z] #57 ... [2019-09-27T12:24:18.733Z] [2019-09-27T12:24:18.733Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-27T12:24:18.989Z] #20 13.07 ## 3.1% #### 5.7% ##### 8.3% ####### 10.4% ######## 12.5% ########## 14.7% ############ 16.8% ############ 17.9% ############## 19.8% ############### 21.9% ################ 23.4% ################## 25.5% ################### 27.1% #################### 28.9% ##################### 30.5% ###################### 31.3% ###################### 31.9% ######################## 33.4% ######################### 35.3% ########################## 37.1% ########################### 38.5% ############################# 40.6% ############################## 42.5% ################################# 46.3% ################################### 49.3% ################################### 49.5% ##################################### 51.9% ###################################### 53.4% ####################################### 55.5% ######################################### 57.4% ########################################## 59.0% ########################################### 61.0% ############################################# 62.6% ############################################# 63.7% ############################################### 65.4% ################################################ 67.4% ################################################# 69.4% [2019-09-27T12:24:18.989Z] #20 ... [2019-09-27T12:24:18.989Z] [2019-09-27T12:24:18.989Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-27T12:24:18.989Z] #42 3.907 + RM_GOPATH=0 [2019-09-27T12:24:18.989Z] #42 3.907 + TMP_GOPATH= [2019-09-27T12:24:18.989Z] #42 3.907 + : /build [2019-09-27T12:24:18.989Z] #42 3.907 + '[' -z '' ']' [2019-09-27T12:24:18.989Z] #42 3.910 ++ mktemp -d [2019-09-27T12:24:18.989Z] #42 3.923 + export GOPATH=/tmp/tmp.qd4i632JAS [2019-09-27T12:24:18.989Z] #42 3.923 + GOPATH=/tmp/tmp.qd4i632JAS [2019-09-27T12:24:18.989Z] #42 3.923 + RM_GOPATH=1 [2019-09-27T12:24:18.989Z] #42 3.925 ++ dirname ./install.sh [2019-09-27T12:24:18.989Z] #42 3.929 + dir=. [2019-09-27T12:24:18.989Z] #42 3.929 + bin=runc [2019-09-27T12:24:18.989Z] #42 3.929 + shift [2019-09-27T12:24:18.989Z] #42 3.929 + '[' '!' -f ./runc.installer ']' [2019-09-27T12:24:18.989Z] #42 3.929 + . ./runc.installer [2019-09-27T12:24:18.989Z] #42 3.930 ++ RUNC_COMMIT=425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-27T12:24:18.989Z] #42 3.930 + install_runc [2019-09-27T12:24:18.989Z] #42 3.933 + grep -q '^3\.10\.0.*\.el7\.' [2019-09-27T12:24:18.989Z] #42 3.940 + uname -r [2019-09-27T12:24:18.989Z] #42 3.941 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-09-27T12:24:18.989Z] #42 3.952 + echo 'Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux )' [2019-09-27T12:24:18.989Z] #42 3.952 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.qd4i632JAS/src/github.com/opencontainers/runc [2019-09-27T12:24:18.989Z] #42 3.952 Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux ) [2019-09-27T12:24:18.989Z] #42 3.953 Cloning into '/tmp/tmp.qd4i632JAS/src/github.com/opencontainers/runc'... [2019-09-27T12:24:18.989Z] #42 ... [2019-09-27T12:24:18.989Z] [2019-09-27T12:24:18.990Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-27T12:24:19.031Z] CC criu/cr-errno.o [2019-09-27T12:24:19.031Z] CC criu/cr-restore.o [2019-09-27T12:24:19.250Z] #20 13.07 ## 3.1% #### 5.7% ##### 8.3% ####### 10.4% ######## 12.5% ########## 14.7% ############ 16.8% ############ 17.9% ############## 19.8% ############### 21.9% ################ 23.4% ################## 25.5% ################### 27.1% #################### 28.9% ##################### 30.5% ###################### 31.3% ###################### 31.9% ######################## 33.4% ######################### 35.3% ########################## 37.1% ########################### 38.5% ############################# 40.6% ############################## 42.5% ################################# 46.3% ################################### 49.3% ################################### 49.5% ##################################### 51.9% ###################################### 53.4% ####################################### 55.5% ######################################### 57.4% ########################################## 59.0% ########################################### 61.0% ############################################# 62.6% ############################################# 63.7% ############################################### 65.4% ################################################ 67.4% ################################################# 69.4% ################################################## 70.8% #################################################### 72.5% ##################################################### 74.9% [2019-09-27T12:24:19.250Z] #20 ... [2019-09-27T12:24:19.250Z] [2019-09-27T12:24:19.250Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T12:24:19.250Z] #35 46.46 Selecting previously unselected package liblzo2-2:amd64. [2019-09-27T12:24:19.250Z] #35 46.48 Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-09-27T12:24:19.250Z] #35 46.50 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-27T12:24:19.250Z] #35 46.72 Selecting previously unselected package libicu57:amd64. [2019-09-27T12:24:19.250Z] #35 46.72 Preparing to unpack .../2-libicu57_57.1-6+deb9u3_amd64.deb ... [2019-09-27T12:24:19.250Z] #35 46.73 Unpacking libicu57:amd64 (57.1-6+deb9u3) ... [2019-09-27T12:24:19.250Z] #35 55.55 Selecting previously unselected package libxml2:amd64. [2019-09-27T12:24:19.250Z] #35 55.56 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_amd64.deb ... [2019-09-27T12:24:19.250Z] #35 55.57 Unpacking libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-27T12:24:19.250Z] #35 56.39 Selecting previously unselected package libarchive13:amd64. [2019-09-27T12:24:19.250Z] #35 56.40 Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_amd64.deb ... [2019-09-27T12:24:19.250Z] #35 56.41 Unpacking libarchive13:amd64 (3.2.2-2+deb9u1) ... [2019-09-27T12:24:19.506Z] #35 ... [2019-09-27T12:24:19.506Z] [2019-09-27T12:24:19.506Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-27T12:24:19.763Z] #20 13.07 ## 3.1% #### 5.7% ##### 8.3% ####### 10.4% ######## 12.5% ########## 14.7% ############ 16.8% ############ 17.9% ############## 19.8% ############### 21.9% ################ 23.4% ################## 25.5% ################### 27.1% #################### 28.9% ##################### 30.5% ###################### 31.3% ###################### 31.9% ######################## 33.4% ######################### 35.3% ########################## 37.1% ########################### 38.5% ############################# 40.6% ############################## 42.5% ################################# 46.3% ################################### 49.3% ################################### 49.5% ##################################### 51.9% ###################################### 53.4% ####################################### 55.5% ######################################### 57.4% ########################################## 59.0% ########################################### 61.0% ############################################# 62.6% ############################################# 63.7% ############################################### 65.4% ################################################ 67.4% ################################################# 69.4% ################################################## 70.8% #################################################### 72.5% ##################################################### 74.9% ####################################################### 76.7% ######################################################## 78.6% ########################################################## 81.0% ############################################################ 84.2% [2019-09-27T12:24:19.763Z] #20 ... [2019-09-27T12:24:19.763Z] [2019-09-27T12:24:19.763Z] #10 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-09-27T12:24:19.763Z] #10 DONE 3.4s [2019-09-27T12:24:19.763Z] [2019-09-27T12:24:19.763Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-27T12:24:19.886Z] + rm -rf /tmp/tmp.L9dDv2SkiS/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.L9dDv2SkiS [2019-09-27T12:24:20.530Z] #20 13.07 ## 3.1% #### 5.7% ##### 8.3% ####### 10.4% ######## 12.5% ########## 14.7% ############ 16.8% ############ 17.9% ############## 19.8% ############### 21.9% ################ 23.4% ################## 25.5% ################### 27.1% #################### 28.9% ##################### 30.5% ###################### 31.3% ###################### 31.9% ######################## 33.4% ######################### 35.3% ########################## 37.1% ########################### 38.5% ############################# 40.6% ############################## 42.5% ################################# 46.3% ################################### 49.3% ################################### 49.5% ##################################### 51.9% ###################################### 53.4% ####################################### 55.5% ######################################### 57.4% ########################################## 59.0% ########################################### 61.0% ############################################# 62.6% ############################################# 63.7% ############################################### 65.4% ################################################ 67.4% ################################################# 69.4% ################################################## 70.8% #################################################### 72.5% ##################################################### 74.9% ####################################################### 76.7% ######################################################## 78.6% ########################################################## 81.0% ############################################################ 84.2% ############################################################## 86.2% ############################################################### 87.7% ################################################################ 89.2% ################################################################# 90.4% ################################################################## 92.7% #################################################################### 95.1% ##################################################################### 96.9% ######################################################################## 100.0% [2019-09-27T12:24:20.530Z] #20 18.85 [2019-09-27T12:24:20.674Z] Removing intermediate container 009c84363a60 [2019-09-27T12:24:20.674Z] ---> b57a5272c9b3 [2019-09-27T12:24:20.674Z] Step 17/126 : FROM base AS swagger [2019-09-27T12:24:20.674Z] ---> bd7c821f124c [2019-09-27T12:24:20.674Z] Step 18/126 : ENV GO_SWAGGER_COMMIT c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-27T12:24:20.674Z] ---> Running in 231c224142ee [2019-09-27T12:24:21.038Z] Removing intermediate container 231c224142ee [2019-09-27T12:24:21.038Z] ---> 44e582942614 [2019-09-27T12:24:21.038Z] 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-27T12:24:21.038Z] ---> Running in aeec2bc0948d [2019-09-27T12:24:21.400Z] + mktemp -d [2019-09-27T12:24:21.400Z] + export GOPATH=/tmp/tmp.EspHW9HbtO [2019-09-27T12:24:21.400Z] + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.EspHW9HbtO/src/github.com/go-swagger/go-swagger [2019-09-27T12:24:21.400Z] Cloning into '/tmp/tmp.EspHW9HbtO/src/github.com/go-swagger/go-swagger'... [2019-09-27T12:24:21.708Z] CC criu/cr-service.o [2019-09-27T12:24:22.324Z] CC criu/crtools.o [2019-09-27T12:24:22.418Z] #20 20.29 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-09-27T12:24:22.607Z] CC criu/eventfd.o [2019-09-27T12:24:22.607Z] CC criu/eventpoll.o [2019-09-27T12:24:22.978Z] #20 21.01 [2019-09-27T12:24:23.225Z] CC criu/external.o [2019-09-27T12:24:23.225Z] CC criu/fault-injection.o [2019-09-27T12:24:23.225Z] CC criu/fdstore.o [2019-09-27T12:24:23.234Z] #20 ... [2019-09-27T12:24:23.234Z] [2019-09-27T12:24:23.234Z] #11 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-09-27T12:24:23.234Z] #11 DONE 3.4s [2019-09-27T12:24:23.234Z] [2019-09-27T12:24:23.234Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-27T12:24:23.234Z] #20 21.31 ######################################################################## 100.0% [2019-09-27T12:24:23.496Z] #20 21.57 [2019-09-27T12:24:23.508Z] CC criu/fifo.o [2019-09-27T12:24:23.793Z] CC criu/file-ids.o [2019-09-27T12:24:23.793Z] CC criu/file-lock.o [2019-09-27T12:24:24.421Z] CC criu/files-ext.o [2019-09-27T12:24:24.709Z] CC criu/files-reg.o [2019-09-27T12:24:24.712Z] + cd /tmp/tmp.EspHW9HbtO/src/github.com/go-swagger/go-swagger [2019-09-27T12:24:24.712Z] + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-27T12:24:25.094Z] + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-09-27T12:24:25.385Z] #20 23.35 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-09-27T12:24:25.641Z] #20 ... [2019-09-27T12:24:25.641Z] [2019-09-27T12:24:25.641Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T12:24:25.641Z] #35 57.00 Selecting previously unselected package libjsoncpp1:amd64. [2019-09-27T12:24:25.641Z] #35 57.00 Preparing to unpack .../5-libjsoncpp1_1.7.4-3_amd64.deb ... [2019-09-27T12:24:25.641Z] #35 57.01 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2019-09-27T12:24:25.641Z] #35 57.44 Selecting previously unselected package libuv1:amd64. [2019-09-27T12:24:25.641Z] #35 57.49 Preparing to unpack .../6-libuv1_1.9.1-3_amd64.deb ... [2019-09-27T12:24:25.641Z] #35 57.50 Unpacking libuv1:amd64 (1.9.1-3) ... [2019-09-27T12:24:25.641Z] #35 57.82 Selecting previously unselected package cmake. [2019-09-27T12:24:25.641Z] #35 57.82 Preparing to unpack .../7-cmake_3.7.2-1_amd64.deb ... [2019-09-27T12:24:25.641Z] #35 57.95 Unpacking cmake (3.7.2-1) ... [2019-09-27T12:24:25.641Z] #35 61.50 Selecting previously unselected package xxd. [2019-09-27T12:24:25.641Z] #35 61.51 Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-09-27T12:24:25.641Z] #35 61.52 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-27T12:24:25.641Z] #35 61.73 Selecting previously unselected package vim-common. [2019-09-27T12:24:25.641Z] #35 61.75 Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-27T12:24:25.641Z] #35 61.78 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-27T12:24:25.641Z] #35 62.13 Processing triggers for mime-support (3.60) ... [2019-09-27T12:24:25.641Z] #35 62.25 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-27T12:24:25.641Z] #35 62.26 Setting up libuv1:amd64 (1.9.1-3) ... [2019-09-27T12:24:25.641Z] #35 62.27 Setting up cmake-data (3.7.2-1) ... [2019-09-27T12:24:25.641Z] #35 62.29 Setting up libicu57:amd64 (57.1-6+deb9u3) ... [2019-09-27T12:24:25.641Z] #35 62.30 Setting up libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-27T12:24:25.641Z] #35 62.31 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T12:24:25.641Z] #35 62.42 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-27T12:24:25.641Z] #35 62.44 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-27T12:24:25.641Z] #35 62.46 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2019-09-27T12:24:25.641Z] #35 62.47 Setting up libarchive13:amd64 (3.2.2-2+deb9u1) ... [2019-09-27T12:24:25.641Z] #35 62.49 Setting up cmake (3.7.2-1) ... [2019-09-27T12:24:25.641Z] #35 62.59 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T12:24:25.641Z] #35 DONE 62.9s [2019-09-27T12:24:25.719Z] CC criu/files.o [2019-09-27T12:24:25.896Z] [2019-09-27T12:24:25.896Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T12:24:25.896Z] #36 DONE 0.1s [2019-09-27T12:24:25.896Z] [2019-09-27T12:24:25.896Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-09-27T12:24:25.896Z] #37 DONE 0.1s [2019-09-27T12:24:25.896Z] [2019-09-27T12:24:25.896Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-09-27T12:24:26.153Z] #38 ... [2019-09-27T12:24:26.153Z] [2019-09-27T12:24:26.153Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T12:24:26.153Z] #33 52.95 reflect [2019-09-27T12:24:26.153Z] #33 54.54 internal/oserror [2019-09-27T12:24:26.153Z] #33 54.69 syscall [2019-09-27T12:24:26.153Z] #33 ... [2019-09-27T12:24:26.153Z] [2019-09-27T12:24:26.153Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-27T12:24:26.153Z] #20 23.90 [2019-09-27T12:24:26.408Z] #20 24.38 ######################################################################## 100.0% [2019-09-27T12:24:26.408Z] #20 24.61 [2019-09-27T12:24:26.664Z] #20 ... [2019-09-27T12:24:26.664Z] [2019-09-27T12:24:26.664Z] #12 [dev 6/24] RUN ldconfig [2019-09-27T12:24:26.664Z] #12 DONE 3.4s [2019-09-27T12:24:26.941Z] [2019-09-27T12:24:26.941Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T12:24:27.100Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-09-27T12:24:27.100Z] [2019-09-27T12:24:27.100Z] [2019-09-27T12:24:27.100Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-27T12:24:27.100Z] [2019-09-27T12:24:27.100Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-27T12:24:27.100Z] [2019-09-27T12:24:27.100Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2019-09-27T12:24:27.100Z] PKG_CONFIG=pkg-config [2019-09-27T12:24:27.100Z] GOLANG_VERSION=1.13 [2019-09-27T12:24:27.100Z] HOSTNAME=b0ba7d6544d5 [2019-09-27T12:24:27.100Z] KEEPBUNDLE=1 [2019-09-27T12:24:27.100Z] container=docker [2019-09-27T12:24:27.100Z] TEST_SKIP_INTEGRATION=1 [2019-09-27T12:24:27.100Z] GO111MODULE=off [2019-09-27T12:24:27.100Z] GOPATH=/go [2019-09-27T12:24:27.100Z] PWD=/go/src/github.com/docker/docker [2019-09-27T12:24:27.100Z] HOME=/root [2019-09-27T12:24:27.100Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-27T12:24:27.100Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-27T12:24:27.100Z] DOCKER_GITCOMMIT=b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c [2019-09-27T12:24:27.100Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-27T12:24:27.100Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-27T12:24:27.100Z] TERM=xterm [2019-09-27T12:24:27.100Z] DEST=bundles/test-integration [2019-09-27T12:24:27.100Z] SHLVL=1 [2019-09-27T12:24:27.100Z] TIMEOUT=120m [2019-09-27T12:24:27.100Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2019-09-27T12:24:27.100Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-27T12:24:27.100Z] DOCKER_PKG=github.com/docker/docker [2019-09-27T12:24:27.100Z] TESTDEBUG=0 [2019-09-27T12:24:27.100Z] _=/usr/bin/env [2019-09-27T12:24:27.100Z] Building test suite binary ./integration-cli/test.main [2019-09-27T12:24:27.100Z] No new tests added to integration. [2019-09-27T12:24:27.100Z] [2019-09-27T12:24:27.100Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-27T12:24:27.100Z] PKG_CONFIG=pkg-config [2019-09-27T12:24:27.100Z] GOLANG_VERSION=1.13 [2019-09-27T12:24:27.100Z] HOSTNAME=16f5b4c23d0b [2019-09-27T12:24:27.100Z] KEEPBUNDLE=1 [2019-09-27T12:24:27.100Z] container=docker [2019-09-27T12:24:27.100Z] TEST_SKIP_INTEGRATION=1 [2019-09-27T12:24:27.100Z] GO111MODULE=off [2019-09-27T12:24:27.100Z] GOPATH=/go [2019-09-27T12:24:27.100Z] PWD=/go/src/github.com/docker/docker [2019-09-27T12:24:27.100Z] HOME=/root [2019-09-27T12:24:27.100Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-27T12:24:27.100Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-27T12:24:27.100Z] DOCKER_GITCOMMIT=b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c [2019-09-27T12:24:27.100Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-27T12:24:27.100Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-27T12:24:27.100Z] TERM=xterm [2019-09-27T12:24:27.100Z] DEST=bundles/test-integration [2019-09-27T12:24:27.100Z] SHLVL=1 [2019-09-27T12:24:27.100Z] TIMEOUT=120m [2019-09-27T12:24:27.100Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2019-09-27T12:24:27.100Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-27T12:24:27.100Z] DOCKER_PKG=github.com/docker/docker [2019-09-27T12:24:27.100Z] TESTDEBUG=0 [2019-09-27T12:24:27.100Z] _=/usr/bin/env [2019-09-27T12:24:27.100Z] Building test suite binary ./integration-cli/test.main [2019-09-27T12:24:27.100Z] PKG_CONFIG=pkg-config [2019-09-27T12:24:27.100Z] GOLANG_VERSION=1.13 [2019-09-27T12:24:27.100Z] HOSTNAME=fa9647c413c1 [2019-09-27T12:24:27.100Z] KEEPBUNDLE=1 [2019-09-27T12:24:27.100Z] container=docker [2019-09-27T12:24:27.100Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-09-27T12:24:27.100Z] GO111MODULE=off [2019-09-27T12:24:27.100Z] GOPATH=/go [2019-09-27T12:24:27.100Z] PWD=/go/src/github.com/docker/docker [2019-09-27T12:24:27.100Z] HOME=/root [2019-09-27T12:24:27.100Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-27T12:24:27.100Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-27T12:24:27.100Z] DOCKER_GITCOMMIT=b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c [2019-09-27T12:24:27.100Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-27T12:24:27.100Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-27T12:24:27.100Z] TERM=xterm [2019-09-27T12:24:27.100Z] DEST=bundles/test-integration [2019-09-27T12:24:27.100Z] SHLVL=1 [2019-09-27T12:24:27.100Z] TIMEOUT=120m [2019-09-27T12:24:27.100Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-27T12:24:27.100Z] DOCKER_PKG=github.com/docker/docker [2019-09-27T12:24:27.100Z] TESTDEBUG=0 [2019-09-27T12:24:27.100Z] _=/usr/bin/env [2019-09-27T12:24:27.100Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-09-27T12:24:27.196Z] CC criu/filesystems.o [2019-09-27T12:24:27.196Z] CC criu/fsnotify.o [2019-09-27T12:24:27.811Z] CC criu/image-desc.o [2019-09-27T12:24:27.872Z] #13 ... [2019-09-27T12:24:27.872Z] [2019-09-27T12:24:27.872Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T12:24:27.872Z] #57 56.11 Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-09-27T12:24:27.872Z] #57 56.13 Setting up libprotobuf10:amd64 (3.0.0-9) ... [2019-09-27T12:24:27.872Z] #57 56.14 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T12:24:27.872Z] #57 56.15 Setting up python-protobuf (3.0.0-9) ... [2019-09-27T12:24:27.872Z] #57 64.21 Setting up libcap-dev:amd64 (1:2.25-1) ... [2019-09-27T12:24:27.872Z] #57 64.22 Setting up libprotobuf-c-dev:amd64 (1.2.1-2) ... [2019-09-27T12:24:27.872Z] #57 64.25 Setting up libnl-3-200:amd64 (3.2.27-2) ... [2019-09-27T12:24:27.872Z] #57 64.28 Setting up libprotobuf-lite10:amd64 (3.0.0-9) ... [2019-09-27T12:24:27.872Z] #57 64.30 Setting up libprotoc10:amd64 (3.0.0-9) ... [2019-09-27T12:24:27.872Z] #57 64.31 Setting up protobuf-c-compiler (1.2.1-2) ... [2019-09-27T12:24:27.872Z] #57 64.31 Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-5) ... [2019-09-27T12:24:27.872Z] #57 64.35 Setting up protobuf-compiler (3.0.0-9) ... [2019-09-27T12:24:27.872Z] #57 64.36 Setting up libprotobuf-dev:amd64 (3.0.0-9) ... [2019-09-27T12:24:27.872Z] #57 64.37 Setting up libnl-3-dev:amd64 (3.2.27-2) ... [2019-09-27T12:24:27.872Z] #57 64.40 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T12:24:27.872Z] #57 DONE 64.9s [2019-09-27T12:24:27.872Z] [2019-09-27T12:24:27.872Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T12:24:27.872Z] #33 64.79 time [2019-09-27T12:24:28.094Z] CC criu/image.o [2019-09-27T12:24:28.377Z] CC criu/ipc_ns.o [2019-09-27T12:24:29.385Z] CC criu/irmap.o [2019-09-27T12:24:29.668Z] CC criu/kcmp-ids.o [2019-09-27T12:24:29.668Z] CC criu/kerndat.o [2019-09-27T12:24:29.758Z] #33 ... [2019-09-27T12:24:29.758Z] [2019-09-27T12:24:29.758Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-27T12:24:29.758Z] #30 56.46 time [2019-09-27T12:24:29.758Z] #30 64.05 internal/poll [2019-09-27T12:24:29.758Z] #30 65.18 internal/fmtsort [2019-09-27T12:24:29.758Z] #30 66.07 internal/syscall/unix [2019-09-27T12:24:29.758Z] #30 66.42 strings [2019-09-27T12:24:29.758Z] #30 ... [2019-09-27T12:24:29.758Z] [2019-09-27T12:24:29.758Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-27T12:24:29.758Z] #42 14.48 + cd /tmp/tmp.qd4i632JAS/src/github.com/opencontainers/runc [2019-09-27T12:24:29.758Z] #42 14.49 + git checkout -q 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-27T12:24:29.758Z] #42 15.42 + '[' -z '' ']' [2019-09-27T12:24:29.758Z] #42 15.42 + target=static [2019-09-27T12:24:29.758Z] #42 15.42 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-09-27T12:24:29.758Z] #42 17.64 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o runc . [2019-09-27T12:24:29.758Z] #42 ... [2019-09-27T12:24:29.758Z] [2019-09-27T12:24:29.758Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-09-27T12:24:29.758Z] #38 3.657 + RM_GOPATH=0 [2019-09-27T12:24:29.758Z] #38 3.657 + TMP_GOPATH= [2019-09-27T12:24:29.758Z] #38 3.657 + : /build [2019-09-27T12:24:29.758Z] #38 3.658 + '[' -z '' ']' [2019-09-27T12:24:29.758Z] #38 3.663 ++ mktemp -d [2019-09-27T12:24:29.758Z] #38 3.667 + export GOPATH=/tmp/tmp.c95MtNgLl6 [2019-09-27T12:24:29.758Z] #38 3.667 + GOPATH=/tmp/tmp.c95MtNgLl6 [2019-09-27T12:24:29.758Z] #38 3.667 + RM_GOPATH=1 [2019-09-27T12:24:29.758Z] #38 3.674 ++ dirname ./install.sh [2019-09-27T12:24:29.758Z] #38 3.675 + dir=. [2019-09-27T12:24:29.758Z] #38 3.676 + bin=tini [2019-09-27T12:24:29.758Z] #38 3.676 + shift [2019-09-27T12:24:29.758Z] #38 3.676 + '[' '!' -f ./tini.installer ']' [2019-09-27T12:24:29.758Z] #38 3.676 + . ./tini.installer [2019-09-27T12:24:29.758Z] #38 3.677 ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-27T12:24:29.758Z] #38 3.681 + install_tini [2019-09-27T12:24:29.758Z] #38 3.687 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-09-27T12:24:29.758Z] #38 3.687 + git clone https://github.com/krallin/tini.git /tmp/tmp.c95MtNgLl6/tini [2019-09-27T12:24:29.758Z] #38 3.687 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-27T12:24:29.758Z] #38 3.688 Cloning into '/tmp/tmp.c95MtNgLl6/tini'... [2019-09-27T12:24:30.296Z] CC criu/libnetlink.o [2019-09-27T12:24:30.579Z] CC criu/log.o [2019-09-27T12:24:30.685Z] #38 4.564 + cd /tmp/tmp.c95MtNgLl6/tini [2019-09-27T12:24:30.685Z] #38 4.564 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-27T12:24:30.685Z] #38 4.573 + cmake . [2019-09-27T12:24:30.862Z] CC criu/lsm.o [2019-09-27T12:24:30.940Z] #38 5.176 -- The C compiler identification is GNU 6.3.0 [2019-09-27T12:24:30.940Z] #38 5.206 -- Check for working C compiler: /usr/bin/cc [2019-09-27T12:24:31.145Z] CC criu/mem.o [2019-09-27T12:24:31.501Z] #38 ... [2019-09-27T12:24:31.501Z] [2019-09-27T12:24:31.501Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-27T12:24:31.501Z] #20 26.84 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-09-27T12:24:31.501Z] #20 26.98 skipping existing 1849cc453dee [2019-09-27T12:24:31.501Z] #20 27.15 [2019-09-27T12:24:31.501Z] #20 28.39 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-09-27T12:24:31.501Z] #20 28.89 [2019-09-27T12:24:31.501Z] #20 29.15 ######################################################################## 100.0% [2019-09-27T12:24:31.501Z] #20 29.23 [2019-09-27T12:24:31.501Z] #20 29.33 Download of images into '/build' complete. [2019-09-27T12:24:31.501Z] #20 29.33 Use something like the following to load the result into a Docker daemon: [2019-09-27T12:24:31.501Z] #20 29.33 tar -cC '/build' . | docker load [2019-09-27T12:24:31.501Z] #20 DONE 29.5s [2019-09-27T12:24:31.501Z] [2019-09-27T12:24:31.501Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T12:24:31.501Z] #13 4.722 Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-27T12:24:31.501Z] #13 4.805 Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-27T12:24:31.501Z] #13 4.845 Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-27T12:24:31.501Z] #13 4.854 Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-27T12:24:31.756Z] #13 4.948 Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-27T12:24:32.154Z] CC criu/mount.o [2019-09-27T12:24:33.129Z] #13 6.396 Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main amd64 Packages [497 kB] [2019-09-27T12:24:34.694Z] + rm -rf /tmp/tmp.EspHW9HbtO [2019-09-27T12:24:34.833Z] CC criu/namespaces.o [2019-09-27T12:24:35.449Z] CC criu/net.o [2019-09-27T12:24:35.523Z] Removing intermediate container aeec2bc0948d [2019-09-27T12:24:35.523Z] ---> 17c942220b29 [2019-09-27T12:24:35.523Z] Step 20/126 : FROM base AS frozen-images [2019-09-27T12:24:35.523Z] ---> bd7c821f124c [2019-09-27T12:24:35.523Z] Step 21/126 : ARG DEBIAN_FRONTEND [2019-09-27T12:24:35.523Z] ---> Using cache [2019-09-27T12:24:35.523Z] ---> e263ce92a9d7 [2019-09-27T12:24:35.523Z] 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-27T12:24:35.523Z] ---> Running in 65197d6fdf1a [2019-09-27T12:24:35.643Z] #13 8.509 Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.4 kB] [2019-09-27T12:24:35.900Z] #13 9.332 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7086 kB] [2019-09-27T12:24:36.333Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-27T12:24:36.333Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-27T12:24:36.333Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-27T12:24:36.333Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-27T12:24:36.333Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-27T12:24:36.333Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [482 kB] [2019-09-27T12:24:36.333Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-27T12:24:36.710Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-27T12:24:37.476Z] CC criu/netfilter.o [2019-09-27T12:24:37.760Z] CC criu/page-pipe.o [2019-09-27T12:24:37.787Z] #13 ... [2019-09-27T12:24:37.787Z] [2019-09-27T12:24:37.787Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-09-27T12:24:37.787Z] #38 6.342 -- Check for working C compiler: /usr/bin/cc -- works [2019-09-27T12:24:37.787Z] #38 6.370 -- Detecting C compiler ABI info [2019-09-27T12:24:37.787Z] #38 7.340 -- Detecting C compiler ABI info - done [2019-09-27T12:24:37.787Z] #38 7.450 -- Detecting C compile features [2019-09-27T12:24:37.787Z] #38 9.880 -- Detecting C compile features - done [2019-09-27T12:24:37.787Z] #38 9.910 -- Performing Test HAS_BUILTIN_FORTIFY [2019-09-27T12:24:37.787Z] #38 10.14 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-09-27T12:24:37.787Z] #38 10.29 -- Configuring done [2019-09-27T12:24:37.787Z] #38 10.31 -- Generating done [2019-09-27T12:24:37.787Z] #38 10.31 -- Build files have been written to: /tmp/tmp.c95MtNgLl6/tini [2019-09-27T12:24:37.787Z] #38 10.32 + make tini-static [2019-09-27T12:24:37.787Z] #38 10.67 Scanning dependencies of target tini-static [2019-09-27T12:24:37.787Z] #38 10.81 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-09-27T12:24:37.787Z] #38 ... [2019-09-27T12:24:37.787Z] [2019-09-27T12:24:37.787Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T12:24:37.787Z] #58 4.832 Note: Building without setproctitle() and strlcpy() support. [2019-09-27T12:24:37.787Z] #58 4.832 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-27T12:24:37.787Z] #58 7.440 fatal: Not a git repository (or any of the parent directories): .git [2019-09-27T12:24:37.787Z] #58 7.463 GEN .gitid [2019-09-27T12:24:37.787Z] #58 7.466 GEN criu/include/version.h [2019-09-27T12:24:37.787Z] #58 7.515 GEN include/common/asm [2019-09-27T12:24:37.787Z] #58 9.119 PBCC images/google/protobuf/descriptor.pb-c.c [2019-09-27T12:24:37.787Z] #58 9.240 PBCC images/opts.pb-c.c [2019-09-27T12:24:37.787Z] #58 9.318 PBCC images/sit.pb-c.c [2019-09-27T12:24:37.787Z] #58 9.359 DEP images/google/protobuf/descriptor.pb-c.d [2019-09-27T12:24:37.787Z] #58 9.514 DEP images/opts.pb-c.d [2019-09-27T12:24:37.787Z] #58 9.561 DEP images/sit.pb-c.d [2019-09-27T12:24:37.787Z] #58 9.615 PBCC images/macvlan.pb-c.c [2019-09-27T12:24:37.787Z] #58 9.621 DEP images/macvlan.pb-c.d [2019-09-27T12:24:37.787Z] #58 9.686 PBCC images/autofs.pb-c.c [2019-09-27T12:24:37.787Z] #58 9.695 DEP images/autofs.pb-c.d [2019-09-27T12:24:37.787Z] #58 9.745 PBCC images/sysctl.pb-c.c [2019-09-27T12:24:37.787Z] #58 9.786 DEP images/sysctl.pb-c.d [2019-09-27T12:24:37.787Z] #58 9.837 PBCC images/time.pb-c.c [2019-09-27T12:24:37.787Z] #58 9.868 DEP images/time.pb-c.d [2019-09-27T12:24:37.787Z] #58 9.931 PBCC images/binfmt-misc.pb-c.c [2019-09-27T12:24:37.787Z] #58 9.987 DEP images/binfmt-misc.pb-c.d [2019-09-27T12:24:37.787Z] #58 10.02 PBCC images/seccomp.pb-c.c [2019-09-27T12:24:37.787Z] #58 10.06 DEP images/seccomp.pb-c.d [2019-09-27T12:24:37.980Z] Fetched 7668 kB in 1s (4939 kB/s) [2019-09-27T12:24:38.043Z] #58 10.14 PBCC images/userns.pb-c.c [2019-09-27T12:24:38.043Z] #58 10.18 DEP images/userns.pb-c.d [2019-09-27T12:24:38.043Z] #58 10.24 PBCC images/cgroup.pb-c.c [2019-09-27T12:24:38.043Z] #58 10.29 DEP images/cgroup.pb-c.d [2019-09-27T12:24:38.043Z] #58 10.35 PBCC images/fown.pb-c.c [2019-09-27T12:24:38.043Z] CC criu/page-xfer.o [2019-09-27T12:24:38.298Z] #58 10.41 PBCC images/ext-file.pb-c.c [2019-09-27T12:24:38.298Z] #58 10.45 DEP images/fown.pb-c.d [2019-09-27T12:24:38.298Z] #58 10.52 DEP images/ext-file.pb-c.d [2019-09-27T12:24:38.298Z] #58 10.59 PBCC images/rpc.pb-c.c [2019-09-27T12:24:38.298Z] #58 10.63 DEP images/rpc.pb-c.d [2019-09-27T12:24:38.377Z] Reading package lists... [2019-09-27T12:24:38.554Z] #58 10.66 PBCC images/siginfo.pb-c.c [2019-09-27T12:24:38.554Z] #58 10.68 DEP images/siginfo.pb-c.d [2019-09-27T12:24:38.554Z] #58 10.80 PBCC images/pagemap.pb-c.c [2019-09-27T12:24:38.554Z] #58 10.88 DEP images/pagemap.pb-c.d [2019-09-27T12:24:38.554Z] #58 10.92 PBCC images/rlimit.pb-c.c [2019-09-27T12:24:38.554Z] #58 ... [2019-09-27T12:24:38.554Z] [2019-09-27T12:24:38.554Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-09-27T12:24:38.554Z] #38 12.68 [100%] Linking C executable tini-static [2019-09-27T12:24:38.890Z] Reading package lists... [2019-09-27T12:24:38.891Z] Building dependency tree... [2019-09-27T12:24:38.891Z] Reading state information... [2019-09-27T12:24:39.050Z] CC criu/pagemap-cache.o [2019-09-27T12:24:39.051Z] CC criu/pagemap.o [2019-09-27T12:24:39.308Z] ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-09-27T12:24:39.308Z] The following additional packages will be installed: [2019-09-27T12:24:39.308Z] libjq1 libonig4 [2019-09-27T12:24:39.308Z] The following NEW packages will be installed: [2019-09-27T12:24:39.308Z] jq libjq1 libonig4 [2019-09-27T12:24:39.308Z] 0 upgraded, 3 newly installed, 0 to remove and 3 not upgraded. [2019-09-27T12:24:39.308Z] Need to get 328 kB of archives. [2019-09-27T12:24:39.308Z] After this operation, 1263 kB of additional disk space will be used. [2019-09-27T12:24:39.308Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libonig4 s390x 6.1.3-2 [142 kB] [2019-09-27T12:24:39.308Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjq1 s390x 1.5+dfsg-1.3 [126 kB] [2019-09-27T12:24:39.308Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x jq s390x 1.5+dfsg-1.3 [59.2 kB] [2019-09-27T12:24:39.308Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-27T12:24:39.308Z] Fetched 328 kB in 0s (3796 kB/s) [2019-09-27T12:24:39.308Z] Selecting previously unselected package libonig4:s390x. [2019-09-27T12:24:39.308Z] (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-27T12:24:39.308Z] Preparing to unpack .../libonig4_6.1.3-2_s390x.deb ... [2019-09-27T12:24:39.308Z] Unpacking libonig4:s390x (6.1.3-2) ... [2019-09-27T12:24:39.308Z] Selecting previously unselected package libjq1:s390x. [2019-09-27T12:24:39.308Z] Preparing to unpack .../libjq1_1.5+dfsg-1.3_s390x.deb ... [2019-09-27T12:24:39.308Z] Unpacking libjq1:s390x (1.5+dfsg-1.3) ... [2019-09-27T12:24:39.481Z] #38 13.31 [100%] Built target tini-static [2019-09-27T12:24:39.481Z] #38 13.38 + mkdir -p /build [2019-09-27T12:24:39.481Z] #38 13.38 + cp tini-static /build/docker-init [2019-09-27T12:24:39.481Z] #38 DONE 13.7s [2019-09-27T12:24:39.481Z] [2019-09-27T12:24:39.481Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T12:24:39.481Z] #58 10.94 DEP images/rlimit.pb-c.d [2019-09-27T12:24:39.482Z] #58 11.03 PBCC images/file-lock.pb-c.c [2019-09-27T12:24:39.482Z] #58 11.07 DEP images/file-lock.pb-c.d [2019-09-27T12:24:39.482Z] #58 11.12 PBCC images/tty.pb-c.c [2019-09-27T12:24:39.482Z] #58 11.18 DEP images/tty.pb-c.d [2019-09-27T12:24:39.482Z] #58 11.27 PBCC images/tun.pb-c.c [2019-09-27T12:24:39.482Z] #58 11.34 PBCC images/netdev.pb-c.c [2019-09-27T12:24:39.482Z] #58 11.41 DEP images/tun.pb-c.d [2019-09-27T12:24:39.482Z] #58 11.50 DEP images/netdev.pb-c.d [2019-09-27T12:24:39.482Z] #58 11.57 PBCC images/vma.pb-c.c [2019-09-27T12:24:39.482Z] #58 11.68 DEP images/vma.pb-c.d [2019-09-27T12:24:39.482Z] #58 11.71 PBCC images/creds.pb-c.c [2019-09-27T12:24:39.482Z] #58 11.74 DEP images/creds.pb-c.d [2019-09-27T12:24:39.482Z] #58 11.80 PBCC images/utsns.pb-c.c [2019-09-27T12:24:39.482Z] #58 11.81 DEP images/utsns.pb-c.d [2019-09-27T12:24:39.667Z] CC criu/parasite-syscall.o [2019-09-27T12:24:39.683Z] Selecting previously unselected package jq. [2019-09-27T12:24:39.683Z] Preparing to unpack .../jq_1.5+dfsg-1.3_s390x.deb ... [2019-09-27T12:24:39.683Z] Unpacking jq (1.5+dfsg-1.3) ... [2019-09-27T12:24:39.683Z] Setting up libonig4:s390x (6.1.3-2) ... [2019-09-27T12:24:39.683Z] Setting up libjq1:s390x (1.5+dfsg-1.3) ... [2019-09-27T12:24:39.683Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T12:24:39.683Z] Setting up jq (1.5+dfsg-1.3) ... [2019-09-27T12:24:39.737Z] #58 11.88 PBCC images/ipc-desc.pb-c.c [2019-09-27T12:24:39.737Z] #58 11.94 PBCC images/ipc-sem.pb-c.c [2019-09-27T12:24:39.737Z] #58 12.06 DEP images/ipc-desc.pb-c.d [2019-09-27T12:24:39.737Z] #58 12.12 DEP images/ipc-sem.pb-c.d [2019-09-27T12:24:39.993Z] #58 12.26 PBCC images/ipc-msg.pb-c.c [2019-09-27T12:24:39.993Z] #58 12.36 DEP images/ipc-msg.pb-c.d [2019-09-27T12:24:40.053Z] Removing intermediate container 65197d6fdf1a [2019-09-27T12:24:40.053Z] ---> 870c2a2b71cc [2019-09-27T12:24:40.053Z] Step 23/126 : COPY contrib/download-frozen-image-v2.sh / [2019-09-27T12:24:40.249Z] #58 12.45 PBCC images/ipc-shm.pb-c.c [2019-09-27T12:24:40.249Z] #58 12.46 DEP images/ipc-shm.pb-c.d [2019-09-27T12:24:40.249Z] #58 12.52 PBCC images/ipc-var.pb-c.c [2019-09-27T12:24:40.249Z] #58 12.55 DEP images/ipc-var.pb-c.d [2019-09-27T12:24:40.249Z] #58 12.61 PBCC images/sk-opts.pb-c.c [2019-09-27T12:24:40.283Z] CC criu/path.o [2019-09-27T12:24:40.425Z] ---> a6ab124434b9 [2019-09-27T12:24:40.425Z] 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-27T12:24:40.425Z] ---> Running in 1065c7e36624 [2019-09-27T12:24:40.505Z] #58 12.70 PBCC images/packet-sock.pb-c.c [2019-09-27T12:24:40.505Z] #58 12.81 DEP images/sk-opts.pb-c.d [2019-09-27T12:24:40.505Z] #58 12.94 DEP images/packet-sock.pb-c.d [2019-09-27T12:24:40.505Z] #58 ... [2019-09-27T12:24:40.505Z] [2019-09-27T12:24:40.505Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-27T12:24:40.505Z] #30 67.56 os [2019-09-27T12:24:40.505Z] #30 70.13 bytes [2019-09-27T12:24:40.505Z] #30 72.52 fmt [2019-09-27T12:24:40.505Z] #30 72.66 bufio [2019-09-27T12:24:40.505Z] #30 74.29 path/filepath [2019-09-27T12:24:40.505Z] #30 75.88 io/ioutil [2019-09-27T12:24:40.505Z] #30 76.52 path [2019-09-27T12:24:40.565Z] CC criu/pie-util-vdso-elf32.o [2019-09-27T12:24:40.565Z] CC criu/pie-util-vdso.o [2019-09-27T12:24:40.760Z] #30 77.67 text/tabwriter [2019-09-27T12:24:40.760Z] #30 ... [2019-09-27T12:24:40.760Z] [2019-09-27T12:24:40.760Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T12:24:40.760Z] #58 12.98 PBCC images/sk-netlink.pb-c.c [2019-09-27T12:24:40.760Z] #58 12.99 DEP images/sk-netlink.pb-c.d [2019-09-27T12:24:40.760Z] #58 13.11 PBCC images/sk-inet.pb-c.c [2019-09-27T12:24:40.760Z] #58 13.16 DEP images/sk-inet.pb-c.d [2019-09-27T12:24:40.848Z] CC criu/pie-util.o [2019-09-27T12:24:41.016Z] #58 13.24 PBCC images/sk-unix.pb-c.c [2019-09-27T12:24:41.016Z] #58 13.32 DEP images/sk-unix.pb-c.d [2019-09-27T12:24:41.016Z] #58 13.39 PBCC images/mm.pb-c.c [2019-09-27T12:24:41.016Z] #58 13.46 DEP images/mm.pb-c.d [2019-09-27T12:24:41.131Z] CC criu/pipes.o [2019-09-27T12:24:41.271Z] #58 13.53 PBCC images/timerfd.pb-c.c [2019-09-27T12:24:41.414Z] CC criu/plugin.o [2019-09-27T12:24:41.527Z] #58 13.61 DEP images/timerfd.pb-c.d [2019-09-27T12:24:41.527Z] #58 13.65 PBCC images/timer.pb-c.c [2019-09-27T12:24:41.527Z] #58 13.66 DEP images/timer.pb-c.d [2019-09-27T12:24:41.527Z] #58 13.75 PBCC images/sa.pb-c.c [2019-09-27T12:24:41.527Z] #58 13.84 DEP images/sa.pb-c.d [2019-09-27T12:24:41.527Z] #58 13.89 PBCC images/pipe-data.pb-c.c [2019-09-27T12:24:41.697Z] CC criu/proc_parse.o [2019-09-27T12:24:41.718Z] Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-09-27T12:24:41.718Z]  [2019-09-27T12:24:41.784Z] #58 13.90 DEP images/pipe-data.pb-c.d [2019-09-27T12:24:41.784Z] #58 13.95 PBCC images/mnt.pb-c.c [2019-09-27T12:24:41.784Z] #58 13.98 DEP images/mnt.pb-c.d [2019-09-27T12:24:41.784Z] #58 14.05 PBCC images/sk-packet.pb-c.c [2019-09-27T12:24:41.784Z] #58 14.10 DEP images/sk-packet.pb-c.d [2019-09-27T12:24:41.784Z] #58 14.18 PBCC images/tcp-stream.pb-c.c [2019-09-27T12:24:42.039Z] #58 14.22 DEP images/tcp-stream.pb-c.d [2019-09-27T12:24:42.039Z] #58 14.27 PBCC images/pipe.pb-c.c [2019-09-27T12:24:42.040Z] #58 14.32 DEP images/pipe.pb-c.d [2019-09-27T12:24:42.040Z] #58 14.38 PBCC images/pstree.pb-c.c [2019-09-27T12:24:42.040Z] #58 14.42 DEP images/pstree.pb-c.d [2019-09-27T12:24:42.295Z] #58 14.49 PBCC images/fs.pb-c.c [2019-09-27T12:24:42.295Z] #58 14.52 DEP images/fs.pb-c.d [2019-09-27T12:24:42.295Z] #58 14.57 PBCC images/signalfd.pb-c.c [2019-09-27T12:24:42.295Z] #58 14.65 DEP images/signalfd.pb-c.d [2019-09-27T12:24:42.295Z] #58 14.73 PBCC images/fh.pb-c.c [2019-09-27T12:24:42.471Z]  ########    11.9% ####################       28.4% ################################   45.1% ############################################ 61.9% ######################################################## 78.6% #################################################################### 95.3% ######################################################################## 100.0% [2019-09-27T12:24:42.551Z] #58 14.81 PBCC images/fsnotify.pb-c.c [2019-09-27T12:24:42.551Z] #58 14.87 DEP images/fh.pb-c.d [2019-09-27T12:24:42.551Z] #58 14.94 DEP images/fsnotify.pb-c.d [2019-09-27T12:24:42.551Z] #58 15.00 PBCC images/eventpoll.pb-c.c [2019-09-27T12:24:42.807Z] #58 15.03 DEP images/eventpoll.pb-c.d [2019-09-27T12:24:42.807Z] #58 15.09 PBCC images/eventfd.pb-c.c [2019-09-27T12:24:42.807Z] #58 15.13 DEP images/eventfd.pb-c.d [2019-09-27T12:24:42.807Z] #58 15.20 PBCC images/remap-file-path.pb-c.c [2019-09-27T12:24:42.807Z] #58 15.25 DEP images/remap-file-path.pb-c.d [2019-09-27T12:24:42.843Z]  [2019-09-27T12:24:42.843Z]  ########################                                               34.5% #########################################################               79.8% ######################################################################## 100.0% [2019-09-27T12:24:43.072Z] #58 15.32 PBCC images/fifo.pb-c.c [2019-09-27T12:24:43.072Z] #58 ... [2019-09-27T12:24:43.072Z] [2019-09-27T12:24:43.072Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T12:24:43.072Z] #33 69.95 internal/fmtsort [2019-09-27T12:24:43.072Z] #33 71.25 internal/syscall/unix [2019-09-27T12:24:43.072Z] #33 71.46 strings [2019-09-27T12:24:43.072Z] #33 72.40 internal/poll [2019-09-27T12:24:43.072Z] #33 74.49 os [2019-09-27T12:24:43.072Z] #33 74.51 regexp/syntax [2019-09-27T12:24:43.072Z] #33 79.00 fmt [2019-09-27T12:24:43.072Z] #33 79.97 path/filepath [2019-09-27T12:24:43.072Z] #33 ... [2019-09-27T12:24:43.072Z] [2019-09-27T12:24:43.072Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T12:24:43.072Z] #58 15.38 DEP images/fifo.pb-c.d [2019-09-27T12:24:43.072Z] #58 15.45 PBCC images/ghost-file.pb-c.c [2019-09-27T12:24:43.072Z] #58 15.47 DEP images/ghost-file.pb-c.d [2019-09-27T12:24:43.310Z]  [2019-09-27T12:24:43.328Z] #58 15.60 PBCC images/regfile.pb-c.c [2019-09-27T12:24:43.328Z] #58 15.68 DEP images/regfile.pb-c.d [2019-09-27T12:24:43.584Z] #58 15.72 PBCC images/ns.pb-c.c [2019-09-27T12:24:43.584Z] #58 15.77 DEP images/ns.pb-c.d [2019-09-27T12:24:43.584Z] #58 15.82 PBCC images/fdinfo.pb-c.c [2019-09-27T12:24:43.584Z] #58 15.91 DEP images/fdinfo.pb-c.d [2019-09-27T12:24:43.726Z]  ###########  15.9% ##########################   36.2% ########################################   56.6% #######################################################  76.9% ######################################################################  97.2% ######################################################################## 100.0% [2019-09-27T12:24:43.726Z] CC criu/protobuf-desc.o [2019-09-27T12:24:43.839Z] #58 16.02 PBCC images/core-aarch64.pb-c.c [2019-09-27T12:24:43.839Z] #58 16.04 PBCC images/core-arm.pb-c.c [2019-09-27T12:24:43.839Z] #58 16.13 PBCC images/core-ppc64.pb-c.c [2019-09-27T12:24:43.839Z] #58 16.18 PBCC images/core-s390.pb-c.c [2019-09-27T12:24:43.839Z] #58 16.24 PBCC images/core-x86.pb-c.c [2019-09-27T12:24:44.095Z] #58 16.37 PBCC images/core.pb-c.c [2019-09-27T12:24:44.095Z] #58 16.46 PBCC images/inventory.pb-c.c [2019-09-27T12:24:44.102Z]  [2019-09-27T12:24:44.342Z] CC criu/protobuf.o [2019-09-27T12:24:44.342Z] CC criu/pstree.o [2019-09-27T12:24:44.350Z] #58 16.59 DEP images/core-aarch64.pb-c.d [2019-09-27T12:24:44.350Z] #58 16.65 DEP images/core-arm.pb-c.d [2019-09-27T12:24:44.350Z] #58 16.73 DEP images/core-ppc64.pb-c.d [2019-09-27T12:24:44.606Z] #58 16.84 DEP images/core-s390.pb-c.d [2019-09-27T12:24:44.606Z] #58 16.92 DEP images/core-x86.pb-c.d [2019-09-27T12:24:44.861Z] #58 17.01 DEP images/core.pb-c.d [2019-09-27T12:24:44.861Z] #58 17.13 DEP images/inventory.pb-c.d [2019-09-27T12:24:44.861Z] #58 17.20 PBCC images/cpuinfo.pb-c.c [2019-09-27T12:24:45.117Z] #58 17.22 DEP images/cpuinfo.pb-c.d [2019-09-27T12:24:45.117Z] #58 17.26 PBCC images/stats.pb-c.c [2019-09-27T12:24:45.117Z] #58 17.30 DEP images/stats.pb-c.d [2019-09-27T12:24:45.350Z] CC criu/rbtree.o [2019-09-27T12:24:45.350Z] CC criu/rst-malloc.o [2019-09-27T12:24:45.632Z] CC criu/seccomp.o [2019-09-27T12:24:45.916Z] CC criu/seize.o [2019-09-27T12:24:45.969Z]  ##                                                                         4.1% #######                                                                   10.7% ############                               17.3% #################                                                         24.8% ######################                                                    31.5% ##########################                           37.1% ###############################                 43.8% ####################################     51.3% ######################################### 57.1% ########################################## 58.6% ############################################## 64.2% ###################################################          71.8% ######################################################### 79.4% ############################################################## 86.9% ####################################################################   94.5% ######################################################################## 100.0% [2019-09-27T12:24:45.969Z]  [2019-09-27T12:24:46.440Z] Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-09-27T12:24:46.531Z] CC criu/servicefd.o [2019-09-27T12:24:46.803Z]  [2019-09-27T12:24:46.804Z]  ######################################################### 79.3% ######################################################################## 100.0% [2019-09-27T12:24:46.804Z]  [2019-09-27T12:24:46.814Z] CC criu/shmem.o [2019-09-27T12:24:47.047Z] #58 19.22 make[1]: Nothing to be done for 'all'. [2019-09-27T12:24:47.430Z] CC criu/sigframe.o [2019-09-27T12:24:47.702Z] Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-09-27T12:24:47.702Z]  [2019-09-27T12:24:47.702Z]  ######################################################################## 100.0% [2019-09-27T12:24:47.702Z]  [2019-09-27T12:24:47.712Z] CC criu/signalfd.o [2019-09-27T12:24:47.995Z] CC criu/sk-inet.o [2019-09-27T12:24:48.087Z] Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-09-27T12:24:48.087Z] skipping existing b63cc5f62c21 [2019-09-27T12:24:48.087Z] [2019-09-27T12:24:48.412Z] #58 20.79 CC images/stats.o [2019-09-27T12:24:48.620Z] CC criu/sk-netlink.o [2019-09-27T12:24:48.869Z] Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-09-27T12:24:48.903Z] CC criu/sk-packet.o [2019-09-27T12:24:48.972Z] #58 21.26 CC images/core.o [2019-09-27T12:24:49.186Z] CC criu/sk-queue.o [2019-09-27T12:24:49.234Z]  [2019-09-27T12:24:49.234Z]  ######################################################################## 100.0% [2019-09-27T12:24:49.234Z]  [2019-09-27T12:24:49.234Z] Download of images into '/build' complete. [2019-09-27T12:24:49.234Z] Use something like the following to load the result into a Docker daemon: [2019-09-27T12:24:49.234Z] tar -cC '/build' . | docker load [2019-09-27T12:24:49.532Z] #58 21.96 CC images/core-x86.o [2019-09-27T12:24:49.803Z] CC criu/sk-tcp.o [2019-09-27T12:24:50.086Z] CC criu/sk-unix.o [2019-09-27T12:24:50.092Z] #58 ... [2019-09-27T12:24:50.093Z] [2019-09-27T12:24:50.093Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-27T12:24:50.093Z] #47 33.66 + cd /tmp/tmp.NCOevGBaDR/src/github.com/containerd/containerd [2019-09-27T12:24:50.093Z] #47 33.66 + git checkout -q d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-27T12:24:50.093Z] #47 35.96 + export 'BUILDTAGS=netgo osusergo static_build' [2019-09-27T12:24:50.093Z] #47 35.96 + BUILDTAGS='netgo osusergo static_build' [2019-09-27T12:24:50.093Z] #47 35.96 + export EXTRA_FLAGS=-buildmode=pie [2019-09-27T12:24:50.093Z] #47 35.96 + EXTRA_FLAGS=-buildmode=pie [2019-09-27T12:24:50.093Z] #47 35.96 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-09-27T12:24:50.093Z] #47 35.96 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-09-27T12:24:50.093Z] #47 35.96 + '[' '' = dynamic ']' [2019-09-27T12:24:50.093Z] #47 35.96 + make [2019-09-27T12:24:50.093Z] #47 36.38 🇩 bin/ctr [2019-09-27T12:24:50.093Z] #47 ... [2019-09-27T12:24:50.093Z] [2019-09-27T12:24:50.093Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T12:24:50.093Z] #33 81.40 regexp [2019-09-27T12:24:50.093Z] #33 83.96 flag [2019-09-27T12:24:50.093Z] #33 85.20 go/token [2019-09-27T12:24:50.093Z] #33 85.78 internal/lazyregexp [2019-09-27T12:24:50.093Z] #33 86.07 path [2019-09-27T12:24:50.093Z] #33 86.61 io/ioutil [2019-09-27T12:24:50.093Z] #33 86.64 go/scanner [2019-09-27T12:24:50.348Z] #33 87.30 net/url [2019-09-27T12:24:50.348Z] #33 ... [2019-09-27T12:24:50.348Z] [2019-09-27T12:24:50.348Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T12:24:50.348Z] #58 22.66 CC images/core-arm.o [2019-09-27T12:24:50.498Z] Removing intermediate container 1065c7e36624 [2019-09-27T12:24:50.498Z] ---> e4fc0bfe141f [2019-09-27T12:24:50.498Z] Step 25/126 : FROM base AS cross-false [2019-09-27T12:24:50.498Z] ---> bd7c821f124c [2019-09-27T12:24:50.498Z] Step 26/126 : FROM base AS cross-true [2019-09-27T12:24:50.498Z] ---> bd7c821f124c [2019-09-27T12:24:50.498Z] Step 27/126 : ARG DEBIAN_FRONTEND [2019-09-27T12:24:50.498Z] ---> Using cache [2019-09-27T12:24:50.498Z] ---> e263ce92a9d7 [2019-09-27T12:24:50.498Z] Step 28/126 : RUN dpkg --add-architecture armhf [2019-09-27T12:24:50.498Z] ---> Running in d91a73b7a3cb [2019-09-27T12:24:50.909Z] #58 ... [2019-09-27T12:24:50.909Z] [2019-09-27T12:24:50.909Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-27T12:24:50.909Z] #30 78.30 flag [2019-09-27T12:24:50.909Z] #30 78.33 github.com/BurntSushi/toml [2019-09-27T12:24:50.909Z] #30 80.20 log [2019-09-27T12:24:50.909Z] #30 82.63 github.com/BurntSushi/toml/cmd/tomlv [2019-09-27T12:24:50.909Z] #30 DONE 87.8s [2019-09-27T12:24:50.909Z] [2019-09-27T12:24:50.909Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T12:24:50.909Z] #13 19.56 Fetched 7916 kB in 15s (500 kB/s) [2019-09-27T12:24:51.164Z] #13 19.56 Reading package lists... [2019-09-27T12:24:51.164Z] #13 ... [2019-09-27T12:24:51.164Z] [2019-09-27T12:24:51.164Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T12:24:51.164Z] #58 23.55 CC images/core-aarch64.o [2019-09-27T12:24:51.561Z] CC criu/sockets.o [2019-09-27T12:24:51.757Z] Removing intermediate container d91a73b7a3cb [2019-09-27T12:24:51.757Z] ---> 3c89d15c43f0 [2019-09-27T12:24:51.757Z] Step 29/126 : RUN dpkg --add-architecture arm64 [2019-09-27T12:24:51.757Z] ---> Running in 7095c34b609e [2019-09-27T12:24:51.845Z] CC criu/stats.o [2019-09-27T12:24:52.090Z] #58 24.31 CC images/core-ppc64.o [2019-09-27T12:24:52.132Z] CC criu/string.o [2019-09-27T12:24:52.132Z] CC criu/sysctl.o [2019-09-27T12:24:52.650Z] #58 24.91 CC images/core-s390.o [2019-09-27T12:24:52.748Z] CC criu/sysfs_parse.o [2019-09-27T12:24:53.031Z] CC criu/timerfd.o [2019-09-27T12:24:53.074Z] Removing intermediate container 7095c34b609e [2019-09-27T12:24:53.074Z] ---> 5a730f90fcb3 [2019-09-27T12:24:53.074Z] Step 30/126 : RUN dpkg --add-architecture armel [2019-09-27T12:24:53.074Z] ---> Running in 2b9e669f0696 [2019-09-27T12:24:53.212Z] #58 25.60 CC images/cpuinfo.o [2019-09-27T12:24:53.314Z] CC criu/tty.o [2019-09-27T12:24:53.773Z] #58 26.00 CC images/inventory.o [2019-09-27T12:24:54.028Z] #58 26.34 CC images/fdinfo.o [2019-09-27T12:24:54.324Z] Removing intermediate container 2b9e669f0696 [2019-09-27T12:24:54.324Z] ---> 14a878ec3e88 [2019-09-27T12:24:54.324Z] 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-27T12:24:54.324Z] ---> Running in 1d2813a97627 [2019-09-27T12:24:54.589Z] #58 26.78 CC images/fown.o [2019-09-27T12:24:54.785Z] CC criu/tun.o [2019-09-27T12:24:54.845Z] #58 26.99 CC images/ns.o [2019-09-27T12:24:55.068Z] CC criu/uffd.o [2019-09-27T12:24:55.099Z] #58 27.21 CC images/regfile.o [2019-09-27T12:24:55.356Z] #58 27.56 CC images/ghost-file.o [2019-09-27T12:24:55.575Z] Removing intermediate container 1d2813a97627 [2019-09-27T12:24:55.576Z] ---> 0858a64410e4 [2019-09-27T12:24:55.576Z] Step 32/126 : FROM cross-${CROSS} as dev-base [2019-09-27T12:24:55.576Z] ---> bd7c821f124c [2019-09-27T12:24:55.576Z] Step 33/126 : FROM dev-base AS runtime-dev-cross-false [2019-09-27T12:24:55.576Z] ---> bd7c821f124c [2019-09-27T12:24:55.576Z] Step 34/126 : ARG DEBIAN_FRONTEND [2019-09-27T12:24:55.576Z] ---> Using cache [2019-09-27T12:24:55.576Z] ---> e263ce92a9d7 [2019-09-27T12:24:55.576Z] 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-27T12:24:55.576Z] ---> Running in 4411e195b73c [2019-09-27T12:24:55.916Z] #58 28.03 CC images/fifo.o [2019-09-27T12:24:55.916Z] #58 28.24 CC images/remap-file-path.o [2019-09-27T12:24:55.970Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-27T12:24:55.970Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-27T12:24:55.970Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-27T12:24:55.970Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-27T12:24:55.970Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-27T12:24:56.078Z] CC criu/util.o [2019-09-27T12:24:56.170Z] #58 28.48 CC images/eventfd.o [2019-09-27T12:24:56.363Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [482 kB] [2019-09-27T12:24:56.363Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-27T12:24:56.363Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-27T12:24:56.425Z] #58 28.76 CC images/eventpoll.o [2019-09-27T12:24:56.679Z] #58 29.10 CC images/fh.o [2019-09-27T12:24:57.085Z] CC criu/uts_ns.o [2019-09-27T12:24:57.085Z] CC criu/vdso.o [2019-09-27T12:24:57.239Z] #58 29.51 CC images/fsnotify.o [2019-09-27T12:24:57.368Z] LINK criu/built-in.o [2019-09-27T12:24:57.651Z] LINK criu/criu [2019-09-27T12:24:57.693Z] Fetched 7668 kB in 1s (4661 kB/s) [2019-09-27T12:24:57.812Z] #58 30.18 CC images/signalfd.o [2019-09-27T12:24:57.933Z] DEP lib/c/criu.d [2019-09-27T12:24:57.933Z] CC images/rpc.pb-c.o [2019-09-27T12:24:58.099Z] Reading package lists... [2019-09-27T12:24:58.372Z] #58 30.50 CC images/fs.o [2019-09-27T12:24:58.372Z] #58 30.79 CC images/pstree.o [2019-09-27T12:24:58.548Z] CC lib/c/criu.o [2019-09-27T12:24:58.897Z] Reading package lists... [2019-09-27T12:24:58.897Z] Building dependency tree... [2019-09-27T12:24:58.897Z] Reading state information... [2019-09-27T12:24:58.897Z] The following additional packages will be installed: [2019-09-27T12:24:58.897Z] libapparmor1 libseccomp2 [2019-09-27T12:24:58.897Z] Suggested packages: [2019-09-27T12:24:58.897Z] seccomp [2019-09-27T12:24:58.897Z] The following NEW packages will be installed: [2019-09-27T12:24:58.897Z] libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-09-27T12:24:58.897Z] 0 upgraded, 4 newly installed, 0 to remove and 3 not upgraded. [2019-09-27T12:24:58.897Z] Need to get 301 kB of archives. [2019-09-27T12:24:58.897Z] After this operation, 1402 kB of additional disk space will be used. [2019-09-27T12:24:58.897Z] 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-27T12:24:58.897Z] 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-27T12:24:58.897Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor1 s390x 2.11.0-3+deb9u2 [78.6 kB] [2019-09-27T12:24:58.897Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor-dev s390x 2.11.0-3+deb9u2 [119 kB] [2019-09-27T12:24:58.932Z] #58 31.04 CC images/pipe.o [2019-09-27T12:24:59.187Z] #58 31.32 CC images/tcp-stream.o [2019-09-27T12:24:59.273Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-27T12:24:59.273Z] Fetched 301 kB in 0s (4145 kB/s) [2019-09-27T12:24:59.273Z] Selecting previously unselected package libseccomp2:s390x. [2019-09-27T12:24:59.273Z] (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-27T12:24:59.273Z] Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_s390x.deb ... [2019-09-27T12:24:59.273Z] Unpacking libseccomp2:s390x (2.3.1-2.1+deb9u1) ... [2019-09-27T12:24:59.273Z] Selecting previously unselected package libseccomp-dev:s390x. [2019-09-27T12:24:59.273Z] Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_s390x.deb ... [2019-09-27T12:24:59.273Z] Unpacking libseccomp-dev:s390x (2.3.1-2.1+deb9u1) ... [2019-09-27T12:24:59.273Z] Selecting previously unselected package libapparmor1:s390x. [2019-09-27T12:24:59.273Z] Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_s390x.deb ... [2019-09-27T12:24:59.273Z] Unpacking libapparmor1:s390x (2.11.0-3+deb9u2) ... [2019-09-27T12:24:59.273Z] Selecting previously unselected package libapparmor-dev:s390x. [2019-09-27T12:24:59.273Z] Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_s390x.deb ... [2019-09-27T12:24:59.273Z] Unpacking libapparmor-dev:s390x (2.11.0-3+deb9u2) ... [2019-09-27T12:24:59.273Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T12:24:59.273Z] Setting up libseccomp2:s390x (2.3.1-2.1+deb9u1) ... [2019-09-27T12:24:59.273Z] Setting up libapparmor1:s390x (2.11.0-3+deb9u2) ... [2019-09-27T12:24:59.273Z] Setting up libseccomp-dev:s390x (2.3.1-2.1+deb9u1) ... [2019-09-27T12:24:59.273Z] Setting up libapparmor-dev:s390x (2.11.0-3+deb9u2) ... [2019-09-27T12:24:59.273Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T12:24:59.442Z] #58 31.63 CC images/sk-packet.o [2019-09-27T12:24:59.558Z] LINK lib/c/built-in.o [2019-09-27T12:24:59.558Z] LINK lib/c/libcriu.so [2019-09-27T12:24:59.558Z] GEN magic.py [2019-09-27T12:24:59.558Z] Note: Building without setproctitle() and strlcpy() support. [2019-09-27T12:24:59.558Z] To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-27T12:24:59.696Z] #58 31.93 CC images/mnt.o [2019-09-27T12:24:59.696Z] #58 32.14 CC images/pipe-data.o [2019-09-27T12:24:59.842Z] fatal: Not a git repository (or any of the parent directories): .git [2019-09-27T12:24:59.950Z] #58 ... [2019-09-27T12:24:59.950Z] [2019-09-27T12:24:59.950Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T12:24:59.950Z] #13 19.56 Reading package lists... [2019-09-27T12:24:59.951Z] #13 26.00 Reading package lists... [2019-09-27T12:24:59.951Z] #13 30.78 Building dependency tree... [2019-09-27T12:24:59.951Z] #13 31.79 Reading state information... [2019-09-27T12:24:59.951Z] #13 32.86 The following additional packages will be installed: [2019-09-27T12:24:59.951Z] #13 32.86 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-09-27T12:24:59.951Z] #13 32.86 dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-09-27T12:24:59.951Z] #13 32.86 libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-09-27T12:24:59.951Z] #13 32.86 libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-09-27T12:24:59.951Z] #13 32.86 libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-09-27T12:24:59.951Z] #13 32.86 libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-09-27T12:24:59.951Z] #13 32.86 libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-09-27T12:24:59.951Z] #13 32.86 mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-09-27T12:24:59.951Z] #13 32.86 python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-09-27T12:24:59.951Z] #13 32.87 Suggested packages: [2019-09-27T12:24:59.951Z] #13 32.88 apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-09-27T12:24:59.951Z] #13 32.88 gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-09-27T12:24:59.951Z] #13 32.88 python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-09-27T12:24:59.951Z] #13 32.88 vim-doc vim-scripts xfsdump acl attr quota [2019-09-27T12:24:59.951Z] #13 32.88 Recommended packages: [2019-09-27T12:24:59.951Z] #13 32.88 aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-09-27T12:24:59.951Z] #13 32.88 python3-keyrings.alt python3-xdg unzip [2019-09-27T12:25:00.070Z] Removing intermediate container 4411e195b73c [2019-09-27T12:25:00.070Z] ---> df44897e9b81 [2019-09-27T12:25:00.070Z] Step 36/126 : FROM cross-true AS runtime-dev-cross-true [2019-09-27T12:25:00.070Z] ---> 0858a64410e4 [2019-09-27T12:25:00.070Z] Step 37/126 : ARG DEBIAN_FRONTEND [2019-09-27T12:25:00.070Z] ---> Running in fd735575620f [2019-09-27T12:25:00.070Z] Removing intermediate container fd735575620f [2019-09-27T12:25:00.070Z] ---> db6a0a7f9631 [2019-09-27T12:25:00.070Z] 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-27T12:25:00.129Z] make[1]: Nothing to be done for 'all'. [2019-09-27T12:25:00.205Z] #13 ... [2019-09-27T12:25:00.206Z] [2019-09-27T12:25:00.206Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T12:25:00.206Z] #58 32.35 CC images/sa.o [2019-09-27T12:25:00.206Z] #58 32.58 CC images/timer.o [2019-09-27T12:25:00.415Z] make[1]: 'images/built-in.o' is up to date. [2019-09-27T12:25:00.415Z] make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-09-27T12:25:00.415Z] make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-09-27T12:25:00.415Z] make[1]: 'compel/libcompel.a' is up to date. [2019-09-27T12:25:00.415Z] make[1]: 'compel/compel-host-bin' is up to date. [2019-09-27T12:25:00.415Z] make[1]: Nothing to be done for 'all'. [2019-09-27T12:25:00.415Z] make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-27T12:25:00.432Z] ---> Running in fc7d2510a005 [2019-09-27T12:25:00.697Z] make[2]: Nothing to be done for 'all'. [2019-09-27T12:25:00.697Z] make[2]: Nothing to be done for 'all'. [2019-09-27T12:25:00.697Z] make[2]: Nothing to be done for 'all'. [2019-09-27T12:25:00.697Z] make[2]: Nothing to be done for 'all'. [2019-09-27T12:25:00.697Z] make[2]: Nothing to be done for 'all'. [2019-09-27T12:25:00.697Z] make[2]: Nothing to be done for 'all'. [2019-09-27T12:25:00.697Z] make[2]: Nothing to be done for 'all'. [2019-09-27T12:25:00.697Z] make[2]: Nothing to be done for 'all'. [2019-09-27T12:25:00.697Z] INSTALL criu/criu [2019-09-27T12:25:00.766Z] #58 33.07 CC images/timerfd.o [2019-09-27T12:25:01.021Z] #58 33.32 CC images/mm.o [2019-09-27T12:25:01.210Z] Removing intermediate container fc7d2510a005 [2019-09-27T12:25:01.210Z] ---> a31d23b14ad2 [2019-09-27T12:25:01.210Z] Step 39/126 : FROM runtime-dev-cross-${CROSS} AS runtime-dev [2019-09-27T12:25:01.210Z] ---> df44897e9b81 [2019-09-27T12:25:01.210Z] Step 40/126 : FROM base AS tomlv [2019-09-27T12:25:01.210Z] ---> bd7c821f124c [2019-09-27T12:25:01.210Z] Step 41/126 : ENV INSTALL_BINARY_NAME=tomlv [2019-09-27T12:25:01.574Z] ---> Running in e1f83694e924 [2019-09-27T12:25:01.574Z] Removing intermediate container e1f83694e924 [2019-09-27T12:25:01.574Z] ---> eb4d4714a728 [2019-09-27T12:25:01.574Z] Step 42/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T12:25:01.581Z] #58 33.76 CC images/sk-opts.o [2019-09-27T12:25:01.581Z] #58 ... [2019-09-27T12:25:01.581Z] [2019-09-27T12:25:01.581Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T12:25:01.581Z] #33 88.28 go/ast [2019-09-27T12:25:01.581Z] #33 89.62 text/template/parse [2019-09-27T12:25:01.581Z] #33 93.18 go/parser [2019-09-27T12:25:01.581Z] #33 93.96 text/template [2019-09-27T12:25:01.581Z] #33 96.80 log [2019-09-27T12:25:01.581Z] #33 97.29 encoding/binary [2019-09-27T12:25:01.837Z] #33 ... [2019-09-27T12:25:01.837Z] [2019-09-27T12:25:01.837Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T12:25:01.837Z] #58 33.99 CC images/sk-unix.o [2019-09-27T12:25:01.979Z] ---> a9206bf07887 [2019-09-27T12:25:01.979Z] Step 43/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-27T12:25:01.979Z] ---> 14724db72ae3 [2019-09-27T12:25:01.979Z] Step 44/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-27T12:25:01.979Z] ---> Running in e77ffcd4c755 [2019-09-27T12:25:02.092Z] #58 34.30 CC images/sk-inet.o [2019-09-27T12:25:02.347Z] #58 34.74 CC images/tun.o [2019-09-27T12:25:02.602Z] #58 34.97 CC images/sk-netlink.o [2019-09-27T12:25:02.725Z] Removing intermediate container 6b08178a8a61 [2019-09-27T12:25:02.725Z] ---> 3ddcd487b81c [2019-09-27T12:25:02.725Z] Step 13/126 : FROM base AS registry [2019-09-27T12:25:02.725Z] ---> 91f2a0ce6c48 [2019-09-27T12:25:02.725Z] Step 14/126 : ENV REGISTRY_COMMIT_SCHEMA1 ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-27T12:25:02.725Z] ---> Running in e2c2ffdc75c4 [2019-09-27T12:25:02.725Z] Removing intermediate container e2c2ffdc75c4 [2019-09-27T12:25:02.725Z] ---> 68ab6f89845c [2019-09-27T12:25:02.725Z] Step 15/126 : ENV REGISTRY_COMMIT 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-27T12:25:02.725Z] ---> Running in fe7ac82bd162 [2019-09-27T12:25:02.725Z] Removing intermediate container fe7ac82bd162 [2019-09-27T12:25:02.725Z] ---> 16b8af0f2a71 [2019-09-27T12:25:02.726Z] 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-27T12:25:02.726Z] ---> Running in fbee0d0fd6d4 [2019-09-27T12:25:02.856Z] #58 35.28 CC images/packet-sock.o [2019-09-27T12:25:02.866Z] Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-27T12:25:02.866Z] + RM_GOPATH=0 [2019-09-27T12:25:02.866Z] + TMP_GOPATH= [2019-09-27T12:25:02.866Z] + : /build [2019-09-27T12:25:02.866Z] + '[' -z '' ']' [2019-09-27T12:25:02.866Z] ++ mktemp -d [2019-09-27T12:25:02.866Z] + export GOPATH=/tmp/tmp.PM7oiL01dW [2019-09-27T12:25:02.866Z] + GOPATH=/tmp/tmp.PM7oiL01dW [2019-09-27T12:25:02.866Z] + RM_GOPATH=1 [2019-09-27T12:25:02.866Z] ++ dirname ./install.sh [2019-09-27T12:25:02.866Z] + dir=. [2019-09-27T12:25:02.866Z] + bin=tomlv [2019-09-27T12:25:02.866Z] + shift [2019-09-27T12:25:02.866Z] + '[' '!' -f ./tomlv.installer ']' [2019-09-27T12:25:02.866Z] + . ./tomlv.installer [2019-09-27T12:25:02.866Z] ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-27T12:25:02.866Z] + install_tomlv [2019-09-27T12:25:02.866Z] + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-09-27T12:25:02.866Z] + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.PM7oiL01dW/src/github.com/BurntSushi/toml [2019-09-27T12:25:02.866Z] Cloning into '/tmp/tmp.PM7oiL01dW/src/github.com/BurntSushi/toml'... [2019-09-27T12:25:02.866Z] + cd /tmp/tmp.PM7oiL01dW/src/github.com/BurntSushi/toml [2019-09-27T12:25:02.866Z] + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-27T12:25:02.866Z] + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-09-27T12:25:02.866Z] runtime/internal/atomic [2019-09-27T12:25:02.866Z] internal/cpu [2019-09-27T12:25:02.866Z] runtime/internal/sys [2019-09-27T12:25:02.866Z] runtime/internal/math [2019-09-27T12:25:02.866Z] math/bits [2019-09-27T12:25:03.009Z] + mktemp -d [2019-09-27T12:25:03.009Z] + export GOPATH=/tmp/tmp.UrqwmGyrd2 [2019-09-27T12:25:03.009Z] + git clone https://github.com/docker/distribution.git /tmp/tmp.UrqwmGyrd2/src/github.com/docker/distribution [2019-09-27T12:25:03.009Z] Cloning into '/tmp/tmp.UrqwmGyrd2/src/github.com/docker/distribution'... [2019-09-27T12:25:03.250Z] internal/bytealg [2019-09-27T12:25:03.250Z] math [2019-09-27T12:25:03.250Z] runtime [2019-09-27T12:25:03.250Z] unicode/utf8 [2019-09-27T12:25:03.634Z] internal/race [2019-09-27T12:25:03.634Z] sync/atomic [2019-09-27T12:25:03.634Z] unicode [2019-09-27T12:25:03.634Z] internal/testlog [2019-09-27T12:25:03.634Z] encoding [2019-09-27T12:25:03.634Z] runtime/cgo [2019-09-27T12:25:03.781Z] #58 35.77 CC images/ipc-var.o [2019-09-27T12:25:03.781Z] #58 36.00 CC images/ipc-desc.o [2019-09-27T12:25:04.037Z] #58 36.20 CC images/ipc-shm.o [2019-09-27T12:25:04.037Z] #58 36.39 CC images/ipc-msg.o [2019-09-27T12:25:04.292Z] #58 36.72 CC images/ipc-sem.o [2019-09-27T12:25:04.854Z] #58 37.01 CC images/utsns.o [2019-09-27T12:25:05.109Z] #58 37.29 CC images/creds.o [2019-09-27T12:25:05.365Z] #58 37.62 CC images/vma.o [2019-09-27T12:25:05.480Z] sync [2019-09-27T12:25:05.480Z] internal/reflectlite [2019-09-27T12:25:05.480Z] errors [2019-09-27T12:25:05.480Z] sort [2019-09-27T12:25:05.480Z] strconv [2019-09-27T12:25:05.480Z] io [2019-09-27T12:25:05.480Z] internal/oserror [2019-09-27T12:25:05.480Z] syscall [2019-09-27T12:25:05.480Z] reflect [2019-09-27T12:25:05.620Z] #58 37.85 CC images/netdev.o [2019-09-27T12:25:05.702Z] + cd /tmp/tmp.UrqwmGyrd2/src/github.com/docker/distribution [2019-09-27T12:25:05.702Z] + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-27T12:25:06.180Z] #58 38.32 CC images/tty.o [2019-09-27T12:25:06.305Z] time [2019-09-27T12:25:06.333Z] + GOPATH=/tmp/tmp.UrqwmGyrd2/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.UrqwmGyrd2 go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-09-27T12:25:06.740Z] #58 38.96 CC images/file-lock.o [2019-09-27T12:25:06.758Z] internal/fmtsort [2019-09-27T12:25:06.758Z] internal/syscall/unix [2019-09-27T12:25:06.758Z] strings [2019-09-27T12:25:06.758Z] internal/poll [2019-09-27T12:25:06.995Z] #58 39.29 CC images/rlimit.o [2019-09-27T12:25:07.250Z] #58 39.48 CC images/pagemap.o [2019-09-27T12:25:07.323Z] os [2019-09-27T12:25:07.323Z] bytes [2019-09-27T12:25:07.323Z] bufio [2019-09-27T12:25:07.323Z] fmt [2019-09-27T12:25:07.323Z] path/filepath [2019-09-27T12:25:07.505Z] #58 ... [2019-09-27T12:25:07.505Z] [2019-09-27T12:25:07.505Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T12:25:07.505Z] #13 36.79 The following NEW packages will be installed: [2019-09-27T12:25:07.505Z] #13 36.79 apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-09-27T12:25:07.505Z] #13 36.79 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-09-27T12:25:07.505Z] #13 36.79 bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-09-27T12:25:07.505Z] #13 36.79 gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-09-27T12:25:07.505Z] #13 36.79 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-09-27T12:25:07.505Z] #13 36.79 libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-09-27T12:25:07.505Z] #13 36.79 libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-09-27T12:25:07.505Z] #13 36.79 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-09-27T12:25:07.505Z] #13 36.79 libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-09-27T12:25:07.505Z] #13 36.79 libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-09-27T12:25:07.505Z] #13 36.79 mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-09-27T12:25:07.505Z] #13 36.79 python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-09-27T12:25:07.505Z] #13 36.79 python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-09-27T12:25:07.505Z] #13 36.79 xfsprogs xxd xz-utils zip [2019-09-27T12:25:07.505Z] #13 37.87 0 upgraded, 69 newly installed, 0 to remove and 3 not upgraded. [2019-09-27T12:25:07.505Z] #13 37.87 Need to get 90.9 MB of archives. [2019-09-27T12:25:07.505Z] #13 37.87 After this operation, 541 MB of additional disk space will be used. [2019-09-27T12:25:07.505Z] #13 37.87 Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bash-completion all 1:2.1-4.3 [178 kB] [2019-09-27T12:25:07.505Z] #13 37.88 Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet1 amd64 1.1.6+dfsg-3 [60.4 kB] [2019-09-27T12:25:07.505Z] #13 37.88 Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnfnetlink0 amd64 1.0.1-3 [13.5 kB] [2019-09-27T12:25:07.505Z] #13 37.88 Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcrecpp0v5 amd64 2:8.39-3 [151 kB] [2019-09-27T12:25:07.505Z] #13 37.90 Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libudev-dev amd64 232-25+deb9u12 [92.5 kB] [2019-09-27T12:25:07.505Z] #13 37.90 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-27T12:25:07.505Z] #13 37.96 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-27T12:25:07.505Z] #13 38.08 Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-minimal amd64 3.5.3-1 [35.3 kB] [2019-09-27T12:25:07.505Z] #13 38.09 Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmpdec2 amd64 2.4.2-1 [85.2 kB] [2019-09-27T12:25:07.505Z] #13 38.11 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-27T12:25:07.505Z] #13 38.27 Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3.5 amd64 3.5.3-1+deb9u1 [229 kB] [2019-09-27T12:25:07.505Z] #13 38.29 Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpython3-stdlib amd64 3.5.3-1 [18.6 kB] [2019-09-27T12:25:07.505Z] #13 38.29 Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dh-python all 2.20170125 [86.8 kB] [2019-09-27T12:25:07.505Z] #13 38.30 Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3 amd64 3.5.3-1 [21.6 kB] [2019-09-27T12:25:07.505Z] #13 38.30 Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 pigz amd64 2.3.4-1 [55.4 kB] [2019-09-27T12:25:07.505Z] #13 38.31 Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip4tc0 amd64 1.6.0+snapshot20161117-6 [67.8 kB] [2019-09-27T12:25:07.505Z] #13 38.32 Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libip6tc0 amd64 1.6.0+snapshot20161117-6 [68.1 kB] [2019-09-27T12:25:07.505Z] #13 38.32 Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libiptc0 amd64 1.6.0+snapshot20161117-6 [57.5 kB] [2019-09-27T12:25:07.505Z] #13 38.32 Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxtables12 amd64 1.6.0+snapshot20161117-6 [75.9 kB] [2019-09-27T12:25:07.505Z] #13 38.34 Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnetfilter-conntrack3 amd64 1.0.6-2 [38.7 kB] [2019-09-27T12:25:07.505Z] #13 38.34 Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 iptables amd64 1.6.0+snapshot20161117-6 [288 kB] [2019-09-27T12:25:07.505Z] #13 38.36 Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xxd amd64 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-27T12:25:07.505Z] #13 38.37 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-27T12:25:07.505Z] #13 38.40 Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bzip2 amd64 1.0.6-8.1 [47.5 kB] [2019-09-27T12:25:07.505Z] #13 38.41 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-27T12:25:07.505Z] #13 38.41 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-27T12:25:07.505Z] #13 38.45 Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 aufs-tools amd64 1:4.1+20161219-1 [102 kB] [2019-09-27T12:25:07.505Z] #13 38.45 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-27T12:25:07.505Z] #13 38.46 Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-progs amd64 4.7.3-1 [577 kB] [2019-09-27T12:25:07.505Z] #13 38.53 Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 btrfs-tools amd64 4.7.3-1 [16.9 kB] [2019-09-27T12:25:07.505Z] #13 38.53 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-27T12:25:07.505Z] #13 38.55 Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dmsetup amd64 2:1.02.137-2 [107 kB] [2019-09-27T12:25:07.505Z] #13 38.56 Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libonig4 amd64 6.1.3-2 [146 kB] [2019-09-27T12:25:07.505Z] #13 38.57 Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjq1 amd64 1.5+dfsg-1.3 [123 kB] [2019-09-27T12:25:07.505Z] #13 38.59 Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 jq amd64 1.5+dfsg-1.3 [58.6 kB] [2019-09-27T12:25:07.505Z] #13 38.60 Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libaio1 amd64 0.3.110-3 [9412 B] [2019-09-27T12:25:07.505Z] #13 38.60 Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap2-bin amd64 1:2.25-1 [26.5 kB] [2019-09-27T12:25:07.505Z] #13 38.61 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-27T12:25:07.505Z] #13 38.61 Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsepol1-dev amd64 2.6-2 [309 kB] [2019-09-27T12:25:07.505Z] #13 38.64 Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre16-3 amd64 2:8.39-3 [258 kB] [2019-09-27T12:25:07.505Z] #13 38.67 Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre32-3 amd64 2:8.39-3 [248 kB] [2019-09-27T12:25:07.505Z] #13 38.69 Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcre3-dev amd64 2:8.39-3 [647 kB] [2019-09-27T12:25:07.505Z] #13 38.75 Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libselinux1-dev amd64 2.6-3+b3 [184 kB] [2019-09-27T12:25:07.505Z] #13 38.78 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-27T12:25:07.505Z] #13 38.78 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-27T12:25:07.505Z] #13 38.79 Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libprotobuf-c1 amd64 1.2.1-2 [25.0 kB] [2019-09-27T12:25:07.505Z] #13 38.79 Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libreadline5 amd64 5.2+dfsg-3+b1 [119 kB] [2019-09-27T12:25:07.505Z] #13 38.80 Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsystemd-dev amd64 232-25+deb9u12 [1972 kB] [2019-09-27T12:25:07.505Z] #13 38.95 Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 net-tools amd64 1.60+git20161116.90da8a0-1 [248 kB] [2019-09-27T12:25:07.505Z] #13 38.97 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-27T12:25:07.505Z] #13 39.06 Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-09-27T12:25:07.505Z] #13 39.08 Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-pkg-resources all 33.1.1-1 [137 kB] [2019-09-27T12:25:07.505Z] #13 39.08 Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-setuptools all 33.1.1-1 [215 kB] [2019-09-27T12:25:07.505Z] #13 39.11 Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 python3-wheel all 0.29.0-2 [51.8 kB] [2019-09-27T12:25:07.505Z] #13 39.11 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-27T12:25:07.505Z] #13 39.15 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-27T12:25:07.505Z] #13 39.50 Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 vim amd64 2:8.0.0197-4+deb9u3 [1034 kB] [2019-09-27T12:25:07.505Z] #13 39.58 Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xfsprogs amd64 4.9.0+nmu1 [811 kB] [2019-09-27T12:25:07.505Z] #13 39.64 Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB] [2019-09-27T12:25:07.505Z] #13 39.68 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-27T12:25:07.505Z] #13 39.68 Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 apparmor amd64 2.11.0-3+deb9u2 [525 kB] [2019-09-27T12:25:07.505Z] #13 39.71 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-27T12:25:07.505Z] #13 39.88 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-27T12:25:07.505Z] #13 40.10 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-27T12:25:07.505Z] #13 40.11 Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 mingw-w64-common all 5.0.1-1 [4764 kB] [2019-09-27T12:25:07.505Z] #13 40.51 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-27T12:25:07.505Z] #13 40.78 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-27T12:25:07.505Z] #13 40.80 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-27T12:25:07.732Z] io/ioutil [2019-09-27T12:25:07.733Z] path [2019-09-27T12:25:07.733Z] text/tabwriter [2019-09-27T12:25:07.733Z] flag [2019-09-27T12:25:07.733Z] github.com/BurntSushi/toml [2019-09-27T12:25:08.111Z] log [2019-09-27T12:25:08.111Z] github.com/BurntSushi/toml/cmd/tomlv [2019-09-27T12:25:09.377Z] Removing intermediate container e77ffcd4c755 [2019-09-27T12:25:09.377Z] ---> 87c17b68ebed [2019-09-27T12:25:09.377Z] Step 45/126 : FROM base AS vndr [2019-09-27T12:25:09.377Z] ---> bd7c821f124c [2019-09-27T12:25:09.377Z] Step 46/126 : ENV INSTALL_BINARY_NAME=vndr [2019-09-27T12:25:09.757Z] ---> Running in a35db836852e [2019-09-27T12:25:09.757Z] Removing intermediate container a35db836852e [2019-09-27T12:25:09.757Z] ---> 161ec1160b3d [2019-09-27T12:25:09.757Z] Step 47/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T12:25:10.017Z] #13 43.22 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-27T12:25:10.133Z] ---> 1c9564cd46ae [2019-09-27T12:25:10.133Z] Step 48/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-27T12:25:10.133Z] ---> 56dbce66b06b [2019-09-27T12:25:10.134Z] Step 49/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-27T12:25:10.134Z] ---> Running in 7c1aaeb59996 [2019-09-27T12:25:10.944Z] + RM_GOPATH=0 [2019-09-27T12:25:10.944Z] + TMP_GOPATH= [2019-09-27T12:25:10.944Z] + : /build [2019-09-27T12:25:10.944Z] + '[' -z '' ']' [2019-09-27T12:25:10.944Z] ++ mktemp -d [2019-09-27T12:25:10.944Z] + export GOPATH=/tmp/tmp.aPjaudS6xn [2019-09-27T12:25:10.944Z] + GOPATH=/tmp/tmp.aPjaudS6xn [2019-09-27T12:25:10.944Z] + RM_GOPATH=1 [2019-09-27T12:25:10.944Z] ++ dirname ./install.sh [2019-09-27T12:25:10.944Z] Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-27T12:25:10.944Z] + dir=. [2019-09-27T12:25:10.944Z] + bin=vndr [2019-09-27T12:25:10.944Z] + shift [2019-09-27T12:25:10.944Z] + '[' '!' -f ./vndr.installer ']' [2019-09-27T12:25:10.944Z] + . ./vndr.installer [2019-09-27T12:25:10.944Z] ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-27T12:25:10.944Z] + install_vndr [2019-09-27T12:25:10.944Z] + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-09-27T12:25:10.944Z] + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.aPjaudS6xn/src/github.com/LK4D4/vndr [2019-09-27T12:25:10.944Z] Cloning into '/tmp/tmp.aPjaudS6xn/src/github.com/LK4D4/vndr'... [2019-09-27T12:25:10.944Z] + cd /tmp/tmp.aPjaudS6xn/src/github.com/LK4D4/vndr [2019-09-27T12:25:10.944Z] + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-27T12:25:10.944Z] + go build -buildmode=pie -v -o /build/vndr . [2019-09-27T12:25:11.350Z] internal/cpu [2019-09-27T12:25:11.350Z] runtime/internal/atomic [2019-09-27T12:25:11.350Z] runtime/internal/sys [2019-09-27T12:25:11.350Z] runtime/internal/math [2019-09-27T12:25:11.350Z] internal/race [2019-09-27T12:25:11.350Z] sync/atomic [2019-09-27T12:25:11.350Z] internal/bytealg [2019-09-27T12:25:11.350Z] unicode [2019-09-27T12:25:11.350Z] runtime [2019-09-27T12:25:11.350Z] unicode/utf8 [2019-09-27T12:25:11.350Z] math/bits [2019-09-27T12:25:11.951Z] math [2019-09-27T12:25:12.370Z] internal/testlog [2019-09-27T12:25:12.370Z] encoding [2019-09-27T12:25:12.370Z] unicode/utf16 [2019-09-27T12:25:12.370Z] container/list [2019-09-27T12:25:12.370Z] crypto/internal/subtle [2019-09-27T12:25:12.370Z] crypto/subtle [2019-09-27T12:25:12.370Z] vendor/golang.org/x/crypto/cryptobyte/asn1 [2019-09-27T12:25:12.531Z] #13 ... [2019-09-27T12:25:12.531Z] [2019-09-27T12:25:12.531Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T12:25:12.531Z] #33 99.23 encoding/base64 [2019-09-27T12:25:12.531Z] #33 99.24 go/doc [2019-09-27T12:25:12.531Z] #33 99.91 encoding/json [2019-09-27T12:25:12.531Z] #33 103.1 github.com/LK4D4/vndr/build [2019-09-27T12:25:12.531Z] #33 105.4 encoding/xml [2019-09-27T12:25:12.531Z] #33 106.4 compress/flate [2019-09-27T12:25:12.531Z] #33 109.1 hash [2019-09-27T12:25:12.531Z] #33 109.3 hash/crc32 [2019-09-27T12:25:12.531Z] #33 ... [2019-09-27T12:25:12.531Z] [2019-09-27T12:25:12.531Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T12:25:12.531Z] #58 39.78 CC images/siginfo.o [2019-09-27T12:25:12.531Z] #58 40.05 CC images/rpc.o [2019-09-27T12:25:12.531Z] #58 41.43 CC images/ext-file.o [2019-09-27T12:25:12.531Z] #58 41.72 CC images/cgroup.o [2019-09-27T12:25:12.531Z] #58 42.40 CC images/userns.o [2019-09-27T12:25:12.531Z] #58 42.67 CC images/google/protobuf/descriptor.o [2019-09-27T12:25:12.531Z] #58 44.71 CC images/opts.o [2019-09-27T12:25:12.531Z] #58 ... [2019-09-27T12:25:12.531Z] [2019-09-27T12:25:12.531Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T12:25:12.531Z] #13 45.96 debconf: delaying package configuration, since apt-utils is not installed [2019-09-27T12:25:12.769Z] internal/nettrace [2019-09-27T12:25:12.769Z] runtime/cgo [2019-09-27T12:25:12.787Z] #13 46.16 Fetched 90.9 MB in 8s (11.3 MB/s) [2019-09-27T12:25:13.042Z] #13 46.29 Selecting previously unselected package bash-completion. [2019-09-27T12:25:13.042Z] #13 46.29 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15161 files and directories currently installed.) [2019-09-27T12:25:13.042Z] #13 46.37 Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-09-27T12:25:13.139Z] vendor/golang.org/x/crypto/internal/subtle [2019-09-27T12:25:13.939Z] internal/reflectlite [2019-09-27T12:25:13.939Z] sync [2019-09-27T12:25:13.939Z] github.com/LK4D4/vndr/godl/singleflight [2019-09-27T12:25:13.939Z] math/rand [2019-09-27T12:25:13.939Z] internal/singleflight [2019-09-27T12:25:14.312Z] errors [2019-09-27T12:25:14.312Z] sort [2019-09-27T12:25:14.312Z] io [2019-09-27T12:25:14.312Z] strconv [2019-09-27T12:25:14.312Z] bytes [2019-09-27T12:25:14.312Z] reflect [2019-09-27T12:25:14.312Z] bufio [2019-09-27T12:25:14.709Z] internal/oserror [2019-09-27T12:25:14.709Z] syscall [2019-09-27T12:25:15.090Z] time [2019-09-27T12:25:15.510Z] internal/fmtsort [2019-09-27T12:25:15.510Z] internal/syscall/unix [2019-09-27T12:25:15.510Z] strings [2019-09-27T12:25:15.934Z] internal/poll [2019-09-27T12:25:15.934Z] regexp/syntax [2019-09-27T12:25:16.312Z] os [2019-09-27T12:25:16.312Z] regexp [2019-09-27T12:25:16.312Z] fmt [2019-09-27T12:25:16.710Z] path/filepath [2019-09-27T12:25:16.710Z] internal/lazyregexp [2019-09-27T12:25:16.710Z] path [2019-09-27T12:25:16.710Z] io/ioutil [2019-09-27T12:25:16.710Z] encoding/binary [2019-09-27T12:25:16.710Z] flag [2019-09-27T12:25:17.084Z] go/token [2019-09-27T12:25:17.084Z] net/url [2019-09-27T12:25:17.084Z] go/scanner [2019-09-27T12:25:17.084Z] go/ast [2019-09-27T12:25:17.084Z] text/template/parse [2019-09-27T12:25:17.205Z] #13 50.04 Unpacking bash-completion (1:2.1-4.3) ... [2019-09-27T12:25:17.205Z] #13 50.67 Selecting previously unselected package libnet1:amd64. [2019-09-27T12:25:17.461Z] #13 50.68 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_amd64.deb ... [2019-09-27T12:25:17.461Z] #13 50.68 Unpacking libnet1:amd64 (1.1.6+dfsg-3) ... [2019-09-27T12:25:17.461Z] #13 50.80 Selecting previously unselected package libnfnetlink0:amd64. [2019-09-27T12:25:17.461Z] #13 50.80 Preparing to unpack .../02-libnfnetlink0_1.0.1-3_amd64.deb ... [2019-09-27T12:25:17.461Z] #13 50.81 Unpacking libnfnetlink0:amd64 (1.0.1-3) ... [2019-09-27T12:25:17.461Z] #13 50.87 Selecting previously unselected package libpcrecpp0v5:amd64. [2019-09-27T12:25:17.461Z] #13 50.88 Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_amd64.deb ... [2019-09-27T12:25:17.461Z] #13 50.90 Unpacking libpcrecpp0v5:amd64 (2:8.39-3) ... [2019-09-27T12:25:17.474Z] text/template [2019-09-27T12:25:17.474Z] go/parser [2019-09-27T12:25:17.717Z] #13 51.04 Selecting previously unselected package libudev-dev:amd64. [2019-09-27T12:25:17.717Z] #13 51.05 Preparing to unpack .../04-libudev-dev_232-25+deb9u12_amd64.deb ... [2019-09-27T12:25:17.717Z] #13 51.08 Unpacking libudev-dev:amd64 (232-25+deb9u12) ... [2019-09-27T12:25:17.870Z] log [2019-09-27T12:25:17.870Z] encoding/base64 [2019-09-27T12:25:17.870Z] go/doc [2019-09-27T12:25:17.870Z] encoding/json [2019-09-27T12:25:17.973Z] #13 51.39 Selecting previously unselected package libpython3.5-minimal:amd64. [2019-09-27T12:25:17.974Z] #13 51.39 Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... [2019-09-27T12:25:17.974Z] #13 51.42 Unpacking libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... [2019-09-27T12:25:18.229Z] #13 ... [2019-09-27T12:25:18.229Z] [2019-09-27T12:25:18.229Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-09-27T12:25:18.229Z] #61 107.0 + for f in rootlesskit rootlesskit-docker-proxy [2019-09-27T12:25:18.229Z] #61 107.0 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-09-27T12:25:18.229Z] #61 DONE 115.2s [2019-09-27T12:25:18.229Z] [2019-09-27T12:25:18.229Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T12:25:18.229Z] #58 45.02 CC images/seccomp.o [2019-09-27T12:25:18.229Z] #58 45.34 CC images/binfmt-misc.o [2019-09-27T12:25:18.229Z] #58 45.56 CC images/time.o [2019-09-27T12:25:18.229Z] #58 45.84 CC images/sysctl.o [2019-09-27T12:25:18.229Z] #58 46.15 CC images/autofs.o [2019-09-27T12:25:18.229Z] #58 46.41 CC images/macvlan.o [2019-09-27T12:25:18.229Z] #58 46.73 CC images/sit.o [2019-09-27T12:25:18.229Z] #58 46.98 LINK images/built-in.o [2019-09-27T12:25:18.229Z] #58 47.11 GEN compel/include/asm [2019-09-27T12:25:18.229Z] #58 47.12 GEN compel/include/version.h [2019-09-27T12:25:18.229Z] #58 47.15 touch .config [2019-09-27T12:25:18.229Z] #58 47.16 GEN include/common/config.h [2019-09-27T12:25:18.229Z] #58 47.24 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2019-09-27T12:25:18.229Z] #58 47.27 GEN compel/plugins/include/uapi/std/syscall-64.h [2019-09-27T12:25:18.229Z] #58 47.29 GEN compel/arch/x86/plugins/std/syscalls-64.S [2019-09-27T12:25:18.229Z] #58 47.32 DEP compel/arch/x86/plugins/std/syscalls-64.d [2019-09-27T12:25:18.229Z] #58 47.35 DEP compel/arch/x86/plugins/std/memcpy.d [2019-09-27T12:25:18.229Z] #58 47.38 DEP compel/arch/x86/plugins/std/parasite-head.d [2019-09-27T12:25:18.229Z] #58 47.42 GEN compel/plugins/include/uapi/std/syscall.h [2019-09-27T12:25:18.229Z] #58 47.45 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2019-09-27T12:25:18.229Z] #58 47.46 GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-09-27T12:25:18.229Z] #58 47.49 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-09-27T12:25:18.229Z] #58 47.51 DEP compel/plugins/std/infect.d [2019-09-27T12:25:18.229Z] #58 47.63 DEP compel/plugins/std/string.d [2019-09-27T12:25:18.229Z] #58 47.70 DEP compel/plugins/std/log.d [2019-09-27T12:25:18.229Z] #58 47.76 DEP compel/plugins/std/fds.d [2019-09-27T12:25:18.229Z] #58 47.87 DEP compel/plugins/std/std.d [2019-09-27T12:25:18.229Z] #58 47.97 DEP compel/plugins/shmem/shmem.d [2019-09-27T12:25:18.229Z] #58 48.07 DEP compel/plugins/fds/fds.d [2019-09-27T12:25:18.229Z] #58 48.27 CC compel/plugins/std/std.o [2019-09-27T12:25:18.229Z] #58 48.64 CC compel/plugins/std/fds.o [2019-09-27T12:25:18.229Z] #58 49.25 CC compel/plugins/std/log.o [2019-09-27T12:25:18.229Z] #58 50.27 CC compel/plugins/std/string.o [2019-09-27T12:25:18.269Z] github.com/LK4D4/vndr/build [2019-09-27T12:25:18.269Z] encoding/xml [2019-09-27T12:25:18.269Z] compress/flate [2019-09-27T12:25:18.485Z] #58 ... [2019-09-27T12:25:18.485Z] [2019-09-27T12:25:18.485Z] #62 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-09-27T12:25:18.485Z] #62 DONE 0.1s [2019-09-27T12:25:18.485Z] [2019-09-27T12:25:18.485Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T12:25:18.485Z] #33 110.1 compress/gzip [2019-09-27T12:25:18.485Z] #33 110.7 context [2019-09-27T12:25:18.485Z] #33 111.5 crypto/cipher [2019-09-27T12:25:18.485Z] #33 111.7 math/big [2019-09-27T12:25:18.485Z] #33 113.1 crypto/aes [2019-09-27T12:25:18.485Z] #33 114.2 crypto [2019-09-27T12:25:18.485Z] #33 114.5 crypto/des [2019-09-27T12:25:18.485Z] #33 115.0 crypto/internal/randutil [2019-09-27T12:25:18.485Z] #33 115.1 crypto/sha512 [2019-09-27T12:25:18.669Z] hash [2019-09-27T12:25:18.669Z] hash/crc32 [2019-09-27T12:25:18.669Z] compress/gzip [2019-09-27T12:25:18.669Z] context [2019-09-27T12:25:19.044Z] crypto/cipher [2019-09-27T12:25:19.044Z] math/big [2019-09-27T12:25:19.044Z] crypto/aes [2019-09-27T12:25:19.044Z] crypto [2019-09-27T12:25:19.044Z] crypto/des [2019-09-27T12:25:19.044Z] crypto/internal/randutil [2019-09-27T12:25:19.044Z] crypto/sha512 [2019-09-27T12:25:19.412Z] #33 ... [2019-09-27T12:25:19.412Z] [2019-09-27T12:25:19.412Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T12:25:19.412Z] #13 52.62 Selecting previously unselected package python3.5-minimal. [2019-09-27T12:25:19.412Z] #13 52.62 Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_amd64.deb ... [2019-09-27T12:25:19.412Z] #13 52.66 Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-27T12:25:19.438Z] crypto/ed25519/internal/edwards25519 [2019-09-27T12:25:19.438Z] crypto/hmac [2019-09-27T12:25:19.438Z] crypto/md5 [2019-09-27T12:25:19.438Z] crypto/rand [2019-09-27T12:25:19.816Z] crypto/elliptic [2019-09-27T12:25:19.816Z] encoding/asn1 [2019-09-27T12:25:19.816Z] crypto/ed25519 [2019-09-27T12:25:19.816Z] crypto/rc4 [2019-09-27T12:25:19.816Z] crypto/rsa [2019-09-27T12:25:19.816Z] crypto/ecdsa [2019-09-27T12:25:20.225Z] crypto/sha1 [2019-09-27T12:25:20.225Z] crypto/sha256 [2019-09-27T12:25:20.225Z] crypto/dsa [2019-09-27T12:25:20.225Z] encoding/hex [2019-09-27T12:25:20.225Z] encoding/pem [2019-09-27T12:25:20.225Z] crypto/x509/pkix [2019-09-27T12:25:20.225Z] vendor/golang.org/x/crypto/cryptobyte [2019-09-27T12:25:20.225Z] vendor/golang.org/x/net/dns/dnsmessage [2019-09-27T12:25:20.225Z] vendor/golang.org/x/sys/cpu [2019-09-27T12:25:20.675Z] vendor/golang.org/x/crypto/internal/chacha20 [2019-09-27T12:25:20.675Z] vendor/golang.org/x/crypto/poly1305 [2019-09-27T12:25:20.675Z] net [2019-09-27T12:25:20.675Z] vendor/golang.org/x/crypto/chacha20poly1305 [2019-09-27T12:25:20.675Z] vendor/golang.org/x/crypto/curve25519 [2019-09-27T12:25:20.776Z] #13 54.00 Selecting previously unselected package python3-minimal. [2019-09-27T12:25:20.776Z] #13 54.01 Preparing to unpack .../07-python3-minimal_3.5.3-1_amd64.deb ... [2019-09-27T12:25:20.776Z] #13 54.01 Unpacking python3-minimal (3.5.3-1) ... [2019-09-27T12:25:20.776Z] #13 54.12 Selecting previously unselected package libmpdec2:amd64. [2019-09-27T12:25:20.776Z] #13 54.13 Preparing to unpack .../08-libmpdec2_2.4.2-1_amd64.deb ... [2019-09-27T12:25:20.776Z] #13 54.13 Unpacking libmpdec2:amd64 (2.4.2-1) ... [2019-09-27T12:25:21.031Z] #13 54.23 Selecting previously unselected package libpython3.5-stdlib:amd64. [2019-09-27T12:25:21.031Z] #13 54.23 Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_amd64.deb ... [2019-09-27T12:25:21.031Z] #13 54.23 Unpacking libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... [2019-09-27T12:25:21.095Z] vendor/golang.org/x/crypto/hkdf [2019-09-27T12:25:21.095Z] vendor/golang.org/x/text/transform [2019-09-27T12:25:21.095Z] vendor/golang.org/x/text/unicode/bidi [2019-09-27T12:25:21.520Z] vendor/golang.org/x/text/secure/bidirule [2019-09-27T12:25:21.520Z] vendor/golang.org/x/text/unicode/norm [2019-09-27T12:25:21.919Z] vendor/golang.org/x/net/idna [2019-09-27T12:25:22.329Z] vendor/golang.org/x/net/http2/hpack [2019-09-27T12:25:22.329Z] mime [2019-09-27T12:25:22.329Z] mime/quotedprintable [2019-09-27T12:25:22.395Z] #13 55.75 Selecting previously unselected package python3.5. [2019-09-27T12:25:22.395Z] #13 55.77 Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_amd64.deb ... [2019-09-27T12:25:22.395Z] #13 55.77 Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-09-27T12:25:22.651Z] #13 55.93 Selecting previously unselected package libpython3-stdlib:amd64. [2019-09-27T12:25:22.651Z] #13 55.93 Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_amd64.deb ... [2019-09-27T12:25:22.651Z] #13 55.93 Unpacking libpython3-stdlib:amd64 (3.5.3-1) ... [2019-09-27T12:25:22.651Z] #13 56.01 Selecting previously unselected package dh-python. [2019-09-27T12:25:22.651Z] #13 56.02 Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-09-27T12:25:22.651Z] #13 56.02 Unpacking dh-python (2.20170125) ... [2019-09-27T12:25:22.708Z] net/http/internal [2019-09-27T12:25:22.708Z] os/exec [2019-09-27T12:25:22.708Z] crypto/x509 [2019-09-27T12:25:22.708Z] net/textproto [2019-09-27T12:25:22.708Z] vendor/golang.org/x/net/http/httpguts [2019-09-27T12:25:22.708Z] vendor/golang.org/x/net/http/httpproxy [2019-09-27T12:25:22.907Z] #13 56.19 Setting up libpython3.5-minimal:amd64 (3.5.3-1+deb9u1) ... [2019-09-27T12:25:22.907Z] #13 56.20 Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-27T12:25:23.088Z] mime/multipart [2019-09-27T12:25:23.088Z] crypto/tls [2019-09-27T12:25:24.355Z] net/http/httptrace [2019-09-27T12:25:24.355Z] net/http [2019-09-27T12:25:26.171Z] #13 59.32 Setting up python3-minimal (3.5.3-1) ... [2019-09-27T12:25:26.272Z] github.com/LK4D4/vndr/godl [2019-09-27T12:25:26.272Z] github.com/LK4D4/vndr [2019-09-27T12:25:27.535Z] #13 60.71 Selecting previously unselected package python3. [2019-09-27T12:25:27.535Z] #13 60.71 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16747 files and directories currently installed.) [2019-09-27T12:25:27.535Z] #13 60.76 Preparing to unpack .../00-python3_3.5.3-1_amd64.deb ... [2019-09-27T12:25:27.535Z] #13 60.78 Unpacking python3 (3.5.3-1) ... [2019-09-27T12:25:27.535Z] #13 60.89 Selecting previously unselected package pigz. [2019-09-27T12:25:27.535Z] #13 60.89 Preparing to unpack .../01-pigz_2.3.4-1_amd64.deb ... [2019-09-27T12:25:27.535Z] #13 60.89 Unpacking pigz (2.3.4-1) ... [2019-09-27T12:25:27.790Z] #13 61.05 Selecting previously unselected package libip4tc0:amd64. [2019-09-27T12:25:27.790Z] #13 61.06 Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-27T12:25:27.790Z] #13 61.06 Unpacking libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-27T12:25:27.790Z] #13 61.18 Selecting previously unselected package libip6tc0:amd64. [2019-09-27T12:25:27.790Z] #13 61.18 Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-27T12:25:27.790Z] #13 61.19 Unpacking libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-27T12:25:28.046Z] #13 61.29 Selecting previously unselected package libiptc0:amd64. [2019-09-27T12:25:28.046Z] #13 61.29 Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-27T12:25:28.046Z] #13 61.30 Unpacking libiptc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-27T12:25:28.046Z] #13 61.39 Selecting previously unselected package libxtables12:amd64. [2019-09-27T12:25:28.046Z] #13 61.40 Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-27T12:25:28.046Z] #13 61.40 Unpacking libxtables12:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-27T12:25:28.302Z] #13 61.56 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2019-09-27T12:25:28.302Z] #13 61.57 Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_amd64.deb ... [2019-09-27T12:25:28.302Z] #13 61.57 Unpacking libnetfilter-conntrack3:amd64 (1.0.6-2) ... [2019-09-27T12:25:28.302Z] #13 61.68 Selecting previously unselected package iptables. [2019-09-27T12:25:28.302Z] #13 61.69 Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_amd64.deb ... [2019-09-27T12:25:28.302Z] #13 61.70 Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-09-27T12:25:28.558Z] #13 62.05 Selecting previously unselected package xxd. [2019-09-27T12:25:28.730Z] Removing intermediate container 7c1aaeb59996 [2019-09-27T12:25:28.730Z] ---> 697cb55eff8f [2019-09-27T12:25:28.730Z] Step 50/126 : FROM dev-base AS containerd [2019-09-27T12:25:28.730Z] ---> bd7c821f124c [2019-09-27T12:25:28.730Z] Step 51/126 : ARG DEBIAN_FRONTEND [2019-09-27T12:25:28.730Z] ---> Using cache [2019-09-27T12:25:28.730Z] ---> e263ce92a9d7 [2019-09-27T12:25:28.730Z] Step 52/126 : RUN apt-get update && apt-get install -y --no-install-recommends btrfs-tools && rm -rf /var/lib/apt/lists/* [2019-09-27T12:25:28.730Z] ---> Running in f6666bbb1b40 [2019-09-27T12:25:28.813Z] #13 62.05 Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-09-27T12:25:28.813Z] #13 62.06 Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-27T12:25:28.813Z] #13 62.25 Selecting previously unselected package vim-common. [2019-09-27T12:25:28.813Z] #13 62.25 Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-27T12:25:28.813Z] #13 62.25 Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-27T12:25:29.069Z] #13 62.44 Selecting previously unselected package bzip2. [2019-09-27T12:25:29.069Z] #13 62.45 Preparing to unpack .../10-bzip2_1.0.6-8.1_amd64.deb ... [2019-09-27T12:25:29.069Z] #13 62.46 Unpacking bzip2 (1.0.6-8.1) ... [2019-09-27T12:25:29.095Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-27T12:25:29.095Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-27T12:25:29.325Z] #13 62.57 Selecting previously unselected package libgpm2:amd64. [2019-09-27T12:25:29.325Z] #13 62.58 Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_amd64.deb ... [2019-09-27T12:25:29.325Z] #13 62.59 Unpacking libgpm2:amd64 (1.20.4-6.2+b1) ... [2019-09-27T12:25:29.325Z] #13 62.69 Selecting previously unselected package xz-utils. [2019-09-27T12:25:29.325Z] #13 ... [2019-09-27T12:25:29.325Z] [2019-09-27T12:25:29.325Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T12:25:29.325Z] #58 51.50 CC compel/plugins/std/infect.o [2019-09-27T12:25:29.325Z] #58 52.14 CC compel/arch/x86/plugins/std/parasite-head.o [2019-09-27T12:25:29.325Z] #58 52.19 CC compel/arch/x86/plugins/std/memcpy.o [2019-09-27T12:25:29.325Z] #58 52.26 CC compel/arch/x86/plugins/std/syscalls-64.o [2019-09-27T12:25:29.325Z] #58 52.30 AR compel/plugins/std.lib.a [2019-09-27T12:25:29.325Z] #58 52.34 CC compel/plugins/fds/fds.o [2019-09-27T12:25:29.325Z] #58 52.54 AR compel/plugins/fds.lib.a [2019-09-27T12:25:29.325Z] #58 52.58 HOSTDEP compel/src/lib/log-host.d [2019-09-27T12:25:29.325Z] #58 52.70 HOSTDEP compel/src/lib/handle-elf-host.d [2019-09-27T12:25:29.325Z] #58 52.91 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2019-09-27T12:25:29.325Z] #58 53.02 HOSTDEP compel/src/main-host.d [2019-09-27T12:25:29.325Z] #58 53.21 DEP compel/src/lib/ptrace.d [2019-09-27T12:25:29.325Z] #58 53.35 DEP compel/src/lib/infect.d [2019-09-27T12:25:29.325Z] #58 53.53 DEP compel/src/lib/infect-util.d [2019-09-27T12:25:29.325Z] #58 53.69 DEP compel/src/lib/infect-rpc.d [2019-09-27T12:25:29.325Z] #58 53.88 DEP compel/arch/x86/src/lib/infect.d [2019-09-27T12:25:29.325Z] #58 54.02 DEP compel/arch/x86/src/lib/cpu.d [2019-09-27T12:25:29.325Z] #58 54.19 DEP compel/src/lib/log.d [2019-09-27T12:25:29.325Z] #58 54.35 DEP compel/src/main.d [2019-09-27T12:25:29.325Z] #58 54.46 DEP compel/src/lib/handle-elf.d [2019-09-27T12:25:29.325Z] #58 54.65 DEP compel/arch/x86/src/lib/handle-elf.d [2019-09-27T12:25:29.325Z] #58 54.96 CC compel/src/lib/log.o [2019-09-27T12:25:29.325Z] #58 55.36 CC compel/arch/x86/src/lib/cpu.o [2019-09-27T12:25:29.325Z] #58 56.25 CC compel/arch/x86/src/lib/infect.o [2019-09-27T12:25:29.325Z] #58 57.13 CC compel/src/lib/infect-rpc.o [2019-09-27T12:25:29.325Z] #58 57.50 CC compel/src/lib/infect-util.o [2019-09-27T12:25:29.325Z] #58 57.81 CC compel/src/lib/infect.o [2019-09-27T12:25:29.325Z] #58 60.22 CC compel/src/lib/ptrace.o [2019-09-27T12:25:29.325Z] #58 60.58 AR compel/libcompel.a [2019-09-27T12:25:29.325Z] #58 60.68 HOSTCC compel/src/main-host.o [2019-09-27T12:25:29.325Z] #58 61.07 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2019-09-27T12:25:29.325Z] #58 61.34 HOSTCC compel/src/lib/handle-elf-host.o [2019-09-27T12:25:29.325Z] #58 ... [2019-09-27T12:25:29.325Z] [2019-09-27T12:25:29.325Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T12:25:29.325Z] #13 62.69 Selecting previously unselected package xz-utils. [2019-09-27T12:25:29.325Z] #13 62.69 Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_amd64.deb ... [2019-09-27T12:25:29.325Z] #13 62.69 Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-09-27T12:25:29.463Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-27T12:25:29.463Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-27T12:25:29.463Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-27T12:25:29.463Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [482 kB] [2019-09-27T12:25:29.463Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-27T12:25:29.463Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-27T12:25:29.580Z] #13 62.93 Selecting previously unselected package aufs-tools. [2019-09-27T12:25:29.580Z] #13 62.93 Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_amd64.deb ... [2019-09-27T12:25:29.580Z] #13 62.94 Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-09-27T12:25:29.580Z] #13 63.07 Selecting previously unselected package liblzo2-2:amd64. [2019-09-27T12:25:29.836Z] #13 63.07 Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_amd64.deb ... [2019-09-27T12:25:29.836Z] #13 63.07 Unpacking liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-27T12:25:29.836Z] #13 63.21 Selecting previously unselected package btrfs-progs. [2019-09-27T12:25:29.836Z] #13 63.21 Preparing to unpack .../15-btrfs-progs_4.7.3-1_amd64.deb ... [2019-09-27T12:25:29.836Z] #13 63.21 Unpacking btrfs-progs (4.7.3-1) ... [2019-09-27T12:25:29.836Z] #13 ... [2019-09-27T12:25:29.836Z] [2019-09-27T12:25:29.836Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T12:25:29.836Z] #33 116.8 crypto/ed25519/internal/edwards25519 [2019-09-27T12:25:29.836Z] #33 118.6 crypto/hmac [2019-09-27T12:25:29.836Z] #33 118.8 crypto/md5 [2019-09-27T12:25:29.836Z] #33 119.4 crypto/rc4 [2019-09-27T12:25:29.836Z] #33 119.6 crypto/sha1 [2019-09-27T12:25:29.836Z] #33 120.7 crypto/sha256 [2019-09-27T12:25:29.836Z] #33 120.8 crypto/rand [2019-09-27T12:25:29.836Z] #33 121.5 crypto/elliptic [2019-09-27T12:25:29.836Z] #33 121.7 encoding/asn1 [2019-09-27T12:25:29.836Z] #33 124.2 crypto/ed25519 [2019-09-27T12:25:29.836Z] #33 124.2 crypto/ecdsa [2019-09-27T12:25:29.836Z] #33 124.6 crypto/rsa [2019-09-27T12:25:29.836Z] #33 125.0 crypto/dsa [2019-09-27T12:25:29.836Z] #33 125.3 encoding/hex [2019-09-27T12:25:29.836Z] #33 125.7 crypto/x509/pkix [2019-09-27T12:25:29.836Z] #33 126.2 encoding/pem [2019-09-27T12:25:29.836Z] #33 126.2 vendor/golang.org/x/crypto/cryptobyte [2019-09-27T12:25:29.836Z] #33 126.8 vendor/golang.org/x/net/dns/dnsmessage [2019-09-27T12:25:30.092Z] #33 ... [2019-09-27T12:25:30.092Z] [2019-09-27T12:25:30.092Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T12:25:30.092Z] #58 61.89 HOSTCC compel/src/lib/log-host.o [2019-09-27T12:25:30.092Z] #58 62.10 HOSTLINK compel/compel-host-bin [2019-09-27T12:25:30.348Z] #58 62.43 DEP soccr/soccr.d [2019-09-27T12:25:30.348Z] #58 62.64 CC soccr/soccr.o [2019-09-27T12:25:30.974Z] Fetched 7668 kB in 1s (4640 kB/s) [2019-09-27T12:25:31.395Z] Reading package lists... [2019-09-27T12:25:32.192Z] Reading package lists... [2019-09-27T12:25:32.192Z] Building dependency tree... [2019-09-27T12:25:32.192Z] Reading state information... [2019-09-27T12:25:32.192Z] The following additional packages will be installed: [2019-09-27T12:25:32.192Z] btrfs-progs liblzo2-2 [2019-09-27T12:25:32.192Z] The following NEW packages will be installed: [2019-09-27T12:25:32.192Z] btrfs-progs btrfs-tools liblzo2-2 [2019-09-27T12:25:32.192Z] 0 upgraded, 3 newly installed, 0 to remove and 3 not upgraded. [2019-09-27T12:25:32.192Z] Need to get 668 kB of archives. [2019-09-27T12:25:32.192Z] After this operation, 5446 kB of additional disk space will be used. [2019-09-27T12:25:32.192Z] 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-27T12:25:32.192Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-progs s390x 4.7.3-1 [595 kB] [2019-09-27T12:25:32.192Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-tools s390x 4.7.3-1 [16.9 kB] [2019-09-27T12:25:32.235Z] #58 64.27 AR soccr/libsoccr.a [2019-09-27T12:25:32.236Z] #58 64.33 make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-27T12:25:32.491Z] #58 64.67 DEP criu/arch/x86/sigframe.d [2019-09-27T12:25:32.491Z] #58 64.75 DEP criu/arch/x86/sigaction_compat.d [2019-09-27T12:25:32.491Z] #58 64.88 DEP criu/arch/x86/kerndat.d [2019-09-27T12:25:32.568Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-27T12:25:32.568Z] Fetched 668 kB in 0s (7020 kB/s) [2019-09-27T12:25:32.568Z] Selecting previously unselected package liblzo2-2:s390x. [2019-09-27T12:25:32.568Z] (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-27T12:25:32.568Z] Preparing to unpack .../liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-09-27T12:25:32.568Z] Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-27T12:25:32.568Z] Selecting previously unselected package btrfs-progs. [2019-09-27T12:25:32.568Z] Preparing to unpack .../btrfs-progs_4.7.3-1_s390x.deb ... [2019-09-27T12:25:32.569Z] Unpacking btrfs-progs (4.7.3-1) ... [2019-09-27T12:25:32.569Z] Selecting previously unselected package btrfs-tools. [2019-09-27T12:25:32.569Z] Preparing to unpack .../btrfs-tools_4.7.3-1_s390x.deb ... [2019-09-27T12:25:32.569Z] Unpacking btrfs-tools (4.7.3-1) ... [2019-09-27T12:25:32.569Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T12:25:32.569Z] Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-27T12:25:32.569Z] Setting up btrfs-progs (4.7.3-1) ... [2019-09-27T12:25:32.569Z] Setting up btrfs-tools (4.7.3-1) ... [2019-09-27T12:25:32.747Z] #58 65.02 DEP criu/arch/x86/crtools.d [2019-09-27T12:25:32.932Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T12:25:33.007Z] #58 65.17 DEP criu/arch/x86/cpu.d [2019-09-27T12:25:33.007Z] #58 65.45 CC criu/arch/x86/cpu.o [2019-09-27T12:25:33.302Z] Removing intermediate container f6666bbb1b40 [2019-09-27T12:25:33.302Z] ---> 541caf01a02c [2019-09-27T12:25:33.302Z] Step 53/126 : ENV INSTALL_BINARY_NAME=containerd [2019-09-27T12:25:33.302Z] ---> Running in 1284d6161b10 [2019-09-27T12:25:33.665Z] Removing intermediate container 1284d6161b10 [2019-09-27T12:25:33.665Z] ---> 2a7b96142023 [2019-09-27T12:25:33.665Z] Step 54/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T12:25:34.051Z] ---> 94972bd4b407 [2019-09-27T12:25:34.051Z] Step 55/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-27T12:25:34.051Z] ---> 3b3eca7cfe0d [2019-09-27T12:25:34.051Z] Step 56/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-27T12:25:34.051Z] ---> Running in bd8631743940 [2019-09-27T12:25:34.371Z] #58 66.33 CC criu/arch/x86/crtools.o [2019-09-27T12:25:34.901Z] + RM_GOPATH=0 [2019-09-27T12:25:34.901Z] + TMP_GOPATH= [2019-09-27T12:25:34.901Z] + : /build [2019-09-27T12:25:34.901Z] + '[' -z '' ']' [2019-09-27T12:25:34.901Z] ++ mktemp -d [2019-09-27T12:25:34.901Z] + export GOPATH=/tmp/tmp.2gXK4rV5Bb [2019-09-27T12:25:34.901Z] + GOPATH=/tmp/tmp.2gXK4rV5Bb [2019-09-27T12:25:34.901Z] + RM_GOPATH=1 [2019-09-27T12:25:34.901Z] ++ dirname ./install.sh [2019-09-27T12:25:34.901Z] + dir=. [2019-09-27T12:25:34.901Z] + bin=containerd [2019-09-27T12:25:34.901Z] + shift [2019-09-27T12:25:34.901Z] + '[' '!' -f ./containerd.installer ']' [2019-09-27T12:25:34.901Z] + . ./containerd.installer [2019-09-27T12:25:34.901Z] ++ CONTAINERD_COMMIT=d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-27T12:25:34.901Z] + install_containerd [2019-09-27T12:25:34.901Z] + echo 'Install containerd version d50db0a42053864a270f648048f9a8b4f24eced3' [2019-09-27T12:25:34.901Z] + git clone https://github.com/containerd/containerd.git /tmp/tmp.2gXK4rV5Bb/src/github.com/containerd/containerd [2019-09-27T12:25:34.901Z] Install containerd version d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-27T12:25:34.901Z] Cloning into '/tmp/tmp.2gXK4rV5Bb/src/github.com/containerd/containerd'... [2019-09-27T12:25:35.300Z] #58 ... [2019-09-27T12:25:35.300Z] [2019-09-27T12:25:35.300Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T12:25:35.300Z] #13 63.73 Selecting previously unselected package btrfs-tools. [2019-09-27T12:25:35.300Z] #13 63.73 Preparing to unpack .../16-btrfs-tools_4.7.3-1_amd64.deb ... [2019-09-27T12:25:35.300Z] #13 63.73 Unpacking btrfs-tools (4.7.3-1) ... [2019-09-27T12:25:35.300Z] #13 63.79 Selecting previously unselected package libdevmapper1.02.1:amd64. [2019-09-27T12:25:35.300Z] #13 63.79 Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_amd64.deb ... [2019-09-27T12:25:35.300Z] #13 63.79 Unpacking libdevmapper1.02.1:amd64 (2:1.02.137-2) ... [2019-09-27T12:25:35.300Z] #13 63.97 Selecting previously unselected package dmsetup. [2019-09-27T12:25:35.300Z] #13 63.97 Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_amd64.deb ... [2019-09-27T12:25:35.300Z] #13 63.98 Unpacking dmsetup (2:1.02.137-2) ... [2019-09-27T12:25:35.301Z] #13 64.13 Selecting previously unselected package libonig4:amd64. [2019-09-27T12:25:35.301Z] #13 64.14 Preparing to unpack .../19-libonig4_6.1.3-2_amd64.deb ... [2019-09-27T12:25:35.301Z] #13 64.14 Unpacking libonig4:amd64 (6.1.3-2) ... [2019-09-27T12:25:35.301Z] #13 64.33 Selecting previously unselected package libjq1:amd64. [2019-09-27T12:25:35.301Z] #13 64.34 Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_amd64.deb ... [2019-09-27T12:25:35.301Z] #13 64.34 Unpacking libjq1:amd64 (1.5+dfsg-1.3) ... [2019-09-27T12:25:35.301Z] #13 64.52 Selecting previously unselected package jq. [2019-09-27T12:25:35.301Z] #13 64.54 Preparing to unpack .../21-jq_1.5+dfsg-1.3_amd64.deb ... [2019-09-27T12:25:35.301Z] #13 64.54 Unpacking jq (1.5+dfsg-1.3) ... [2019-09-27T12:25:35.301Z] #13 64.62 Selecting previously unselected package libaio1:amd64. [2019-09-27T12:25:35.301Z] #13 64.62 Preparing to unpack .../22-libaio1_0.3.110-3_amd64.deb ... [2019-09-27T12:25:35.301Z] #13 64.62 Unpacking libaio1:amd64 (0.3.110-3) ... [2019-09-27T12:25:35.301Z] #13 64.68 Selecting previously unselected package libcap2-bin. [2019-09-27T12:25:35.301Z] #13 64.69 Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_amd64.deb ... [2019-09-27T12:25:35.301Z] #13 64.70 Unpacking libcap2-bin (1:2.25-1) ... [2019-09-27T12:25:35.301Z] #13 64.79 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2019-09-27T12:25:35.301Z] #13 64.80 Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_amd64.deb ... [2019-09-27T12:25:35.301Z] #13 64.80 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... [2019-09-27T12:25:35.301Z] #13 64.90 Selecting previously unselected package libsepol1-dev:amd64. [2019-09-27T12:25:35.301Z] #13 64.90 Preparing to unpack .../25-libsepol1-dev_2.6-2_amd64.deb ... [2019-09-27T12:25:35.301Z] #13 64.93 Unpacking libsepol1-dev:amd64 (2.6-2) ... [2019-09-27T12:25:35.301Z] #13 65.23 Selecting previously unselected package libpcre16-3:amd64. [2019-09-27T12:25:35.301Z] #13 65.23 Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_amd64.deb ... [2019-09-27T12:25:35.301Z] #13 65.23 Unpacking libpcre16-3:amd64 (2:8.39-3) ... [2019-09-27T12:25:35.301Z] #13 65.45 Selecting previously unselected package libpcre32-3:amd64. [2019-09-27T12:25:35.301Z] #13 65.45 Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_amd64.deb ... [2019-09-27T12:25:35.301Z] #13 65.46 Unpacking libpcre32-3:amd64 (2:8.39-3) ... [2019-09-27T12:25:35.301Z] #13 65.61 Selecting previously unselected package libpcre3-dev:amd64. [2019-09-27T12:25:35.301Z] #13 65.62 Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_amd64.deb ... [2019-09-27T12:25:35.301Z] #13 65.63 Unpacking libpcre3-dev:amd64 (2:8.39-3) ... [2019-09-27T12:25:35.301Z] #13 66.04 Selecting previously unselected package libselinux1-dev:amd64. [2019-09-27T12:25:35.301Z] #13 66.06 Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_amd64.deb ... [2019-09-27T12:25:35.301Z] #13 66.06 Unpacking libselinux1-dev:amd64 (2.6-3+b3) ... [2019-09-27T12:25:35.301Z] #13 66.42 Selecting previously unselected package libdevmapper-dev:amd64. [2019-09-27T12:25:35.301Z] #13 66.42 Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_amd64.deb ... [2019-09-27T12:25:35.301Z] #13 66.43 Unpacking libdevmapper-dev:amd64 (2:1.02.137-2) ... [2019-09-27T12:25:35.301Z] #13 66.57 Selecting previously unselected package libnl-3-200:amd64. [2019-09-27T12:25:35.301Z] #13 66.57 Preparing to unpack .../31-libnl-3-200_3.2.27-2_amd64.deb ... [2019-09-27T12:25:35.301Z] #13 66.59 Unpacking libnl-3-200:amd64 (3.2.27-2) ... [2019-09-27T12:25:35.301Z] #13 66.83 Selecting previously unselected package libprotobuf-c1:amd64. [2019-09-27T12:25:35.301Z] #13 66.85 Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_amd64.deb ... [2019-09-27T12:25:35.301Z] #13 66.85 Unpacking libprotobuf-c1:amd64 (1.2.1-2) ... [2019-09-27T12:25:35.301Z] #13 66.94 Selecting previously unselected package libreadline5:amd64. [2019-09-27T12:25:35.301Z] #13 66.95 Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_amd64.deb ... [2019-09-27T12:25:35.301Z] #13 66.96 Unpacking libreadline5:amd64 (5.2+dfsg-3+b1) ... [2019-09-27T12:25:35.301Z] #13 67.09 Selecting previously unselected package libsystemd-dev:amd64. [2019-09-27T12:25:35.301Z] #13 67.13 Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_amd64.deb ... [2019-09-27T12:25:35.301Z] #13 67.13 Unpacking libsystemd-dev:amd64 (232-25+deb9u12) ... [2019-09-27T12:25:35.559Z] #13 ... [2019-09-27T12:25:35.559Z] [2019-09-27T12:25:35.559Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T12:25:35.559Z] #58 67.84 CC criu/arch/x86/kerndat.o [2019-09-27T12:25:36.120Z] #58 68.38 CC criu/arch/x86/sigaction_compat.o [2019-09-27T12:25:36.376Z] #58 68.67 CC criu/arch/x86/sigframe.o [2019-09-27T12:25:36.937Z] #58 69.09 LINK criu/arch/x86/crtools.built-in.o [2019-09-27T12:25:36.937Z] #58 69.15 DEP criu/pie/util-vdso-elf32.d [2019-09-27T12:25:37.193Z] #58 69.35 DEP criu/arch/x86/vdso-pie.d [2019-09-27T12:25:37.193Z] #58 69.51 DEP criu/pie/parasite-vdso.d [2019-09-27T12:25:37.448Z] #58 69.77 DEP criu/pie/util-vdso.d [2019-09-27T12:25:37.704Z] #58 69.98 DEP criu/pie/util.d [2019-09-27T12:25:37.960Z] #58 70.20 CC criu/pie/util.o [2019-09-27T12:25:38.196Z] + cd /tmp/tmp.2gXK4rV5Bb/src/github.com/containerd/containerd [2019-09-27T12:25:38.196Z] + git checkout -q d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-27T12:25:38.196Z] + export 'BUILDTAGS=netgo osusergo static_build' [2019-09-27T12:25:38.196Z] + BUILDTAGS='netgo osusergo static_build' [2019-09-27T12:25:38.196Z] + export EXTRA_FLAGS=-buildmode=pie [2019-09-27T12:25:38.196Z] + EXTRA_FLAGS=-buildmode=pie [2019-09-27T12:25:38.196Z] + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-09-27T12:25:38.196Z] + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-09-27T12:25:38.196Z] + '[' '' = dynamic ']' [2019-09-27T12:25:38.196Z] + make [2019-09-27T12:25:38.196Z] 🇩 bin/ctr [2019-09-27T12:25:38.216Z] #58 70.57 CC criu/pie/util-vdso.o [2019-09-27T12:25:39.179Z] #58 71.53 CC criu/pie/parasite-vdso.o [2019-09-27T12:25:40.544Z] #58 72.89 CC criu/arch/x86/vdso-pie.o [2019-09-27T12:25:40.799Z] #58 73.23 CC criu/pie/util-vdso-elf32.o [2019-09-27T12:25:41.726Z] #58 ... [2019-09-27T12:25:41.726Z] [2019-09-27T12:25:41.726Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T12:25:41.726Z] #33 128.6 vendor/golang.org/x/crypto/internal/chacha20 [2019-09-27T12:25:41.726Z] #33 129.2 vendor/golang.org/x/crypto/poly1305 [2019-09-27T12:25:41.726Z] #33 129.6 vendor/golang.org/x/sys/cpu [2019-09-27T12:25:41.726Z] #33 129.9 vendor/golang.org/x/crypto/chacha20poly1305 [2019-09-27T12:25:41.726Z] #33 130.7 net [2019-09-27T12:25:41.726Z] #33 131.3 vendor/golang.org/x/crypto/hkdf [2019-09-27T12:25:41.726Z] #33 131.4 vendor/golang.org/x/text/transform [2019-09-27T12:25:41.726Z] #33 132.1 vendor/golang.org/x/text/unicode/bidi [2019-09-27T12:25:41.726Z] #33 134.0 vendor/golang.org/x/text/secure/bidirule [2019-09-27T12:25:41.726Z] #33 134.3 vendor/golang.org/x/text/unicode/norm [2019-09-27T12:25:41.726Z] #33 138.4 vendor/golang.org/x/net/idna [2019-09-27T12:25:41.726Z] #33 ... [2019-09-27T12:25:41.726Z] [2019-09-27T12:25:41.726Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T12:25:41.726Z] #58 74.06 AR criu/pie/pie.lib.a [2019-09-27T12:25:41.982Z] #58 74.15 DEP criu/pie/restorer.d [2019-09-27T12:25:42.237Z] #58 74.48 DEP criu/arch/x86/sigaction_compat_pie.d [2019-09-27T12:25:42.493Z] #58 74.66 DEP criu/arch/x86/restorer_unmap.d [2019-09-27T12:25:42.493Z] #58 74.71 DEP criu/arch/x86/restorer.d [2019-09-27T12:25:42.748Z] #58 74.92 DEP criu/pie/parasite.d [2019-09-27T12:25:43.004Z] #58 75.26 CC criu/pie/parasite.o [2019-09-27T12:25:44.366Z] #58 76.76 LINK criu/pie/parasite.built-in.o [2019-09-27T12:25:44.622Z] #58 76.76 GEN criu/pie/parasite-blob.h [2019-09-27T12:25:44.622Z] #58 76.79 CC criu/arch/x86/restorer.o [2019-09-27T12:25:45.183Z] #58 77.43 CC criu/arch/x86/restorer_unmap.o [2019-09-27T12:25:45.183Z] #58 77.48 CC criu/arch/x86/sigaction_compat_pie.o [2019-09-27T12:25:45.566Z] + dpkg --print-architecture [2019-09-27T12:25:45.566Z] + cd /tmp/tmp.UrqwmGyrd2/src/github.com/docker/distribution [2019-09-27T12:25:45.566Z] + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-27T12:25:45.566Z] + GOPATH=/tmp/tmp.UrqwmGyrd2/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.UrqwmGyrd2 [2019-09-27T12:25:45.566Z] + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-09-27T12:25:45.743Z] #58 77.85 CC criu/pie/restorer.o [2019-09-27T12:25:45.743Z] #58 ... [2019-09-27T12:25:45.743Z] [2019-09-27T12:25:45.743Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T12:25:45.743Z] #13 69.02 Selecting previously unselected package net-tools. [2019-09-27T12:25:45.743Z] #13 69.02 Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_amd64.deb ... [2019-09-27T12:25:45.743Z] #13 69.02 Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-27T12:25:45.743Z] #13 69.31 Selecting previously unselected package python-pip-whl. [2019-09-27T12:25:45.743Z] #13 69.31 Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-09-27T12:25:45.743Z] #13 69.33 Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-27T12:25:45.743Z] #13 70.01 Selecting previously unselected package python3-pip. [2019-09-27T12:25:45.743Z] #13 70.01 Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-09-27T12:25:45.743Z] #13 70.02 Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-09-27T12:25:45.743Z] #13 70.18 Selecting previously unselected package python3-pkg-resources. [2019-09-27T12:25:45.743Z] #13 70.18 Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-09-27T12:25:45.743Z] #13 70.19 Unpacking python3-pkg-resources (33.1.1-1) ... [2019-09-27T12:25:45.743Z] #13 70.38 Selecting previously unselected package python3-setuptools. [2019-09-27T12:25:45.743Z] #13 70.39 Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-09-27T12:25:45.743Z] #13 70.39 Unpacking python3-setuptools (33.1.1-1) ... [2019-09-27T12:25:45.743Z] #13 70.72 Selecting previously unselected package python3-wheel. [2019-09-27T12:25:45.743Z] #13 70.72 Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-09-27T12:25:45.743Z] #13 70.73 Unpacking python3-wheel (0.29.0-2) ... [2019-09-27T12:25:45.743Z] #13 70.88 Selecting previously unselected package thin-provisioning-tools. [2019-09-27T12:25:45.743Z] #13 70.90 Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_amd64.deb ... [2019-09-27T12:25:45.743Z] #13 70.90 Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-27T12:25:45.743Z] #13 71.23 Selecting previously unselected package vim-runtime. [2019-09-27T12:25:45.743Z] #13 71.24 Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-27T12:25:45.743Z] #13 71.31 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-27T12:25:45.743Z] #13 71.38 Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-09-27T12:25:45.743Z] #13 71.38 Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-27T12:25:45.743Z] #13 76.17 Selecting previously unselected package vim. [2019-09-27T12:25:45.743Z] #13 76.19 Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_amd64.deb ... [2019-09-27T12:25:45.743Z] #13 76.19 Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-09-27T12:25:45.743Z] #13 77.01 Selecting previously unselected package xfsprogs. [2019-09-27T12:25:45.743Z] #13 77.01 Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_amd64.deb ... [2019-09-27T12:25:45.743Z] #13 77.02 Unpacking xfsprogs (4.9.0+nmu1) ... [2019-09-27T12:25:45.743Z] #13 77.69 Selecting previously unselected package zip. [2019-09-27T12:25:45.743Z] #13 77.70 Preparing to unpack .../45-zip_3.0-11+b1_amd64.deb ... [2019-09-27T12:25:45.743Z] #13 77.70 Unpacking zip (3.0-11+b1) ... [2019-09-27T12:25:45.743Z] #13 77.85 Selecting previously unselected package libapparmor-perl. [2019-09-27T12:25:45.743Z] #13 77.87 Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_amd64.deb ... [2019-09-27T12:25:45.743Z] #13 77.87 Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-27T12:25:45.743Z] #13 78.08 Selecting previously unselected package apparmor. [2019-09-27T12:25:45.743Z] #13 78.08 Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_amd64.deb ... [2019-09-27T12:25:45.743Z] #13 78.18 Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-09-27T12:25:45.743Z] #13 78.72 Selecting previously unselected package binutils-mingw-w64-i686. [2019-09-27T12:25:45.743Z] #13 78.73 Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_amd64.deb ... [2019-09-27T12:25:45.743Z] #13 78.73 Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-27T12:25:47.629Z] #13 80.68 Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-09-27T12:25:47.629Z] #13 80.68 Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_amd64.deb ... [2019-09-27T12:25:47.629Z] #13 80.69 Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-27T12:25:48.559Z] #13 ... [2019-09-27T12:25:48.559Z] [2019-09-27T12:25:48.559Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T12:25:48.559Z] #58 80.97 LINK criu/pie/restorer.built-in.o [2019-09-27T12:25:48.559Z] #58 81.01 GEN criu/pie/restorer-blob.h [2019-09-27T12:25:48.815Z] #58 81.16 DEP criu/vdso.d [2019-09-27T12:25:49.071Z] #58 81.45 DEP criu/vdso-compat.d [2019-09-27T12:25:49.327Z] #58 81.73 DEP criu/uts_ns.d [2019-09-27T12:25:49.582Z] #58 81.94 DEP criu/util.d [2019-09-27T12:25:50.143Z] #58 82.23 DEP criu/uffd.d [2019-09-27T12:25:50.398Z] #58 82.51 DEP criu/tun.d [2019-09-27T12:25:50.398Z] #58 82.72 DEP criu/tty.d [2019-09-27T12:25:50.960Z] #58 83.02 DEP criu/timerfd.d [2019-09-27T12:25:51.216Z] #58 83.36 DEP criu/sysfs_parse.d [2019-09-27T12:25:51.216Z] #58 83.58 DEP criu/sysctl.d [2019-09-27T12:25:51.471Z] #58 83.84 DEP criu/string.d [2019-09-27T12:25:51.727Z] #58 83.90 DEP criu/stats.d [2019-09-27T12:25:51.727Z] #58 84.02 DEP criu/sockets.d [2019-09-27T12:25:52.287Z] #58 84.33 DEP criu/sk-unix.d [2019-09-27T12:25:52.389Z] + rm -rf /tmp/tmp.UrqwmGyrd2/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.UrqwmGyrd2 [2019-09-27T12:25:52.542Z] #58 84.68 DEP criu/sk-tcp.d [2019-09-27T12:25:52.798Z] #58 84.92 DEP criu/sk-queue.d [2019-09-27T12:25:52.798Z] #58 85.11 DEP criu/sk-packet.d [2019-09-27T12:25:53.053Z] #58 85.33 DEP criu/sk-netlink.d [2019-09-27T12:25:53.308Z] #58 85.59 DEP criu/sk-inet.d [2019-09-27T12:25:53.564Z] #58 85.87 DEP criu/signalfd.d [2019-09-27T12:25:53.819Z] #58 86.10 DEP criu/sigframe.d [2019-09-27T12:25:53.877Z] Removing intermediate container fbee0d0fd6d4 [2019-09-27T12:25:53.877Z] ---> 7fa6cad551dc [2019-09-27T12:25:53.877Z] Step 17/126 : FROM base AS swagger [2019-09-27T12:25:53.877Z] ---> 91f2a0ce6c48 [2019-09-27T12:25:53.877Z] Step 18/126 : ENV GO_SWAGGER_COMMIT c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-27T12:25:54.074Z] #58 86.29 DEP criu/shmem.d [2019-09-27T12:25:54.074Z] #58 ... [2019-09-27T12:25:54.074Z] [2019-09-27T12:25:54.074Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T12:25:54.074Z] #33 140.8 vendor/golang.org/x/net/http2/hpack [2019-09-27T12:25:54.074Z] #33 142.0 mime [2019-09-27T12:25:54.074Z] #33 143.8 mime/quotedprintable [2019-09-27T12:25:54.074Z] #33 144.2 net/http/internal [2019-09-27T12:25:54.074Z] #33 144.6 os/exec [2019-09-27T12:25:54.074Z] #33 149.9 net/textproto [2019-09-27T12:25:54.074Z] #33 149.9 crypto/x509 [2019-09-27T12:25:54.074Z] #33 151.0 vendor/golang.org/x/net/http/httpguts [2019-09-27T12:25:54.074Z] #33 ... [2019-09-27T12:25:54.074Z] [2019-09-27T12:25:54.074Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T12:25:54.074Z] #13 82.85 Selecting previously unselected package binutils-mingw-w64. [2019-09-27T12:25:54.074Z] #13 82.85 Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-09-27T12:25:54.074Z] #13 82.85 Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-27T12:25:54.074Z] #13 82.95 Selecting previously unselected package mingw-w64-common. [2019-09-27T12:25:54.074Z] #13 82.96 Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-09-27T12:25:54.074Z] #13 82.97 Unpacking mingw-w64-common (5.0.1-1) ... [2019-09-27T12:25:54.161Z] ---> Running in 1705d7bb18cc [2019-09-27T12:25:54.161Z] Removing intermediate container 1705d7bb18cc [2019-09-27T12:25:54.161Z] ---> d1a9769d471a [2019-09-27T12:25:54.161Z] 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-27T12:25:54.161Z] ---> Running in 5b1b1f88a614 [2019-09-27T12:25:54.329Z] #13 87.74 Selecting previously unselected package mingw-w64-x86-64-dev. [2019-09-27T12:25:54.329Z] #13 87.75 Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-09-27T12:25:54.329Z] #13 87.76 Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-27T12:25:54.654Z] + mktemp -d [2019-09-27T12:25:54.654Z] + export GOPATH=/tmp/tmp.sO6z7Un9G1 [2019-09-27T12:25:54.654Z] + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.sO6z7Un9G1/src/github.com/go-swagger/go-swagger [2019-09-27T12:25:54.654Z] Cloning into '/tmp/tmp.sO6z7Un9G1/src/github.com/go-swagger/go-swagger'... [2019-09-27T12:25:57.593Z] #13 ... [2019-09-27T12:25:57.593Z] [2019-09-27T12:25:57.593Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T12:25:57.593Z] #58 86.46 DEP criu/servicefd.d [2019-09-27T12:25:57.593Z] #58 86.69 DEP criu/seize.d [2019-09-27T12:25:57.593Z] #58 86.94 DEP criu/seccomp.d [2019-09-27T12:25:57.593Z] #58 87.16 DEP criu/rst-malloc.d [2019-09-27T12:25:57.593Z] #58 87.23 DEP criu/rbtree.d [2019-09-27T12:25:57.593Z] #58 87.27 DEP criu/pstree.d [2019-09-27T12:25:57.593Z] #58 87.47 DEP criu/protobuf.d [2019-09-27T12:25:57.593Z] #58 87.64 GEN criu/protobuf-desc-gen.h [2019-09-27T12:25:57.593Z] #58 89.30 DEP criu/protobuf-desc.d [2019-09-27T12:25:57.593Z] #58 89.52 DEP criu/proc_parse.d [2019-09-27T12:25:57.593Z] #58 89.78 DEP criu/plugin.d [2019-09-27T12:25:57.593Z] #58 89.89 DEP criu/pipes.d [2019-09-27T12:25:57.848Z] #58 90.10 DEP criu/pie-util.d [2019-09-27T12:25:58.104Z] #58 90.18 DEP criu/pie-util-vdso.d [2019-09-27T12:25:58.104Z] #58 90.32 DEP criu/pie-util-vdso-elf32.d [2019-09-27T12:25:58.360Z] #58 90.49 DEP criu/path.d [2019-09-27T12:25:58.360Z] #58 90.73 DEP criu/parasite-syscall.d [2019-09-27T12:25:58.615Z] #58 91.02 DEP criu/pagemap.d [2019-09-27T12:25:59.175Z] #58 91.23 DEP criu/pagemap-cache.d [2019-09-27T12:25:59.175Z] #58 91.42 DEP criu/page-xfer.d [2019-09-27T12:25:59.431Z] #58 91.63 DEP criu/page-pipe.d [2019-09-27T12:25:59.686Z] #58 91.78 DEP criu/netfilter.d [2019-09-27T12:25:59.686Z] #58 92.06 DEP criu/net.d [2019-09-27T12:25:59.686Z] #58 ... [2019-09-27T12:25:59.686Z] [2019-09-27T12:25:59.686Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T12:25:59.686Z] #13 93.07 Selecting previously unselected package gcc-mingw-w64-base. [2019-09-27T12:25:59.686Z] #13 93.08 Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_amd64.deb ... [2019-09-27T12:25:59.686Z] #13 93.10 Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-27T12:25:59.942Z] #13 93.26 Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-09-27T12:25:59.942Z] #13 93.28 Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... [2019-09-27T12:25:59.942Z] #13 93.30 Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-27T12:26:01.476Z] + cd /tmp/tmp.sO6z7Un9G1/src/github.com/go-swagger/go-swagger [2019-09-27T12:26:01.476Z] + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-27T12:26:01.761Z] + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-09-27T12:26:05.181Z] #13 ... [2019-09-27T12:26:05.181Z] [2019-09-27T12:26:05.181Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T12:26:05.181Z] #33 151.3 vendor/golang.org/x/net/http/httpproxy [2019-09-27T12:26:05.181Z] #33 151.9 mime/multipart [2019-09-27T12:26:05.181Z] #33 154.3 crypto/tls [2019-09-27T12:26:05.181Z] #33 160.9 net/http/httptrace [2019-09-27T12:26:05.181Z] #33 161.1 net/http [2019-09-27T12:26:05.181Z] #33 ... [2019-09-27T12:26:05.181Z] [2019-09-27T12:26:05.181Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T12:26:05.181Z] #58 92.38 DEP criu/namespaces.d [2019-09-27T12:26:05.181Z] #58 92.57 DEP criu/mount.d [2019-09-27T12:26:05.181Z] #58 92.81 DEP criu/mem.d [2019-09-27T12:26:05.181Z] #58 93.02 DEP criu/lsm.d [2019-09-27T12:26:05.181Z] #58 93.16 DEP criu/log.d [2019-09-27T12:26:05.181Z] #58 93.31 DEP criu/libnetlink.d [2019-09-27T12:26:05.181Z] #58 93.47 DEP criu/kerndat.d [2019-09-27T12:26:05.181Z] #58 93.73 DEP criu/kcmp-ids.d [2019-09-27T12:26:05.181Z] #58 93.89 DEP criu/irmap.d [2019-09-27T12:26:05.181Z] #58 94.13 DEP criu/ipc_ns.d [2019-09-27T12:26:05.181Z] #58 94.40 DEP criu/image.d [2019-09-27T12:26:05.181Z] #58 94.67 DEP criu/image-desc.d [2019-09-27T12:26:05.181Z] #58 94.75 DEP criu/fsnotify.d [2019-09-27T12:26:05.181Z] #58 94.92 DEP criu/filesystems.d [2019-09-27T12:26:05.181Z] #58 95.17 DEP criu/files.d [2019-09-27T12:26:05.181Z] #58 95.45 DEP criu/files-reg.d [2019-09-27T12:26:05.181Z] #58 95.73 DEP criu/files-ext.d [2019-09-27T12:26:05.181Z] #58 95.97 DEP criu/file-lock.d [2019-09-27T12:26:05.181Z] #58 96.23 DEP criu/file-ids.d [2019-09-27T12:26:05.181Z] #58 96.50 DEP criu/fifo.d [2019-09-27T12:26:05.181Z] #58 96.61 DEP criu/fdstore.d [2019-09-27T12:26:05.181Z] #58 96.75 DEP criu/fault-injection.d [2019-09-27T12:26:05.181Z] #58 96.81 DEP criu/external.d [2019-09-27T12:26:05.181Z] #58 ... [2019-09-27T12:26:05.181Z] [2019-09-27T12:26:05.181Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-27T12:26:05.181Z] #27 DONE 161.6s [2019-09-27T12:26:05.181Z] [2019-09-27T12:26:05.181Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T12:26:05.181Z] #58 96.93 DEP criu/eventpoll.d [2019-09-27T12:26:05.181Z] #58 97.33 DEP criu/eventfd.d [2019-09-27T12:26:05.436Z] #58 97.65 DEP criu/crtools.d [2019-09-27T12:26:05.691Z] #58 98.05 DEP criu/cr-service.d [2019-09-27T12:26:05.947Z] #58 98.32 DEP criu/cr-restore.d [2019-09-27T12:26:06.202Z] #58 98.57 DEP criu/cr-errno.d [2019-09-27T12:26:06.457Z] #58 98.60 DEP criu/cr-dump.d [2019-09-27T12:26:06.457Z] #58 98.81 DEP criu/cr-dedup.d [2019-09-27T12:26:06.713Z] #58 99.00 DEP criu/cr-check.d [2019-09-27T12:26:06.872Z] 🇩 bin/containerd [2019-09-27T12:26:07.274Z] #58 99.30 DEP criu/config.d [2019-09-27T12:26:07.274Z] #58 99.56 DEP criu/clone-noasan.d [2019-09-27T12:26:07.274Z] #58 ... [2019-09-27T12:26:07.274Z] [2019-09-27T12:26:07.274Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-27T12:26:07.274Z] #15 164.2 + rm -rf /tmp/tmp.LcN5azNoZq [2019-09-27T12:26:07.274Z] #15 DONE 164.6s [2019-09-27T12:26:07.529Z] [2019-09-27T12:26:07.529Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T12:26:07.529Z] #58 99.70 DEP criu/cgroup.d [2019-09-27T12:26:07.784Z] #58 100.1 DEP criu/cgroup-props.d [2019-09-27T12:26:08.040Z] #58 100.3 DEP criu/bitmap.d [2019-09-27T12:26:08.040Z] #58 100.3 DEP criu/bfd.d [2019-09-27T12:26:08.295Z] #58 100.6 DEP criu/autofs.d [2019-09-27T12:26:08.551Z] #58 100.8 DEP criu/aio.d [2019-09-27T12:26:08.807Z] #58 101.0 DEP criu/action-scripts.d [2019-09-27T12:26:09.062Z] #58 101.3 CC criu/action-scripts.o [2019-09-27T12:26:09.318Z] #58 101.7 CC criu/aio.o [2019-09-27T12:26:09.879Z] #58 102.3 CC criu/autofs.o [2019-09-27T12:26:11.765Z] #58 104.0 CC criu/bfd.o [2019-09-27T12:26:12.326Z] #58 104.6 CC criu/bitmap.o [2019-09-27T12:26:12.581Z] #58 104.9 CC criu/cgroup-props.o [2019-09-27T12:26:13.508Z] #58 105.8 CC criu/cgroup.o [2019-09-27T12:26:16.773Z] #58 ... [2019-09-27T12:26:16.773Z] [2019-09-27T12:26:16.773Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T12:26:16.773Z] #33 173.3 github.com/LK4D4/vndr/godl [2019-09-27T12:26:17.333Z] #33 174.1 github.com/LK4D4/vndr [2019-09-27T12:26:18.524Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-09-27T12:26:18.524Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-09-27T12:26:18.524Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-09-27T12:26:22.573Z] #33 ... [2019-09-27T12:26:22.573Z] [2019-09-27T12:26:22.573Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T12:26:22.573Z] #58 108.7 CC criu/clone-noasan.o [2019-09-27T12:26:22.573Z] #58 108.9 CC criu/config.o [2019-09-27T12:26:22.573Z] #58 110.6 CC criu/cr-check.o [2019-09-27T12:26:22.573Z] #58 112.4 CC criu/cr-dedup.o [2019-09-27T12:26:22.573Z] #58 112.9 CC criu/cr-dump.o [2019-09-27T12:26:23.134Z] #58 115.3 CC criu/cr-errno.o [2019-09-27T12:26:23.134Z] #58 115.4 CC criu/cr-restore.o [2019-09-27T12:26:24.156Z] + rm -rf /tmp/tmp.sO6z7Un9G1 [2019-09-27T12:26:24.156Z] Removing intermediate container 5b1b1f88a614 [2019-09-27T12:26:24.156Z] ---> aa0d27692c3a [2019-09-27T12:26:24.156Z] Step 20/126 : FROM base AS frozen-images [2019-09-27T12:26:24.156Z] ---> 91f2a0ce6c48 [2019-09-27T12:26:24.156Z] Step 21/126 : ARG DEBIAN_FRONTEND [2019-09-27T12:26:24.156Z] ---> Using cache [2019-09-27T12:26:24.156Z] ---> d16fec82db8e [2019-09-27T12:26:24.156Z] 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-27T12:26:24.156Z] ---> Running in 70d4745253bd [2019-09-27T12:26:24.156Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-27T12:26:24.156Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-27T12:26:24.156Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-27T12:26:24.156Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-27T12:26:24.156Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-27T12:26:24.156Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [478 kB] [2019-09-27T12:26:24.156Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-09-27T12:26:24.156Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-09-27T12:26:25.628Z] Fetched 7717 kB in 2s (2978 kB/s) [2019-09-27T12:26:25.647Z] #58 ... [2019-09-27T12:26:25.647Z] [2019-09-27T12:26:25.647Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-27T12:26:25.647Z] #33 DONE 182.4s [2019-09-27T12:26:25.647Z] [2019-09-27T12:26:25.647Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T12:26:25.647Z] #13 111.1 Selecting previously unselected package g++-mingw-w64-x86-64. [2019-09-27T12:26:25.647Z] #13 111.1 Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_amd64.deb ... [2019-09-27T12:26:25.647Z] #13 111.1 Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-27T12:26:26.928Z] 🇩 bin/containerd-stress [2019-09-27T12:26:27.101Z] Reading package lists... [2019-09-27T12:26:27.323Z] 🇩 bin/containerd-shim [2019-09-27T12:26:28.108Z] Reading package lists... [2019-09-27T12:26:28.391Z] Building dependency tree... [2019-09-27T12:26:28.391Z] Reading state information... [2019-09-27T12:26:28.391Z] ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-09-27T12:26:28.391Z] The following additional packages will be installed: [2019-09-27T12:26:28.391Z] libjq1 libonig4 [2019-09-27T12:26:28.391Z] The following NEW packages will be installed: [2019-09-27T12:26:28.391Z] jq libjq1 libonig4 [2019-09-27T12:26:28.391Z] 0 upgraded, 3 newly installed, 0 to remove and 3 not upgraded. [2019-09-27T12:26:28.391Z] Need to get 310 kB of archives. [2019-09-27T12:26:28.391Z] After this operation, 1267 kB of additional disk space will be used. [2019-09-27T12:26:28.391Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libonig4 ppc64el 6.1.3-2 [140 kB] [2019-09-27T12:26:28.674Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjq1 ppc64el 1.5+dfsg-1.3 [111 kB] [2019-09-27T12:26:28.674Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el jq ppc64el 1.5+dfsg-1.3 [58.9 kB] [2019-09-27T12:26:28.674Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-27T12:26:28.674Z] Fetched 310 kB in 0s (3580 kB/s) [2019-09-27T12:26:28.674Z] Selecting previously unselected package libonig4:ppc64el. [2019-09-27T12:26:28.910Z] #13 ... [2019-09-27T12:26:28.910Z] [2019-09-27T12:26:28.910Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T12:26:28.910Z] #58 120.6 CC criu/cr-service.o [2019-09-27T12:26:28.957Z] (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-27T12:26:28.957Z] Preparing to unpack .../libonig4_6.1.3-2_ppc64el.deb ... [2019-09-27T12:26:28.957Z] Unpacking libonig4:ppc64el (6.1.3-2) ... [2019-09-27T12:26:28.957Z] Selecting previously unselected package libjq1:ppc64el. [2019-09-27T12:26:28.957Z] Preparing to unpack .../libjq1_1.5+dfsg-1.3_ppc64el.deb ... [2019-09-27T12:26:28.957Z] Unpacking libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-09-27T12:26:28.957Z] Selecting previously unselected package jq. [2019-09-27T12:26:28.957Z] Preparing to unpack .../jq_1.5+dfsg-1.3_ppc64el.deb ... [2019-09-27T12:26:28.957Z] Unpacking jq (1.5+dfsg-1.3) ... [2019-09-27T12:26:28.957Z] Setting up libonig4:ppc64el (6.1.3-2) ... [2019-09-27T12:26:28.957Z] Setting up libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-09-27T12:26:28.957Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T12:26:28.957Z] Setting up jq (1.5+dfsg-1.3) ... [2019-09-27T12:26:29.573Z] Removing intermediate container 70d4745253bd [2019-09-27T12:26:29.573Z] ---> 4c3e4968cd38 [2019-09-27T12:26:29.573Z] Step 23/126 : COPY contrib/download-frozen-image-v2.sh / [2019-09-27T12:26:29.573Z] ---> 55b160998192 [2019-09-27T12:26:29.573Z] 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-27T12:26:29.573Z] ---> Running in 16d195c99d08 [2019-09-27T12:26:29.837Z] #58 122.0 CC criu/crtools.o [2019-09-27T12:26:30.398Z] #58 122.7 CC criu/eventfd.o [2019-09-27T12:26:30.581Z] Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-09-27T12:26:30.653Z] #58 123.1 CC criu/eventpoll.o [2019-09-27T12:26:30.864Z]  [2019-09-27T12:26:31.724Z]  ########    11.4% #################           24.8% ###############################       44.0% ##########################################          58.3% ########################################################     78.1% ###################################################################  93.7% ######################################################################## 100.0% [2019-09-27T12:26:32.007Z]  [2019-09-27T12:26:32.017Z] #58 124.0 CC criu/external.o [2019-09-27T12:26:32.017Z] #58 124.4 CC criu/fault-injection.o [2019-09-27T12:26:32.272Z] #58 124.6 CC criu/fdstore.o [2019-09-27T12:26:32.292Z]  #########################  35.7% ##########################################################  81.7% ######################################################################## 100.0% [2019-09-27T12:26:32.502Z] 🇩 bin/containerd-shim-runc-v1 [2019-09-27T12:26:32.577Z]  [2019-09-27T12:26:32.834Z] #58 124.9 CC criu/fifo.o [2019-09-27T12:26:32.861Z]  ##########             14.4% ###########################  37.6% ################################################# 68.6% ####################################################################### 99.6% ######################################################################## 100.0% [2019-09-27T12:26:33.090Z] #58 125.3 CC criu/file-ids.o [2019-09-27T12:26:33.144Z]  [2019-09-27T12:26:33.345Z] #58 125.8 CC criu/file-lock.o [2019-09-27T12:26:33.906Z] #58 ... [2019-09-27T12:26:33.906Z] [2019-09-27T12:26:33.906Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T12:26:33.906Z] #13 123.1 Setting up aufs-tools (1:4.1+20161219-1) ... [2019-09-27T12:26:33.906Z] #13 123.1 Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-27T12:26:33.906Z] #13 123.1 Setting up libsepol1-dev:amd64 (2.6-2) ... [2019-09-27T12:26:33.907Z] #13 123.1 Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-27T12:26:33.907Z] #13 123.2 Setting up libnet1:amd64 (1.1.6+dfsg-3) ... [2019-09-27T12:26:33.907Z] #13 123.2 Setting up libip4tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-27T12:26:33.907Z] #13 123.2 Processing triggers for mime-support (3.60) ... [2019-09-27T12:26:33.907Z] #13 123.2 Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-27T12:26:33.907Z] #13 123.2 Setting up libgpm2:amd64 (1.20.4-6.2+b1) ... [2019-09-27T12:26:33.907Z] #13 123.3 Setting up libcap2-bin (1:2.25-1) ... [2019-09-27T12:26:33.907Z] #13 123.3 Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-27T12:26:33.907Z] #13 123.3 Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-27T12:26:33.907Z] #13 123.3 Setting up bash-completion (1:2.1-4.3) ... [2019-09-27T12:26:33.907Z] #13 125.6 Setting up libonig4:amd64 (6.1.3-2) ... [2019-09-27T12:26:33.907Z] #13 125.6 Setting up libprotobuf-c1:amd64 (1.2.1-2) ... [2019-09-27T12:26:33.907Z] #13 125.6 Setting up zip (3.0-11+b1) ... [2019-09-27T12:26:33.907Z] #13 125.6 Setting up bzip2 (1.0.6-8.1) ... [2019-09-27T12:26:33.907Z] #13 125.7 Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-27T12:26:33.907Z] #13 125.7 Setting up libjq1:amd64 (1.5+dfsg-1.3) ... [2019-09-27T12:26:33.907Z] #13 125.7 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T12:26:33.907Z] #13 125.8 Setting up libaio1:amd64 (0.3.110-3) ... [2019-09-27T12:26:33.907Z] #13 125.8 Setting up libxtables12:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-27T12:26:33.907Z] #13 125.8 Setting up xz-utils (5.2.2-1.2+b1) ... [2019-09-27T12:26:33.907Z] #13 125.8 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-09-27T12:26:33.907Z] #13 125.8 Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-27T12:26:33.907Z] #13 125.8 Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-27T12:26:33.907Z] #13 125.8 Setting up libpcrecpp0v5:amd64 (2:8.39-3) ... [2019-09-27T12:26:33.907Z] #13 125.8 Setting up libpcre32-3:amd64 (2:8.39-3) ... [2019-09-27T12:26:33.907Z] #13 125.9 Setting up libnfnetlink0:amd64 (1.0.1-3) ... [2019-09-27T12:26:33.907Z] #13 125.9 Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-27T12:26:33.907Z] #13 126.2 Setting up libsystemd-dev:amd64 (232-25+deb9u12) ... [2019-09-27T12:26:33.907Z] #13 126.2 Setting up libpcre16-3:amd64 (2:8.39-3) ... [2019-09-27T12:26:33.907Z] #13 126.2 Setting up libreadline5:amd64 (5.2+dfsg-3+b1) ... [2019-09-27T12:26:33.907Z] #13 126.2 Setting up libnl-3-200:amd64 (3.2.27-2) ... [2019-09-27T12:26:33.907Z] #13 126.3 Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-27T12:26:33.907Z] #13 126.3 Setting up libudev-dev:amd64 (232-25+deb9u12) ... [2019-09-27T12:26:33.907Z] #13 126.3 Setting up pigz (2.3.4-1) ... [2019-09-27T12:26:33.907Z] #13 126.3 Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-27T12:26:33.907Z] #13 126.3 Setting up libmpdec2:amd64 (2.4.2-1) ... [2019-09-27T12:26:33.907Z] #13 126.3 Setting up libip6tc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-27T12:26:33.907Z] #13 126.3 Setting up mingw-w64-common (5.0.1-1) ... [2019-09-27T12:26:33.907Z] #13 126.3 Setting up liblzo2-2:amd64 (2.08-1.2+b2) ... [2019-09-27T12:26:33.907Z] #13 126.4 Setting up jq (1.5+dfsg-1.3) ... [2019-09-27T12:26:33.907Z] #13 126.4 Setting up libpcre3-dev:amd64 (2:8.39-3) ... [2019-09-27T12:26:33.907Z] #13 126.4 Setting up libnetfilter-conntrack3:amd64 (1.0.6-2) ... [2019-09-27T12:26:33.907Z] #13 126.4 Setting up xfsprogs (4.9.0+nmu1) ... [2019-09-27T12:26:33.907Z] #13 126.4 Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-09-27T12:26:33.907Z] #13 126.4 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-09-27T12:26:33.907Z] #13 126.4 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-09-27T12:26:33.907Z] #13 126.4 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-09-27T12:26:33.907Z] #13 126.4 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-09-27T12:26:33.907Z] #13 126.4 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-09-27T12:26:33.907Z] #13 126.5 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-09-27T12:26:33.907Z] #13 126.5 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-09-27T12:26:33.907Z] #13 126.5 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-09-27T12:26:33.907Z] #13 126.5 Setting up libpython3.5-stdlib:amd64 (3.5.3-1+deb9u1) ... [2019-09-27T12:26:33.907Z] #13 126.5 Setting up libiptc0:amd64 (1.6.0+snapshot20161117-6) ... [2019-09-27T12:26:33.907Z] #13 126.5 Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-27T12:26:33.907Z] #13 126.5 Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-09-27T12:26:33.907Z] #13 126.5 Setting up btrfs-progs (4.7.3-1) ... [2019-09-27T12:26:33.907Z] #13 126.5 Setting up libselinux1-dev:amd64 (2.6-3+b3) ... [2019-09-27T12:26:33.907Z] #13 126.5 Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-09-27T12:26:34.564Z]  ####    6.2% ###########    16.5% ################        23.5% ######################          31.5% ############################  39.5% ####################################   51.3% #############################################   62.9% #################################################          68.4% ######################################################     75.8% ############################################################      84.7% ##################################################################   92.7% ######################################################################## 100.0% [2019-09-27T12:26:34.564Z]  [2019-09-27T12:26:35.211Z] 🇩 binaries [2019-09-27T12:26:35.211Z] + mkdir -p /build [2019-09-27T12:26:35.211Z] + cp bin/containerd /build/containerd [2019-09-27T12:26:35.577Z] Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-09-27T12:26:35.577Z]  [2019-09-27T12:26:35.585Z] + cp bin/containerd-shim /build/containerd-shim [2019-09-27T12:26:35.585Z] + cp bin/ctr /build/ctr [2019-09-27T12:26:35.859Z]  ######################################################################## 100.0% [2019-09-27T12:26:35.859Z]  [2019-09-27T12:26:36.498Z] Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-09-27T12:26:36.782Z]  [2019-09-27T12:26:36.782Z]  ######################################################################## 100.0% [2019-09-27T12:26:36.782Z]  [2019-09-27T12:26:37.792Z] Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-09-27T12:26:37.792Z] skipping existing c8c2d4a6b2e3 [2019-09-27T12:26:37.792Z] [2019-09-27T12:26:38.075Z] Removing intermediate container bd8631743940 [2019-09-27T12:26:38.075Z] ---> 3de38b9c7984 [2019-09-27T12:26:38.075Z] Step 57/126 : FROM dev-base AS proxy [2019-09-27T12:26:38.075Z] ---> bd7c821f124c [2019-09-27T12:26:38.075Z] Step 58/126 : ENV INSTALL_BINARY_NAME=proxy [2019-09-27T12:26:38.075Z] ---> Running in 17b6f979260e [2019-09-27T12:26:38.078Z] #13 131.0 Setting up libpython3-stdlib:amd64 (3.5.3-1) ... [2019-09-27T12:26:38.078Z] #13 131.0 Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-27T12:26:38.078Z] #13 131.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-27T12:26:38.078Z] #13 131.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-27T12:26:38.078Z] #13 131.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2019-09-27T12:26:38.078Z] #13 131.0 update-alternatives: warning: skip creation of /usr/bin/x86_64-w64-mingw32-gcc-6 because associated file /usr/bin/x86_64-w64-mingw32-gcc-6-win32 (of link group x86_64-w64-mingw32-gcc) doesn't exist [2019-09-27T12:26:38.078Z] #13 131.0 Setting up btrfs-tools (4.7.3-1) ... [2019-09-27T12:26:38.078Z] #13 131.0 Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-27T12:26:38.078Z] #13 131.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-09-27T12:26:38.078Z] #13 131.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2019-09-27T12:26:38.078Z] #13 131.0 Setting up python3 (3.5.3-1) ... [2019-09-27T12:26:38.416Z] Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-09-27T12:26:38.496Z] Removing intermediate container 17b6f979260e [2019-09-27T12:26:38.496Z] ---> 77402171af99 [2019-09-27T12:26:38.496Z] Step 59/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T12:26:38.496Z] ---> 4f860a107e34 [2019-09-27T12:26:38.496Z] Step 60/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-27T12:26:38.699Z]  [2019-09-27T12:26:38.699Z]  ######################################################################## 100.0% [2019-09-27T12:26:38.699Z]  [2019-09-27T12:26:38.699Z] Download of images into '/build' complete. [2019-09-27T12:26:38.699Z] Use something like the following to load the result into a Docker daemon: [2019-09-27T12:26:38.699Z] tar -cC '/build' . | docker load [2019-09-27T12:26:38.879Z] ---> b404f8f5e416 [2019-09-27T12:26:38.879Z] Step 61/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-27T12:26:39.289Z] ---> Running in 572d2875fcc3 [2019-09-27T12:26:39.441Z] #13 132.9 Setting up apparmor (2.11.0-3+deb9u2) ... [2019-09-27T12:26:39.654Z] + RM_GOPATH=0 [2019-09-27T12:26:39.654Z] + TMP_GOPATH= [2019-09-27T12:26:39.654Z] + : /build [2019-09-27T12:26:39.654Z] + '[' -z '' ']' [2019-09-27T12:26:39.654Z] ++ mktemp -d [2019-09-27T12:26:39.654Z] + export GOPATH=/tmp/tmp.Y09dgjs43W [2019-09-27T12:26:39.654Z] + GOPATH=/tmp/tmp.Y09dgjs43W [2019-09-27T12:26:39.654Z] + RM_GOPATH=1 [2019-09-27T12:26:39.654Z] ++ dirname ./install.sh [2019-09-27T12:26:39.654Z] + dir=. [2019-09-27T12:26:39.654Z] + bin=proxy [2019-09-27T12:26:39.654Z] + shift [2019-09-27T12:26:39.654Z] + '[' '!' -f ./proxy.installer ']' [2019-09-27T12:26:39.654Z] + . ./proxy.installer [2019-09-27T12:26:39.654Z] ++ LIBNETWORK_COMMIT=96bcc0dae898308ed659c5095526788a602f4726 [2019-09-27T12:26:39.654Z] + install_proxy [2019-09-27T12:26:39.654Z] + case "$1" in [2019-09-27T12:26:39.654Z] + export CGO_ENABLED=0 [2019-09-27T12:26:39.654Z] + CGO_ENABLED=0 [2019-09-27T12:26:39.654Z] + _install_proxy [2019-09-27T12:26:39.654Z] + echo 'Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726' [2019-09-27T12:26:39.654Z] + git clone https://github.com/docker/libnetwork.git /tmp/tmp.Y09dgjs43W/src/github.com/docker/libnetwork [2019-09-27T12:26:39.654Z] Cloning into '/tmp/tmp.Y09dgjs43W/src/github.com/docker/libnetwork'... [2019-09-27T12:26:39.654Z] Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726 [2019-09-27T12:26:40.943Z] + cd /tmp/tmp.Y09dgjs43W/src/github.com/docker/libnetwork [2019-09-27T12:26:40.943Z] + git checkout -q 96bcc0dae898308ed659c5095526788a602f4726 [2019-09-27T12:26:41.314Z] + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-09-27T12:26:41.373Z] #13 134.3 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-09-27T12:26:41.374Z] #13 134.5 diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-09-27T12:26:41.374Z] #13 134.7 Setting up libdevmapper1.02.1:amd64 (2:1.02.137-2) ... [2019-09-27T12:26:41.374Z] #13 134.7 Setting up python3-wheel (0.29.0-2) ... [2019-09-27T12:26:41.378Z] Removing intermediate container 16d195c99d08 [2019-09-27T12:26:41.378Z] ---> fb71212bec57 [2019-09-27T12:26:41.378Z] Step 25/126 : FROM base AS cross-false [2019-09-27T12:26:41.378Z] ---> 91f2a0ce6c48 [2019-09-27T12:26:41.378Z] Step 26/126 : FROM base AS cross-true [2019-09-27T12:26:41.378Z] ---> 91f2a0ce6c48 [2019-09-27T12:26:41.378Z] Step 27/126 : ARG DEBIAN_FRONTEND [2019-09-27T12:26:41.378Z] ---> Using cache [2019-09-27T12:26:41.378Z] ---> d16fec82db8e [2019-09-27T12:26:41.378Z] Step 28/126 : RUN dpkg --add-architecture armhf [2019-09-27T12:26:41.378Z] ---> Running in 03f295f139e4 [2019-09-27T12:26:42.298Z] #13 135.7 Setting up python3-pkg-resources (33.1.1-1) ... [2019-09-27T12:26:42.389Z] Removing intermediate container 03f295f139e4 [2019-09-27T12:26:42.389Z] ---> 4a5095ca466c [2019-09-27T12:26:42.389Z] Step 29/126 : RUN dpkg --add-architecture arm64 [2019-09-27T12:26:42.389Z] ---> Running in f44d29073b20 [2019-09-27T12:26:43.007Z] Removing intermediate container f44d29073b20 [2019-09-27T12:26:43.007Z] ---> ae1b3a8e1519 [2019-09-27T12:26:43.007Z] Step 30/126 : RUN dpkg --add-architecture armel [2019-09-27T12:26:43.007Z] ---> Running in f28f59a76f33 [2019-09-27T12:26:43.629Z] Removing intermediate container f28f59a76f33 [2019-09-27T12:26:43.629Z] ---> 2d1f13162daa [2019-09-27T12:26:43.629Z] 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-27T12:26:43.629Z] ---> Running in f91db1cace1d [2019-09-27T12:26:43.658Z] #13 136.7 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.137-2) ... [2019-09-27T12:26:43.658Z] #13 136.7 Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-09-27T12:26:43.879Z] Removing intermediate container 572d2875fcc3 [2019-09-27T12:26:43.879Z] ---> c69e2faff301 [2019-09-27T12:26:43.879Z] Step 62/126 : FROM base AS golangci_lint [2019-09-27T12:26:43.879Z] ---> bd7c821f124c [2019-09-27T12:26:43.879Z] Step 63/126 : ENV INSTALL_BINARY_NAME=golangci_lint [2019-09-27T12:26:43.879Z] ---> Running in 5b04c3e3e04c [2019-09-27T12:26:43.879Z] Removing intermediate container 5b04c3e3e04c [2019-09-27T12:26:43.879Z] ---> 2bedb293799c [2019-09-27T12:26:43.879Z] Step 64/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T12:26:43.879Z] ---> 2903f14fd4c8 [2019-09-27T12:26:43.879Z] Step 65/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-27T12:26:44.247Z] ---> 634b932f02c4 [2019-09-27T12:26:44.247Z] Step 66/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-27T12:26:44.247Z] ---> Running in 1707c941c108 [2019-09-27T12:26:44.582Z] #13 ... [2019-09-27T12:26:44.582Z] [2019-09-27T12:26:44.582Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T12:26:44.582Z] #58 126.8 CC criu/files-ext.o [2019-09-27T12:26:44.582Z] #58 127.2 CC criu/files-reg.o [2019-09-27T12:26:44.582Z] #58 129.3 CC criu/files.o [2019-09-27T12:26:44.582Z] #58 131.3 CC criu/filesystems.o [2019-09-27T12:26:44.582Z] #58 131.9 CC criu/fsnotify.o [2019-09-27T12:26:44.582Z] #58 133.2 CC criu/image-desc.o [2019-09-27T12:26:44.582Z] #58 133.5 CC criu/image.o [2019-09-27T12:26:44.582Z] #58 134.4 CC criu/ipc_ns.o [2019-09-27T12:26:44.582Z] #58 135.7 CC criu/irmap.o [2019-09-27T12:26:44.582Z] #58 136.4 CC criu/kcmp-ids.o [2019-09-27T12:26:44.582Z] #58 136.7 CC criu/kerndat.o [2019-09-27T12:26:44.582Z] #58 ... [2019-09-27T12:26:44.582Z] [2019-09-27T12:26:44.582Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-27T12:26:44.582Z] #13 137.9 Setting up dmsetup (2:1.02.137-2) ... [2019-09-27T12:26:44.582Z] #13 137.9 Setting up python3-setuptools (33.1.1-1) ... [2019-09-27T12:26:44.620Z] + RM_GOPATH=0 [2019-09-27T12:26:44.620Z] + TMP_GOPATH= [2019-09-27T12:26:44.620Z] + : /build [2019-09-27T12:26:44.620Z] + '[' -z '' ']' [2019-09-27T12:26:44.620Z] ++ mktemp -d [2019-09-27T12:26:44.620Z] + export GOPATH=/tmp/tmp.iqBXKTAHnG [2019-09-27T12:26:44.620Z] + GOPATH=/tmp/tmp.iqBXKTAHnG [2019-09-27T12:26:44.620Z] + RM_GOPATH=1 [2019-09-27T12:26:44.620Z] ++ dirname ./install.sh [2019-09-27T12:26:44.620Z] + dir=. [2019-09-27T12:26:44.620Z] + bin=golangci_lint [2019-09-27T12:26:44.620Z] + shift [2019-09-27T12:26:44.620Z] + '[' '!' -f ./golangci_lint.installer ']' [2019-09-27T12:26:44.620Z] + . ./golangci_lint.installer [2019-09-27T12:26:44.620Z] ++ : v1.17.1 [2019-09-27T12:26:44.620Z] + install_golangci_lint [2019-09-27T12:26:44.620Z] + echo 'Installing golangci-lint version v1.17.1' [2019-09-27T12:26:44.620Z] + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-09-27T12:26:44.620Z] Installing golangci-lint version v1.17.1 [2019-09-27T12:26:44.639Z] Removing intermediate container f91db1cace1d [2019-09-27T12:26:44.639Z] ---> 374c5c2947ed [2019-09-27T12:26:44.639Z] Step 32/126 : FROM cross-${CROSS} as dev-base [2019-09-27T12:26:44.639Z] ---> 91f2a0ce6c48 [2019-09-27T12:26:44.639Z] Step 33/126 : FROM dev-base AS runtime-dev-cross-false [2019-09-27T12:26:44.639Z] ---> 91f2a0ce6c48 [2019-09-27T12:26:44.639Z] Step 34/126 : ARG DEBIAN_FRONTEND [2019-09-27T12:26:44.639Z] ---> Using cache [2019-09-27T12:26:44.639Z] ---> d16fec82db8e [2019-09-27T12:26:44.639Z] 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-27T12:26:44.639Z] ---> Running in 546f7854b867 [2019-09-27T12:26:44.923Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-27T12:26:44.923Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-27T12:26:44.923Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-27T12:26:44.923Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-27T12:26:44.923Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-27T12:26:45.207Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [478 kB] [2019-09-27T12:26:45.207Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-09-27T12:26:45.490Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-09-27T12:26:45.760Z] #13 139.0 Setting up dh-python (2.20170125) ... [2019-09-27T12:26:46.475Z] + cd /tmp/tmp.iqBXKTAHnG/src/github.com/golangci/golangci-lint/ [2019-09-27T12:26:46.475Z] + git checkout -q v1.17.1 [2019-09-27T12:26:46.475Z] + go build -buildmode=pie -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-09-27T12:26:46.685Z] #13 139.8 Setting up libdevmapper-dev:amd64 (2:1.02.137-2) ... [2019-09-27T12:26:46.685Z] #13 139.8 Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T12:26:46.943Z] #13 DONE 140.5s [2019-09-27T12:26:46.943Z] [2019-09-27T12:26:46.944Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-27T12:26:46.944Z] #42 162.1 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-09-27T12:26:47.533Z] Fetched 7717 kB in 2s (3065 kB/s) [2019-09-27T12:26:48.541Z] Reading package lists... [2019-09-27T12:26:49.453Z] #42 164.3 + mkdir -p /build [2019-09-27T12:26:49.453Z] #42 164.3 + cp runc /build/runc [2019-09-27T12:26:49.453Z] #42 DONE 164.5s [2019-09-27T12:26:49.453Z] [2019-09-27T12:26:49.453Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T12:26:49.453Z] #58 137.9 CC criu/libnetlink.o [2019-09-27T12:26:49.453Z] #58 138.3 CC criu/log.o [2019-09-27T12:26:49.453Z] #58 138.9 CC criu/lsm.o [2019-09-27T12:26:49.453Z] #58 139.3 CC criu/mem.o [2019-09-27T12:26:49.453Z] #58 141.2 CC criu/mount.o [2019-09-27T12:26:50.018Z] Reading package lists... [2019-09-27T12:26:50.018Z] Building dependency tree... [2019-09-27T12:26:50.018Z] Reading state information... [2019-09-27T12:26:50.018Z] The following additional packages will be installed: [2019-09-27T12:26:50.018Z] libapparmor1 libseccomp2 [2019-09-27T12:26:50.018Z] Suggested packages: [2019-09-27T12:26:50.018Z] seccomp [2019-09-27T12:26:50.300Z] The following NEW packages will be installed: [2019-09-27T12:26:50.300Z] libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-09-27T12:26:50.300Z] 0 upgraded, 4 newly installed, 0 to remove and 3 not upgraded. [2019-09-27T12:26:50.300Z] Need to get 296 kB of archives. [2019-09-27T12:26:50.300Z] After this operation, 1346 kB of additional disk space will be used. [2019-09-27T12:26:50.300Z] 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-27T12:26:50.300Z] 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-27T12:26:50.300Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor1 ppc64el 2.11.0-3+deb9u2 [77.1 kB] [2019-09-27T12:26:50.300Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor-dev ppc64el 2.11.0-3+deb9u2 [118 kB] [2019-09-27T12:26:50.584Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-27T12:26:50.584Z] Fetched 296 kB in 0s (3265 kB/s) [2019-09-27T12:26:50.584Z] Selecting previously unselected package libseccomp2:ppc64el. [2019-09-27T12:26:50.584Z] (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-27T12:26:50.584Z] Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_ppc64el.deb ... [2019-09-27T12:26:50.584Z] Unpacking libseccomp2:ppc64el (2.3.1-2.1+deb9u1) ... [2019-09-27T12:26:50.584Z] Selecting previously unselected package libseccomp-dev:ppc64el. [2019-09-27T12:26:50.584Z] Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_ppc64el.deb ... [2019-09-27T12:26:50.584Z] Unpacking libseccomp-dev:ppc64el (2.3.1-2.1+deb9u1) ... [2019-09-27T12:26:50.584Z] Selecting previously unselected package libapparmor1:ppc64el. [2019-09-27T12:26:50.584Z] Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_ppc64el.deb ... [2019-09-27T12:26:50.584Z] Unpacking libapparmor1:ppc64el (2.11.0-3+deb9u2) ... [2019-09-27T12:26:50.584Z] Selecting previously unselected package libapparmor-dev:ppc64el. [2019-09-27T12:26:50.584Z] Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_ppc64el.deb ... [2019-09-27T12:26:50.584Z] Unpacking libapparmor-dev:ppc64el (2.11.0-3+deb9u2) ... [2019-09-27T12:26:50.869Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T12:26:50.869Z] Setting up libseccomp2:ppc64el (2.3.1-2.1+deb9u1) ... [2019-09-27T12:26:50.869Z] Setting up libapparmor1:ppc64el (2.11.0-3+deb9u2) ... [2019-09-27T12:26:50.869Z] Setting up libseccomp-dev:ppc64el (2.3.1-2.1+deb9u1) ... [2019-09-27T12:26:50.869Z] Setting up libapparmor-dev:ppc64el (2.11.0-3+deb9u2) ... [2019-09-27T12:26:50.869Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T12:26:51.151Z] Removing intermediate container 546f7854b867 [2019-09-27T12:26:51.151Z] ---> 7375933aa280 [2019-09-27T12:26:51.151Z] Step 36/126 : FROM cross-true AS runtime-dev-cross-true [2019-09-27T12:26:51.151Z] ---> 374c5c2947ed [2019-09-27T12:26:51.151Z] Step 37/126 : ARG DEBIAN_FRONTEND [2019-09-27T12:26:51.436Z] ---> Running in d2d77d4b210f [2019-09-27T12:26:51.436Z] Removing intermediate container d2d77d4b210f [2019-09-27T12:26:51.436Z] ---> 794fb0624021 [2019-09-27T12:26:51.436Z] 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-27T12:26:51.436Z] ---> Running in 7b38df92d315 [2019-09-27T12:26:52.051Z] Removing intermediate container 7b38df92d315 [2019-09-27T12:26:52.052Z] ---> 0944fc890678 [2019-09-27T12:26:52.052Z] Step 39/126 : FROM runtime-dev-cross-${CROSS} AS runtime-dev [2019-09-27T12:26:52.052Z] ---> 7375933aa280 [2019-09-27T12:26:52.052Z] Step 40/126 : FROM base AS tomlv [2019-09-27T12:26:52.052Z] ---> 91f2a0ce6c48 [2019-09-27T12:26:52.052Z] Step 41/126 : ENV INSTALL_BINARY_NAME=tomlv [2019-09-27T12:26:52.052Z] ---> Running in 2c6000a1ee3a [2019-09-27T12:26:52.336Z] Removing intermediate container 2c6000a1ee3a [2019-09-27T12:26:52.336Z] ---> 4af3b87dcab5 [2019-09-27T12:26:52.336Z] Step 42/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T12:26:52.336Z] ---> 12e35725dff7 [2019-09-27T12:26:52.336Z] Step 43/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-27T12:26:52.619Z] ---> 45cf56047788 [2019-09-27T12:26:52.619Z] Step 44/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-27T12:26:52.619Z] ---> Running in 9476374c7f69 [2019-09-27T12:26:52.712Z] #58 144.8 CC criu/namespaces.o [2019-09-27T12:26:52.903Z] + RM_GOPATH=0 [2019-09-27T12:26:52.903Z] + TMP_GOPATH= [2019-09-27T12:26:52.903Z] + : /build [2019-09-27T12:26:52.903Z] + '[' -z '' ']' [2019-09-27T12:26:52.903Z] ++ mktemp -d [2019-09-27T12:26:52.903Z] + export GOPATH=/tmp/tmp.nR2ssEyaS7 [2019-09-27T12:26:52.903Z] + GOPATH=/tmp/tmp.nR2ssEyaS7 [2019-09-27T12:26:52.903Z] + RM_GOPATH=1 [2019-09-27T12:26:52.903Z] ++ dirname ./install.sh [2019-09-27T12:26:52.903Z] Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-27T12:26:52.903Z] + dir=. [2019-09-27T12:26:52.903Z] + bin=tomlv [2019-09-27T12:26:52.903Z] + shift [2019-09-27T12:26:52.903Z] + '[' '!' -f ./tomlv.installer ']' [2019-09-27T12:26:52.903Z] + . ./tomlv.installer [2019-09-27T12:26:52.903Z] ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-27T12:26:52.903Z] + install_tomlv [2019-09-27T12:26:52.903Z] + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-09-27T12:26:52.903Z] + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.nR2ssEyaS7/src/github.com/BurntSushi/toml [2019-09-27T12:26:52.903Z] Cloning into '/tmp/tmp.nR2ssEyaS7/src/github.com/BurntSushi/toml'... [2019-09-27T12:26:53.522Z] + cd /tmp/tmp.nR2ssEyaS7/src/github.com/BurntSushi/toml [2019-09-27T12:26:53.522Z] + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-27T12:26:53.522Z] + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-09-27T12:26:53.522Z] runtime/internal/sys [2019-09-27T12:26:53.522Z] math/bits [2019-09-27T12:26:53.522Z] internal/cpu [2019-09-27T12:26:53.522Z] runtime/internal/atomic [2019-09-27T12:26:53.522Z] runtime/internal/math [2019-09-27T12:26:53.522Z] unicode/utf8 [2019-09-27T12:26:53.522Z] internal/bytealg [2019-09-27T12:26:53.522Z] internal/race [2019-09-27T12:26:53.522Z] math [2019-09-27T12:26:53.522Z] sync/atomic [2019-09-27T12:26:53.522Z] unicode [2019-09-27T12:26:53.522Z] internal/testlog [2019-09-27T12:26:53.522Z] runtime [2019-09-27T12:26:53.522Z] encoding [2019-09-27T12:26:53.856Z] runtime/cgo [2019-09-27T12:26:54.598Z] #58 146.5 CC criu/net.o [2019-09-27T12:26:56.486Z] #58 148.7 CC criu/netfilter.o [2019-09-27T12:26:56.741Z] #58 149.0 CC criu/page-pipe.o [2019-09-27T12:26:56.996Z] #58 149.4 CC criu/page-xfer.o [2019-09-27T12:26:56.996Z] #58 ... [2019-09-27T12:26:56.996Z] [2019-09-27T12:26:56.996Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-09-27T12:26:56.996Z] #14 6.502 Collecting yamllint==1.16.0 [2019-09-27T12:26:57.922Z] #14 ... [2019-09-27T12:26:57.922Z] [2019-09-27T12:26:57.922Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T12:26:57.922Z] #58 150.2 CC criu/pagemap-cache.o [2019-09-27T12:26:58.177Z] #58 150.4 CC criu/pagemap.o [2019-09-27T12:26:58.281Z] internal/reflectlite [2019-09-27T12:26:58.281Z] sync [2019-09-27T12:26:58.281Z] errors [2019-09-27T12:26:58.281Z] sort [2019-09-27T12:26:58.281Z] internal/oserror [2019-09-27T12:26:58.281Z] io [2019-09-27T12:26:58.281Z] strconv [2019-09-27T12:26:58.281Z] syscall [2019-09-27T12:26:58.567Z] bytes [2019-09-27T12:26:58.567Z] strings [2019-09-27T12:26:59.103Z] #58 151.1 CC criu/parasite-syscall.o [2019-09-27T12:26:59.190Z] reflect [2019-09-27T12:26:59.190Z] bufio [2019-09-27T12:26:59.190Z] path [2019-09-27T12:26:59.475Z] text/tabwriter [2019-09-27T12:26:59.663Z] #58 151.8 CC criu/path.o [2019-09-27T12:26:59.663Z] #58 152.0 CC criu/pie-util-vdso-elf32.o [2019-09-27T12:26:59.758Z] time [2019-09-27T12:26:59.758Z] internal/syscall/unix [2019-09-27T12:27:00.223Z] #58 152.3 CC criu/pie-util-vdso.o [2019-09-27T12:27:00.380Z] internal/poll [2019-09-27T12:27:00.478Z] #58 152.6 CC criu/pie-util.o [2019-09-27T12:27:00.478Z] #58 152.8 CC criu/pipes.o [2019-09-27T12:27:00.665Z] os [2019-09-27T12:27:00.949Z] internal/fmtsort [2019-09-27T12:27:01.039Z] #58 153.4 CC criu/plugin.o [2019-09-27T12:27:01.232Z] path/filepath [2019-09-27T12:27:01.232Z] fmt [2019-09-27T12:27:01.516Z] io/ioutil [2019-09-27T12:27:01.599Z] #58 153.8 CC criu/proc_parse.o [2019-09-27T12:27:01.800Z] log [2019-09-27T12:27:01.800Z] flag [2019-09-27T12:27:01.800Z] github.com/BurntSushi/toml [2019-09-27T12:27:02.421Z] github.com/BurntSushi/toml/cmd/tomlv [2019-09-27T12:27:04.114Z] #58 156.3 CC criu/protobuf-desc.o [2019-09-27T12:27:04.452Z] Removing intermediate container 9476374c7f69 [2019-09-27T12:27:04.452Z] ---> d5380efc56ac [2019-09-27T12:27:04.452Z] Step 45/126 : FROM base AS vndr [2019-09-27T12:27:04.452Z] ---> 91f2a0ce6c48 [2019-09-27T12:27:04.452Z] Step 46/126 : ENV INSTALL_BINARY_NAME=vndr [2019-09-27T12:27:04.452Z] ---> Running in d6102f054be0 [2019-09-27T12:27:04.452Z] Removing intermediate container d6102f054be0 [2019-09-27T12:27:04.452Z] ---> 0d9cf1bc8eb2 [2019-09-27T12:27:04.452Z] Step 47/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T12:27:04.452Z] ---> 5dd163be3dd5 [2019-09-27T12:27:04.452Z] Step 48/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-27T12:27:04.452Z] ---> 91edc5515fbe [2019-09-27T12:27:04.452Z] Step 49/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-27T12:27:04.452Z] ---> Running in 2e8d811fe6aa [2019-09-27T12:27:04.675Z] #58 156.9 CC criu/protobuf.o [2019-09-27T12:27:04.741Z] + RM_GOPATH=0 [2019-09-27T12:27:04.741Z] + TMP_GOPATH= [2019-09-27T12:27:04.741Z] + : /build [2019-09-27T12:27:04.741Z] + '[' -z '' ']' [2019-09-27T12:27:04.741Z] ++ mktemp -d [2019-09-27T12:27:04.741Z] + export GOPATH=/tmp/tmp.FFVVUUzKtM [2019-09-27T12:27:04.741Z] + GOPATH=/tmp/tmp.FFVVUUzKtM [2019-09-27T12:27:04.741Z] + RM_GOPATH=1 [2019-09-27T12:27:04.741Z] ++ dirname ./install.sh [2019-09-27T12:27:04.741Z] + dir=. [2019-09-27T12:27:04.741Z] + bin=vndr [2019-09-27T12:27:04.741Z] + shift [2019-09-27T12:27:04.741Z] + '[' '!' -f ./vndr.installer ']' [2019-09-27T12:27:04.741Z] + . ./vndr.installer [2019-09-27T12:27:04.741Z] ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-27T12:27:04.741Z] + install_vndr [2019-09-27T12:27:04.741Z] + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-09-27T12:27:04.741Z] + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.FFVVUUzKtM/src/github.com/LK4D4/vndr [2019-09-27T12:27:04.741Z] Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-27T12:27:04.741Z] Cloning into '/tmp/tmp.FFVVUUzKtM/src/github.com/LK4D4/vndr'... [2019-09-27T12:27:04.930Z] #58 ... [2019-09-27T12:27:04.930Z] [2019-09-27T12:27:04.930Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-27T12:27:04.930Z] #55 222.0 + dpkg --print-architecture [2019-09-27T12:27:04.930Z] #55 222.1 + cd /tmp/tmp.riJb6zHJTA/src/github.com/docker/distribution [2019-09-27T12:27:04.930Z] #55 222.1 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-27T12:27:05.186Z] #55 222.5 + GOPATH=/tmp/tmp.riJb6zHJTA/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.riJb6zHJTA [2019-09-27T12:27:05.186Z] #55 222.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-09-27T12:27:05.359Z] + cd /tmp/tmp.FFVVUUzKtM/src/github.com/LK4D4/vndr [2019-09-27T12:27:05.359Z] + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-27T12:27:05.359Z] + go build -buildmode=pie -v -o /build/vndr . [2019-09-27T12:27:05.359Z] internal/cpu [2019-09-27T12:27:05.359Z] runtime/internal/sys [2019-09-27T12:27:05.359Z] internal/race [2019-09-27T12:27:05.359Z] runtime/internal/atomic [2019-09-27T12:27:05.359Z] sync/atomic [2019-09-27T12:27:05.359Z] runtime/internal/math [2019-09-27T12:27:05.359Z] unicode [2019-09-27T12:27:05.359Z] internal/bytealg [2019-09-27T12:27:05.646Z] unicode/utf8 [2019-09-27T12:27:05.646Z] math/bits [2019-09-27T12:27:05.646Z] internal/testlog [2019-09-27T12:27:05.646Z] runtime [2019-09-27T12:27:05.646Z] math [2019-09-27T12:27:05.646Z] encoding [2019-09-27T12:27:05.646Z] unicode/utf16 [2019-09-27T12:27:05.646Z] container/list [2019-09-27T12:27:05.933Z] crypto/internal/subtle [2019-09-27T12:27:05.933Z] crypto/subtle [2019-09-27T12:27:05.933Z] vendor/golang.org/x/crypto/cryptobyte/asn1 [2019-09-27T12:27:05.933Z] internal/nettrace [2019-09-27T12:27:05.933Z] runtime/cgo [2019-09-27T12:27:06.220Z] vendor/golang.org/x/crypto/internal/subtle [2019-09-27T12:27:10.428Z] #55 ... [2019-09-27T12:27:10.428Z] [2019-09-27T12:27:10.428Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-09-27T12:27:10.428Z] #14 13.25 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-09-27T12:27:10.428Z] #14 13.52 Collecting pyyaml (from yamllint==1.16.0) [2019-09-27T12:27:10.428Z] #14 14.74 Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-09-27T12:27:10.428Z] #14 16.67 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-09-27T12:27:10.428Z] #14 17.78 Downloading https://files.pythonhosted.org/packages/84/2a/bfee636b1e2f7d6e30dd74f49201ccfa5c3cf322d44929ecc6c137c486c5/pathspec-0.5.9.tar.gz [2019-09-27T12:27:10.428Z] #14 19.01 Building wheels for collected packages: pyyaml, pathspec [2019-09-27T12:27:10.428Z] #14 19.01 Running setup.py bdist_wheel for pyyaml: started [2019-09-27T12:27:10.428Z] #14 20.21 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-09-27T12:27:10.428Z] #14 20.21 Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-09-27T12:27:10.428Z] #14 20.30 Running setup.py bdist_wheel for pathspec: started [2019-09-27T12:27:10.428Z] #14 21.44 Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-09-27T12:27:10.428Z] #14 21.44 Stored in directory: /root/.cache/pip/wheels/45/cb/7e/ce6e6062c69446e39e328170524ca8213498bc66a74c6a210b [2019-09-27T12:27:10.428Z] #14 21.47 Successfully built pyyaml pathspec [2019-09-27T12:27:10.428Z] #14 21.47 Installing collected packages: pyyaml, pathspec, yamllint [2019-09-27T12:27:10.428Z] #14 21.91 Successfully installed pathspec-0.5.9 pyyaml-5.1.2 yamllint-1.16.0 [2019-09-27T12:27:10.428Z] #14 DONE 22.6s [2019-09-27T12:27:10.428Z] [2019-09-27T12:27:10.428Z] #16 [dev 9/24] COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-09-27T12:27:10.428Z] #16 DONE 0.2s [2019-09-27T12:27:10.428Z] [2019-09-27T12:27:10.428Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T12:27:10.428Z] #58 157.3 CC criu/pstree.o [2019-09-27T12:27:10.428Z] #58 158.5 CC criu/rbtree.o [2019-09-27T12:27:10.428Z] #58 158.8 CC criu/rst-malloc.o [2019-09-27T12:27:10.428Z] #58 159.1 CC criu/seccomp.o [2019-09-27T12:27:10.428Z] #58 159.8 CC criu/seize.o [2019-09-27T12:27:10.428Z] #58 160.7 CC criu/servicefd.o [2019-09-27T12:27:10.428Z] #58 161.1 CC criu/shmem.o [2019-09-27T12:27:10.428Z] #58 162.0 CC criu/sigframe.o [2019-09-27T12:27:10.428Z] #58 162.3 CC criu/signalfd.o [2019-09-27T12:27:10.428Z] #58 162.7 CC criu/sk-inet.o [2019-09-27T12:27:10.612Z] internal/reflectlite [2019-09-27T12:27:10.612Z] sync [2019-09-27T12:27:10.612Z] github.com/LK4D4/vndr/godl/singleflight [2019-09-27T12:27:10.612Z] internal/singleflight [2019-09-27T12:27:10.612Z] math/rand [2019-09-27T12:27:10.612Z] errors [2019-09-27T12:27:10.612Z] sort [2019-09-27T12:27:10.612Z] io [2019-09-27T12:27:10.612Z] internal/oserror [2019-09-27T12:27:10.612Z] strconv [2019-09-27T12:27:10.612Z] syscall [2019-09-27T12:27:10.612Z] vendor/golang.org/x/net/dns/dnsmessage [2019-09-27T12:27:10.612Z] bytes [2019-09-27T12:27:10.899Z] reflect [2019-09-27T12:27:11.193Z] bufio [2019-09-27T12:27:11.354Z] #58 ... [2019-09-27T12:27:11.354Z] [2019-09-27T12:27:11.354Z] #21 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-27T12:27:11.354Z] #21 DONE 1.6s [2019-09-27T12:27:11.479Z] strings [2019-09-27T12:27:11.610Z] [2019-09-27T12:27:11.610Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T12:27:11.610Z] #58 163.8 CC criu/sk-netlink.o [2019-09-27T12:27:11.766Z] hash [2019-09-27T12:27:11.766Z] hash/crc32 [2019-09-27T12:27:11.866Z] #58 164.0 CC criu/sk-packet.o [2019-09-27T12:27:12.052Z] crypto [2019-09-27T12:27:12.052Z] time [2019-09-27T12:27:12.052Z] internal/syscall/unix [2019-09-27T12:27:12.052Z] regexp/syntax [2019-09-27T12:27:12.052Z] path [2019-09-27T12:27:12.339Z] crypto/internal/randutil [2019-09-27T12:27:12.339Z] crypto/hmac [2019-09-27T12:27:12.339Z] crypto/rc4 [2019-09-27T12:27:12.426Z] #58 164.6 CC criu/sk-queue.o [2019-09-27T12:27:12.627Z] vendor/golang.org/x/crypto/hkdf [2019-09-27T12:27:12.627Z] vendor/golang.org/x/text/transform [2019-09-27T12:27:12.682Z] #58 165.0 CC criu/sk-tcp.o [2019-09-27T12:27:13.243Z] #58 165.5 CC criu/sk-unix.o [2019-09-27T12:27:13.250Z] regexp [2019-09-27T12:27:13.250Z] context [2019-09-27T12:27:13.250Z] internal/poll [2019-09-27T12:27:13.535Z] internal/fmtsort [2019-09-27T12:27:13.535Z] encoding/binary [2019-09-27T12:27:13.535Z] os [2019-09-27T12:27:14.155Z] encoding/base64 [2019-09-27T12:27:14.155Z] crypto/sha512 [2019-09-27T12:27:14.155Z] crypto/cipher [2019-09-27T12:27:14.155Z] crypto/ed25519/internal/edwards25519 [2019-09-27T12:27:14.442Z] fmt [2019-09-27T12:27:14.442Z] path/filepath [2019-09-27T12:27:14.442Z] internal/lazyregexp [2019-09-27T12:27:14.442Z] crypto/aes [2019-09-27T12:27:14.728Z] io/ioutil [2019-09-27T12:27:15.022Z] crypto/des [2019-09-27T12:27:15.022Z] crypto/md5 [2019-09-27T12:27:15.022Z] crypto/sha1 [2019-09-27T12:27:15.022Z] crypto/sha256 [2019-09-27T12:27:15.022Z] encoding/pem [2019-09-27T12:27:15.022Z] net [2019-09-27T12:27:15.129Z] #58 167.2 CC criu/sockets.o [2019-09-27T12:27:15.307Z] vendor/golang.org/x/crypto/internal/chacha20 [2019-09-27T12:27:15.307Z] flag [2019-09-27T12:27:15.307Z] go/token [2019-09-27T12:27:15.594Z] net/url [2019-09-27T12:27:15.594Z] go/scanner [2019-09-27T12:27:15.594Z] text/template/parse [2019-09-27T12:27:15.690Z] #58 167.9 CC criu/stats.o [2019-09-27T12:27:15.879Z] log [2019-09-27T12:27:15.879Z] go/ast [2019-09-27T12:27:15.945Z] #58 168.2 CC criu/string.o [2019-09-27T12:27:15.945Z] #58 168.3 CC criu/sysctl.o [2019-09-27T12:27:16.167Z] encoding/json [2019-09-27T12:27:16.797Z] text/template [2019-09-27T12:27:16.884Z] #58 169.0 CC criu/sysfs_parse.o [2019-09-27T12:27:17.159Z] #58 169.5 CC criu/timerfd.o [2019-09-27T12:27:17.173Z] go/parser [2019-09-27T12:27:17.459Z] encoding/xml [2019-09-27T12:27:17.720Z] #58 169.9 CC criu/tty.o [2019-09-27T12:27:18.079Z] go/doc [2019-09-27T12:27:18.366Z] compress/flate [2019-09-27T12:27:19.083Z] #58 171.4 CC criu/tun.o [2019-09-27T12:27:19.389Z] github.com/LK4D4/vndr/build [2019-09-27T12:27:19.389Z] compress/gzip [2019-09-27T12:27:19.389Z] math/big [2019-09-27T12:27:19.389Z] encoding/hex [2019-09-27T12:27:19.389Z] vendor/golang.org/x/crypto/poly1305 [2019-09-27T12:27:19.644Z] #58 171.9 CC criu/uffd.o [2019-09-27T12:27:19.677Z] vendor/golang.org/x/crypto/chacha20poly1305 [2019-09-27T12:27:19.965Z] vendor/golang.org/x/crypto/curve25519 [2019-09-27T12:27:19.965Z] vendor/golang.org/x/text/unicode/bidi [2019-09-27T12:27:20.253Z] vendor/golang.org/x/text/unicode/norm [2019-09-27T12:27:20.880Z] vendor/golang.org/x/text/secure/bidirule [2019-09-27T12:27:20.880Z] vendor/golang.org/x/net/http2/hpack [2019-09-27T12:27:21.008Z] #58 173.0 CC criu/util.o [2019-09-27T12:27:21.034Z] Removing intermediate container 1707c941c108 [2019-09-27T12:27:21.034Z] ---> 78c55b656492 [2019-09-27T12:27:21.034Z] Step 67/126 : FROM base AS gotestsum [2019-09-27T12:27:21.034Z] ---> bd7c821f124c [2019-09-27T12:27:21.034Z] Step 68/126 : ENV INSTALL_BINARY_NAME=gotestsum [2019-09-27T12:27:21.034Z] ---> Running in 58fe5c3e389f [2019-09-27T12:27:21.034Z] Removing intermediate container 58fe5c3e389f [2019-09-27T12:27:21.034Z] ---> 19a392d22a3e [2019-09-27T12:27:21.034Z] Step 69/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T12:27:21.034Z] ---> 934ac82dae20 [2019-09-27T12:27:21.034Z] Step 70/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-27T12:27:21.034Z] ---> 1b5e9dc95760 [2019-09-27T12:27:21.034Z] Step 71/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-27T12:27:21.034Z] ---> Running in 00a5b2236660 [2019-09-27T12:27:21.034Z] + RM_GOPATH=0 [2019-09-27T12:27:21.034Z] + TMP_GOPATH= [2019-09-27T12:27:21.034Z] + : /build [2019-09-27T12:27:21.034Z] + '[' -z '' ']' [2019-09-27T12:27:21.034Z] ++ mktemp -d [2019-09-27T12:27:21.034Z] + export GOPATH=/tmp/tmp.kcqkQizpnd [2019-09-27T12:27:21.034Z] + GOPATH=/tmp/tmp.kcqkQizpnd [2019-09-27T12:27:21.034Z] + RM_GOPATH=1 [2019-09-27T12:27:21.034Z] Installing gotestsum version v0.3.5 [2019-09-27T12:27:21.034Z] ++ dirname ./install.sh [2019-09-27T12:27:21.034Z] + dir=. [2019-09-27T12:27:21.034Z] + bin=gotestsum [2019-09-27T12:27:21.034Z] + shift [2019-09-27T12:27:21.034Z] + '[' '!' -f ./gotestsum.installer ']' [2019-09-27T12:27:21.034Z] + . ./gotestsum.installer [2019-09-27T12:27:21.034Z] ++ GOTESTSUM_COMMIT=v0.3.5 [2019-09-27T12:27:21.034Z] + install_gotestsum [2019-09-27T12:27:21.034Z] + echo 'Installing gotestsum version v0.3.5' [2019-09-27T12:27:21.034Z] + go get -d gotest.tools/gotestsum [2019-09-27T12:27:21.167Z] mime [2019-09-27T12:27:21.791Z] crypto/rand [2019-09-27T12:27:21.791Z] crypto/elliptic [2019-09-27T12:27:21.791Z] encoding/asn1 [2019-09-27T12:27:21.934Z] #58 174.2 CC criu/uts_ns.o [2019-09-27T12:27:22.077Z] crypto/ed25519 [2019-09-27T12:27:22.077Z] crypto/rsa [2019-09-27T12:27:22.189Z] #58 174.4 CC criu/vdso-compat.o [2019-09-27T12:27:22.189Z] #58 174.6 CC criu/vdso.o [2019-09-27T12:27:22.363Z] crypto/dsa [2019-09-27T12:27:22.364Z] vendor/golang.org/x/net/idna [2019-09-27T12:27:22.654Z] net/textproto [2019-09-27T12:27:22.654Z] mime/quotedprintable [2019-09-27T12:27:22.654Z] crypto/ecdsa [2019-09-27T12:27:22.654Z] crypto/x509/pkix [2019-09-27T12:27:22.942Z] vendor/golang.org/x/crypto/cryptobyte [2019-09-27T12:27:22.942Z] mime/multipart [2019-09-27T12:27:22.942Z] net/http/internal [2019-09-27T12:27:22.942Z] os/exec [2019-09-27T12:27:23.115Z] #58 175.3 LINK criu/built-in.o [2019-09-27T12:27:23.115Z] #58 175.5 LINK criu/criu [2019-09-27T12:27:23.235Z] vendor/golang.org/x/net/http/httpguts [2019-09-27T12:27:23.235Z] vendor/golang.org/x/net/http/httpproxy [2019-09-27T12:27:23.525Z] crypto/x509 [2019-09-27T12:27:23.676Z] #58 175.9 DEP lib/c/criu.d [2019-09-27T12:27:23.676Z] #58 176.0 CC images/rpc.pb-c.o [2019-09-27T12:27:24.143Z] crypto/tls [2019-09-27T12:27:24.240Z] #58 176.5 CC lib/c/criu.o [2019-09-27T12:27:24.267Z] + cd /tmp/tmp.kcqkQizpnd/src/gotest.tools/gotestsum [2019-09-27T12:27:24.267Z] + git checkout -q v0.3.5 [2019-09-27T12:27:24.267Z] + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-09-27T12:27:25.166Z] #58 177.5 LINK lib/c/built-in.o [2019-09-27T12:27:25.421Z] #58 177.5 LINK lib/c/libcriu.so [2019-09-27T12:27:25.421Z] #58 177.7 GEN magic.py [2019-09-27T12:27:25.676Z] #58 177.9 Note: Building without setproctitle() and strlcpy() support. [2019-09-27T12:27:25.677Z] #58 177.9 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-27T12:27:26.166Z] net/http/httptrace [2019-09-27T12:27:26.166Z] net/http [2019-09-27T12:27:26.192Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-09-27T12:27:26.237Z] #58 ... [2019-09-27T12:27:26.237Z] [2019-09-27T12:27:26.237Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-27T12:27:26.237Z] #55 243.4 + rm -rf /tmp/tmp.riJb6zHJTA/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.riJb6zHJTA [2019-09-27T12:27:26.492Z] #55 DONE 243.8s [2019-09-27T12:27:26.492Z] [2019-09-27T12:27:26.492Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-27T12:27:26.492Z] #58 178.4 fatal: Not a git repository (or any of the parent directories): .git [2019-09-27T12:27:26.747Z] #58 179.1 make[1]: Nothing to be done for 'all'. [2019-09-27T12:27:27.125Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-09-27T12:27:28.110Z] #58 180.4 make[1]: 'images/built-in.o' is up to date. [2019-09-27T12:27:28.110Z] #58 180.5 make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-09-27T12:27:28.366Z] #58 180.5 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-09-27T12:27:28.366Z] #58 180.6 make[1]: 'compel/libcompel.a' is up to date. [2019-09-27T12:27:28.366Z] #58 180.6 make[1]: 'compel/compel-host-bin' is up to date. [2019-09-27T12:27:28.366Z] #58 180.7 make[1]: Nothing to be done for 'all'. [2019-09-27T12:27:28.366Z] #58 180.7 make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-27T12:27:28.366Z] #58 180.8 make[2]: Nothing to be done for 'all'. [2019-09-27T12:27:28.621Z] #58 180.8 make[2]: Nothing to be done for 'all'. [2019-09-27T12:27:28.621Z] #58 180.9 make[2]: Nothing to be done for 'all'. [2019-09-27T12:27:28.621Z] #58 180.9 make[2]: Nothing to be done for 'all'. [2019-09-27T12:27:28.876Z] #58 181.0 make[2]: Nothing to be done for 'all'. [2019-09-27T12:27:28.876Z] #58 181.0 make[2]: Nothing to be done for 'all'. [2019-09-27T12:27:28.876Z] #58 181.0 make[2]: Nothing to be done for 'all'. [2019-09-27T12:27:28.876Z] #58 181.1 make[2]: Nothing to be done for 'all'. [2019-09-27T12:27:28.876Z] #58 181.1 INSTALL criu/criu [2019-09-27T12:27:29.132Z] #58 DONE 181.2s [2019-09-27T12:27:29.132Z] [2019-09-27T12:27:29.132Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-27T12:27:29.626Z] github.com/LK4D4/vndr/godl [2019-09-27T12:27:29.626Z] github.com/LK4D4/vndr [2019-09-27T12:27:31.301Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-09-27T12:27:33.825Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-09-27T12:27:34.023Z] Removing intermediate container 2e8d811fe6aa [2019-09-27T12:27:34.023Z] ---> b58627da6926 [2019-09-27T12:27:34.023Z] Step 50/126 : FROM dev-base AS containerd [2019-09-27T12:27:34.023Z] ---> 91f2a0ce6c48 [2019-09-27T12:27:34.023Z] Step 51/126 : ARG DEBIAN_FRONTEND [2019-09-27T12:27:34.023Z] ---> Using cache [2019-09-27T12:27:34.023Z] ---> d16fec82db8e [2019-09-27T12:27:34.023Z] Step 52/126 : RUN apt-get update && apt-get install -y --no-install-recommends btrfs-tools && rm -rf /var/lib/apt/lists/* [2019-09-27T12:27:34.023Z] ---> Running in 9af7ac3571fc [2019-09-27T12:27:34.308Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-27T12:27:34.308Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-27T12:27:34.308Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-27T12:27:34.308Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-27T12:27:34.308Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-27T12:27:34.389Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-09-27T12:27:34.593Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [478 kB] [2019-09-27T12:27:34.876Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-09-27T12:27:34.876Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-09-27T12:27:35.839Z] Removing intermediate container 00a5b2236660 [2019-09-27T12:27:35.839Z] ---> 653d79bad1db [2019-09-27T12:27:35.839Z] Step 72/126 : FROM dev-base AS dockercli [2019-09-27T12:27:35.839Z] ---> bd7c821f124c [2019-09-27T12:27:35.839Z] Step 73/126 : ENV INSTALL_BINARY_NAME=dockercli [2019-09-27T12:27:35.839Z] ---> Running in 6c6c41c1410b [2019-09-27T12:27:35.839Z] Removing intermediate container 6c6c41c1410b [2019-09-27T12:27:35.839Z] ---> 35e57ce2b7fb [2019-09-27T12:27:35.840Z] Step 74/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T12:27:36.205Z] ---> d17db6fe1284 [2019-09-27T12:27:36.205Z] Step 75/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-27T12:27:36.205Z] ---> 3c3b25b70d3c [2019-09-27T12:27:36.205Z] Step 76/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-27T12:27:36.578Z] ---> Running in 7a863b641c28 [2019-09-27T12:27:36.902Z] Fetched 7717 kB in 2s (3134 kB/s) [2019-09-27T12:27:36.993Z] + RM_GOPATH=0 [2019-09-27T12:27:36.993Z] + TMP_GOPATH= [2019-09-27T12:27:36.993Z] + : /build [2019-09-27T12:27:36.993Z] + '[' -z '' ']' [2019-09-27T12:27:36.993Z] ++ mktemp -d [2019-09-27T12:27:36.993Z] + export GOPATH=/tmp/tmp.aoCTkBl4n3 [2019-09-27T12:27:36.993Z] + GOPATH=/tmp/tmp.aoCTkBl4n3 [2019-09-27T12:27:36.993Z] + RM_GOPATH=1 [2019-09-27T12:27:36.993Z] ++ dirname ./install.sh [2019-09-27T12:27:36.993Z] + dir=. [2019-09-27T12:27:36.993Z] + bin=dockercli [2019-09-27T12:27:36.993Z] + shift [2019-09-27T12:27:36.993Z] + '[' '!' -f ./dockercli.installer ']' [2019-09-27T12:27:36.993Z] + . ./dockercli.installer [2019-09-27T12:27:36.993Z] ++ DOCKERCLI_CHANNEL=stable [2019-09-27T12:27:36.993Z] ++ DOCKERCLI_VERSION=17.06.2-ce [2019-09-27T12:27:36.993Z] + install_dockercli [2019-09-27T12:27:36.993Z] + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-09-27T12:27:36.993Z] ++ uname -m [2019-09-27T12:27:36.993Z] + arch=s390x [2019-09-27T12:27:36.993Z] + '[' s390x '!=' x86_64 ']' [2019-09-27T12:27:36.993Z] + '[' s390x '!=' s390x ']' [2019-09-27T12:27:36.993Z] + url=https://download.docker.com/linux/static [2019-09-27T12:27:36.993Z] + tar -xz docker/docker [2019-09-27T12:27:36.993Z] + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2019-09-27T12:27:36.993Z] Install docker/cli version 17.06.2-ce from stable [2019-09-27T12:27:37.914Z] Reading package lists... [2019-09-27T12:27:38.324Z] + mkdir -p /build [2019-09-27T12:27:38.324Z] + mv docker/docker /build/ [2019-09-27T12:27:38.324Z] + rmdir docker [2019-09-27T12:27:38.694Z] Removing intermediate container 7a863b641c28 [2019-09-27T12:27:38.694Z] ---> d7f5cd871779 [2019-09-27T12:27:38.694Z] Step 77/126 : FROM runtime-dev AS runc [2019-09-27T12:27:38.694Z] ---> df44897e9b81 [2019-09-27T12:27:38.694Z] Step 78/126 : ENV INSTALL_BINARY_NAME=runc [2019-09-27T12:27:38.694Z] ---> Running in cd3a4d57977a [2019-09-27T12:27:38.921Z] Reading package lists... [2019-09-27T12:27:39.070Z] Removing intermediate container cd3a4d57977a [2019-09-27T12:27:39.070Z] ---> ab6c343fa34a [2019-09-27T12:27:39.070Z] Step 79/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T12:27:39.070Z] ---> 7528475a21f8 [2019-09-27T12:27:39.070Z] Step 80/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-27T12:27:39.205Z] Building dependency tree... [2019-09-27T12:27:39.205Z] Reading state information... [2019-09-27T12:27:39.205Z] The following additional packages will be installed: [2019-09-27T12:27:39.205Z] btrfs-progs liblzo2-2 [2019-09-27T12:27:39.440Z] ---> 07ae04ed3d35 [2019-09-27T12:27:39.440Z] Step 81/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-27T12:27:39.440Z] ---> Running in 32678870ace3 [2019-09-27T12:27:39.488Z] The following NEW packages will be installed: [2019-09-27T12:27:39.488Z] btrfs-progs btrfs-tools liblzo2-2 [2019-09-27T12:27:39.488Z] 0 upgraded, 3 newly installed, 0 to remove and 3 not upgraded. [2019-09-27T12:27:39.488Z] Need to get 588 kB of archives. [2019-09-27T12:27:39.488Z] After this operation, 5005 kB of additional disk space will be used. [2019-09-27T12:27:39.488Z] 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-27T12:27:39.488Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-progs ppc64el 4.7.3-1 [520 kB] [2019-09-27T12:27:39.488Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-tools ppc64el 4.7.3-1 [16.9 kB] [2019-09-27T12:27:39.645Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-09-27T12:27:39.771Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-27T12:27:39.771Z] Fetched 588 kB in 0s (6147 kB/s) [2019-09-27T12:27:39.771Z] Selecting previously unselected package liblzo2-2:ppc64el. [2019-09-27T12:27:39.771Z] (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-27T12:27:39.771Z] Preparing to unpack .../liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-09-27T12:27:39.771Z] Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-09-27T12:27:39.771Z] Selecting previously unselected package btrfs-progs. [2019-09-27T12:27:39.771Z] Preparing to unpack .../btrfs-progs_4.7.3-1_ppc64el.deb ... [2019-09-27T12:27:39.771Z] Unpacking btrfs-progs (4.7.3-1) ... [2019-09-27T12:27:39.771Z] Selecting previously unselected package btrfs-tools. [2019-09-27T12:27:39.771Z] Preparing to unpack .../btrfs-tools_4.7.3-1_ppc64el.deb ... [2019-09-27T12:27:39.771Z] Unpacking btrfs-tools (4.7.3-1) ... [2019-09-27T12:27:40.062Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T12:27:40.062Z] Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-09-27T12:27:40.062Z] Setting up btrfs-progs (4.7.3-1) ... [2019-09-27T12:27:40.062Z] Setting up btrfs-tools (4.7.3-1) ... [2019-09-27T12:27:40.062Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T12:27:40.243Z] + RM_GOPATH=0 [2019-09-27T12:27:40.243Z] + TMP_GOPATH= [2019-09-27T12:27:40.243Z] + : /build [2019-09-27T12:27:40.243Z] + '[' -z '' ']' [2019-09-27T12:27:40.243Z] ++ mktemp -d [2019-09-27T12:27:40.243Z] + export GOPATH=/tmp/tmp.CHpdnL4MgJ [2019-09-27T12:27:40.243Z] + GOPATH=/tmp/tmp.CHpdnL4MgJ [2019-09-27T12:27:40.243Z] + RM_GOPATH=1 [2019-09-27T12:27:40.243Z] Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux ) [2019-09-27T12:27:40.243Z] ++ dirname ./install.sh [2019-09-27T12:27:40.243Z] + dir=. [2019-09-27T12:27:40.243Z] + bin=runc [2019-09-27T12:27:40.243Z] + shift [2019-09-27T12:27:40.243Z] + '[' '!' -f ./runc.installer ']' [2019-09-27T12:27:40.243Z] + . ./runc.installer [2019-09-27T12:27:40.243Z] ++ RUNC_COMMIT=425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-27T12:27:40.243Z] + install_runc [2019-09-27T12:27:40.243Z] + uname -r [2019-09-27T12:27:40.243Z] + grep -q '^3\.10\.0.*\.el7\.' [2019-09-27T12:27:40.243Z] + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-09-27T12:27:40.243Z] + echo 'Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux )' [2019-09-27T12:27:40.243Z] + git clone https://github.com/opencontainers/runc.git /tmp/tmp.CHpdnL4MgJ/src/github.com/opencontainers/runc [2019-09-27T12:27:40.243Z] Cloning into '/tmp/tmp.CHpdnL4MgJ/src/github.com/opencontainers/runc'... [2019-09-27T12:27:40.685Z] Removing intermediate container 9af7ac3571fc [2019-09-27T12:27:40.685Z] ---> dca7be1f6bce [2019-09-27T12:27:40.685Z] Step 53/126 : ENV INSTALL_BINARY_NAME=containerd [2019-09-27T12:27:40.685Z] ---> Running in 1cb88070d972 [2019-09-27T12:27:40.685Z] Removing intermediate container 1cb88070d972 [2019-09-27T12:27:40.685Z] ---> 64a5ae306d75 [2019-09-27T12:27:40.685Z] Step 54/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T12:27:40.685Z] ---> 1725ba10dd10 [2019-09-27T12:27:40.685Z] Step 55/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-27T12:27:40.970Z] ---> 16908c17b81b [2019-09-27T12:27:40.970Z] Step 56/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-27T12:27:40.970Z] ---> Running in bf9220d0528a [2019-09-27T12:27:41.053Z] + cd /tmp/tmp.CHpdnL4MgJ/src/github.com/opencontainers/runc [2019-09-27T12:27:41.053Z] + git checkout -q 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-27T12:27:41.053Z] + '[' -z '' ']' [2019-09-27T12:27:41.053Z] + target=static [2019-09-27T12:27:41.053Z] + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-09-27T12:27:41.254Z] + RM_GOPATH=0 [2019-09-27T12:27:41.254Z] + TMP_GOPATH= [2019-09-27T12:27:41.254Z] + : /build [2019-09-27T12:27:41.254Z] + '[' -z '' ']' [2019-09-27T12:27:41.254Z] ++ mktemp -d [2019-09-27T12:27:41.254Z] + export GOPATH=/tmp/tmp.luZVHoqPfB [2019-09-27T12:27:41.254Z] + GOPATH=/tmp/tmp.luZVHoqPfB [2019-09-27T12:27:41.254Z] + RM_GOPATH=1 [2019-09-27T12:27:41.254Z] ++ dirname ./install.sh [2019-09-27T12:27:41.254Z] + dir=. [2019-09-27T12:27:41.254Z] + bin=containerd [2019-09-27T12:27:41.254Z] + shift [2019-09-27T12:27:41.254Z] + '[' '!' -f ./containerd.installer ']' [2019-09-27T12:27:41.254Z] + . ./containerd.installer [2019-09-27T12:27:41.254Z] ++ CONTAINERD_COMMIT=d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-27T12:27:41.254Z] + install_containerd [2019-09-27T12:27:41.254Z] + echo 'Install containerd version d50db0a42053864a270f648048f9a8b4f24eced3' [2019-09-27T12:27:41.254Z] + git clone https://github.com/containerd/containerd.git /tmp/tmp.luZVHoqPfB/src/github.com/containerd/containerd [2019-09-27T12:27:41.254Z] Install containerd version d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-27T12:27:41.254Z] Cloning into '/tmp/tmp.luZVHoqPfB/src/github.com/containerd/containerd'... [2019-09-27T12:27:41.474Z] CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o runc . [2019-09-27T12:27:41.539Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-09-27T12:27:45.720Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-09-27T12:27:47.168Z] #47 218.1 🇩 bin/containerd [2019-09-27T12:27:47.168Z] #47 ... [2019-09-27T12:27:47.168Z] [2019-09-27T12:27:47.168Z] #24 [golangci_lint 3/3] RUN PREFIX=/build ./install.sh golangci_lint [2019-09-27T12:27:47.168Z] #24 DONE 261.9s [2019-09-27T12:27:47.168Z] [2019-09-27T12:27:47.168Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-27T12:27:47.168Z] #47 ... [2019-09-27T12:27:47.168Z] [2019-09-27T12:27:47.168Z] #25 [dev 11/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-09-27T12:27:47.168Z] #25 DONE 0.2s [2019-09-27T12:27:47.168Z] [2019-09-27T12:27:47.168Z] #28 [dev 12/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-09-27T12:27:47.168Z] #28 DONE 0.1s [2019-09-27T12:27:47.168Z] [2019-09-27T12:27:47.168Z] #31 [dev 13/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-09-27T12:27:47.168Z] #31 DONE 0.1s [2019-09-27T12:27:47.168Z] [2019-09-27T12:27:47.168Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-27T12:27:47.168Z] #47 ... [2019-09-27T12:27:47.168Z] [2019-09-27T12:27:47.168Z] #34 [dev 14/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-09-27T12:27:47.168Z] #34 DONE 0.1s [2019-09-27T12:27:47.168Z] [2019-09-27T12:27:47.168Z] #39 [dev 15/24] COPY --from=tini /build/ /usr/local/bin/ [2019-09-27T12:27:47.168Z] #39 DONE 0.1s [2019-09-27T12:27:47.168Z] [2019-09-27T12:27:47.168Z] #43 [dev 16/24] COPY --from=runc /build/ /usr/local/bin/ [2019-09-27T12:27:47.168Z] #43 DONE 0.1s [2019-09-27T12:27:47.168Z] [2019-09-27T12:27:47.168Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-27T12:27:51.536Z] + cd /tmp/tmp.luZVHoqPfB/src/github.com/containerd/containerd [2019-09-27T12:27:51.536Z] + git checkout -q d50db0a42053864a270f648048f9a8b4f24eced3 [2019-09-27T12:27:51.536Z] + export 'BUILDTAGS=netgo osusergo static_build' [2019-09-27T12:27:51.536Z] + BUILDTAGS='netgo osusergo static_build' [2019-09-27T12:27:51.536Z] + export EXTRA_FLAGS=-buildmode=pie [2019-09-27T12:27:51.536Z] + EXTRA_FLAGS=-buildmode=pie [2019-09-27T12:27:51.536Z] + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-09-27T12:27:51.536Z] + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-09-27T12:27:51.536Z] + '[' '' = dynamic ']' [2019-09-27T12:27:51.536Z] + make [2019-09-27T12:27:52.155Z] 🇩 bin/ctr [2019-09-27T12:27:52.295Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-09-27T12:27:55.659Z] CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-09-27T12:27:55.659Z] + mkdir -p /build [2019-09-27T12:27:55.659Z] + cp runc /build/runc [2019-09-27T12:27:56.433Z] Removing intermediate container 32678870ace3 [2019-09-27T12:27:56.433Z] ---> 1e57ffc0ecfb [2019-09-27T12:27:56.433Z] Step 82/126 : FROM dev-base AS tini [2019-09-27T12:27:56.433Z] ---> bd7c821f124c [2019-09-27T12:27:56.433Z] Step 83/126 : ARG DEBIAN_FRONTEND [2019-09-27T12:27:56.433Z] ---> Using cache [2019-09-27T12:27:56.433Z] ---> e263ce92a9d7 [2019-09-27T12:27:56.433Z] 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-27T12:27:56.507Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-09-27T12:27:56.795Z] ---> Running in a6e52b2eeffe [2019-09-27T12:27:57.157Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-27T12:27:57.157Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-27T12:27:57.541Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-27T12:27:57.541Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-27T12:27:57.541Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-27T12:27:57.541Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [482 kB] [2019-09-27T12:27:57.922Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-27T12:27:57.922Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-27T12:27:59.027Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-09-27T12:27:59.173Z] Fetched 7668 kB in 1s (4272 kB/s) [2019-09-27T12:27:59.542Z] Reading package lists... [2019-09-27T12:27:59.980Z] Reading package lists... [2019-09-27T12:28:00.416Z] Building dependency tree... [2019-09-27T12:28:00.416Z] Reading state information... [2019-09-27T12:28:00.416Z] The following additional packages will be installed: [2019-09-27T12:28:00.416Z] cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-09-27T12:28:00.416Z] Suggested packages: [2019-09-27T12:28:00.416Z] codeblocks eclipse ninja-build lrzip [2019-09-27T12:28:00.416Z] Recommended packages: [2019-09-27T12:28:00.416Z] xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-09-27T12:28:00.416Z] The following NEW packages will be installed: [2019-09-27T12:28:00.416Z] cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-09-27T12:28:00.416Z] vim-common xxd [2019-09-27T12:28:00.416Z] 0 upgraded, 10 newly installed, 0 to remove and 3 not upgraded. [2019-09-27T12:28:00.416Z] Need to get 13.2 MB of archives. [2019-09-27T12:28:00.416Z] After this operation, 59.4 MB of additional disk space will be used. [2019-09-27T12:28:00.416Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x cmake-data all 3.7.2-1 [1216 kB] [2019-09-27T12:28:00.416Z] 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-27T12:28:00.416Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libicu57 s390x 57.1-6+deb9u3 [7528 kB] [2019-09-27T12:28:00.416Z] 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-27T12:28:00.416Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libarchive13 s390x 3.2.2-2+deb9u1 [283 kB] [2019-09-27T12:28:00.416Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2019-09-27T12:28:00.416Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libuv1 s390x 1.9.1-3 [82.4 kB] [2019-09-27T12:28:00.416Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x cmake s390x 3.7.2-1 [2797 kB] [2019-09-27T12:28:00.416Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xxd s390x 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-27T12:28:00.416Z] 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-27T12:28:00.788Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-27T12:28:00.788Z] Fetched 13.2 MB in 0s (52.3 MB/s) [2019-09-27T12:28:00.788Z] Selecting previously unselected package cmake-data. [2019-09-27T12:28:00.788Z] (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-27T12:28:00.788Z] Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-09-27T12:28:00.788Z] Unpacking cmake-data (3.7.2-1) ... [2019-09-27T12:28:01.152Z] Selecting previously unselected package liblzo2-2:s390x. [2019-09-27T12:28:01.152Z] Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-09-27T12:28:01.152Z] Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-27T12:28:01.152Z] Selecting previously unselected package libicu57:s390x. [2019-09-27T12:28:01.152Z] Preparing to unpack .../2-libicu57_57.1-6+deb9u3_s390x.deb ... [2019-09-27T12:28:01.152Z] Unpacking libicu57:s390x (57.1-6+deb9u3) ... [2019-09-27T12:28:01.956Z] Selecting previously unselected package libxml2:s390x. [2019-09-27T12:28:01.956Z] Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_s390x.deb ... [2019-09-27T12:28:01.956Z] Unpacking libxml2:s390x (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-27T12:28:02.345Z] Selecting previously unselected package libarchive13:s390x. [2019-09-27T12:28:02.345Z] Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_s390x.deb ... [2019-09-27T12:28:02.345Z] Unpacking libarchive13:s390x (3.2.2-2+deb9u1) ... [2019-09-27T12:28:02.345Z] Selecting previously unselected package libjsoncpp1:s390x. [2019-09-27T12:28:02.345Z] Preparing to unpack .../5-libjsoncpp1_1.7.4-3_s390x.deb ... [2019-09-27T12:28:02.345Z] Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2019-09-27T12:28:02.345Z] Selecting previously unselected package libuv1:s390x. [2019-09-27T12:28:02.345Z] Preparing to unpack .../6-libuv1_1.9.1-3_s390x.deb ... [2019-09-27T12:28:02.345Z] Unpacking libuv1:s390x (1.9.1-3) ... [2019-09-27T12:28:02.345Z] Selecting previously unselected package cmake. [2019-09-27T12:28:02.345Z] Preparing to unpack .../7-cmake_3.7.2-1_s390x.deb ... [2019-09-27T12:28:02.345Z] Unpacking cmake (3.7.2-1) ... [2019-09-27T12:28:02.715Z] Selecting previously unselected package xxd. [2019-09-27T12:28:02.716Z] Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-09-27T12:28:02.716Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-27T12:28:02.716Z] Selecting previously unselected package vim-common. [2019-09-27T12:28:02.716Z] Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-27T12:28:02.716Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-27T12:28:02.716Z] Processing triggers for mime-support (3.60) ... [2019-09-27T12:28:02.716Z] Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-27T12:28:02.716Z] Setting up libuv1:s390x (1.9.1-3) ... [2019-09-27T12:28:02.716Z] Setting up cmake-data (3.7.2-1) ... [2019-09-27T12:28:02.716Z] Setting up libicu57:s390x (57.1-6+deb9u3) ... [2019-09-27T12:28:02.716Z] Setting up libxml2:s390x (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-27T12:28:02.716Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T12:28:02.716Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-27T12:28:02.716Z] Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-27T12:28:02.716Z] Setting up libjsoncpp1:s390x (1.7.4-3) ... [2019-09-27T12:28:03.077Z] Setting up libarchive13:s390x (3.2.2-2+deb9u1) ... [2019-09-27T12:28:03.077Z] Setting up cmake (3.7.2-1) ... [2019-09-27T12:28:03.077Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T12:28:03.857Z] Removing intermediate container a6e52b2eeffe [2019-09-27T12:28:03.857Z] ---> c3af1e28fbe5 [2019-09-27T12:28:03.857Z] Step 85/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T12:28:04.243Z] ---> e2a4314b98db [2019-09-27T12:28:04.243Z] Step 86/126 : ENV INSTALL_BINARY_NAME=tini [2019-09-27T12:28:04.243Z] ---> Running in 31c34c79cef1 [2019-09-27T12:28:04.282Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-09-27T12:28:04.649Z] Removing intermediate container 31c34c79cef1 [2019-09-27T12:28:04.649Z] ---> 765005e2031c [2019-09-27T12:28:04.649Z] Step 87/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-27T12:28:04.649Z] ---> d833d2cab099 [2019-09-27T12:28:04.649Z] Step 88/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-27T12:28:04.649Z] ---> Running in 1c4360483636 [2019-09-27T12:28:05.467Z] + RM_GOPATH=0 [2019-09-27T12:28:05.467Z] + TMP_GOPATH= [2019-09-27T12:28:05.467Z] + : /build [2019-09-27T12:28:05.467Z] + '[' -z '' ']' [2019-09-27T12:28:05.467Z] ++ mktemp -d [2019-09-27T12:28:05.467Z] + export GOPATH=/tmp/tmp.z1hEgE3wOG [2019-09-27T12:28:05.467Z] + GOPATH=/tmp/tmp.z1hEgE3wOG [2019-09-27T12:28:05.467Z] + RM_GOPATH=1 [2019-09-27T12:28:05.467Z] ++ dirname ./install.sh [2019-09-27T12:28:05.467Z] Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-27T12:28:05.467Z] + dir=. [2019-09-27T12:28:05.467Z] + bin=tini [2019-09-27T12:28:05.467Z] + shift [2019-09-27T12:28:05.467Z] + '[' '!' -f ./tini.installer ']' [2019-09-27T12:28:05.467Z] + . ./tini.installer [2019-09-27T12:28:05.467Z] ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-27T12:28:05.467Z] + install_tini [2019-09-27T12:28:05.467Z] + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-09-27T12:28:05.467Z] + git clone https://github.com/krallin/tini.git /tmp/tmp.z1hEgE3wOG/tini [2019-09-27T12:28:05.467Z] Cloning into '/tmp/tmp.z1hEgE3wOG/tini'... [2019-09-27T12:28:05.467Z] + cd /tmp/tmp.z1hEgE3wOG/tini [2019-09-27T12:28:05.467Z] + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-27T12:28:05.467Z] + cmake . [2019-09-27T12:28:05.842Z] -- The C compiler identification is GNU 6.3.0 [2019-09-27T12:28:05.842Z] -- Check for working C compiler: /usr/bin/cc [2019-09-27T12:28:05.842Z] -- Check for working C compiler: /usr/bin/cc -- works [2019-09-27T12:28:05.842Z] -- Detecting C compiler ABI info [2019-09-27T12:28:05.842Z] -- Detecting C compiler ABI info - done [2019-09-27T12:28:05.842Z] -- Detecting C compile features [2019-09-27T12:28:05.842Z] -- Detecting C compile features - done [2019-09-27T12:28:05.842Z] -- Performing Test HAS_BUILTIN_FORTIFY [2019-09-27T12:28:05.842Z] -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-09-27T12:28:06.217Z] -- Configuring done [2019-09-27T12:28:06.217Z] -- Generating done [2019-09-27T12:28:06.217Z] -- Build files have been written to: /tmp/tmp.z1hEgE3wOG/tini [2019-09-27T12:28:06.217Z] + make tini-static [2019-09-27T12:28:06.217Z] Scanning dependencies of target tini-static [2019-09-27T12:28:06.217Z] [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-09-27T12:28:06.217Z] [100%] Linking C executable tini-static [2019-09-27T12:28:06.217Z] [100%] Built target tini-static [2019-09-27T12:28:06.217Z] + mkdir -p /build [2019-09-27T12:28:06.217Z] + cp tini-static /build/docker-init [2019-09-27T12:28:07.011Z] Removing intermediate container 1c4360483636 [2019-09-27T12:28:07.011Z] ---> 0556796fdae8 [2019-09-27T12:28:07.011Z] Step 89/126 : FROM dev-base AS rootlesskit [2019-09-27T12:28:07.011Z] ---> bd7c821f124c [2019-09-27T12:28:07.011Z] Step 90/126 : ENV INSTALL_BINARY_NAME=rootlesskit [2019-09-27T12:28:07.011Z] ---> Running in 24da579298ac [2019-09-27T12:28:07.377Z] Removing intermediate container 24da579298ac [2019-09-27T12:28:07.377Z] ---> beb6c6bf8b47 [2019-09-27T12:28:07.377Z] Step 91/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T12:28:07.377Z] ---> 9458444fed6c [2019-09-27T12:28:07.377Z] Step 92/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-27T12:28:07.560Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-09-27T12:28:07.745Z] ---> 574148d064b7 [2019-09-27T12:28:07.745Z] Step 93/126 : RUN PREFIX=/build/ ./install.sh $INSTALL_BINARY_NAME [2019-09-27T12:28:07.745Z] ---> Running in d6e483a81d26 [2019-09-27T12:28:08.564Z] + RM_GOPATH=0 [2019-09-27T12:28:08.564Z] + TMP_GOPATH= [2019-09-27T12:28:08.564Z] + : /build/ [2019-09-27T12:28:08.564Z] + '[' -z '' ']' [2019-09-27T12:28:08.564Z] ++ mktemp -d [2019-09-27T12:28:08.564Z] + export GOPATH=/tmp/tmp.0tsjuWGTbE [2019-09-27T12:28:08.564Z] + GOPATH=/tmp/tmp.0tsjuWGTbE [2019-09-27T12:28:08.564Z] + RM_GOPATH=1 [2019-09-27T12:28:08.564Z] ++ dirname ./install.sh [2019-09-27T12:28:08.564Z] + dir=. [2019-09-27T12:28:08.564Z] + bin=rootlesskit [2019-09-27T12:28:08.564Z] + shift [2019-09-27T12:28:08.564Z] + '[' '!' -f ./rootlesskit.installer ']' [2019-09-27T12:28:08.564Z] + . ./rootlesskit.installer [2019-09-27T12:28:08.564Z] ++ ROOTLESSKIT_COMMIT=791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-27T12:28:08.564Z] + install_rootlesskit [2019-09-27T12:28:08.564Z] + case "$1" in [2019-09-27T12:28:08.564Z] + export CGO_ENABLED=0 [2019-09-27T12:28:08.564Z] + CGO_ENABLED=0 [2019-09-27T12:28:08.564Z] + _install_rootlesskit [2019-09-27T12:28:08.564Z] + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-09-27T12:28:08.564Z] + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.0tsjuWGTbE/src/github.com/rootless-containers/rootlesskit [2019-09-27T12:28:08.564Z] Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-27T12:28:08.564Z] Cloning into '/tmp/tmp.0tsjuWGTbE/src/github.com/rootless-containers/rootlesskit'... [2019-09-27T12:28:09.029Z] + cd /tmp/tmp.0tsjuWGTbE/src/github.com/rootless-containers/rootlesskit [2019-09-27T12:28:09.029Z] + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-27T12:28:09.029Z] + for f in rootlesskit rootlesskit-docker-proxy [2019-09-27T12:28:09.029Z] + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-09-27T12:28:09.078Z] #47 240.3 🇩 bin/containerd-stress [2019-09-27T12:28:09.078Z] #47 241.9 🇩 bin/containerd-shim [2019-09-27T12:28:10.838Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-09-27T12:28:13.365Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-09-27T12:28:13.365Z] Using test binary docker [2019-09-27T12:28:13.365Z] +++ /etc/init.d/apparmor start [2019-09-27T12:28:13.365Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-27T12:28:13.365Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-27T12:28:13.365Z] Warning failed to create cache: (null) [2019-09-27T12:28:13.365Z] . [2019-09-27T12:28:13.365Z] Starting dockerd [2019-09-27T12:28:13.365Z] INFO: Waiting for daemon to start... [2019-09-27T12:28:13.365Z] +++ 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-27T12:28:14.319Z] #47 247.5 🇩 bin/containerd-shim-runc-v1 [2019-09-27T12:28:15.422Z] + for f in rootlesskit rootlesskit-docker-proxy [2019-09-27T12:28:15.422Z] + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-09-27T12:28:15.892Z] . [2019-09-27T12:28:15.892Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-09-27T12:28:15.892Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-09-27T12:28:15.892Z] Error: No such image: emptyfs [2019-09-27T12:28:15.892Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-09-27T12:28:15.892Z] ++++ docker load [2019-09-27T12:28:15.892Z] Running integration-test (iteration 1) [2019-09-27T12:28:15.892Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2019-09-27T12:28:15.892Z] ++ 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-27T12:28:15.892Z] ++ set -e [2019-09-27T12:28:15.892Z] ++ '[' -n 0 ']' [2019-09-27T12:28:15.892Z] ++ set -x [2019-09-27T12:28:15.892Z] ++ env -i DEST=/go/src/github.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-27T12:28:16.206Z] #47 250.0 🇩 binaries [2019-09-27T12:28:16.461Z] #47 250.0 + mkdir -p /build [2019-09-27T12:28:16.461Z] #47 250.0 + cp bin/containerd /build/containerd [2019-09-27T12:28:16.461Z] #47 250.0 + cp bin/containerd-shim /build/containerd-shim [2019-09-27T12:28:16.461Z] #47 250.0 + cp bin/ctr /build/ctr [2019-09-27T12:28:16.715Z] #47 DONE 250.6s [2019-09-27T12:28:17.642Z] [2019-09-27T12:28:17.642Z] #48 [dev 17/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-09-27T12:28:17.896Z] #48 DONE 0.2s [2019-09-27T12:28:17.896Z] [2019-09-27T12:28:17.896Z] #51 [dev 18/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-09-27T12:28:17.896Z] #51 DONE 0.1s [2019-09-27T12:28:17.896Z] [2019-09-27T12:28:17.896Z] #54 [dev 19/24] COPY --from=dockercli /build/ /usr/local/cli [2019-09-27T12:28:18.034Z] Removing intermediate container d6e483a81d26 [2019-09-27T12:28:18.034Z] ---> c51adb5060a1 [2019-09-27T12:28:18.034Z] Step 94/126 : COPY ./contrib/dockerd-rootless.sh /build [2019-09-27T12:28:18.034Z] ---> 61fd3e50b2fc [2019-09-27T12:28:18.034Z] Step 95/126 : FROM runtime-dev AS dev [2019-09-27T12:28:18.034Z] ---> df44897e9b81 [2019-09-27T12:28:18.034Z] Step 96/126 : ARG DEBIAN_FRONTEND [2019-09-27T12:28:18.034Z] ---> Running in b8c58e710179 [2019-09-27T12:28:18.034Z] Removing intermediate container b8c58e710179 [2019-09-27T12:28:18.034Z] ---> 3a370c466c74 [2019-09-27T12:28:18.034Z] Step 97/126 : RUN groupadd -r docker [2019-09-27T12:28:18.034Z] ---> Running in 5d06b09e3b33 [2019-09-27T12:28:18.153Z] #54 DONE 0.2s [2019-09-27T12:28:18.153Z] [2019-09-27T12:28:18.153Z] #56 [dev 20/24] COPY --from=registry /build/registry* /usr/local/bin/ [2019-09-27T12:28:18.153Z] #56 DONE 0.2s [2019-09-27T12:28:18.408Z] [2019-09-27T12:28:18.408Z] #59 [dev 21/24] COPY --from=criu /build/ /usr/local/ [2019-09-27T12:28:18.408Z] #59 DONE 0.1s [2019-09-27T12:28:18.663Z] [2019-09-27T12:28:18.663Z] #63 [dev 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-09-27T12:28:18.663Z] #63 DONE 0.2s [2019-09-27T12:28:18.663Z] [2019-09-27T12:28:18.663Z] #65 [dev 23/24] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397... [2019-09-27T12:28:18.917Z] #65 DONE 0.2s [2019-09-27T12:28:18.917Z] [2019-09-27T12:28:18.917Z] #66 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-09-27T12:28:18.917Z] #66 DONE 0.0s [2019-09-27T12:28:18.917Z] [2019-09-27T12:28:18.917Z] #67 [final 1/1] COPY . /go/src/github.com/docker/docker [2019-09-27T12:28:19.306Z] Removing intermediate container 5d06b09e3b33 [2019-09-27T12:28:19.306Z] ---> cf97dc24adf2 [2019-09-27T12:28:19.306Z] Step 98/126 : RUN useradd --create-home --gid docker unprivilegeduser [2019-09-27T12:28:19.306Z] ---> Running in 66302f2487b6 [2019-09-27T12:28:19.477Z] #67 DONE 0.7s [2019-09-27T12:28:19.731Z] [2019-09-27T12:28:19.731Z] #68 exporting to image [2019-09-27T12:28:19.731Z] #68 exporting layers [2019-09-27T12:28:20.565Z] Removing intermediate container 66302f2487b6 [2019-09-27T12:28:20.565Z] ---> 674dfd7fb700 [2019-09-27T12:28:20.565Z] Step 99/126 : RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2019-09-27T12:28:20.565Z] ---> Running in 8bbbe11ea115 [2019-09-27T12:28:20.928Z] '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-09-27T12:28:21.788Z] Removing intermediate container 8bbbe11ea115 [2019-09-27T12:28:21.788Z] ---> 137ef63ffef9 [2019-09-27T12:28:21.788Z] Step 100/126 : RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2019-09-27T12:28:21.788Z] ---> Running in bf88652a07b5 [2019-09-27T12:28:22.585Z] Removing intermediate container bf88652a07b5 [2019-09-27T12:28:22.585Z] ---> a6e57f06df79 [2019-09-27T12:28:22.585Z] Step 101/126 : RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2019-09-27T12:28:22.954Z] ---> Running in 97b5157b97e1 [2019-09-27T12:28:23.738Z] Removing intermediate container 97b5157b97e1 [2019-09-27T12:28:23.738Z] ---> 6c21ccc27262 [2019-09-27T12:28:23.738Z] Step 102/126 : RUN ldconfig [2019-09-27T12:28:24.109Z] ---> Running in 8982f8f2e5fa [2019-09-27T12:28:25.361Z] Removing intermediate container 8982f8f2e5fa [2019-09-27T12:28:25.361Z] ---> d519a7a6959e [2019-09-27T12:28:25.361Z] 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-27T12:28:25.361Z] ---> Running in 5c9ec12bc441 [2019-09-27T12:28:25.736Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-27T12:28:25.736Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-27T12:28:25.736Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-27T12:28:25.736Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-27T12:28:25.736Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-27T12:28:26.126Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [482 kB] [2019-09-27T12:28:26.126Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-27T12:28:26.126Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-27T12:28:27.487Z] Fetched 7668 kB in 1s (4991 kB/s) [2019-09-27T12:28:27.865Z] Reading package lists... [2019-09-27T12:28:28.236Z] Reading package lists... [2019-09-27T12:28:28.620Z] Building dependency tree... [2019-09-27T12:28:28.620Z] Reading state information... [2019-09-27T12:28:28.620Z] The following additional packages will be installed: [2019-09-27T12:28:28.620Z] binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-09-27T12:28:28.620Z] dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-09-27T12:28:28.620Z] libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-09-27T12:28:28.620Z] libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-09-27T12:28:28.620Z] libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-09-27T12:28:28.620Z] libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-09-27T12:28:28.620Z] libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-09-27T12:28:28.620Z] mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-09-27T12:28:28.620Z] python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-09-27T12:28:28.620Z] Suggested packages: [2019-09-27T12:28:28.620Z] apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-09-27T12:28:28.620Z] gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-09-27T12:28:28.620Z] python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-09-27T12:28:28.620Z] vim-doc vim-scripts xfsdump acl attr quota [2019-09-27T12:28:28.620Z] Recommended packages: [2019-09-27T12:28:28.620Z] aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-09-27T12:28:28.620Z] python3-keyrings.alt python3-xdg unzip [2019-09-27T12:28:29.415Z] The following NEW packages will be installed: [2019-09-27T12:28:29.415Z] apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-09-27T12:28:29.415Z] binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-09-27T12:28:29.415Z] bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-09-27T12:28:29.415Z] gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-09-27T12:28:29.415Z] libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-09-27T12:28:29.415Z] libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-09-27T12:28:29.415Z] libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-09-27T12:28:29.415Z] libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-09-27T12:28:29.415Z] libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-09-27T12:28:29.415Z] libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-09-27T12:28:29.415Z] mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-09-27T12:28:29.415Z] python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-09-27T12:28:29.415Z] python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-09-27T12:28:29.415Z] xfsprogs xxd xz-utils zip [2019-09-27T12:28:29.415Z] 0 upgraded, 69 newly installed, 0 to remove and 3 not upgraded. [2019-09-27T12:28:29.415Z] Need to get 88.2 MB of archives. [2019-09-27T12:28:29.415Z] After this operation, 565 MB of additional disk space will be used. [2019-09-27T12:28:29.415Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x bash-completion all 1:2.1-4.3 [178 kB] [2019-09-27T12:28:29.415Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1 s390x 1.1.6+dfsg-3 [57.1 kB] [2019-09-27T12:28:29.415Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnfnetlink0 s390x 1.0.1-3 [13.7 kB] [2019-09-27T12:28:29.415Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcrecpp0v5 s390x 2:8.39-3 [151 kB] [2019-09-27T12:28:29.415Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libudev-dev s390x 232-25+deb9u12 [92.5 kB] [2019-09-27T12:28:29.415Z] 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-27T12:28:29.415Z] 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-27T12:28:29.415Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-minimal s390x 3.5.3-1 [35.3 kB] [2019-09-27T12:28:29.415Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libmpdec2 s390x 2.4.2-1 [83.6 kB] [2019-09-27T12:28:29.415Z] 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-27T12:28:29.415Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3.5 s390x 3.5.3-1+deb9u1 [229 kB] [2019-09-27T12:28:29.415Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3-stdlib s390x 3.5.3-1 [18.6 kB] [2019-09-27T12:28:29.415Z] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main s390x dh-python all 2.20170125 [86.8 kB] [2019-09-27T12:28:29.415Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3 s390x 3.5.3-1 [21.6 kB] [2019-09-27T12:28:29.415Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x pigz s390x 2.3.4-1 [51.1 kB] [2019-09-27T12:28:29.415Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libip4tc0 s390x 1.6.0+snapshot20161117-6 [67.9 kB] [2019-09-27T12:28:29.415Z] Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libip6tc0 s390x 1.6.0+snapshot20161117-6 [68.2 kB] [2019-09-27T12:28:29.415Z] Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libiptc0 s390x 1.6.0+snapshot20161117-6 [57.6 kB] [2019-09-27T12:28:29.415Z] Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libxtables12 s390x 1.6.0+snapshot20161117-6 [75.3 kB] [2019-09-27T12:28:29.415Z] Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnetfilter-conntrack3 s390x 1.0.6-2 [37.1 kB] [2019-09-27T12:28:29.415Z] Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main s390x iptables s390x 1.6.0+snapshot20161117-6 [282 kB] [2019-09-27T12:28:29.415Z] Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xxd s390x 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-27T12:28:29.415Z] 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-27T12:28:29.415Z] Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main s390x bzip2 s390x 1.0.6-8.1 [48.1 kB] [2019-09-27T12:28:29.415Z] 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-27T12:28:29.415Z] 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-27T12:28:29.415Z] Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main s390x aufs-tools s390x 1:4.1+20161219-1 [102 kB] [2019-09-27T12:28:29.415Z] 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-27T12:28:29.415Z] Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-progs s390x 4.7.3-1 [595 kB] [2019-09-27T12:28:29.415Z] Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-tools s390x 4.7.3-1 [16.9 kB] [2019-09-27T12:28:29.415Z] 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-27T12:28:29.415Z] Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main s390x dmsetup s390x 2:1.02.137-2 [104 kB] [2019-09-27T12:28:29.415Z] Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libonig4 s390x 6.1.3-2 [142 kB] [2019-09-27T12:28:29.415Z] Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjq1 s390x 1.5+dfsg-1.3 [126 kB] [2019-09-27T12:28:29.415Z] Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main s390x jq s390x 1.5+dfsg-1.3 [59.2 kB] [2019-09-27T12:28:29.415Z] Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libaio1 s390x 0.3.110-3 [9482 B] [2019-09-27T12:28:29.415Z] Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libcap2-bin s390x 1:2.25-1 [26.8 kB] [2019-09-27T12:28:29.415Z] 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-27T12:28:29.415Z] Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsepol1-dev s390x 2.6-2 [293 kB] [2019-09-27T12:28:29.415Z] Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre16-3 s390x 2:8.39-3 [189 kB] [2019-09-27T12:28:29.415Z] Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre32-3 s390x 2:8.39-3 [184 kB] [2019-09-27T12:28:29.415Z] Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre3-dev s390x 2:8.39-3 [488 kB] [2019-09-27T12:28:29.415Z] Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libselinux1-dev s390x 2.6-3+b3 [182 kB] [2019-09-27T12:28:29.415Z] 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-27T12:28:29.415Z] 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-27T12:28:29.415Z] Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c1 s390x 1.2.1-2 [25.1 kB] [2019-09-27T12:28:29.415Z] Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libreadline5 s390x 5.2+dfsg-3+b1 [120 kB] [2019-09-27T12:28:29.415Z] Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsystemd-dev s390x 232-25+deb9u12 [1763 kB] [2019-09-27T12:28:29.415Z] Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main s390x net-tools s390x 1.60+git20161116.90da8a0-1 [243 kB] [2019-09-27T12:28:29.415Z] 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-27T12:28:29.415Z] Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-09-27T12:28:29.415Z] Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-pkg-resources all 33.1.1-1 [137 kB] [2019-09-27T12:28:29.415Z] Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-setuptools all 33.1.1-1 [215 kB] [2019-09-27T12:28:29.415Z] Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-wheel all 0.29.0-2 [51.8 kB] [2019-09-27T12:28:29.415Z] 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-27T12:28:29.415Z] 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-27T12:28:29.785Z] Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main s390x vim s390x 2:8.0.0197-4+deb9u3 [994 kB] [2019-09-27T12:28:29.785Z] Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xfsprogs s390x 4.9.0+nmu1 [786 kB] [2019-09-27T12:28:29.785Z] Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main s390x zip s390x 3.0-11+b1 [232 kB] [2019-09-27T12:28:29.785Z] 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-27T12:28:29.785Z] Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main s390x apparmor s390x 2.11.0-3+deb9u2 [532 kB] [2019-09-27T12:28:29.785Z] 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-27T12:28:29.785Z] 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-27T12:28:29.785Z] 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-27T12:28:29.785Z] Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main s390x mingw-w64-common all 5.0.1-1 [4764 kB] [2019-09-27T12:28:29.785Z] 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-27T12:28:29.785Z] 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-27T12:28:29.785Z] 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-27T12:28:30.150Z] 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-27T12:28:30.989Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-27T12:28:30.989Z] Fetched 88.2 MB in 1s (72.5 MB/s) [2019-09-27T12:28:30.989Z] Selecting previously unselected package bash-completion. [2019-09-27T12:28:30.989Z] (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-27T12:28:30.989Z] Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-09-27T12:28:31.388Z] Unpacking bash-completion (1:2.1-4.3) ... [2019-09-27T12:28:31.388Z] Selecting previously unselected package libnet1:s390x. [2019-09-27T12:28:31.388Z] Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_s390x.deb ... [2019-09-27T12:28:31.388Z] Unpacking libnet1:s390x (1.1.6+dfsg-3) ... [2019-09-27T12:28:31.388Z] Selecting previously unselected package libnfnetlink0:s390x. [2019-09-27T12:28:31.388Z] Preparing to unpack .../02-libnfnetlink0_1.0.1-3_s390x.deb ... [2019-09-27T12:28:31.388Z] Unpacking libnfnetlink0:s390x (1.0.1-3) ... [2019-09-27T12:28:31.765Z] Selecting previously unselected package libpcrecpp0v5:s390x. [2019-09-27T12:28:31.765Z] Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_s390x.deb ... [2019-09-27T12:28:31.765Z] Unpacking libpcrecpp0v5:s390x (2:8.39-3) ... [2019-09-27T12:28:31.765Z] Selecting previously unselected package libudev-dev:s390x. [2019-09-27T12:28:31.765Z] Preparing to unpack .../04-libudev-dev_232-25+deb9u12_s390x.deb ... [2019-09-27T12:28:31.765Z] Unpacking libudev-dev:s390x (232-25+deb9u12) ... [2019-09-27T12:28:31.765Z] Selecting previously unselected package libpython3.5-minimal:s390x. [2019-09-27T12:28:31.765Z] Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_s390x.deb ... [2019-09-27T12:28:31.765Z] Unpacking libpython3.5-minimal:s390x (3.5.3-1+deb9u1) ... [2019-09-27T12:28:31.765Z] Selecting previously unselected package python3.5-minimal. [2019-09-27T12:28:31.765Z] Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_s390x.deb ... [2019-09-27T12:28:31.765Z] Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-27T12:28:31.883Z] #68 exporting layers 12.0s done [2019-09-27T12:28:31.883Z] #68 writing image sha256:6bed131e5d8705e49e0be583334179a2434c1f0ecd6f1e499919c8bf36db9d40 done [2019-09-27T12:28:31.883Z] #68 naming to docker.io/library/docker:b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c done [2019-09-27T12:28:31.883Z] #68 DONE 12.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2019-09-27T12:28:32.136Z] Selecting previously unselected package python3-minimal. [2019-09-27T12:28:32.136Z] Preparing to unpack .../07-python3-minimal_3.5.3-1_s390x.deb ... [2019-09-27T12:28:32.136Z] Unpacking python3-minimal (3.5.3-1) ... [2019-09-27T12:28:32.136Z] Selecting previously unselected package libmpdec2:s390x. [2019-09-27T12:28:32.136Z] Preparing to unpack .../08-libmpdec2_2.4.2-1_s390x.deb ... [2019-09-27T12:28:32.136Z] Unpacking libmpdec2:s390x (2.4.2-1) ... [2019-09-27T12:28:32.136Z] Selecting previously unselected package libpython3.5-stdlib:s390x. [2019-09-27T12:28:32.136Z] Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_s390x.deb ... [2019-09-27T12:28:32.136Z] Unpacking libpython3.5-stdlib:s390x (3.5.3-1+deb9u1) ... [2019-09-27T12:28:32.340Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39997/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-39997/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c -e DOCKER_GRAPHDRIVER docker:b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c hack/validate/default [2019-09-27T12:28:32.517Z] Selecting previously unselected package python3.5. [2019-09-27T12:28:32.518Z] Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_s390x.deb ... [2019-09-27T12:28:32.518Z] Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-09-27T12:28:32.518Z] Selecting previously unselected package libpython3-stdlib:s390x. [2019-09-27T12:28:32.518Z] Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_s390x.deb ... [2019-09-27T12:28:32.518Z] Unpacking libpython3-stdlib:s390x (3.5.3-1) ... [2019-09-27T12:28:32.518Z] Selecting previously unselected package dh-python. [2019-09-27T12:28:32.518Z] Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-09-27T12:28:32.518Z] Unpacking dh-python (2.20170125) ... [2019-09-27T12:28:32.518Z] Setting up libpython3.5-minimal:s390x (3.5.3-1+deb9u1) ... [2019-09-27T12:28:32.518Z] Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-27T12:28:32.881Z] Setting up python3-minimal (3.5.3-1) ... [2019-09-27T12:28:33.262Z] Selecting previously unselected package python3. [2019-09-27T12:28:33.263Z] (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-27T12:28:33.263Z] Preparing to unpack .../00-python3_3.5.3-1_s390x.deb ... [2019-09-27T12:28:33.263Z] Unpacking python3 (3.5.3-1) ... [2019-09-27T12:28:33.263Z] Selecting previously unselected package pigz. [2019-09-27T12:28:33.263Z] Preparing to unpack .../01-pigz_2.3.4-1_s390x.deb ... [2019-09-27T12:28:33.263Z] Unpacking pigz (2.3.4-1) ... [2019-09-27T12:28:33.263Z] Selecting previously unselected package libip4tc0:s390x. [2019-09-27T12:28:33.263Z] Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-27T12:28:33.263Z] Unpacking libip4tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-27T12:28:33.263Z] Selecting previously unselected package libip6tc0:s390x. [2019-09-27T12:28:33.263Z] Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-27T12:28:33.263Z] Unpacking libip6tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-27T12:28:33.263Z] Selecting previously unselected package libiptc0:s390x. [2019-09-27T12:28:33.263Z] Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-27T12:28:33.263Z] Unpacking libiptc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-27T12:28:33.263Z] Selecting previously unselected package libxtables12:s390x. [2019-09-27T12:28:33.263Z] Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-27T12:28:33.263Z] Unpacking libxtables12:s390x (1.6.0+snapshot20161117-6) ... [2019-09-27T12:28:33.263Z] Selecting previously unselected package libnetfilter-conntrack3:s390x. [2019-09-27T12:28:33.263Z] Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_s390x.deb ... [2019-09-27T12:28:33.263Z] Unpacking libnetfilter-conntrack3:s390x (1.0.6-2) ... [2019-09-27T12:28:33.263Z] Selecting previously unselected package iptables. [2019-09-27T12:28:33.263Z] Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-27T12:28:33.263Z] Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-09-27T12:28:33.265Z] Congratulations! All commits are properly signed with the DCO! [2019-09-27T12:28:33.520Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2019-09-27T12:28:33.520Z] INFO [lintersdb] Active 15 linters: [deadcode gofmt goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2019-09-27T12:28:33.520Z] INFO [lintersdb] Optimized sublinters [staticcheck gosimple unused] into metalinter megacheck [2019-09-27T12:28:33.633Z] Selecting previously unselected package xxd. [2019-09-27T12:28:33.633Z] Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-09-27T12:28:33.633Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-27T12:28:33.633Z] Selecting previously unselected package vim-common. [2019-09-27T12:28:33.633Z] Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-27T12:28:33.633Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-27T12:28:33.633Z] Selecting previously unselected package bzip2. [2019-09-27T12:28:33.633Z] Preparing to unpack .../10-bzip2_1.0.6-8.1_s390x.deb ... [2019-09-27T12:28:33.633Z] Unpacking bzip2 (1.0.6-8.1) ... [2019-09-27T12:28:33.633Z] Selecting previously unselected package libgpm2:s390x. [2019-09-27T12:28:33.633Z] Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_s390x.deb ... [2019-09-27T12:28:33.633Z] Unpacking libgpm2:s390x (1.20.4-6.2+b1) ... [2019-09-27T12:28:33.633Z] Selecting previously unselected package xz-utils. [2019-09-27T12:28:33.633Z] Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_s390x.deb ... [2019-09-27T12:28:33.633Z] Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-09-27T12:28:33.633Z] Selecting previously unselected package aufs-tools. [2019-09-27T12:28:33.633Z] Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_s390x.deb ... [2019-09-27T12:28:33.633Z] Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-09-27T12:28:33.633Z] Selecting previously unselected package liblzo2-2:s390x. [2019-09-27T12:28:33.633Z] Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-09-27T12:28:33.633Z] Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-27T12:28:33.633Z] Selecting previously unselected package btrfs-progs. [2019-09-27T12:28:33.633Z] Preparing to unpack .../15-btrfs-progs_4.7.3-1_s390x.deb ... [2019-09-27T12:28:33.633Z] Unpacking btrfs-progs (4.7.3-1) ... [2019-09-27T12:28:34.010Z] Selecting previously unselected package btrfs-tools. [2019-09-27T12:28:34.010Z] Preparing to unpack .../16-btrfs-tools_4.7.3-1_s390x.deb ... [2019-09-27T12:28:34.010Z] Unpacking btrfs-tools (4.7.3-1) ... [2019-09-27T12:28:34.010Z] Selecting previously unselected package libdevmapper1.02.1:s390x. [2019-09-27T12:28:34.010Z] Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_s390x.deb ... [2019-09-27T12:28:34.010Z] Unpacking libdevmapper1.02.1:s390x (2:1.02.137-2) ... [2019-09-27T12:28:34.010Z] Selecting previously unselected package dmsetup. [2019-09-27T12:28:34.010Z] Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_s390x.deb ... [2019-09-27T12:28:34.010Z] Unpacking dmsetup (2:1.02.137-2) ... [2019-09-27T12:28:34.010Z] Selecting previously unselected package libonig4:s390x. [2019-09-27T12:28:34.010Z] Preparing to unpack .../19-libonig4_6.1.3-2_s390x.deb ... [2019-09-27T12:28:34.010Z] Unpacking libonig4:s390x (6.1.3-2) ... [2019-09-27T12:28:34.010Z] Selecting previously unselected package libjq1:s390x. [2019-09-27T12:28:34.010Z] Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_s390x.deb ... [2019-09-27T12:28:34.010Z] Unpacking libjq1:s390x (1.5+dfsg-1.3) ... [2019-09-27T12:28:34.381Z] Selecting previously unselected package jq. [2019-09-27T12:28:34.381Z] Preparing to unpack .../21-jq_1.5+dfsg-1.3_s390x.deb ... [2019-09-27T12:28:34.381Z] Unpacking jq (1.5+dfsg-1.3) ... [2019-09-27T12:28:34.381Z] Selecting previously unselected package libaio1:s390x. [2019-09-27T12:28:34.381Z] Preparing to unpack .../22-libaio1_0.3.110-3_s390x.deb ... [2019-09-27T12:28:34.381Z] Unpacking libaio1:s390x (0.3.110-3) ... [2019-09-27T12:28:34.381Z] Selecting previously unselected package libcap2-bin. [2019-09-27T12:28:34.381Z] Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_s390x.deb ... [2019-09-27T12:28:34.381Z] Unpacking libcap2-bin (1:2.25-1) ... [2019-09-27T12:28:34.381Z] Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2019-09-27T12:28:34.381Z] Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_s390x.deb ... [2019-09-27T12:28:34.381Z] Unpacking libdevmapper-event1.02.1:s390x (2:1.02.137-2) ... [2019-09-27T12:28:34.381Z] Selecting previously unselected package libsepol1-dev:s390x. [2019-09-27T12:28:34.381Z] Preparing to unpack .../25-libsepol1-dev_2.6-2_s390x.deb ... [2019-09-27T12:28:34.381Z] Unpacking libsepol1-dev:s390x (2.6-2) ... [2019-09-27T12:28:34.381Z] Selecting previously unselected package libpcre16-3:s390x. [2019-09-27T12:28:34.381Z] Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_s390x.deb ... [2019-09-27T12:28:34.381Z] Unpacking libpcre16-3:s390x (2:8.39-3) ... [2019-09-27T12:28:34.381Z] Selecting previously unselected package libpcre32-3:s390x. [2019-09-27T12:28:34.381Z] Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_s390x.deb ... [2019-09-27T12:28:34.381Z] Unpacking libpcre32-3:s390x (2:8.39-3) ... [2019-09-27T12:28:34.754Z] Selecting previously unselected package libpcre3-dev:s390x. [2019-09-27T12:28:34.754Z] Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_s390x.deb ... [2019-09-27T12:28:34.754Z] Unpacking libpcre3-dev:s390x (2:8.39-3) ... [2019-09-27T12:28:34.754Z] Selecting previously unselected package libselinux1-dev:s390x. [2019-09-27T12:28:34.754Z] Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_s390x.deb ... [2019-09-27T12:28:34.754Z] Unpacking libselinux1-dev:s390x (2.6-3+b3) ... [2019-09-27T12:28:34.754Z] Selecting previously unselected package libdevmapper-dev:s390x. [2019-09-27T12:28:34.754Z] Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_s390x.deb ... [2019-09-27T12:28:34.754Z] Unpacking libdevmapper-dev:s390x (2:1.02.137-2) ... [2019-09-27T12:28:34.754Z] Selecting previously unselected package libnl-3-200:s390x. [2019-09-27T12:28:34.754Z] Preparing to unpack .../31-libnl-3-200_3.2.27-2_s390x.deb ... [2019-09-27T12:28:34.754Z] Unpacking libnl-3-200:s390x (3.2.27-2) ... [2019-09-27T12:28:34.754Z] Selecting previously unselected package libprotobuf-c1:s390x. [2019-09-27T12:28:34.754Z] Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_s390x.deb ... [2019-09-27T12:28:34.754Z] Unpacking libprotobuf-c1:s390x (1.2.1-2) ... [2019-09-27T12:28:34.754Z] Selecting previously unselected package libreadline5:s390x. [2019-09-27T12:28:34.754Z] Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_s390x.deb ... [2019-09-27T12:28:34.754Z] Unpacking libreadline5:s390x (5.2+dfsg-3+b1) ... [2019-09-27T12:28:34.754Z] Selecting previously unselected package libsystemd-dev:s390x. [2019-09-27T12:28:34.754Z] Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_s390x.deb ... [2019-09-27T12:28:34.754Z] Unpacking libsystemd-dev:s390x (232-25+deb9u12) ... [2019-09-27T12:28:35.141Z] Selecting previously unselected package net-tools. [2019-09-27T12:28:35.141Z] Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_s390x.deb ... [2019-09-27T12:28:35.141Z] Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-27T12:28:35.590Z] Selecting previously unselected package python-pip-whl. [2019-09-27T12:28:35.590Z] Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-09-27T12:28:35.590Z] Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-27T12:28:35.590Z] Selecting previously unselected package python3-pip. [2019-09-27T12:28:35.590Z] Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-09-27T12:28:35.590Z] Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-09-27T12:28:35.590Z] Selecting previously unselected package python3-pkg-resources. [2019-09-27T12:28:35.590Z] Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-09-27T12:28:35.590Z] Unpacking python3-pkg-resources (33.1.1-1) ... [2019-09-27T12:28:35.590Z] Selecting previously unselected package python3-setuptools. [2019-09-27T12:28:35.590Z] Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-09-27T12:28:35.590Z] Unpacking python3-setuptools (33.1.1-1) ... [2019-09-27T12:28:36.014Z] Selecting previously unselected package python3-wheel. [2019-09-27T12:28:36.014Z] Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-09-27T12:28:36.014Z] Unpacking python3-wheel (0.29.0-2) ... [2019-09-27T12:28:36.014Z] Selecting previously unselected package thin-provisioning-tools. [2019-09-27T12:28:36.014Z] Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_s390x.deb ... [2019-09-27T12:28:36.014Z] Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-27T12:28:36.014Z] Selecting previously unselected package vim-runtime. [2019-09-27T12:28:36.014Z] Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-27T12:28:36.014Z] 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-27T12:28:36.014Z] Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-09-27T12:28:36.014Z] Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-27T12:28:37.010Z] Selecting previously unselected package vim. [2019-09-27T12:28:37.010Z] Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-09-27T12:28:37.010Z] Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-09-27T12:28:37.010Z] Selecting previously unselected package xfsprogs. [2019-09-27T12:28:37.010Z] Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_s390x.deb ... [2019-09-27T12:28:37.010Z] Unpacking xfsprogs (4.9.0+nmu1) ... [2019-09-27T12:28:37.010Z] Selecting previously unselected package zip. [2019-09-27T12:28:37.010Z] Preparing to unpack .../45-zip_3.0-11+b1_s390x.deb ... [2019-09-27T12:28:37.010Z] Unpacking zip (3.0-11+b1) ... [2019-09-27T12:28:37.010Z] Selecting previously unselected package libapparmor-perl. [2019-09-27T12:28:37.010Z] Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_s390x.deb ... [2019-09-27T12:28:37.010Z] Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-27T12:28:37.010Z] Selecting previously unselected package apparmor. [2019-09-27T12:28:37.010Z] Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_s390x.deb ... [2019-09-27T12:28:37.010Z] Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-09-27T12:28:37.394Z] Selecting previously unselected package binutils-mingw-w64-i686. [2019-09-27T12:28:37.394Z] Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_s390x.deb ... [2019-09-27T12:28:37.394Z] Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-27T12:28:37.394Z] Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-09-27T12:28:37.394Z] Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_s390x.deb ... [2019-09-27T12:28:37.394Z] Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-27T12:28:38.173Z] Selecting previously unselected package binutils-mingw-w64. [2019-09-27T12:28:38.173Z] Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-09-27T12:28:38.173Z] Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-27T12:28:38.173Z] Selecting previously unselected package mingw-w64-common. [2019-09-27T12:28:38.173Z] Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-09-27T12:28:38.173Z] Unpacking mingw-w64-common (5.0.1-1) ... [2019-09-27T12:28:38.541Z] Selecting previously unselected package mingw-w64-x86-64-dev. [2019-09-27T12:28:38.541Z] Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-09-27T12:28:38.541Z] Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-27T12:28:39.349Z] Selecting previously unselected package gcc-mingw-w64-base. [2019-09-27T12:28:39.349Z] Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_s390x.deb ... [2019-09-27T12:28:39.349Z] Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-27T12:28:39.349Z] Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-09-27T12:28:39.349Z] Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_s390x.deb ... [2019-09-27T12:28:39.349Z] Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-27T12:28:42.522Z] Selecting previously unselected package g++-mingw-w64-x86-64. [2019-09-27T12:28:42.522Z] Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_s390x.deb ... [2019-09-27T12:28:42.522Z] Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-27T12:28:45.115Z] Setting up aufs-tools (1:4.1+20161219-1) ... [2019-09-27T12:28:45.115Z] Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-27T12:28:45.115Z] Setting up libsepol1-dev:s390x (2.6-2) ... [2019-09-27T12:28:45.115Z] Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-27T12:28:45.500Z] Setting up libnet1:s390x (1.1.6+dfsg-3) ... [2019-09-27T12:28:45.500Z] Setting up libip4tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-27T12:28:45.500Z] Processing triggers for mime-support (3.60) ... [2019-09-27T12:28:45.500Z] Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-27T12:28:45.500Z] Setting up libgpm2:s390x (1.20.4-6.2+b1) ... [2019-09-27T12:28:45.500Z] Setting up libcap2-bin (1:2.25-1) ... [2019-09-27T12:28:45.500Z] Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-27T12:28:45.500Z] Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-27T12:28:45.500Z] Setting up bash-completion (1:2.1-4.3) ... [2019-09-27T12:28:45.878Z] Setting up libonig4:s390x (6.1.3-2) ... [2019-09-27T12:28:45.878Z] Setting up libprotobuf-c1:s390x (1.2.1-2) ... [2019-09-27T12:28:45.878Z] Setting up zip (3.0-11+b1) ... [2019-09-27T12:28:45.878Z] Setting up bzip2 (1.0.6-8.1) ... [2019-09-27T12:28:45.878Z] Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-27T12:28:45.878Z] Setting up libjq1:s390x (1.5+dfsg-1.3) ... [2019-09-27T12:28:45.878Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T12:28:45.878Z] Setting up libaio1:s390x (0.3.110-3) ... [2019-09-27T12:28:45.878Z] Setting up libxtables12:s390x (1.6.0+snapshot20161117-6) ... [2019-09-27T12:28:45.878Z] Setting up xz-utils (5.2.2-1.2+b1) ... [2019-09-27T12:28:45.878Z] update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-09-27T12:28:45.878Z] Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-27T12:28:45.878Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-27T12:28:45.878Z] Setting up libpcrecpp0v5:s390x (2:8.39-3) ... [2019-09-27T12:28:45.878Z] Setting up libpcre32-3:s390x (2:8.39-3) ... [2019-09-27T12:28:45.878Z] Setting up libnfnetlink0:s390x (1.0.1-3) ... [2019-09-27T12:28:46.264Z] Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-27T12:28:46.264Z] Setting up libsystemd-dev:s390x (232-25+deb9u12) ... [2019-09-27T12:28:46.264Z] Setting up libpcre16-3:s390x (2:8.39-3) ... [2019-09-27T12:28:46.264Z] Setting up libreadline5:s390x (5.2+dfsg-3+b1) ... [2019-09-27T12:28:46.631Z] Setting up libnl-3-200:s390x (3.2.27-2) ... [2019-09-27T12:28:46.631Z] Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-27T12:28:46.631Z] Setting up libudev-dev:s390x (232-25+deb9u12) ... [2019-09-27T12:28:46.631Z] Setting up pigz (2.3.4-1) ... [2019-09-27T12:28:46.631Z] Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-27T12:28:46.631Z] Setting up libmpdec2:s390x (2.4.2-1) ... [2019-09-27T12:28:46.631Z] Setting up libip6tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-27T12:28:46.631Z] Setting up mingw-w64-common (5.0.1-1) ... [2019-09-27T12:28:46.997Z] Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-27T12:28:46.997Z] Setting up jq (1.5+dfsg-1.3) ... [2019-09-27T12:28:46.997Z] Setting up libpcre3-dev:s390x (2:8.39-3) ... [2019-09-27T12:28:46.997Z] Setting up libnetfilter-conntrack3:s390x (1.0.6-2) ... [2019-09-27T12:28:46.997Z] Setting up xfsprogs (4.9.0+nmu1) ... [2019-09-27T12:28:46.997Z] Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-09-27T12:28:46.997Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-09-27T12:28:46.997Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-09-27T12:28:46.997Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-09-27T12:28:46.997Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-09-27T12:28:46.997Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-09-27T12:28:46.997Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-09-27T12:28:46.997Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-09-27T12:28:46.997Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-09-27T12:28:46.997Z] Setting up libpython3.5-stdlib:s390x (3.5.3-1+deb9u1) ... [2019-09-27T12:28:46.997Z] Setting up libiptc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-27T12:28:46.997Z] Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-27T12:28:46.997Z] Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-09-27T12:28:46.997Z] Setting up btrfs-progs (4.7.3-1) ... [2019-09-27T12:28:46.997Z] Setting up libselinux1-dev:s390x (2.6-3+b3) ... [2019-09-27T12:28:46.997Z] Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-09-27T12:28:47.847Z] Setting up libpython3-stdlib:s390x (3.5.3-1) ... [2019-09-27T12:28:47.847Z] Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-27T12:28:47.847Z] 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-27T12:28:47.847Z] 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-27T12:28:47.847Z] 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-27T12:28:47.847Z] 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-27T12:28:47.847Z] Setting up btrfs-tools (4.7.3-1) ... [2019-09-27T12:28:47.847Z] Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-27T12:28:47.847Z] 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-27T12:28:47.847Z] 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-27T12:28:47.847Z] Setting up python3 (3.5.3-1) ... [2019-09-27T12:28:47.955Z] Loaded image: buildpack-deps:jessie [2019-09-27T12:28:47.955Z] Loaded image: busybox:latest [2019-09-27T12:28:47.955Z] Loaded image: busybox:glibc [2019-09-27T12:28:47.955Z] Loaded image: debian:jessie [2019-09-27T12:28:47.955Z] Loaded image: hello-world:latest [2019-09-27T12:28:47.955Z] INFO: Testing against a local daemon [2019-09-27T12:28:47.955Z] === RUN TestCgroupNamespacesBuild [2019-09-27T12:28:48.232Z] Setting up apparmor (2.11.0-3+deb9u2) ... [2019-09-27T12:28:48.977Z] 🇩 bin/containerd [2019-09-27T12:28:49.019Z] update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-09-27T12:28:49.019Z] diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-09-27T12:28:49.019Z] Setting up libdevmapper1.02.1:s390x (2:1.02.137-2) ... [2019-09-27T12:28:49.019Z] Setting up python3-wheel (0.29.0-2) ... [2019-09-27T12:28:49.019Z] Setting up python3-pkg-resources (33.1.1-1) ... [2019-09-27T12:28:49.019Z] Setting up libdevmapper-event1.02.1:s390x (2:1.02.137-2) ... [2019-09-27T12:28:49.413Z] Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-09-27T12:28:49.413Z] Setting up dmsetup (2:1.02.137-2) ... [2019-09-27T12:28:49.413Z] Setting up python3-setuptools (33.1.1-1) ... [2019-09-27T12:28:49.791Z] Setting up dh-python (2.20170125) ... [2019-09-27T12:28:49.791Z] Setting up libdevmapper-dev:s390x (2:1.02.137-2) ... [2019-09-27T12:28:49.791Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T12:28:49.852Z] --- PASS: TestCgroupNamespacesBuild (2.78s) [2019-09-27T12:28:49.852Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild" [2019-09-27T12:28:49.852Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-09-27T12:28:52.377Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.40s) [2019-09-27T12:28:52.377Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode" [2019-09-27T12:28:52.377Z] === RUN TestBuildWithSession [2019-09-27T12:28:53.856Z] Removing intermediate container 5c9ec12bc441 [2019-09-27T12:28:53.856Z] ---> 40bdc77d0d98 [2019-09-27T12:28:53.856Z] Step 104/126 : RUN pip3 install yamllint==1.16.0 [2019-09-27T12:28:53.856Z] ---> Running in 5a9bd257e126 [2019-09-27T12:28:55.197Z] Collecting yamllint==1.16.0 [2019-09-27T12:28:55.620Z] Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-09-27T12:28:55.620Z] Collecting pyyaml (from yamllint==1.16.0) [2019-09-27T12:28:55.620Z] Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-09-27T12:28:55.655Z] --- PASS: TestBuildWithSession (3.69s) [2019-09-27T12:28:55.655Z] === RUN TestBuildSquashParent [2019-09-27T12:28:56.008Z] Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-09-27T12:28:56.374Z] Downloading https://files.pythonhosted.org/packages/84/2a/bfee636b1e2f7d6e30dd74f49201ccfa5c3cf322d44929ecc6c137c486c5/pathspec-0.5.9.tar.gz [2019-09-27T12:28:56.374Z] Building wheels for collected packages: pyyaml, pathspec [2019-09-27T12:28:56.374Z] Running setup.py bdist_wheel for pyyaml: started [2019-09-27T12:28:56.744Z] Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-09-27T12:28:56.744Z] Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-09-27T12:28:56.744Z] Running setup.py bdist_wheel for pathspec: started [2019-09-27T12:28:57.115Z] Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-09-27T12:28:57.115Z] Stored in directory: /root/.cache/pip/wheels/45/cb/7e/ce6e6062c69446e39e328170524ca8213498bc66a74c6a210b [2019-09-27T12:28:57.115Z] Successfully built pyyaml pathspec [2019-09-27T12:28:57.115Z] Installing collected packages: pyyaml, pathspec, yamllint [2019-09-27T12:28:57.115Z] Successfully installed pathspec-0.5.9 pyyaml-5.1.2 yamllint-1.16.0 [2019-09-27T12:28:57.925Z] Removing intermediate container 5a9bd257e126 [2019-09-27T12:28:57.925Z] ---> 75f915f313dc [2019-09-27T12:28:57.925Z] Step 105/126 : COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-09-27T12:28:58.697Z] ---> 24f52c4a68c8 [2019-09-27T12:28:58.697Z] Step 106/126 : COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-27T12:28:59.999Z] INFO [loader] Go packages loading at mode load types and syntax took 25.650915555s [2019-09-27T12:29:00.545Z] ---> 69615c463f1d [2019-09-27T12:29:00.545Z] Step 107/126 : COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-09-27T12:29:00.545Z] ---> 9ccf7b9d2b69 [2019-09-27T12:29:00.545Z] Step 108/126 : COPY --from=gotestsum /build/ /usr/local/bin/ [2019-09-27T12:29:00.914Z] ---> 7a23a6ae7b88 [2019-09-27T12:29:00.914Z] Step 109/126 : COPY --from=tomlv /build/ /usr/local/bin/ [2019-09-27T12:29:01.286Z] ---> 66da24b55378 [2019-09-27T12:29:01.286Z] Step 110/126 : COPY --from=vndr /build/ /usr/local/bin/ [2019-09-27T12:29:01.651Z] ---> 5eb5fc1a9613 [2019-09-27T12:29:01.652Z] Step 111/126 : COPY --from=tini /build/ /usr/local/bin/ [2019-09-27T12:29:02.050Z] ---> 2fd78cbccf8c [2019-09-27T12:29:02.050Z] Step 112/126 : COPY --from=runc /build/ /usr/local/bin/ [2019-09-27T12:29:02.050Z] ---> a14246bbe46b [2019-09-27T12:29:02.050Z] Step 113/126 : COPY --from=containerd /build/ /usr/local/bin/ [2019-09-27T12:29:02.840Z] ---> 94907475d353 [2019-09-27T12:29:02.840Z] Step 114/126 : COPY --from=proxy /build/ /usr/local/bin/ [2019-09-27T12:29:03.216Z] ---> cea6ba564704 [2019-09-27T12:29:03.216Z] Step 115/126 : COPY --from=dockercli /build/ /usr/local/cli [2019-09-27T12:29:03.725Z] ---> e83e7a30cff0 [2019-09-27T12:29:03.725Z] Step 116/126 : COPY --from=registry /build/registry* /usr/local/bin/ [2019-09-27T12:29:04.161Z] INFO [loader] SSA repr building timing: packages building 273.970551ms, total 5.003669061s [2019-09-27T12:29:04.599Z] ---> 8a13fc9b5902 [2019-09-27T12:29:04.599Z] Step 117/126 : COPY --from=criu /build/ /usr/local/ [2019-09-27T12:29:04.599Z] ---> df075bde1603 [2019-09-27T12:29:04.599Z] Step 118/126 : COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-09-27T12:29:05.391Z] ---> eee893c12cb0 [2019-09-27T12:29:05.392Z] Step 119/126 : COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e /vpnkit /usr/local/bin/vpnkit.x86_64 [2019-09-27T12:29:05.774Z] sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e: Pulling from djs55/vpnkit [2019-09-27T12:29:05.774Z] bad55c542dc9: Pulling fs layer [2019-09-27T12:29:06.156Z] bad55c542dc9: Verifying Checksum [2019-09-27T12:29:06.156Z] bad55c542dc9: Download complete [2019-09-27T12:29:06.521Z] bad55c542dc9: Pull complete [2019-09-27T12:29:06.521Z] Digest: sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2019-09-27T12:29:06.521Z] Status: Downloaded newer image for djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2019-09-27T12:29:06.889Z] ---> 160c419ac6bd [2019-09-27T12:29:06.889Z] Step 120/126 : ENV PATH=/usr/local/cli:$PATH [2019-09-27T12:29:07.278Z] ---> Running in 696c22993bc0 [2019-09-27T12:29:07.278Z] Removing intermediate container 696c22993bc0 [2019-09-27T12:29:07.278Z] ---> 1a64657ea747 [2019-09-27T12:29:07.278Z] Step 121/126 : ENV DOCKER_BUILDTAGS apparmor seccomp selinux [2019-09-27T12:29:07.278Z] ---> Running in 8d1e14ceaf5e [2019-09-27T12:29:07.278Z] Removing intermediate container 8d1e14ceaf5e [2019-09-27T12:29:07.278Z] ---> e99340b5dfea [2019-09-27T12:29:07.278Z] Step 122/126 : WORKDIR /go/src/github.com/docker/docker [2019-09-27T12:29:07.692Z] ---> Running in cf83d21c17a7 [2019-09-27T12:29:07.692Z] Removing intermediate container cf83d21c17a7 [2019-09-27T12:29:07.692Z] ---> 5ceddbfc0887 [2019-09-27T12:29:07.692Z] Step 123/126 : VOLUME /var/lib/docker [2019-09-27T12:29:07.991Z] --- PASS: TestBuildSquashParent (10.37s) [2019-09-27T12:29:07.991Z] build_squash_test.go:29: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestBuildSquashParent" [2019-09-27T12:29:07.991Z] === RUN TestBuildWithRemoveAndForceRemove [2019-09-27T12:29:07.991Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-27T12:29:07.991Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-27T12:29:07.991Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-27T12:29:07.991Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-27T12:29:07.991Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-27T12:29:07.991Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-27T12:29:07.991Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-27T12:29:07.991Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-27T12:29:07.991Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-27T12:29:07.991Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-27T12:29:07.991Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-27T12:29:07.991Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-27T12:29:07.991Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-27T12:29:07.991Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-27T12:29:08.077Z] ---> Running in 5cfda6d1d261 [2019-09-27T12:29:08.077Z] Removing intermediate container 5cfda6d1d261 [2019-09-27T12:29:08.077Z] ---> a155929f2075 [2019-09-27T12:29:08.077Z] Step 124/126 : ENTRYPOINT ["hack/dind"] [2019-09-27T12:29:08.077Z] ---> Running in d4e686b376af [2019-09-27T12:29:08.077Z] Removing intermediate container d4e686b376af [2019-09-27T12:29:08.077Z] ---> 93ef114ccdda [2019-09-27T12:29:08.077Z] Step 125/126 : FROM dev AS final [2019-09-27T12:29:08.077Z] ---> 93ef114ccdda [2019-09-27T12:29:08.077Z] Step 126/126 : COPY . /go/src/github.com/docker/docker [2019-09-27T12:29:09.363Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-27T12:29:09.621Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-27T12:29:10.534Z] ---> 6383eb5410d3 [2019-09-27T12:29:10.921Z] Successfully built 6383eb5410d3 [2019-09-27T12:29:10.921Z] Successfully tagged docker:b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-09-27T12:29:11.915Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-39997/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c -e DOCKER_GRAPHDRIVER docker:b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c hack/test/unit [2019-09-27T12:29:12.902Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-27T12:29:12.902Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-27T12:29:14.472Z] ? github.com/docker/docker/api [no test files] [2019-09-27T12:29:17.082Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2019-09-27T12:29:17.082Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.25s) [2019-09-27T12:29:17.082Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.54s) [2019-09-27T12:29:17.082Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.44s) [2019-09-27T12:29:17.082Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.32s) [2019-09-27T12:29:17.082Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.28s) [2019-09-27T12:29:17.082Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.33s) [2019-09-27T12:29:17.082Z] === RUN TestBuildMultiStageCopy [2019-09-27T12:29:17.082Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-27T12:29:19.608Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-27T12:29:20.238Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-27T12:29:20.801Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-27T12:29:21.365Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-27T12:29:21.569Z] 🇩 bin/containerd-stress [2019-09-27T12:29:22.186Z] 🇩 bin/containerd-shim [2019-09-27T12:29:22.297Z] --- PASS: TestBuildMultiStageCopy (5.83s) [2019-09-27T12:29:22.297Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.19s) [2019-09-27T12:29:22.297Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.57s) [2019-09-27T12:29:22.297Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.68s) [2019-09-27T12:29:22.297Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.68s) [2019-09-27T12:29:22.297Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.71s) [2019-09-27T12:29:22.297Z] === RUN TestBuildMultiStageParentConfig [2019-09-27T12:29:23.666Z] --- PASS: TestBuildMultiStageParentConfig (1.60s) [2019-09-27T12:29:23.666Z] === RUN TestBuildLabelWithTargets [2019-09-27T12:29:26.043Z] ok github.com/docker/docker/api/server 0.003s coverage: 9.0% of statements [2019-09-27T12:29:26.190Z] --- PASS: TestBuildLabelWithTargets (2.48s) [2019-09-27T12:29:26.190Z] === RUN TestBuildWithEmptyLayers [2019-09-27T12:29:27.561Z] --- PASS: TestBuildWithEmptyLayers (1.41s) [2019-09-27T12:29:27.561Z] === RUN TestBuildMultiStageOnBuild [2019-09-27T12:29:31.738Z] --- PASS: TestBuildMultiStageOnBuild (3.56s) [2019-09-27T12:29:31.738Z] === RUN TestBuildUncleanTarFilenames [2019-09-27T12:29:32.505Z] 🇩 bin/containerd-shim-runc-v1 [2019-09-27T12:29:33.108Z] --- PASS: TestBuildUncleanTarFilenames (1.79s) [2019-09-27T12:29:33.108Z] === RUN TestBuildMultiStageLayerLeak [2019-09-27T12:29:34.481Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-09-27T12:29:34.481Z] Using test binary docker [2019-09-27T12:29:34.481Z] +++ /etc/init.d/apparmor start [2019-09-27T12:29:34.481Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-27T12:29:34.481Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-27T12:29:34.481Z] Warning failed to create cache: (null) [2019-09-27T12:29:34.481Z] . [2019-09-27T12:29:34.481Z] INFO: Waiting for daemon to start... [2019-09-27T12:29:34.481Z] Starting dockerd [2019-09-27T12:29:34.481Z] +++ 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-27T12:29:35.852Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-09-27T12:29:35.852Z] Using test binary docker [2019-09-27T12:29:35.852Z] +++ /etc/init.d/apparmor start [2019-09-27T12:29:35.852Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-27T12:29:35.852Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-27T12:29:35.852Z] Warning failed to create cache: (null) [2019-09-27T12:29:35.852Z] . [2019-09-27T12:29:35.852Z] INFO: Waiting for daemon to start... [2019-09-27T12:29:35.852Z] Starting dockerd [2019-09-27T12:29:35.852Z] +++ 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-27T12:29:35.978Z] 🇩 binaries [2019-09-27T12:29:35.978Z] + mkdir -p /build [2019-09-27T12:29:35.978Z] + cp bin/containerd /build/containerd [2019-09-27T12:29:35.978Z] + cp bin/containerd-shim /build/containerd-shim [2019-09-27T12:29:35.978Z] + cp bin/ctr /build/ctr [2019-09-27T12:29:36.416Z] . [2019-09-27T12:29:36.416Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-09-27T12:29:36.416Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-09-27T12:29:36.416Z] Error: No such image: emptyfs [2019-09-27T12:29:36.416Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-09-27T12:29:36.416Z] ++++ docker load [2019-09-27T12:29:36.674Z] Running integration-test (iteration 1) [2019-09-27T12:29:36.674Z] 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-27T12:29:36.674Z] ++ 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-27T12:29:36.674Z] ++ set -e [2019-09-27T12:29:36.674Z] ++ '[' -n 0 ']' [2019-09-27T12:29:36.674Z] ++ set -x [2019-09-27T12:29:36.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-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-27T12:29:36.931Z] --- PASS: TestBuildMultiStageLayerLeak (3.85s) [2019-09-27T12:29:36.931Z] === RUN TestBuildWithHugeFile [2019-09-27T12:29:37.862Z] [2019-09-27T12:29:37.862Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-09-27T12:29:37.862Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-09-27T12:29:38.119Z] Error: No such image: emptyfs [2019-09-27T12:29:38.119Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-09-27T12:29:38.119Z] ++++ docker load [2019-09-27T12:29:38.375Z] Running integration-test (iteration 1) [2019-09-27T12:29:38.376Z] 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-27T12:29:38.376Z] ++ 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-27T12:29:38.376Z] ++ set -e [2019-09-27T12:29:38.376Z] ++ '[' -n 0 ']' [2019-09-27T12:29:38.376Z] ++ set -x [2019-09-27T12:29:38.376Z] ++ env -i DEST=/go/src/github.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-27T12:29:42.810Z] Removing intermediate container bf9220d0528a [2019-09-27T12:29:42.810Z] ---> 43393c0aaef0 [2019-09-27T12:29:42.810Z] Step 57/126 : FROM dev-base AS proxy [2019-09-27T12:29:42.810Z] ---> 91f2a0ce6c48 [2019-09-27T12:29:42.810Z] Step 58/126 : ENV INSTALL_BINARY_NAME=proxy [2019-09-27T12:29:42.810Z] ---> Running in b62c8e896b28 [2019-09-27T12:29:42.810Z] Removing intermediate container b62c8e896b28 [2019-09-27T12:29:42.810Z] ---> 6528a2601024 [2019-09-27T12:29:42.810Z] Step 59/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T12:29:42.810Z] ---> 84c1eb9a5105 [2019-09-27T12:29:42.810Z] Step 60/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-27T12:29:42.810Z] ---> 820ae6858b1e [2019-09-27T12:29:42.810Z] Step 61/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-27T12:29:42.810Z] ---> Running in a68ee57d6366 [2019-09-27T12:29:42.810Z] + RM_GOPATH=0 [2019-09-27T12:29:42.810Z] + TMP_GOPATH= [2019-09-27T12:29:42.810Z] + : /build [2019-09-27T12:29:42.810Z] + '[' -z '' ']' [2019-09-27T12:29:42.810Z] ++ mktemp -d [2019-09-27T12:29:42.810Z] + export GOPATH=/tmp/tmp.zwP0TqSOCy [2019-09-27T12:29:42.810Z] + GOPATH=/tmp/tmp.zwP0TqSOCy [2019-09-27T12:29:42.810Z] + RM_GOPATH=1 [2019-09-27T12:29:42.810Z] ++ dirname ./install.sh [2019-09-27T12:29:42.810Z] + dir=. [2019-09-27T12:29:42.810Z] + bin=proxy [2019-09-27T12:29:42.810Z] + shift [2019-09-27T12:29:42.810Z] + '[' '!' -f ./proxy.installer ']' [2019-09-27T12:29:42.810Z] + . ./proxy.installer [2019-09-27T12:29:42.810Z] ++ LIBNETWORK_COMMIT=96bcc0dae898308ed659c5095526788a602f4726 [2019-09-27T12:29:42.810Z] + install_proxy [2019-09-27T12:29:42.810Z] + case "$1" in [2019-09-27T12:29:42.810Z] + export CGO_ENABLED=0 [2019-09-27T12:29:42.810Z] + CGO_ENABLED=0 [2019-09-27T12:29:42.810Z] + _install_proxy [2019-09-27T12:29:42.810Z] + echo 'Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726' [2019-09-27T12:29:42.810Z] + git clone https://github.com/docker/libnetwork.git /tmp/tmp.zwP0TqSOCy/src/github.com/docker/libnetwork [2019-09-27T12:29:42.810Z] Install docker-proxy version 96bcc0dae898308ed659c5095526788a602f4726 [2019-09-27T12:29:42.810Z] Cloning into '/tmp/tmp.zwP0TqSOCy/src/github.com/docker/libnetwork'... [2019-09-27T12:29:45.500Z] + cd /tmp/tmp.zwP0TqSOCy/src/github.com/docker/libnetwork [2019-09-27T12:29:45.500Z] + git checkout -q 96bcc0dae898308ed659c5095526788a602f4726 [2019-09-27T12:29:45.784Z] + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-09-27T12:29:50.178Z] Removing intermediate container a68ee57d6366 [2019-09-27T12:29:50.178Z] ---> 6ab07c6269d3 [2019-09-27T12:29:50.178Z] Step 62/126 : FROM base AS golangci_lint [2019-09-27T12:29:50.178Z] ---> 91f2a0ce6c48 [2019-09-27T12:29:50.178Z] Step 63/126 : ENV INSTALL_BINARY_NAME=golangci_lint [2019-09-27T12:29:50.178Z] ---> Running in ba2284173208 [2019-09-27T12:29:50.178Z] Removing intermediate container ba2284173208 [2019-09-27T12:29:50.178Z] ---> b5587e1bb948 [2019-09-27T12:29:50.178Z] Step 64/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T12:29:50.178Z] ---> 0017a29ec0c1 [2019-09-27T12:29:50.178Z] Step 65/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-27T12:29:50.178Z] ---> 3cb496862dfe [2019-09-27T12:29:50.179Z] Step 66/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-27T12:29:50.179Z] ---> Running in dc7049f3e65d [2019-09-27T12:29:50.179Z] + RM_GOPATH=0 [2019-09-27T12:29:50.179Z] + TMP_GOPATH= [2019-09-27T12:29:50.179Z] + : /build [2019-09-27T12:29:50.179Z] + '[' -z '' ']' [2019-09-27T12:29:50.179Z] ++ mktemp -d [2019-09-27T12:29:50.179Z] + export GOPATH=/tmp/tmp.RgUmPdnIcb [2019-09-27T12:29:50.179Z] + GOPATH=/tmp/tmp.RgUmPdnIcb [2019-09-27T12:29:50.179Z] + RM_GOPATH=1 [2019-09-27T12:29:50.179Z] ++ dirname ./install.sh [2019-09-27T12:29:50.179Z] + dir=. [2019-09-27T12:29:50.179Z] + bin=golangci_lint [2019-09-27T12:29:50.179Z] + shift [2019-09-27T12:29:50.179Z] + '[' '!' -f ./golangci_lint.installer ']' [2019-09-27T12:29:50.179Z] + . ./golangci_lint.installer [2019-09-27T12:29:50.179Z] ++ : v1.17.1 [2019-09-27T12:29:50.179Z] + install_golangci_lint [2019-09-27T12:29:50.179Z] + echo 'Installing golangci-lint version v1.17.1' [2019-09-27T12:29:50.179Z] + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2019-09-27T12:29:50.179Z] Installing golangci-lint version v1.17.1 [2019-09-27T12:29:53.647Z] + cd /tmp/tmp.RgUmPdnIcb/src/github.com/golangci/golangci-lint/ [2019-09-27T12:29:53.647Z] + git checkout -q v1.17.1 [2019-09-27T12:29:53.647Z] + go build -buildmode=pie -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2019-09-27T12:29:54.898Z] Running on azwin-2-b4f710 in d:\jenkins\workspace\moby_PR-39997 [Pipeline] { [Pipeline] ws [2019-09-27T12:29:54.912Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2019-09-27T12:30:10.425Z] Loaded image: buildpack-deps:jessie [2019-09-27T12:30:10.425Z] Loaded image: busybox:latest [2019-09-27T12:30:10.425Z] Loaded image: busybox:glibc [2019-09-27T12:30:10.425Z] Loaded image: debian:jessie [2019-09-27T12:30:10.425Z] Loaded image: hello-world:latest [2019-09-27T12:30:10.425Z] INFO: Testing against a local daemon [2019-09-27T12:30:10.425Z] === RUN TestDockerSuite [2019-09-27T12:30:10.425Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2019-09-27T12:30:10.425Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2019-09-27T12:30:10.425Z] === RUN TestDockerSuite/TestAPIErrorJSON [2019-09-27T12:30:10.425Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2019-09-27T12:30:10.425Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2019-09-27T12:30:10.425Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2019-09-27T12:30:10.425Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2019-09-27T12:30:10.425Z] === RUN TestDockerSuite/TestAPIImagesDelete [2019-09-27T12:30:10.425Z] Loaded image: buildpack-deps:jessie [2019-09-27T12:30:10.425Z] Loaded image: busybox:latest [2019-09-27T12:30:10.425Z] Loaded image: busybox:glibc [2019-09-27T12:30:10.425Z] Loaded image: debian:jessie [2019-09-27T12:30:10.425Z] Loaded image: hello-world:latest [2019-09-27T12:30:10.425Z] INFO: Testing against a local daemon [2019-09-27T12:30:10.425Z] === RUN TestDockerDaemonSuite [2019-09-27T12:30:10.425Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2019-09-27T12:30:12.319Z] === RUN TestDockerSuite/TestAPIImagesFilter [2019-09-27T12:30:12.319Z] === RUN TestDockerSuite/TestAPIImagesHistory [2019-09-27T12:30:12.882Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2019-09-27T12:30:12.882Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2019-09-27T12:30:14.252Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2019-09-27T12:30:14.522Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2019-09-27T12:30:14.522Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2019-09-27T12:30:17.049Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2019-09-27T12:30:17.049Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2019-09-27T12:30:17.306Z] === RUN TestDockerSuite/TestAPINetworkFilter [2019-09-27T12:30:17.306Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2019-09-27T12:30:17.306Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2019-09-27T12:30:18.238Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2019-09-27T12:30:19.608Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2019-09-27T12:30:19.864Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2019-09-27T12:30:19.865Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2019-09-27T12:30:19.865Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2019-09-27T12:30:19.865Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2019-09-27T12:30:20.121Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2019-09-27T12:30:20.667Z] using credential docker-jenkins-github-credentials [2019-09-27T12:30:20.744Z] Cloning the remote Git repository [2019-09-27T12:30:20.744Z] Cloning with configured refspecs honoured and without tags [2019-09-27T12:30:20.993Z] Cloning repository https://github.com/moby/moby.git [2019-09-27T12:30:21.371Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2019-09-27T12:30:23.858Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-27T12:30:23.858Z] > git --version # timeout=10 [2019-09-27T12:30:23.911Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-27T12:30:23.911Z] > git fetch --no-tags --force --progress https://github.com/moby/moby.git +refs/pull/39997/head:refs/remotes/origin/PR-39997 +refs/heads/master:refs/remotes/origin/master [2019-09-27T12:30:24.982Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-09-27T12:30:24.982Z] ok github.com/docker/docker/api/server/httputils 0.003s coverage: 14.7% of statements [2019-09-27T12:30:24.982Z] ok github.com/docker/docker/api/server/middleware 0.006s coverage: 37.7% of statements [2019-09-27T12:30:24.982Z] ? github.com/docker/docker/api/server/router [no test files] [2019-09-27T12:30:24.982Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-09-27T12:30:24.982Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-09-27T12:30:24.982Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-09-27T12:30:24.982Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-09-27T12:30:24.982Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-09-27T12:30:24.982Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-09-27T12:30:24.982Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-09-27T12:30:24.982Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-09-27T12:30:24.982Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-09-27T12:30:24.982Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-09-27T12:30:24.982Z] ok github.com/docker/docker/api/server/router/swarm 0.002s coverage: 4.0% of statements [2019-09-27T12:30:24.982Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-09-27T12:30:24.982Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-09-27T12:30:24.982Z] ? github.com/docker/docker/api/types [no test files] [2019-09-27T12:30:24.982Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-09-27T12:30:24.982Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-09-27T12:30:24.982Z] ? github.com/docker/docker/api/types/container [no test files] [2019-09-27T12:30:24.982Z] ? github.com/docker/docker/api/types/events [no test files] [2019-09-27T12:30:24.982Z] ok github.com/docker/docker/api/types/strslice 0.001s coverage: 90.0% of statements [2019-09-27T12:30:24.982Z] ok github.com/docker/docker/api/types/filters 0.012s coverage: 95.2% of statements [2019-09-27T12:30:24.982Z] ? github.com/docker/docker/api/types/image [no test files] [2019-09-27T12:30:24.982Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-09-27T12:30:24.982Z] ? github.com/docker/docker/api/types/network [no test files] [2019-09-27T12:30:24.982Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-09-27T12:30:24.982Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-09-27T12:30:24.982Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-09-27T12:30:24.982Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-09-27T12:30:24.982Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2019-09-27T12:30:24.982Z] ok github.com/docker/docker/api/types/versions 0.009s coverage: 75.0% of statements [2019-09-27T12:30:24.982Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-09-27T12:30:24.982Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-09-27T12:30:24.982Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-09-27T12:30:24.982Z] ? github.com/docker/docker/builder [no test files] [2019-09-27T12:30:24.982Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-09-27T12:30:24.982Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-09-27T12:30:24.982Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-09-27T12:30:24.982Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-09-27T12:30:24.982Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-09-27T12:30:24.982Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-09-27T12:30:24.982Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-09-27T12:30:24.982Z] ok github.com/docker/docker/builder/dockerignore 0.002s coverage: 96.8% of statements [2019-09-27T12:30:25.377Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2019-09-27T12:30:25.520Z] WARN [runner/golint] Golint: can't lint 4 files: no file name for file &{Doc: Package:23308406 Name:quota Decls:[0xc02d2886c0 0xc02d288740 0xc02d2887c0 0xc02d288840 0xc02d284e10 0xc02d284f60] Scope:scope 0xc02d245f40 { [2019-09-27T12:30:25.520Z] var ErrQuotaNotSupported [2019-09-27T12:30:25.520Z] type errQuotaNotSupported [2019-09-27T12:30:25.520Z] } [2019-09-27T12:30:25.520Z] Imports:[0xc02d284c90] Unresolved:[errdefs nil string] Comments:[0xc02d28a3e0 0xc02d28a560]} [2019-09-27T12:30:25.942Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2019-09-27T12:30:27.538Z] ok github.com/docker/docker/builder/fscache 0.113s coverage: 69.5% of statements [2019-09-27T12:30:27.920Z] ok github.com/docker/docker/builder/dockerfile 0.977s coverage: 46.6% of statements [2019-09-27T12:30:29.991Z] ok github.com/docker/docker/builder/remotecontext 0.315s coverage: 13.6% of statements [2019-09-27T12:30:30.118Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2019-09-27T12:30:30.819Z] ok github.com/docker/docker/builder/remotecontext/git 0.768s coverage: 85.1% of statements [2019-09-27T12:30:30.819Z] ? github.com/docker/docker/cli [no test files] [2019-09-27T12:30:30.819Z] ? github.com/docker/docker/cli/config [no test files] [2019-09-27T12:30:30.820Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2019-09-27T12:30:32.012Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2019-09-27T12:30:35.390Z] ok github.com/docker/docker/client 0.244s coverage: 75.8% of statements [2019-09-27T12:30:38.572Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2019-09-27T12:30:39.941Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2019-09-27T12:30:41.311Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2019-09-27T12:30:42.682Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2019-09-27T12:30:43.106Z] Fetching without tags [2019-09-27T12:30:42.702Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-27T12:30:42.805Z] > git config --add remote.origin.fetch +refs/pull/39997/head:refs/remotes/origin/PR-39997 # timeout=10 [2019-09-27T12:30:42.855Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-27T12:30:42.986Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-27T12:30:43.893Z] Merging remotes/origin/master commit 40b9333523d9c128bb6746f80b8e698b21feb6e0 into PR head commit b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c [2019-09-27T12:30:44.053Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2019-09-27T12:30:45.434Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2019-09-27T12:30:43.127Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-27T12:30:43.127Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-27T12:30:43.128Z] > git fetch --no-tags --force --progress https://github.com/moby/moby.git +refs/pull/39997/head:refs/remotes/origin/PR-39997 +refs/heads/master:refs/remotes/origin/master [2019-09-27T12:30:43.987Z] > git config core.sparsecheckout # timeout=10 [2019-09-27T12:30:44.048Z] > git checkout -f b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c [2019-09-27T12:30:46.364Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2019-09-27T12:30:47.391Z] INFO [runner] worker.2 took 1m39.577651652s with stages: golint: 1m15.688556309s, gosec: 13.208468905s, gofmt: 4.615905216s, ineffassign: 2.635989306s, misspell: 2.073897074s, varcheck: 564.972322ms, deadcode: 342.769643ms, structcheck: 276.106754ms, unconvert: 170.918218ms, typecheck: 4.648µs [2019-09-27T12:30:47.391Z] INFO [runner] worker.1 took 1m41.397903458s with stages: megacheck: 47.528809523s, govet: 26.976103473s, goimports: 26.892970379s [2019-09-27T12:30:47.391Z] INFO [runner] Workers idle times: #2: 1.782584784s [2019-09-27T12:30:47.391Z] INFO [runner] Issues before processing: 1971, after processing: 0 [2019-09-27T12:30:47.391Z] INFO [runner] processing took 535.039162ms with stages: exclude: 183.978289ms, identifier_marker: 152.094765ms, skip_dirs: 81.203208ms, autogenerated_exclude: 76.493362ms, nolint: 23.157812ms, path_prettifier: 7.199599ms, cgo: 5.107741ms, filename_unadjuster: 4.472413ms, exclude-rules: 1.304786ms, diff: 4.602µs, max_per_file_from_linter: 4.142µs, source_code: 3.759µs, max_same_issues: 3.612µs, path_shortener: 3.058µs, skip_files: 2.909µs, uniq_by_line: 2.726µs, max_from_linter: 2.379µs [2019-09-27T12:30:47.391Z] INFO File cache stats: 1436 entries of total size 6.8MiB [2019-09-27T12:30:47.391Z] INFO Memory: 178 samples, avg is 1403.9MB, max is 5243.0MB [2019-09-27T12:30:47.391Z] INFO Execution took 2m12.611019532s [2019-09-27T12:30:47.391Z] Congratulations! "./pkg/..." is safely isolated from internal code. [2019-09-27T12:30:47.391Z] No api/types/ or api/swagger.yaml changes in diff. [2019-09-27T12:30:47.391Z] Congratulations! All toml source files changed here have valid syntax. [2019-09-27T12:30:47.391Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2019-09-27T12:30:47.391Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2019-09-27T12:30:47.533Z] Merge succeeded, producing b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c [2019-09-27T12:30:47.535Z] Checking out Revision b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c (PR-39997) [2019-09-27T12:30:47.737Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2019-09-27T12:30:47.843Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39997/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c -e DOCKER_GRAPHDRIVER docker:b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c hack/make.sh dynbinary-daemon test-docker-py [2019-09-27T12:30:48.769Z] [2019-09-27T12:30:48.769Z] Removing bundles/ [2019-09-27T12:30:48.769Z] [2019-09-27T12:30:48.769Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2019-09-27T12:30:48.769Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-09-27T12:30:48.769Z] GOOS="" GOARCH="" GOARM="" [2019-09-27T12:30:49.633Z] === RUN TestDockerSuite/TestAttachAfterDetach [2019-09-27T12:30:47.130Z] > git merge 40b9333523d9c128bb6746f80b8e698b21feb6e0 # timeout=10 [2019-09-27T12:30:47.328Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2019-09-27T12:30:47.554Z] > git config core.sparsecheckout # timeout=10 [2019-09-27T12:30:47.621Z] > git checkout -f b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c [2019-09-27T12:30:50.196Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2019-09-27T12:30:52.090Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2019-09-27T12:30:54.614Z] === RUN TestDockerSuite/TestAttachDetach [2019-09-27T12:30:56.508Z] === RUN TestDockerSuite/TestAttachDisconnect [2019-09-27T12:30:56.766Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2019-09-27T12:30:57.337Z] Commit message: "Jenkinsfile: install ipvsadm for amd64 stage" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-09-27T12:30:58.138Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2019-09-27T12:31:00.176Z] + docker version [2019-09-27T12:31:01.414Z] === RUN TestDockerSuite/TestAttachPausedContainer [2019-09-27T12:31:01.951Z] Removing intermediate container dc7049f3e65d [2019-09-27T12:31:01.951Z] ---> 7d6d94077031 [2019-09-27T12:31:01.951Z] Step 67/126 : FROM base AS gotestsum [2019-09-27T12:31:01.951Z] ---> 91f2a0ce6c48 [2019-09-27T12:31:01.951Z] Step 68/126 : ENV INSTALL_BINARY_NAME=gotestsum [2019-09-27T12:31:01.951Z] ---> Running in 36d60276c810 [2019-09-27T12:31:01.951Z] Removing intermediate container 36d60276c810 [2019-09-27T12:31:01.951Z] ---> 5d1858acdc5b [2019-09-27T12:31:01.951Z] Step 69/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T12:31:01.951Z] ---> 45b808717d0b [2019-09-27T12:31:01.951Z] Step 70/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-27T12:31:01.951Z] ---> 4763664caf95 [2019-09-27T12:31:01.951Z] Step 71/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-27T12:31:01.951Z] ---> Running in 3dc417fa4bba [2019-09-27T12:31:01.951Z] + RM_GOPATH=0 [2019-09-27T12:31:01.951Z] + TMP_GOPATH= [2019-09-27T12:31:01.951Z] + : /build [2019-09-27T12:31:01.951Z] + '[' -z '' ']' [2019-09-27T12:31:01.951Z] ++ mktemp -d [2019-09-27T12:31:01.951Z] + export GOPATH=/tmp/tmp.fI5aODB6V1 [2019-09-27T12:31:01.951Z] + GOPATH=/tmp/tmp.fI5aODB6V1 [2019-09-27T12:31:01.951Z] + RM_GOPATH=1 [2019-09-27T12:31:01.951Z] ++ dirname ./install.sh [2019-09-27T12:31:01.951Z] + dir=. [2019-09-27T12:31:01.951Z] + bin=gotestsum [2019-09-27T12:31:01.951Z] + shift [2019-09-27T12:31:01.951Z] + '[' '!' -f ./gotestsum.installer ']' [2019-09-27T12:31:01.951Z] + . ./gotestsum.installer [2019-09-27T12:31:01.951Z] ++ GOTESTSUM_COMMIT=v0.3.5 [2019-09-27T12:31:01.951Z] + install_gotestsum [2019-09-27T12:31:01.951Z] + echo 'Installing gotestsum version v0.3.5' [2019-09-27T12:31:01.951Z] + go get -d gotest.tools/gotestsum [2019-09-27T12:31:01.951Z] Installing gotestsum version v0.3.5 [2019-09-27T12:31:02.786Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2019-09-27T12:31:02.786Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2019-09-27T12:31:04.158Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2019-09-27T12:31:04.648Z] + cd /tmp/tmp.fI5aODB6V1/src/gotest.tools/gotestsum [2019-09-27T12:31:04.648Z] + git checkout -q v0.3.5 [2019-09-27T12:31:04.648Z] + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-09-27T12:31:06.054Z] --- PASS: TestBuildWithHugeFile (88.89s) [2019-09-27T12:31:06.054Z] === RUN TestBuildWithEmptyDockerfile [2019-09-27T12:31:06.054Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-27T12:31:06.054Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-27T12:31:06.054Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-27T12:31:06.054Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-27T12:31:06.054Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-27T12:31:06.054Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-27T12:31:06.054Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-27T12:31:06.054Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-27T12:31:06.054Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-27T12:31:06.054Z] --- PASS: TestBuildWithEmptyDockerfile (0.08s) [2019-09-27T12:31:06.054Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s) [2019-09-27T12:31:06.054Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.17s) [2019-09-27T12:31:06.054Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.14s) [2019-09-27T12:31:06.054Z] === RUN TestBuildPreserveOwnership [2019-09-27T12:31:06.054Z] === RUN TestBuildPreserveOwnership/copy_from [2019-09-27T12:31:06.311Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2019-09-27T12:31:06.568Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2019-09-27T12:31:07.938Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2019-09-27T12:31:08.501Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2019-09-27T12:31:09.871Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2019-09-27T12:31:09.931Z] ok github.com/docker/docker/cmd/dockerd 0.043s coverage: 30.1% of statements [2019-09-27T12:31:09.931Z] ok github.com/docker/docker/container 0.112s coverage: 35.0% of statements [2019-09-27T12:31:09.931Z] ? github.com/docker/docker/container/stream [no test files] [2019-09-27T12:31:09.931Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-09-27T12:31:09.931Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-09-27T12:31:09.931Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-09-27T12:31:10.129Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-09-27T12:31:10.386Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2019-09-27T12:31:10.953Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2019-09-27T12:31:10.953Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2019-09-27T12:31:10.953Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2019-09-27T12:31:11.210Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2019-09-27T12:31:12.140Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2019-09-27T12:31:12.140Z] --- PASS: TestBuildPreserveOwnership (6.16s) [2019-09-27T12:31:12.140Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.03s) [2019-09-27T12:31:12.140Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.12s) [2019-09-27T12:31:12.140Z] === RUN TestBuildPlatformInvalid [2019-09-27T12:31:12.397Z] --- PASS: TestBuildPlatformInvalid (0.22s) [2019-09-27T12:31:12.397Z] PASS [2019-09-27T12:31:12.397Z] [2019-09-27T12:31:12.397Z] DONE 32 tests in 176.493s [2019-09-27T12:31:12.654Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2019-09-27T12:31:12.654Z] ++ 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-27T12:31:12.654Z] ++ set -e [2019-09-27T12:31:12.654Z] ++ '[' -n 0 ']' [2019-09-27T12:31:12.654Z] ++ set -x [2019-09-27T12:31:12.654Z] ++ env -i DEST=/go/src/github.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-27T12:31:12.654Z] INFO: Testing against a local daemon [2019-09-27T12:31:12.654Z] === RUN TestConfigList [2019-09-27T12:31:12.911Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2019-09-27T12:31:12.911Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2019-09-27T12:31:13.475Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2019-09-27T12:31:14.210Z] ok github.com/docker/docker/daemon/cluster 0.054s coverage: 0.5% of statements [2019-09-27T12:31:15.512Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.007s coverage: 65.3% of statements [2019-09-27T12:31:15.998Z] --- PASS: TestConfigList (3.10s) [2019-09-27T12:31:15.998Z] config_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigList" [2019-09-27T12:31:15.998Z] === RUN TestConfigsCreateAndDelete [2019-09-27T12:31:15.998Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2019-09-27T12:31:17.367Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2019-09-27T12:31:17.533Z] ok github.com/docker/docker/daemon/cluster/convert 0.007s coverage: 35.8% of statements [2019-09-27T12:31:18.738Z] --- PASS: TestConfigsCreateAndDelete (2.96s) [2019-09-27T12:31:18.738Z] config_test.go:112: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete" [2019-09-27T12:31:18.738Z] === RUN TestConfigsUpdate [2019-09-27T12:31:20.108Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2019-09-27T12:31:21.038Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2019-09-27T12:31:21.378Z] Client: Docker Engine - Enterprise [2019-09-27T12:31:21.378Z] Version: 19.03.2 [2019-09-27T12:31:21.378Z] API version: 1.40 [2019-09-27T12:31:21.378Z] Go version: go1.12.8 [2019-09-27T12:31:21.378Z] Git commit: c92ab06ed9 [2019-09-27T12:31:21.378Z] Built: 09/03/2019 16:38:11 [2019-09-27T12:31:21.378Z] OS/Arch: windows/amd64 [2019-09-27T12:31:21.378Z] Experimental: false [2019-09-27T12:31:21.378Z] [2019-09-27T12:31:21.378Z] Server: Docker Engine - Enterprise [2019-09-27T12:31:21.378Z] Engine: [2019-09-27T12:31:21.378Z] Version: 19.03.2 [2019-09-27T12:31:21.378Z] API version: 1.40 (minimum version 1.24) [2019-09-27T12:31:21.378Z] Go version: go1.12.8 [2019-09-27T12:31:21.378Z] Git commit: c92ab06ed9 [2019-09-27T12:31:21.378Z] Built: 09/03/2019 16:35:47 [2019-09-27T12:31:21.378Z] OS/Arch: windows/amd64 [2019-09-27T12:31:21.378Z] Experimental: true [2019-09-27T12:31:21.601Z] --- PASS: TestConfigsUpdate (2.77s) [2019-09-27T12:31:21.601Z] config_test.go:140: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate" [2019-09-27T12:31:21.601Z] === RUN TestTemplatedConfig [2019-09-27T12:31:21.601Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [Pipeline] sh [2019-09-27T12:31:22.929Z] + docker info [2019-09-27T12:31:24.876Z] --- PASS: TestTemplatedConfig (3.24s) [2019-09-27T12:31:24.876Z] config_test.go:192: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig" [2019-09-27T12:31:24.876Z] === RUN TestConfigInspect [2019-09-27T12:31:25.134Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2019-09-27T12:31:25.240Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.450s coverage: 13.7% of statements [2019-09-27T12:31:26.521Z] ok github.com/docker/docker/daemon 12.268s coverage: 17.6% of statements [2019-09-27T12:31:26.521Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-09-27T12:31:26.521Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-09-27T12:31:27.004Z] Removing intermediate container 3dc417fa4bba [2019-09-27T12:31:27.004Z] ---> 85d5b9292e98 [2019-09-27T12:31:27.004Z] Step 72/126 : FROM dev-base AS dockercli [2019-09-27T12:31:27.004Z] ---> 91f2a0ce6c48 [2019-09-27T12:31:27.004Z] Step 73/126 : ENV INSTALL_BINARY_NAME=dockercli [2019-09-27T12:31:27.004Z] ---> Running in d5f3397d4bb3 [2019-09-27T12:31:27.004Z] Removing intermediate container d5f3397d4bb3 [2019-09-27T12:31:27.004Z] ---> 95323cfb3be2 [2019-09-27T12:31:27.004Z] Step 74/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T12:31:27.004Z] ---> 300f32db7f0f [2019-09-27T12:31:27.004Z] Step 75/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-27T12:31:27.004Z] ---> 441c6b10c952 [2019-09-27T12:31:27.004Z] Step 76/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-27T12:31:27.004Z] ---> Running in 728a8ad2ffe0 [2019-09-27T12:31:27.004Z] + RM_GOPATH=0 [2019-09-27T12:31:27.004Z] + TMP_GOPATH= [2019-09-27T12:31:27.004Z] + : /build [2019-09-27T12:31:27.004Z] + '[' -z '' ']' [2019-09-27T12:31:27.004Z] ++ mktemp -d [2019-09-27T12:31:27.004Z] + export GOPATH=/tmp/tmp.ehny365FNC [2019-09-27T12:31:27.004Z] + GOPATH=/tmp/tmp.ehny365FNC [2019-09-27T12:31:27.004Z] + RM_GOPATH=1 [2019-09-27T12:31:27.004Z] ++ dirname ./install.sh [2019-09-27T12:31:27.004Z] + dir=. [2019-09-27T12:31:27.004Z] + bin=dockercli [2019-09-27T12:31:27.004Z] + shift [2019-09-27T12:31:27.004Z] + '[' '!' -f ./dockercli.installer ']' [2019-09-27T12:31:27.004Z] + . ./dockercli.installer [2019-09-27T12:31:27.004Z] ++ DOCKERCLI_CHANNEL=stable [2019-09-27T12:31:27.004Z] ++ DOCKERCLI_VERSION=17.06.2-ce [2019-09-27T12:31:27.004Z] + install_dockercli [2019-09-27T12:31:27.004Z] + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-09-27T12:31:27.004Z] Install docker/cli version 17.06.2-ce from stable [2019-09-27T12:31:27.004Z] ++ uname -m [2019-09-27T12:31:27.004Z] + arch=ppc64le [2019-09-27T12:31:27.004Z] + '[' ppc64le '!=' x86_64 ']' [2019-09-27T12:31:27.004Z] + '[' ppc64le '!=' s390x ']' [2019-09-27T12:31:27.004Z] + '[' ppc64le '!=' armhf ']' [2019-09-27T12:31:27.004Z] + build_dockercli [2019-09-27T12:31:27.004Z] + git clone https://github.com/docker/docker-ce /tmp/tmp.ehny365FNC/tmp/docker-ce [2019-09-27T12:31:27.004Z] Cloning into '/tmp/tmp.ehny365FNC/tmp/docker-ce'... [2019-09-27T12:31:27.365Z] ok github.com/docker/docker/daemon/config 0.031s coverage: 84.6% of statements [2019-09-27T12:31:27.775Z] ok github.com/docker/docker/daemon/discovery 0.014s coverage: 30.0% of statements [2019-09-27T12:31:28.405Z] --- PASS: TestConfigInspect (3.29s) [2019-09-27T12:31:28.405Z] config_test.go:326: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect" [2019-09-27T12:31:28.405Z] === RUN TestConfigCreateWithLabels [2019-09-27T12:31:28.627Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2019-09-27T12:31:28.627Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-09-27T12:31:28.627Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-09-27T12:31:28.969Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2019-09-27T12:31:29.444Z] ok github.com/docker/docker/daemon/graphdriver 0.014s coverage: 2.2% of statements [2019-09-27T12:31:29.531Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2019-09-27T12:31:29.788Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2019-09-27T12:31:30.355Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2019-09-27T12:31:30.918Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2019-09-27T12:31:31.175Z] --- PASS: TestConfigCreateWithLabels (3.21s) [2019-09-27T12:31:31.175Z] config_test.go:350: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels" [2019-09-27T12:31:31.175Z] === RUN TestConfigCreateResolve [2019-09-27T12:31:32.548Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2019-09-27T12:31:32.805Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2019-09-27T12:31:32.819Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.014s coverage: 2.9% of statements [2019-09-27T12:31:33.208Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.241s coverage: 57.9% of statements [2019-09-27T12:31:34.178Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2019-09-27T12:31:34.178Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2019-09-27T12:31:34.435Z] --- PASS: TestConfigCreateResolve (3.16s) [2019-09-27T12:31:34.435Z] config_test.go:377: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve" [2019-09-27T12:31:34.435Z] === RUN TestConfigDaemonLibtrustID [2019-09-27T12:31:34.435Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2019-09-27T12:31:34.693Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2019-09-27T12:31:34.950Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2019-09-27T12:31:34.950Z] config_test.go:427: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID" [2019-09-27T12:31:34.950Z] PASS [2019-09-27T12:31:34.950Z] [2019-09-27T12:31:34.950Z] DONE 8 tests in 22.419s [2019-09-27T12:31:34.951Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2019-09-27T12:31:34.951Z] ++ 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-27T12:31:34.951Z] ++ set -e [2019-09-27T12:31:34.951Z] ++ '[' -n 0 ']' [2019-09-27T12:31:34.951Z] ++ set -x [2019-09-27T12:31:34.951Z] ++ env -i DEST=/go/src/github.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-27T12:31:35.208Z] INFO: Testing against a local daemon [2019-09-27T12:31:35.208Z] === RUN TestCheckpoint [2019-09-27T12:31:35.208Z] --- SKIP: TestCheckpoint (0.00s) [2019-09-27T12:31:35.208Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-27T12:31:35.208Z] === RUN TestContainerInvalidJSON [2019-09-27T12:31:35.208Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-09-27T12:31:35.208Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-09-27T12:31:35.208Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-09-27T12:31:35.208Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-09-27T12:31:35.208Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-09-27T12:31:35.208Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-09-27T12:31:35.208Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-09-27T12:31:35.208Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-09-27T12:31:35.208Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-09-27T12:31:35.208Z] --- PASS: TestContainerInvalidJSON (0.03s) [2019-09-27T12:31:35.208Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-09-27T12:31:35.208Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-09-27T12:31:35.208Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2019-09-27T12:31:35.208Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-27T12:31:35.209Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.14s) [2019-09-27T12:31:35.209Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-27T12:31:35.476Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.14s) [2019-09-27T12:31:35.476Z] === RUN TestCopyToContainerPathDoesNotExist [2019-09-27T12:31:35.476Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.11s) [2019-09-27T12:31:35.476Z] === RUN TestCopyToContainerPathIsNotDir [2019-09-27T12:31:35.741Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2019-09-27T12:31:35.741Z] --- PASS: TestCopyToContainerPathIsNotDir (0.12s) [2019-09-27T12:31:35.741Z] === RUN TestCopyFromContainer [2019-09-27T12:31:37.111Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2019-09-27T12:31:37.111Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2019-09-27T12:31:38.042Z] === RUN TestCopyFromContainer// [2019-09-27T12:31:38.042Z] === RUN TestCopyFromContainer//bar/root [2019-09-27T12:31:38.042Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-27T12:31:38.300Z] === RUN TestCopyFromContainer/bar/quux [2019-09-27T12:31:38.300Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-27T12:31:38.559Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2019-09-27T12:31:38.559Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-27T12:31:38.559Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-27T12:31:38.816Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-27T12:31:38.816Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-27T12:31:39.074Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-27T12:31:39.074Z] --- PASS: TestCopyFromContainer (3.48s) [2019-09-27T12:31:39.074Z] --- PASS: TestCopyFromContainer// (0.08s) [2019-09-27T12:31:39.074Z] --- PASS: TestCopyFromContainer//bar/root (0.15s) [2019-09-27T12:31:39.074Z] --- PASS: TestCopyFromContainer//bar/root/ (0.09s) [2019-09-27T12:31:39.074Z] --- PASS: TestCopyFromContainer/bar/quux (0.15s) [2019-09-27T12:31:39.074Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.12s) [2019-09-27T12:31:39.074Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s) [2019-09-27T12:31:39.074Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2019-09-27T12:31:39.074Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.14s) [2019-09-27T12:31:39.074Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2019-09-27T12:31:39.074Z] --- PASS: TestCopyFromContainer/bar/notarget (0.14s) [2019-09-27T12:31:39.074Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-09-27T12:31:39.074Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-27T12:31:39.074Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-27T12:31:39.074Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-27T12:31:39.074Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-27T12:31:39.074Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-27T12:31:39.074Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-27T12:31:39.074Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-27T12:31:39.074Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-27T12:31:39.074Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-27T12:31:39.074Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2019-09-27T12:31:39.074Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2019-09-27T12:31:39.074Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-09-27T12:31:39.074Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2019-09-27T12:31:39.074Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-27T12:31:39.332Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2019-09-27T12:31:39.332Z] === RUN TestCreateWithInvalidEnv [2019-09-27T12:31:39.332Z] === RUN TestCreateWithInvalidEnv/0 [2019-09-27T12:31:39.332Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-09-27T12:31:39.332Z] === RUN TestCreateWithInvalidEnv/1 [2019-09-27T12:31:39.332Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-09-27T12:31:39.332Z] === RUN TestCreateWithInvalidEnv/2 [2019-09-27T12:31:39.332Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-09-27T12:31:39.332Z] === CONT TestCreateWithInvalidEnv/0 [2019-09-27T12:31:39.332Z] === CONT TestCreateWithInvalidEnv/2 [2019-09-27T12:31:39.332Z] === CONT TestCreateWithInvalidEnv/1 [2019-09-27T12:31:39.332Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2019-09-27T12:31:39.332Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2019-09-27T12:31:39.332Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-09-27T12:31:39.332Z] --- PASS: TestCreateWithInvalidEnv/0 (0.02s) [2019-09-27T12:31:39.332Z] === RUN TestCreateTmpfsMountsTarget [2019-09-27T12:31:39.332Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2019-09-27T12:31:39.332Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2019-09-27T12:31:39.332Z] === RUN TestCreateWithCustomMaskedPaths [2019-09-27T12:31:39.575Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.526s coverage: 46.2% of statements [2019-09-27T12:31:41.229Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2019-09-27T12:31:41.486Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2019-09-27T12:31:42.049Z] --- PASS: TestCreateWithCustomMaskedPaths (2.85s) [2019-09-27T12:31:42.049Z] === RUN TestCreateWithCapabilities [2019-09-27T12:31:42.049Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-09-27T12:31:42.049Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-09-27T12:31:42.049Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-09-27T12:31:42.049Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-09-27T12:31:42.049Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-09-27T12:31:42.049Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-09-27T12:31:42.049Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-09-27T12:31:42.049Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-09-27T12:31:42.049Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-09-27T12:31:42.049Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-09-27T12:31:42.049Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-27T12:31:42.049Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-27T12:31:42.049Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-09-27T12:31:42.049Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-09-27T12:31:42.049Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-09-27T12:31:42.050Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-09-27T12:31:42.050Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-09-27T12:31:42.050Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-09-27T12:31:42.050Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-09-27T12:31:42.050Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-09-27T12:31:42.050Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-09-27T12:31:42.050Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-09-27T12:31:42.050Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2019-09-27T12:31:42.307Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-09-27T12:31:42.307Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-09-27T12:31:42.307Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-09-27T12:31:42.307Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-09-27T12:31:42.307Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-09-27T12:31:42.307Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-09-27T12:31:42.307Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-27T12:31:42.307Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-09-27T12:31:42.307Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-09-27T12:31:42.307Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-09-27T12:31:42.307Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-09-27T12:31:42.564Z] --- PASS: TestCreateWithCapabilities (0.06s) [2019-09-27T12:31:42.564Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s) [2019-09-27T12:31:42.564Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.01s) [2019-09-27T12:31:42.564Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.08s) [2019-09-27T12:31:42.564Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.11s) [2019-09-27T12:31:42.564Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.07s) [2019-09-27T12:31:42.564Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.06s) [2019-09-27T12:31:42.564Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.07s) [2019-09-27T12:31:42.564Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.07s) [2019-09-27T12:31:42.564Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-09-27T12:31:42.564Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.07s) [2019-09-27T12:31:42.564Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.08s) [2019-09-27T12:31:42.564Z] === RUN TestCreateWithCustomReadonlyPaths [2019-09-27T12:31:42.784Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.793s coverage: 51.0% of statements [2019-09-27T12:31:42.784Z] ok github.com/docker/docker/daemon/graphdriver/aufs 12.113s coverage: 72.5% of statements [2019-09-27T12:31:42.784Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-09-27T12:31:43.128Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2019-09-27T12:31:45.022Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2019-09-27T12:31:45.423Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.682s coverage: 76.1% of statements [2019-09-27T12:31:45.586Z] --- PASS: TestCreateWithCustomReadonlyPaths (3.00s) [2019-09-27T12:31:45.586Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-09-27T12:31:45.586Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-27T12:31:45.586Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-27T12:31:45.586Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-27T12:31:45.586Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-27T12:31:45.586Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-27T12:31:45.586Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-27T12:31:45.586Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-27T12:31:45.586Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-27T12:31:45.586Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-27T12:31:45.586Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-27T12:31:45.586Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-27T12:31:45.586Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-27T12:31:45.586Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-27T12:31:45.586Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-27T12:31:45.587Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-27T12:31:45.587Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2019-09-27T12:31:45.587Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2019-09-27T12:31:45.587Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2019-09-27T12:31:45.587Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2019-09-27T12:31:45.587Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2019-09-27T12:31:45.587Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2019-09-27T12:31:45.587Z] === RUN TestContainerStartOnDaemonRestart [2019-09-27T12:31:45.587Z] === PAUSE TestContainerStartOnDaemonRestart [2019-09-27T12:31:45.587Z] === RUN TestDaemonRestartIpcMode [2019-09-27T12:31:45.587Z] === PAUSE TestDaemonRestartIpcMode [2019-09-27T12:31:45.587Z] === RUN TestDiff [2019-09-27T12:31:46.205Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.006s coverage: 58.0% of statements [2019-09-27T12:31:46.517Z] --- PASS: TestDiff (0.98s) [2019-09-27T12:31:46.517Z] === RUN TestExecWithCloseStdin [2019-09-27T12:31:47.199Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.006s coverage: 3.0% of statements [2019-09-27T12:31:47.913Z] --- PASS: TestExecWithCloseStdin (1.16s) [2019-09-27T12:31:47.913Z] === RUN TestExec [2019-09-27T12:31:48.172Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2019-09-27T12:31:48.736Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2019-09-27T12:31:48.993Z] --- PASS: TestExec (1.20s) [2019-09-27T12:31:48.993Z] === RUN TestExecUser [2019-09-27T12:31:49.722Z] ok github.com/docker/docker/daemon/images 0.010s coverage: 4.9% of statements [2019-09-27T12:31:49.722Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.968s coverage: 57.0% of statements [2019-09-27T12:31:49.722Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-09-27T12:31:49.722Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-09-27T12:31:49.722Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-09-27T12:31:49.923Z] --- PASS: TestExecUser (1.02s) [2019-09-27T12:31:49.923Z] === RUN TestExportContainerAndImportImage [2019-09-27T12:31:50.215Z] ok github.com/docker/docker/daemon/links 0.011s coverage: 93.0% of statements [2019-09-27T12:31:50.215Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-09-27T12:31:51.821Z] --- PASS: TestExportContainerAndImportImage (1.53s) [2019-09-27T12:31:51.821Z] === RUN TestExportContainerAfterDaemonRestart [2019-09-27T12:31:51.821Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2019-09-27T12:31:52.240Z] ok github.com/docker/docker/daemon/logger 0.211s coverage: 42.7% of statements [2019-09-27T12:31:52.240Z] ok github.com/docker/docker/daemon/logger/awslogs 0.113s coverage: 77.4% of statements [2019-09-27T12:31:52.240Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-09-27T12:31:52.240Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-09-27T12:31:53.082Z] ok github.com/docker/docker/daemon/logger/gelf 0.004s coverage: 68.2% of statements [2019-09-27T12:31:53.190Z] --- PASS: TestExportContainerAfterDaemonRestart (1.50s) [2019-09-27T12:31:53.190Z] export_test.go:63: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart" [2019-09-27T12:31:53.190Z] === RUN TestHealthCheckWorkdir [2019-09-27T12:31:53.447Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2019-09-27T12:31:53.487Z] ok github.com/docker/docker/daemon/logger/journald 0.021s coverage: 26.2% of statements [2019-09-27T12:31:53.993Z] + cd /tmp/tmp.ehny365FNC/tmp/docker-ce [2019-09-27T12:31:53.993Z] + git checkout -q v17.06.2-ce [2019-09-27T12:31:53.993Z] + mkdir -p /tmp/tmp.ehny365FNC/src/github.com/docker [2019-09-27T12:31:53.993Z] + mv components/cli /tmp/tmp.ehny365FNC/src/github.com/docker/cli [2019-09-27T12:31:53.993Z] + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2019-09-27T12:31:54.305Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.002s coverage: 88.3% of statements [2019-09-27T12:31:54.305Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.015s coverage: 62.1% of statements [2019-09-27T12:31:54.378Z] --- PASS: TestHealthCheckWorkdir (1.25s) [2019-09-27T12:31:54.378Z] === RUN TestHealthKillContainer [2019-09-27T12:31:56.274Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2019-09-27T12:31:56.274Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2019-09-27T12:31:56.343Z] ok github.com/docker/docker/daemon/logger/local 0.030s coverage: 74.7% of statements [2019-09-27T12:31:56.343Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-09-27T12:31:56.343Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.009s coverage: 20.0% of statements [2019-09-27T12:31:57.644Z] --- PASS: TestHealthKillContainer (3.20s) [2019-09-27T12:31:57.644Z] === RUN TestInspectCpusetInConfigPre120 [2019-09-27T12:31:57.644Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2019-09-27T12:31:57.689Z] ok github.com/docker/docker/daemon/logger/syslog 0.013s coverage: 47.8% of statements [2019-09-27T12:31:57.901Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2019-09-27T12:31:58.464Z] --- PASS: TestInspectCpusetInConfigPre120 (0.96s) [2019-09-27T12:31:58.464Z] === RUN TestIpcModeNone [2019-09-27T12:31:58.510Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2019-09-27T12:31:58.890Z] ok github.com/docker/docker/daemon/network 0.007s coverage: 63.8% of statements [2019-09-27T12:31:59.395Z] --- PASS: TestIpcModeNone (1.03s) [2019-09-27T12:31:59.395Z] === RUN TestIpcModePrivate [2019-09-27T12:31:59.711Z] ok github.com/docker/docker/daemon/logger/splunk 1.717s coverage: 84.5% of statements [2019-09-27T12:31:59.712Z] ? github.com/docker/docker/daemon/names [no test files] [2019-09-27T12:31:59.712Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-09-27T12:32:00.788Z] --- PASS: TestIpcModePrivate (1.13s) [2019-09-27T12:32:00.788Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:206, shared: false, mustBeShared: false [2019-09-27T12:32:00.788Z] === RUN TestIpcModeShareable [2019-09-27T12:32:01.352Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2019-09-27T12:32:01.609Z] --- PASS: TestIpcModeShareable (1.15s) [2019-09-27T12:32:01.609Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:190, shared: true, mustBeShared: true [2019-09-27T12:32:01.609Z] === RUN TestAPIIpcModeShareableAndContainer [2019-09-27T12:32:01.780Z] ok github.com/docker/docker/distribution/metadata 0.043s coverage: 48.2% of statements [2019-09-27T12:32:01.780Z] ok github.com/docker/docker/distribution 0.497s coverage: 22.4% of statements [2019-09-27T12:32:01.780Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-09-27T12:32:01.865Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2019-09-27T12:32:02.122Z] === RUN TestDockerSuite/TestBuildAddNonTar [2019-09-27T12:32:02.379Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2019-09-27T12:32:02.942Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2019-09-27T12:32:03.120Z] ok github.com/docker/docker/errdefs 0.003s coverage: 49.4% of statements [2019-09-27T12:32:03.507Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2019-09-27T12:32:04.416Z] ok github.com/docker/docker/image 0.016s coverage: 86.4% of statements [2019-09-27T12:32:04.439Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2019-09-27T12:32:04.696Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2019-09-27T12:32:05.242Z] ok github.com/docker/docker/distribution/xfer 1.973s coverage: 85.1% of statements [2019-09-27T12:32:05.242Z] ? github.com/docker/docker/dockerversion [no test files] [2019-09-27T12:32:05.242Z] ok github.com/docker/docker/image/cache 0.012s coverage: 19.2% of statements [2019-09-27T12:32:05.242Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-09-27T12:32:05.261Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.44s) [2019-09-27T12:32:05.261Z] === RUN TestAPIIpcModeHost [2019-09-27T12:32:06.192Z] --- PASS: TestAPIIpcModeHost (0.89s) [2019-09-27T12:32:06.192Z] === RUN TestDaemonIpcModeShareable [2019-09-27T12:32:06.757Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2019-09-27T12:32:06.890Z] ok github.com/docker/docker/image/v1 0.006s coverage: 25.0% of statements [2019-09-27T12:32:06.890Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-09-27T12:32:07.722Z] ok github.com/docker/docker/libcontainerd/queue 0.029s coverage: 100.0% of statements [2019-09-27T12:32:08.126Z] --- PASS: TestDaemonIpcModeShareable (1.98s) [2019-09-27T12:32:08.126Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable" [2019-09-27T12:32:08.126Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:201, shared: true, mustBeShared: true [2019-09-27T12:32:08.126Z] === RUN TestDaemonIpcModePrivate [2019-09-27T12:32:08.126Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2019-09-27T12:32:08.383Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2019-09-27T12:32:09.016Z] ok github.com/docker/docker/opts 0.043s coverage: 66.9% of statements [2019-09-27T12:32:09.016Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2019-09-27T12:32:09.754Z] --- PASS: TestDaemonIpcModePrivate (1.86s) [2019-09-27T12:32:09.754Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate" [2019-09-27T12:32:09.754Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:203, shared: false, mustBeShared: false [2019-09-27T12:32:09.754Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-09-27T12:32:10.128Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-09-27T12:32:10.128Z] [2019-09-27T12:32:10.128Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2019-09-27T12:32:10.128Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2019-09-27T12:32:10.128Z] Using test binary docker [2019-09-27T12:32:10.128Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-09-27T12:32:10.128Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-27T12:32:10.128Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-27T12:32:10.128Z] Warning failed to create cache: (null) [2019-09-27T12:32:10.128Z] . [2019-09-27T12:32:10.128Z] INFO: Waiting for daemon to start... [2019-09-27T12:32:10.128Z] Starting dockerd [2019-09-27T12:32:10.128Z] . [2019-09-27T12:32:10.128Z] INFO: Building docker-sdk-python3:4.0.2... [2019-09-27T12:32:10.318Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2019-09-27T12:32:10.845Z] ok github.com/docker/docker/pkg/archive 0.496s coverage: 77.1% of statements [2019-09-27T12:32:11.249Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2019-09-27T12:32:11.813Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.99s) [2019-09-27T12:32:11.813Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig" [2019-09-27T12:32:11.813Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:203, shared: false, mustBeShared: false [2019-09-27T12:32:11.813Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-09-27T12:32:11.813Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2019-09-27T12:32:12.377Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2019-09-27T12:32:12.781Z] ok github.com/docker/docker/pkg/authorization 0.620s coverage: 68.3% of statements [2019-09-27T12:32:12.781Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2019-09-27T12:32:13.148Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements [2019-09-27T12:32:14.271Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.10s) [2019-09-27T12:32:14.271Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig" [2019-09-27T12:32:14.271Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:205, shared: true, mustBeShared: true [2019-09-27T12:32:14.271Z] === RUN TestIpcModeOlderClient [2019-09-27T12:32:14.271Z] === PAUSE TestIpcModeOlderClient [2019-09-27T12:32:14.271Z] === RUN TestKillContainerInvalidSignal [2019-09-27T12:32:14.271Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2019-09-27T12:32:14.271Z] === RUN TestDockerSuite/TestBuildAddScript [2019-09-27T12:32:14.834Z] --- PASS: TestKillContainerInvalidSignal (0.97s) [2019-09-27T12:32:14.834Z] === RUN TestKillContainer [2019-09-27T12:32:14.834Z] === RUN TestKillContainer/no_signal [2019-09-27T12:32:15.634Z] ok github.com/docker/docker/layer 7.473s coverage: 68.8% of statements [2019-09-27T12:32:15.634Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-09-27T12:32:15.634Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-09-27T12:32:15.634Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-09-27T12:32:15.634Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-09-27T12:32:15.634Z] ? github.com/docker/docker/oci [no test files] [2019-09-27T12:32:15.634Z] ? github.com/docker/docker/oci/caps [no test files] [2019-09-27T12:32:15.634Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2019-09-27T12:32:15.764Z] === RUN TestKillContainer/non_killing_signal [2019-09-27T12:32:16.022Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2019-09-27T12:32:16.069Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2019-09-27T12:32:16.466Z] ok github.com/docker/docker/pkg/discovery/file 0.003s coverage: 97.6% of statements [2019-09-27T12:32:16.585Z] === RUN TestKillContainer/killing_signal [2019-09-27T12:32:16.585Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2019-09-27T12:32:17.344Z] ok github.com/docker/docker/pkg/chrootarchive 3.475s coverage: 43.2% of statements [2019-09-27T12:32:17.344Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-09-27T12:32:17.344Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-09-27T12:32:17.515Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2019-09-27T12:32:17.771Z] --- PASS: TestKillContainer (2.80s) [2019-09-27T12:32:17.771Z] --- PASS: TestKillContainer/no_signal (0.92s) [2019-09-27T12:32:17.771Z] --- PASS: TestKillContainer/non_killing_signal (0.72s) [2019-09-27T12:32:17.771Z] --- PASS: TestKillContainer/killing_signal (0.87s) [2019-09-27T12:32:17.771Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-09-27T12:32:17.771Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-09-27T12:32:18.174Z] ok github.com/docker/docker/pkg/discovery/memory 0.016s coverage: 92.3% of statements [2019-09-27T12:32:18.705Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-09-27T12:32:18.961Z] ok github.com/docker/docker/pkg/discovery/nodes 0.002s coverage: 93.8% of statements [2019-09-27T12:32:19.362Z] ok github.com/docker/docker/pkg/dmesg 0.003s coverage: 83.3% of statements [2019-09-27T12:32:19.638Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.73s) [2019-09-27T12:32:19.638Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.85s) [2019-09-27T12:32:19.638Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.65s) [2019-09-27T12:32:19.638Z] === RUN TestKillStoppedContainer [2019-09-27T12:32:19.638Z] --- PASS: TestKillStoppedContainer (0.08s) [2019-09-27T12:32:19.638Z] === RUN TestKillStoppedContainerAPIPre120 [2019-09-27T12:32:19.638Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2019-09-27T12:32:19.638Z] === RUN TestKillDifferentUserContainer [2019-09-27T12:32:20.201Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2019-09-27T12:32:20.458Z] --- PASS: TestKillDifferentUserContainer (0.93s) [2019-09-27T12:32:20.458Z] === RUN TestInspectOomKilledTrue [2019-09-27T12:32:20.458Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-09-27T12:32:20.458Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-27T12:32:20.458Z] === RUN TestInspectOomKilledFalse [2019-09-27T12:32:20.458Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-09-27T12:32:20.458Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-27T12:32:20.458Z] === RUN TestLinksEtcHostsContentMatch [2019-09-27T12:32:20.716Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2019-09-27T12:32:21.024Z] --- PASS: TestLinksEtcHostsContentMatch (0.61s) [2019-09-27T12:32:21.024Z] === RUN TestLinksContainerNames [2019-09-27T12:32:21.091Z] ok github.com/docker/docker/pkg/discovery/kv 3.160s coverage: 84.1% of statements [2019-09-27T12:32:21.545Z] ok github.com/docker/docker/pkg/fileutils 0.007s coverage: 89.5% of statements [2019-09-27T12:32:21.976Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2019-09-27T12:32:22.481Z] ok github.com/docker/docker/pkg/fsutils 0.577s coverage: 85.1% of statements [2019-09-27T12:32:22.918Z] --- PASS: TestLinksContainerNames (1.67s) [2019-09-27T12:32:22.918Z] === RUN TestLogsFollowTailEmpty [2019-09-27T12:32:23.819Z] ok github.com/docker/docker/pkg/ioutils 0.381s coverage: 70.6% of statements [2019-09-27T12:32:23.819Z] ok github.com/docker/docker/pkg/idtools 0.922s coverage: 70.1% of statements [2019-09-27T12:32:23.860Z] --- PASS: TestLogsFollowTailEmpty (0.84s) [2019-09-27T12:32:23.860Z] === RUN TestContainerNetworkMountsNoChown [2019-09-27T12:32:24.213Z] ok github.com/docker/docker/pkg/jsonmessage 0.013s coverage: 91.7% of statements [2019-09-27T12:32:24.424Z] --- PASS: TestContainerNetworkMountsNoChown (0.79s) [2019-09-27T12:32:24.424Z] === RUN TestMountDaemonRoot [2019-09-27T12:32:24.424Z] === RUN TestMountDaemonRoot/default [2019-09-27T12:32:24.424Z] === PAUSE TestMountDaemonRoot/default [2019-09-27T12:32:24.424Z] === RUN TestMountDaemonRoot/private [2019-09-27T12:32:24.424Z] === PAUSE TestMountDaemonRoot/private [2019-09-27T12:32:24.424Z] === RUN TestMountDaemonRoot/rprivate [2019-09-27T12:32:24.424Z] === PAUSE TestMountDaemonRoot/rprivate [2019-09-27T12:32:24.424Z] === RUN TestMountDaemonRoot/slave [2019-09-27T12:32:24.424Z] === PAUSE TestMountDaemonRoot/slave [2019-09-27T12:32:24.424Z] === RUN TestMountDaemonRoot/rslave [2019-09-27T12:32:24.424Z] === PAUSE TestMountDaemonRoot/rslave [2019-09-27T12:32:24.424Z] === RUN TestMountDaemonRoot/shared [2019-09-27T12:32:24.424Z] === PAUSE TestMountDaemonRoot/shared [2019-09-27T12:32:24.424Z] === RUN TestMountDaemonRoot/rshared [2019-09-27T12:32:24.424Z] === PAUSE TestMountDaemonRoot/rshared [2019-09-27T12:32:24.424Z] === CONT TestMountDaemonRoot/default [2019-09-27T12:32:24.424Z] === RUN TestMountDaemonRoot/default/mount_root [2019-09-27T12:32:24.424Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-09-27T12:32:24.424Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-09-27T12:32:24.424Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-09-27T12:32:24.424Z] === RUN TestMountDaemonRoot/default/bind_root [2019-09-27T12:32:24.424Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-09-27T12:32:24.424Z] === CONT TestMountDaemonRoot/rslave [2019-09-27T12:32:24.424Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-09-27T12:32:24.424Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-09-27T12:32:24.424Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-09-27T12:32:24.424Z] === CONT TestMountDaemonRoot/rshared [2019-09-27T12:32:24.424Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-09-27T12:32:24.424Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-09-27T12:32:24.424Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-09-27T12:32:24.424Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-09-27T12:32:24.424Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-09-27T12:32:24.424Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-09-27T12:32:24.424Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-09-27T12:32:24.424Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-09-27T12:32:24.424Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-09-27T12:32:24.424Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-09-27T12:32:24.424Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-09-27T12:32:24.424Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-09-27T12:32:24.424Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-09-27T12:32:24.424Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-09-27T12:32:24.424Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-09-27T12:32:24.424Z] === CONT TestMountDaemonRoot/shared [2019-09-27T12:32:24.424Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-09-27T12:32:24.424Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-09-27T12:32:24.424Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-09-27T12:32:24.424Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-09-27T12:32:24.424Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-09-27T12:32:24.424Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-09-27T12:32:24.424Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-09-27T12:32:24.424Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-09-27T12:32:24.424Z] === CONT TestMountDaemonRoot/rprivate [2019-09-27T12:32:24.424Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-09-27T12:32:24.424Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-09-27T12:32:24.424Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-09-27T12:32:24.424Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-09-27T12:32:24.424Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-09-27T12:32:24.424Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-09-27T12:32:24.424Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-09-27T12:32:24.424Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-09-27T12:32:24.424Z] === CONT TestMountDaemonRoot/slave [2019-09-27T12:32:24.424Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-09-27T12:32:24.424Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-09-27T12:32:24.424Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-09-27T12:32:24.424Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-09-27T12:32:24.424Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-09-27T12:32:24.424Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-09-27T12:32:24.424Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-09-27T12:32:24.424Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-09-27T12:32:24.424Z] === CONT TestMountDaemonRoot/private [2019-09-27T12:32:24.424Z] === RUN TestMountDaemonRoot/private/bind_root [2019-09-27T12:32:24.424Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-09-27T12:32:24.424Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-09-27T12:32:24.424Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-09-27T12:32:24.424Z] === RUN TestMountDaemonRoot/private/mount_root [2019-09-27T12:32:24.424Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-09-27T12:32:24.424Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-09-27T12:32:24.424Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-09-27T12:32:24.424Z] === CONT TestMountDaemonRoot/default/mount_root [2019-09-27T12:32:24.424Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-09-27T12:32:24.594Z] ok github.com/docker/docker/pkg/locker 0.023s coverage: 88.9% of statements [2019-09-27T12:32:24.594Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2019-09-27T12:32:24.594Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-09-27T12:32:24.681Z] === CONT TestMountDaemonRoot/default/bind_root [2019-09-27T12:32:24.681Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-09-27T12:32:24.681Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-09-27T12:32:24.681Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-09-27T12:32:24.681Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-09-27T12:32:24.681Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-09-27T12:32:24.938Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-09-27T12:32:24.938Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-09-27T12:32:24.938Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-09-27T12:32:24.938Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-09-27T12:32:24.938Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-09-27T12:32:24.938Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2019-09-27T12:32:24.938Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-09-27T12:32:24.938Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-09-27T12:32:25.311Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-09-27T12:32:25.311Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-09-27T12:32:25.311Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-09-27T12:32:25.311Z] === CONT TestMountDaemonRoot/private/bind_root [2019-09-27T12:32:25.311Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-09-27T12:32:25.311Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-09-27T12:32:25.311Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-09-27T12:32:25.311Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-09-27T12:32:25.311Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-09-27T12:32:25.311Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-09-27T12:32:25.311Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-09-27T12:32:25.396Z] ok github.com/docker/docker/pkg/namesgenerator 0.001s coverage: 85.7% of statements [2019-09-27T12:32:25.396Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2019-09-27T12:32:25.570Z] === CONT TestMountDaemonRoot/private/mount_root [2019-09-27T12:32:25.570Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-09-27T12:32:25.570Z] --- PASS: TestMountDaemonRoot (0.02s) [2019-09-27T12:32:25.570Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-09-27T12:32:25.570Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.18s) [2019-09-27T12:32:25.570Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.18s) [2019-09-27T12:32:25.570Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2019-09-27T12:32:25.570Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2019-09-27T12:32:25.570Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-09-27T12:32:25.570Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2019-09-27T12:32:25.570Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2019-09-27T12:32:25.570Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) [2019-09-27T12:32:25.570Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s) [2019-09-27T12:32:25.570Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-09-27T12:32:25.570Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2019-09-27T12:32:25.570Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s) [2019-09-27T12:32:25.570Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2019-09-27T12:32:25.570Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.10s) [2019-09-27T12:32:25.570Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-09-27T12:32:25.570Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2019-09-27T12:32:25.570Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2019-09-27T12:32:25.570Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2019-09-27T12:32:25.570Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2019-09-27T12:32:25.570Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-09-27T12:32:25.570Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2019-09-27T12:32:25.570Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2019-09-27T12:32:25.570Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2019-09-27T12:32:25.570Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2019-09-27T12:32:25.570Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-09-27T12:32:25.570Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2019-09-27T12:32:25.570Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2019-09-27T12:32:25.570Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2019-09-27T12:32:25.570Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.18s) [2019-09-27T12:32:25.570Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-09-27T12:32:25.570Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2019-09-27T12:32:25.570Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.18s) [2019-09-27T12:32:25.570Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2019-09-27T12:32:25.570Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2019-09-27T12:32:25.570Z] === RUN TestContainerBindMountNonRecursive [2019-09-27T12:32:25.781Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2019-09-27T12:32:26.163Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 91.4% of statements [2019-09-27T12:32:26.501Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2019-09-27T12:32:26.573Z] ok github.com/docker/docker/pkg/mount 1.230s coverage: 69.6% of statements [2019-09-27T12:32:26.573Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-09-27T12:32:26.992Z] ok github.com/docker/docker/pkg/pidfile 0.006s coverage: 82.4% of statements [2019-09-27T12:32:26.992Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-09-27T12:32:26.992Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-09-27T12:32:27.827Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.023s coverage: 56.8% of statements [2019-09-27T12:32:27.870Z] --- PASS: TestContainerBindMountNonRecursive (2.17s) [2019-09-27T12:32:27.870Z] === RUN TestNetworkNat [2019-09-27T12:32:28.620Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2019-09-27T12:32:28.802Z] --- PASS: TestNetworkNat (0.90s) [2019-09-27T12:32:28.802Z] === RUN TestNetworkLocalhostTCPNat [2019-09-27T12:32:29.014Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 87.9% of statements [2019-09-27T12:32:29.407Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2019-09-27T12:32:29.737Z] --- PASS: TestNetworkLocalhostTCPNat (1.02s) [2019-09-27T12:32:29.737Z] === RUN TestNetworkLoopbackNat [2019-09-27T12:32:30.302Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2019-09-27T12:32:30.678Z] ok github.com/docker/docker/pkg/pubsub 1.033s coverage: 73.9% of statements [2019-09-27T12:32:31.073Z] ok github.com/docker/docker/pkg/reexec 0.004s coverage: 82.4% of statements [2019-09-27T12:32:31.234Z] --- PASS: TestNetworkLoopbackNat (1.50s) [2019-09-27T12:32:31.234Z] === RUN TestPause [2019-09-27T12:32:32.606Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2019-09-27T12:32:32.606Z] --- PASS: TestPause (1.33s) [2019-09-27T12:32:32.606Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-09-27T12:32:32.606Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-09-27T12:32:32.606Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-27T12:32:32.606Z] === RUN TestPauseStopPausedContainer [2019-09-27T12:32:33.537Z] --- PASS: TestPauseStopPausedContainer (0.92s) [2019-09-27T12:32:33.537Z] === RUN TestPsFilter [2019-09-27T12:32:33.537Z] --- PASS: TestPsFilter (0.20s) [2019-09-27T12:32:33.537Z] === RUN TestRemoveContainerWithRemovedVolume [2019-09-27T12:32:34.329Z] ok github.com/docker/docker/pkg/signal 2.544s coverage: 61.0% of statements [2019-09-27T12:32:34.469Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2019-09-27T12:32:34.469Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.97s) [2019-09-27T12:32:34.469Z] === RUN TestRemoveContainerWithVolume [2019-09-27T12:32:34.709Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2019-09-27T12:32:34.726Z] === RUN TestDockerSuite/TestBuildAddTar [2019-09-27T12:32:34.984Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2019-09-27T12:32:35.075Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2019-09-27T12:32:35.448Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2019-09-27T12:32:35.547Z] --- PASS: TestRemoveContainerWithVolume (0.92s) [2019-09-27T12:32:35.547Z] === RUN TestRemoveContainerRunning [2019-09-27T12:32:35.822Z] ok github.com/docker/docker/pkg/symlink 0.009s coverage: 87.7% of statements [2019-09-27T12:32:36.190Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 80.6% of statements [2019-09-27T12:32:36.478Z] --- PASS: TestRemoveContainerRunning (1.08s) [2019-09-27T12:32:36.478Z] === RUN TestRemoveContainerForceRemoveRunning [2019-09-27T12:32:36.547Z] Client: [2019-09-27T12:32:36.547Z] Debug Mode: false [2019-09-27T12:32:36.547Z] Plugins: [2019-09-27T12:32:36.547Z] cluster: Manage Docker clusters (Docker Inc., v1.1.0-8c33de7) [2019-09-27T12:32:36.547Z] [2019-09-27T12:32:36.547Z] Server: [2019-09-27T12:32:36.547Z] Containers: 0 [2019-09-27T12:32:36.547Z] Running: 0 [2019-09-27T12:32:36.547Z] Paused: 0 [2019-09-27T12:32:36.547Z] Stopped: 0 [2019-09-27T12:32:36.547Z] Images: 0 [2019-09-27T12:32:36.547Z] Server Version: 19.03.2 [2019-09-27T12:32:36.547Z] Storage Driver: lcow (linux) windowsfilter (windows) [2019-09-27T12:32:36.547Z] LCOW: [2019-09-27T12:32:36.547Z] Windows: [2019-09-27T12:32:36.547Z] Logging Driver: json-file [2019-09-27T12:32:36.547Z] Plugins: [2019-09-27T12:32:36.547Z] Volume: local [2019-09-27T12:32:36.547Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2019-09-27T12:32:36.547Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-09-27T12:32:36.547Z] Swarm: inactive [2019-09-27T12:32:36.547Z] Default Isolation: process [2019-09-27T12:32:36.547Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-09-27T12:32:36.547Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-09-27T12:32:36.547Z] OSType: windows [2019-09-27T12:32:36.547Z] Architecture: x86_64 [2019-09-27T12:32:36.547Z] CPUs: 4 [2019-09-27T12:32:36.547Z] Total Memory: 32GiB [2019-09-27T12:32:36.547Z] Name: azwin-2-b4f710 [2019-09-27T12:32:36.547Z] ID: 4XOH:KI43:3UYQ:TBC4:5RJP:O6MZ:RR7U:K7TM:PNVP:XMQC:BCRI:ONC3 [2019-09-27T12:32:36.547Z] Docker Root Dir: D:\docker [2019-09-27T12:32:36.547Z] Debug Mode: false [2019-09-27T12:32:36.547Z] Registry: https://index.docker.io/v1/ [2019-09-27T12:32:36.547Z] Labels: [2019-09-27T12:32:36.547Z] Experimental: true [2019-09-27T12:32:36.547Z] Insecure Registries: [2019-09-27T12:32:36.547Z] 10.0.0.4:5000 [2019-09-27T12:32:36.547Z] 127.0.0.0/8 [2019-09-27T12:32:36.547Z] Registry Mirrors: [2019-09-27T12:32:36.547Z] http://10.0.0.4:5000/ [2019-09-27T12:32:36.547Z] Live Restore Enabled: false [2019-09-27T12:32:36.547Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2019-09-27T12:32:37.096Z] ok github.com/docker/docker/pkg/system 0.053s coverage: 36.9% of statements [2019-09-27T12:32:37.910Z] ok github.com/docker/docker/pkg/tailfile 0.055s coverage: 88.6% of statements [2019-09-27T12:32:38.290Z] ok github.com/docker/docker/pkg/tarsum 0.040s coverage: 89.3% of statements [2019-09-27T12:32:38.378Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.67s) [2019-09-27T12:32:38.378Z] === RUN TestRemoveInvalidContainer [2019-09-27T12:32:38.378Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2019-09-27T12:32:38.378Z] === RUN TestRenameLinkedContainer [2019-09-27T12:32:39.113Z] ok github.com/docker/docker/pkg/term 0.012s coverage: 85.9% of statements [2019-09-27T12:32:39.113Z] testing: warning: no tests to run [2019-09-27T12:32:39.113Z] coverage: [no statements] [2019-09-27T12:32:39.113Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2019-09-27T12:32:39.499Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2019-09-27T12:32:39.893Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2019-09-27T12:32:40.291Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2019-09-27T12:32:42.553Z] --- PASS: TestRenameLinkedContainer (4.34s) [2019-09-27T12:32:42.553Z] === RUN TestRenameStoppedContainer [2019-09-27T12:32:42.845Z] ok github.com/docker/docker/plugin 0.567s coverage: 27.1% of statements [2019-09-27T12:32:43.247Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2019-09-27T12:32:43.924Z] --- PASS: TestRenameStoppedContainer (1.12s) [2019-09-27T12:32:43.924Z] === RUN TestRenameRunningContainerAndReuse [2019-09-27T12:32:44.071Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 76.2% of statements [2019-09-27T12:32:44.440Z] ok github.com/docker/docker/reference 0.007s coverage: 84.4% of statements [2019-09-27T12:32:46.328Z] ok github.com/docker/docker/registry 0.174s coverage: 56.3% of statements [2019-09-27T12:32:46.449Z] === RUN TestDockerSuite/TestBuildAddTarXz [2019-09-27T12:32:46.449Z] --- PASS: TestRenameRunningContainerAndReuse (2.68s) [2019-09-27T12:32:46.449Z] === RUN TestRenameInvalidName [2019-09-27T12:32:47.285Z] ok github.com/docker/docker/registry/resumable 0.023s coverage: 100.0% of statements [2019-09-27T12:32:47.285Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 45.3% of statements [2019-09-27T12:32:47.380Z] --- PASS: TestRenameInvalidName (1.17s) [2019-09-27T12:32:47.380Z] === RUN TestRenameAnonymousContainer [2019-09-27T12:32:47.944Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2019-09-27T12:32:48.507Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2019-09-27T12:32:48.610Z] ok github.com/docker/docker/runconfig 0.007s coverage: 68.2% of statements [2019-09-27T12:32:48.610Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2019-09-27T12:32:49.448Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2019-09-27T12:32:51.346Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2019-09-27T12:32:51.346Z] --- PASS: TestRenameAnonymousContainer (3.91s) [2019-09-27T12:32:51.346Z] === RUN TestRenameContainerWithSameName [2019-09-27T12:32:51.982Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2019-09-27T12:32:52.277Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2019-09-27T12:32:52.277Z] --- PASS: TestRenameContainerWithSameName (0.97s) [2019-09-27T12:32:52.277Z] === RUN TestRenameContainerWithLinkedContainer [2019-09-27T12:32:52.573Z] ok github.com/docker/docker/volume/local 0.040s coverage: 73.0% of statements [2019-09-27T12:32:53.464Z] ok github.com/docker/docker/volume/mounts 0.028s coverage: 67.0% of statements [2019-09-27T12:32:53.648Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2019-09-27T12:32:54.578Z] --- PASS: TestRenameContainerWithLinkedContainer (1.96s) [2019-09-27T12:32:54.578Z] === RUN TestResize [2019-09-27T12:32:54.746Z] ok github.com/docker/docker/volume/service 0.011s coverage: 73.0% of statements [2019-09-27T12:32:55.143Z] --- PASS: TestResize (0.81s) [2019-09-27T12:32:55.143Z] === RUN TestResizeWithInvalidSize [2019-09-27T12:32:56.513Z] --- PASS: TestResizeWithInvalidSize (1.07s) [2019-09-27T12:32:56.513Z] === RUN TestResizeWhenContainerNotStarted [2019-09-27T12:32:57.445Z] --- PASS: TestResizeWhenContainerNotStarted (1.17s) [2019-09-27T12:32:57.445Z] === RUN TestDaemonRestartKillContainers [2019-09-27T12:32:57.445Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-27T12:32:57.445Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-27T12:32:57.445Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-27T12:32:57.445Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-27T12:32:57.445Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-27T12:32:57.445Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-27T12:32:57.445Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-27T12:32:57.445Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-27T12:32:57.445Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-27T12:32:57.445Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-27T12:32:57.445Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-27T12:32:57.445Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-27T12:32:57.445Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-27T12:32:57.445Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-27T12:32:57.445Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-27T12:32:57.445Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-27T12:32:57.445Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-27T12:32:57.445Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-27T12:32:57.445Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-27T12:32:57.445Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-27T12:32:57.445Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-27T12:32:57.445Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-27T12:32:57.445Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-27T12:32:57.445Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-27T12:32:57.445Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-27T12:32:57.445Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-27T12:32:57.702Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2019-09-27T12:32:59.072Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-27T12:33:00.967Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-27T12:33:01.225Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2019-09-27T12:33:01.789Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-27T12:33:01.789Z] === RUN TestDockerSuite/TestBuildBlankName [2019-09-27T12:33:02.276Z] + return [2019-09-27T12:33:02.276Z] Removing intermediate container 728a8ad2ffe0 [2019-09-27T12:33:02.276Z] ---> 2344f9b0d6d6 [2019-09-27T12:33:02.276Z] Step 77/126 : FROM runtime-dev AS runc [2019-09-27T12:33:02.276Z] ---> 7375933aa280 [2019-09-27T12:33:02.276Z] Step 78/126 : ENV INSTALL_BINARY_NAME=runc [2019-09-27T12:33:02.276Z] ---> Running in 8bda8c4d6956 [2019-09-27T12:33:02.276Z] Removing intermediate container 8bda8c4d6956 [2019-09-27T12:33:02.276Z] ---> a79992bcf330 [2019-09-27T12:33:02.276Z] Step 79/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T12:33:02.276Z] ---> c67b6886adf7 [2019-09-27T12:33:02.276Z] Step 80/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-27T12:33:02.276Z] ---> 94a8c43d4427 [2019-09-27T12:33:02.276Z] Step 81/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-27T12:33:02.276Z] ---> Running in 96f5a4e4735f [2019-09-27T12:33:02.276Z] + RM_GOPATH=0 [2019-09-27T12:33:02.276Z] + TMP_GOPATH= [2019-09-27T12:33:02.276Z] + : /build [2019-09-27T12:33:02.276Z] + '[' -z '' ']' [2019-09-27T12:33:02.276Z] ++ mktemp -d [2019-09-27T12:33:02.276Z] Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux ) [2019-09-27T12:33:02.276Z] + export GOPATH=/tmp/tmp.3Q0iXxfyRg [2019-09-27T12:33:02.276Z] + GOPATH=/tmp/tmp.3Q0iXxfyRg [2019-09-27T12:33:02.276Z] + RM_GOPATH=1 [2019-09-27T12:33:02.276Z] ++ dirname ./install.sh [2019-09-27T12:33:02.276Z] + dir=. [2019-09-27T12:33:02.276Z] + bin=runc [2019-09-27T12:33:02.276Z] + shift [2019-09-27T12:33:02.276Z] + '[' '!' -f ./runc.installer ']' [2019-09-27T12:33:02.276Z] + . ./runc.installer [2019-09-27T12:33:02.276Z] ++ RUNC_COMMIT=425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-27T12:33:02.276Z] + install_runc [2019-09-27T12:33:02.276Z] + uname -r [2019-09-27T12:33:02.276Z] + grep -q '^3\.10\.0.*\.el7\.' [2019-09-27T12:33:02.276Z] + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-09-27T12:33:02.276Z] + echo 'Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux )' [2019-09-27T12:33:02.276Z] + git clone https://github.com/opencontainers/runc.git /tmp/tmp.3Q0iXxfyRg/src/github.com/opencontainers/runc [2019-09-27T12:33:02.276Z] Cloning into '/tmp/tmp.3Q0iXxfyRg/src/github.com/opencontainers/runc'... [2019-09-27T12:33:02.276Z] + cd /tmp/tmp.3Q0iXxfyRg/src/github.com/opencontainers/runc [2019-09-27T12:33:02.276Z] + git checkout -q 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-27T12:33:02.353Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-27T12:33:02.353Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2019-09-27T12:33:02.531Z] ok github.com/docker/docker/pkg/plugins 33.617s coverage: 76.6% of statements [2019-09-27T12:33:02.531Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-09-27T12:33:02.531Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-09-27T12:33:02.531Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-09-27T12:33:02.531Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-09-27T12:33:02.531Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-09-27T12:33:02.531Z] ? github.com/docker/docker/rootless [no test files] [2019-09-27T12:33:02.531Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-09-27T12:33:02.531Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-09-27T12:33:02.531Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-09-27T12:33:02.531Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-09-27T12:33:02.531Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-09-27T12:33:02.531Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-09-27T12:33:02.531Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-09-27T12:33:02.531Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-09-27T12:33:02.531Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-09-27T12:33:02.531Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-09-27T12:33:02.531Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-09-27T12:33:02.531Z] ? github.com/docker/docker/testutil/request [no test files] [2019-09-27T12:33:02.531Z] ? github.com/docker/docker/volume [no test files] [2019-09-27T12:33:02.531Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-09-27T12:33:02.531Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-09-27T12:33:02.531Z] [2019-09-27T12:33:02.531Z] === Skipped [2019-09-27T12:33:02.531Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-09-27T12:33:02.531Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-09-27T12:33:02.531Z] [2019-09-27T12:33:02.531Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-09-27T12:33:02.531Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-09-27T12:33:02.531Z] [2019-09-27T12:33:02.531Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-09-27T12:33:02.531Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T12:33:02.531Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-27T12:33:02.531Z] [2019-09-27T12:33:02.531Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-09-27T12:33:02.531Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T12:33:02.531Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-27T12:33:02.531Z] [2019-09-27T12:33:02.531Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-09-27T12:33:02.531Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T12:33:02.531Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-27T12:33:02.531Z] [2019-09-27T12:33:02.531Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-09-27T12:33:02.531Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T12:33:02.531Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-27T12:33:02.531Z] [2019-09-27T12:33:02.531Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-09-27T12:33:02.531Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T12:33:02.531Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-27T12:33:02.531Z] [2019-09-27T12:33:02.531Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-09-27T12:33:02.531Z] graphtest_unix.go:73: No driver to put! [2019-09-27T12:33:02.531Z] [2019-09-27T12:33:02.531Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-09-27T12:33:02.531Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-09-27T12:33:02.531Z] [2019-09-27T12:33:02.531Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-09-27T12:33:02.531Z] overlay_test.go:49: Fails to compute changes intermittently [2019-09-27T12:33:02.531Z] [2019-09-27T12:33:02.531Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-09-27T12:33:02.531Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-09-27T12:33:02.531Z] [2019-09-27T12:33:02.531Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-09-27T12:33:02.531Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-09-27T12:33:02.531Z] [2019-09-27T12:33:02.531Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-09-27T12:33:02.531Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T12:33:02.531Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-27T12:33:02.531Z] [2019-09-27T12:33:02.531Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-09-27T12:33:02.531Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T12:33:02.531Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-27T12:33:02.531Z] [2019-09-27T12:33:02.531Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-09-27T12:33:02.531Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T12:33:02.531Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-27T12:33:02.531Z] [2019-09-27T12:33:02.531Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-09-27T12:33:02.531Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T12:33:02.531Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-27T12:33:02.531Z] [2019-09-27T12:33:02.531Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-09-27T12:33:02.531Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T12:33:02.531Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-27T12:33:02.531Z] [2019-09-27T12:33:02.531Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-09-27T12:33:02.531Z] graphtest_unix.go:73: No driver to put! [2019-09-27T12:33:02.531Z] [2019-09-27T12:33:02.531Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-09-27T12:33:02.531Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-09-27T12:33:02.531Z] [2019-09-27T12:33:02.531Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-09-27T12:33:02.531Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-09-27T12:33:02.531Z] [2019-09-27T12:33:02.531Z] [2019-09-27T12:33:02.531Z] DONE 2115 tests, 20 skipped in 228.653s [2019-09-27T12:33:02.560Z] + '[' -z '' ']' [2019-09-27T12:33:02.560Z] + target=static [2019-09-27T12:33:02.560Z] + make 'BUILDTAGS=seccomp apparmor selinux ' static Post stage [Pipeline] junit [2019-09-27T12:33:02.770Z] Recording test results [2019-09-27T12:33:02.844Z] CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o runc . [2019-09-27T12:33:03.286Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-27T12:33:03.851Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-09-27T12:33:05.225Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2019-09-27T12:33:05.306Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-39997/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT docker:b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c hack/make.sh dynbinary test-integration [2019-09-27T12:33:05.699Z] [2019-09-27T12:33:05.699Z] Removing bundles/ [2019-09-27T12:33:05.699Z] [2019-09-27T12:33:05.699Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-09-27T12:33:05.699Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-09-27T12:33:05.699Z] GOOS="" GOARCH="" GOARM="" [2019-09-27T12:33:06.157Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-27T12:33:06.415Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-27T12:33:07.348Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2019-09-27T12:33:07.912Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2019-09-27T12:33:08.847Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2019-09-27T12:33:09.781Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2019-09-27T12:33:10.038Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-27T12:33:10.038Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-27T12:33:11.424Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2019-09-27T12:33:12.795Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2019-09-27T12:33:13.038Z] DEBUG: print all environment variables to check how Jenkins runs this script [2019-09-27T12:33:13.038Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-f29ea310\powershellScript.ps1'; exit $LASTEXITCODE; [2019-09-27T12:33:13.038Z] ---------------------------------------------------------------------------- [2019-09-27T12:33:13.038Z] [2019-09-27T12:33:13.038Z] INFO: executeCI.ps1 starting at Fri Sep 27 12:33:10 CUT 2019 [2019-09-27T12:33:13.038Z] [2019-09-27T12:33:13.038Z] INFO: Script version 05-Feb-2019 09:03 PDT [2019-09-27T12:33:13.038Z] INFO: Running git version 2.23.0.windows.1 [2019-09-27T12:33:13.038Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2019-09-27T12:33:13.038Z] INFO: Environment variables: [2019-09-27T12:33:13.038Z] [2019-09-27T12:33:13.038Z] Name Value [2019-09-27T12:33:13.038Z] ---- ----- [2019-09-27T12:33:13.038Z] ALLUSERSPROFILE C:\ProgramData [2019-09-27T12:33:13.038Z] amd64 true [2019-09-27T12:33:13.038Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2019-09-27T12:33:13.038Z] APT_MIRROR cdn-fastly.deb.debian.org [2019-09-27T12:33:13.038Z] BRANCH_NAME PR-39997 [2019-09-27T12:33:13.038Z] BUILD_DISPLAY_NAME #2 [2019-09-27T12:33:13.038Z] BUILD_ID 2 [2019-09-27T12:33:13.038Z] BUILD_NUMBER 2 [2019-09-27T12:33:13.038Z] BUILD_TAG jenkins-moby-PR-39997-2 [2019-09-27T12:33:13.038Z] BUILD_URL https://ci.docker.com/public/job/moby/job/PR-39997/2/ [2019-09-27T12:33:13.038Z] CHANGE_AUTHOR thaJeztah [2019-09-27T12:33:13.038Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2019-09-27T12:33:13.038Z] CHANGE_BRANCH jenkinsfile_install_ipvlan [2019-09-27T12:33:13.038Z] CHANGE_FORK thaJeztah [2019-09-27T12:33:13.038Z] CHANGE_ID 39997 [2019-09-27T12:33:13.038Z] CHANGE_TARGET master [2019-09-27T12:33:13.038Z] CHANGE_TITLE Jenkinsfile: install ipvsadm for amd64 stage [2019-09-27T12:33:13.038Z] CHANGE_URL https://github.com/moby/moby/pull/39997 [2019-09-27T12:33:13.038Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-27T12:33:13.038Z] CommonProgramFiles C:\Program Files\Common Files [2019-09-27T12:33:13.038Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2019-09-27T12:33:13.038Z] CommonProgramW6432 C:\Program Files\Common Files [2019-09-27T12:33:13.038Z] COMPUTERNAME azwin-2-b4f710 [2019-09-27T12:33:13.038Z] ComSpec C:\windows\system32\cmd.exe [2019-09-27T12:33:13.038Z] ConfigSequenceNumber 0 [2019-09-27T12:33:13.038Z] DOCKER_BUILDKIT 0 [2019-09-27T12:33:13.038Z] DOCKER_DUT_DEBUG 1 [2019-09-27T12:33:13.038Z] DOCKER_EXPERIMENTAL 1 [2019-09-27T12:33:13.038Z] DOCKER_GRAPHDRIVER overlay2 [2019-09-27T12:33:13.038Z] DriverData C:\Windows\System32\Drivers\DriverData [2019-09-27T12:33:13.038Z] EXECUTOR_NUMBER 0 [2019-09-27T12:33:13.038Z] FQDN azwin-2-b4f710.westus.cloudapp.azure.com [2019-09-27T12:33:13.038Z] GIT_BRANCH PR-39997 [2019-09-27T12:33:13.038Z] GIT_COMMIT b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c [2019-09-27T12:33:13.038Z] GIT_PREVIOUS_COMMIT f9474fbc9b8684008dbfc8034870367af8882539 [2019-09-27T12:33:13.038Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT f9474fbc9b8684008dbfc8034870367af8882539 [2019-09-27T12:33:13.038Z] GIT_URL https://github.com/moby/moby.git [2019-09-27T12:33:13.038Z] HUDSON_COOKIE c1ad603c-4cde-49c9-af19-2f418acbc42c [2019-09-27T12:33:13.038Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2019-09-27T12:33:13.038Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2019-09-27T12:33:13.038Z] HUDSON_URL https://ci.docker.com/public/ [2019-09-27T12:33:13.038Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.222-2.b10.ojdkbuild.windows.x86_64 [2019-09-27T12:33:13.038Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2019-09-27T12:33:13.038Z] JENKINS_NODE_COOKIE 4a2bd511-5c02-45c5-bac3-ac43d37770da [2019-09-27T12:33:13.038Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2019-09-27T12:33:13.038Z] JENKINS_URL https://ci.docker.com/public/ [2019-09-27T12:33:13.038Z] JOB_BASE_NAME PR-39997 [2019-09-27T12:33:13.038Z] JOB_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-39997/display/redirect [2019-09-27T12:33:13.038Z] JOB_NAME moby/PR-39997 [2019-09-27T12:33:13.038Z] JOB_URL https://ci.docker.com/public/job/moby/job/PR-39997/ [2019-09-27T12:33:13.038Z] library.jps.version master [2019-09-27T12:33:13.038Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2019-09-27T12:33:13.038Z] NODE_LABELS amd64 azure azwin-2-b4f710 azwin-2019 docker west-us windows windows-2019 x86_64 [2019-09-27T12:33:13.038Z] NODE_NAME azwin-2-b4f710 [2019-09-27T12:33:13.038Z] NUMBER_OF_PROCESSORS 4 [2019-09-27T12:33:13.038Z] OS Windows_NT [2019-09-27T12:33:13.038Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2019-09-27T12:33:13.038Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2019-09-27T12:33:13.038Z] ppc64le true [2019-09-27T12:33:13.038Z] PROCESSOR_ARCHITECTURE AMD64 [2019-09-27T12:33:13.040Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2019-09-27T12:33:13.040Z] PROCESSOR_LEVEL 6 [2019-09-27T12:33:13.040Z] PROCESSOR_REVISION 4f01 [2019-09-27T12:33:13.040Z] ProgramData C:\ProgramData [2019-09-27T12:33:13.040Z] ProgramFiles C:\Program Files [2019-09-27T12:33:13.040Z] ProgramFiles(x86) C:\Program Files (x86) [2019-09-27T12:33:13.040Z] ProgramW6432 C:\Program Files [2019-09-27T12:33:13.040Z] PROMPT $P$G [2019-09-27T12:33:13.040Z] PSExecutionPolicyPreference Bypass [2019-09-27T12:33:13.040Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2019-09-27T12:33:13.040Z] PUBLIC C:\Users\Public [2019-09-27T12:33:13.040Z] RUN_CHANGES_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-39997/2/display/redirect?page=changes [2019-09-27T12:33:13.040Z] RUN_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-39997/2/display/redirect [2019-09-27T12:33:13.040Z] s390x true [2019-09-27T12:33:13.040Z] skip_dco false [2019-09-27T12:33:13.040Z] SKIP_VALIDATION_TESTS 1 [2019-09-27T12:33:13.040Z] SOURCES_DRIVE d [2019-09-27T12:33:13.040Z] SOURCES_SUBDIR gopath [2019-09-27T12:33:13.040Z] STAGE_NAME Run tests [2019-09-27T12:33:13.040Z] SystemDrive C: [2019-09-27T12:33:13.040Z] SystemRoot C:\windows [2019-09-27T12:33:13.040Z] TEMP C:\windows\TEMP [2019-09-27T12:33:13.040Z] TESTDEBUG 0 [2019-09-27T12:33:13.040Z] TESTRUN_DRIVE d [2019-09-27T12:33:13.040Z] TESTRUN_SUBDIR CI [2019-09-27T12:33:13.040Z] TIMEOUT 120m [2019-09-27T12:33:13.040Z] TMP C:\windows\TEMP [2019-09-27T12:33:13.040Z] unit_validate true [2019-09-27T12:33:13.040Z] USERDOMAIN WORKGROUP [2019-09-27T12:33:13.040Z] USERNAME azwin-2-b4f710$ [2019-09-27T12:33:13.040Z] USERPROFILE C:\windows\system32\config\systemprofile [2019-09-27T12:33:13.040Z] windir C:\windows [2019-09-27T12:33:13.040Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2019-09-27T12:33:13.040Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2019-09-27T12:33:13.040Z] windowsRS1 false [2019-09-27T12:33:13.040Z] windowsRS5 true [2019-09-27T12:33:13.040Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2019-09-27T12:33:13.040Z] [2019-09-27T12:33:13.040Z] [2019-09-27T12:33:13.040Z] [2019-09-27T12:33:13.052Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-09-27T12:33:13.052Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.68s) [2019-09-27T12:33:13.052Z] 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-27T12:33:13.052Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.19s) [2019-09-27T12:33:13.052Z] 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-27T12:33:13.052Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.71s) [2019-09-27T12:33:13.052Z] 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-27T12:33:13.052Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.59s) [2019-09-27T12:33:13.052Z] 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-27T12:33:13.053Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.62s) [2019-09-27T12:33:13.053Z] 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-27T12:33:13.053Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.59s) [2019-09-27T12:33:13.053Z] 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-27T12:33:13.053Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.86s) [2019-09-27T12:33:13.053Z] 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-27T12:33:13.053Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.63s) [2019-09-27T12:33:13.053Z] 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-27T12:33:13.053Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.76s) [2019-09-27T12:33:13.053Z] 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-27T12:33:13.053Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.75s) [2019-09-27T12:33:13.053Z] 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-27T12:33:13.053Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.81s) [2019-09-27T12:33:13.053Z] 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-27T12:33:13.053Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.81s) [2019-09-27T12:33:13.053Z] 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-27T12:33:13.053Z] === RUN TestCgroupNamespacesRun [2019-09-27T12:33:14.583Z] INFO: Sources under d:\gopath\... [2019-09-27T12:33:14.583Z] INFO: Test run under d:\CI\... [2019-09-27T12:33:14.583Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2019-09-27T12:33:14.583Z] INFO: docker/docker repository was found [2019-09-27T12:33:14.949Z] --- PASS: TestCgroupNamespacesRun (2.07s) [2019-09-27T12:33:14.949Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun" [2019-09-27T12:33:14.949Z] === RUN TestCgroupNamespacesRunPrivileged [2019-09-27T12:33:15.044Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2019-09-27T12:33:15.207Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2019-09-27T12:33:17.103Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.85s) [2019-09-27T12:33:17.103Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged" [2019-09-27T12:33:17.103Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-09-27T12:33:17.231Z] ltsc2019: Pulling from windows/servercore [2019-09-27T12:33:17.753Z] sha256:1bf97c69b88c6f5533db43b6b43a3e84d86cee559d082ab0551aec8c8bf5f73f [2019-09-27T12:33:17.753Z] INFO: Starting docker-py tests... [2019-09-27T12:33:18.033Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2019-09-27T12:33:18.312Z] ============================= test session starts ============================== [2019-09-27T12:33:18.312Z] platform linux -- Python 3.6.9, pytest-4.1.0, py-1.8.0, pluggy-0.13.0 [2019-09-27T12:33:18.312Z] rootdir: /src, inifile: pytest.ini [2019-09-27T12:33:18.312Z] plugins: timeout-1.3.3, cov-2.6.1 [2019-09-27T12:33:18.965Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.00s) [2019-09-27T12:33:18.965Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode" [2019-09-27T12:33:18.965Z] === RUN TestCgroupNamespacesRunHostMode [2019-09-27T12:33:19.221Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2019-09-27T12:33:19.237Z] collected 385 items / 6 deselected [2019-09-27T12:33:19.237Z] [2019-09-27T12:33:21.745Z] --- PASS: TestCgroupNamespacesRunHostMode (2.44s) [2019-09-27T12:33:21.745Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode" [2019-09-27T12:33:21.745Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-09-27T12:33:21.745Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2019-09-27T12:33:23.042Z] 65014b3c3121: Pulling fs layer [2019-09-27T12:33:23.043Z] 2945147eda09: Pulling fs layer [2019-09-27T12:33:23.641Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.93s) [2019-09-27T12:33:23.641Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode" [2019-09-27T12:33:23.641Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-09-27T12:33:23.641Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2019-09-27T12:33:24.206Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.91s) [2019-09-27T12:33:24.206Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate" [2019-09-27T12:33:24.206Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-09-27T12:33:25.137Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.81s) [2019-09-27T12:33:25.137Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode" [2019-09-27T12:33:25.137Z] === RUN TestCgroupNamespacesRunOlderClient [2019-09-27T12:33:25.137Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2019-09-27T12:33:27.032Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2019-09-27T12:33:27.032Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.81s) [2019-09-27T12:33:27.032Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient" [2019-09-27T12:33:27.032Z] === RUN TestKernelTCPMemory [2019-09-27T12:33:27.964Z] --- PASS: TestKernelTCPMemory (1.03s) [2019-09-27T12:33:27.964Z] === RUN TestNISDomainname [2019-09-27T12:33:29.333Z] --- PASS: TestNISDomainname (1.42s) [2019-09-27T12:33:29.333Z] === RUN TestHostnameDnsResolution [2019-09-27T12:33:29.333Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2019-09-27T12:33:29.897Z] CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo static_build" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="425e105d5a03fabd737a126ad93d62a9eeede87f" -X main.version=1.0.0-rc8 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2019-09-27T12:33:29.897Z] + mkdir -p /build [2019-09-27T12:33:29.897Z] + cp runc /build/runc [2019-09-27T12:33:29.897Z] Removing intermediate container 96f5a4e4735f [2019-09-27T12:33:29.897Z] ---> 683ba8c91d93 [2019-09-27T12:33:29.897Z] Step 82/126 : FROM dev-base AS tini [2019-09-27T12:33:29.897Z] ---> 91f2a0ce6c48 [2019-09-27T12:33:29.897Z] Step 83/126 : ARG DEBIAN_FRONTEND [2019-09-27T12:33:29.897Z] ---> Using cache [2019-09-27T12:33:29.897Z] ---> d16fec82db8e [2019-09-27T12:33:29.897Z] 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-27T12:33:29.897Z] ---> Running in 1f174ccae228 [2019-09-27T12:33:29.897Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-27T12:33:30.181Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-27T12:33:30.181Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-27T12:33:30.181Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-27T12:33:30.181Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-27T12:33:30.181Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [478 kB] [2019-09-27T12:33:30.464Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-09-27T12:33:30.702Z] --- PASS: TestHostnameDnsResolution (1.50s) [2019-09-27T12:33:30.702Z] === RUN TestStats [2019-09-27T12:33:30.748Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-09-27T12:33:32.595Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2019-09-27T12:33:32.595Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2019-09-27T12:33:32.595Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2019-09-27T12:33:33.437Z] Fetched 7717 kB in 3s (2450 kB/s) [2019-09-27T12:33:33.529Z] --- PASS: TestStats (2.59s) [2019-09-27T12:33:33.529Z] === RUN TestStopContainerWithTimeout [2019-09-27T12:33:33.529Z] === RUN TestStopContainerWithTimeout/0 [2019-09-27T12:33:33.529Z] === PAUSE TestStopContainerWithTimeout/0 [2019-09-27T12:33:33.529Z] === RUN TestStopContainerWithTimeout/1 [2019-09-27T12:33:33.529Z] === PAUSE TestStopContainerWithTimeout/1 [2019-09-27T12:33:33.529Z] === RUN TestStopContainerWithTimeout/3 [2019-09-27T12:33:33.529Z] === PAUSE TestStopContainerWithTimeout/3 [2019-09-27T12:33:33.529Z] === RUN TestStopContainerWithTimeout/-1 [2019-09-27T12:33:33.529Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-09-27T12:33:33.529Z] === CONT TestStopContainerWithTimeout/0 [2019-09-27T12:33:33.529Z] === CONT TestStopContainerWithTimeout/-1 [2019-09-27T12:33:34.446Z] Reading package lists... [2019-09-27T12:33:34.460Z] === CONT TestStopContainerWithTimeout/3 [2019-09-27T12:33:35.454Z] Reading package lists... [2019-09-27T12:33:35.499Z] 2945147eda09: Verifying Checksum [2019-09-27T12:33:35.499Z] 2945147eda09: Download complete [2019-09-27T12:33:35.739Z] Building dependency tree... [2019-09-27T12:33:35.739Z] Reading state information... [2019-09-27T12:33:36.030Z] The following additional packages will be installed: [2019-09-27T12:33:36.030Z] cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-09-27T12:33:36.030Z] Suggested packages: [2019-09-27T12:33:36.030Z] codeblocks eclipse ninja-build lrzip [2019-09-27T12:33:36.030Z] Recommended packages: [2019-09-27T12:33:36.030Z] xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-09-27T12:33:36.030Z] The following NEW packages will be installed: [2019-09-27T12:33:36.030Z] cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-09-27T12:33:36.030Z] vim-common xxd [2019-09-27T12:33:36.030Z] 0 upgraded, 10 newly installed, 0 to remove and 3 not upgraded. [2019-09-27T12:33:36.030Z] Need to get 13.4 MB of archives. [2019-09-27T12:33:36.030Z] After this operation, 60.4 MB of additional disk space will be used. [2019-09-27T12:33:36.030Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el cmake-data all 3.7.2-1 [1216 kB] [2019-09-27T12:33:36.312Z] 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-27T12:33:36.312Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libicu57 ppc64el 57.1-6+deb9u3 [7669 kB] [2019-09-27T12:33:36.355Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2019-09-27T12:33:36.355Z] === CONT TestStopContainerWithTimeout/1 [2019-09-27T12:33:36.919Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2019-09-27T12:33:37.318Z] 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-27T12:33:37.318Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libarchive13 ppc64el 3.2.2-2+deb9u1 [272 kB] [2019-09-27T12:33:37.318Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2019-09-27T12:33:37.318Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libuv1 ppc64el 1.9.1-3 [78.3 kB] [2019-09-27T12:33:37.318Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el cmake ppc64el 3.7.2-1 [2872 kB] [2019-09-27T12:33:37.828Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xxd ppc64el 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-27T12:33:37.828Z] 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-27T12:33:38.113Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-27T12:33:38.113Z] Fetched 13.4 MB in 1s (7720 kB/s) [2019-09-27T12:33:38.113Z] Selecting previously unselected package cmake-data. [2019-09-27T12:33:38.113Z] (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-27T12:33:38.113Z] Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-09-27T12:33:38.113Z] Unpacking cmake-data (3.7.2-1) ... [2019-09-27T12:33:38.310Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2019-09-27T12:33:38.310Z] --- PASS: TestStopContainerWithTimeout/0 (1.19s) [2019-09-27T12:33:38.310Z] --- PASS: TestStopContainerWithTimeout/-1 (2.89s) [2019-09-27T12:33:38.310Z] --- PASS: TestStopContainerWithTimeout/3 (2.90s) [2019-09-27T12:33:38.310Z] --- PASS: TestStopContainerWithTimeout/1 (1.91s) [2019-09-27T12:33:38.310Z] === RUN TestDeleteDevicemapper [2019-09-27T12:33:38.310Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-09-27T12:33:38.310Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-27T12:33:38.310Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-09-27T12:33:38.796Z] Selecting previously unselected package liblzo2-2:ppc64el. [2019-09-27T12:33:38.796Z] Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-09-27T12:33:38.796Z] Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-09-27T12:33:38.796Z] Selecting previously unselected package libicu57:ppc64el. [2019-09-27T12:33:38.796Z] Preparing to unpack .../2-libicu57_57.1-6+deb9u3_ppc64el.deb ... [2019-09-27T12:33:38.796Z] Unpacking libicu57:ppc64el (57.1-6+deb9u3) ... [2019-09-27T12:33:39.856Z] Selecting previously unselected package libxml2:ppc64el. [2019-09-27T12:33:39.856Z] Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_ppc64el.deb ... [2019-09-27T12:33:39.856Z] Unpacking libxml2:ppc64el (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-27T12:33:40.229Z] Selecting previously unselected package libarchive13:ppc64el. [2019-09-27T12:33:40.229Z] Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_ppc64el.deb ... [2019-09-27T12:33:40.229Z] Unpacking libarchive13:ppc64el (3.2.2-2+deb9u1) ... [2019-09-27T12:33:40.229Z] Selecting previously unselected package libjsoncpp1:ppc64el. [2019-09-27T12:33:40.229Z] Preparing to unpack .../5-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2019-09-27T12:33:40.229Z] Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2019-09-27T12:33:40.229Z] Selecting previously unselected package libuv1:ppc64el. [2019-09-27T12:33:40.229Z] Preparing to unpack .../6-libuv1_1.9.1-3_ppc64el.deb ... [2019-09-27T12:33:40.229Z] Unpacking libuv1:ppc64el (1.9.1-3) ... [2019-09-27T12:33:40.229Z] Selecting previously unselected package cmake. [2019-09-27T12:33:40.229Z] Preparing to unpack .../7-cmake_3.7.2-1_ppc64el.deb ... [2019-09-27T12:33:40.229Z] Unpacking cmake (3.7.2-1) ... [2019-09-27T12:33:40.524Z] Selecting previously unselected package xxd. [2019-09-27T12:33:40.524Z] Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-09-27T12:33:40.524Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-27T12:33:40.817Z] Selecting previously unselected package vim-common. [2019-09-27T12:33:40.817Z] Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-27T12:33:40.817Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-27T12:33:40.817Z] Processing triggers for mime-support (3.60) ... [2019-09-27T12:33:40.817Z] Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-27T12:33:40.817Z] Setting up libuv1:ppc64el (1.9.1-3) ... [2019-09-27T12:33:40.817Z] Setting up cmake-data (3.7.2-1) ... [2019-09-27T12:33:40.817Z] Setting up libicu57:ppc64el (57.1-6+deb9u3) ... [2019-09-27T12:33:40.817Z] Setting up libxml2:ppc64el (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-27T12:33:40.817Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T12:33:40.817Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-27T12:33:40.817Z] Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-09-27T12:33:40.817Z] Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2019-09-27T12:33:40.817Z] Setting up libarchive13:ppc64el (3.2.2-2+deb9u1) ... [2019-09-27T12:33:40.817Z] Setting up cmake (3.7.2-1) ... [2019-09-27T12:33:40.817Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T12:33:40.837Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2019-09-27T12:33:40.837Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.51s) [2019-09-27T12:33:40.837Z] === RUN TestUpdateMemory [2019-09-27T12:33:40.837Z] --- SKIP: TestUpdateMemory (0.00s) [2019-09-27T12:33:40.837Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-09-27T12:33:40.837Z] === RUN TestUpdateCPUQuota [2019-09-27T12:33:41.354Z] 65014b3c3121: Verifying Checksum [2019-09-27T12:33:41.354Z] 65014b3c3121: Download complete [2019-09-27T12:33:41.400Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2019-09-27T12:33:42.769Z] --- PASS: TestUpdateCPUQuota (1.82s) [2019-09-27T12:33:42.769Z] === RUN TestUpdatePidsLimit [2019-09-27T12:33:42.769Z] === RUN TestUpdatePidsLimit/update_from_none [2019-09-27T12:33:42.842Z] Removing intermediate container 1f174ccae228 [2019-09-27T12:33:42.842Z] ---> 442fc6987aa7 [2019-09-27T12:33:42.842Z] Step 85/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T12:33:42.842Z] ---> a01bddfeb817 [2019-09-27T12:33:42.842Z] Step 86/126 : ENV INSTALL_BINARY_NAME=tini [2019-09-27T12:33:42.842Z] ---> Running in b71e1a6bf43e [2019-09-27T12:33:42.842Z] Removing intermediate container b71e1a6bf43e [2019-09-27T12:33:42.842Z] ---> 13b7643ef509 [2019-09-27T12:33:42.842Z] Step 87/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-27T12:33:43.026Z] === RUN TestUpdatePidsLimit/no_change [2019-09-27T12:33:43.125Z] ---> 99d2f7adc1ea [2019-09-27T12:33:43.125Z] Step 88/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-27T12:33:43.125Z] ---> Running in 50da618b5045 [2019-09-27T12:33:43.408Z] + RM_GOPATH=0 [2019-09-27T12:33:43.408Z] + TMP_GOPATH= [2019-09-27T12:33:43.408Z] + : /build [2019-09-27T12:33:43.408Z] + '[' -z '' ']' [2019-09-27T12:33:43.408Z] ++ mktemp -d [2019-09-27T12:33:43.408Z] + export GOPATH=/tmp/tmp.CR4Pp52Mv1 [2019-09-27T12:33:43.408Z] + GOPATH=/tmp/tmp.CR4Pp52Mv1 [2019-09-27T12:33:43.408Z] + RM_GOPATH=1 [2019-09-27T12:33:43.408Z] ++ dirname ./install.sh [2019-09-27T12:33:43.408Z] + dir=. [2019-09-27T12:33:43.408Z] + bin=tini [2019-09-27T12:33:43.408Z] + shift [2019-09-27T12:33:43.408Z] + '[' '!' -f ./tini.installer ']' [2019-09-27T12:33:43.408Z] + . ./tini.installer [2019-09-27T12:33:43.408Z] ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-27T12:33:43.408Z] + install_tini [2019-09-27T12:33:43.408Z] + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-09-27T12:33:43.408Z] + git clone https://github.com/krallin/tini.git /tmp/tmp.CR4Pp52Mv1/tini [2019-09-27T12:33:43.408Z] Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-27T12:33:43.408Z] Cloning into '/tmp/tmp.CR4Pp52Mv1/tini'... [2019-09-27T12:33:43.589Z] === RUN TestUpdatePidsLimit/update_lower [2019-09-27T12:33:43.589Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2019-09-27T12:33:43.691Z] + cd /tmp/tmp.CR4Pp52Mv1/tini [2019-09-27T12:33:43.691Z] + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-27T12:33:43.691Z] + cmake . [2019-09-27T12:33:43.974Z] -- The C compiler identification is GNU 6.3.0 [2019-09-27T12:33:43.974Z] -- Check for working C compiler: /usr/bin/cc [2019-09-27T12:33:43.974Z] -- Check for working C compiler: /usr/bin/cc -- works [2019-09-27T12:33:43.974Z] -- Detecting C compiler ABI info [2019-09-27T12:33:44.153Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2019-09-27T12:33:44.153Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-09-27T12:33:44.258Z] -- Detecting C compiler ABI info - done [2019-09-27T12:33:44.258Z] -- Detecting C compile features [2019-09-27T12:33:44.410Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-09-27T12:33:44.542Z] -- Detecting C compile features - done [2019-09-27T12:33:44.542Z] -- Performing Test HAS_BUILTIN_FORTIFY [2019-09-27T12:33:44.542Z] -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-09-27T12:33:44.824Z] -- Configuring done [2019-09-27T12:33:44.824Z] -- Generating done [2019-09-27T12:33:44.824Z] -- Build files have been written to: /tmp/tmp.CR4Pp52Mv1/tini [2019-09-27T12:33:44.824Z] + make tini-static [2019-09-27T12:33:44.824Z] Scanning dependencies of target tini-static [2019-09-27T12:33:44.824Z] [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-09-27T12:33:44.973Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2019-09-27T12:33:44.973Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-09-27T12:33:45.107Z] [100%] Linking C executable tini-static [2019-09-27T12:33:45.389Z] [100%] Built target tini-static [2019-09-27T12:33:45.389Z] + mkdir -p /build [2019-09-27T12:33:45.389Z] + cp tini-static /build/docker-init [2019-09-27T12:33:45.538Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-09-27T12:33:45.896Z] tests/integration/api_build_test.py ......................X [ 6%] [2019-09-27T12:33:45.896Z] tests/integration/api_client_test.py ..... [ 7%] [2019-09-27T12:33:46.008Z] Removing intermediate container 50da618b5045 [2019-09-27T12:33:46.008Z] ---> 6e6605118803 [2019-09-27T12:33:46.008Z] Step 89/126 : FROM dev-base AS rootlesskit [2019-09-27T12:33:46.008Z] ---> 91f2a0ce6c48 [2019-09-27T12:33:46.008Z] Step 90/126 : ENV INSTALL_BINARY_NAME=rootlesskit [2019-09-27T12:33:46.008Z] ---> Running in 15ac1b3fb7c2 [2019-09-27T12:33:46.008Z] Removing intermediate container 15ac1b3fb7c2 [2019-09-27T12:33:46.008Z] ---> 2128296af6d9 [2019-09-27T12:33:46.008Z] Step 91/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T12:33:46.008Z] ---> 890c4d46de3b [2019-09-27T12:33:46.008Z] Step 92/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-27T12:33:46.291Z] ---> 6327f34b7efd [2019-09-27T12:33:46.291Z] Step 93/126 : RUN PREFIX=/build/ ./install.sh $INSTALL_BINARY_NAME [2019-09-27T12:33:46.291Z] ---> Running in 7388193496b9 [2019-09-27T12:33:46.469Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2019-09-27T12:33:46.574Z] + RM_GOPATH=0 [2019-09-27T12:33:46.574Z] + TMP_GOPATH= [2019-09-27T12:33:46.574Z] + : /build/ [2019-09-27T12:33:46.574Z] + '[' -z '' ']' [2019-09-27T12:33:46.574Z] ++ mktemp -d [2019-09-27T12:33:46.574Z] + export GOPATH=/tmp/tmp.AtZchJO7SF [2019-09-27T12:33:46.574Z] + GOPATH=/tmp/tmp.AtZchJO7SF [2019-09-27T12:33:46.574Z] + RM_GOPATH=1 [2019-09-27T12:33:46.574Z] ++ dirname ./install.sh [2019-09-27T12:33:46.574Z] + dir=. [2019-09-27T12:33:46.574Z] + bin=rootlesskit [2019-09-27T12:33:46.574Z] + shift [2019-09-27T12:33:46.574Z] + '[' '!' -f ./rootlesskit.installer ']' [2019-09-27T12:33:46.574Z] + . ./rootlesskit.installer [2019-09-27T12:33:46.574Z] ++ ROOTLESSKIT_COMMIT=791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-27T12:33:46.574Z] + install_rootlesskit [2019-09-27T12:33:46.574Z] + case "$1" in [2019-09-27T12:33:46.574Z] + export CGO_ENABLED=0 [2019-09-27T12:33:46.574Z] + CGO_ENABLED=0 [2019-09-27T12:33:46.574Z] + _install_rootlesskit [2019-09-27T12:33:46.574Z] Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-27T12:33:46.574Z] + echo 'Install rootlesskit version 791ac8cb209a107505cd1ca5ddf23a49913e176c' [2019-09-27T12:33:46.574Z] + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.AtZchJO7SF/src/github.com/rootless-containers/rootlesskit [2019-09-27T12:33:46.574Z] Cloning into '/tmp/tmp.AtZchJO7SF/src/github.com/rootless-containers/rootlesskit'... [2019-09-27T12:33:47.401Z] --- PASS: TestUpdatePidsLimit (4.85s) [2019-09-27T12:33:47.401Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.49s) [2019-09-27T12:33:47.401Z] --- PASS: TestUpdatePidsLimit/no_change (0.53s) [2019-09-27T12:33:47.401Z] --- PASS: TestUpdatePidsLimit/update_lower (0.54s) [2019-09-27T12:33:47.401Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.42s) [2019-09-27T12:33:47.401Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.54s) [2019-09-27T12:33:47.401Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.49s) [2019-09-27T12:33:47.401Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.50s) [2019-09-27T12:33:47.402Z] === RUN TestUpdateRestartPolicy [2019-09-27T12:33:47.586Z] + cd /tmp/tmp.AtZchJO7SF/src/github.com/rootless-containers/rootlesskit [2019-09-27T12:33:47.586Z] + git checkout -q 791ac8cb209a107505cd1ca5ddf23a49913e176c [2019-09-27T12:33:47.586Z] + for f in rootlesskit rootlesskit-docker-proxy [2019-09-27T12:33:47.586Z] + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-09-27T12:33:48.332Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2019-09-27T12:33:48.336Z] tests/integration/api_config_test.py ..... [ 8%] [2019-09-27T12:33:49.261Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2019-09-27T12:33:50.631Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2019-09-27T12:33:54.803Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2019-09-27T12:33:55.733Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2019-09-27T12:33:57.101Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2019-09-27T12:33:58.032Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2019-09-27T12:33:58.596Z] === RUN TestDockerSuite/TestBuildCacheAdd [2019-09-27T12:33:59.160Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2019-09-27T12:34:00.091Z] === RUN TestDockerSuite/TestBuildCacheFrom [2019-09-27T12:34:00.161Z] + for f in rootlesskit rootlesskit-docker-proxy [2019-09-27T12:34:00.161Z] + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-09-27T12:34:01.462Z] --- PASS: TestUpdateRestartPolicy (13.89s) [2019-09-27T12:34:01.462Z] === RUN TestUpdateRestartWithAutoRemove [2019-09-27T12:34:02.198Z] Removing intermediate container 7388193496b9 [2019-09-27T12:34:02.198Z] ---> ae00186e0ec1 [2019-09-27T12:34:02.198Z] Step 94/126 : COPY ./contrib/dockerd-rootless.sh /build [2019-09-27T12:34:02.198Z] ---> fda9123f285f [2019-09-27T12:34:02.198Z] Step 95/126 : FROM runtime-dev AS dev [2019-09-27T12:34:02.198Z] ---> 7375933aa280 [2019-09-27T12:34:02.198Z] Step 96/126 : ARG DEBIAN_FRONTEND [2019-09-27T12:34:02.198Z] ---> Running in 219ce43442b5 [2019-09-27T12:34:02.394Z] --- PASS: TestUpdateRestartWithAutoRemove (0.96s) [2019-09-27T12:34:02.394Z] === RUN TestWaitNonBlocked [2019-09-27T12:34:02.394Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-27T12:34:02.394Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-27T12:34:02.394Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-27T12:34:02.394Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-27T12:34:02.394Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-27T12:34:02.394Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-27T12:34:02.394Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2019-09-27T12:34:02.481Z] Removing intermediate container 219ce43442b5 [2019-09-27T12:34:02.481Z] ---> 53e3d8dc4b7f [2019-09-27T12:34:02.481Z] Step 97/126 : RUN groupadd -r docker [2019-09-27T12:34:02.481Z] ---> Running in b4b6396652fb [2019-09-27T12:34:03.103Z] Removing intermediate container b4b6396652fb [2019-09-27T12:34:03.103Z] ---> 4afd0c93fcc8 [2019-09-27T12:34:03.103Z] Step 98/126 : RUN useradd --create-home --gid docker unprivilegeduser [2019-09-27T12:34:03.103Z] ---> Running in c9c58bcb8ac3 [2019-09-27T12:34:03.767Z] --- PASS: TestWaitNonBlocked (0.02s) [2019-09-27T12:34:03.767Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.18s) [2019-09-27T12:34:03.767Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.43s) [2019-09-27T12:34:03.767Z] === RUN TestWaitBlocked [2019-09-27T12:34:03.767Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-27T12:34:03.767Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-27T12:34:03.767Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-09-27T12:34:03.767Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-09-27T12:34:03.767Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-27T12:34:03.767Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-09-27T12:34:04.114Z] Removing intermediate container c9c58bcb8ac3 [2019-09-27T12:34:04.114Z] ---> 855514eaf39a [2019-09-27T12:34:04.114Z] Step 99/126 : RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2019-09-27T12:34:04.114Z] ---> Running in e34426858f67 [2019-09-27T12:34:04.397Z] '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-09-27T12:34:04.680Z] Removing intermediate container e34426858f67 [2019-09-27T12:34:04.680Z] ---> ed720bcf6e51 [2019-09-27T12:34:04.680Z] Step 100/126 : RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2019-09-27T12:34:04.680Z] ---> Running in 802e8f58d03c [2019-09-27T12:34:05.678Z] --- PASS: TestWaitBlocked (0.02s) [2019-09-27T12:34:05.678Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.38s) [2019-09-27T12:34:05.678Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.77s) [2019-09-27T12:34:05.678Z] === CONT TestContainerStartOnDaemonRestart [2019-09-27T12:34:05.678Z] === CONT TestIpcModeOlderClient [2019-09-27T12:34:05.678Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2019-09-27T12:34:05.678Z] --- PASS: TestIpcModeOlderClient (0.18s) [2019-09-27T12:34:05.678Z] === CONT TestDaemonRestartIpcMode [2019-09-27T12:34:05.696Z] Removing intermediate container 802e8f58d03c [2019-09-27T12:34:05.696Z] ---> 7fe0446c9afd [2019-09-27T12:34:05.696Z] Step 101/126 : RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2019-09-27T12:34:05.696Z] ---> Running in ab3938bbdde1 [2019-09-27T12:34:06.313Z] Removing intermediate container ab3938bbdde1 [2019-09-27T12:34:06.314Z] ---> 01d5e9b96aa9 [2019-09-27T12:34:06.314Z] Step 102/126 : RUN ldconfig [2019-09-27T12:34:06.314Z] ---> Running in 2fb3df16732c [2019-09-27T12:34:06.610Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2019-09-27T12:34:06.932Z] Removing intermediate container 2fb3df16732c [2019-09-27T12:34:06.932Z] ---> f6a216f48a01 [2019-09-27T12:34:06.932Z] 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-27T12:34:06.932Z] ---> Running in 5f95708f8ae2 [2019-09-27T12:34:07.561Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-27T12:34:07.561Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-27T12:34:07.561Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-27T12:34:07.561Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-27T12:34:07.561Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2365 B] [2019-09-27T12:34:07.846Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [478 kB] [2019-09-27T12:34:08.130Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-09-27T12:34:08.130Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6906 kB] [2019-09-27T12:34:08.507Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2019-09-27T12:34:09.071Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2019-09-27T12:34:09.328Z] --- PASS: TestContainerStartOnDaemonRestart (3.88s) [2019-09-27T12:34:09.328Z] daemon_linux_test.go:35: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart" [2019-09-27T12:34:09.586Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2019-09-27T12:34:10.153Z] Fetched 7717 kB in 2s (3078 kB/s) [2019-09-27T12:34:10.516Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2019-09-27T12:34:10.516Z] --- PASS: TestDaemonRestartIpcMode (4.85s) [2019-09-27T12:34:10.516Z] daemon_linux_test.go:89: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode" [2019-09-27T12:34:10.516Z] PASS [2019-09-27T12:34:10.516Z] [2019-09-27T12:34:10.516Z] === Skipped [2019-09-27T12:34:10.516Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2019-09-27T12:34:10.516Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-27T12:34:10.516Z] [2019-09-27T12:34:10.516Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2019-09-27T12:34:10.516Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-27T12:34:10.516Z] [2019-09-27T12:34:10.516Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2019-09-27T12:34:10.516Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-27T12:34:10.516Z] [2019-09-27T12:34:10.516Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-09-27T12:34:10.516Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-27T12:34:10.516Z] [2019-09-27T12:34:10.516Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2019-09-27T12:34:10.516Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-27T12:34:10.516Z] [2019-09-27T12:34:10.516Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2019-09-27T12:34:10.516Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-09-27T12:34:10.516Z] [2019-09-27T12:34:10.516Z] [2019-09-27T12:34:10.516Z] DONE 197 tests, 6 skipped in 155.455s [2019-09-27T12:34:10.516Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2019-09-27T12:34:10.516Z] ++ 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-27T12:34:10.516Z] ++ set -e [2019-09-27T12:34:10.516Z] ++ '[' -n 0 ']' [2019-09-27T12:34:10.516Z] ++ set -x [2019-09-27T12:34:10.516Z] ++ env -i DEST=/go/src/github.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-27T12:34:10.516Z] INFO: Testing against a local daemon [2019-09-27T12:34:10.516Z] === RUN TestCommitInheritsEnv [2019-09-27T12:34:11.080Z] --- PASS: TestCommitInheritsEnv (0.45s) [2019-09-27T12:34:11.080Z] === RUN TestImportExtremelyLargeImageWorks [2019-09-27T12:34:11.080Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-09-27T12:34:11.080Z] === RUN TestImagesFilterMultiReference [2019-09-27T12:34:11.080Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2019-09-27T12:34:11.080Z] === RUN TestImagePullPlatformInvalid [2019-09-27T12:34:11.080Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2019-09-27T12:34:11.080Z] === RUN TestRemoveImageOrphaning [2019-09-27T12:34:11.160Z] Reading package lists... [2019-09-27T12:34:11.644Z] --- PASS: TestRemoveImageOrphaning (0.57s) [2019-09-27T12:34:11.644Z] === RUN TestRemoveImageGarbageCollector [2019-09-27T12:34:12.169Z] Reading package lists... [2019-09-27T12:34:12.452Z] Building dependency tree... [2019-09-27T12:34:12.452Z] Reading state information... [2019-09-27T12:34:12.735Z] The following additional packages will be installed: [2019-09-27T12:34:12.735Z] binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-09-27T12:34:12.735Z] dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-09-27T12:34:12.735Z] libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-09-27T12:34:12.735Z] libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-09-27T12:34:12.735Z] libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-09-27T12:34:12.735Z] libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-09-27T12:34:12.735Z] libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-09-27T12:34:12.735Z] mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-09-27T12:34:12.735Z] python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-09-27T12:34:12.735Z] Suggested packages: [2019-09-27T12:34:12.735Z] apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-09-27T12:34:12.735Z] gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-09-27T12:34:12.735Z] python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-09-27T12:34:12.735Z] vim-doc vim-scripts xfsdump acl attr quota [2019-09-27T12:34:12.735Z] Recommended packages: [2019-09-27T12:34:12.735Z] aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-09-27T12:34:12.735Z] python3-keyrings.alt python3-xdg unzip [2019-09-27T12:34:13.539Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2019-09-27T12:34:13.750Z] The following NEW packages will be installed: [2019-09-27T12:34:13.750Z] apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-09-27T12:34:13.750Z] binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-09-27T12:34:13.750Z] bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-09-27T12:34:13.750Z] gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-09-27T12:34:13.750Z] libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-09-27T12:34:13.750Z] libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-09-27T12:34:13.750Z] libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-09-27T12:34:13.750Z] libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-09-27T12:34:13.750Z] libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-09-27T12:34:13.750Z] libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-09-27T12:34:13.750Z] mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-09-27T12:34:13.750Z] python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-09-27T12:34:13.750Z] python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-09-27T12:34:13.750Z] xfsprogs xxd xz-utils zip [2019-09-27T12:34:13.750Z] 0 upgraded, 69 newly installed, 0 to remove and 3 not upgraded. [2019-09-27T12:34:13.750Z] Need to get 87.3 MB of archives. [2019-09-27T12:34:13.750Z] After this operation, 585 MB of additional disk space will be used. [2019-09-27T12:34:13.750Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el bash-completion all 1:2.1-4.3 [178 kB] [2019-09-27T12:34:13.750Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3 [57.6 kB] [2019-09-27T12:34:13.750Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnfnetlink0 ppc64el 1.0.1-3 [12.8 kB] [2019-09-27T12:34:13.750Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-3 [152 kB] [2019-09-27T12:34:13.750Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libudev-dev ppc64el 232-25+deb9u12 [92.5 kB] [2019-09-27T12:34:13.750Z] 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-27T12:34:13.750Z] 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-27T12:34:13.796Z] --- PASS: TestRemoveImageGarbageCollector (2.13s) [2019-09-27T12:34:13.796Z] remove_unix_test.go:40: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRemoveImageGarbageCollector" [2019-09-27T12:34:13.796Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-09-27T12:34:13.796Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2019-09-27T12:34:13.796Z] === RUN TestTagInvalidReference [2019-09-27T12:34:13.796Z] --- PASS: TestTagInvalidReference (0.02s) [2019-09-27T12:34:13.796Z] === RUN TestTagValidPrefixedRepo [2019-09-27T12:34:14.032Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-minimal ppc64el 3.5.3-1 [35.3 kB] [2019-09-27T12:34:14.032Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libmpdec2 ppc64el 2.4.2-1 [81.9 kB] [2019-09-27T12:34:14.032Z] 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-27T12:34:14.032Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3.5 ppc64el 3.5.3-1+deb9u1 [229 kB] [2019-09-27T12:34:14.032Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3-stdlib ppc64el 3.5.3-1 [18.6 kB] [2019-09-27T12:34:14.032Z] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el dh-python all 2.20170125 [86.8 kB] [2019-09-27T12:34:14.032Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3 ppc64el 3.5.3-1 [21.6 kB] [2019-09-27T12:34:14.032Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el pigz ppc64el 2.3.4-1 [49.4 kB] [2019-09-27T12:34:14.054Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2019-09-27T12:34:14.054Z] === RUN TestTagExistedNameWithoutForce [2019-09-27T12:34:14.054Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2019-09-27T12:34:14.054Z] === RUN TestTagOfficialNames [2019-09-27T12:34:14.054Z] --- PASS: TestTagOfficialNames (0.05s) [2019-09-27T12:34:14.054Z] === RUN TestTagMatchesDigest [2019-09-27T12:34:14.054Z] --- PASS: TestTagMatchesDigest (0.01s) [2019-09-27T12:34:14.054Z] === CONT TestImportExtremelyLargeImageWorks [2019-09-27T12:34:14.315Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libip4tc0 ppc64el 1.6.0+snapshot20161117-6 [67.6 kB] [2019-09-27T12:34:14.315Z] Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libip6tc0 ppc64el 1.6.0+snapshot20161117-6 [67.9 kB] [2019-09-27T12:34:14.315Z] Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libiptc0 ppc64el 1.6.0+snapshot20161117-6 [57.8 kB] [2019-09-27T12:34:14.315Z] Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libxtables12 ppc64el 1.6.0+snapshot20161117-6 [74.7 kB] [2019-09-27T12:34:14.315Z] Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.6-2 [34.7 kB] [2019-09-27T12:34:14.315Z] Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el iptables ppc64el 1.6.0+snapshot20161117-6 [278 kB] [2019-09-27T12:34:14.315Z] Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xxd ppc64el 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-27T12:34:14.315Z] 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-27T12:34:14.315Z] Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el bzip2 ppc64el 1.0.6-8.1 [46.3 kB] [2019-09-27T12:34:14.315Z] 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-27T12:34:14.315Z] 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-27T12:34:14.315Z] Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el aufs-tools ppc64el 1:4.1+20161219-1 [102 kB] [2019-09-27T12:34:14.315Z] 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-27T12:34:14.315Z] Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-progs ppc64el 4.7.3-1 [520 kB] [2019-09-27T12:34:14.315Z] Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-tools ppc64el 4.7.3-1 [16.9 kB] [2019-09-27T12:34:14.315Z] 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-27T12:34:14.315Z] Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el dmsetup ppc64el 2:1.02.137-2 [102 kB] [2019-09-27T12:34:14.315Z] Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libonig4 ppc64el 6.1.3-2 [140 kB] [2019-09-27T12:34:14.315Z] Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjq1 ppc64el 1.5+dfsg-1.3 [111 kB] [2019-09-27T12:34:14.315Z] Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el jq ppc64el 1.5+dfsg-1.3 [58.9 kB] [2019-09-27T12:34:14.606Z] Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libaio1 ppc64el 0.3.110-3 [9514 B] [2019-09-27T12:34:14.606Z] Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libcap2-bin ppc64el 1:2.25-1 [27.2 kB] [2019-09-27T12:34:14.606Z] 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-27T12:34:14.606Z] Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libsepol1-dev ppc64el 2.6-2 [294 kB] [2019-09-27T12:34:14.606Z] Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre16-3 ppc64el 2:8.39-3 [239 kB] [2019-09-27T12:34:14.606Z] Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre32-3 ppc64el 2:8.39-3 [232 kB] [2019-09-27T12:34:14.606Z] Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre3-dev ppc64el 2:8.39-3 [586 kB] [2019-09-27T12:34:14.606Z] Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libselinux1-dev ppc64el 2.6-3+b3 [183 kB] [2019-09-27T12:34:14.606Z] 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-27T12:34:14.606Z] 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-27T12:34:14.606Z] Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c1 ppc64el 1.2.1-2 [24.6 kB] [2019-09-27T12:34:14.606Z] Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b1 [111 kB] [2019-09-27T12:34:14.606Z] Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libsystemd-dev ppc64el 232-25+deb9u12 [1717 kB] [2019-09-27T12:34:14.606Z] Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el net-tools ppc64el 1.60+git20161116.90da8a0-1 [235 kB] [2019-09-27T12:34:14.606Z] 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-27T12:34:14.606Z] Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-09-27T12:34:14.606Z] Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-pkg-resources all 33.1.1-1 [137 kB] [2019-09-27T12:34:14.606Z] Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-setuptools all 33.1.1-1 [215 kB] [2019-09-27T12:34:14.606Z] Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-wheel all 0.29.0-2 [51.8 kB] [2019-09-27T12:34:14.606Z] 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-27T12:34:14.606Z] 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-27T12:34:14.893Z] Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el vim ppc64el 2:8.0.0197-4+deb9u3 [914 kB] [2019-09-27T12:34:14.893Z] Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xfsprogs ppc64el 4.9.0+nmu1 [729 kB] [2019-09-27T12:34:14.893Z] Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2019-09-27T12:34:14.893Z] 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-27T12:34:14.893Z] Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el apparmor ppc64el 2.11.0-3+deb9u2 [527 kB] [2019-09-27T12:34:14.893Z] 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-27T12:34:14.893Z] 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-27T12:34:14.893Z] 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-27T12:34:14.893Z] Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el mingw-w64-common all 5.0.1-1 [4764 kB] [2019-09-27T12:34:15.181Z] 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-27T12:34:15.181Z] 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-27T12:34:15.424Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2019-09-27T12:34:15.466Z] 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-27T12:34:16.201Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-09-27T12:34:16.201Z] [2019-09-27T12:34:16.201Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-27T12:34:16.201Z] PKG_CONFIG=pkg-config [2019-09-27T12:34:16.201Z] GOLANG_VERSION=1.13 [2019-09-27T12:34:16.201Z] HOSTNAME=60dddcc03250 [2019-09-27T12:34:16.201Z] DOCKER_EXPERIMENTAL=1 [2019-09-27T12:34:16.201Z] container=docker [2019-09-27T12:34:16.201Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-09-27T12:34:16.201Z] GO111MODULE=off [2019-09-27T12:34:16.201Z] GOPATH=/go [2019-09-27T12:34:16.201Z] PWD=/go/src/github.com/docker/docker [2019-09-27T12:34:16.201Z] HOME=/root [2019-09-27T12:34:16.201Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-27T12:34:16.201Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-27T12:34:16.201Z] DOCKER_GITCOMMIT=b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c [2019-09-27T12:34:16.201Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-27T12:34:16.201Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-27T12:34:16.201Z] TERM=xterm [2019-09-27T12:34:16.201Z] DEST=bundles/test-integration [2019-09-27T12:34:16.201Z] SHLVL=1 [2019-09-27T12:34:16.201Z] TIMEOUT=120m [2019-09-27T12:34:16.201Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-27T12:34:16.201Z] DOCKER_PKG=github.com/docker/docker [2019-09-27T12:34:16.201Z] TESTDEBUG=0 [2019-09-27T12:34:16.201Z] _=/usr/bin/env [2019-09-27T12:34:16.201Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-09-27T12:34:16.481Z] 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-27T12:34:17.099Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-27T12:34:17.099Z] Fetched 87.3 MB in 2s (29.2 MB/s) [2019-09-27T12:34:17.099Z] Selecting previously unselected package bash-completion. [2019-09-27T12:34:17.099Z] (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-27T12:34:17.099Z] Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-09-27T12:34:17.320Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2019-09-27T12:34:18.108Z] Unpacking bash-completion (1:2.1-4.3) ... [2019-09-27T12:34:18.108Z] Selecting previously unselected package libnet1:ppc64el. [2019-09-27T12:34:18.108Z] Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_ppc64el.deb ... [2019-09-27T12:34:18.392Z] Unpacking libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-09-27T12:34:18.392Z] Selecting previously unselected package libnfnetlink0:ppc64el. [2019-09-27T12:34:18.392Z] Preparing to unpack .../02-libnfnetlink0_1.0.1-3_ppc64el.deb ... [2019-09-27T12:34:18.392Z] Unpacking libnfnetlink0:ppc64el (1.0.1-3) ... [2019-09-27T12:34:18.392Z] Selecting previously unselected package libpcrecpp0v5:ppc64el. [2019-09-27T12:34:18.392Z] Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_ppc64el.deb ... [2019-09-27T12:34:18.392Z] Unpacking libpcrecpp0v5:ppc64el (2:8.39-3) ... [2019-09-27T12:34:18.392Z] Selecting previously unselected package libudev-dev:ppc64el. [2019-09-27T12:34:18.392Z] Preparing to unpack .../04-libudev-dev_232-25+deb9u12_ppc64el.deb ... [2019-09-27T12:34:18.392Z] Unpacking libudev-dev:ppc64el (232-25+deb9u12) ... [2019-09-27T12:34:18.392Z] Selecting previously unselected package libpython3.5-minimal:ppc64el. [2019-09-27T12:34:18.392Z] Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_ppc64el.deb ... [2019-09-27T12:34:18.392Z] Unpacking libpython3.5-minimal:ppc64el (3.5.3-1+deb9u1) ... [2019-09-27T12:34:18.392Z] Selecting previously unselected package python3.5-minimal. [2019-09-27T12:34:18.392Z] Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_ppc64el.deb ... [2019-09-27T12:34:18.676Z] Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-27T12:34:18.676Z] Selecting previously unselected package python3-minimal. [2019-09-27T12:34:18.676Z] Preparing to unpack .../07-python3-minimal_3.5.3-1_ppc64el.deb ... [2019-09-27T12:34:18.676Z] Unpacking python3-minimal (3.5.3-1) ... [2019-09-27T12:34:18.962Z] Selecting previously unselected package libmpdec2:ppc64el. [2019-09-27T12:34:18.962Z] Preparing to unpack .../08-libmpdec2_2.4.2-1_ppc64el.deb ... [2019-09-27T12:34:18.962Z] Unpacking libmpdec2:ppc64el (2.4.2-1) ... [2019-09-27T12:34:18.962Z] Selecting previously unselected package libpython3.5-stdlib:ppc64el. [2019-09-27T12:34:18.962Z] Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_ppc64el.deb ... [2019-09-27T12:34:18.962Z] Unpacking libpython3.5-stdlib:ppc64el (3.5.3-1+deb9u1) ... [2019-09-27T12:34:19.217Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2019-09-27T12:34:19.246Z] Selecting previously unselected package python3.5. [2019-09-27T12:34:19.246Z] Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_ppc64el.deb ... [2019-09-27T12:34:19.246Z] Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-09-27T12:34:19.246Z] Selecting previously unselected package libpython3-stdlib:ppc64el. [2019-09-27T12:34:19.246Z] Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_ppc64el.deb ... [2019-09-27T12:34:19.246Z] Unpacking libpython3-stdlib:ppc64el (3.5.3-1) ... [2019-09-27T12:34:19.246Z] Selecting previously unselected package dh-python. [2019-09-27T12:34:19.246Z] Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-09-27T12:34:19.246Z] Unpacking dh-python (2.20170125) ... [2019-09-27T12:34:19.246Z] Setting up libpython3.5-minimal:ppc64el (3.5.3-1+deb9u1) ... [2019-09-27T12:34:19.246Z] Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-27T12:34:20.147Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2019-09-27T12:34:20.254Z] Setting up python3-minimal (3.5.3-1) ... [2019-09-27T12:34:20.538Z] Selecting previously unselected package python3. [2019-09-27T12:34:20.538Z] (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-27T12:34:20.538Z] Preparing to unpack .../00-python3_3.5.3-1_ppc64el.deb ... [2019-09-27T12:34:20.538Z] Unpacking python3 (3.5.3-1) ... [2019-09-27T12:34:20.538Z] Selecting previously unselected package pigz. [2019-09-27T12:34:20.538Z] Preparing to unpack .../01-pigz_2.3.4-1_ppc64el.deb ... [2019-09-27T12:34:20.538Z] Unpacking pigz (2.3.4-1) ... [2019-09-27T12:34:20.828Z] Selecting previously unselected package libip4tc0:ppc64el. [2019-09-27T12:34:20.828Z] Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-09-27T12:34:20.828Z] Unpacking libip4tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-27T12:34:20.828Z] Selecting previously unselected package libip6tc0:ppc64el. [2019-09-27T12:34:20.828Z] Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-09-27T12:34:20.828Z] Unpacking libip6tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-27T12:34:20.828Z] Selecting previously unselected package libiptc0:ppc64el. [2019-09-27T12:34:20.828Z] Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-09-27T12:34:20.828Z] Unpacking libiptc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-27T12:34:20.828Z] Selecting previously unselected package libxtables12:ppc64el. [2019-09-27T12:34:20.828Z] Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-09-27T12:34:20.828Z] Unpacking libxtables12:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-27T12:34:20.828Z] Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2019-09-27T12:34:20.828Z] Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_ppc64el.deb ... [2019-09-27T12:34:20.828Z] Unpacking libnetfilter-conntrack3:ppc64el (1.0.6-2) ... [2019-09-27T12:34:20.828Z] Selecting previously unselected package iptables. [2019-09-27T12:34:20.828Z] Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-09-27T12:34:20.828Z] Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-09-27T12:34:21.077Z] === RUN TestDockerSuite/TestBuildClearCmd [2019-09-27T12:34:21.111Z] Selecting previously unselected package xxd. [2019-09-27T12:34:21.111Z] Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-09-27T12:34:21.111Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-27T12:34:21.111Z] Selecting previously unselected package vim-common. [2019-09-27T12:34:21.111Z] Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-27T12:34:21.111Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-27T12:34:21.111Z] Selecting previously unselected package bzip2. [2019-09-27T12:34:21.111Z] Preparing to unpack .../10-bzip2_1.0.6-8.1_ppc64el.deb ... [2019-09-27T12:34:21.111Z] Unpacking bzip2 (1.0.6-8.1) ... [2019-09-27T12:34:21.111Z] Selecting previously unselected package libgpm2:ppc64el. [2019-09-27T12:34:21.111Z] Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_ppc64el.deb ... [2019-09-27T12:34:21.111Z] Unpacking libgpm2:ppc64el (1.20.4-6.2+b1) ... [2019-09-27T12:34:21.111Z] Selecting previously unselected package xz-utils. [2019-09-27T12:34:21.111Z] Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_ppc64el.deb ... [2019-09-27T12:34:21.111Z] Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-09-27T12:34:21.111Z] Selecting previously unselected package aufs-tools. [2019-09-27T12:34:21.111Z] Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_ppc64el.deb ... [2019-09-27T12:34:21.111Z] Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-09-27T12:34:21.111Z] Selecting previously unselected package liblzo2-2:ppc64el. [2019-09-27T12:34:21.111Z] Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-09-27T12:34:21.111Z] Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-09-27T12:34:21.111Z] Selecting previously unselected package btrfs-progs. [2019-09-27T12:34:21.111Z] Preparing to unpack .../15-btrfs-progs_4.7.3-1_ppc64el.deb ... [2019-09-27T12:34:21.111Z] Unpacking btrfs-progs (4.7.3-1) ... [2019-09-27T12:34:21.394Z] Selecting previously unselected package btrfs-tools. [2019-09-27T12:34:21.394Z] Preparing to unpack .../16-btrfs-tools_4.7.3-1_ppc64el.deb ... [2019-09-27T12:34:21.394Z] Unpacking btrfs-tools (4.7.3-1) ... [2019-09-27T12:34:21.394Z] Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2019-09-27T12:34:21.394Z] Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_ppc64el.deb ... [2019-09-27T12:34:21.394Z] Unpacking libdevmapper1.02.1:ppc64el (2:1.02.137-2) ... [2019-09-27T12:34:21.394Z] Selecting previously unselected package dmsetup. [2019-09-27T12:34:21.394Z] Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_ppc64el.deb ... [2019-09-27T12:34:21.394Z] Unpacking dmsetup (2:1.02.137-2) ... [2019-09-27T12:34:21.394Z] Selecting previously unselected package libonig4:ppc64el. [2019-09-27T12:34:21.394Z] Preparing to unpack .../19-libonig4_6.1.3-2_ppc64el.deb ... [2019-09-27T12:34:21.394Z] Unpacking libonig4:ppc64el (6.1.3-2) ... [2019-09-27T12:34:21.394Z] Selecting previously unselected package libjq1:ppc64el. [2019-09-27T12:34:21.394Z] Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_ppc64el.deb ... [2019-09-27T12:34:21.394Z] Unpacking libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-09-27T12:34:21.642Z] === RUN TestDockerSuite/TestBuildCmd [2019-09-27T12:34:21.678Z] Selecting previously unselected package jq. [2019-09-27T12:34:21.678Z] Preparing to unpack .../21-jq_1.5+dfsg-1.3_ppc64el.deb ... [2019-09-27T12:34:21.678Z] Unpacking jq (1.5+dfsg-1.3) ... [2019-09-27T12:34:21.678Z] Selecting previously unselected package libaio1:ppc64el. [2019-09-27T12:34:21.678Z] Preparing to unpack .../22-libaio1_0.3.110-3_ppc64el.deb ... [2019-09-27T12:34:21.678Z] Unpacking libaio1:ppc64el (0.3.110-3) ... [2019-09-27T12:34:21.678Z] Selecting previously unselected package libcap2-bin. [2019-09-27T12:34:21.678Z] Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_ppc64el.deb ... [2019-09-27T12:34:21.678Z] Unpacking libcap2-bin (1:2.25-1) ... [2019-09-27T12:34:21.678Z] Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2019-09-27T12:34:21.678Z] Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_ppc64el.deb ... [2019-09-27T12:34:21.678Z] Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.137-2) ... [2019-09-27T12:34:21.678Z] Selecting previously unselected package libsepol1-dev:ppc64el. [2019-09-27T12:34:21.678Z] Preparing to unpack .../25-libsepol1-dev_2.6-2_ppc64el.deb ... [2019-09-27T12:34:21.678Z] Unpacking libsepol1-dev:ppc64el (2.6-2) ... [2019-09-27T12:34:21.678Z] Selecting previously unselected package libpcre16-3:ppc64el. [2019-09-27T12:34:21.678Z] Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_ppc64el.deb ... [2019-09-27T12:34:21.678Z] Unpacking libpcre16-3:ppc64el (2:8.39-3) ... [2019-09-27T12:34:21.678Z] Selecting previously unselected package libpcre32-3:ppc64el. [2019-09-27T12:34:21.678Z] Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_ppc64el.deb ... [2019-09-27T12:34:21.678Z] Unpacking libpcre32-3:ppc64el (2:8.39-3) ... [2019-09-27T12:34:21.962Z] Selecting previously unselected package libpcre3-dev:ppc64el. [2019-09-27T12:34:21.962Z] Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_ppc64el.deb ... [2019-09-27T12:34:21.962Z] Unpacking libpcre3-dev:ppc64el (2:8.39-3) ... [2019-09-27T12:34:21.962Z] Selecting previously unselected package libselinux1-dev:ppc64el. [2019-09-27T12:34:21.962Z] Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_ppc64el.deb ... [2019-09-27T12:34:21.962Z] Unpacking libselinux1-dev:ppc64el (2.6-3+b3) ... [2019-09-27T12:34:21.962Z] Selecting previously unselected package libdevmapper-dev:ppc64el. [2019-09-27T12:34:21.962Z] Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_ppc64el.deb ... [2019-09-27T12:34:21.962Z] Unpacking libdevmapper-dev:ppc64el (2:1.02.137-2) ... [2019-09-27T12:34:21.962Z] Selecting previously unselected package libnl-3-200:ppc64el. [2019-09-27T12:34:21.962Z] Preparing to unpack .../31-libnl-3-200_3.2.27-2_ppc64el.deb ... [2019-09-27T12:34:21.962Z] Unpacking libnl-3-200:ppc64el (3.2.27-2) ... [2019-09-27T12:34:22.208Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2019-09-27T12:34:22.245Z] Selecting previously unselected package libprotobuf-c1:ppc64el. [2019-09-27T12:34:22.245Z] Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_ppc64el.deb ... [2019-09-27T12:34:22.245Z] Unpacking libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-09-27T12:34:22.245Z] Selecting previously unselected package libreadline5:ppc64el. [2019-09-27T12:34:22.245Z] Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_ppc64el.deb ... [2019-09-27T12:34:22.245Z] Unpacking libreadline5:ppc64el (5.2+dfsg-3+b1) ... [2019-09-27T12:34:22.245Z] Selecting previously unselected package libsystemd-dev:ppc64el. [2019-09-27T12:34:22.245Z] Preparing to unpack .../34-libsystemd-dev_232-25+deb9u12_ppc64el.deb ... [2019-09-27T12:34:22.245Z] Unpacking libsystemd-dev:ppc64el (232-25+deb9u12) ... [2019-09-27T12:34:22.530Z] Selecting previously unselected package net-tools. [2019-09-27T12:34:22.530Z] Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_ppc64el.deb ... [2019-09-27T12:34:22.530Z] Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-27T12:34:22.530Z] Selecting previously unselected package python-pip-whl. [2019-09-27T12:34:22.772Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2019-09-27T12:34:22.815Z] Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-09-27T12:34:22.815Z] Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-27T12:34:22.815Z] Selecting previously unselected package python3-pip. [2019-09-27T12:34:22.815Z] Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-09-27T12:34:22.815Z] Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-09-27T12:34:22.815Z] Selecting previously unselected package python3-pkg-resources. [2019-09-27T12:34:22.815Z] Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-09-27T12:34:22.815Z] Unpacking python3-pkg-resources (33.1.1-1) ... [2019-09-27T12:34:22.815Z] Selecting previously unselected package python3-setuptools. [2019-09-27T12:34:22.815Z] Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-09-27T12:34:22.815Z] Unpacking python3-setuptools (33.1.1-1) ... [2019-09-27T12:34:23.030Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2019-09-27T12:34:23.030Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2019-09-27T12:34:23.100Z] Selecting previously unselected package python3-wheel. [2019-09-27T12:34:23.100Z] Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-09-27T12:34:23.100Z] Unpacking python3-wheel (0.29.0-2) ... [2019-09-27T12:34:23.100Z] Selecting previously unselected package thin-provisioning-tools. [2019-09-27T12:34:23.100Z] Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_ppc64el.deb ... [2019-09-27T12:34:23.100Z] Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-27T12:34:23.100Z] Selecting previously unselected package vim-runtime. [2019-09-27T12:34:23.100Z] Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-27T12:34:23.100Z] 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-27T12:34:23.100Z] Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-09-27T12:34:23.100Z] Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-27T12:34:24.122Z] Selecting previously unselected package vim. [2019-09-27T12:34:24.122Z] Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-09-27T12:34:24.122Z] Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-09-27T12:34:24.405Z] Selecting previously unselected package xfsprogs. [2019-09-27T12:34:24.405Z] Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_ppc64el.deb ... [2019-09-27T12:34:24.405Z] Unpacking xfsprogs (4.9.0+nmu1) ... [2019-09-27T12:34:24.405Z] Selecting previously unselected package zip. [2019-09-27T12:34:24.405Z] Preparing to unpack .../45-zip_3.0-11+b1_ppc64el.deb ... [2019-09-27T12:34:24.405Z] Unpacking zip (3.0-11+b1) ... [2019-09-27T12:34:24.405Z] Selecting previously unselected package libapparmor-perl. [2019-09-27T12:34:24.405Z] Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_ppc64el.deb ... [2019-09-27T12:34:24.405Z] Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-27T12:34:24.689Z] Selecting previously unselected package apparmor. [2019-09-27T12:34:24.689Z] Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_ppc64el.deb ... [2019-09-27T12:34:24.689Z] Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-09-27T12:34:24.689Z] Selecting previously unselected package binutils-mingw-w64-i686. [2019-09-27T12:34:24.689Z] Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_ppc64el.deb ... [2019-09-27T12:34:24.689Z] Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-27T12:34:24.925Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2019-09-27T12:34:24.973Z] Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-09-27T12:34:24.973Z] Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_ppc64el.deb ... [2019-09-27T12:34:24.973Z] Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-27T12:34:25.489Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2019-09-27T12:34:25.590Z] Selecting previously unselected package binutils-mingw-w64. [2019-09-27T12:34:25.590Z] Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-09-27T12:34:25.590Z] Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-27T12:34:25.590Z] Selecting previously unselected package mingw-w64-common. [2019-09-27T12:34:25.590Z] Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-09-27T12:34:25.590Z] Unpacking mingw-w64-common (5.0.1-1) ... [2019-09-27T12:34:26.421Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2019-09-27T12:34:26.621Z] Selecting previously unselected package mingw-w64-x86-64-dev. [2019-09-27T12:34:26.621Z] Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-09-27T12:34:26.621Z] Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-27T12:34:26.986Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2019-09-27T12:34:27.553Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2019-09-27T12:34:27.766Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2019-09-27T12:34:28.118Z] Selecting previously unselected package gcc-mingw-w64-base. [2019-09-27T12:34:28.118Z] Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-09-27T12:34:28.118Z] Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-27T12:34:28.118Z] Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-09-27T12:34:28.118Z] Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-09-27T12:34:28.118Z] Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-27T12:34:32.503Z] Selecting previously unselected package g++-mingw-w64-x86-64. [2019-09-27T12:34:32.503Z] Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-09-27T12:34:32.503Z] Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-27T12:34:32.823Z] === RUN TestDockerSuite/TestBuildConditionalCache [2019-09-27T12:34:32.823Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2019-09-27T12:34:33.755Z] === RUN TestDockerSuite/TestBuildContChar [2019-09-27T12:34:33.755Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2019-09-27T12:34:34.319Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2019-09-27T12:34:34.887Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2019-09-27T12:34:35.975Z] Setting up aufs-tools (1:4.1+20161219-1) ... [2019-09-27T12:34:35.975Z] Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-27T12:34:35.975Z] Setting up libsepol1-dev:ppc64el (2.6-2) ... [2019-09-27T12:34:35.975Z] Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-27T12:34:35.975Z] Setting up libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-09-27T12:34:35.975Z] Setting up libip4tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-27T12:34:35.975Z] Processing triggers for mime-support (3.60) ... [2019-09-27T12:34:35.975Z] Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-27T12:34:35.975Z] Setting up libgpm2:ppc64el (1.20.4-6.2+b1) ... [2019-09-27T12:34:35.975Z] Setting up libcap2-bin (1:2.25-1) ... [2019-09-27T12:34:35.975Z] Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-27T12:34:35.975Z] Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-27T12:34:35.975Z] Setting up bash-completion (1:2.1-4.3) ... [2019-09-27T12:34:36.199Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-09-27T12:34:37.456Z] Setting up libonig4:ppc64el (6.1.3-2) ... [2019-09-27T12:34:37.456Z] Setting up libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-09-27T12:34:37.456Z] Setting up zip (3.0-11+b1) ... [2019-09-27T12:34:37.456Z] Setting up bzip2 (1.0.6-8.1) ... [2019-09-27T12:34:37.456Z] Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-27T12:34:37.456Z] Setting up libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-09-27T12:34:37.456Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T12:34:37.456Z] Setting up libaio1:ppc64el (0.3.110-3) ... [2019-09-27T12:34:37.456Z] Setting up libxtables12:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-27T12:34:37.456Z] Setting up xz-utils (5.2.2-1.2+b1) ... [2019-09-27T12:34:37.456Z] update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-09-27T12:34:37.456Z] Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-27T12:34:37.456Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-27T12:34:37.456Z] Setting up libpcrecpp0v5:ppc64el (2:8.39-3) ... [2019-09-27T12:34:37.456Z] Setting up libpcre32-3:ppc64el (2:8.39-3) ... [2019-09-27T12:34:37.456Z] Setting up libnfnetlink0:ppc64el (1.0.1-3) ... [2019-09-27T12:34:37.456Z] Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-27T12:34:37.456Z] Setting up libsystemd-dev:ppc64el (232-25+deb9u12) ... [2019-09-27T12:34:37.456Z] Setting up libpcre16-3:ppc64el (2:8.39-3) ... [2019-09-27T12:34:37.456Z] Setting up libreadline5:ppc64el (5.2+dfsg-3+b1) ... [2019-09-27T12:34:37.456Z] Setting up libnl-3-200:ppc64el (3.2.27-2) ... [2019-09-27T12:34:37.456Z] Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-27T12:34:37.456Z] Setting up libudev-dev:ppc64el (232-25+deb9u12) ... [2019-09-27T12:34:37.456Z] Setting up pigz (2.3.4-1) ... [2019-09-27T12:34:37.456Z] Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-27T12:34:37.456Z] Setting up libmpdec2:ppc64el (2.4.2-1) ... [2019-09-27T12:34:37.456Z] Setting up libip6tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-27T12:34:37.456Z] Setting up mingw-w64-common (5.0.1-1) ... [2019-09-27T12:34:37.456Z] Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-09-27T12:34:37.456Z] Setting up jq (1.5+dfsg-1.3) ... [2019-09-27T12:34:37.456Z] Setting up libpcre3-dev:ppc64el (2:8.39-3) ... [2019-09-27T12:34:37.456Z] Setting up libnetfilter-conntrack3:ppc64el (1.0.6-2) ... [2019-09-27T12:34:37.456Z] Setting up xfsprogs (4.9.0+nmu1) ... [2019-09-27T12:34:37.456Z] Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-09-27T12:34:37.456Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-09-27T12:34:37.456Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-09-27T12:34:37.456Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-09-27T12:34:37.456Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-09-27T12:34:37.456Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-09-27T12:34:37.456Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-09-27T12:34:37.456Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-09-27T12:34:37.456Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-09-27T12:34:37.456Z] Setting up libpython3.5-stdlib:ppc64el (3.5.3-1+deb9u1) ... [2019-09-27T12:34:37.456Z] Setting up libiptc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-27T12:34:37.456Z] Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-27T12:34:37.456Z] Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-09-27T12:34:37.456Z] Setting up btrfs-progs (4.7.3-1) ... [2019-09-27T12:34:37.456Z] Setting up libselinux1-dev:ppc64el (2.6-3+b3) ... [2019-09-27T12:34:37.456Z] Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-09-27T12:34:37.495Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-09-27T12:34:38.163Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2019-09-27T12:34:38.420Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2019-09-27T12:34:38.985Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2019-09-27T12:34:39.549Z] === RUN TestDockerSuite/TestBuildContextCleanup [2019-09-27T12:34:40.113Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2019-09-27T12:34:40.139Z] Setting up libpython3-stdlib:ppc64el (3.5.3-1) ... [2019-09-27T12:34:40.139Z] Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-27T12:34:40.139Z] 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-27T12:34:40.139Z] 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-27T12:34:40.139Z] 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-27T12:34:40.139Z] 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-27T12:34:40.139Z] Setting up btrfs-tools (4.7.3-1) ... [2019-09-27T12:34:40.139Z] Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-27T12:34:40.139Z] 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-27T12:34:40.139Z] 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-27T12:34:40.139Z] Setting up python3 (3.5.3-1) ... [2019-09-27T12:34:40.424Z] Setting up apparmor (2.11.0-3+deb9u2) ... [2019-09-27T12:34:40.868Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-09-27T12:34:41.041Z] update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-09-27T12:34:41.041Z] diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-09-27T12:34:41.041Z] Setting up libdevmapper1.02.1:ppc64el (2:1.02.137-2) ... [2019-09-27T12:34:41.041Z] Setting up python3-wheel (0.29.0-2) ... [2019-09-27T12:34:41.324Z] Setting up python3-pkg-resources (33.1.1-1) ... [2019-09-27T12:34:41.484Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2019-09-27T12:34:41.607Z] Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.137-2) ... [2019-09-27T12:34:41.607Z] Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-09-27T12:34:42.047Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2019-09-27T12:34:42.228Z] Setting up dmsetup (2:1.02.137-2) ... [2019-09-27T12:34:42.228Z] Setting up python3-setuptools (33.1.1-1) ... [2019-09-27T12:34:42.305Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2019-09-27T12:34:42.515Z] Setting up dh-python (2.20170125) ... [2019-09-27T12:34:42.562Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2019-09-27T12:34:42.798Z] Setting up libdevmapper-dev:ppc64el (2:1.02.137-2) ... [2019-09-27T12:34:42.798Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-27T12:34:45.084Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2019-09-27T12:34:50.342Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2019-09-27T12:34:50.602Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2019-09-27T12:34:55.338Z] Removing intermediate container 5f95708f8ae2 [2019-09-27T12:34:55.338Z] ---> bf1f4653f802 [2019-09-27T12:34:55.338Z] Step 104/126 : RUN pip3 install yamllint==1.16.0 [2019-09-27T12:34:55.338Z] ---> Running in 0e0c08964b95 [2019-09-27T12:34:55.632Z] Collecting yamllint==1.16.0 [2019-09-27T12:34:56.248Z] Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-09-27T12:34:56.248Z] Collecting pyyaml (from yamllint==1.16.0) [2019-09-27T12:34:56.529Z] Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-09-27T12:34:57.149Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2019-09-27T12:34:57.537Z] Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-09-27T12:34:57.537Z] Downloading https://files.pythonhosted.org/packages/84/2a/bfee636b1e2f7d6e30dd74f49201ccfa5c3cf322d44929ecc6c137c486c5/pathspec-0.5.9.tar.gz [2019-09-27T12:34:57.714Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2019-09-27T12:34:58.154Z] Building wheels for collected packages: pyyaml, pathspec [2019-09-27T12:34:58.154Z] Running setup.py bdist_wheel for pyyaml: started [2019-09-27T12:34:58.645Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2019-09-27T12:34:58.770Z] Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-09-27T12:34:58.770Z] Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-09-27T12:34:58.770Z] Running setup.py bdist_wheel for pathspec: started [2019-09-27T12:34:59.386Z] Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-09-27T12:34:59.386Z] Stored in directory: /root/.cache/pip/wheels/45/cb/7e/ce6e6062c69446e39e328170524ca8213498bc66a74c6a210b [2019-09-27T12:34:59.386Z] Successfully built pyyaml pathspec [2019-09-27T12:34:59.386Z] Installing collected packages: pyyaml, pathspec, yamllint [2019-09-27T12:34:59.574Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2019-09-27T12:34:59.680Z] Successfully installed pathspec-0.5.9 pyyaml-5.1.2 yamllint-1.16.0 [2019-09-27T12:35:00.296Z] Removing intermediate container 0e0c08964b95 [2019-09-27T12:35:00.296Z] ---> bd30d2545d2a [2019-09-27T12:35:00.296Z] Step 105/126 : COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-09-27T12:35:00.811Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-09-27T12:35:00.943Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2019-09-27T12:35:01.213Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-09-27T12:35:01.309Z] ---> c16b30fbcc2e [2019-09-27T12:35:01.309Z] Step 106/126 : COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-27T12:35:02.505Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-09-27T12:35:03.468Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2019-09-27T12:35:03.878Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-09-27T12:35:04.033Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2019-09-27T12:35:04.265Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-09-27T12:35:05.695Z] ---> c790004d0fe2 [2019-09-27T12:35:05.695Z] Step 107/126 : COPY --from=golangci_lint /build/ /usr/local/bin/ [2019-09-27T12:35:06.128Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-09-27T12:35:06.313Z] ---> 2461dc7febec [2019-09-27T12:35:06.313Z] Step 108/126 : COPY --from=gotestsum /build/ /usr/local/bin/ [2019-09-27T12:35:06.565Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2019-09-27T12:35:06.603Z] ---> 38e35f47c711 [2019-09-27T12:35:06.604Z] Step 109/126 : COPY --from=tomlv /build/ /usr/local/bin/ [2019-09-27T12:35:06.822Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2019-09-27T12:35:06.886Z] ---> 218dbf888a2e [2019-09-27T12:35:06.886Z] Step 110/126 : COPY --from=vndr /build/ /usr/local/bin/ [2019-09-27T12:35:07.170Z] ---> 3dbb72748447 [2019-09-27T12:35:07.170Z] Step 111/126 : COPY --from=tini /build/ /usr/local/bin/ [2019-09-27T12:35:07.170Z] ---> 686db7f2147b [2019-09-27T12:35:07.170Z] Step 112/126 : COPY --from=runc /build/ /usr/local/bin/ [2019-09-27T12:35:07.385Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2019-09-27T12:35:07.431Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-09-27T12:35:07.787Z] ---> 44516196087e [2019-09-27T12:35:07.787Z] Step 113/126 : COPY --from=containerd /build/ /usr/local/bin/ [2019-09-27T12:35:07.949Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2019-09-27T12:35:08.747Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-09-27T12:35:08.805Z] ---> b730351541dd [2019-09-27T12:35:08.805Z] Step 114/126 : COPY --from=proxy /build/ /usr/local/bin/ [2019-09-27T12:35:08.879Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2019-09-27T12:35:09.089Z] ---> 89bfc4ffced9 [2019-09-27T12:35:09.089Z] Step 115/126 : COPY --from=dockercli /build/ /usr/local/cli [2019-09-27T12:35:09.707Z] ---> 82b640f7ac8d [2019-09-27T12:35:09.707Z] Step 116/126 : COPY --from=registry /build/registry* /usr/local/bin/ [2019-09-27T12:35:10.251Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2019-09-27T12:35:10.251Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2019-09-27T12:35:10.817Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2019-09-27T12:35:10.817Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2019-09-27T12:35:10.817Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2019-09-27T12:35:10.817Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2019-09-27T12:35:10.817Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2019-09-27T12:35:11.186Z] ---> b325b37a7a23 [2019-09-27T12:35:11.186Z] Step 117/126 : COPY --from=criu /build/ /usr/local/ [2019-09-27T12:35:11.343Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-09-27T12:35:11.469Z] ---> 42efb2e16896 [2019-09-27T12:35:11.469Z] Step 118/126 : COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-09-27T12:35:12.090Z] ---> ae211bb87d99 [2019-09-27T12:35:12.090Z] Step 119/126 : COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e /vpnkit /usr/local/bin/vpnkit.x86_64 [2019-09-27T12:35:12.090Z] sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e: Pulling from djs55/vpnkit [2019-09-27T12:35:12.090Z] bad55c542dc9: Pulling fs layer [2019-09-27T12:35:12.190Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2019-09-27T12:35:12.706Z] bad55c542dc9: Verifying Checksum [2019-09-27T12:35:12.706Z] bad55c542dc9: Download complete [2019-09-27T12:35:12.989Z] bad55c542dc9: Pull complete [2019-09-27T12:35:12.989Z] Digest: sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2019-09-27T12:35:12.989Z] Status: Downloaded newer image for djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2019-09-27T12:35:13.199Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-09-27T12:35:13.604Z] ---> e4ffdc51afed [2019-09-27T12:35:13.604Z] Step 120/126 : ENV PATH=/usr/local/cli:$PATH [2019-09-27T12:35:13.604Z] ---> Running in c8ab5ce5cdbe [2019-09-27T12:35:13.604Z] Removing intermediate container c8ab5ce5cdbe [2019-09-27T12:35:13.604Z] ---> 79bf83e7005f [2019-09-27T12:35:13.604Z] Step 121/126 : ENV DOCKER_BUILDTAGS apparmor seccomp selinux [2019-09-27T12:35:13.888Z] ---> Running in 542a7e315f79 [2019-09-27T12:35:13.888Z] Removing intermediate container 542a7e315f79 [2019-09-27T12:35:13.888Z] ---> b4511a73081b [2019-09-27T12:35:13.888Z] Step 122/126 : WORKDIR /go/src/github.com/docker/docker [2019-09-27T12:35:13.888Z] ---> Running in 26f536384cec [2019-09-27T12:35:13.888Z] Removing intermediate container 26f536384cec [2019-09-27T12:35:13.888Z] ---> d75e8a57ff8f [2019-09-27T12:35:13.888Z] Step 123/126 : VOLUME /var/lib/docker [2019-09-27T12:35:14.083Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2019-09-27T12:35:14.171Z] ---> Running in 173ad00cd168 [2019-09-27T12:35:14.171Z] Removing intermediate container 173ad00cd168 [2019-09-27T12:35:14.171Z] ---> 96913a184881 [2019-09-27T12:35:14.171Z] Step 124/126 : ENTRYPOINT ["hack/dind"] [2019-09-27T12:35:14.171Z] ---> Running in ac672321b531 [2019-09-27T12:35:14.171Z] Removing intermediate container ac672321b531 [2019-09-27T12:35:14.171Z] ---> 98fb63621bfb [2019-09-27T12:35:14.171Z] Step 125/126 : FROM dev AS final [2019-09-27T12:35:14.171Z] ---> 98fb63621bfb [2019-09-27T12:35:14.171Z] Step 126/126 : COPY . /go/src/github.com/docker/docker [2019-09-27T12:35:14.614Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-09-27T12:35:16.493Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-09-27T12:35:16.605Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2019-09-27T12:35:17.828Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-09-27T12:35:18.499Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2019-09-27T12:35:19.135Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-09-27T12:35:20.393Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2019-09-27T12:35:20.575Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-09-27T12:35:20.575Z] Using test binary docker [2019-09-27T12:35:20.575Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-09-27T12:35:20.575Z] +++ /etc/init.d/apparmor start [2019-09-27T12:35:20.575Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-27T12:35:20.575Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-27T12:35:20.575Z] Warning failed to create cache: (null) [2019-09-27T12:35:20.575Z] . [2019-09-27T12:35:20.575Z] INFO: Waiting for daemon to start... [2019-09-27T12:35:20.575Z] Starting dockerd [2019-09-27T12:35:20.575Z] +++ 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-27T12:35:21.000Z] ---> 0cbd99edcb7f [2019-09-27T12:35:21.000Z] Successfully built 0cbd99edcb7f [2019-09-27T12:35:21.000Z] Successfully tagged docker:b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-09-27T12:35:21.435Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-39997/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c -e DOCKER_GRAPHDRIVER docker:b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c hack/test/unit [2019-09-27T12:35:22.290Z] === RUN TestDockerDaemonSuite/TestRegistryMirrors [2019-09-27T12:35:22.368Z] . [2019-09-27T12:35:22.368Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-09-27T12:35:22.368Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-09-27T12:35:22.368Z] Error: No such image: emptyfs [2019-09-27T12:35:22.368Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-09-27T12:35:22.368Z] ++++ docker load [2019-09-27T12:35:22.547Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2019-09-27T12:35:22.744Z] Running integration-test (iteration 1) [2019-09-27T12:35:22.744Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2019-09-27T12:35:22.744Z] ++ 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-27T12:35:22.744Z] ++ set -e [2019-09-27T12:35:22.744Z] ++ '[' -n 0 ']' [2019-09-27T12:35:22.744Z] ++ set -x [2019-09-27T12:35:22.744Z] ++ env -i DEST=/go/src/github.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-27T12:35:23.112Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2019-09-27T12:35:25.859Z] ? github.com/docker/docker/api [no test files] [2019-09-27T12:35:26.390Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2019-09-27T12:35:27.321Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2019-09-27T12:35:27.886Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2019-09-27T12:35:30.410Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2019-09-27T12:35:32.409Z] Loaded image: buildpack-deps:jessie [2019-09-27T12:35:32.409Z] Loaded image: busybox:latest [2019-09-27T12:35:32.409Z] Loaded image: busybox:glibc [2019-09-27T12:35:32.409Z] Loaded image: debian:jessie [2019-09-27T12:35:32.409Z] Loaded image: hello-world:latest [2019-09-27T12:35:32.409Z] INFO: Testing against a local daemon [2019-09-27T12:35:32.409Z] === RUN TestCgroupNamespacesBuild [2019-09-27T12:35:33.214Z] --- PASS: TestCgroupNamespacesBuild (1.67s) [2019-09-27T12:35:33.214Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild" [2019-09-27T12:35:33.214Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-09-27T12:35:35.100Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.68s) [2019-09-27T12:35:35.100Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode" [2019-09-27T12:35:35.100Z] === RUN TestBuildWithSession [2019-09-27T12:35:35.667Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2019-09-27T12:35:35.667Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2019-09-27T12:35:37.630Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2019-09-27T12:35:38.294Z] --- PASS: TestBuildWithSession (3.22s) [2019-09-27T12:35:38.294Z] === RUN TestBuildSquashParent [2019-09-27T12:35:38.999Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2019-09-27T12:35:39.931Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2019-09-27T12:35:40.915Z] ................................................ [ 29%] [2019-09-27T12:35:43.205Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2019-09-27T12:35:43.769Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2019-09-27T12:35:43.769Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2019-09-27T12:35:44.696Z] --- PASS: TestBuildSquashParent (6.56s) [2019-09-27T12:35:44.696Z] === RUN TestBuildWithRemoveAndForceRemove [2019-09-27T12:35:44.696Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-27T12:35:44.696Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-27T12:35:44.696Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-27T12:35:44.696Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-27T12:35:44.696Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-27T12:35:44.696Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-27T12:35:44.696Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-27T12:35:44.696Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-27T12:35:44.696Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-27T12:35:44.696Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-27T12:35:44.696Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-27T12:35:44.696Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-27T12:35:44.696Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-27T12:35:44.696Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-27T12:35:45.668Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2019-09-27T12:35:47.936Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-27T12:35:47.936Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-27T12:35:48.260Z] ok github.com/docker/docker/api/server 0.022s coverage: 9.0% of statements [2019-09-27T12:35:50.553Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-27T12:35:50.553Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-27T12:35:50.925Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2019-09-27T12:35:51.183Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2019-09-27T12:35:51.440Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2019-09-27T12:35:52.395Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2019-09-27T12:35:52.395Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.76s) [2019-09-27T12:35:52.395Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.81s) [2019-09-27T12:35:52.395Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.67s) [2019-09-27T12:35:52.395Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.68s) [2019-09-27T12:35:52.395Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.29s) [2019-09-27T12:35:52.395Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.30s) [2019-09-27T12:35:52.395Z] === RUN TestBuildMultiStageCopy [2019-09-27T12:35:52.395Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-27T12:35:52.813Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2019-09-27T12:35:52.813Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2019-09-27T12:35:54.711Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2019-09-27T12:35:55.701Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-27T12:35:55.701Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-27T12:35:56.064Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-27T12:35:56.081Z] === RUN TestDockerSuite/TestBuildDockerignore [2019-09-27T12:35:56.856Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-27T12:35:57.222Z] --- PASS: TestBuildMultiStageCopy (4.64s) [2019-09-27T12:35:57.222Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.58s) [2019-09-27T12:35:57.223Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.47s) [2019-09-27T12:35:57.223Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.50s) [2019-09-27T12:35:57.223Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.55s) [2019-09-27T12:35:57.223Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.54s) [2019-09-27T12:35:57.223Z] === RUN TestBuildMultiStageParentConfig [2019-09-27T12:35:59.027Z] --- PASS: TestBuildMultiStageParentConfig (1.75s) [2019-09-27T12:35:59.027Z] === RUN TestBuildLabelWithTargets [2019-09-27T12:36:00.900Z] --- PASS: TestBuildLabelWithTargets (1.96s) [2019-09-27T12:36:00.900Z] === RUN TestBuildWithEmptyLayers [2019-09-27T12:36:02.158Z] --- PASS: TestBuildWithEmptyLayers (1.20s) [2019-09-27T12:36:02.158Z] === RUN TestBuildMultiStageOnBuild [2019-09-27T12:36:02.628Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2019-09-27T12:36:03.464Z] tests/integration/api_exec_test.py .................... [ 35%] [2019-09-27T12:36:05.335Z] --- PASS: TestBuildMultiStageOnBuild (2.84s) [2019-09-27T12:36:05.336Z] === RUN TestBuildUncleanTarFilenames [2019-09-27T12:36:05.903Z] === RUN TestDockerDaemonSuite/TestShmSize [2019-09-27T12:36:06.297Z] --- PASS: TestBuildUncleanTarFilenames (1.24s) [2019-09-27T12:36:06.297Z] === RUN TestBuildMultiStageLayerLeak [2019-09-27T12:36:07.797Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2019-09-27T12:36:08.749Z] --- PASS: TestBuildMultiStageLayerLeak (2.72s) [2019-09-27T12:36:08.749Z] === RUN TestBuildWithHugeFile [2019-09-27T12:36:09.573Z] 65014b3c3121: Pull complete [2019-09-27T12:36:10.320Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2019-09-27T12:36:11.261Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2019-09-27T12:36:11.261Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2019-09-27T12:36:11.518Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2019-09-27T12:36:12.006Z] tests/integration/api_healthcheck_test.py .... [ 36%] [2019-09-27T12:36:15.693Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2019-09-27T12:36:17.273Z] tests/integration/api_image_test.py ...........s..... [ 40%] [2019-09-27T12:36:17.732Z] --- PASS: TestDockerDaemonSuite (367.78s) [2019-09-27T12:36:17.732Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (7.09s) [2019-09-27T12:36:17.732Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool" [2019-09-27T12:36:17.732Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (2.99s) [2019-09-27T12:36:17.732Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon" [2019-09-27T12:36:17.732Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.57s) [2019-09-27T12:36:17.732Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCLIProxyProxyTCPSock" [2019-09-27T12:36:17.732Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (5.11s) [2019-09-27T12:36:17.732Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill" [2019-09-27T12:36:17.732Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill" [2019-09-27T12:36:17.732Z] docker_cli_daemon_test.go:1449: Daemon d1e7fea43831d is not started [2019-09-27T12:36:17.732Z] check_test.go:309: Daemon db0bfb7bf88f6 is not started [2019-09-27T12:36:17.732Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (6.63s) [2019-09-27T12:36:17.732Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash" [2019-09-27T12:36:17.732Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (6.14s) [2019-09-27T12:36:17.732Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown" [2019-09-27T12:36:17.732Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown" [2019-09-27T12:36:17.732Z] check_test.go:309: Daemon d9eed12ca9493 is not started [2019-09-27T12:36:17.732Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (3.07s) [2019-09-27T12:36:17.732Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonAllocatesListeningPort" [2019-09-27T12:36:17.732Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (4.97s) [2019-09-27T12:36:17.732Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeExternal" [2019-09-27T12:36:17.732Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (3.96s) [2019-09-27T12:36:17.732Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork" [2019-09-27T12:36:17.732Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (6.66s) [2019-09-27T12:36:17.732Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeFixedCidr" [2019-09-27T12:36:17.732Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (6.06s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (3.73s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeIP" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.38s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonBridgeNone" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.37s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCgroupParent" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress" [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress" [2019-09-27T12:36:17.733Z] check_test.go:309: Daemon dad6f6e9f286f is not started [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress" [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress" [2019-09-27T12:36:17.733Z] check_test.go:309: Daemon d61c11cf12cf1 is not started [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.50s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.52s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDebugLog" [2019-09-27T12:36:17.733Z] check_test.go:309: Daemon db17e53c6d033 is not started [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.68s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.44s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.38s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.08s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.69s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.59s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonEvents" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.69s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonEventsWithFilters" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonExitOnFailure" [2019-09-27T12:36:17.733Z] check_test.go:309: Daemon d79729c6ecd43 is not started [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.52s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonFlagD" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.52s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonFlagDebug" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.18s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonICCLinkExpose" [2019-09-27T12:36:17.733Z] --- SKIP: TestDockerDaemonSuite/TestDaemonICCPing (0.00s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonICCPing" [2019-09-27T12:36:17.733Z] requirement.go:26: unmatched requirement bridgeNfIptables [2019-09-27T12:36:17.733Z] check_test.go:309: Daemon d4ac44e72ef69 is not started [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.78s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIP" [2019-09-27T12:36:17.733Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6Enabled" [2019-09-27T12:36:17.733Z] requirement.go:26: unmatched requirement IPv6 [2019-09-27T12:36:17.733Z] check_test.go:309: Daemon de5472154ea66 is not started [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.33s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.14s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.73s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6HostMode" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.86s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIptablesClean" [2019-09-27T12:36:17.733Z] check_test.go:309: Daemon d2e32fd9d4884 is not started [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.28s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIptablesCreate" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.52s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonKeyGeneration" [2019-09-27T12:36:17.733Z] check_test.go:309: Daemon dacb8c84a7e87 is not started [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.57s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins" [2019-09-27T12:36:17.733Z] docker_cli_daemon_plugins_test.go:79: Daemon ddd07ad99b6d7 is not started [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.21s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonKillWithPlugins" [2019-09-27T12:36:17.733Z] docker_cli_daemon_plugins_test.go:169: Daemon d0dc73eb94760 is not started [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.75s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.52s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogLevelDebug" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.54s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogLevelFatal" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogLevelWrong" [2019-09-27T12:36:17.733Z] check_test.go:309: Daemon d73a351281d35 is not started [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.89s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLogOptions" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.87s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverDefault" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.81s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.71s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverNone" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.69s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (2.10s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.09s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.54s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonMaxConcurrency" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.52s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.52s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.80s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError" [2019-09-27T12:36:17.733Z] check_test.go:309: Daemon dbf7c0e192d8d is not started [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.51s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartCleanupNetns" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (13.60s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.57s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartKillWait" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.08s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartLocalVolumes" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (5.48s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartOnFailure" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.60s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartRenameContainer" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (6.05s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork" [2019-09-27T12:36:17.733Z] check_test.go:309: Daemon d52c4158d5c1b is not started [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.62s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.46s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (10.32s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartUnlessStopped" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.47s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.59s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.60s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.14s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways" [2019-09-27T12:36:17.733Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize" [2019-09-27T12:36:17.733Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-27T12:36:17.733Z] check_test.go:309: Daemon d7ba7ca5c6010 is not started [2019-09-27T12:36:17.733Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize" [2019-09-27T12:36:17.733Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-27T12:36:17.733Z] check_test.go:309: Daemon df90d999c5f70 is not started [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.74s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer" [2019-09-27T12:36:17.733Z] check_test.go:309: Daemon d3863b2d39219 is not started [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (5.11s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithLinks" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.48s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithNames" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.46s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.13s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.73s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.00s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.39s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume" [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.96s) [2019-09-27T12:36:17.733Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer" [2019-09-27T12:36:17.733Z] check_test.go:309: Daemon d74588129dff6 is not started [2019-09-27T12:36:17.733Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.55s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs" [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (4.59s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins" [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.85s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownTimeout" [2019-09-27T12:36:17.734Z] check_test.go:309: Daemon d102ef0d95f21 is not started [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.55s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile" [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (6.30s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonShutdownWithPlugins" [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.11s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation" [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.53s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartIptablesFalse" [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.58s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost" [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.14s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-09-27T12:36:17.734Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from config [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-09-27T12:36:17.734Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from config [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-09-27T12:36:17.734Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from config [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-09-27T12:36:17.734Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from config [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-09-27T12:36:17.734Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from config [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-09-27T12:36:17.734Z] docker_cli_daemon_test.go:2879: Checking IpcMode private set from cli [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-09-27T12:36:17.734Z] docker_cli_daemon_test.go:2879: Checking IpcMode shareable set from cli [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-09-27T12:36:17.734Z] docker_cli_daemon_test.go:2879: Checking IpcMode host set from cli [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-09-27T12:36:17.734Z] docker_cli_daemon_test.go:2879: Checking IpcMode container:123 set from cli [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithIpcModes" [2019-09-27T12:36:17.734Z] docker_cli_daemon_test.go:2879: Checking IpcMode nosuchmode set from cli [2019-09-27T12:36:17.734Z] check_test.go:309: Daemon d3c416b381ce4 is not started [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.08s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithoutColors" [2019-09-27T12:36:17.734Z] check_test.go:309: Daemon d6eb97140c401 is not started [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.52s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonStartWithoutHost" [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (0.56s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964" [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.65s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonUlimitDefaults" [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp" [2019-09-27T12:36:17.734Z] check_test.go:309: Daemon dd4129127b099 is not started [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.52s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting" [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.26s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonWideLogConfig" [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.83s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath" [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.03s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonWithWrongkey" [2019-09-27T12:36:17.734Z] check_test.go:309: Daemon d7e57da85c122 is not started [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (5.85s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork" [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (4.25s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestExecAfterDaemonRestart" [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (3.34s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore" [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.28s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove" [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove" [2019-09-27T12:36:17.734Z] check_test.go:309: Daemon d06761fc0abce is not started [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.55s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSInfo" [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.55s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSInfoRogueCert" [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.57s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert" [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.04s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestHTTPSRun" [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.02s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestLegacyDaemonCommand" [2019-09-27T12:36:17.734Z] check_test.go:309: Daemon decae67b30294 is not started [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.95s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPluginListFilterCapability" [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.04s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPluginListFilterEnabled" [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.29s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart" [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.59s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPruneImageDangling" [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.03s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestPruneImageLabel" [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestRegistryMirrors (0.56s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRegistryMirrors" [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.71s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore" [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (4.01s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore" [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (5.19s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunLinksChanged" [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (2.12s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunSeccompJSONNewFormat" [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.23s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap" [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.20s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames" [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.67s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile" [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (8.87s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine" [2019-09-27T12:36:17.734Z] docker_cli_daemon_test.go:2542: Daemon d3cc2573c2e93 is not started [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (9.97s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile" [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (3.21s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault" [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestShmSize (2.02s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestShmSize" [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (3.40s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestShmSizeReload" [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.12s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestTLSVerify" [2019-09-27T12:36:17.734Z] check_test.go:309: Daemon d8dd08ab02a7e is not started [2019-09-27T12:36:17.734Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (6.01s) [2019-09-27T12:36:17.734Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestVolumePlugin" [2019-09-27T12:36:17.734Z] === RUN TestDockerSwarmSuite [2019-09-27T12:36:17.734Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2019-09-27T12:36:21.910Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2019-09-27T12:36:25.183Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2019-09-27T12:36:31.731Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2019-09-27T12:36:31.731Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2019-09-27T12:36:31.989Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2019-09-27T12:36:31.989Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2019-09-27T12:36:38.534Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2019-09-27T12:36:40.430Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2019-09-27T12:36:42.463Z] tests/integration/api_network_test.py ........................... [ 47%] [2019-09-27T12:36:42.952Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2019-09-27T12:36:43.210Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2019-09-27T12:36:43.222Z] --- PASS: TestBuildWithHugeFile (31.98s) [2019-09-27T12:36:43.222Z] === RUN TestBuildWithEmptyDockerfile [2019-09-27T12:36:43.222Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-27T12:36:43.222Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-27T12:36:43.222Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-27T12:36:43.222Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-27T12:36:43.222Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-27T12:36:43.222Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-27T12:36:43.222Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-27T12:36:43.222Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-27T12:36:43.222Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-27T12:36:43.222Z] --- PASS: TestBuildWithEmptyDockerfile (0.14s) [2019-09-27T12:36:43.222Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.26s) [2019-09-27T12:36:43.222Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.26s) [2019-09-27T12:36:43.222Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.11s) [2019-09-27T12:36:43.222Z] === RUN TestBuildPreserveOwnership [2019-09-27T12:36:43.222Z] === RUN TestBuildPreserveOwnership/copy_from [2019-09-27T12:36:44.581Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2019-09-27T12:36:45.672Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-09-27T12:36:47.510Z] --- PASS: TestBuildPreserveOwnership (6.16s) [2019-09-27T12:36:47.510Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.07s) [2019-09-27T12:36:47.510Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.08s) [2019-09-27T12:36:47.510Z] === RUN TestBuildPlatformInvalid [2019-09-27T12:36:47.991Z] --- PASS: TestBuildPlatformInvalid (0.18s) [2019-09-27T12:36:47.991Z] PASS [2019-09-27T12:36:47.991Z] [2019-09-27T12:36:47.991Z] DONE 32 tests in 85.126s [2019-09-27T12:36:47.991Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2019-09-27T12:36:47.991Z] ++ 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-27T12:36:47.991Z] ++ set -e [2019-09-27T12:36:47.991Z] ++ '[' -n 0 ']' [2019-09-27T12:36:47.991Z] ++ set -x [2019-09-27T12:36:47.991Z] ++ env -i DEST=/go/src/github.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-27T12:36:48.405Z] INFO: Testing against a local daemon [2019-09-27T12:36:48.405Z] === RUN TestConfigList [2019-09-27T12:36:50.992Z] tests/integration/api_plugin_test.py ........... [ 50%] [2019-09-27T12:36:51.138Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2019-09-27T12:36:51.596Z] --- PASS: TestConfigList (3.26s) [2019-09-27T12:36:51.596Z] config_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigList" [2019-09-27T12:36:51.596Z] === RUN TestConfigsCreateAndDelete [2019-09-27T12:36:52.909Z] tests/integration/api_secret_test.py ..... [ 51%] [2019-09-27T12:36:53.661Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2019-09-27T12:36:54.872Z] --- PASS: TestConfigsCreateAndDelete (3.00s) [2019-09-27T12:36:54.872Z] config_test.go:112: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete" [2019-09-27T12:36:54.872Z] === RUN TestConfigsUpdate [2019-09-27T12:36:56.936Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2019-09-27T12:36:57.323Z] --- PASS: TestConfigsUpdate (2.88s) [2019-09-27T12:36:57.324Z] config_test.go:140: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate" [2019-09-27T12:36:57.324Z] === RUN TestTemplatedConfig [2019-09-27T12:36:59.428Z] tests/integration/api_service_test.py ................s................. [ 60%] [2019-09-27T12:37:00.620Z] --- PASS: TestTemplatedConfig (3.00s) [2019-09-27T12:37:00.620Z] config_test.go:192: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig" [2019-09-27T12:37:00.620Z] === RUN TestConfigInspect [2019-09-27T12:37:03.063Z] --- PASS: TestConfigInspect (2.75s) [2019-09-27T12:37:03.063Z] config_test.go:326: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect" [2019-09-27T12:37:03.063Z] === RUN TestConfigCreateWithLabels [2019-09-27T12:37:06.357Z] --- PASS: TestConfigCreateWithLabels (2.72s) [2019-09-27T12:37:06.357Z] config_test.go:350: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels" [2019-09-27T12:37:06.357Z] === RUN TestConfigCreateResolve [2019-09-27T12:37:08.952Z] --- PASS: TestConfigCreateResolve (3.01s) [2019-09-27T12:37:08.952Z] config_test.go:377: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve" [2019-09-27T12:37:08.952Z] === RUN TestConfigDaemonLibtrustID [2019-09-27T12:37:09.320Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2019-09-27T12:37:09.320Z] config_test.go:427: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID" [2019-09-27T12:37:09.320Z] PASS [2019-09-27T12:37:09.320Z] [2019-09-27T12:37:09.320Z] DONE 8 tests in 21.356s [2019-09-27T12:37:09.320Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2019-09-27T12:37:09.320Z] ++ 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-27T12:37:09.320Z] ++ set -e [2019-09-27T12:37:09.320Z] ++ '[' -n 0 ']' [2019-09-27T12:37:09.320Z] ++ set -x [2019-09-27T12:37:09.320Z] ++ env -i DEST=/go/src/github.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-27T12:37:09.688Z] INFO: Testing against a local daemon [2019-09-27T12:37:09.689Z] === RUN TestCheckpoint [2019-09-27T12:37:09.689Z] --- SKIP: TestCheckpoint (0.00s) [2019-09-27T12:37:09.689Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-27T12:37:09.689Z] === RUN TestContainerInvalidJSON [2019-09-27T12:37:09.689Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-09-27T12:37:09.689Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-09-27T12:37:09.689Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-09-27T12:37:09.689Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-09-27T12:37:09.689Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-09-27T12:37:09.689Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-09-27T12:37:09.689Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-09-27T12:37:09.689Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-09-27T12:37:09.689Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-09-27T12:37:09.689Z] --- PASS: TestContainerInvalidJSON (0.01s) [2019-09-27T12:37:09.689Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-09-27T12:37:09.689Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-09-27T12:37:09.689Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-09-27T12:37:09.689Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-27T12:37:09.689Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s) [2019-09-27T12:37:09.689Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-27T12:37:10.060Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s) [2019-09-27T12:37:10.060Z] === RUN TestCopyToContainerPathDoesNotExist [2019-09-27T12:37:10.060Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.10s) [2019-09-27T12:37:10.060Z] === RUN TestCopyToContainerPathIsNotDir [2019-09-27T12:37:10.060Z] --- PASS: TestCopyToContainerPathIsNotDir (0.14s) [2019-09-27T12:37:10.060Z] === RUN TestCopyFromContainer [2019-09-27T12:37:11.220Z] ........................ [ 67%] [2019-09-27T12:37:11.794Z] --- PASS: TestImportExtremelyLargeImageWorks (176.96s) [2019-09-27T12:37:11.794Z] import_test.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks" [2019-09-27T12:37:11.794Z] PASS [2019-09-27T12:37:11.794Z] [2019-09-27T12:37:11.794Z] DONE 12 tests in 180.581s [2019-09-27T12:37:11.794Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2019-09-27T12:37:11.794Z] ++ 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-27T12:37:11.794Z] ++ set -e [2019-09-27T12:37:11.794Z] ++ '[' -n 0 ']' [2019-09-27T12:37:11.794Z] ++ set -x [2019-09-27T12:37:11.794Z] ++ env -i DEST=/go/src/github.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-27T12:37:11.794Z] INFO: Testing against a local daemon [2019-09-27T12:37:11.794Z] === RUN TestNetworkCreateDelete [2019-09-27T12:37:11.794Z] --- PASS: TestNetworkCreateDelete (0.18s) [2019-09-27T12:37:11.794Z] === RUN TestDockerNetworkDeletePreferID [2019-09-27T12:37:11.794Z] --- PASS: TestDockerNetworkDeletePreferID (0.34s) [2019-09-27T12:37:11.794Z] === RUN TestInspectNetwork [2019-09-27T12:37:11.946Z] === RUN TestCopyFromContainer// [2019-09-27T12:37:12.344Z] === RUN TestCopyFromContainer//bar/root [2019-09-27T12:37:12.344Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-27T12:37:12.344Z] === RUN TestCopyFromContainer/bar/quux [2019-09-27T12:37:12.344Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-27T12:37:12.717Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-27T12:37:12.717Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-27T12:37:12.717Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-27T12:37:12.717Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-27T12:37:12.717Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-27T12:37:13.105Z] --- PASS: TestCopyFromContainer (2.79s) [2019-09-27T12:37:13.105Z] --- PASS: TestCopyFromContainer// (0.07s) [2019-09-27T12:37:13.105Z] --- PASS: TestCopyFromContainer//bar/root (0.12s) [2019-09-27T12:37:13.105Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2019-09-27T12:37:13.105Z] --- PASS: TestCopyFromContainer/bar/quux (0.15s) [2019-09-27T12:37:13.105Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.09s) [2019-09-27T12:37:13.105Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s) [2019-09-27T12:37:13.105Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2019-09-27T12:37:13.105Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2019-09-27T12:37:13.105Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2019-09-27T12:37:13.105Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2019-09-27T12:37:13.105Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-09-27T12:37:13.105Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-27T12:37:13.105Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-27T12:37:13.105Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-27T12:37:13.105Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-27T12:37:13.105Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-27T12:37:13.105Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-27T12:37:13.105Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-27T12:37:13.105Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-27T12:37:13.105Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-27T12:37:13.105Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2019-09-27T12:37:13.105Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-09-27T12:37:13.105Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-09-27T12:37:13.105Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2019-09-27T12:37:13.105Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-27T12:37:13.105Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2019-09-27T12:37:13.105Z] === RUN TestCreateWithInvalidEnv [2019-09-27T12:37:13.105Z] === RUN TestCreateWithInvalidEnv/0 [2019-09-27T12:37:13.105Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-09-27T12:37:13.105Z] === RUN TestCreateWithInvalidEnv/1 [2019-09-27T12:37:13.105Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-09-27T12:37:13.105Z] === RUN TestCreateWithInvalidEnv/2 [2019-09-27T12:37:13.105Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-09-27T12:37:13.105Z] === CONT TestCreateWithInvalidEnv/0 [2019-09-27T12:37:13.105Z] === CONT TestCreateWithInvalidEnv/2 [2019-09-27T12:37:13.105Z] === CONT TestCreateWithInvalidEnv/1 [2019-09-27T12:37:13.105Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2019-09-27T12:37:13.105Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-09-27T12:37:13.105Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-09-27T12:37:13.105Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-09-27T12:37:13.105Z] === RUN TestCreateTmpfsMountsTarget [2019-09-27T12:37:13.105Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2019-09-27T12:37:13.105Z] === RUN TestCreateWithCustomMaskedPaths [2019-09-27T12:37:14.316Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2019-09-27T12:37:14.316Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2019-09-27T12:37:15.582Z] --- PASS: TestCreateWithCustomMaskedPaths (2.62s) [2019-09-27T12:37:15.582Z] === RUN TestCreateWithCapabilities [2019-09-27T12:37:15.582Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-09-27T12:37:15.582Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-09-27T12:37:15.582Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-09-27T12:37:15.582Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-09-27T12:37:15.582Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-09-27T12:37:15.582Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-09-27T12:37:15.582Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-09-27T12:37:15.582Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-09-27T12:37:15.582Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-09-27T12:37:15.582Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-09-27T12:37:15.582Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-27T12:37:15.582Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-27T12:37:15.582Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-09-27T12:37:15.582Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-09-27T12:37:15.582Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-09-27T12:37:15.582Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-09-27T12:37:15.582Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-09-27T12:37:15.582Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-09-27T12:37:15.582Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-09-27T12:37:15.582Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-09-27T12:37:15.582Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-09-27T12:37:15.582Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-09-27T12:37:15.582Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-09-27T12:37:15.582Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-09-27T12:37:15.582Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-09-27T12:37:15.582Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-09-27T12:37:15.961Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-09-27T12:37:15.961Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-09-27T12:37:15.961Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-27T12:37:15.961Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-09-27T12:37:15.961Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-09-27T12:37:15.961Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-09-27T12:37:15.961Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-09-27T12:37:15.961Z] --- PASS: TestCreateWithCapabilities (0.01s) [2019-09-27T12:37:15.961Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2019-09-27T12:37:15.961Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-09-27T12:37:15.961Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.08s) [2019-09-27T12:37:15.961Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.08s) [2019-09-27T12:37:15.961Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.07s) [2019-09-27T12:37:15.961Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.07s) [2019-09-27T12:37:15.961Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.06s) [2019-09-27T12:37:15.961Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-09-27T12:37:15.961Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.08s) [2019-09-27T12:37:15.961Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.06s) [2019-09-27T12:37:15.961Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.06s) [2019-09-27T12:37:15.961Z] === RUN TestCreateWithCustomReadonlyPaths [2019-09-27T12:37:16.211Z] === RUN TestDockerSuite/TestBuildDotDotFile [2019-09-27T12:37:16.211Z] === RUN TestDockerSuite/TestBuildEOLInLine [2019-09-27T12:37:17.582Z] === RUN TestInspectNetwork/full_network_id [2019-09-27T12:37:17.582Z] === RUN TestInspectNetwork/partial_network_id [2019-09-27T12:37:17.582Z] === RUN TestInspectNetwork/network_name [2019-09-27T12:37:17.582Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-09-27T12:37:19.283Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.73s) [2019-09-27T12:37:19.283Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-09-27T12:37:19.283Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-27T12:37:19.283Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-27T12:37:19.283Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-27T12:37:19.283Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-27T12:37:19.284Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-27T12:37:19.284Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-27T12:37:19.284Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-27T12:37:19.284Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-27T12:37:19.284Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-27T12:37:19.284Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-27T12:37:19.284Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-27T12:37:19.284Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-27T12:37:19.284Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-27T12:37:19.284Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-27T12:37:19.284Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-27T12:37:19.284Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2019-09-27T12:37:19.284Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2019-09-27T12:37:19.284Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2019-09-27T12:37:19.284Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2019-09-27T12:37:19.284Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-09-27T12:37:19.284Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2019-09-27T12:37:19.284Z] === RUN TestContainerStartOnDaemonRestart [2019-09-27T12:37:19.284Z] === PAUSE TestContainerStartOnDaemonRestart [2019-09-27T12:37:19.284Z] === RUN TestDaemonRestartIpcMode [2019-09-27T12:37:19.284Z] === PAUSE TestDaemonRestartIpcMode [2019-09-27T12:37:19.284Z] === RUN TestDiff [2019-09-27T12:37:19.660Z] --- PASS: TestDiff (1.07s) [2019-09-27T12:37:19.660Z] === RUN TestExecWithCloseStdin [2019-09-27T12:37:20.909Z] --- PASS: TestExecWithCloseStdin (1.05s) [2019-09-27T12:37:20.909Z] === RUN TestExec [2019-09-27T12:37:21.753Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2019-09-27T12:37:21.753Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2019-09-27T12:37:21.754Z] --- PASS: TestInspectNetwork (9.94s) [2019-09-27T12:37:21.754Z] inspect_test.go:18: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork" [2019-09-27T12:37:21.754Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-09-27T12:37:21.754Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-09-27T12:37:21.754Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-09-27T12:37:21.754Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-09-27T12:37:21.754Z] === RUN TestRunContainerWithBridgeNone [2019-09-27T12:37:21.754Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2019-09-27T12:37:22.166Z] --- PASS: TestExec (1.07s) [2019-09-27T12:37:22.166Z] === RUN TestExecUser [2019-09-27T12:37:22.683Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2019-09-27T12:37:22.684Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2019-09-27T12:37:22.940Z] === RUN TestDockerSuite/TestBuildEntrypoint [2019-09-27T12:37:23.026Z] --- PASS: TestExecUser (1.11s) [2019-09-27T12:37:23.026Z] === RUN TestExportContainerAndImportImage [2019-09-27T12:37:23.198Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2019-09-27T12:37:24.305Z] --- PASS: TestExportContainerAndImportImage (1.18s) [2019-09-27T12:37:24.305Z] === RUN TestExportContainerAfterDaemonRestart [2019-09-27T12:37:24.568Z] --- PASS: TestRunContainerWithBridgeNone (2.87s) [2019-09-27T12:37:24.568Z] network_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone" [2019-09-27T12:37:24.568Z] === RUN TestNetworkInvalidJSON [2019-09-27T12:37:24.568Z] === RUN TestNetworkInvalidJSON//networks/create [2019-09-27T12:37:24.569Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-09-27T12:37:24.569Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-09-27T12:37:24.569Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-09-27T12:37:24.569Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-27T12:37:24.569Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-27T12:37:24.569Z] === CONT TestNetworkInvalidJSON//networks/create [2019-09-27T12:37:24.569Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-27T12:37:24.569Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-09-27T12:37:24.569Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2019-09-27T12:37:24.569Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-09-27T12:37:24.569Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-09-27T12:37:24.569Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-09-27T12:37:24.569Z] === RUN TestDaemonRestartWithLiveRestore [2019-09-27T12:37:25.499Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2019-09-27T12:37:25.499Z] service_test.go:32: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore" [2019-09-27T12:37:25.499Z] === RUN TestDaemonDefaultNetworkPools [2019-09-27T12:37:25.756Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2019-09-27T12:37:26.114Z] --- PASS: TestExportContainerAfterDaemonRestart (1.58s) [2019-09-27T12:37:26.114Z] export_test.go:63: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart" [2019-09-27T12:37:26.114Z] === RUN TestHealthCheckWorkdir [2019-09-27T12:37:26.320Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2019-09-27T12:37:26.320Z] service_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools" [2019-09-27T12:37:26.320Z] === RUN TestDaemonRestartWithExistingNetwork [2019-09-27T12:37:26.897Z] --- PASS: TestHealthCheckWorkdir (1.18s) [2019-09-27T12:37:26.897Z] === RUN TestHealthKillContainer [2019-09-27T12:37:27.249Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2019-09-27T12:37:27.506Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.11s) [2019-09-27T12:37:27.506Z] service_test.go:98: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork" [2019-09-27T12:37:27.506Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-27T12:37:28.877Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.48s) [2019-09-27T12:37:28.877Z] service_test.go:131: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange" [2019-09-27T12:37:28.877Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-09-27T12:37:29.134Z] === RUN TestDockerSuite/TestBuildEnv [2019-09-27T12:37:29.391Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.61s) [2019-09-27T12:37:29.391Z] service_test.go:181: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool" [2019-09-27T12:37:29.391Z] === RUN TestServiceWithPredefinedNetwork [2019-09-27T12:37:30.074Z] --- PASS: TestHealthKillContainer (3.04s) [2019-09-27T12:37:30.074Z] === RUN TestInspectCpusetInConfigPre120 [2019-09-27T12:37:30.768Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2019-09-27T12:37:30.862Z] --- PASS: TestInspectCpusetInConfigPre120 (1.02s) [2019-09-27T12:37:30.863Z] === RUN TestIpcModeNone [2019-09-27T12:37:32.133Z] --- PASS: TestIpcModeNone (1.13s) [2019-09-27T12:37:32.133Z] === RUN TestIpcModePrivate [2019-09-27T12:37:32.138Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2019-09-27T12:37:32.702Z] --- PASS: TestServiceWithPredefinedNetwork (3.12s) [2019-09-27T12:37:32.702Z] service_test.go:203: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork" [2019-09-27T12:37:32.702Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-09-27T12:37:32.702Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-27T12:37:32.702Z] service_test.go:230: FLAKY_TEST [2019-09-27T12:37:32.702Z] === RUN TestServiceWithDataPathPortInit [2019-09-27T12:37:32.959Z] === RUN TestDockerSuite/TestBuildEnvUsage [2019-09-27T12:37:33.448Z] --- PASS: TestIpcModePrivate (1.21s) [2019-09-27T12:37:33.448Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:56, shared: false, mustBeShared: false [2019-09-27T12:37:33.448Z] === RUN TestIpcModeShareable [2019-09-27T12:37:34.327Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2019-09-27T12:37:34.741Z] --- PASS: TestIpcModeShareable (1.16s) [2019-09-27T12:37:34.741Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:50, shared: true, mustBeShared: true [2019-09-27T12:37:34.741Z] === RUN TestAPIIpcModeShareableAndContainer [2019-09-27T12:37:35.258Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2019-09-27T12:37:39.862Z] --- PASS: TestAPIIpcModeShareableAndContainer (4.82s) [2019-09-27T12:37:39.862Z] === RUN TestAPIIpcModeHost [2019-09-27T12:37:40.279Z] --- PASS: TestAPIIpcModeHost (0.80s) [2019-09-27T12:37:40.279Z] === RUN TestDaemonIpcModeShareable [2019-09-27T12:37:40.448Z] ok github.com/docker/docker/api/server/httputils 0.026s coverage: 14.7% of statements [2019-09-27T12:37:40.448Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-09-27T12:37:40.448Z] ok github.com/docker/docker/api/server/middleware 0.008s coverage: 37.7% of statements [2019-09-27T12:37:40.448Z] ? github.com/docker/docker/api/server/router [no test files] [2019-09-27T12:37:40.448Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-09-27T12:37:40.448Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-09-27T12:37:40.448Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-09-27T12:37:40.448Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-09-27T12:37:40.448Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-09-27T12:37:40.448Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-09-27T12:37:40.448Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-09-27T12:37:40.448Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-09-27T12:37:40.448Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-09-27T12:37:40.448Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-09-27T12:37:40.448Z] ok github.com/docker/docker/api/types/strslice 0.038s coverage: 90.0% of statements [2019-09-27T12:37:40.448Z] ok github.com/docker/docker/api/types/filters 0.029s coverage: 95.2% of statements [2019-09-27T12:37:40.448Z] ok github.com/docker/docker/api/types/time 0.021s coverage: 100.0% of statements [2019-09-27T12:37:40.448Z] ok github.com/docker/docker/api/server/router/swarm 0.008s coverage: 4.0% of statements [2019-09-27T12:37:40.448Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-09-27T12:37:40.448Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-09-27T12:37:40.448Z] ? github.com/docker/docker/api/types [no test files] [2019-09-27T12:37:40.448Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-09-27T12:37:40.448Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-09-27T12:37:40.448Z] ? github.com/docker/docker/api/types/container [no test files] [2019-09-27T12:37:40.448Z] ? github.com/docker/docker/api/types/events [no test files] [2019-09-27T12:37:40.448Z] ? github.com/docker/docker/api/types/image [no test files] [2019-09-27T12:37:40.448Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-09-27T12:37:40.448Z] ? github.com/docker/docker/api/types/network [no test files] [2019-09-27T12:37:40.448Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-09-27T12:37:40.448Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-09-27T12:37:40.448Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-09-27T12:37:40.448Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-09-27T12:37:40.448Z] ok github.com/docker/docker/api/types/versions 0.007s coverage: 75.0% of statements [2019-09-27T12:37:40.448Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-09-27T12:37:40.448Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-09-27T12:37:40.448Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-09-27T12:37:40.448Z] ? github.com/docker/docker/builder [no test files] [2019-09-27T12:37:40.448Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-09-27T12:37:40.448Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-09-27T12:37:40.448Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-09-27T12:37:40.448Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-09-27T12:37:40.448Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-09-27T12:37:40.448Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-09-27T12:37:40.448Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-09-27T12:37:40.448Z] ok github.com/docker/docker/builder/dockerignore 0.025s coverage: 96.8% of statements [2019-09-27T12:37:40.514Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2019-09-27T12:37:42.169Z] --- PASS: TestDaemonIpcModeShareable (1.98s) [2019-09-27T12:37:42.169Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable" [2019-09-27T12:37:42.169Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2019-09-27T12:37:42.169Z] === RUN TestDaemonIpcModePrivate [2019-09-27T12:37:43.161Z] ok github.com/docker/docker/builder/fscache 0.145s coverage: 69.2% of statements [2019-09-27T12:37:44.616Z] --- PASS: TestDaemonIpcModePrivate (2.32s) [2019-09-27T12:37:44.616Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate" [2019-09-27T12:37:44.616Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false [2019-09-27T12:37:44.616Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-09-27T12:37:44.651Z] ok github.com/docker/docker/builder/remotecontext/git 4.354s coverage: 85.1% of statements [2019-09-27T12:37:44.651Z] ok github.com/docker/docker/builder/remotecontext 0.401s coverage: 13.6% of statements [2019-09-27T12:37:44.936Z] ok github.com/docker/docker/cli/debug 0.011s coverage: 100.0% of statements [2019-09-27T12:37:45.958Z] ok github.com/docker/docker/builder/dockerfile 1.179s coverage: 46.6% of statements [2019-09-27T12:37:45.958Z] ? github.com/docker/docker/cli [no test files] [2019-09-27T12:37:45.958Z] ? github.com/docker/docker/cli/config [no test files] [2019-09-27T12:37:47.155Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.57s) [2019-09-27T12:37:47.155Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig" [2019-09-27T12:37:47.155Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false [2019-09-27T12:37:47.155Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-09-27T12:37:49.645Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.17s) [2019-09-27T12:37:49.645Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig" [2019-09-27T12:37:49.645Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2019-09-27T12:37:49.645Z] === RUN TestIpcModeOlderClient [2019-09-27T12:37:49.645Z] === PAUSE TestIpcModeOlderClient [2019-09-27T12:37:49.645Z] === RUN TestKillContainerInvalidSignal [2019-09-27T12:37:50.423Z] --- PASS: TestKillContainerInvalidSignal (1.04s) [2019-09-27T12:37:50.423Z] === RUN TestKillContainer [2019-09-27T12:37:50.423Z] === RUN TestKillContainer/no_signal [2019-09-27T12:37:51.260Z] === RUN TestKillContainer/non_killing_signal [2019-09-27T12:37:52.076Z] === RUN TestKillContainer/killing_signal [2019-09-27T12:37:52.697Z] --- PASS: TestServiceWithDataPathPortInit (19.37s) [2019-09-27T12:37:52.697Z] service_test.go:323: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-09-27T12:37:52.697Z] service_test.go:355: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-09-27T12:37:52.697Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-09-27T12:37:52.869Z] tests/integration/api_swarm_test.py .ssss.s...x....... [ 72%] [2019-09-27T12:37:53.871Z] --- PASS: TestKillContainer (3.63s) [2019-09-27T12:37:53.871Z] --- PASS: TestKillContainer/no_signal (1.12s) [2019-09-27T12:37:53.871Z] --- PASS: TestKillContainer/non_killing_signal (0.71s) [2019-09-27T12:37:53.871Z] --- PASS: TestKillContainer/killing_signal (1.43s) [2019-09-27T12:37:53.871Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-09-27T12:37:53.871Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-09-27T12:37:54.678Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-09-27T12:37:56.600Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (2.61s) [2019-09-27T12:37:56.600Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.88s) [2019-09-27T12:37:56.600Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (1.01s) [2019-09-27T12:37:56.600Z] === RUN TestKillStoppedContainer [2019-09-27T12:37:56.600Z] --- PASS: TestKillStoppedContainer (0.15s) [2019-09-27T12:37:56.600Z] === RUN TestKillStoppedContainerAPIPre120 [2019-09-27T12:37:57.024Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.19s) [2019-09-27T12:37:57.024Z] === RUN TestKillDifferentUserContainer [2019-09-27T12:37:57.808Z] --- PASS: TestKillDifferentUserContainer (0.87s) [2019-09-27T12:37:57.808Z] === RUN TestInspectOomKilledTrue [2019-09-27T12:37:57.808Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-09-27T12:37:57.808Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-27T12:37:57.808Z] === RUN TestInspectOomKilledFalse [2019-09-27T12:37:57.808Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-09-27T12:37:57.808Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-27T12:37:57.808Z] === RUN TestLinksEtcHostsContentMatch [2019-09-27T12:37:58.596Z] --- PASS: TestLinksEtcHostsContentMatch (0.75s) [2019-09-27T12:37:58.596Z] === RUN TestLinksContainerNames [2019-09-27T12:38:00.422Z] --- PASS: TestLinksContainerNames (1.74s) [2019-09-27T12:38:00.422Z] === RUN TestLogsFollowTailEmpty [2019-09-27T12:38:01.224Z] --- PASS: TestLogsFollowTailEmpty (0.96s) [2019-09-27T12:38:01.224Z] === RUN TestContainerNetworkMountsNoChown [2019-09-27T12:38:01.262Z] ok github.com/docker/docker/client 0.818s coverage: 75.8% of statements [2019-09-27T12:38:02.159Z] --- PASS: TestContainerNetworkMountsNoChown (1.00s) [2019-09-27T12:38:02.159Z] === RUN TestMountDaemonRoot [2019-09-27T12:38:02.159Z] === RUN TestMountDaemonRoot/default [2019-09-27T12:38:02.159Z] === PAUSE TestMountDaemonRoot/default [2019-09-27T12:38:02.159Z] === RUN TestMountDaemonRoot/private [2019-09-27T12:38:02.159Z] === PAUSE TestMountDaemonRoot/private [2019-09-27T12:38:02.159Z] === RUN TestMountDaemonRoot/rprivate [2019-09-27T12:38:02.159Z] === PAUSE TestMountDaemonRoot/rprivate [2019-09-27T12:38:02.159Z] === RUN TestMountDaemonRoot/slave [2019-09-27T12:38:02.159Z] === PAUSE TestMountDaemonRoot/slave [2019-09-27T12:38:02.159Z] === RUN TestMountDaemonRoot/rslave [2019-09-27T12:38:02.159Z] === PAUSE TestMountDaemonRoot/rslave [2019-09-27T12:38:02.159Z] === RUN TestMountDaemonRoot/shared [2019-09-27T12:38:02.159Z] === PAUSE TestMountDaemonRoot/shared [2019-09-27T12:38:02.159Z] === RUN TestMountDaemonRoot/rshared [2019-09-27T12:38:02.159Z] === PAUSE TestMountDaemonRoot/rshared [2019-09-27T12:38:02.159Z] === CONT TestMountDaemonRoot/default [2019-09-27T12:38:02.159Z] === RUN TestMountDaemonRoot/default/bind_root [2019-09-27T12:38:02.159Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-09-27T12:38:02.159Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-09-27T12:38:02.159Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-09-27T12:38:02.159Z] === RUN TestMountDaemonRoot/default/mount_root [2019-09-27T12:38:02.159Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-09-27T12:38:02.159Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-09-27T12:38:02.159Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-09-27T12:38:02.159Z] === CONT TestMountDaemonRoot/default/bind_root [2019-09-27T12:38:02.159Z] === CONT TestMountDaemonRoot/rshared [2019-09-27T12:38:02.159Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-09-27T12:38:02.159Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-09-27T12:38:02.159Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-09-27T12:38:02.159Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-09-27T12:38:02.159Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-09-27T12:38:02.159Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-09-27T12:38:02.159Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-09-27T12:38:02.159Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-09-27T12:38:02.159Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-09-27T12:38:02.159Z] === CONT TestMountDaemonRoot/shared [2019-09-27T12:38:02.159Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-09-27T12:38:02.159Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-09-27T12:38:02.159Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-09-27T12:38:02.159Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-09-27T12:38:02.159Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-09-27T12:38:02.159Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-09-27T12:38:02.159Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-09-27T12:38:02.159Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-09-27T12:38:02.159Z] === CONT TestMountDaemonRoot/rslave [2019-09-27T12:38:02.159Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-09-27T12:38:02.159Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-09-27T12:38:02.159Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-09-27T12:38:02.159Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-09-27T12:38:02.159Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-09-27T12:38:02.159Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-09-27T12:38:02.159Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-09-27T12:38:02.159Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-09-27T12:38:02.159Z] === CONT TestMountDaemonRoot/slave [2019-09-27T12:38:02.159Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-09-27T12:38:02.159Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-09-27T12:38:02.159Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-09-27T12:38:02.159Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-09-27T12:38:02.159Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-09-27T12:38:02.159Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-09-27T12:38:02.159Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-09-27T12:38:02.159Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-09-27T12:38:02.159Z] === CONT TestMountDaemonRoot/rprivate [2019-09-27T12:38:02.159Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-09-27T12:38:02.159Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-09-27T12:38:02.159Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-09-27T12:38:02.159Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-09-27T12:38:02.159Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-09-27T12:38:02.159Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-09-27T12:38:02.159Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-09-27T12:38:02.159Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-09-27T12:38:02.159Z] === CONT TestMountDaemonRoot/private [2019-09-27T12:38:02.159Z] === RUN TestMountDaemonRoot/private/mount_root [2019-09-27T12:38:02.159Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-09-27T12:38:02.159Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-09-27T12:38:02.159Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-09-27T12:38:02.159Z] === RUN TestMountDaemonRoot/private/bind_root [2019-09-27T12:38:02.159Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-09-27T12:38:02.159Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-09-27T12:38:02.159Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-09-27T12:38:02.159Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-09-27T12:38:02.159Z] === CONT TestMountDaemonRoot/default/mount_root [2019-09-27T12:38:02.530Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-09-27T12:38:02.530Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-09-27T12:38:02.530Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-09-27T12:38:02.530Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-09-27T12:38:02.530Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-09-27T12:38:02.530Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-09-27T12:38:02.530Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-09-27T12:38:02.530Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-09-27T12:38:02.530Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-09-27T12:38:02.530Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-09-27T12:38:02.530Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-09-27T12:38:02.530Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-09-27T12:38:02.718Z] --- PASS: TestServiceWithDefaultAddressPoolInit (10.01s) [2019-09-27T12:38:02.718Z] service_test.go:388: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit" [2019-09-27T12:38:02.718Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:0nk04lnz9jer6j77gd9xmcphb Created:2019-09-27 12:37:53.604288928 +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[8e0452e2df1af03f5145cb07b9e2ec9f9c9209015c95ea3d083bced05cc6b875:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ycekh3duuym175lx7yh2lninv EndpointID:d1f8fa9d4cec3558cfd0b21e368b7d52f736bc52866b29d68d057febdb1a3e56 MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:8caf4e6794e23028e64336ad412339664b7baf561b371c183990890deadb5b86 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:19b2119b039a IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ycekh3duuym175lx7yh2lninv EndpointID:d1f8fa9d4cec3558cfd0b21e368b7d52f736bc52866b29d68d057febdb1a3e56 EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-09-27T12:38:02.718Z] PASS [2019-09-27T12:38:02.718Z] [2019-09-27T12:38:02.718Z] === Skipped [2019-09-27T12:38:02.718Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-27T12:38:02.718Z] service_test.go:230: FLAKY_TEST [2019-09-27T12:38:02.718Z] [2019-09-27T12:38:02.718Z] [2019-09-27T12:38:02.718Z] DONE 21 tests, 1 skipped in 50.937s [2019-09-27T12:38:02.718Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-09-27T12:38:02.718Z] ++ 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-27T12:38:02.718Z] ++ set -e [2019-09-27T12:38:02.718Z] ++ '[' -n 0 ']' [2019-09-27T12:38:02.718Z] ++ set -x [2019-09-27T12:38:02.718Z] ++ env -i DEST=/go/src/github.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-27T12:38:02.718Z] INFO: Testing against a local daemon [2019-09-27T12:38:02.718Z] === RUN TestDockerNetworkIpvlanPersistance [2019-09-27T12:38:02.718Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2019-09-27T12:38:02.718Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-27T12:38:02.718Z] === RUN TestDockerNetworkIpvlan [2019-09-27T12:38:02.718Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-09-27T12:38:02.718Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-27T12:38:02.718Z] PASS [2019-09-27T12:38:02.718Z] [2019-09-27T12:38:02.718Z] === Skipped [2019-09-27T12:38:02.718Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2019-09-27T12:38:02.718Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-27T12:38:02.718Z] [2019-09-27T12:38:02.718Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-09-27T12:38:02.718Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-27T12:38:02.718Z] [2019-09-27T12:38:02.718Z] [2019-09-27T12:38:02.718Z] DONE 2 tests, 2 skipped in 0.112s [2019-09-27T12:38:02.718Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-09-27T12:38:02.718Z] ++ 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-27T12:38:02.718Z] ++ set -e [2019-09-27T12:38:02.718Z] ++ '[' -n 0 ']' [2019-09-27T12:38:02.718Z] ++ set -x [2019-09-27T12:38:02.718Z] ++ env -i DEST=/go/src/github.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-27T12:38:02.718Z] INFO: Testing against a local daemon [2019-09-27T12:38:02.718Z] === RUN TestDockerNetworkMacvlanPersistance [2019-09-27T12:38:02.911Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-09-27T12:38:02.911Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-09-27T12:38:02.911Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-09-27T12:38:02.911Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-09-27T12:38:02.911Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-09-27T12:38:02.911Z] === CONT TestMountDaemonRoot/private/mount_root [2019-09-27T12:38:02.911Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-09-27T12:38:02.911Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-09-27T12:38:02.911Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-09-27T12:38:02.911Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-09-27T12:38:02.911Z] === CONT TestMountDaemonRoot/private/bind_root [2019-09-27T12:38:02.911Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-09-27T12:38:02.911Z] --- PASS: TestMountDaemonRoot (0.02s) [2019-09-27T12:38:02.911Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-09-27T12:38:02.911Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.11s) [2019-09-27T12:38:02.911Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) [2019-09-27T12:38:02.911Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.10s) [2019-09-27T12:38:02.911Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2019-09-27T12:38:02.911Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-09-27T12:38:02.911Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.10s) [2019-09-27T12:38:02.911Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2019-09-27T12:38:02.911Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2019-09-27T12:38:02.911Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2019-09-27T12:38:02.911Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-09-27T12:38:02.911Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2019-09-27T12:38:02.911Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2019-09-27T12:38:02.911Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2019-09-27T12:38:02.911Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2019-09-27T12:38:02.911Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-09-27T12:38:02.911Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2019-09-27T12:38:02.911Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.10s) [2019-09-27T12:38:02.911Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s) [2019-09-27T12:38:02.911Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s) [2019-09-27T12:38:02.911Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-09-27T12:38:02.911Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2019-09-27T12:38:02.911Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2019-09-27T12:38:02.911Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2019-09-27T12:38:02.911Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2019-09-27T12:38:02.911Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-09-27T12:38:02.911Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2019-09-27T12:38:02.911Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2019-09-27T12:38:02.911Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2019-09-27T12:38:02.911Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2019-09-27T12:38:02.911Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-09-27T12:38:02.911Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2019-09-27T12:38:02.911Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2019-09-27T12:38:02.911Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2019-09-27T12:38:02.911Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2019-09-27T12:38:02.911Z] === RUN TestContainerBindMountNonRecursive [2019-09-27T12:38:03.648Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.33s) [2019-09-27T12:38:03.648Z] macvlan_test.go:24: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance" [2019-09-27T12:38:03.648Z] === RUN TestDockerNetworkMacvlan [2019-09-27T12:38:03.905Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2019-09-27T12:38:04.468Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-09-27T12:38:04.745Z] --- PASS: TestContainerBindMountNonRecursive (1.83s) [2019-09-27T12:38:04.745Z] === RUN TestNetworkNat [2019-09-27T12:38:05.398Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-09-27T12:38:05.540Z] --- PASS: TestNetworkNat (0.88s) [2019-09-27T12:38:05.540Z] === RUN TestNetworkLocalhostTCPNat [2019-09-27T12:38:05.655Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2019-09-27T12:38:06.219Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-09-27T12:38:06.873Z] --- PASS: TestNetworkLocalhostTCPNat (1.02s) [2019-09-27T12:38:06.873Z] === RUN TestNetworkLoopbackNat [2019-09-27T12:38:07.993Z] tests/integration/api_volume_test.py ......... [ 74%] [2019-09-27T12:38:08.168Z] --- PASS: TestNetworkLoopbackNat (1.27s) [2019-09-27T12:38:08.168Z] === RUN TestPause [2019-09-27T12:38:08.966Z] --- PASS: TestPause (1.00s) [2019-09-27T12:38:08.966Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-09-27T12:38:08.966Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-09-27T12:38:08.966Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-27T12:38:08.966Z] === RUN TestPauseStopPausedContainer [2019-09-27T12:38:09.494Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-09-27T12:38:09.876Z] tests/integration/client_test.py ..... [ 75%] [2019-09-27T12:38:10.237Z] --- PASS: TestPauseStopPausedContainer (0.97s) [2019-09-27T12:38:10.237Z] === RUN TestPsFilter [2019-09-27T12:38:10.237Z] --- PASS: TestPsFilter (0.26s) [2019-09-27T12:38:10.237Z] === RUN TestRemoveContainerWithRemovedVolume [2019-09-27T12:38:10.800Z] tests/integration/errors_test.py . [ 75%] [2019-09-27T12:38:11.056Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.81s) [2019-09-27T12:38:11.056Z] === RUN TestRemoveContainerWithVolume [2019-09-27T12:38:11.917Z] --- PASS: TestRemoveContainerWithVolume (0.94s) [2019-09-27T12:38:11.917Z] === RUN TestRemoveContainerRunning [2019-09-27T12:38:12.695Z] --- PASS: TestRemoveContainerRunning (0.88s) [2019-09-27T12:38:12.695Z] === RUN TestRemoveContainerForceRemoveRunning [2019-09-27T12:38:13.680Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-09-27T12:38:13.958Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.01s) [2019-09-27T12:38:13.958Z] === RUN TestRemoveInvalidContainer [2019-09-27T12:38:13.958Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2019-09-27T12:38:13.958Z] === RUN TestRenameLinkedContainer [2019-09-27T12:38:16.203Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2019-09-27T12:38:16.767Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2019-09-27T12:38:17.255Z] --- PASS: TestRenameLinkedContainer (3.55s) [2019-09-27T12:38:17.255Z] === RUN TestRenameStoppedContainer [2019-09-27T12:38:17.330Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2019-09-27T12:38:18.261Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2019-09-27T12:38:18.518Z] --- PASS: TestRenameStoppedContainer (0.93s) [2019-09-27T12:38:18.518Z] === RUN TestRenameRunningContainerAndReuse [2019-09-27T12:38:18.825Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-09-27T12:38:19.756Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2019-09-27T12:38:19.756Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2019-09-27T12:38:20.013Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2019-09-27T12:38:20.329Z] --- PASS: TestRenameRunningContainerAndReuse (1.79s) [2019-09-27T12:38:20.329Z] === RUN TestRenameInvalidName [2019-09-27T12:38:20.577Z] --- PASS: TestDockerNetworkMacvlan (16.83s) [2019-09-27T12:38:20.577Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-27T12:38:20.577Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2019-09-27T12:38:20.577Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-27T12:38:20.577Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2019-09-27T12:38:20.577Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-27T12:38:20.577Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.91s) [2019-09-27T12:38:20.577Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-27T12:38:20.577Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.83s) [2019-09-27T12:38:20.577Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-27T12:38:20.577Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.17s) [2019-09-27T12:38:20.577Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-27T12:38:20.577Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.26s) [2019-09-27T12:38:20.577Z] PASS [2019-09-27T12:38:20.577Z] [2019-09-27T12:38:20.577Z] DONE 8 tests in 18.276s [2019-09-27T12:38:20.577Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2019-09-27T12:38:20.577Z] ++ 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-27T12:38:20.577Z] ++ set -e [2019-09-27T12:38:20.577Z] ++ '[' -n 0 ']' [2019-09-27T12:38:20.577Z] ++ set -x [2019-09-27T12:38:20.577Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-27T12:38:20.577Z] testing: warning: no tests to run [2019-09-27T12:38:20.577Z] PASS [2019-09-27T12:38:20.577Z] [2019-09-27T12:38:20.577Z] DONE 0 tests in 0.023s [2019-09-27T12:38:20.577Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-09-27T12:38:20.577Z] ++ 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-27T12:38:20.577Z] ++ set -e [2019-09-27T12:38:20.577Z] ++ '[' -n 0 ']' [2019-09-27T12:38:20.577Z] ++ set -x [2019-09-27T12:38:20.577Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-27T12:38:20.577Z] INFO: Testing against a local daemon [2019-09-27T12:38:20.577Z] === RUN TestAuthZPluginAllowRequest [2019-09-27T12:38:21.105Z] --- PASS: TestRenameInvalidName (0.93s) [2019-09-27T12:38:21.105Z] === RUN TestRenameAnonymousContainer [2019-09-27T12:38:22.469Z] --- PASS: TestAuthZPluginAllowRequest (1.82s) [2019-09-27T12:38:22.469Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest" [2019-09-27T12:38:22.470Z] === RUN TestAuthZPluginTLS [2019-09-27T12:38:23.033Z] --- PASS: TestAuthZPluginTLS (0.55s) [2019-09-27T12:38:23.033Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS" [2019-09-27T12:38:23.033Z] === RUN TestAuthZPluginDenyRequest [2019-09-27T12:38:23.596Z] --- PASS: TestAuthZPluginDenyRequest (0.56s) [2019-09-27T12:38:23.596Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest" [2019-09-27T12:38:23.596Z] === RUN TestAuthZPluginAPIDenyResponse [2019-09-27T12:38:23.855Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2019-09-27T12:38:24.112Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2019-09-27T12:38:24.112Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse" [2019-09-27T12:38:24.112Z] === RUN TestAuthZPluginDenyResponse [2019-09-27T12:38:24.328Z] --- PASS: TestRenameAnonymousContainer (2.94s) [2019-09-27T12:38:24.328Z] === RUN TestRenameContainerWithSameName [2019-09-27T12:38:24.674Z] --- PASS: TestAuthZPluginDenyResponse (0.57s) [2019-09-27T12:38:24.675Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse" [2019-09-27T12:38:24.675Z] === RUN TestAuthZPluginAllowEventStream [2019-09-27T12:38:24.701Z] --- PASS: TestRenameContainerWithSameName (0.86s) [2019-09-27T12:38:24.701Z] === RUN TestRenameContainerWithLinkedContainer [2019-09-27T12:38:26.506Z] --- PASS: TestRenameContainerWithLinkedContainer (1.79s) [2019-09-27T12:38:26.506Z] === RUN TestResize [2019-09-27T12:38:26.568Z] --- PASS: TestAuthZPluginAllowEventStream (1.86s) [2019-09-27T12:38:26.568Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream" [2019-09-27T12:38:26.568Z] === RUN TestAuthZPluginErrorResponse [2019-09-27T12:38:27.131Z] --- PASS: TestAuthZPluginErrorResponse (0.57s) [2019-09-27T12:38:27.131Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse" [2019-09-27T12:38:27.131Z] === RUN TestAuthZPluginErrorRequest [2019-09-27T12:38:27.695Z] --- PASS: TestAuthZPluginErrorRequest (0.56s) [2019-09-27T12:38:27.695Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest" [2019-09-27T12:38:27.695Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-09-27T12:38:27.829Z] --- PASS: TestResize (1.00s) [2019-09-27T12:38:27.829Z] === RUN TestResizeWithInvalidSize [2019-09-27T12:38:28.258Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2019-09-27T12:38:28.258Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration" [2019-09-27T12:38:28.258Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-09-27T12:38:28.665Z] --- PASS: TestResizeWithInvalidSize (0.99s) [2019-09-27T12:38:28.665Z] === RUN TestResizeWhenContainerNotStarted [2019-09-27T12:38:29.479Z] --- PASS: TestResizeWhenContainerNotStarted (0.91s) [2019-09-27T12:38:29.479Z] === RUN TestDaemonRestartKillContainers [2019-09-27T12:38:29.479Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-27T12:38:29.479Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-27T12:38:29.479Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-27T12:38:29.479Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-27T12:38:29.479Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-27T12:38:29.479Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-27T12:38:29.479Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-27T12:38:29.479Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-27T12:38:29.479Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-27T12:38:29.479Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-27T12:38:29.479Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-27T12:38:29.479Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-27T12:38:29.479Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-27T12:38:29.479Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-27T12:38:29.479Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-27T12:38:29.479Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-27T12:38:29.479Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-27T12:38:29.479Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-27T12:38:29.479Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-27T12:38:29.479Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-27T12:38:29.479Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-27T12:38:29.479Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-27T12:38:29.479Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-27T12:38:29.479Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-27T12:38:29.479Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-27T12:38:29.479Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-27T12:38:30.152Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.00s) [2019-09-27T12:38:30.152Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking" [2019-09-27T12:38:30.152Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-09-27T12:38:32.007Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-27T12:38:32.007Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-27T12:38:32.677Z] === RUN TestDockerSuite/TestBuildExpose [2019-09-27T12:38:32.677Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.08s) [2019-09-27T12:38:32.677Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom" [2019-09-27T12:38:32.677Z] === RUN TestAuthZPluginHeader [2019-09-27T12:38:32.677Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2019-09-27T12:38:33.240Z] --- PASS: TestAuthZPluginHeader (0.83s) [2019-09-27T12:38:33.240Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader" [2019-09-27T12:38:33.240Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-09-27T12:38:33.240Z] === RUN TestDockerSuite/TestBuildExposeOrder [2019-09-27T12:38:33.428Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-27T12:38:33.428Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-27T12:38:33.804Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2019-09-27T12:38:34.061Z] === RUN TestDockerSuite/TestBuildFails [2019-09-27T12:38:34.722Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-27T12:38:34.722Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-27T12:38:34.992Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2019-09-27T12:38:34.992Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2019-09-27T12:38:37.190Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-27T12:38:37.190Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-27T12:38:37.513Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2019-09-27T12:38:37.771Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.70s) [2019-09-27T12:38:37.771Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2AllowNonVolumeRequest" [2019-09-27T12:38:37.771Z] === RUN TestAuthZPluginV2Disable [2019-09-27T12:38:38.523Z] 2945147eda09: Pull complete [2019-09-27T12:38:38.523Z] Digest: sha256:d7e7e3702cbc4d8ea29001a02c1c852d0229a0679d94e017a41c43dbaa01db20 [2019-09-27T12:38:38.523Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-27T12:38:38.523Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-27T12:38:38.523Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2019-09-27T12:38:38.523Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2019-09-27T12:38:38.523Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.737' [2019-09-27T12:38:38.523Z] INFO: Docker version of control daemon [2019-09-27T12:38:38.523Z] [2019-09-27T12:38:38.523Z] Client: Docker Engine - Enterprise [2019-09-27T12:38:38.523Z] Version: 19.03.2 [2019-09-27T12:38:38.523Z] API version: 1.40 [2019-09-27T12:38:38.523Z] Go version: go1.12.8 [2019-09-27T12:38:38.523Z] Git commit: c92ab06ed9 [2019-09-27T12:38:38.523Z] Built: 09/03/2019 16:38:11 [2019-09-27T12:38:38.523Z] OS/Arch: windows/amd64 [2019-09-27T12:38:38.523Z] Experimental: false [2019-09-27T12:38:38.523Z] [2019-09-27T12:38:38.523Z] Server: Docker Engine - Enterprise [2019-09-27T12:38:38.523Z] Engine: [2019-09-27T12:38:38.523Z] Version: 19.03.2 [2019-09-27T12:38:38.523Z] API version: 1.40 (minimum version 1.24) [2019-09-27T12:38:38.523Z] Go version: go1.12.8 [2019-09-27T12:38:38.523Z] Git commit: c92ab06ed9 [2019-09-27T12:38:38.523Z] Built: 09/03/2019 16:35:47 [2019-09-27T12:38:38.523Z] OS/Arch: windows/amd64 [2019-09-27T12:38:38.523Z] Experimental: true [2019-09-27T12:38:38.523Z] [2019-09-27T12:38:38.523Z] INFO: Docker info of control daemon [2019-09-27T12:38:38.523Z] [2019-09-27T12:38:38.523Z] Client: [2019-09-27T12:38:38.523Z] Debug Mode: false [2019-09-27T12:38:38.523Z] Plugins: [2019-09-27T12:38:38.523Z] cluster: Manage Docker clusters (Docker Inc., v1.1.0-8c33de7) [2019-09-27T12:38:38.523Z] [2019-09-27T12:38:38.523Z] Server: [2019-09-27T12:38:38.523Z] Containers: 0 [2019-09-27T12:38:38.523Z] Running: 0 [2019-09-27T12:38:38.523Z] Paused: 0 [2019-09-27T12:38:38.523Z] Stopped: 0 [2019-09-27T12:38:38.523Z] Images: 1 [2019-09-27T12:38:38.523Z] Server Version: 19.03.2 [2019-09-27T12:38:38.523Z] Storage Driver: windowsfilter (windows) lcow (linux) [2019-09-27T12:38:38.523Z] Windows: [2019-09-27T12:38:38.523Z] LCOW: [2019-09-27T12:38:38.523Z] Logging Driver: json-file [2019-09-27T12:38:38.523Z] Plugins: [2019-09-27T12:38:38.523Z] Volume: local [2019-09-27T12:38:38.523Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2019-09-27T12:38:38.523Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-09-27T12:38:38.523Z] Swarm: inactive [2019-09-27T12:38:38.523Z] Default Isolation: process [2019-09-27T12:38:38.523Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-09-27T12:38:38.523Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-09-27T12:38:38.523Z] OSType: windows [2019-09-27T12:38:38.523Z] Architecture: x86_64 [2019-09-27T12:38:38.523Z] CPUs: 4 [2019-09-27T12:38:38.523Z] Total Memory: 32GiB [2019-09-27T12:38:38.523Z] Name: azwin-2-b4f710 [2019-09-27T12:38:38.523Z] ID: 4XOH:KI43:3UYQ:TBC4:5RJP:O6MZ:RR7U:K7TM:PNVP:XMQC:BCRI:ONC3 [2019-09-27T12:38:38.523Z] Docker Root Dir: D:\docker [2019-09-27T12:38:38.523Z] Debug Mode: false [2019-09-27T12:38:38.523Z] Registry: https://index.docker.io/v1/ [2019-09-27T12:38:38.523Z] Labels: [2019-09-27T12:38:38.523Z] Experimental: true [2019-09-27T12:38:38.523Z] Insecure Registries: [2019-09-27T12:38:38.523Z] 10.0.0.4:5000 [2019-09-27T12:38:38.523Z] 127.0.0.0/8 [2019-09-27T12:38:38.523Z] Registry Mirrors: [2019-09-27T12:38:38.523Z] http://10.0.0.4:5000/ [2019-09-27T12:38:38.523Z] Live Restore Enabled: false [2019-09-27T12:38:38.523Z] [2019-09-27T12:38:38.523Z] [2019-09-27T12:38:38.523Z] INFO: Commit hash is b5dcdbde1 [2019-09-27T12:38:38.523Z] INFO: Nuke-Everything... [2019-09-27T12:38:38.523Z] INFO: Container count on control daemon to delete is 0 [2019-09-27T12:38:38.523Z] INFO: Nuking d:\CI [2019-09-27T12:38:38.523Z] INFO: Zapped successfully [2019-09-27T12:38:38.523Z] INFO: Location for testing is d:\CI\PR-39997\2 [2019-09-27T12:38:38.523Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2019-09-27T12:38:38.523Z] [2019-09-27T12:38:38.523Z] [2019-09-27T12:38:38.523Z] INFO: Building the image from Dockerfile.windows at 09/27/2019 12:38:35... [2019-09-27T12:38:38.523Z] [2019-09-27T12:38:39.864Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-27T12:38:40.251Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-27T12:38:40.325Z] === RUN TestDockerSuite/TestBuildForceRm [2019-09-27T12:38:41.693Z] --- PASS: TestAuthZPluginV2Disable (3.70s) [2019-09-27T12:38:41.693Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2Disable" [2019-09-27T12:38:41.693Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-09-27T12:38:41.693Z] === RUN TestDockerSuite/TestBuildFromGit [2019-09-27T12:38:42.729Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-09-27T12:38:42.730Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.05s) [2019-09-27T12:38:42.730Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon" [2019-09-27T12:38:42.730Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.42s) [2019-09-27T12:38:42.730Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon" [2019-09-27T12:38:42.730Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.48s) [2019-09-27T12:38:42.730Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon" [2019-09-27T12:38:42.730Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.49s) [2019-09-27T12:38:42.730Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon" [2019-09-27T12:38:42.730Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.51s) [2019-09-27T12:38:42.730Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon" [2019-09-27T12:38:42.730Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.44s) [2019-09-27T12:38:42.730Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon" [2019-09-27T12:38:42.730Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.22s) [2019-09-27T12:38:42.730Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon" [2019-09-27T12:38:42.730Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.31s) [2019-09-27T12:38:42.730Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon" [2019-09-27T12:38:42.730Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.06s) [2019-09-27T12:38:42.730Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon" [2019-09-27T12:38:42.730Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.07s) [2019-09-27T12:38:42.730Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon" [2019-09-27T12:38:42.730Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.28s) [2019-09-27T12:38:42.730Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon" [2019-09-27T12:38:42.730Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.29s) [2019-09-27T12:38:42.730Z] restart_test.go:67: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon" [2019-09-27T12:38:42.730Z] === RUN TestCgroupNamespacesRun [2019-09-27T12:38:43.587Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2019-09-27T12:38:43.587Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2019-09-27T12:38:44.365Z] Sending build context to Docker daemon 49.98MB [2019-09-27T12:38:44.365Z] [2019-09-27T12:38:44.365Z] Step 1/8 : FROM microsoft/windowsservercore [2019-09-27T12:38:44.365Z] ---> 1ddfa8bee56a [2019-09-27T12:38:44.365Z] Step 2/8 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2019-09-27T12:38:44.602Z] --- PASS: TestCgroupNamespacesRun (1.73s) [2019-09-27T12:38:44.602Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun" [2019-09-27T12:38:44.602Z] === RUN TestCgroupNamespacesRunPrivileged [2019-09-27T12:38:44.827Z] ---> Running in 0381920ddfbd [2019-09-27T12:38:44.954Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2019-09-27T12:38:44.955Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.42s) [2019-09-27T12:38:44.955Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2RejectVolumeRequests" [2019-09-27T12:38:44.955Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-09-27T12:38:45.800Z] Removing intermediate container 0381920ddfbd [2019-09-27T12:38:45.800Z] ---> 6bf3bf219a0e [2019-09-27T12:38:45.800Z] Step 3/8 : ARG GO_VERSION=1.13.0 [2019-09-27T12:38:45.800Z] ---> Running in f125e7863201 [2019-09-27T12:38:45.953Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.69s) [2019-09-27T12:38:45.953Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged" [2019-09-27T12:38:45.953Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-09-27T12:38:46.775Z] Removing intermediate container f125e7863201 [2019-09-27T12:38:46.775Z] ---> 052ba7eef53f [2019-09-27T12:38:46.775Z] Step 4/8 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 [2019-09-27T12:38:46.775Z] ---> Running in 763fd1c81b84 [2019-09-27T12:38:47.239Z] Removing intermediate container 763fd1c81b84 [2019-09-27T12:38:47.239Z] ---> aaf41152fa34 [2019-09-27T12:38:47.240Z] 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-27T12:38:47.240Z] ---> Running in 6e2c44894148 [2019-09-27T12:38:47.798Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.85s) [2019-09-27T12:38:47.798Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode" [2019-09-27T12:38:47.798Z] === RUN TestCgroupNamespacesRunHostMode [2019-09-27T12:38:48.231Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2019-09-27T12:38:48.505Z] ok github.com/docker/docker/cmd/dockerd 0.187s coverage: 30.1% of statements [2019-09-27T12:38:48.795Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2019-09-27T12:38:49.666Z] --- PASS: TestCgroupNamespacesRunHostMode (1.81s) [2019-09-27T12:38:49.666Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode" [2019-09-27T12:38:49.666Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-09-27T12:38:49.725Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2019-09-27T12:38:51.472Z] tests/integration/models_containers_test.py ............................ [ 83%] [2019-09-27T12:38:51.605Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.83s) [2019-09-27T12:38:51.605Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode" [2019-09-27T12:38:51.605Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-09-27T12:38:52.000Z] ok github.com/docker/docker/container 0.249s coverage: 35.3% of statements [2019-09-27T12:38:52.000Z] ? github.com/docker/docker/container/stream [no test files] [2019-09-27T12:38:52.000Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-09-27T12:38:52.000Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-09-27T12:38:52.000Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-09-27T12:38:52.394Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.85s) [2019-09-27T12:38:52.394Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate" [2019-09-27T12:38:52.394Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-09-27T12:38:53.190Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.90s) [2019-09-27T12:38:53.190Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode" [2019-09-27T12:38:53.190Z] === RUN TestCgroupNamespacesRunOlderClient [2019-09-27T12:38:53.899Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2019-09-27T12:38:55.019Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.86s) [2019-09-27T12:38:55.019Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient" [2019-09-27T12:38:55.019Z] === RUN TestKernelTCPMemory [2019-09-27T12:38:55.491Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.095s coverage: 65.3% of statements [2019-09-27T12:38:55.793Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2019-09-27T12:38:56.340Z] --- PASS: TestKernelTCPMemory (1.01s) [2019-09-27T12:38:56.340Z] === RUN TestNISDomainname [2019-09-27T12:38:57.147Z] --- PASS: TestNISDomainname (1.16s) [2019-09-27T12:38:57.147Z] === RUN TestHostnameDnsResolution [2019-09-27T12:38:57.161Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (12.10s) [2019-09-27T12:38:57.161Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2BadManifestFailsDaemonStart" [2019-09-27T12:38:57.161Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-09-27T12:38:57.161Z] === RUN TestDockerSuite/TestBuildHistory [2019-09-27T12:38:57.601Z] [2019-09-27T12:38:57.601Z] SUCCESS: Specified value was saved. [2019-09-27T12:38:58.071Z] INFO: Downloading git... [2019-09-27T12:38:58.400Z] --- PASS: TestHostnameDnsResolution (1.21s) [2019-09-27T12:38:58.400Z] === RUN TestStats [2019-09-27T12:38:59.620Z] INFO: Downloading go... [2019-09-27T12:39:00.891Z] --- PASS: TestStats (2.43s) [2019-09-27T12:39:00.891Z] === RUN TestStopContainerWithTimeout [2019-09-27T12:39:00.891Z] === RUN TestStopContainerWithTimeout/0 [2019-09-27T12:39:00.891Z] === PAUSE TestStopContainerWithTimeout/0 [2019-09-27T12:39:00.891Z] === RUN TestStopContainerWithTimeout/1 [2019-09-27T12:39:00.891Z] === PAUSE TestStopContainerWithTimeout/1 [2019-09-27T12:39:00.891Z] === RUN TestStopContainerWithTimeout/3 [2019-09-27T12:39:00.891Z] === PAUSE TestStopContainerWithTimeout/3 [2019-09-27T12:39:00.891Z] === RUN TestStopContainerWithTimeout/-1 [2019-09-27T12:39:00.891Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-09-27T12:39:00.891Z] === CONT TestStopContainerWithTimeout/0 [2019-09-27T12:39:00.891Z] === CONT TestStopContainerWithTimeout/-1 [2019-09-27T12:39:01.173Z] INFO: Downloading compiler 1 of 3... [2019-09-27T12:39:01.635Z] INFO: Downloading compiler 2 of 3... [2019-09-27T12:39:02.199Z] === CONT TestStopContainerWithTimeout/3 [2019-09-27T12:39:02.415Z] === RUN TestDockerSuite/TestBuildIidFile [2019-09-27T12:39:02.415Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2019-09-27T12:39:02.609Z] INFO: Downloading compiler 3 of 3... [2019-09-27T12:39:02.609Z] INFO: Extracting git... [2019-09-27T12:39:02.978Z] === RUN TestDockerSuite/TestBuildInheritance [2019-09-27T12:39:03.235Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2019-09-27T12:39:03.493Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2019-09-27T12:39:03.936Z] ok github.com/docker/docker/daemon/cluster/convert 0.068s coverage: 35.8% of statements [2019-09-27T12:39:03.982Z] === CONT TestStopContainerWithTimeout/1 [2019-09-27T12:39:04.425Z] === RUN TestDockerSuite/TestBuildInvalidTag [2019-09-27T12:39:04.426Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2019-09-27T12:39:05.356Z] === RUN TestDockerSuite/TestBuildLabel [2019-09-27T12:39:05.849Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2019-09-27T12:39:05.849Z] --- PASS: TestStopContainerWithTimeout/0 (1.07s) [2019-09-27T12:39:05.849Z] --- PASS: TestStopContainerWithTimeout/-1 (3.01s) [2019-09-27T12:39:05.849Z] --- PASS: TestStopContainerWithTimeout/3 (2.93s) [2019-09-27T12:39:05.849Z] --- PASS: TestStopContainerWithTimeout/1 (1.90s) [2019-09-27T12:39:05.849Z] === RUN TestDeleteDevicemapper [2019-09-27T12:39:05.849Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-09-27T12:39:05.849Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-27T12:39:05.849Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-09-27T12:39:05.919Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2019-09-27T12:39:06.482Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2019-09-27T12:39:06.639Z] ok github.com/docker/docker/daemon/cluster 0.130s coverage: 0.5% of statements [2019-09-27T12:39:06.740Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2019-09-27T12:39:07.304Z] === RUN TestDockerSuite/TestBuildLabels [2019-09-27T12:39:07.868Z] === RUN TestDockerSuite/TestBuildLabelsCache [2019-09-27T12:39:08.797Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2019-09-27T12:39:09.955Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.88s) [2019-09-27T12:39:09.955Z] === RUN TestUpdateMemory [2019-09-27T12:39:09.955Z] --- SKIP: TestUpdateMemory (0.00s) [2019-09-27T12:39:09.955Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-09-27T12:39:09.955Z] === RUN TestUpdateCPUQuota [2019-09-27T12:39:11.224Z] --- PASS: TestUpdateCPUQuota (1.66s) [2019-09-27T12:39:11.224Z] === RUN TestUpdatePidsLimit [2019-09-27T12:39:11.224Z] === RUN TestUpdatePidsLimit/update_from_none [2019-09-27T12:39:11.794Z] ......... [ 85%] [2019-09-27T12:39:12.091Z] === RUN TestUpdatePidsLimit/no_change [2019-09-27T12:39:12.091Z] === RUN TestUpdatePidsLimit/update_lower [2019-09-27T12:39:12.094Z] === RUN TestDockerSuite/TestBuildLastModified [2019-09-27T12:39:12.188Z] ok github.com/docker/docker/daemon/discovery 0.039s coverage: 30.0% of statements [2019-09-27T12:39:12.509Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-09-27T12:39:13.311Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-09-27T12:39:13.672Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-09-27T12:39:13.986Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.63s) [2019-09-27T12:39:13.986Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart" [2019-09-27T12:39:13.986Z] PASS [2019-09-27T12:39:13.986Z] [2019-09-27T12:39:13.986Z] DONE 17 tests in 53.141s [2019-09-27T12:39:13.986Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-09-27T12:39:13.986Z] ++ 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-27T12:39:13.986Z] ++ set -e [2019-09-27T12:39:13.986Z] ++ '[' -n 0 ']' [2019-09-27T12:39:13.986Z] ++ set -x [2019-09-27T12:39:13.986Z] ++ env -i DEST=/go/src/github.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-27T12:39:13.986Z] INFO: Testing against a local daemon [2019-09-27T12:39:13.986Z] === RUN TestPluginInvalidJSON [2019-09-27T12:39:13.986Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-09-27T12:39:13.986Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-09-27T12:39:13.986Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-09-27T12:39:13.986Z] --- PASS: TestPluginInvalidJSON (0.02s) [2019-09-27T12:39:13.986Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-09-27T12:39:13.986Z] PASS [2019-09-27T12:39:13.986Z] [2019-09-27T12:39:13.986Z] DONE 2 tests in 0.107s [2019-09-27T12:39:13.986Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-09-27T12:39:13.986Z] ++ 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-27T12:39:13.986Z] ++ set -e [2019-09-27T12:39:13.986Z] ++ '[' -n 0 ']' [2019-09-27T12:39:13.986Z] ++ set -x [2019-09-27T12:39:13.986Z] ++ env -i DEST=/go/src/github.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-27T12:39:13.986Z] INFO: Testing against a local daemon [2019-09-27T12:39:13.986Z] === RUN TestExternalGraphDriver [2019-09-27T12:39:13.986Z] === RUN TestExternalGraphDriver/json [2019-09-27T12:39:14.050Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-09-27T12:39:14.238Z] ok github.com/docker/docker/daemon/events 0.068s coverage: 50.0% of statements [2019-09-27T12:39:14.526Z] ok github.com/docker/docker/daemon/config 0.121s coverage: 84.6% of statements [2019-09-27T12:39:15.877Z] --- PASS: TestUpdatePidsLimit (4.42s) [2019-09-27T12:39:15.877Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.43s) [2019-09-27T12:39:15.877Z] --- PASS: TestUpdatePidsLimit/no_change (0.40s) [2019-09-27T12:39:15.877Z] --- PASS: TestUpdatePidsLimit/update_lower (0.45s) [2019-09-27T12:39:15.877Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.46s) [2019-09-27T12:39:15.877Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.47s) [2019-09-27T12:39:15.877Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.47s) [2019-09-27T12:39:15.877Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.41s) [2019-09-27T12:39:15.877Z] === RUN TestUpdateRestartPolicy [2019-09-27T12:39:15.881Z] === RUN TestExternalGraphDriver/spec [2019-09-27T12:39:17.253Z] === RUN TestDockerSuite/TestBuildLineBreak [2019-09-27T12:39:17.816Z] === RUN TestExternalGraphDriver/pull [2019-09-27T12:39:17.949Z] tests/integration/models_images_test.py ............... [ 89%] [2019-09-27T12:39:18.011Z] ok github.com/docker/docker/daemon/graphdriver 0.010s coverage: 2.2% of statements [2019-09-27T12:39:19.608Z] tests/integration/models_networks_test.py .... [ 90%] [2019-09-27T12:39:20.336Z] --- PASS: TestExternalGraphDriver (6.02s) [2019-09-27T12:39:20.336Z] external_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver" [2019-09-27T12:39:20.336Z] --- PASS: TestExternalGraphDriver/json (2.04s) [2019-09-27T12:39:20.336Z] --- PASS: TestExternalGraphDriver/spec (1.96s) [2019-09-27T12:39:20.336Z] --- PASS: TestExternalGraphDriver/pull (1.93s) [2019-09-27T12:39:20.336Z] === RUN TestGraphdriverPluginV2 [2019-09-27T12:39:20.720Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.498s coverage: 13.6% of statements [2019-09-27T12:39:20.900Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2019-09-27T12:39:20.900Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2019-09-27T12:39:20.900Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2019-09-27T12:39:21.158Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2019-09-27T12:39:21.158Z] === RUN TestDockerSuite/TestBuildMaintainer [2019-09-27T12:39:21.721Z] === RUN TestDockerSuite/TestBuildMissingArgs [2019-09-27T12:39:22.764Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.012s coverage: 2.9% of statements [2019-09-27T12:39:23.090Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2019-09-27T12:39:23.792Z] INFO: Expanding go... [2019-09-27T12:39:24.252Z] ok github.com/docker/docker/daemon/graphdriver/copy 1.076s coverage: 57.9% of statements [2019-09-27T12:39:24.988Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2019-09-27T12:39:24.988Z] --- PASS: TestGraphdriverPluginV2 (4.97s) [2019-09-27T12:39:24.988Z] external_test.go:413: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestGraphdriverPluginV2" [2019-09-27T12:39:24.988Z] PASS [2019-09-27T12:39:24.988Z] [2019-09-27T12:39:24.988Z] DONE 5 tests in 11.091s [2019-09-27T12:39:24.988Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-09-27T12:39:24.988Z] ++ 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-27T12:39:24.988Z] ++ set -e [2019-09-27T12:39:24.988Z] ++ '[' -n 0 ']' [2019-09-27T12:39:24.988Z] ++ set -x [2019-09-27T12:39:24.988Z] ++ env -i DEST=/go/src/github.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-27T12:39:24.988Z] INFO: Testing against a local daemon [2019-09-27T12:39:24.988Z] === RUN TestContinueAfterPluginCrash [2019-09-27T12:39:24.988Z] === PAUSE TestContinueAfterPluginCrash [2019-09-27T12:39:24.988Z] === RUN TestDaemonStartWithLogOpt [2019-09-27T12:39:24.988Z] === PAUSE TestDaemonStartWithLogOpt [2019-09-27T12:39:24.988Z] === CONT TestContinueAfterPluginCrash [2019-09-27T12:39:24.988Z] === CONT TestDaemonStartWithLogOpt [2019-09-27T12:39:25.270Z] ok github.com/docker/docker/daemon 12.411s coverage: 17.6% of statements [2019-09-27T12:39:25.270Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-09-27T12:39:25.270Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-09-27T12:39:25.270Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-09-27T12:39:25.270Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-09-27T12:39:26.127Z] tests/integration/models_nodes_test.py . [ 91%] [2019-09-27T12:39:26.686Z] tests/integration/models_resources_test.py . [ 91%] [2019-09-27T12:39:28.265Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2019-09-27T12:39:29.618Z] --- PASS: TestUpdateRestartPolicy (12.84s) [2019-09-27T12:39:29.618Z] === RUN TestUpdateRestartWithAutoRemove [2019-09-27T12:39:29.618Z] --- PASS: TestUpdateRestartWithAutoRemove (0.92s) [2019-09-27T12:39:29.618Z] === RUN TestWaitNonBlocked [2019-09-27T12:39:29.618Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-27T12:39:29.618Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-27T12:39:29.618Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-27T12:39:29.618Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-27T12:39:29.618Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-27T12:39:29.618Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-27T12:39:29.695Z] ok github.com/docker/docker/daemon/graphdriver/aufs 10.360s coverage: 68.6% of statements [2019-09-27T12:39:30.162Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2019-09-27T12:39:30.632Z] --- PASS: TestWaitNonBlocked (0.01s) [2019-09-27T12:39:30.632Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.02s) [2019-09-27T12:39:30.632Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.07s) [2019-09-27T12:39:30.632Z] === RUN TestWaitBlocked [2019-09-27T12:39:30.632Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-27T12:39:30.632Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-27T12:39:30.632Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-09-27T12:39:30.632Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-09-27T12:39:30.632Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-27T12:39:30.632Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-09-27T12:39:31.094Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2019-09-27T12:39:31.183Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.071s coverage: 51.0% of statements [2019-09-27T12:39:31.806Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.017s coverage: 46.2% of statements [2019-09-27T12:39:31.806Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-09-27T12:39:31.935Z] --- PASS: TestWaitBlocked (0.01s) [2019-09-27T12:39:31.935Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.94s) [2019-09-27T12:39:31.935Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.24s) [2019-09-27T12:39:31.935Z] === CONT TestContainerStartOnDaemonRestart [2019-09-27T12:39:31.935Z] === CONT TestIpcModeOlderClient [2019-09-27T12:39:31.935Z] --- PASS: TestIpcModeOlderClient (0.19s) [2019-09-27T12:39:31.935Z] === CONT TestDaemonRestartIpcMode [2019-09-27T12:39:32.026Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2019-09-27T12:39:32.728Z] tests/integration/models_services_test.py ..............X. [ 95%] [2019-09-27T12:39:33.855Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.728s coverage: 76.1% of statements [2019-09-27T12:39:34.142Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 4.335s coverage: 52.6% of statements [2019-09-27T12:39:34.143Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-09-27T12:39:34.143Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-09-27T12:39:35.173Z] --- PASS: TestContainerStartOnDaemonRestart (3.28s) [2019-09-27T12:39:35.174Z] daemon_linux_test.go:35: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart" [2019-09-27T12:39:36.023Z] --- PASS: TestDaemonRestartIpcMode (3.68s) [2019-09-27T12:39:36.023Z] daemon_linux_test.go:89: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode" [2019-09-27T12:39:36.023Z] PASS [2019-09-27T12:39:36.023Z] [2019-09-27T12:39:36.023Z] === Skipped [2019-09-27T12:39:36.023Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2019-09-27T12:39:36.023Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-27T12:39:36.023Z] [2019-09-27T12:39:36.023Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s) [2019-09-27T12:39:36.023Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-27T12:39:36.023Z] [2019-09-27T12:39:36.023Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2019-09-27T12:39:36.023Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-27T12:39:36.023Z] [2019-09-27T12:39:36.023Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-09-27T12:39:36.023Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-27T12:39:36.023Z] [2019-09-27T12:39:36.023Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2019-09-27T12:39:36.023Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-27T12:39:36.023Z] [2019-09-27T12:39:36.023Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2019-09-27T12:39:36.023Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-09-27T12:39:36.023Z] [2019-09-27T12:39:36.023Z] [2019-09-27T12:39:36.023Z] DONE 197 tests, 6 skipped in 146.304s [2019-09-27T12:39:36.023Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2019-09-27T12:39:36.024Z] ++ 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-27T12:39:36.024Z] ++ set -e [2019-09-27T12:39:36.024Z] ++ '[' -n 0 ']' [2019-09-27T12:39:36.024Z] ++ set -x [2019-09-27T12:39:36.024Z] ++ env -i DEST=/go/src/github.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-27T12:39:36.024Z] INFO: Testing against a local daemon [2019-09-27T12:39:36.024Z] === RUN TestCommitInheritsEnv [2019-09-27T12:39:36.188Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.050s coverage: 58.0% of statements [2019-09-27T12:39:36.188Z] ok github.com/docker/docker/daemon/links 0.023s coverage: 93.0% of statements [2019-09-27T12:39:36.438Z] --- PASS: TestCommitInheritsEnv (0.49s) [2019-09-27T12:39:36.438Z] === RUN TestImportExtremelyLargeImageWorks [2019-09-27T12:39:36.438Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-09-27T12:39:36.438Z] === RUN TestImagesFilterMultiReference [2019-09-27T12:39:36.438Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2019-09-27T12:39:36.438Z] === RUN TestImagePullPlatformInvalid [2019-09-27T12:39:36.438Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2019-09-27T12:39:36.438Z] === RUN TestRemoveImageOrphaning [2019-09-27T12:39:36.473Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.035s coverage: 3.0% of statements [2019-09-27T12:39:37.114Z] tests/integration/models_swarm_test.py .. [ 96%] [2019-09-27T12:39:37.114Z] tests/integration/models_volumes_test.py .. [ 96%] [2019-09-27T12:39:37.251Z] --- PASS: TestRemoveImageOrphaning (0.50s) [2019-09-27T12:39:37.251Z] === RUN TestRemoveImageGarbageCollector [2019-09-27T12:39:37.251Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2019-09-27T12:39:37.251Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T12:39:37.251Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-09-27T12:39:37.251Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2019-09-27T12:39:37.251Z] === RUN TestTagInvalidReference [2019-09-27T12:39:37.251Z] --- PASS: TestTagInvalidReference (0.03s) [2019-09-27T12:39:37.251Z] === RUN TestTagValidPrefixedRepo [2019-09-27T12:39:37.251Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2019-09-27T12:39:37.251Z] === RUN TestTagExistedNameWithoutForce [2019-09-27T12:39:37.251Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2019-09-27T12:39:37.251Z] === RUN TestTagOfficialNames [2019-09-27T12:39:37.251Z] --- PASS: TestTagOfficialNames (0.04s) [2019-09-27T12:39:37.251Z] === RUN TestTagMatchesDigest [2019-09-27T12:39:37.251Z] --- PASS: TestTagMatchesDigest (0.01s) [2019-09-27T12:39:37.251Z] === CONT TestImportExtremelyLargeImageWorks [2019-09-27T12:39:41.989Z] --- PASS: TestDaemonStartWithLogOpt (15.65s) [2019-09-27T12:39:41.989Z] validation_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt" [2019-09-27T12:39:42.019Z] ok github.com/docker/docker/daemon/logger/gelf 0.023s coverage: 68.2% of statements [2019-09-27T12:39:42.019Z] ok github.com/docker/docker/daemon/logger 0.310s coverage: 42.7% of statements [2019-09-27T12:39:42.411Z] tests/integration/regression_test.py ...... [ 98%] [2019-09-27T12:39:43.174Z] tests/integration/credentials/store_test.py ...... [ 99%] [2019-09-27T12:39:43.174Z] tests/integration/credentials/utils_test.py . [100%] [2019-09-27T12:39:43.174Z] [2019-09-27T12:39:43.174Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2019-09-27T12:39:43.174Z] =========================== short test summary info ============================ [2019-09-27T12:39:43.174Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2019-09-27T12:39:43.174Z] CONFIG_RT_GROUP_SCHED isn't enabled [2019-09-27T12:39:43.174Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2019-09-27T12:39:43.174Z] Not supported on most drivers [2019-09-27T12:39:43.174Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2019-09-27T12:39:43.174Z] This doesn't seem to be taken into account by the engine [2019-09-27T12:39:43.174Z] SKIP [1] tests/integration/api_image_test.py:290: Doesn't work inside a container - FIXME [2019-09-27T12:39:43.174Z] SKIP [1] tests/integration/api_service_test.py:853: API version is too low (< 1.38) [2019-09-27T12:39:43.174Z] SKIP [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39) [2019-09-27T12:39:43.174Z] SKIP [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39) [2019-09-27T12:39:43.174Z] SKIP [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39) [2019-09-27T12:39:43.174Z] SKIP [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39) [2019-09-27T12:39:43.174Z] SKIP [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2019-09-27T12:39:43.174Z] = 367 passed, 7 skipped, 6 deselected, 3 xfailed, 2 xpassed in 384.86 seconds == [2019-09-27T12:39:43.428Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2019-09-27T12:39:43.509Z] ok github.com/docker/docker/daemon/logger/awslogs 0.685s coverage: 77.8% of statements [2019-09-27T12:39:44.526Z] ok github.com/docker/docker/daemon/logger/journald 0.010s coverage: 26.2% of statements [2019-09-27T12:39:44.813Z] ok github.com/docker/docker/daemon/images 0.096s coverage: 4.9% of statements [2019-09-27T12:39:44.813Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-09-27T12:39:44.813Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-09-27T12:39:44.813Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-09-27T12:39:44.813Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-09-27T12:39:45.282Z] --- PASS: TestContinueAfterPluginCrash (20.09s) [2019-09-27T12:39:45.282Z] logging_linux_test.go:22: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash" [2019-09-27T12:39:45.282Z] PASS [2019-09-27T12:39:45.282Z] [2019-09-27T12:39:45.282Z] DONE 2 tests in 20.218s [2019-09-27T12:39:45.282Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-09-27T12:39:45.282Z] ++ 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-27T12:39:45.282Z] ++ set -e [2019-09-27T12:39:45.282Z] ++ '[' -n 0 ']' [2019-09-27T12:39:45.282Z] ++ set -x [2019-09-27T12:39:45.282Z] ++ env -i DEST=/go/src/github.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-27T12:39:45.282Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2019-09-27T12:39:45.282Z] INFO: Testing against a local daemon [2019-09-27T12:39:45.282Z] === RUN TestPluginWithDevMounts [2019-09-27T12:39:45.282Z] === PAUSE TestPluginWithDevMounts [2019-09-27T12:39:45.282Z] === CONT TestPluginWithDevMounts [2019-09-27T12:39:45.436Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.023s coverage: 88.3% of statements [2019-09-27T12:39:45.723Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.056s coverage: 62.1% of statements [2019-09-27T12:39:47.178Z] --- PASS: TestPluginWithDevMounts (1.96s) [2019-09-27T12:39:47.178Z] mounts_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts" [2019-09-27T12:39:47.178Z] PASS [2019-09-27T12:39:47.178Z] [2019-09-27T12:39:47.178Z] DONE 1 tests in 2.097s [2019-09-27T12:39:47.178Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2019-09-27T12:39:47.178Z] ++ 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-27T12:39:47.178Z] ++ set -e [2019-09-27T12:39:47.178Z] ++ '[' -n 0 ']' [2019-09-27T12:39:47.178Z] ++ set -x [2019-09-27T12:39:47.178Z] ++ env -i DEST=/go/src/github.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-27T12:39:47.435Z] INFO: Testing against a local daemon [2019-09-27T12:39:47.435Z] === RUN TestSecretInspect [2019-09-27T12:39:49.356Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.027s coverage: 20.0% of statements [2019-09-27T12:39:49.356Z] ok github.com/docker/docker/daemon/logger/local 0.054s coverage: 74.7% of statements [2019-09-27T12:39:49.356Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-09-27T12:39:49.956Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2019-09-27T12:39:49.984Z] ok github.com/docker/docker/daemon/logger/syslog 0.011s coverage: 47.8% of statements [2019-09-27T12:39:50.213Z] --- PASS: TestSecretInspect (2.92s) [2019-09-27T12:39:50.213Z] secret_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect" [2019-09-27T12:39:50.213Z] === RUN TestSecretList [2019-09-27T12:39:51.004Z] ok github.com/docker/docker/daemon/logger/templates 0.041s coverage: 8.3% of statements [2019-09-27T12:39:51.143Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2019-09-27T12:39:53.037Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2019-09-27T12:39:53.058Z] ok github.com/docker/docker/daemon/network 0.008s coverage: 63.8% of statements [2019-09-27T12:39:53.294Z] --- PASS: TestSecretList (3.14s) [2019-09-27T12:39:53.294Z] secret_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretList" [2019-09-27T12:39:53.294Z] === RUN TestSecretsCreateAndDelete [2019-09-27T12:39:53.684Z] ok github.com/docker/docker/daemon/logger/splunk 3.194s coverage: 84.5% of statements [2019-09-27T12:39:53.684Z] ? github.com/docker/docker/daemon/names [no test files] [2019-09-27T12:39:53.684Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-09-27T12:39:53.844Z] INFO: Expanding compiler 1 of 3... [2019-09-27T12:39:53.844Z] INFO: Expanding compiler 2 of 3... [2019-09-27T12:39:53.857Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2019-09-27T12:39:53.857Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2019-09-27T12:39:55.575Z] umount: bundles/test-docker-py/root: mountpoint not found [2019-09-27T12:39:55.575Z] Clearing AppArmor profiles cache:. [2019-09-27T12:39:55.575Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-27T12:39:55.575Z] Unloading profiles will leave already running processes permanently [2019-09-27T12:39:55.575Z] unconfined, which can lead to unexpected situations. [2019-09-27T12:39:55.575Z] [2019-09-27T12:39:55.575Z] To set a process to complain mode, use the command line tool [2019-09-27T12:39:55.575Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-27T12:39:55.575Z] with the 'teardown' option." [2019-09-27T12:39:55.575Z] Post stage [Pipeline] junit [2019-09-27T12:39:56.143Z] Recording test results [Pipeline] sh [2019-09-27T12:39:56.728Z] + echo Ensuring container killed. [2019-09-27T12:39:56.728Z] Ensuring container killed. [2019-09-27T12:39:56.728Z] + docker rm -vf docker-pr2 [2019-09-27T12:39:56.728Z] Error: No such container: docker-pr2 [2019-09-27T12:39:56.728Z] + true [Pipeline] sh [2019-09-27T12:39:57.135Z] + echo Chowning /workspace to jenkins user [2019-09-27T12:39:57.135Z] Chowning /workspace to jenkins user [2019-09-27T12:39:57.135Z] + id -u [2019-09-27T12:39:57.135Z] + id -g [2019-09-27T12:39:57.135Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39997:/workspace busybox chown -R 1000:1000 /workspace [2019-09-27T12:39:57.135Z] Unable to find image 'busybox:latest' locally [2019-09-27T12:39:57.207Z] ok github.com/docker/docker/distribution/metadata 0.169s coverage: 48.2% of statements [2019-09-27T12:39:57.207Z] ok github.com/docker/docker/errdefs 0.030s coverage: 49.4% of statements [2019-09-27T12:39:57.389Z] latest: Pulling from library/busybox [2019-09-27T12:39:57.389Z] 7c9d20b9b6cd: Pulling fs layer [2019-09-27T12:39:57.389Z] 7c9d20b9b6cd: Download complete [2019-09-27T12:39:57.644Z] 7c9d20b9b6cd: Pull complete [2019-09-27T12:39:57.645Z] Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e [2019-09-27T12:39:57.645Z] Status: Downloaded newer image for busybox:latest [2019-09-27T12:39:58.031Z] --- PASS: TestSecretsCreateAndDelete (3.90s) [2019-09-27T12:39:58.031Z] secret_test.go:125: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete" [2019-09-27T12:39:58.031Z] === RUN TestSecretsUpdate [2019-09-27T12:39:58.031Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-27T12:39:59.249Z] ok github.com/docker/docker/distribution 0.732s coverage: 22.4% of statements [2019-09-27T12:39:59.249Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-09-27T12:39:59.421Z] + bundleName=docker-py [2019-09-27T12:39:59.421Z] + echo Creating docker-py-bundles.tar.gz [2019-09-27T12:39:59.421Z] Creating docker-py-bundles.tar.gz [2019-09-27T12:39:59.421Z] + 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-27T12:39:59.429Z] Archiving artifacts [2019-09-27T12:39:59.654Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39997/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2019-09-27T12:40:00.073Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39997/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c -e DOCKER_GRAPHDRIVER docker:b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c hack/make.sh binary-daemon [2019-09-27T12:40:00.552Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2019-09-27T12:40:00.552Z] --- PASS: TestSecretsUpdate (3.21s) [2019-09-27T12:40:00.552Z] secret_test.go:172: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate" [2019-09-27T12:40:00.552Z] === RUN TestTemplatedSecret [2019-09-27T12:40:00.633Z] [2019-09-27T12:40:00.809Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2019-09-27T12:40:00.889Z] Removing bundles/ [2019-09-27T12:40:00.889Z] [2019-09-27T12:40:00.889Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2019-09-27T12:40:00.889Z] Building: bundles/binary-daemon/dockerd-dev [2019-09-27T12:40:00.889Z] GOOS="" GOARCH="" GOARM="" [2019-09-27T12:40:01.031Z] INFO: Expanding compiler 3 of 3... [2019-09-27T12:40:01.494Z] INFO: Removing downloaded files... [2019-09-27T12:40:01.494Z] INFO: Creating source directory... [2019-09-27T12:40:01.494Z] INFO: Configuring git core.autocrlf... [2019-09-27T12:40:01.494Z] INFO: Completed [2019-09-27T12:40:01.951Z] ok github.com/docker/docker/distribution/xfer 1.707s coverage: 85.6% of statements [2019-09-27T12:40:01.951Z] ? github.com/docker/docker/dockerversion [no test files] [2019-09-27T12:40:01.951Z] ok github.com/docker/docker/image/cache 0.064s coverage: 19.2% of statements [2019-09-27T12:40:02.573Z] ok github.com/docker/docker/image 0.107s coverage: 86.4% of statements [2019-09-27T12:40:02.573Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-09-27T12:40:03.195Z] ok github.com/docker/docker/libcontainerd/queue 0.027s coverage: 100.0% of statements [2019-09-27T12:40:03.331Z] === RUN TestDockerSuite/TestBuildMultipleTags [2019-09-27T12:40:03.587Z] === RUN TestDockerSuite/TestBuildNetContainer [2019-09-27T12:40:03.844Z] --- PASS: TestTemplatedSecret (3.47s) [2019-09-27T12:40:03.844Z] secret_test.go:221: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret" [2019-09-27T12:40:03.844Z] === RUN TestSecretCreateResolve [2019-09-27T12:40:04.227Z] ok github.com/docker/docker/image/v1 0.047s coverage: 25.0% of statements [2019-09-27T12:40:04.227Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-09-27T12:40:05.252Z] ok github.com/docker/docker/pkg/aaparser 0.026s coverage: 50.0% of statements [2019-09-27T12:40:06.366Z] === RUN TestDockerSuite/TestBuildNetNone [2019-09-27T12:40:06.933Z] === RUN TestDockerSuite/TestBuildNoContext [2019-09-27T12:40:06.933Z] --- PASS: TestSecretCreateResolve (2.95s) [2019-09-27T12:40:06.933Z] secret_test.go:342: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve" [2019-09-27T12:40:06.933Z] PASS [2019-09-27T12:40:06.933Z] [2019-09-27T12:40:06.933Z] DONE 6 tests in 19.693s [2019-09-27T12:40:06.933Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2019-09-27T12:40:06.933Z] ++ 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-27T12:40:06.933Z] ++ set -e [2019-09-27T12:40:06.933Z] ++ '[' -n 0 ']' [2019-09-27T12:40:06.933Z] ++ set -x [2019-09-27T12:40:06.933Z] ++ env -i DEST=/go/src/github.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-27T12:40:06.934Z] INFO: Testing against a local daemon [2019-09-27T12:40:06.934Z] === RUN TestServiceCreateInit [2019-09-27T12:40:06.934Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-09-27T12:40:08.302Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2019-09-27T12:40:08.737Z] ok github.com/docker/docker/opts 0.064s coverage: 66.9% of statements [2019-09-27T12:40:09.233Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2019-09-27T12:40:10.228Z] ok github.com/docker/docker/pkg/broadcaster 0.004s coverage: 100.0% of statements [2019-09-27T12:40:10.228Z] ok github.com/docker/docker/pkg/authorization 0.915s coverage: 68.3% of statements [2019-09-27T12:40:10.854Z] ok github.com/docker/docker/pkg/capabilities 0.010s coverage: 87.5% of statements [2019-09-27T12:40:11.130Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2019-09-27T12:40:11.388Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2019-09-27T12:40:11.388Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2019-09-27T12:40:11.645Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2019-09-27T12:40:11.882Z] ok github.com/docker/docker/pkg/archive 1.536s coverage: 76.8% of statements [2019-09-27T12:40:12.168Z] ok github.com/docker/docker/pkg/directory 0.010s coverage: 80.0% of statements [2019-09-27T12:40:12.209Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2019-09-27T12:40:12.466Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-09-27T12:40:12.723Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2019-09-27T12:40:13.185Z] ok github.com/docker/docker/pkg/discovery 0.020s coverage: 58.3% of statements [2019-09-27T12:40:13.673Z] === RUN TestDockerSuite/TestBuildOnBuild [2019-09-27T12:40:13.812Z] ok github.com/docker/docker/pkg/discovery/file 0.015s coverage: 92.9% of statements [2019-09-27T12:40:15.296Z] ok github.com/docker/docker/pkg/discovery/memory 0.011s coverage: 92.3% of statements [2019-09-27T12:40:16.195Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2019-09-27T12:40:16.311Z] ok github.com/docker/docker/pkg/discovery/nodes 0.008s coverage: 93.8% of statements [2019-09-27T12:40:16.311Z] ok github.com/docker/docker/layer 7.956s coverage: 68.8% of statements [2019-09-27T12:40:16.311Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-09-27T12:40:16.311Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-09-27T12:40:16.311Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-09-27T12:40:16.311Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-09-27T12:40:16.311Z] ? github.com/docker/docker/oci [no test files] [2019-09-27T12:40:16.311Z] ? github.com/docker/docker/oci/caps [no test files] [2019-09-27T12:40:16.936Z] ok github.com/docker/docker/pkg/dmesg 0.007s coverage: 83.3% of statements [2019-09-27T12:40:17.127Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2019-09-27T12:40:17.561Z] ok github.com/docker/docker/pkg/chrootarchive 4.374s coverage: 43.2% of statements [2019-09-27T12:40:17.561Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-09-27T12:40:17.561Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-09-27T12:40:17.849Z] ok github.com/docker/docker/pkg/filenotify 0.653s coverage: 67.0% of statements [2019-09-27T12:40:18.058Z] --- PASS: TestServiceCreateInit (11.08s) [2019-09-27T12:40:18.058Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.46s) [2019-09-27T12:40:18.058Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled" [2019-09-27T12:40:18.058Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.60s) [2019-09-27T12:40:18.058Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled" [2019-09-27T12:40:18.058Z] === RUN TestCreateServiceMultipleTimes [2019-09-27T12:40:18.471Z] ok github.com/docker/docker/pkg/fileutils 0.076s coverage: 89.5% of statements [2019-09-27T12:40:19.098Z] ok github.com/docker/docker/pkg/discovery/kv 3.248s coverage: 84.1% of statements [2019-09-27T12:40:19.098Z] ok github.com/docker/docker/pkg/fsutils 0.380s coverage: 85.1% of statements [2019-09-27T12:40:20.120Z] ok github.com/docker/docker/pkg/homedir 0.039s coverage: 11.4% of statements [2019-09-27T12:40:20.580Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2019-09-27T12:40:21.615Z] ok github.com/docker/docker/pkg/jsonmessage 0.021s coverage: 91.7% of statements [2019-09-27T12:40:21.615Z] ok github.com/docker/docker/pkg/locker 0.047s coverage: 88.9% of statements [2019-09-27T12:40:21.950Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2019-09-27T12:40:22.640Z] ok github.com/docker/docker/pkg/longpath 0.008s coverage: 100.0% of statements [2019-09-27T12:40:22.927Z] ok github.com/docker/docker/pkg/idtools 1.094s coverage: 70.1% of statements [2019-09-27T12:40:22.927Z] ok github.com/docker/docker/pkg/ioutils 1.721s coverage: 70.1% of statements [2019-09-27T12:40:22.927Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-09-27T12:40:23.978Z] ok github.com/docker/docker/pkg/namesgenerator 0.005s coverage: 85.7% of statements [2019-09-27T12:40:23.978Z] ok github.com/docker/docker/pkg/parsers 0.006s coverage: 97.0% of statements [2019-09-27T12:40:24.602Z] ok github.com/docker/docker/pkg/parsers/kernel 0.017s coverage: 60.0% of statements [2019-09-27T12:40:24.602Z] ok github.com/docker/docker/pkg/mount 0.850s coverage: 69.6% of statements [2019-09-27T12:40:24.602Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-09-27T12:40:25.226Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2019-09-27T12:40:25.227Z] ok github.com/docker/docker/pkg/pidfile 0.021s coverage: 82.4% of statements [2019-09-27T12:40:25.519Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.028s coverage: 91.4% of statements [2019-09-27T12:40:25.519Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-09-27T12:40:25.519Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-09-27T12:40:26.155Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2019-09-27T12:40:26.543Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.044s coverage: 56.8% of statements [2019-09-27T12:40:28.048Z] ok github.com/docker/docker/pkg/progress 0.033s coverage: 75.9% of statements [2019-09-27T12:40:28.048Z] ok github.com/docker/docker/pkg/plugins/transport 0.007s coverage: 85.7% of statements [2019-09-27T12:40:28.049Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2019-09-27T12:40:28.049Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2019-09-27T12:40:28.334Z] ok github.com/docker/docker/pkg/pools 0.005s coverage: 87.9% of statements [2019-09-27T12:40:29.352Z] ok github.com/docker/docker/pkg/reexec 0.009s coverage: 82.4% of statements [2019-09-27T12:40:29.973Z] ok github.com/docker/docker/pkg/pubsub 1.147s coverage: 73.9% of statements [2019-09-27T12:40:30.603Z] ok github.com/docker/docker/pkg/stdcopy 0.015s coverage: 100.0% of statements [2019-09-27T12:40:31.617Z] ok github.com/docker/docker/pkg/stringid 0.006s coverage: 70.6% of statements [2019-09-27T12:40:31.617Z] ok github.com/docker/docker/pkg/streamformatter 0.009s coverage: 66.2% of statements [2019-09-27T12:40:32.223Z] === RUN TestDockerSuite/TestBuildPATH [2019-09-27T12:40:32.237Z] ok github.com/docker/docker/pkg/symlink 0.019s coverage: 87.7% of statements [2019-09-27T12:40:32.522Z] ok github.com/docker/docker/pkg/sysinfo 0.013s coverage: 80.0% of statements [2019-09-27T12:40:33.143Z] ok github.com/docker/docker/pkg/signal 3.483s coverage: 61.0% of statements [2019-09-27T12:40:33.765Z] ok github.com/docker/docker/pkg/tailfile 0.102s coverage: 88.6% of statements [2019-09-27T12:40:34.073Z] ok github.com/docker/docker/pkg/system 0.080s coverage: 36.9% of statements [2019-09-27T12:40:34.744Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2019-09-27T12:40:35.097Z] testing: warning: no tests to run [2019-09-27T12:40:35.098Z] coverage: [no statements] [2019-09-27T12:40:35.098Z] ok github.com/docker/docker/pkg/term/windows 0.038s coverage: [no statements] [no tests to run] [2019-09-27T12:40:35.384Z] ok github.com/docker/docker/pkg/term 0.037s coverage: 85.9% of statements [2019-09-27T12:40:35.674Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2019-09-27T12:40:36.408Z] ok github.com/docker/docker/pkg/tarsum 0.234s coverage: 89.3% of statements [2019-09-27T12:40:36.408Z] ok github.com/docker/docker/pkg/truncindex 0.111s coverage: 91.5% of statements [2019-09-27T12:40:36.408Z] ok github.com/docker/docker/pkg/urlutil 0.005s coverage: 100.0% of statements [2019-09-27T12:40:36.604Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2019-09-27T12:40:37.035Z] ok github.com/docker/docker/pkg/useragent 0.031s coverage: 88.9% of statements [2019-09-27T12:40:38.524Z] ok github.com/docker/docker/plugin/v2 0.008s coverage: 14.5% of statements [2019-09-27T12:40:39.876Z] --- PASS: TestCreateServiceMultipleTimes (21.74s) [2019-09-27T12:40:39.876Z] create_test.go:80: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes" [2019-09-27T12:40:39.876Z] === RUN TestCreateServiceConflict [2019-09-27T12:40:40.569Z] ok github.com/docker/docker/reference 0.037s coverage: 84.4% of statements [2019-09-27T12:40:42.074Z] ok github.com/docker/docker/profiles/seccomp 0.030s coverage: 68.8% of statements [2019-09-27T12:40:43.090Z] ok github.com/docker/docker/plugin 0.581s coverage: 27.1% of statements [2019-09-27T12:40:43.152Z] --- PASS: TestCreateServiceConflict (3.15s) [2019-09-27T12:40:43.152Z] create_test.go:129: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict" [2019-09-27T12:40:43.152Z] === RUN TestCreateServiceMaxReplicas [2019-09-27T12:40:44.112Z] ok github.com/docker/docker/restartmanager 0.006s coverage: 45.3% of statements [2019-09-27T12:40:44.736Z] ok github.com/docker/docker/registry/resumable 0.038s coverage: 100.0% of statements [2019-09-27T12:40:45.764Z] ok github.com/docker/docker/testutil 0.010s coverage: 62.5% of statements [2019-09-27T12:40:46.390Z] ok github.com/docker/docker/registry 0.454s coverage: 56.3% of statements [2019-09-27T12:40:46.679Z] ok github.com/docker/docker/runconfig 0.048s coverage: 68.2% of statements [2019-09-27T12:40:47.342Z] --- PASS: TestCreateServiceMaxReplicas (3.59s) [2019-09-27T12:40:47.342Z] create_test.go:150: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas" [2019-09-27T12:40:47.342Z] === RUN TestCreateWithDuplicateNetworkNames [2019-09-27T12:40:47.599Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2019-09-27T12:40:50.175Z] ok github.com/docker/docker/volume/drivers 0.016s coverage: 36.1% of statements [2019-09-27T12:40:52.851Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2019-09-27T12:40:52.870Z] ok github.com/docker/docker/volume/mounts 0.133s coverage: 67.0% of statements [2019-09-27T12:40:53.156Z] ok github.com/docker/docker/volume/local 0.050s coverage: 73.0% of statements [2019-09-27T12:40:54.219Z] === RUN TestDockerSuite/TestBuildRm [2019-09-27T12:40:54.631Z] ok github.com/docker/docker/volume/service 0.030s coverage: 73.0% of statements [2019-09-27T12:40:57.492Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2019-09-27T12:40:58.421Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2019-09-27T12:40:59.789Z] === RUN TestDockerSuite/TestBuildScratchCopy [2019-09-27T12:40:59.789Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2019-09-27T12:41:00.352Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2019-09-27T12:41:00.916Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2019-09-27T12:41:02.811Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2019-09-27T12:41:02.811Z] --- PASS: TestCreateWithDuplicateNetworkNames (16.03s) [2019-09-27T12:41:02.811Z] create_test.go:171: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames" [2019-09-27T12:41:02.811Z] === RUN TestCreateServiceSecretFileMode [2019-09-27T12:41:03.020Z] ok github.com/docker/docker/pkg/plugins 33.636s coverage: 76.6% of statements [2019-09-27T12:41:03.020Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-09-27T12:41:03.020Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-09-27T12:41:03.020Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-09-27T12:41:03.020Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-09-27T12:41:03.020Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-09-27T12:41:03.020Z] ? github.com/docker/docker/rootless [no test files] [2019-09-27T12:41:03.020Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-09-27T12:41:03.020Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-09-27T12:41:03.020Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-09-27T12:41:03.020Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-09-27T12:41:03.020Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-09-27T12:41:03.020Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-09-27T12:41:03.020Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-09-27T12:41:03.020Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-09-27T12:41:03.020Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-09-27T12:41:03.020Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-09-27T12:41:03.020Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-09-27T12:41:03.020Z] ? github.com/docker/docker/testutil/request [no test files] [2019-09-27T12:41:03.020Z] ? github.com/docker/docker/volume [no test files] [2019-09-27T12:41:03.020Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-09-27T12:41:03.020Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-09-27T12:41:03.020Z] [2019-09-27T12:41:03.020Z] === Skipped [2019-09-27T12:41:03.020Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-09-27T12:41:03.020Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-09-27T12:41:03.020Z] [2019-09-27T12:41:03.020Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-09-27T12:41:03.020Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-09-27T12:41:03.020Z] [2019-09-27T12:41:03.020Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-09-27T12:41:03.020Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T12:41:03.020Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-27T12:41:03.020Z] [2019-09-27T12:41:03.020Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-09-27T12:41:03.020Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T12:41:03.020Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-27T12:41:03.020Z] [2019-09-27T12:41:03.020Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-09-27T12:41:03.020Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T12:41:03.020Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-27T12:41:03.020Z] [2019-09-27T12:41:03.020Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-09-27T12:41:03.020Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T12:41:03.020Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-27T12:41:03.020Z] [2019-09-27T12:41:03.020Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-09-27T12:41:03.020Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T12:41:03.020Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-27T12:41:03.020Z] [2019-09-27T12:41:03.020Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-09-27T12:41:03.020Z] graphtest_unix.go:73: No driver to put! [2019-09-27T12:41:03.020Z] [2019-09-27T12:41:03.020Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-09-27T12:41:03.020Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-09-27T12:41:03.020Z] [2019-09-27T12:41:03.020Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-09-27T12:41:03.020Z] overlay_test.go:49: Fails to compute changes intermittently [2019-09-27T12:41:03.020Z] [2019-09-27T12:41:03.020Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-09-27T12:41:03.020Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-09-27T12:41:03.020Z] [2019-09-27T12:41:03.020Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-09-27T12:41:03.020Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-09-27T12:41:03.020Z] [2019-09-27T12:41:03.020Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-09-27T12:41:03.020Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T12:41:03.020Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-27T12:41:03.020Z] [2019-09-27T12:41:03.020Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-09-27T12:41:03.020Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T12:41:03.020Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-27T12:41:03.020Z] [2019-09-27T12:41:03.020Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-09-27T12:41:03.020Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T12:41:03.020Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-27T12:41:03.020Z] [2019-09-27T12:41:03.020Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-09-27T12:41:03.020Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T12:41:03.020Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-27T12:41:03.020Z] [2019-09-27T12:41:03.020Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-09-27T12:41:03.020Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T12:41:03.020Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-27T12:41:03.020Z] [2019-09-27T12:41:03.020Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-09-27T12:41:03.020Z] graphtest_unix.go:73: No driver to put! [2019-09-27T12:41:03.020Z] [2019-09-27T12:41:03.020Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-09-27T12:41:03.020Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-09-27T12:41:03.020Z] [2019-09-27T12:41:03.020Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-09-27T12:41:03.020Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-09-27T12:41:03.020Z] [2019-09-27T12:41:03.020Z] [2019-09-27T12:41:03.020Z] DONE 2115 tests, 20 skipped in 338.546s Post stage [Pipeline] junit [2019-09-27T12:41:03.056Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-09-27T12:41:03.769Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-39997/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT docker:b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c hack/make.sh dynbinary test-integration [2019-09-27T12:41:04.180Z] === RUN TestDockerSuite/TestBuildShellInherited [2019-09-27T12:41:04.394Z] [2019-09-27T12:41:04.394Z] Removing bundles/ [2019-09-27T12:41:04.394Z] [2019-09-27T12:41:04.394Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-09-27T12:41:04.394Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-09-27T12:41:04.394Z] GOOS="" GOARCH="" GOARM="" [2019-09-27T12:41:05.550Z] === RUN TestDockerSuite/TestBuildShellMultiple [2019-09-27T12:41:06.480Z] --- PASS: TestCreateServiceSecretFileMode (3.64s) [2019-09-27T12:41:06.480Z] create_test.go:224: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode" [2019-09-27T12:41:06.480Z] === RUN TestCreateServiceConfigFileMode [2019-09-27T12:41:09.755Z] --- PASS: TestCreateServiceConfigFileMode (3.43s) [2019-09-27T12:41:09.755Z] create_test.go:288: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode" [2019-09-27T12:41:09.755Z] === RUN TestCreateServiceSysctls [2019-09-27T12:41:10.011Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2019-09-27T12:41:10.011Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2019-09-27T12:41:10.575Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2019-09-27T12:41:10.575Z] === RUN TestDockerSuite/TestBuildSpaces [2019-09-27T12:41:11.139Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2019-09-27T12:41:12.513Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2019-09-27T12:41:12.770Z] === RUN TestDockerSuite/TestBuildStderr [2019-09-27T12:41:14.139Z] --- PASS: TestCreateServiceSysctls (4.31s) [2019-09-27T12:41:14.139Z] create_test.go:378: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls" [2019-09-27T12:41:14.139Z] === RUN TestCreateServiceCapabilities [2019-09-27T12:41:14.139Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2019-09-27T12:41:17.438Z] --- PASS: TestCreateServiceCapabilities (3.18s) [2019-09-27T12:41:17.438Z] create_test.go:462: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities" [2019-09-27T12:41:17.438Z] === RUN TestInspect [2019-09-27T12:41:18.002Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2019-09-27T12:41:19.371Z] === RUN TestDockerSuite/TestBuildStopSignal [2019-09-27T12:41:20.741Z] --- PASS: TestInspect (3.61s) [2019-09-27T12:41:20.741Z] inspect_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspect" [2019-09-27T12:41:20.741Z] === RUN TestDockerNetworkConnectAlias [2019-09-27T12:41:20.741Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2019-09-27T12:41:22.111Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2019-09-27T12:41:22.244Z] Created binary: bundles/binary-daemon/dockerd-dev [2019-09-27T12:41:22.244Z] Copying nested executables into bundles/binary-daemon [2019-09-27T12:41:22.244Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2019-09-27T12:41:22.676Z] === RUN TestDockerSuite/TestBuildTagEvent [2019-09-27T12:41:22.684Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39997/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c -e DOCKER_GRAPHDRIVER docker:b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c hack/make.sh cross [2019-09-27T12:41:23.243Z] [2019-09-27T12:41:23.498Z] Removing bundles/ [2019-09-27T12:41:23.498Z] [2019-09-27T12:41:23.498Z] ---> Making bundle: cross (in bundles/cross) [2019-09-27T12:41:23.498Z] Cross building: bundles/cross/linux/amd64 [2019-09-27T12:41:23.498Z] Building: bundles/cross/linux/amd64/dockerd-dev [2019-09-27T12:41:23.498Z] GOOS="linux" GOARCH="amd64" GOARM="" [2019-09-27T12:41:24.044Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2019-09-27T12:41:25.935Z] === RUN TestDockerSuite/TestBuildUser [2019-09-27T12:41:28.456Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2019-09-27T12:41:28.456Z] --- PASS: TestDockerNetworkConnectAlias (7.77s) [2019-09-27T12:41:28.456Z] network_test.go:20: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias" [2019-09-27T12:41:28.456Z] === RUN TestDockerNetworkReConnect [2019-09-27T12:41:31.729Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2019-09-27T12:41:35.002Z] --- PASS: TestDockerNetworkReConnect (5.98s) [2019-09-27T12:41:35.002Z] network_test.go:82: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect" [2019-09-27T12:41:35.002Z] === RUN TestServicePlugin [2019-09-27T12:41:46.981Z] --- PASS: TestImportExtremelyLargeImageWorks (115.07s) [2019-09-27T12:41:46.981Z] import_test.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks" [2019-09-27T12:41:46.981Z] PASS [2019-09-27T12:41:46.981Z] [2019-09-27T12:41:46.981Z] === Skipped [2019-09-27T12:41:46.981Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) [2019-09-27T12:41:46.981Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T12:41:46.981Z] [2019-09-27T12:41:46.981Z] [2019-09-27T12:41:46.981Z] DONE 12 tests, 1 skipped in 116.538s [2019-09-27T12:41:46.981Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2019-09-27T12:41:46.981Z] ++ 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-27T12:41:46.981Z] ++ set -e [2019-09-27T12:41:46.981Z] ++ '[' -n 0 ']' [2019-09-27T12:41:46.981Z] ++ set -x [2019-09-27T12:41:46.981Z] ++ env -i DEST=/go/src/github.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-27T12:41:46.981Z] INFO: Testing against a local daemon [2019-09-27T12:41:46.981Z] === RUN TestNetworkCreateDelete [2019-09-27T12:41:46.981Z] --- PASS: TestNetworkCreateDelete (0.13s) [2019-09-27T12:41:46.981Z] === RUN TestDockerNetworkDeletePreferID [2019-09-27T12:41:46.981Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2019-09-27T12:41:46.981Z] === RUN TestInspectNetwork [2019-09-27T12:41:46.981Z] === RUN TestInspectNetwork/full_network_id [2019-09-27T12:41:46.981Z] === RUN TestInspectNetwork/partial_network_id [2019-09-27T12:41:46.981Z] === RUN TestInspectNetwork/network_name [2019-09-27T12:41:46.981Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-09-27T12:41:46.981Z] --- PASS: TestInspectNetwork (9.56s) [2019-09-27T12:41:46.981Z] inspect_test.go:18: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork" [2019-09-27T12:41:46.981Z] --- PASS: TestInspectNetwork/full_network_id (0.01s) [2019-09-27T12:41:46.981Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-09-27T12:41:46.981Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-09-27T12:41:46.981Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-09-27T12:41:46.981Z] === RUN TestRunContainerWithBridgeNone [2019-09-27T12:41:46.981Z] --- PASS: TestRunContainerWithBridgeNone (2.63s) [2019-09-27T12:41:46.981Z] network_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone" [2019-09-27T12:41:46.981Z] === RUN TestNetworkInvalidJSON [2019-09-27T12:41:46.981Z] === RUN TestNetworkInvalidJSON//networks/create [2019-09-27T12:41:46.981Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-09-27T12:41:46.981Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-09-27T12:41:46.981Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-09-27T12:41:46.981Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-27T12:41:46.981Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-27T12:41:46.981Z] === CONT TestNetworkInvalidJSON//networks/create [2019-09-27T12:41:46.981Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-27T12:41:46.981Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-09-27T12:41:46.981Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2019-09-27T12:41:46.981Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-09-27T12:41:46.981Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-09-27T12:41:46.981Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-09-27T12:41:46.981Z] === RUN TestDaemonRestartWithLiveRestore [2019-09-27T12:41:46.981Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2019-09-27T12:41:46.981Z] service_test.go:32: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore" [2019-09-27T12:41:46.981Z] === RUN TestDaemonDefaultNetworkPools [2019-09-27T12:41:46.981Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s) [2019-09-27T12:41:46.981Z] service_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools" [2019-09-27T12:41:46.981Z] === RUN TestDaemonRestartWithExistingNetwork [2019-09-27T12:41:48.223Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.18s) [2019-09-27T12:41:48.223Z] service_test.go:98: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork" [2019-09-27T12:41:48.223Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-27T12:41:49.504Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.25s) [2019-09-27T12:41:49.504Z] service_test.go:131: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange" [2019-09-27T12:41:49.504Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-09-27T12:41:49.913Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.61s) [2019-09-27T12:41:49.913Z] service_test.go:181: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool" [2019-09-27T12:41:49.913Z] === RUN TestServiceWithPredefinedNetwork [2019-09-27T12:41:53.061Z] === RUN TestDockerSuite/TestBuildVerboseOut [2019-09-27T12:41:53.061Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2019-09-27T12:41:53.061Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2019-09-27T12:41:53.088Z] --- PASS: TestServiceWithPredefinedNetwork (2.81s) [2019-09-27T12:41:53.088Z] service_test.go:203: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork" [2019-09-27T12:41:53.088Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-09-27T12:41:53.088Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-27T12:41:53.088Z] service_test.go:230: FLAKY_TEST [2019-09-27T12:41:53.088Z] === RUN TestServiceWithDataPathPortInit [2019-09-27T12:41:53.624Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2019-09-27T12:41:53.624Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2019-09-27T12:41:54.993Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2019-09-27T12:41:56.890Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2019-09-27T12:41:56.890Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2019-09-27T12:41:56.890Z] === RUN TestDockerSuite/TestBuildWindowsUser [2019-09-27T12:41:56.890Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2019-09-27T12:41:56.890Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2019-09-27T12:41:59.428Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2019-09-27T12:41:59.428Z] === RUN TestDockerSuite/TestBuildWithFailure [2019-09-27T12:41:59.992Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2019-09-27T12:42:00.248Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2019-09-27T12:42:00.815Z] === RUN TestDockerSuite/TestBuildWithTabs [2019-09-27T12:42:01.747Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2019-09-27T12:42:02.005Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2019-09-27T12:42:06.180Z] --- PASS: TestServicePlugin (30.87s) [2019-09-27T12:42:06.180Z] plugin_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin" [2019-09-27T12:42:06.180Z] plugin_test.go:59: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin" [2019-09-27T12:42:06.180Z] plugin_test.go:61: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin" [2019-09-27T12:42:06.180Z] plugin_test.go:62: [d1031cc3332f8] joining swarm manager [d58267887d87b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-27T12:42:06.180Z] plugin_test.go:64: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServicePlugin" [2019-09-27T12:42:06.180Z] plugin_test.go:65: [d47b0102fa12f] joining swarm manager [d58267887d87b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-27T12:42:06.180Z] === RUN TestServiceUpdateLabel [2019-09-27T12:42:06.180Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2019-09-27T12:42:07.551Z] === RUN TestDockerSuite/TestBuildWithVolumes [2019-09-27T12:42:08.482Z] --- PASS: TestServiceUpdateLabel (3.00s) [2019-09-27T12:42:08.482Z] update_test.go:21: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel" [2019-09-27T12:42:08.482Z] === RUN TestServiceUpdateSecrets [2019-09-27T12:42:08.740Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2019-09-27T12:42:09.303Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2019-09-27T12:42:09.558Z] --- PASS: TestServiceWithDataPathPortInit (16.55s) [2019-09-27T12:42:09.558Z] service_test.go:323: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-09-27T12:42:09.558Z] service_test.go:355: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-09-27T12:42:09.558Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-09-27T12:42:09.867Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2019-09-27T12:42:09.867Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2019-09-27T12:42:10.797Z] === RUN TestDockerSuite/TestBuildXZHost [2019-09-27T12:42:13.319Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2019-09-27T12:42:13.319Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2019-09-27T12:42:13.319Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2019-09-27T12:42:13.331Z] Removing intermediate container 6e2c44894148 [2019-09-27T12:42:13.331Z] ---> f6db34564334 [2019-09-27T12:42:13.331Z] Step 6/8 : ENTRYPOINT ["powershell.exe"] [2019-09-27T12:42:13.331Z] ---> Running in d582b0d5b4d2 [2019-09-27T12:42:13.331Z] Removing intermediate container d582b0d5b4d2 [2019-09-27T12:42:13.331Z] ---> 893fe8e8f7c7 [2019-09-27T12:42:13.331Z] Step 7/8 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2019-09-27T12:42:13.331Z] ---> Running in 183138cb278a [2019-09-27T12:42:13.331Z] Removing intermediate container 183138cb278a [2019-09-27T12:42:13.331Z] ---> 5453eec71ae1 [2019-09-27T12:42:13.331Z] Step 8/8 : COPY . . [2019-09-27T12:42:14.250Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2019-09-27T12:42:15.180Z] === RUN TestDockerSuite/TestCommitChange [2019-09-27T12:42:16.551Z] === RUN TestDockerSuite/TestCommitChangeLabels [2019-09-27T12:42:17.481Z] === RUN TestDockerSuite/TestCommitHardlink [2019-09-27T12:42:19.084Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.64s) [2019-09-27T12:42:19.084Z] service_test.go:388: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit" [2019-09-27T12:42:19.084Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:8rln8c1vaphacglbot9rjxs3u Created:2019-09-27 12:42:10.654294447 +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[55516adf293460a98c12fba0a22545e4e407d97acfe30a63296b3041aca2d861:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ixx06pctvjpxy45btbf392ywg EndpointID:7519c3876200a04a6a1dd38e5da8a98582a8f7e582906a2ebe3a08922f758280 MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:40f706e34e34dcb5585bb09ab9579471f97513c4be77d64394e2d5a0ea8ce362 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:9292fbcea129 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ixx06pctvjpxy45btbf392ywg EndpointID:7519c3876200a04a6a1dd38e5da8a98582a8f7e582906a2ebe3a08922f758280 EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-09-27T12:42:19.084Z] PASS [2019-09-27T12:42:19.084Z] [2019-09-27T12:42:19.084Z] === Skipped [2019-09-27T12:42:19.084Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-27T12:42:19.084Z] service_test.go:230: FLAKY_TEST [2019-09-27T12:42:19.084Z] [2019-09-27T12:42:19.084Z] [2019-09-27T12:42:19.084Z] DONE 21 tests, 1 skipped in 45.687s [2019-09-27T12:42:19.084Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-09-27T12:42:19.085Z] ++ 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-27T12:42:19.085Z] ++ set -e [2019-09-27T12:42:19.085Z] ++ '[' -n 0 ']' [2019-09-27T12:42:19.085Z] ++ set -x [2019-09-27T12:42:19.085Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-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-27T12:42:19.085Z] INFO: Testing against a local daemon [2019-09-27T12:42:19.085Z] === RUN TestDockerNetworkIpvlanPersistance [2019-09-27T12:42:19.085Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2019-09-27T12:42:19.085Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-27T12:42:19.085Z] === RUN TestDockerNetworkIpvlan [2019-09-27T12:42:19.085Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-09-27T12:42:19.085Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-27T12:42:19.085Z] PASS [2019-09-27T12:42:19.085Z] [2019-09-27T12:42:19.085Z] === Skipped [2019-09-27T12:42:19.085Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2019-09-27T12:42:19.085Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-27T12:42:19.085Z] [2019-09-27T12:42:19.085Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-09-27T12:42:19.085Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-27T12:42:19.085Z] [2019-09-27T12:42:19.085Z] [2019-09-27T12:42:19.085Z] DONE 2 tests, 2 skipped in 0.121s [2019-09-27T12:42:19.085Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-09-27T12:42:19.085Z] ++ 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-27T12:42:19.085Z] ++ set -e [2019-09-27T12:42:19.085Z] ++ '[' -n 0 ']' [2019-09-27T12:42:19.085Z] ++ set -x [2019-09-27T12:42:19.085Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-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-27T12:42:19.085Z] INFO: Testing against a local daemon [2019-09-27T12:42:19.085Z] === RUN TestDockerNetworkMacvlanPersistance [2019-09-27T12:42:19.376Z] === RUN TestDockerSuite/TestCommitNewFile [2019-09-27T12:42:19.463Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.38s) [2019-09-27T12:42:19.463Z] macvlan_test.go:24: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance" [2019-09-27T12:42:19.463Z] === RUN TestDockerNetworkMacvlan [2019-09-27T12:42:20.294Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-09-27T12:42:21.271Z] === RUN TestDockerSuite/TestCommitPausedContainer [2019-09-27T12:42:21.610Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-09-27T12:42:21.835Z] === RUN TestDockerSuite/TestCommitTTY [2019-09-27T12:42:22.410Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-09-27T12:42:24.357Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2019-09-27T12:42:24.357Z] --- PASS: TestServiceUpdateSecrets (15.59s) [2019-09-27T12:42:24.357Z] update_test.go:77: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets" [2019-09-27T12:42:24.357Z] === RUN TestServiceUpdateConfigs [2019-09-27T12:42:24.833Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-09-27T12:42:25.287Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2019-09-27T12:42:25.890Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2019-09-27T12:42:27.259Z] === RUN TestDockerSuite/TestCommitWithoutPause [2019-09-27T12:42:28.191Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2019-09-27T12:42:28.191Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2019-09-27T12:42:28.191Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2019-09-27T12:42:28.447Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2019-09-27T12:42:28.447Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2019-09-27T12:42:28.447Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2019-09-27T12:42:28.447Z] === RUN TestDockerSuite/TestContainerAPICommit [2019-09-27T12:42:28.922Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-09-27T12:42:30.969Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2019-09-27T12:42:32.860Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2019-09-27T12:42:32.860Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2019-09-27T12:42:33.017Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-09-27T12:42:33.423Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2019-09-27T12:42:34.353Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2019-09-27T12:42:34.847Z] --- PASS: TestDockerNetworkMacvlan (14.86s) [2019-09-27T12:42:34.847Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-27T12:42:34.847Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s) [2019-09-27T12:42:34.847Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-27T12:42:34.847Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s) [2019-09-27T12:42:34.847Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-27T12:42:34.847Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.18s) [2019-09-27T12:42:34.847Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-27T12:42:34.847Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.27s) [2019-09-27T12:42:34.847Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-27T12:42:34.847Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.02s) [2019-09-27T12:42:34.847Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-27T12:42:34.847Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.91s) [2019-09-27T12:42:34.847Z] PASS [2019-09-27T12:42:34.847Z] [2019-09-27T12:42:34.847Z] DONE 8 tests in 16.356s [2019-09-27T12:42:34.847Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2019-09-27T12:42:34.847Z] ++ 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-27T12:42:34.847Z] ++ set -e [2019-09-27T12:42:34.847Z] ++ '[' -n 0 ']' [2019-09-27T12:42:34.847Z] ++ set -x [2019-09-27T12:42:34.848Z] ++ env -i DEST=/go/src/github.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-27T12:42:34.848Z] testing: warning: no tests to run [2019-09-27T12:42:34.848Z] PASS [2019-09-27T12:42:34.848Z] [2019-09-27T12:42:34.848Z] DONE 0 tests in 0.131s [2019-09-27T12:42:34.848Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-09-27T12:42:34.848Z] ++ 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-27T12:42:34.848Z] ++ set -e [2019-09-27T12:42:34.848Z] ++ '[' -n 0 ']' [2019-09-27T12:42:34.848Z] ++ set -x [2019-09-27T12:42:34.848Z] ++ env -i DEST=/go/src/github.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-27T12:42:35.224Z] INFO: Testing against a local daemon [2019-09-27T12:42:35.224Z] === RUN TestAuthZPluginAllowRequest [2019-09-27T12:42:35.286Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2019-09-27T12:42:36.216Z] === RUN TestDockerSuite/TestContainerAPICreate [2019-09-27T12:42:36.779Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2019-09-27T12:42:37.025Z] --- PASS: TestAuthZPluginAllowRequest (1.67s) [2019-09-27T12:42:37.025Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest" [2019-09-27T12:42:37.025Z] === RUN TestAuthZPluginTLS [2019-09-27T12:42:37.035Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2019-09-27T12:42:37.035Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2019-09-27T12:42:37.389Z] --- PASS: TestAuthZPluginTLS (0.55s) [2019-09-27T12:42:37.389Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS" [2019-09-27T12:42:37.389Z] === RUN TestAuthZPluginDenyRequest [2019-09-27T12:42:37.787Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2019-09-27T12:42:37.787Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest" [2019-09-27T12:42:37.787Z] === RUN TestAuthZPluginAPIDenyResponse [2019-09-27T12:42:37.965Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2019-09-27T12:42:37.965Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2019-09-27T12:42:37.965Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2019-09-27T12:42:38.222Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2019-09-27T12:42:38.222Z] === RUN TestDockerSuite/TestContainerAPIDelete [2019-09-27T12:42:38.646Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s) [2019-09-27T12:42:38.646Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse" [2019-09-27T12:42:38.646Z] === RUN TestAuthZPluginDenyResponse [2019-09-27T12:42:39.011Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2019-09-27T12:42:39.011Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse" [2019-09-27T12:42:39.011Z] === RUN TestAuthZPluginAllowEventStream [2019-09-27T12:42:39.591Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2019-09-27T12:42:39.591Z] --- PASS: TestServiceUpdateConfigs (15.32s) [2019-09-27T12:42:39.591Z] update_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs" [2019-09-27T12:42:39.591Z] === RUN TestServiceUpdateNetwork [2019-09-27T12:42:40.521Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2019-09-27T12:42:40.820Z] --- PASS: TestAuthZPluginAllowEventStream (1.71s) [2019-09-27T12:42:40.820Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream" [2019-09-27T12:42:40.820Z] === RUN TestAuthZPluginErrorResponse [2019-09-27T12:42:41.085Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2019-09-27T12:42:41.184Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2019-09-27T12:42:41.184Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse" [2019-09-27T12:42:41.184Z] === RUN TestAuthZPluginErrorRequest [2019-09-27T12:42:41.343Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2019-09-27T12:42:41.560Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2019-09-27T12:42:41.560Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest" [2019-09-27T12:42:41.560Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-09-27T12:42:42.345Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2019-09-27T12:42:42.345Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration" [2019-09-27T12:42:42.345Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-09-27T12:42:43.237Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2019-09-27T12:42:44.168Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2019-09-27T12:42:44.168Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2019-09-27T12:42:44.869Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2019-09-27T12:42:44.870Z] Copying nested executables into bundles/cross/linux/amd64 [2019-09-27T12:42:44.870Z] Cross building: bundles/cross/windows/amd64 [2019-09-27T12:42:44.870Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2019-09-27T12:42:44.870Z] GOOS="windows" GOARCH="amd64" GOARM="" [2019-09-27T12:42:44.925Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.38s) [2019-09-27T12:42:44.925Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking" [2019-09-27T12:42:44.925Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-09-27T12:42:45.098Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2019-09-27T12:42:45.661Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2019-09-27T12:42:46.591Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2019-09-27T12:42:46.759Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.14s) [2019-09-27T12:42:46.759Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom" [2019-09-27T12:42:46.759Z] === RUN TestAuthZPluginHeader [2019-09-27T12:42:47.521Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2019-09-27T12:42:47.521Z] === RUN TestDockerSuite/TestContainerAPIKill [2019-09-27T12:42:47.538Z] --- PASS: TestAuthZPluginHeader (0.83s) [2019-09-27T12:42:47.538Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader" [2019-09-27T12:42:47.538Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-09-27T12:42:47.538Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.01s) [2019-09-27T12:42:47.538Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T12:42:47.538Z] === RUN TestAuthZPluginV2Disable [2019-09-27T12:42:47.538Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-09-27T12:42:47.538Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T12:42:47.538Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-09-27T12:42:47.538Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-09-27T12:42:47.538Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T12:42:47.538Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-09-27T12:42:47.538Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-09-27T12:42:47.538Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T12:42:47.538Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-09-27T12:42:48.451Z] === RUN TestDockerSuite/TestContainerAPIPause [2019-09-27T12:42:49.087Z] ---> 3ce572f8bd83 [2019-09-27T12:42:49.087Z] Successfully built 3ce572f8bd83 [2019-09-27T12:42:49.087Z] Successfully tagged docker:latest [2019-09-27T12:42:49.087Z] INFO: Image build ended at 09/27/2019 12:42:45. Duration:00:04:10.3299490 [2019-09-27T12:42:49.087Z] [2019-09-27T12:42:49.087Z] [2019-09-27T12:42:49.087Z] INFO: Building the test binaries at 09/27/2019 12:42:46... [2019-09-27T12:42:49.381Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2019-09-27T12:42:50.312Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2019-09-27T12:42:50.312Z] === RUN TestDockerSuite/TestContainerAPIRename [2019-09-27T12:42:51.241Z] === RUN TestDockerSuite/TestContainerAPIRestart [2019-09-27T12:42:52.081Z] INFO: make.ps1 starting at 09/27/2019 12:42:51 [2019-09-27T12:42:52.081Z] INFO: Git commit (b5dcdbde1) assumed from DOCKER_GITCOMMIT environment variable [2019-09-27T12:42:52.081Z] INFO: Invoking autogen... [2019-09-27T12:42:52.608Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2019-09-27T12:42:53.051Z] INFO: Building daemon... [2019-09-27T12:42:54.500Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2019-09-27T12:42:54.500Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2019-09-27T12:42:54.500Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2019-09-27T12:42:54.500Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2019-09-27T12:42:54.500Z] === RUN TestDockerSuite/TestContainerAPIStart [2019-09-27T12:42:55.064Z] --- PASS: TestServiceUpdateNetwork (15.85s) [2019-09-27T12:42:55.064Z] update_test.go:201: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork" [2019-09-27T12:42:55.064Z] PASS [2019-09-27T12:42:55.064Z] [2019-09-27T12:42:55.322Z] DONE 19 tests in 168.267s [2019-09-27T12:42:55.322Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2019-09-27T12:42:55.322Z] ++ 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-27T12:42:55.322Z] ++ set -e [2019-09-27T12:42:55.322Z] ++ '[' -n 0 ']' [2019-09-27T12:42:55.322Z] ++ set -x [2019-09-27T12:42:55.322Z] ++ env -i DEST=/go/src/github.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-27T12:42:55.322Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2019-09-27T12:42:55.322Z] INFO: Testing against a local daemon [2019-09-27T12:42:55.322Z] === RUN TestSessionCreate [2019-09-27T12:42:55.322Z] --- PASS: TestSessionCreate (0.03s) [2019-09-27T12:42:55.322Z] === RUN TestSessionCreateWithBadUpgrade [2019-09-27T12:42:55.322Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2019-09-27T12:42:55.322Z] PASS [2019-09-27T12:42:55.322Z] [2019-09-27T12:42:55.322Z] DONE 2 tests in 0.147s [2019-09-27T12:42:55.322Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2019-09-27T12:42:55.322Z] ++ 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-27T12:42:55.322Z] ++ set -e [2019-09-27T12:42:55.322Z] ++ '[' -n 0 ']' [2019-09-27T12:42:55.322Z] ++ set -x [2019-09-27T12:42:55.322Z] ++ env -i DEST=/go/src/github.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-27T12:42:55.578Z] INFO: Testing against a local daemon [2019-09-27T12:42:55.578Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-09-27T12:42:55.578Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-27T12:42:55.578Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-27T12:42:55.578Z] === RUN TestEventsExecDie [2019-09-27T12:42:56.509Z] --- PASS: TestEventsExecDie (0.99s) [2019-09-27T12:42:56.509Z] === RUN TestEventsBackwardsCompatible [2019-09-27T12:42:56.509Z] --- PASS: TestEventsBackwardsCompatible (0.08s) [2019-09-27T12:42:56.509Z] === RUN TestInfoBinaryCommits [2019-09-27T12:42:56.509Z] --- PASS: TestInfoBinaryCommits (0.02s) [2019-09-27T12:42:56.509Z] === RUN TestInfoAPIVersioned [2019-09-27T12:42:56.509Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-09-27T12:42:56.509Z] === RUN TestInfoAPI [2019-09-27T12:42:56.509Z] --- PASS: TestInfoAPI (0.02s) [2019-09-27T12:42:56.509Z] === RUN TestInfoAPIWarnings [2019-09-27T12:42:57.439Z] --- PASS: TestInfoAPIWarnings (0.74s) [2019-09-27T12:42:57.439Z] info_test.go:49: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings" [2019-09-27T12:42:57.439Z] === RUN TestLoginFailsWithBadCredentials [2019-09-27T12:42:57.439Z] --- PASS: TestLoginFailsWithBadCredentials (0.22s) [2019-09-27T12:42:57.439Z] === RUN TestPingCacheHeaders [2019-09-27T12:42:57.696Z] --- PASS: TestPingCacheHeaders (0.02s) [2019-09-27T12:42:57.696Z] === RUN TestPingGet [2019-09-27T12:42:57.696Z] --- PASS: TestPingGet (0.01s) [2019-09-27T12:42:57.696Z] === RUN TestPingHead [2019-09-27T12:42:57.696Z] --- PASS: TestPingHead (0.03s) [2019-09-27T12:42:57.696Z] === RUN TestVersion [2019-09-27T12:42:57.696Z] --- PASS: TestVersion (0.02s) [2019-09-27T12:42:57.696Z] PASS [2019-09-27T12:42:57.696Z] [2019-09-27T12:42:57.696Z] === Skipped [2019-09-27T12:42:57.696Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-27T12:42:57.696Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-27T12:42:57.696Z] [2019-09-27T12:42:57.696Z] [2019-09-27T12:42:57.696Z] DONE 12 tests, 1 skipped in 2.263s [2019-09-27T12:42:57.696Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2019-09-27T12:42:57.696Z] ++ 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-27T12:42:57.696Z] ++ set -e [2019-09-27T12:42:57.696Z] ++ '[' -n 0 ']' [2019-09-27T12:42:57.696Z] ++ set -x [2019-09-27T12:42:57.696Z] ++ env -i DEST=/go/src/github.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-27T12:42:57.696Z] INFO: Testing against a local daemon [2019-09-27T12:42:57.696Z] === RUN TestVolumesCreateAndList [2019-09-27T12:42:57.696Z] --- PASS: TestVolumesCreateAndList (0.02s) [2019-09-27T12:42:57.696Z] === RUN TestVolumesRemove [2019-09-27T12:42:57.953Z] --- PASS: TestVolumesRemove (0.10s) [2019-09-27T12:42:57.953Z] === RUN TestVolumesInspect [2019-09-27T12:42:57.953Z] --- PASS: TestVolumesInspect (0.02s) [2019-09-27T12:42:57.953Z] === RUN TestVolumesInvalidJSON [2019-09-27T12:42:57.953Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-09-27T12:42:57.953Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-09-27T12:42:57.953Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-09-27T12:42:57.953Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2019-09-27T12:42:57.953Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-09-27T12:42:57.953Z] PASS [2019-09-27T12:42:57.953Z] [2019-09-27T12:42:57.953Z] DONE 5 tests in 0.259s [2019-09-27T12:42:57.953Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-09-27T12:42:58.209Z] ++++ cat bundles/test-integration/docker.pid [2019-09-27T12:42:58.209Z] +++ kill 5316 [2019-09-27T12:42:59.576Z] umount: bundles/test-integration/root: mountpoint not found [2019-09-27T12:42:59.576Z] +++ /etc/init.d/apparmor stop [2019-09-27T12:42:59.576Z] Clearing AppArmor profiles cache:. [2019-09-27T12:42:59.576Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-27T12:42:59.576Z] Unloading profiles will leave already running processes permanently [2019-09-27T12:42:59.576Z] unconfined, which can lead to unexpected situations. [2019-09-27T12:42:59.576Z] [2019-09-27T12:42:59.576Z] To set a process to complain mode, use the command line tool [2019-09-27T12:42:59.576Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-27T12:42:59.576Z] with the 'teardown' option." [2019-09-27T12:42:59.576Z] [2019-09-27T12:43:00.141Z] === RUN TestDockerSuite/TestContainerAPIStop [2019-09-27T12:43:01.071Z] === RUN TestDockerSuite/TestContainerAPITop [2019-09-27T12:43:02.000Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2019-09-27T12:43:02.000Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2019-09-27T12:43:02.000Z] === RUN TestDockerSuite/TestContainerAPIWait [2019-09-27T12:43:05.270Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2019-09-27T12:43:05.527Z] === RUN TestDockerSuite/TestContainerNetworkMode [2019-09-27T12:43:06.895Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2019-09-27T12:43:07.322Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.83s) [2019-09-27T12:43:07.322Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart" [2019-09-27T12:43:07.322Z] PASS [2019-09-27T12:43:07.322Z] [2019-09-27T12:43:07.322Z] === Skipped [2019-09-27T12:43:07.322Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.01s) [2019-09-27T12:43:07.322Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T12:43:07.322Z] [2019-09-27T12:43:07.322Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2019-09-27T12:43:07.322Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T12:43:07.322Z] [2019-09-27T12:43:07.322Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-09-27T12:43:07.322Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T12:43:07.322Z] [2019-09-27T12:43:07.322Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-09-27T12:43:07.322Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T12:43:07.322Z] [2019-09-27T12:43:07.322Z] [2019-09-27T12:43:07.322Z] DONE 17 tests, 4 skipped in 29.785s [2019-09-27T12:43:07.322Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-09-27T12:43:07.322Z] ++ 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-27T12:43:07.322Z] ++ set -e [2019-09-27T12:43:07.322Z] ++ '[' -n 0 ']' [2019-09-27T12:43:07.322Z] ++ set -x [2019-09-27T12:43:07.322Z] ++ env -i DEST=/go/src/github.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-27T12:43:07.322Z] INFO: Testing against a local daemon [2019-09-27T12:43:07.322Z] === RUN TestPluginInvalidJSON [2019-09-27T12:43:07.322Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-09-27T12:43:07.322Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-09-27T12:43:07.322Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-09-27T12:43:07.322Z] --- PASS: TestPluginInvalidJSON (0.02s) [2019-09-27T12:43:07.322Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-09-27T12:43:07.322Z] PASS [2019-09-27T12:43:07.322Z] [2019-09-27T12:43:07.322Z] DONE 2 tests in 0.189s [2019-09-27T12:43:07.322Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-09-27T12:43:07.322Z] ++ 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-27T12:43:07.322Z] ++ set -e [2019-09-27T12:43:07.322Z] ++ '[' -n 0 ']' [2019-09-27T12:43:07.322Z] ++ set -x [2019-09-27T12:43:07.322Z] ++ env -i DEST=/go/src/github.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-27T12:43:07.322Z] INFO: Testing against a local daemon [2019-09-27T12:43:07.322Z] === RUN TestExternalGraphDriver [2019-09-27T12:43:07.322Z] === RUN TestExternalGraphDriver/json [2019-09-27T12:43:08.126Z] === RUN TestExternalGraphDriver/spec [2019-09-27T12:43:10.571Z] === RUN TestExternalGraphDriver/pull [2019-09-27T12:43:11.589Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-09-27T12:43:11.589Z] [2019-09-27T12:43:11.589Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-27T12:43:11.589Z] PKG_CONFIG=pkg-config [2019-09-27T12:43:11.589Z] GOLANG_VERSION=1.13 [2019-09-27T12:43:11.589Z] HOSTNAME=11b87fbf7c89 [2019-09-27T12:43:11.589Z] DOCKER_EXPERIMENTAL=1 [2019-09-27T12:43:11.589Z] container=docker [2019-09-27T12:43:11.589Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-09-27T12:43:11.589Z] GO111MODULE=off [2019-09-27T12:43:11.589Z] GOPATH=/go [2019-09-27T12:43:11.589Z] PWD=/go/src/github.com/docker/docker [2019-09-27T12:43:11.589Z] HOME=/root [2019-09-27T12:43:11.589Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-27T12:43:11.589Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-27T12:43:11.589Z] DOCKER_GITCOMMIT=b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c [2019-09-27T12:43:11.589Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-27T12:43:11.589Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-27T12:43:11.589Z] TERM=xterm [2019-09-27T12:43:11.589Z] DEST=bundles/test-integration [2019-09-27T12:43:11.589Z] SHLVL=1 [2019-09-27T12:43:11.589Z] TIMEOUT=120m [2019-09-27T12:43:11.589Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-27T12:43:11.589Z] DOCKER_PKG=github.com/docker/docker [2019-09-27T12:43:11.589Z] TESTDEBUG=0 [2019-09-27T12:43:11.589Z] _=/usr/bin/env [2019-09-27T12:43:11.589Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-09-27T12:43:12.146Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2019-09-27T12:43:12.146Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2019-09-27T12:43:13.840Z] --- PASS: TestExternalGraphDriver (8.29s) [2019-09-27T12:43:13.840Z] external_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver" [2019-09-27T12:43:13.840Z] --- PASS: TestExternalGraphDriver/json (2.98s) [2019-09-27T12:43:13.840Z] --- PASS: TestExternalGraphDriver/spec (2.22s) [2019-09-27T12:43:13.840Z] --- PASS: TestExternalGraphDriver/pull (2.94s) [2019-09-27T12:43:13.840Z] === RUN TestGraphdriverPluginV2 [2019-09-27T12:43:13.840Z] --- SKIP: TestGraphdriverPluginV2 (0.08s) [2019-09-27T12:43:13.840Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T12:43:13.840Z] PASS [2019-09-27T12:43:13.840Z] [2019-09-27T12:43:13.840Z] === Skipped [2019-09-27T12:43:13.840Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.08s) [2019-09-27T12:43:13.840Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T12:43:13.840Z] [2019-09-27T12:43:13.840Z] [2019-09-27T12:43:13.840Z] DONE 5 tests, 1 skipped in 8.768s [2019-09-27T12:43:13.840Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-09-27T12:43:13.840Z] ++ 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-27T12:43:13.840Z] ++ set -e [2019-09-27T12:43:13.840Z] ++ '[' -n 0 ']' [2019-09-27T12:43:13.840Z] ++ set -x [2019-09-27T12:43:13.840Z] ++ env -i DEST=/go/src/github.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-27T12:43:13.840Z] INFO: Testing against a local daemon [2019-09-27T12:43:13.840Z] === RUN TestContinueAfterPluginCrash [2019-09-27T12:43:13.840Z] === PAUSE TestContinueAfterPluginCrash [2019-09-27T12:43:13.840Z] === RUN TestDaemonStartWithLogOpt [2019-09-27T12:43:13.840Z] === PAUSE TestDaemonStartWithLogOpt [2019-09-27T12:43:13.840Z] === CONT TestContinueAfterPluginCrash [2019-09-27T12:43:13.840Z] === CONT TestDaemonStartWithLogOpt [2019-09-27T12:43:14.040Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2019-09-27T12:43:15.935Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2019-09-27T12:43:25.889Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2019-09-27T12:43:27.674Z] --- PASS: TestDaemonStartWithLogOpt (12.12s) [2019-09-27T12:43:27.674Z] validation_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt" [2019-09-27T12:43:30.823Z] --- PASS: TestContinueAfterPluginCrash (17.01s) [2019-09-27T12:43:30.823Z] logging_linux_test.go:22: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash" [2019-09-27T12:43:30.823Z] PASS [2019-09-27T12:43:30.823Z] [2019-09-27T12:43:30.823Z] DONE 2 tests in 17.172s [2019-09-27T12:43:30.823Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-09-27T12:43:30.824Z] ++ 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-27T12:43:30.824Z] ++ set -e [2019-09-27T12:43:30.824Z] ++ '[' -n 0 ']' [2019-09-27T12:43:30.824Z] ++ set -x [2019-09-27T12:43:30.824Z] ++ env -i DEST=/go/src/github.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-27T12:43:30.824Z] INFO: Testing against a local daemon [2019-09-27T12:43:30.824Z] === RUN TestPluginWithDevMounts [2019-09-27T12:43:30.824Z] === PAUSE TestPluginWithDevMounts [2019-09-27T12:43:30.824Z] === CONT TestPluginWithDevMounts [2019-09-27T12:43:32.842Z] --- PASS: TestPluginWithDevMounts (2.10s) [2019-09-27T12:43:32.842Z] mounts_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts" [2019-09-27T12:43:32.842Z] PASS [2019-09-27T12:43:32.842Z] [2019-09-27T12:43:32.842Z] DONE 1 tests in 2.309s [2019-09-27T12:43:32.842Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2019-09-27T12:43:32.842Z] ++ 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-27T12:43:32.842Z] ++ set -e [2019-09-27T12:43:32.842Z] ++ '[' -n 0 ']' [2019-09-27T12:43:32.842Z] ++ set -x [2019-09-27T12:43:32.842Z] ++ env -i DEST=/go/src/github.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-27T12:43:33.208Z] INFO: Testing against a local daemon [2019-09-27T12:43:33.208Z] === RUN TestSecretInspect [2019-09-27T12:43:36.409Z] --- PASS: TestSecretInspect (2.84s) [2019-09-27T12:43:36.409Z] secret_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect" [2019-09-27T12:43:36.409Z] === RUN TestSecretList [2019-09-27T12:43:38.989Z] --- PASS: TestSecretList (2.89s) [2019-09-27T12:43:38.989Z] secret_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretList" [2019-09-27T12:43:38.989Z] === RUN TestSecretsCreateAndDelete [2019-09-27T12:43:40.739Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2019-09-27T12:43:40.739Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2019-09-27T12:43:41.302Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2019-09-27T12:43:42.190Z] --- PASS: TestSecretsCreateAndDelete (2.96s) [2019-09-27T12:43:42.190Z] secret_test.go:125: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete" [2019-09-27T12:43:42.190Z] === RUN TestSecretsUpdate [2019-09-27T12:43:44.575Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2019-09-27T12:43:44.778Z] --- PASS: TestSecretsUpdate (2.87s) [2019-09-27T12:43:44.778Z] secret_test.go:172: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate" [2019-09-27T12:43:44.778Z] === RUN TestTemplatedSecret [2019-09-27T12:43:47.095Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2019-09-27T12:43:48.833Z] --- PASS: TestTemplatedSecret (3.50s) [2019-09-27T12:43:48.833Z] secret_test.go:221: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret" [2019-09-27T12:43:48.833Z] === RUN TestSecretCreateResolve [2019-09-27T12:43:49.615Z] === RUN TestDockerSuite/TestCopyAndRestart [2019-09-27T12:43:51.370Z] --- PASS: TestSecretCreateResolve (2.75s) [2019-09-27T12:43:51.370Z] secret_test.go:342: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve" [2019-09-27T12:43:51.370Z] PASS [2019-09-27T12:43:51.370Z] [2019-09-27T12:43:51.370Z] DONE 6 tests in 18.000s [2019-09-27T12:43:51.370Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2019-09-27T12:43:51.370Z] ++ 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-27T12:43:51.370Z] ++ set -e [2019-09-27T12:43:51.370Z] ++ '[' -n 0 ']' [2019-09-27T12:43:51.370Z] ++ set -x [2019-09-27T12:43:51.370Z] ++ env -i DEST=/go/src/github.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-27T12:43:51.370Z] INFO: Testing against a local daemon [2019-09-27T12:43:51.370Z] === RUN TestServiceCreateInit [2019-09-27T12:43:51.370Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-09-27T12:43:52.135Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2019-09-27T12:43:52.135Z] === RUN TestDockerSuite/TestCpAbsolutePath [2019-09-27T12:43:52.466Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2019-09-27T12:43:52.466Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2019-09-27T12:43:52.466Z] remote: Enumerating objects: 19, done. [2019-09-27T12:43:52.466Z] remote: Total 19 (delta 0), reused 0 (delta 0), pack-reused 19 [2019-09-27T12:43:52.466Z] 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-27T12:43:52.466Z] Building: bundles/cross/windows/amd64/containerutility.exe [2019-09-27T12:43:52.466Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-09-27T12:43:52.698Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2019-09-27T12:43:52.918Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39997/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c -e DOCKER_GRAPHDRIVER docker:b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c hack/test/unit [2019-09-27T12:43:53.629Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2019-09-27T12:43:54.558Z] === RUN TestDockerSuite/TestCpFromCaseA [2019-09-27T12:43:55.927Z] === RUN TestDockerSuite/TestCpFromCaseB [2019-09-27T12:43:56.179Z] ? github.com/docker/docker/api [no test files] [2019-09-27T12:43:56.398Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-09-27T12:43:56.857Z] === RUN TestDockerSuite/TestCpFromCaseC [2019-09-27T12:43:57.788Z] === RUN TestDockerSuite/TestCpFromCaseD [2019-09-27T12:43:58.718Z] === RUN TestDockerSuite/TestCpFromCaseE [2019-09-27T12:43:58.859Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-09-27T12:43:58.859Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-09-27T12:43:58.859Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-09-27T12:44:00.087Z] === RUN TestDockerSuite/TestCpFromCaseF [2019-09-27T12:44:00.654Z] === RUN TestDockerSuite/TestCpFromCaseG [2019-09-27T12:44:01.571Z] --- PASS: TestServiceCreateInit (9.99s) [2019-09-27T12:44:01.571Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.92s) [2019-09-27T12:44:01.571Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled" [2019-09-27T12:44:01.571Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.05s) [2019-09-27T12:44:01.571Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled" [2019-09-27T12:44:01.571Z] === RUN TestCreateServiceMultipleTimes [2019-09-27T12:44:02.023Z] === RUN TestDockerSuite/TestCpFromCaseH [2019-09-27T12:44:02.975Z] === RUN TestDockerSuite/TestCpFromCaseI [2019-09-27T12:44:03.905Z] === RUN TestDockerSuite/TestCpFromCaseJ [2019-09-27T12:44:05.275Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2019-09-27T12:44:06.643Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2019-09-27T12:44:08.014Z] === RUN TestDockerSuite/TestCpGarbagePath [2019-09-27T12:44:08.336Z] ok github.com/docker/docker/api/server 0.009s coverage: 9.0% of statements [2019-09-27T12:44:08.580Z] === RUN TestDockerSuite/TestCpLocalOnly [2019-09-27T12:44:08.580Z] === RUN TestDockerSuite/TestCpNameHasColon [2019-09-27T12:44:09.952Z] === RUN TestDockerSuite/TestCpRelativePath [2019-09-27T12:44:10.882Z] === RUN TestDockerSuite/TestCpSpecialFiles [2019-09-27T12:44:11.813Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2019-09-27T12:44:12.743Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2019-09-27T12:44:14.113Z] === RUN TestDockerSuite/TestCpToCaseA [2019-09-27T12:44:16.009Z] === RUN TestDockerSuite/TestCpToCaseB [2019-09-27T12:44:16.938Z] === RUN TestDockerSuite/TestCpToCaseC [2019-09-27T12:44:19.176Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2019-09-27T12:44:19.176Z] [2019-09-27T12:44:19.176Z] ________ ____ __. [2019-09-27T12:44:19.176Z] \_____ \ | |/ _| [2019-09-27T12:44:19.176Z] / | \| < [2019-09-27T12:44:19.176Z] / | \ | \ [2019-09-27T12:44:19.176Z] \_______ /____|__ \ [2019-09-27T12:44:19.176Z] \/ \/ [2019-09-27T12:44:19.176Z] [2019-09-27T12:44:19.176Z] INFO: make.ps1 ended at 09/27/2019 12:44:12 [2019-09-27T12:44:19.176Z] INFO: Binaries build ended at 09/27/2019 12:44:14. Duration:00:01:28.0751857 [2019-09-27T12:44:19.176Z] INFO: Copying the built daemon binary to d:\CI\PR-39997\2\binary\dockerd-b5dcdbde1.exe... [2019-09-27T12:44:19.176Z] INFO: Copying the built client binary to d:\CI\PR-39997\2\binary\docker-b5dcdbde1.exe... [2019-09-27T12:44:19.176Z] INFO: Copying dockerversion from the container... [2019-09-27T12:44:19.176Z] INFO: Copying the golang package from the container to d:\CI\PR-39997\2\installer\go.zip... [2019-09-27T12:44:19.459Z] === RUN TestDockerSuite/TestCpToCaseD [2019-09-27T12:44:20.831Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2019-09-27T12:44:21.325Z] --- PASS: TestCreateServiceMultipleTimes (19.33s) [2019-09-27T12:44:21.325Z] create_test.go:80: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes" [2019-09-27T12:44:21.325Z] === RUN TestCreateServiceConflict [2019-09-27T12:44:21.377Z] INFO: Extracting go.zip to d:\CI\PR-39997\2\go [2019-09-27T12:44:23.212Z] --- PASS: TestCreateServiceConflict (2.77s) [2019-09-27T12:44:23.212Z] create_test.go:129: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict" [2019-09-27T12:44:23.212Z] === RUN TestCreateServiceMaxReplicas [2019-09-27T12:44:25.004Z] === RUN TestDockerSuite/TestCpToCaseE [2019-09-27T12:44:27.265Z] --- PASS: TestCreateServiceMaxReplicas (3.59s) [2019-09-27T12:44:27.265Z] create_test.go:150: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas" [2019-09-27T12:44:27.265Z] === RUN TestCreateWithDuplicateNetworkNames [2019-09-27T12:44:28.275Z] === RUN TestDockerSuite/TestCpToCaseF [2019-09-27T12:44:29.204Z] === RUN TestDockerSuite/TestCpToCaseG [2019-09-27T12:44:34.470Z] === RUN TestDockerSuite/TestCpToCaseH [2019-09-27T12:44:38.111Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-09-27T12:44:38.111Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-09-27T12:44:38.111Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-09-27T12:44:38.646Z] === RUN TestDockerSuite/TestCpToCaseI [2019-09-27T12:44:38.646Z] === RUN TestDockerSuite/TestCpToCaseJ [2019-09-27T12:44:39.123Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-09-27T12:44:39.408Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-09-27T12:44:40.929Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.01s) [2019-09-27T12:44:40.929Z] create_test.go:171: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames" [2019-09-27T12:44:40.930Z] === RUN TestCreateServiceSecretFileMode [2019-09-27T12:44:42.819Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2019-09-27T12:44:42.902Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-09-27T12:44:43.749Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2019-09-27T12:44:44.181Z] --- PASS: TestCreateServiceSecretFileMode (3.17s) [2019-09-27T12:44:44.181Z] create_test.go:224: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode" [2019-09-27T12:44:44.181Z] === RUN TestCreateServiceConfigFileMode [2019-09-27T12:44:44.936Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-09-27T12:44:45.117Z] === RUN TestDockerSuite/TestCpToDot [2019-09-27T12:44:46.048Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2019-09-27T12:44:47.399Z] --- PASS: TestCreateServiceConfigFileMode (3.24s) [2019-09-27T12:44:47.399Z] create_test.go:288: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode" [2019-09-27T12:44:47.399Z] === RUN TestCreateServiceSysctls [2019-09-27T12:44:47.418Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2019-09-27T12:44:47.627Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-09-27T12:44:47.982Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2019-09-27T12:44:49.875Z] === RUN TestDockerSuite/TestCpToStdout [2019-09-27T12:44:51.246Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2019-09-27T12:44:51.670Z] --- PASS: TestCreateServiceSysctls (4.13s) [2019-09-27T12:44:51.670Z] create_test.go:378: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls" [2019-09-27T12:44:51.670Z] === RUN TestCreateServiceCapabilities [2019-09-27T12:44:52.044Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-09-27T12:44:54.520Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2019-09-27T12:44:54.727Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-09-27T12:44:54.837Z] --- PASS: TestCreateServiceCapabilities (3.22s) [2019-09-27T12:44:54.837Z] create_test.go:462: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities" [2019-09-27T12:44:54.837Z] === RUN TestInspect [2019-09-27T12:44:55.085Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2019-09-27T12:44:56.022Z] === RUN TestDockerSuite/TestCpVolumePath [2019-09-27T12:44:56.757Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-09-27T12:44:57.138Z] INFO: Extraction ended at 09/27/2019 12:44:51. Duration:00:00:30.6418772 [2019-09-27T12:44:57.138Z] INFO: Updating the golang and path environment variables [2019-09-27T12:44:57.138Z] INFO: GOPATH=d:\gopath [2019-09-27T12:44:57.138Z] INFO: go version go1.13 windows/amd64 [2019-09-27T12:44:57.138Z] INFO: Running the daemon under test in debug mode [2019-09-27T12:44:57.138Z] INFO: Starting a daemon under test... [2019-09-27T12:44:57.138Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-39997\2\daemon --pidfile d:\CI\PR-39997\2\docker.pid -D [2019-09-27T12:44:57.138Z] INFO: Process started successfully. [2019-09-27T12:44:57.138Z] INFO: Start tailing logs of the daemon under tests [2019-09-27T12:44:57.138Z] INFO: Waiting for the daemon under test to start... [2019-09-27T12:44:57.138Z] INFO: Daemon under test started and replied! [2019-09-27T12:44:57.138Z] INFO: Docker version of the daemon under test [2019-09-27T12:44:57.138Z] [2019-09-27T12:44:57.138Z] Client: [2019-09-27T12:44:57.138Z] Version: 17.06.2-ce [2019-09-27T12:44:57.138Z] API version: 1.30 [2019-09-27T12:44:57.138Z] Go version: go1.8.3 [2019-09-27T12:44:57.138Z] Git commit: cec0b72 [2019-09-27T12:44:57.138Z] Built: Tue Sep 5 19:57:19 2017 [2019-09-27T12:44:57.138Z] OS/Arch: windows/amd64 [2019-09-27T12:44:57.138Z] [2019-09-27T12:44:57.138Z] Server: [2019-09-27T12:44:57.138Z] Version: 0.0.0-dev [2019-09-27T12:44:57.138Z] API version: 1.41 (minimum version 1.24) [2019-09-27T12:44:57.138Z] Go version: go1.13 [2019-09-27T12:44:57.138Z] Git commit: b5dcdbde1 [2019-09-27T12:44:57.138Z] Built: 09/27/2019 12:42:51 [2019-09-27T12:44:57.138Z] OS/Arch: windows/amd64 [2019-09-27T12:44:57.138Z] Experimental: false [2019-09-27T12:44:57.138Z] [2019-09-27T12:44:57.138Z] INFO: Docker info of the daemon under test [2019-09-27T12:44:57.138Z] [2019-09-27T12:44:57.138Z] Containers: 0 [2019-09-27T12:44:57.138Z] Running: 0 [2019-09-27T12:44:57.138Z] Paused: 0 [2019-09-27T12:44:57.138Z] Stopped: 0 [2019-09-27T12:44:57.138Z] Images: 0 [2019-09-27T12:44:57.138Z] Server Version: 0.0.0-dev [2019-09-27T12:44:57.138Z] Storage Driver: windowsfilter [2019-09-27T12:44:57.138Z] Windows: [2019-09-27T12:44:57.138Z] Logging Driver: json-file [2019-09-27T12:44:57.138Z] Plugins: [2019-09-27T12:44:57.138Z] Volume: local [2019-09-27T12:44:57.138Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2019-09-27T12:44:57.138Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-09-27T12:44:57.138Z] Swarm: inactive [2019-09-27T12:44:57.138Z] Default Isolation: process [2019-09-27T12:44:57.138Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-09-27T12:44:57.138Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-09-27T12:44:57.138Z] OSType: windows [2019-09-27T12:44:57.138Z] Architecture: x86_64 [2019-09-27T12:44:57.138Z] CPUs: 4 [2019-09-27T12:44:57.138Z] Total Memory: 32GiB [2019-09-27T12:44:57.138Z] Name: azwin-2-b4f710 [2019-09-27T12:44:57.138Z] ID: QTGC:QMHE:QOCQ:S54L:GKTC:IVW6:NB6T:HKEE:YK7X:QNVE:QCZM:BU6I [2019-09-27T12:44:57.138Z] Docker Root Dir: D:\CI\PR-39997\2\daemon [2019-09-27T12:44:57.138Z] Debug Mode (client): false [2019-09-27T12:44:57.138Z] Debug Mode (server): true [2019-09-27T12:44:57.138Z] File Descriptors: -1 [2019-09-27T12:44:57.138Z] Goroutines: 17 [2019-09-27T12:44:57.138Z] System Time: 2019-09-27T12:44:55.7656707Z [2019-09-27T12:44:57.138Z] EventsListeners: 0 [2019-09-27T12:44:57.138Z] Registry: https://index.docker.io/v1/ [2019-09-27T12:44:57.138Z] Labels: [2019-09-27T12:44:57.138Z] Experimental: false [2019-09-27T12:44:57.138Z] Insecure Registries: [2019-09-27T12:44:57.138Z] 127.0.0.0/8 [2019-09-27T12:44:57.138Z] Live Restore Enabled: false [2019-09-27T12:44:57.138Z] [2019-09-27T12:44:57.138Z] [2019-09-27T12:44:57.138Z] INFO: Docker images of the daemon under test [2019-09-27T12:44:57.138Z] [2019-09-27T12:44:57.138Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2019-09-27T12:44:57.138Z] [2019-09-27T12:44:57.138Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2019-09-27T12:44:57.138Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2019-09-27T12:44:57.138Z] ltsc2019: Pulling from windows/servercore [2019-09-27T12:44:57.918Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2019-09-27T12:44:58.160Z] --- PASS: TestInspect (3.53s) [2019-09-27T12:44:58.160Z] inspect_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspect" [2019-09-27T12:44:58.160Z] === RUN TestDockerNetworkConnectAlias [2019-09-27T12:44:58.174Z] === RUN TestDockerSuite/TestCreateArgs [2019-09-27T12:44:58.174Z] === RUN TestDockerSuite/TestCreateByImageID [2019-09-27T12:44:58.737Z] === RUN TestDockerSuite/TestCreateEchoStdout [2019-09-27T12:44:59.667Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2019-09-27T12:44:59.667Z] === RUN TestDockerSuite/TestCreateHostConfig [2019-09-27T12:44:59.667Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2019-09-27T12:45:00.225Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-09-27T12:45:00.597Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2019-09-27T12:45:01.160Z] === RUN TestDockerSuite/TestCreateLabels [2019-09-27T12:45:01.160Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2019-09-27T12:45:01.417Z] === RUN TestDockerSuite/TestCreateRM [2019-09-27T12:45:01.673Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2019-09-27T12:45:01.674Z] === RUN TestDockerSuite/TestCreateStopSignal [2019-09-27T12:45:01.674Z] === RUN TestDockerSuite/TestCreateStopTimeout [2019-09-27T12:45:01.946Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2019-09-27T12:45:02.277Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-09-27T12:45:02.976Z] 65014b3c3121: Pulling fs layer [2019-09-27T12:45:02.976Z] 2945147eda09: Pulling fs layer [2019-09-27T12:45:03.756Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-09-27T12:45:04.459Z] --- PASS: TestDockerNetworkConnectAlias (6.15s) [2019-09-27T12:45:04.459Z] network_test.go:20: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias" [2019-09-27T12:45:04.460Z] === RUN TestDockerNetworkReConnect [2019-09-27T12:45:04.473Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2019-09-27T12:45:04.473Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2019-09-27T12:45:04.473Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2019-09-27T12:45:05.799Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-09-27T12:45:05.799Z] Using test binary docker [2019-09-27T12:45:06.082Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-09-27T12:45:06.082Z] +++ /etc/init.d/apparmor start [2019-09-27T12:45:06.082Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-27T12:45:06.082Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-27T12:45:06.082Z] Warning failed to create cache: (null) [2019-09-27T12:45:06.082Z] . [2019-09-27T12:45:06.082Z] INFO: Waiting for daemon to start... [2019-09-27T12:45:06.082Z] Starting dockerd [2019-09-27T12:45:06.082Z] +++ 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-27T12:45:06.997Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2019-09-27T12:45:08.109Z] . [2019-09-27T12:45:08.109Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-09-27T12:45:08.109Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-09-27T12:45:08.109Z] Error: No such image: emptyfs [2019-09-27T12:45:08.109Z] ++++ tar -cC bundles/test-integration/emptyfs . [2019-09-27T12:45:08.109Z] ++++ docker load [2019-09-27T12:45:08.368Z] === RUN TestDockerSuite/TestCreateWithPortRange [2019-09-27T12:45:08.368Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2019-09-27T12:45:08.368Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2019-09-27T12:45:08.391Z] Running integration-test (iteration 1) [2019-09-27T12:45:08.391Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2019-09-27T12:45:08.391Z] ++ 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-27T12:45:08.391Z] ++ set -e [2019-09-27T12:45:08.391Z] ++ '[' -n 0 ']' [2019-09-27T12:45:08.391Z] ++ set -x [2019-09-27T12:45:08.391Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-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-27T12:45:08.626Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2019-09-27T12:45:08.626Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2019-09-27T12:45:08.884Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2019-09-27T12:45:09.541Z] --- PASS: TestDockerNetworkReConnect (4.82s) [2019-09-27T12:45:09.541Z] network_test.go:82: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect" [2019-09-27T12:45:09.541Z] === RUN TestServicePlugin [2019-09-27T12:45:09.541Z] --- SKIP: TestServicePlugin (0.00s) [2019-09-27T12:45:09.541Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T12:45:09.541Z] === RUN TestServiceUpdateLabel [2019-09-27T12:45:09.813Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2019-09-27T12:45:11.709Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2019-09-27T12:45:12.053Z] --- PASS: TestServiceUpdateLabel (2.50s) [2019-09-27T12:45:12.053Z] update_test.go:21: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel" [2019-09-27T12:45:12.053Z] === RUN TestServiceUpdateSecrets [2019-09-27T12:45:12.640Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2019-09-27T12:45:13.321Z] 2945147eda09: Verifying Checksum [2019-09-27T12:45:13.321Z] 2945147eda09: Download complete [2019-09-27T12:45:14.532Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2019-09-27T12:45:15.946Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-09-27T12:45:15.946Z] ok github.com/docker/docker/api/server/httputils 0.024s coverage: 14.7% of statements [2019-09-27T12:45:15.946Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2019-09-27T12:45:15.946Z] ? github.com/docker/docker/api/server/router [no test files] [2019-09-27T12:45:15.946Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-09-27T12:45:15.946Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-09-27T12:45:15.946Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-09-27T12:45:15.946Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-09-27T12:45:15.946Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-09-27T12:45:15.946Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-09-27T12:45:15.946Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-09-27T12:45:15.946Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-09-27T12:45:15.946Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-09-27T12:45:15.946Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-09-27T12:45:15.946Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 4.0% of statements [2019-09-27T12:45:15.946Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-09-27T12:45:15.946Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-09-27T12:45:15.946Z] ? github.com/docker/docker/api/types [no test files] [2019-09-27T12:45:15.946Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-09-27T12:45:15.946Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-09-27T12:45:15.946Z] ? github.com/docker/docker/api/types/container [no test files] [2019-09-27T12:45:15.946Z] ? github.com/docker/docker/api/types/events [no test files] [2019-09-27T12:45:15.946Z] ok github.com/docker/docker/api/types/filters 0.004s coverage: 95.2% of statements [2019-09-27T12:45:15.946Z] ? github.com/docker/docker/api/types/image [no test files] [2019-09-27T12:45:15.946Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-09-27T12:45:15.946Z] ? github.com/docker/docker/api/types/network [no test files] [2019-09-27T12:45:15.946Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-09-27T12:45:15.946Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-09-27T12:45:15.946Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2019-09-27T12:45:15.946Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-09-27T12:45:15.946Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-09-27T12:45:15.946Z] ok github.com/docker/docker/api/types/time 0.004s coverage: 100.0% of statements [2019-09-27T12:45:15.946Z] ok github.com/docker/docker/api/types/versions 0.003s coverage: 75.0% of statements [2019-09-27T12:45:15.946Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-09-27T12:45:15.946Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-09-27T12:45:15.946Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-09-27T12:45:15.946Z] ? github.com/docker/docker/builder [no test files] [2019-09-27T12:45:15.946Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-09-27T12:45:15.946Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-09-27T12:45:15.946Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-09-27T12:45:15.946Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-09-27T12:45:15.946Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-09-27T12:45:15.946Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-09-27T12:45:15.946Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-09-27T12:45:15.946Z] ok github.com/docker/docker/builder/dockerignore 0.014s coverage: 96.8% of statements [2019-09-27T12:45:16.424Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2019-09-27T12:45:16.987Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2019-09-27T12:45:17.309Z] ok github.com/docker/docker/builder/fscache 0.118s coverage: 69.2% of statements [2019-09-27T12:45:17.564Z] ok github.com/docker/docker/builder/dockerfile 0.548s coverage: 46.6% of statements [2019-09-27T12:45:17.916Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2019-09-27T12:45:17.916Z] === RUN TestDockerSuite/TestDevicePermissions [2019-09-27T12:45:18.845Z] === RUN TestDockerSuite/TestDockerFails [2019-09-27T12:45:18.845Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2019-09-27T12:45:18.845Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2019-09-27T12:45:18.845Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2019-09-27T12:45:20.074Z] ok github.com/docker/docker/builder/remotecontext 0.172s coverage: 13.6% of statements [2019-09-27T12:45:20.074Z] ok github.com/docker/docker/builder/remotecontext/git 0.965s coverage: 85.1% of statements [2019-09-27T12:45:20.074Z] ? github.com/docker/docker/cli [no test files] [2019-09-27T12:45:20.074Z] ? github.com/docker/docker/cli/config [no test files] [2019-09-27T12:45:20.213Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2019-09-27T12:45:20.329Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2019-09-27T12:45:21.142Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2019-09-27T12:45:22.510Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2019-09-27T12:45:22.767Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2019-09-27T12:45:22.767Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2019-09-27T12:45:22.767Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2019-09-27T12:45:23.646Z] Loaded image: buildpack-deps:jessie [2019-09-27T12:45:23.646Z] Loaded image: busybox:latest [2019-09-27T12:45:23.646Z] Loaded image: busybox:glibc [2019-09-27T12:45:23.646Z] Loaded image: debian:jessie [2019-09-27T12:45:23.646Z] Loaded image: hello-world:latest [2019-09-27T12:45:23.646Z] INFO: Testing against a local daemon [2019-09-27T12:45:23.646Z] === RUN TestCgroupNamespacesBuild [2019-09-27T12:45:24.657Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2019-09-27T12:45:24.660Z] --- PASS: TestCgroupNamespacesBuild (1.67s) [2019-09-27T12:45:24.660Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild" [2019-09-27T12:45:24.660Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-09-27T12:45:25.562Z] ok github.com/docker/docker/client 0.242s coverage: 75.8% of statements [2019-09-27T12:45:26.137Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.61s) [2019-09-27T12:45:26.137Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode" [2019-09-27T12:45:26.137Z] === RUN TestBuildWithSession [2019-09-27T12:45:28.162Z] 65014b3c3121: Verifying Checksum [2019-09-27T12:45:28.162Z] 65014b3c3121: Download complete [2019-09-27T12:45:28.238Z] --- PASS: TestBuildWithSession (2.15s) [2019-09-27T12:45:28.238Z] === RUN TestBuildSquashParent [2019-09-27T12:45:28.401Z] --- PASS: TestServiceUpdateSecrets (15.60s) [2019-09-27T12:45:28.401Z] update_test.go:77: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets" [2019-09-27T12:45:28.401Z] === RUN TestServiceUpdateConfigs [2019-09-27T12:45:29.908Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2019-09-27T12:45:33.192Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2019-09-27T12:45:33.738Z] --- PASS: TestBuildSquashParent (5.19s) [2019-09-27T12:45:33.738Z] === RUN TestBuildWithRemoveAndForceRemove [2019-09-27T12:45:33.738Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-27T12:45:33.738Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-27T12:45:33.738Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-27T12:45:33.738Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-27T12:45:33.738Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-27T12:45:33.738Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-27T12:45:33.738Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-27T12:45:33.738Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-27T12:45:33.738Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-27T12:45:33.738Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-27T12:45:33.738Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-27T12:45:33.738Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-27T12:45:33.738Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-27T12:45:33.738Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-27T12:45:33.738Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-27T12:45:33.738Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-27T12:45:35.713Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2019-09-27T12:45:36.441Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-27T12:45:36.441Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-27T12:45:37.605Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2019-09-27T12:45:38.974Z] === RUN TestDockerSuite/TestEventsAttach [2019-09-27T12:45:39.133Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2019-09-27T12:45:39.133Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.82s) [2019-09-27T12:45:39.133Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.97s) [2019-09-27T12:45:39.133Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.19s) [2019-09-27T12:45:39.133Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.40s) [2019-09-27T12:45:39.133Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.53s) [2019-09-27T12:45:39.133Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.41s) [2019-09-27T12:45:39.133Z] === RUN TestBuildMultiStageCopy [2019-09-27T12:45:39.133Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-27T12:45:39.905Z] === RUN TestDockerSuite/TestEventsCommit [2019-09-27T12:45:40.468Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2019-09-27T12:45:41.032Z] === RUN TestDockerSuite/TestEventsContainerEvents [2019-09-27T12:45:41.163Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-27T12:45:41.163Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-27T12:45:41.447Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-27T12:45:41.963Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2019-09-27T12:45:42.062Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-27T12:45:42.346Z] --- PASS: TestBuildMultiStageCopy (3.43s) [2019-09-27T12:45:42.346Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.90s) [2019-09-27T12:45:42.346Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.36s) [2019-09-27T12:45:42.346Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.37s) [2019-09-27T12:45:42.346Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.40s) [2019-09-27T12:45:42.346Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.40s) [2019-09-27T12:45:42.346Z] === RUN TestBuildMultiStageParentConfig [2019-09-27T12:45:42.894Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2019-09-27T12:45:43.355Z] --- PASS: TestBuildMultiStageParentConfig (1.00s) [2019-09-27T12:45:43.356Z] === RUN TestBuildLabelWithTargets [2019-09-27T12:45:43.825Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2019-09-27T12:45:44.829Z] --- PASS: TestBuildLabelWithTargets (1.50s) [2019-09-27T12:45:44.829Z] === RUN TestBuildWithEmptyLayers [2019-09-27T12:45:44.839Z] --- PASS: TestServiceUpdateConfigs (15.52s) [2019-09-27T12:45:44.839Z] update_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs" [2019-09-27T12:45:44.839Z] === RUN TestServiceUpdateNetwork [2019-09-27T12:45:45.717Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2019-09-27T12:45:45.850Z] --- PASS: TestBuildWithEmptyLayers (0.80s) [2019-09-27T12:45:45.850Z] === RUN TestBuildMultiStageOnBuild [2019-09-27T12:45:46.647Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2019-09-27T12:45:47.582Z] === RUN TestDockerSuite/TestEventsContainerRestart [2019-09-27T12:45:47.880Z] --- PASS: TestBuildMultiStageOnBuild (2.22s) [2019-09-27T12:45:47.880Z] === RUN TestBuildUncleanTarFilenames [2019-09-27T12:45:48.891Z] --- PASS: TestBuildUncleanTarFilenames (1.10s) [2019-09-27T12:45:48.891Z] === RUN TestBuildMultiStageLayerLeak [2019-09-27T12:45:51.579Z] --- PASS: TestBuildMultiStageLayerLeak (2.33s) [2019-09-27T12:45:51.579Z] === RUN TestBuildWithHugeFile [2019-09-27T12:45:51.754Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2019-09-27T12:45:54.274Z] === RUN TestDockerSuite/TestEventsCopy [2019-09-27T12:45:55.643Z] === RUN TestDockerSuite/TestEventsFilterContainer [2019-09-27T12:45:57.535Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2019-09-27T12:45:57.568Z] ok github.com/docker/docker/cmd/dockerd 0.058s coverage: 30.1% of statements [2019-09-27T12:45:58.100Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2019-09-27T12:45:58.357Z] === RUN TestDockerSuite/TestEventsFilterImageName [2019-09-27T12:45:58.488Z] --- PASS: TestServiceUpdateNetwork (14.25s) [2019-09-27T12:45:58.488Z] update_test.go:201: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork" [2019-09-27T12:45:58.488Z] PASS [2019-09-27T12:45:58.488Z] [2019-09-27T12:45:58.488Z] === Skipped [2019-09-27T12:45:58.488Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2019-09-27T12:45:58.488Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T12:45:58.488Z] [2019-09-27T12:45:58.488Z] [2019-09-27T12:45:58.488Z] DONE 19 tests, 1 skipped in 125.997s [2019-09-27T12:45:58.488Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2019-09-27T12:45:58.488Z] ++ 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-27T12:45:58.488Z] ++ set -e [2019-09-27T12:45:58.488Z] ++ '[' -n 0 ']' [2019-09-27T12:45:58.488Z] ++ set -x [2019-09-27T12:45:58.488Z] ++ env -i DEST=/go/src/github.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-27T12:45:58.488Z] INFO: Testing against a local daemon [2019-09-27T12:45:58.488Z] === RUN TestSessionCreate [2019-09-27T12:45:58.488Z] --- PASS: TestSessionCreate (0.02s) [2019-09-27T12:45:58.488Z] === RUN TestSessionCreateWithBadUpgrade [2019-09-27T12:45:58.488Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2019-09-27T12:45:58.488Z] PASS [2019-09-27T12:45:58.488Z] [2019-09-27T12:45:58.488Z] DONE 2 tests in 0.256s [2019-09-27T12:45:58.488Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2019-09-27T12:45:58.488Z] ++ 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-27T12:45:58.488Z] ++ set -e [2019-09-27T12:45:58.488Z] ++ '[' -n 0 ']' [2019-09-27T12:45:58.488Z] ++ set -x [2019-09-27T12:45:58.488Z] ++ env -i DEST=/go/src/github.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-27T12:45:58.488Z] INFO: Testing against a local daemon [2019-09-27T12:45:58.488Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-09-27T12:45:58.488Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-27T12:45:58.488Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-27T12:45:58.488Z] === RUN TestEventsExecDie [2019-09-27T12:45:58.488Z] --- PASS: TestEventsExecDie (1.02s) [2019-09-27T12:45:58.488Z] === RUN TestEventsBackwardsCompatible [2019-09-27T12:45:58.488Z] --- PASS: TestEventsBackwardsCompatible (0.09s) [2019-09-27T12:45:58.488Z] === RUN TestInfoBinaryCommits [2019-09-27T12:45:58.488Z] --- PASS: TestInfoBinaryCommits (0.02s) [2019-09-27T12:45:58.488Z] === RUN TestInfoAPIVersioned [2019-09-27T12:45:58.488Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-09-27T12:45:58.488Z] === RUN TestInfoAPI [2019-09-27T12:45:58.488Z] --- PASS: TestInfoAPI (0.04s) [2019-09-27T12:45:58.488Z] === RUN TestInfoAPIWarnings [2019-09-27T12:45:58.493Z] ok github.com/docker/docker/container 0.117s coverage: 35.3% of statements [2019-09-27T12:45:58.493Z] ? github.com/docker/docker/container/stream [no test files] [2019-09-27T12:45:58.493Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-09-27T12:45:58.493Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-09-27T12:45:58.493Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-09-27T12:45:59.726Z] === RUN TestDockerSuite/TestEventsFilterLabels [2019-09-27T12:45:59.794Z] --- PASS: TestInfoAPIWarnings (0.85s) [2019-09-27T12:45:59.794Z] info_test.go:49: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings" [2019-09-27T12:45:59.794Z] === RUN TestLoginFailsWithBadCredentials [2019-09-27T12:45:59.794Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s) [2019-09-27T12:45:59.794Z] === RUN TestPingCacheHeaders [2019-09-27T12:45:59.794Z] --- PASS: TestPingCacheHeaders (0.03s) [2019-09-27T12:45:59.794Z] === RUN TestPingGet [2019-09-27T12:45:59.794Z] --- PASS: TestPingGet (0.03s) [2019-09-27T12:45:59.794Z] === RUN TestPingHead [2019-09-27T12:45:59.794Z] --- PASS: TestPingHead (0.06s) [2019-09-27T12:45:59.794Z] === RUN TestVersion [2019-09-27T12:46:00.241Z] --- PASS: TestVersion (0.03s) [2019-09-27T12:46:00.241Z] PASS [2019-09-27T12:46:00.241Z] [2019-09-27T12:46:00.241Z] === Skipped [2019-09-27T12:46:00.241Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-27T12:46:00.241Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-27T12:46:00.241Z] [2019-09-27T12:46:00.241Z] [2019-09-27T12:46:00.241Z] DONE 12 tests, 1 skipped in 2.741s [2019-09-27T12:46:00.241Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2019-09-27T12:46:00.241Z] ++ 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-27T12:46:00.241Z] ++ set -e [2019-09-27T12:46:00.241Z] ++ '[' -n 0 ']' [2019-09-27T12:46:00.241Z] ++ set -x [2019-09-27T12:46:00.241Z] ++ env -i DEST=/go/src/github.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-27T12:46:00.241Z] INFO: Testing against a local daemon [2019-09-27T12:46:00.241Z] === RUN TestVolumesCreateAndList [2019-09-27T12:46:00.241Z] --- PASS: TestVolumesCreateAndList (0.03s) [2019-09-27T12:46:00.241Z] === RUN TestVolumesRemove [2019-09-27T12:46:00.241Z] --- PASS: TestVolumesRemove (0.09s) [2019-09-27T12:46:00.241Z] === RUN TestVolumesInspect [2019-09-27T12:46:00.241Z] --- PASS: TestVolumesInspect (0.04s) [2019-09-27T12:46:00.241Z] === RUN TestVolumesInvalidJSON [2019-09-27T12:46:00.241Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-09-27T12:46:00.241Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-09-27T12:46:00.241Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-09-27T12:46:00.241Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2019-09-27T12:46:00.241Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-09-27T12:46:00.241Z] PASS [2019-09-27T12:46:00.241Z] [2019-09-27T12:46:00.241Z] DONE 5 tests in 0.329s [2019-09-27T12:46:00.241Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-09-27T12:46:00.295Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2019-09-27T12:46:00.295Z] === RUN TestDockerSuite/TestEventsFilterType [2019-09-27T12:46:00.552Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2019-09-27T12:46:00.719Z] ++++ cat bundles/test-integration/docker.pid [2019-09-27T12:46:00.719Z] +++ kill 11477 [2019-09-27T12:46:00.808Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2019-09-27T12:46:00.808Z] === RUN TestDockerSuite/TestEventsFilters [2019-09-27T12:46:01.990Z] umount: bundles/test-integration/root: mountpoint not found [2019-09-27T12:46:01.990Z] +++ /etc/init.d/apparmor stop [2019-09-27T12:46:01.990Z] Clearing AppArmor profiles cache:. [2019-09-27T12:46:01.990Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-27T12:46:01.990Z] Unloading profiles will leave already running processes permanently [2019-09-27T12:46:01.990Z] unconfined, which can lead to unexpected situations. [2019-09-27T12:46:01.990Z] [2019-09-27T12:46:01.990Z] To set a process to complain mode, use the command line tool [2019-09-27T12:46:01.990Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-27T12:46:01.990Z] with the 'teardown' option." [2019-09-27T12:46:01.990Z] [2019-09-27T12:46:02.700Z] === RUN TestDockerSuite/TestEventsFormat [2019-09-27T12:46:04.071Z] === RUN TestDockerSuite/TestEventsFormatBadField [2019-09-27T12:46:04.328Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2019-09-27T12:46:04.328Z] === RUN TestDockerSuite/TestEventsImageImport Post stage [Pipeline] junit [2019-09-27T12:46:04.639Z] Recording test results [2019-09-27T12:46:05.257Z] === RUN TestDockerSuite/TestEventsImageLoad [2019-09-27T12:46:05.257Z] === RUN TestDockerSuite/TestEventsImagePull [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-09-27T12:46:05.820Z] === RUN TestDockerSuite/TestEventsImageTag [2019-09-27T12:46:06.214Z] + echo Ensuring container killed. [2019-09-27T12:46:06.214Z] Ensuring container killed. [2019-09-27T12:46:06.214Z] + docker rm -vf docker-pr2 [2019-09-27T12:46:06.214Z] Error: No such container: docker-pr2 [2019-09-27T12:46:06.214Z] + true [Pipeline] sh [2019-09-27T12:46:06.749Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2019-09-27T12:46:07.034Z] + echo Chowning /workspace to jenkins user [2019-09-27T12:46:07.034Z] Chowning /workspace to jenkins user [2019-09-27T12:46:07.034Z] + id -u [2019-09-27T12:46:07.034Z] + id -g [2019-09-27T12:46:07.034Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-39997:/workspace busybox chown -R 1001:1001 /workspace [2019-09-27T12:46:07.034Z] Unable to find image 'busybox:latest' locally [2019-09-27T12:46:07.313Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2019-09-27T12:46:07.313Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2019-09-27T12:46:07.313Z] === RUN TestDockerSuite/TestEventsPluginOps [2019-09-27T12:46:07.823Z] latest: Pulling from library/busybox [2019-09-27T12:46:08.184Z] 6d4c3d9fc915: Pulling fs layer [2019-09-27T12:46:08.422Z] ok github.com/docker/docker/daemon/cluster 0.051s coverage: 0.5% of statements [2019-09-27T12:46:08.545Z] 6d4c3d9fc915: Verifying Checksum [2019-09-27T12:46:08.545Z] 6d4c3d9fc915: Download complete [2019-09-27T12:46:08.912Z] 6d4c3d9fc915: Pull complete [2019-09-27T12:46:08.912Z] Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e [2019-09-27T12:46:08.912Z] Status: Downloaded newer image for busybox:latest [2019-09-27T12:46:08.982Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2019-09-27T12:46:09.832Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2019-09-27T12:46:10.343Z] ok github.com/docker/docker/daemon/cluster/convert 0.007s coverage: 35.8% of statements [2019-09-27T12:46:10.395Z] === RUN TestDockerSuite/TestEventsRename [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-27T12:46:10.958Z] === RUN TestDockerSuite/TestEventsResize [2019-09-27T12:46:11.675Z] + bundleName=s390x-integration [2019-09-27T12:46:11.675Z] + echo Creating s390x-integration-bundles.tar.gz [2019-09-27T12:46:11.675Z] Creating s390x-integration-bundles.tar.gz [2019-09-27T12:46:11.675Z] + xargs tar -czf s390x-integration-bundles.tar.gz [2019-09-27T12:46:11.675Z] + 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-27T12:46:11.819Z] Archiving artifacts [2019-09-27T12:46:11.888Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2019-09-27T12:46:12.818Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2019-09-27T12:46:13.204Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39997/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-27T12:46:13.749Z] === RUN TestDockerSuite/TestEventsStreaming [2019-09-27T12:46:13.949Z] + make clean [2019-09-27T12:46:13.949Z] docker volume rm -f docker-dev-cache [2019-09-27T12:46:14.029Z] docker-dev-cache [Pipeline] deleteDir [2019-09-27T12:46:14.681Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2019-09-27T12:46:15.610Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2019-09-27T12:46:18.130Z] === RUN TestDockerSuite/TestEventsTop [2019-09-27T12:46:18.415Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.429s coverage: 13.7% of statements [2019-09-27T12:46:18.694Z] === RUN TestDockerSuite/TestEventsUntag [2019-09-27T12:46:18.694Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2019-09-27T12:46:19.777Z] ok github.com/docker/docker/daemon/config 0.026s coverage: 84.6% of statements [2019-09-27T12:46:20.032Z] ok github.com/docker/docker/daemon 12.212s coverage: 17.6% of statements [2019-09-27T12:46:20.032Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-09-27T12:46:20.032Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-09-27T12:46:20.286Z] ok github.com/docker/docker/daemon/discovery 0.026s coverage: 30.0% of statements [2019-09-27T12:46:21.210Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2019-09-27T12:46:21.210Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-09-27T12:46:21.210Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-09-27T12:46:21.216Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2019-09-27T12:46:22.136Z] ok github.com/docker/docker/daemon/graphdriver 0.025s coverage: 2.2% of statements [2019-09-27T12:46:23.111Z] === RUN TestDockerSuite/TestExec [2019-09-27T12:46:24.041Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2019-09-27T12:46:24.648Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.005s coverage: 2.9% of statements [2019-09-27T12:46:24.971Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2019-09-27T12:46:25.206Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.230s coverage: 57.0% of statements [2019-09-27T12:46:25.540Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2019-09-27T12:46:26.469Z] === RUN TestDockerSuite/TestExecAPIStart [2019-09-27T12:46:28.361Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2019-09-27T12:46:28.467Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 1.544s coverage: 45.9% of statements [2019-09-27T12:46:28.467Z] ok github.com/docker/docker/daemon/graphdriver/aufs 5.323s coverage: 72.5% of statements [2019-09-27T12:46:28.467Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-09-27T12:46:29.291Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2019-09-27T12:46:30.659Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2019-09-27T12:46:30.977Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.956s coverage: 51.0% of statements [2019-09-27T12:46:31.591Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2019-09-27T12:46:32.153Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2019-09-27T12:46:32.351Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.310s coverage: 76.1% of statements [2019-09-27T12:46:33.084Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2019-09-27T12:46:33.284Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 3.104s coverage: 57.2% of statements [2019-09-27T12:46:33.284Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-09-27T12:46:33.284Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [2019-09-27T12:46:33.540Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.011s coverage: 58.0% of statements [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-09-27T12:46:34.015Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2019-09-27T12:46:34.901Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.006s coverage: 3.0% of statements [2019-09-27T12:46:35.825Z] ok github.com/docker/docker/daemon/links 0.010s coverage: 93.0% of statements [2019-09-27T12:46:35.908Z] === RUN TestDockerSuite/TestExecCgroup [2019-09-27T12:46:36.750Z] ok github.com/docker/docker/daemon/images 0.012s coverage: 4.9% of statements [2019-09-27T12:46:36.750Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-09-27T12:46:36.750Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-09-27T12:46:37.276Z] === RUN TestDockerSuite/TestExecEnv [2019-09-27T12:46:37.675Z] ok github.com/docker/docker/daemon/logger 0.217s coverage: 42.7% of statements [2019-09-27T12:46:38.206Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2019-09-27T12:46:38.601Z] ok github.com/docker/docker/daemon/logger/awslogs 0.141s coverage: 77.8% of statements [2019-09-27T12:46:38.601Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-09-27T12:46:38.601Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-09-27T12:46:39.163Z] ok github.com/docker/docker/daemon/logger/gelf 0.007s coverage: 68.2% of statements [2019-09-27T12:46:40.089Z] ok github.com/docker/docker/daemon/logger/journald 0.005s coverage: 26.2% of statements [2019-09-27T12:46:40.098Z] === RUN TestDockerSuite/TestExecExitStatus [2019-09-27T12:46:40.344Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.010s coverage: 62.1% of statements [2019-09-27T12:46:40.599Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.016s coverage: 88.3% of statements [2019-09-27T12:46:41.027Z] === RUN TestDockerSuite/TestExecInspectID [2019-09-27T12:46:41.522Z] ok github.com/docker/docker/daemon/logger/local 0.013s coverage: 74.7% of statements [2019-09-27T12:46:41.522Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-09-27T12:46:41.777Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.027s coverage: 20.0% of statements [2019-09-27T12:46:41.957Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2019-09-27T12:46:42.888Z] === RUN TestDockerSuite/TestExecInteractive [2019-09-27T12:46:43.663Z] ok github.com/docker/docker/daemon/logger/syslog 0.006s coverage: 47.8% of statements [2019-09-27T12:46:43.663Z] ok github.com/docker/docker/daemon/logger/templates 0.009s coverage: 8.3% of statements [2019-09-27T12:46:44.259Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2019-09-27T12:46:44.589Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2019-09-27T12:46:44.845Z] ok github.com/docker/docker/daemon/logger/splunk 1.551s coverage: 84.5% of statements [2019-09-27T12:46:44.845Z] ? github.com/docker/docker/daemon/names [no test files] [2019-09-27T12:46:44.845Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-09-27T12:46:45.628Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2019-09-27T12:46:46.556Z] === RUN TestDockerSuite/TestExecParseError [2019-09-27T12:46:46.731Z] ok github.com/docker/docker/distribution 0.170s coverage: 22.4% of statements [2019-09-27T12:46:46.987Z] ok github.com/docker/docker/distribution/metadata 0.057s coverage: 48.2% of statements [2019-09-27T12:46:46.987Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-09-27T12:46:47.489Z] === RUN TestDockerSuite/TestExecPausedContainer [2019-09-27T12:46:48.350Z] ok github.com/docker/docker/errdefs 0.008s coverage: 49.4% of statements [2019-09-27T12:46:49.276Z] ok github.com/docker/docker/image 0.015s coverage: 86.4% of statements [2019-09-27T12:46:49.386Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2019-09-27T12:46:50.201Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2019-09-27T12:46:50.201Z] ok github.com/docker/docker/distribution/xfer 1.891s coverage: 85.1% of statements [2019-09-27T12:46:50.201Z] ? github.com/docker/docker/dockerversion [no test files] [2019-09-27T12:46:50.201Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-09-27T12:46:50.316Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2019-09-27T12:46:51.561Z] ok github.com/docker/docker/image/v1 0.008s coverage: 25.0% of statements [2019-09-27T12:46:51.561Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-09-27T12:46:52.120Z] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements [2019-09-27T12:46:52.217Z] === RUN TestDockerSuite/TestExecSetEnv [2019-09-27T12:46:53.044Z] ok github.com/docker/docker/opts 0.017s coverage: 66.9% of statements [2019-09-27T12:46:53.146Z] === RUN TestDockerSuite/TestExecStartFails [2019-09-27T12:46:53.298Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2019-09-27T12:46:54.075Z] === RUN TestDockerSuite/TestExecStateCleanup [2019-09-27T12:46:55.183Z] ok github.com/docker/docker/pkg/archive 0.409s coverage: 77.2% of statements [2019-09-27T12:46:56.108Z] ok github.com/docker/docker/pkg/authorization 0.378s coverage: 68.3% of statements [2019-09-27T12:46:56.364Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2019-09-27T12:46:56.619Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2019-09-27T12:47:00.774Z] ok github.com/docker/docker/pkg/chrootarchive 2.851s coverage: 43.2% of statements [2019-09-27T12:47:00.774Z] ok github.com/docker/docker/layer 7.780s coverage: 68.8% of statements [2019-09-27T12:47:00.774Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-09-27T12:47:00.774Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-09-27T12:47:00.774Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-09-27T12:47:00.774Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-09-27T12:47:00.774Z] ? github.com/docker/docker/oci [no test files] [2019-09-27T12:47:00.774Z] ? github.com/docker/docker/oci/caps [no test files] [2019-09-27T12:47:00.774Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-09-27T12:47:00.774Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-09-27T12:47:00.774Z] ok github.com/docker/docker/pkg/directory 0.004s coverage: 80.0% of statements [2019-09-27T12:47:01.029Z] ok github.com/docker/docker/pkg/discovery 0.004s coverage: 58.3% of statements [2019-09-27T12:47:01.029Z] ok github.com/docker/docker/pkg/discovery/file 0.008s coverage: 92.9% of statements [2019-09-27T12:47:01.589Z] ok github.com/docker/docker/pkg/discovery/memory 0.002s coverage: 92.3% of statements [2019-09-27T12:47:02.150Z] ok github.com/docker/docker/pkg/discovery/nodes 0.003s coverage: 93.8% of statements [2019-09-27T12:47:02.711Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2019-09-27T12:47:03.635Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2019-09-27T12:47:04.561Z] ok github.com/docker/docker/pkg/fileutils 0.013s coverage: 89.5% of statements [2019-09-27T12:47:05.122Z] ok github.com/docker/docker/pkg/fsutils 0.188s coverage: 85.1% of statements [2019-09-27T12:47:05.377Z] ok github.com/docker/docker/pkg/discovery/kv 3.126s coverage: 84.1% of statements [2019-09-27T12:47:05.632Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2019-09-27T12:47:06.254Z] === RUN TestDockerSuite/TestExecStopNotHanging [2019-09-27T12:47:06.254Z] === RUN TestDockerSuite/TestExecTTY [2019-09-27T12:47:06.558Z] ok github.com/docker/docker/pkg/idtools 0.586s coverage: 70.1% of statements [2019-09-27T12:47:06.813Z] ok github.com/docker/docker/pkg/ioutils 0.418s coverage: 68.8% of statements [2019-09-27T12:47:07.184Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2019-09-27T12:47:07.376Z] ok github.com/docker/docker/pkg/jsonmessage 0.006s coverage: 91.7% of statements [2019-09-27T12:47:07.376Z] ok github.com/docker/docker/pkg/locker 0.023s coverage: 88.9% of statements [2019-09-27T12:47:07.631Z] ok github.com/docker/docker/pkg/longpath 0.012s coverage: 100.0% of statements [2019-09-27T12:47:07.631Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-09-27T12:47:08.192Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2019-09-27T12:47:08.447Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2019-09-27T12:47:08.447Z] ok github.com/docker/docker/pkg/mount 0.557s coverage: 69.6% of statements [2019-09-27T12:47:08.447Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-09-27T12:47:08.553Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2019-09-27T12:47:08.553Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2019-09-27T12:47:08.702Z] ok github.com/docker/docker/pkg/parsers/kernel 0.003s coverage: 60.0% of statements [2019-09-27T12:47:08.957Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 91.4% of statements [2019-09-27T12:47:09.116Z] === RUN TestDockerSuite/TestExecUlimits [2019-09-27T12:47:09.213Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2019-09-27T12:47:09.213Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-09-27T12:47:09.213Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-09-27T12:47:10.139Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.019s coverage: 56.8% of statements [2019-09-27T12:47:10.486Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2019-09-27T12:47:10.486Z] === RUN TestDockerSuite/TestExecWithImageUser [2019-09-27T12:47:10.700Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2019-09-27T12:47:10.955Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 87.9% of statements [2019-09-27T12:47:11.210Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2019-09-27T12:47:12.570Z] ok github.com/docker/docker/pkg/pubsub 1.029s coverage: 73.9% of statements [2019-09-27T12:47:12.570Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2019-09-27T12:47:13.010Z] === RUN TestDockerSuite/TestExecWithNoTERM [2019-09-27T12:47:13.615Z] --- PASS: TestBuildWithHugeFile (82.17s) [2019-09-27T12:47:13.615Z] === RUN TestBuildWithEmptyDockerfile [2019-09-27T12:47:13.615Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-27T12:47:13.615Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-27T12:47:13.615Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-27T12:47:13.615Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-27T12:47:13.615Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-27T12:47:13.615Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-27T12:47:13.615Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-27T12:47:13.615Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-27T12:47:13.615Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-27T12:47:13.899Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2019-09-27T12:47:13.899Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.24s) [2019-09-27T12:47:13.899Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.26s) [2019-09-27T12:47:13.899Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.26s) [2019-09-27T12:47:13.899Z] === RUN TestBuildPreserveOwnership [2019-09-27T12:47:13.899Z] === RUN TestBuildPreserveOwnership/copy_from [2019-09-27T12:47:13.941Z] === RUN TestDockerSuite/TestExecWithPrivileged [2019-09-27T12:47:15.827Z] ok github.com/docker/docker/pkg/signal 2.365s coverage: 61.0% of statements [2019-09-27T12:47:15.827Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2019-09-27T12:47:16.082Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2019-09-27T12:47:16.337Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2019-09-27T12:47:16.468Z] === RUN TestDockerSuite/TestExecWithTERM [2019-09-27T12:47:16.592Z] ok github.com/docker/docker/pkg/symlink 0.007s coverage: 87.7% of statements [2019-09-27T12:47:17.153Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 80.6% of statements [2019-09-27T12:47:17.378Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-09-27T12:47:17.398Z] === RUN TestDockerSuite/TestExecWithUser [2019-09-27T12:47:17.713Z] ok github.com/docker/docker/pkg/system 0.030s coverage: 36.9% of statements [2019-09-27T12:47:17.968Z] ok github.com/docker/docker/pkg/tailfile 0.064s coverage: 88.6% of statements [2019-09-27T12:47:18.528Z] ok github.com/docker/docker/pkg/tarsum 0.048s coverage: 89.3% of statements [2019-09-27T12:47:18.767Z] === RUN TestDockerSuite/TestGetContainerStats [2019-09-27T12:47:18.850Z] --- PASS: TestBuildPreserveOwnership (4.77s) [2019-09-27T12:47:18.850Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.16s) [2019-09-27T12:47:18.850Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.60s) [2019-09-27T12:47:18.850Z] === RUN TestBuildPlatformInvalid [2019-09-27T12:47:18.850Z] --- PASS: TestBuildPlatformInvalid (0.14s) [2019-09-27T12:47:18.850Z] PASS [2019-09-27T12:47:18.850Z] [2019-09-27T12:47:18.850Z] DONE 32 tests in 130.309s [2019-09-27T12:47:18.850Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2019-09-27T12:47:18.850Z] ++ 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-27T12:47:18.850Z] ++ set -e [2019-09-27T12:47:18.850Z] ++ '[' -n 0 ']' [2019-09-27T12:47:18.850Z] ++ set -x [2019-09-27T12:47:18.850Z] ++ env -i DEST=/go/src/github.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-27T12:47:18.850Z] INFO: Testing against a local daemon [2019-09-27T12:47:18.850Z] === RUN TestConfigList [2019-09-27T12:47:19.087Z] ok github.com/docker/docker/pkg/term 0.005s coverage: 84.8% of statements [2019-09-27T12:47:19.087Z] testing: warning: no tests to run [2019-09-27T12:47:19.087Z] coverage: [no statements] [2019-09-27T12:47:19.087Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2019-09-27T12:47:19.646Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2019-09-27T12:47:19.646Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2019-09-27T12:47:19.900Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2019-09-27T12:47:21.536Z] --- PASS: TestConfigList (2.35s) [2019-09-27T12:47:21.536Z] config_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigList" [2019-09-27T12:47:21.536Z] === RUN TestConfigsCreateAndDelete [2019-09-27T12:47:21.784Z] ok github.com/docker/docker/plugin 0.532s coverage: 27.1% of statements [2019-09-27T12:47:22.708Z] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.5% of statements [2019-09-27T12:47:23.267Z] ok github.com/docker/docker/profiles/seccomp 0.003s coverage: 73.8% of statements [2019-09-27T12:47:23.576Z] --- PASS: TestConfigsCreateAndDelete (2.18s) [2019-09-27T12:47:23.576Z] config_test.go:112: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete" [2019-09-27T12:47:23.576Z] === RUN TestConfigsUpdate [2019-09-27T12:47:23.827Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2019-09-27T12:47:24.016Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2019-09-27T12:47:25.187Z] ok github.com/docker/docker/registry 0.089s coverage: 56.3% of statements [2019-09-27T12:47:25.603Z] --- PASS: TestConfigsUpdate (2.15s) [2019-09-27T12:47:25.603Z] config_test.go:140: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate" [2019-09-27T12:47:25.603Z] === RUN TestTemplatedConfig [2019-09-27T12:47:25.747Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2019-09-27T12:47:25.747Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2019-09-27T12:47:26.703Z] ok github.com/docker/docker/runconfig 0.006s coverage: 68.2% of statements [2019-09-27T12:47:26.959Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2019-09-27T12:47:28.186Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2019-09-27T12:47:28.294Z] --- PASS: TestTemplatedConfig (2.84s) [2019-09-27T12:47:28.294Z] config_test.go:192: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig" [2019-09-27T12:47:28.294Z] === RUN TestConfigInspect [2019-09-27T12:47:29.470Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2019-09-27T12:47:30.033Z] ok github.com/docker/docker/volume/local 0.026s coverage: 73.0% of statements [2019-09-27T12:47:30.593Z] ok github.com/docker/docker/volume/mounts 0.017s coverage: 67.0% of statements [2019-09-27T12:47:30.743Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2019-09-27T12:47:31.050Z] --- PASS: TestConfigInspect (2.19s) [2019-09-27T12:47:31.050Z] config_test.go:326: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect" [2019-09-27T12:47:31.050Z] === RUN TestConfigCreateWithLabels [2019-09-27T12:47:31.517Z] ok github.com/docker/docker/volume/service 0.015s coverage: 73.0% of statements [2019-09-27T12:47:33.086Z] --- PASS: TestConfigCreateWithLabels (2.26s) [2019-09-27T12:47:33.086Z] config_test.go:350: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels" [2019-09-27T12:47:33.086Z] === RUN TestConfigCreateResolve [2019-09-27T12:47:35.117Z] --- PASS: TestConfigCreateResolve (2.18s) [2019-09-27T12:47:35.117Z] config_test.go:377: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve" [2019-09-27T12:47:35.117Z] === RUN TestConfigDaemonLibtrustID [2019-09-27T12:47:35.400Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2019-09-27T12:47:35.400Z] config_test.go:427: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID" [2019-09-27T12:47:35.400Z] PASS [2019-09-27T12:47:35.400Z] [2019-09-27T12:47:35.400Z] DONE 8 tests in 16.784s [2019-09-27T12:47:35.684Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2019-09-27T12:47:35.684Z] ++ 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-27T12:47:35.684Z] ++ set -e [2019-09-27T12:47:35.684Z] ++ '[' -n 0 ']' [2019-09-27T12:47:35.684Z] ++ set -x [2019-09-27T12:47:35.684Z] ++ env -i DEST=/go/src/github.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-27T12:47:35.684Z] INFO: Testing against a local daemon [2019-09-27T12:47:35.684Z] === RUN TestCheckpoint [2019-09-27T12:47:35.684Z] --- SKIP: TestCheckpoint (0.00s) [2019-09-27T12:47:35.684Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-27T12:47:35.684Z] === RUN TestContainerInvalidJSON [2019-09-27T12:47:35.684Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-09-27T12:47:35.684Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-09-27T12:47:35.684Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-09-27T12:47:35.684Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-09-27T12:47:35.684Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-09-27T12:47:35.684Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-09-27T12:47:35.684Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-09-27T12:47:35.684Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-09-27T12:47:35.684Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-09-27T12:47:35.684Z] --- PASS: TestContainerInvalidJSON (0.02s) [2019-09-27T12:47:35.684Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-09-27T12:47:35.684Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-09-27T12:47:35.684Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-09-27T12:47:35.684Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-27T12:47:35.684Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2019-09-27T12:47:35.684Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-27T12:47:35.967Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.10s) [2019-09-27T12:47:35.967Z] === RUN TestCopyToContainerPathDoesNotExist [2019-09-27T12:47:35.967Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s) [2019-09-27T12:47:35.967Z] === RUN TestCopyToContainerPathIsNotDir [2019-09-27T12:47:35.967Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s) [2019-09-27T12:47:35.967Z] === RUN TestCopyFromContainer [2019-09-27T12:47:35.993Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2019-09-27T12:47:35.993Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2019-09-27T12:47:36.557Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2019-09-27T12:47:36.557Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2019-09-27T12:47:36.557Z] === RUN TestDockerSuite/TestHealth [2019-09-27T12:47:37.473Z] === RUN TestCopyFromContainer// [2019-09-27T12:47:37.761Z] === RUN TestCopyFromContainer//bar/root [2019-09-27T12:47:37.761Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-27T12:47:37.761Z] === RUN TestCopyFromContainer/bar/quux [2019-09-27T12:47:38.054Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-27T12:47:38.054Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-27T12:47:38.054Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-27T12:47:38.337Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-27T12:47:38.337Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-27T12:47:38.337Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-27T12:47:38.620Z] --- PASS: TestCopyFromContainer (2.50s) [2019-09-27T12:47:38.620Z] --- PASS: TestCopyFromContainer// (0.11s) [2019-09-27T12:47:38.620Z] --- PASS: TestCopyFromContainer//bar/root (0.10s) [2019-09-27T12:47:38.620Z] --- PASS: TestCopyFromContainer//bar/root/ (0.09s) [2019-09-27T12:47:38.620Z] --- PASS: TestCopyFromContainer/bar/quux (0.11s) [2019-09-27T12:47:38.620Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2019-09-27T12:47:38.620Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s) [2019-09-27T12:47:38.620Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s) [2019-09-27T12:47:38.620Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2019-09-27T12:47:38.620Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2019-09-27T12:47:38.620Z] --- PASS: TestCopyFromContainer/bar/notarget (0.09s) [2019-09-27T12:47:38.620Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-09-27T12:47:38.620Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-27T12:47:38.620Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-27T12:47:38.620Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-27T12:47:38.620Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-27T12:47:38.620Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-27T12:47:38.620Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-27T12:47:38.620Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-27T12:47:38.620Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-27T12:47:38.620Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-27T12:47:38.620Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2019-09-27T12:47:38.620Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2019-09-27T12:47:38.620Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-09-27T12:47:38.620Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2019-09-27T12:47:38.620Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-27T12:47:38.620Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2019-09-27T12:47:38.620Z] === RUN TestCreateWithInvalidEnv [2019-09-27T12:47:38.620Z] === RUN TestCreateWithInvalidEnv/0 [2019-09-27T12:47:38.620Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-09-27T12:47:38.620Z] === RUN TestCreateWithInvalidEnv/1 [2019-09-27T12:47:38.620Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-09-27T12:47:38.620Z] === RUN TestCreateWithInvalidEnv/2 [2019-09-27T12:47:38.620Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-09-27T12:47:38.620Z] === CONT TestCreateWithInvalidEnv/0 [2019-09-27T12:47:38.620Z] === CONT TestCreateWithInvalidEnv/2 [2019-09-27T12:47:38.620Z] === CONT TestCreateWithInvalidEnv/1 [2019-09-27T12:47:38.620Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2019-09-27T12:47:38.620Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-09-27T12:47:38.620Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-09-27T12:47:38.620Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-09-27T12:47:38.620Z] === RUN TestCreateTmpfsMountsTarget [2019-09-27T12:47:38.620Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2019-09-27T12:47:38.620Z] === RUN TestCreateWithCustomMaskedPaths [2019-09-27T12:47:40.648Z] --- PASS: TestCreateWithCustomMaskedPaths (1.94s) [2019-09-27T12:47:40.649Z] === RUN TestCreateWithCapabilities [2019-09-27T12:47:40.649Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-09-27T12:47:40.649Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-09-27T12:47:40.649Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-09-27T12:47:40.649Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-09-27T12:47:40.649Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-09-27T12:47:40.649Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-09-27T12:47:40.649Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-09-27T12:47:40.649Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-09-27T12:47:40.649Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-09-27T12:47:40.649Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-09-27T12:47:40.649Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-27T12:47:40.649Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-27T12:47:40.649Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-09-27T12:47:40.649Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-09-27T12:47:40.649Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-09-27T12:47:40.649Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-09-27T12:47:40.649Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-09-27T12:47:40.649Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-09-27T12:47:40.649Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-09-27T12:47:40.649Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-09-27T12:47:40.649Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-09-27T12:47:40.649Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-09-27T12:47:40.649Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-09-27T12:47:40.649Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-09-27T12:47:40.649Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-27T12:47:40.649Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-09-27T12:47:40.649Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-09-27T12:47:40.649Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-09-27T12:47:40.649Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-09-27T12:47:40.649Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-09-27T12:47:40.649Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-09-27T12:47:40.649Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-09-27T12:47:40.649Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-09-27T12:47:40.649Z] --- PASS: TestCreateWithCapabilities (0.04s) [2019-09-27T12:47:40.649Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.05s) [2019-09-27T12:47:40.649Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.05s) [2019-09-27T12:47:40.649Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.05s) [2019-09-27T12:47:40.649Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2019-09-27T12:47:40.649Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-09-27T12:47:40.649Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.07s) [2019-09-27T12:47:40.649Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.05s) [2019-09-27T12:47:40.649Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-09-27T12:47:40.649Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.05s) [2019-09-27T12:47:40.649Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.06s) [2019-09-27T12:47:40.649Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.05s) [2019-09-27T12:47:40.649Z] === RUN TestCreateWithCustomReadonlyPaths [2019-09-27T12:47:43.329Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.22s) [2019-09-27T12:47:43.329Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-09-27T12:47:43.329Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-27T12:47:43.329Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-27T12:47:43.329Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-27T12:47:43.329Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-27T12:47:43.329Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-27T12:47:43.329Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-27T12:47:43.329Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-27T12:47:43.329Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-27T12:47:43.329Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-27T12:47:43.329Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-27T12:47:43.329Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-27T12:47:43.329Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-27T12:47:43.329Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-27T12:47:43.329Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-27T12:47:43.329Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-27T12:47:43.329Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2019-09-27T12:47:43.329Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2019-09-27T12:47:43.329Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2019-09-27T12:47:43.329Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2019-09-27T12:47:43.329Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2019-09-27T12:47:43.329Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2019-09-27T12:47:43.329Z] === RUN TestContainerStartOnDaemonRestart [2019-09-27T12:47:43.329Z] === PAUSE TestContainerStartOnDaemonRestart [2019-09-27T12:47:43.329Z] === RUN TestDaemonRestartIpcMode [2019-09-27T12:47:43.329Z] === PAUSE TestDaemonRestartIpcMode [2019-09-27T12:47:43.329Z] === RUN TestDiff [2019-09-27T12:47:43.615Z] --- PASS: TestDiff (0.67s) [2019-09-27T12:47:43.615Z] === RUN TestExecWithCloseStdin [2019-09-27T12:47:44.631Z] --- PASS: TestExecWithCloseStdin (0.91s) [2019-09-27T12:47:44.631Z] === RUN TestExec [2019-09-27T12:47:45.639Z] --- PASS: TestExec (0.86s) [2019-09-27T12:47:45.639Z] === RUN TestExecUser [2019-09-27T12:47:46.257Z] --- PASS: TestExecUser (0.86s) [2019-09-27T12:47:46.257Z] === RUN TestExportContainerAndImportImage [2019-09-27T12:47:46.374Z] ok github.com/docker/docker/pkg/plugins 33.616s coverage: 76.6% of statements [2019-09-27T12:47:46.374Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-09-27T12:47:46.374Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-09-27T12:47:46.374Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-09-27T12:47:46.374Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-09-27T12:47:46.374Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-09-27T12:47:46.374Z] ? github.com/docker/docker/rootless [no test files] [2019-09-27T12:47:46.374Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-09-27T12:47:46.374Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-09-27T12:47:46.374Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-09-27T12:47:46.374Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-09-27T12:47:46.374Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-09-27T12:47:46.374Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-09-27T12:47:46.374Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-09-27T12:47:46.374Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-09-27T12:47:46.374Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-09-27T12:47:46.374Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-09-27T12:47:46.374Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-09-27T12:47:46.374Z] ? github.com/docker/docker/testutil/request [no test files] [2019-09-27T12:47:46.374Z] ? github.com/docker/docker/volume [no test files] [2019-09-27T12:47:46.374Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-09-27T12:47:46.374Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-09-27T12:47:46.374Z] [2019-09-27T12:47:46.374Z] === Skipped [2019-09-27T12:47:46.374Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-09-27T12:47:46.374Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-09-27T12:47:46.374Z] [2019-09-27T12:47:46.374Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-09-27T12:47:46.374Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-09-27T12:47:46.374Z] [2019-09-27T12:47:46.374Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-09-27T12:47:46.374Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T12:47:46.374Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-27T12:47:46.374Z] [2019-09-27T12:47:46.374Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-09-27T12:47:46.374Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T12:47:46.374Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-27T12:47:46.374Z] [2019-09-27T12:47:46.374Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-09-27T12:47:46.374Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T12:47:46.374Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-27T12:47:46.374Z] [2019-09-27T12:47:46.374Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-09-27T12:47:46.374Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T12:47:46.374Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-27T12:47:46.374Z] [2019-09-27T12:47:46.374Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-09-27T12:47:46.374Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T12:47:46.374Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-27T12:47:46.374Z] [2019-09-27T12:47:46.374Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-09-27T12:47:46.374Z] graphtest_unix.go:73: No driver to put! [2019-09-27T12:47:46.374Z] [2019-09-27T12:47:46.374Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-09-27T12:47:46.374Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-09-27T12:47:46.374Z] [2019-09-27T12:47:46.374Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-09-27T12:47:46.374Z] overlay_test.go:49: Fails to compute changes intermittently [2019-09-27T12:47:46.374Z] [2019-09-27T12:47:46.374Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-09-27T12:47:46.375Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-09-27T12:47:46.375Z] [2019-09-27T12:47:46.375Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-09-27T12:47:46.375Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-09-27T12:47:46.375Z] [2019-09-27T12:47:46.375Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-09-27T12:47:46.375Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T12:47:46.375Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-27T12:47:46.375Z] [2019-09-27T12:47:46.375Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-09-27T12:47:46.375Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T12:47:46.375Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-27T12:47:46.375Z] [2019-09-27T12:47:46.375Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-09-27T12:47:46.375Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T12:47:46.375Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-27T12:47:46.375Z] [2019-09-27T12:47:46.375Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-09-27T12:47:46.375Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T12:47:46.375Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-27T12:47:46.375Z] [2019-09-27T12:47:46.375Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-09-27T12:47:46.375Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-27T12:47:46.375Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-27T12:47:46.375Z] [2019-09-27T12:47:46.375Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-09-27T12:47:46.375Z] graphtest_unix.go:73: No driver to put! [2019-09-27T12:47:46.375Z] [2019-09-27T12:47:46.375Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-09-27T12:47:46.375Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-09-27T12:47:46.375Z] [2019-09-27T12:47:46.375Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-09-27T12:47:46.375Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-09-27T12:47:46.375Z] [2019-09-27T12:47:46.375Z] [2019-09-27T12:47:46.375Z] DONE 2115 tests, 20 skipped in 229.539s Post stage [Pipeline] junit [2019-09-27T12:47:46.383Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2019-09-27T12:47:47.153Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39997/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c -e DOCKER_GRAPHDRIVER docker:b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c hack/validate/vendor [2019-09-27T12:47:47.270Z] --- PASS: TestExportContainerAndImportImage (0.99s) [2019-09-27T12:47:47.270Z] === RUN TestExportContainerAfterDaemonRestart [2019-09-27T12:47:48.079Z] No vendor changes in diff. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build e2e image) [Pipeline] sh [2019-09-27T12:47:49.307Z] --- PASS: TestExportContainerAfterDaemonRestart (1.56s) [2019-09-27T12:47:49.307Z] export_test.go:63: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart" [2019-09-27T12:47:49.307Z] === RUN TestHealthCheckWorkdir [2019-09-27T12:47:49.358Z] + echo Building e2e image [2019-09-27T12:47:49.358Z] Building e2e image [2019-09-27T12:47:49.358Z] + docker build --build-arg DOCKER_GITCOMMIT=b5dcdbde1cece60b0cb4f623eb2adc4a9f24384c -t moby-e2e-test -f Dockerfile.e2e . [2019-09-27T12:47:49.358Z] #2 [internal] load .dockerignore [2019-09-27T12:47:49.358Z] #2 transferring context: 34B done [2019-09-27T12:47:49.358Z] #2 DONE 0.0s [2019-09-27T12:47:49.358Z] [2019-09-27T12:47:49.358Z] #1 [internal] load build definition from Dockerfile.e2e [2019-09-27T12:47:49.358Z] #1 transferring dockerfile: 3.21kB done [2019-09-27T12:47:49.358Z] #1 DONE 0.0s [2019-09-27T12:47:49.358Z] [2019-09-27T12:47:49.358Z] #4 [internal] load metadata for docker.io/library/golang:1.13.0-alpine [2019-09-27T12:47:49.613Z] #4 DONE 0.4s [2019-09-27T12:47:49.613Z] [2019-09-27T12:47:49.613Z] #3 [internal] load metadata for docker.io/library/alpine:3.10 [2019-09-27T12:47:49.613Z] #3 DONE 0.3s [2019-09-27T12:47:49.868Z] [2019-09-27T12:47:49.868Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:72c42ed48c3a2db3... [2019-09-27T12:47:49.868Z] #5 resolve docker.io/library/alpine:3.10@sha256:72c42ed48c3a2db31b7dafe17d275b634664a708d901ec9fd57b1529280f01fb done [2019-09-27T12:47:49.868Z] #5 sha256:72c42ed48c3a2db31b7dafe17d275b634664a708d901ec9fd57b1529280f01fb 1.64kB / 1.64kB done [2019-09-27T12:47:49.868Z] #5 sha256:acd3ca9941a85e8ed16515bfc5328e4e2f8c128caa72959a58a127b7801ee01f 528B / 528B done [2019-09-27T12:47:49.868Z] #5 sha256:961769676411f082461f9ef46626dd7a2d1e2b2a38e6a44364bcbecf51e66dd4 1.51kB / 1.51kB done [2019-09-27T12:47:49.868Z] #5 DONE 0.1s [2019-09-27T12:47:49.868Z] [2019-09-27T12:47:49.868Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.0-alpine@sha256:84349ee862... [2019-09-27T12:47:49.868Z] #14 resolve docker.io/library/golang:1.13.0-alpine@sha256:84349ee862d8bafff35e0d2bfd539da565b536b4dfce654773fc21a1db2da6d7 done [2019-09-27T12:47:49.868Z] #14 sha256:33fbbc2ca571e774e0253ff2e42f0206e96736897b9ec438db701b645a260e9a 3.80kB / 3.80kB done [2019-09-27T12:47:49.868Z] #14 sha256:43c4d47973b8a428b549e22359ac3a552c3c83debaa85da4e394a3cc7917e639 0B / 126.84MB 0.1s [2019-09-27T12:47:49.868Z] #14 sha256:9aaad45c37b562f6dd13a806b44c2e88c4c3d3a536cfd78c00f6336c1d5d6c40 0B / 124B 0.1s [2019-09-27T12:47:49.868Z] #14 sha256:84349ee862d8bafff35e0d2bfd539da565b536b4dfce654773fc21a1db2da6d7 1.65kB / 1.65kB done [2019-09-27T12:47:49.868Z] #14 sha256:c9f7377aae0ca02bfd86f3d598bde66c11646c7f5597e8c9d8ca4bde78e51df1 1.36kB / 1.36kB done [2019-09-27T12:47:49.925Z] --- PASS: TestHealthCheckWorkdir (1.07s) [2019-09-27T12:47:49.925Z] === RUN TestHealthKillContainer [2019-09-27T12:47:50.126Z] #14 sha256:9aaad45c37b562f6dd13a806b44c2e88c4c3d3a536cfd78c00f6336c1d5d6c40 124B / 124B 0.1s done [2019-09-27T12:47:50.126Z] #14 ... [2019-09-27T12:47:50.126Z] [2019-09-27T12:47:50.126Z] #8 [internal] load build context [2019-09-27T12:47:50.126Z] #8 transferring context: 794.72kB 0.4s done [2019-09-27T12:47:50.126Z] #8 DONE 0.4s [2019-09-27T12:47:50.126Z] [2019-09-27T12:47:50.126Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.0-alpine@sha256:84349ee862... [2019-09-27T12:47:50.126Z] #14 sha256:43c4d47973b8a428b549e22359ac3a552c3c83debaa85da4e394a3cc7917e639 11.21MB / 126.84MB 0.3s [2019-09-27T12:47:50.381Z] #14 sha256:43c4d47973b8a428b549e22359ac3a552c3c83debaa85da4e394a3cc7917e639 31.05MB / 126.84MB 0.5s [2019-09-27T12:47:50.381Z] #14 sha256:43c4d47973b8a428b549e22359ac3a552c3c83debaa85da4e394a3cc7917e639 38.85MB / 126.84MB 0.6s [2019-09-27T12:47:50.639Z] #14 sha256:43c4d47973b8a428b549e22359ac3a552c3c83debaa85da4e394a3cc7917e639 54.02MB / 126.84MB 0.8s [2019-09-27T12:47:50.639Z] #14 sha256:43c4d47973b8a428b549e22359ac3a552c3c83debaa85da4e394a3cc7917e639 73.50MB / 126.84MB 1.0s [2019-09-27T12:47:50.897Z] #14 sha256:43c4d47973b8a428b549e22359ac3a552c3c83debaa85da4e394a3cc7917e639 83.99MB / 126.84MB 1.1s [2019-09-27T12:47:51.152Z] #14 sha256:43c4d47973b8a428b549e22359ac3a552c3c83debaa85da4e394a3cc7917e639 94.51MB / 126.84MB 1.2s [2019-09-27T12:47:51.152Z] #14 sha256:43c4d47973b8a428b549e22359ac3a552c3c83debaa85da4e394a3cc7917e639 114.51MB / 126.84MB 1.4s [2019-09-27T12:47:51.407Z] #14 sha256:43c4d47973b8a428b549e22359ac3a552c3c83debaa85da4e394a3cc7917e639 126.84MB / 126.84MB 1.6s [2019-09-27T12:47:51.662Z] #14 ... [2019-09-27T12:47:51.662Z] [2019-09-27T12:47:51.662Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... [2019-09-27T12:47:51.662Z] #6 DONE 1.7s [2019-09-27T12:47:51.662Z] [2019-09-27T12:47:51.662Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.0-alpine@sha256:84349ee862... [2019-09-27T12:47:51.662Z] #14 sha256:43c4d47973b8a428b549e22359ac3a552c3c83debaa85da4e394a3cc7917e639 126.84MB / 126.84MB 1.7s done [2019-09-27T12:47:51.662Z] #14 extracting sha256:43c4d47973b8a428b549e22359ac3a552c3c83debaa85da4e394a3cc7917e639 [2019-09-27T12:47:53.387Z] --- PASS: TestHealthKillContainer (2.94s) [2019-09-27T12:47:53.387Z] === RUN TestInspectCpusetInConfigPre120 [2019-09-27T12:47:53.669Z] --- PASS: TestInspectCpusetInConfigPre120 (0.77s) [2019-09-27T12:47:53.669Z] === RUN TestIpcModeNone [2019-09-27T12:47:54.692Z] --- PASS: TestIpcModeNone (0.89s) [2019-09-27T12:47:54.692Z] === RUN TestIpcModePrivate [2019-09-27T12:47:55.309Z] --- PASS: TestIpcModePrivate (0.85s) [2019-09-27T12:47:55.309Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:54, shared: false, mustBeShared: false [2019-09-27T12:47:55.309Z] === RUN TestIpcModeShareable [2019-09-27T12:47:56.323Z] --- PASS: TestIpcModeShareable (0.87s) [2019-09-27T12:47:56.323Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:48, shared: true, mustBeShared: true [2019-09-27T12:47:56.323Z] === RUN TestAPIIpcModeShareableAndContainer [2019-09-27T12:47:56.897Z] #14 extracting sha256:43c4d47973b8a428b549e22359ac3a552c3c83debaa85da4e394a3cc7917e639 5.3s [2019-09-27T12:47:57.821Z] #14 ... [2019-09-27T12:47:57.821Z] [2019-09-27T12:47:57.821Z] #7 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... [2019-09-27T12:47:57.821Z] #7 1.047 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2019-09-27T12:47:57.821Z] #7 2.204 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2019-09-27T12:47:57.821Z] #7 2.312 (1/31) Installing ncurses-terminfo-base (6.1_p20190518-r0) [2019-09-27T12:47:57.821Z] #7 2.315 (2/31) Installing ncurses-terminfo (6.1_p20190518-r0) [2019-09-27T12:47:57.821Z] #7 2.523 (3/31) Installing ncurses-libs (6.1_p20190518-r0) [2019-09-27T12:47:57.821Z] #7 2.536 (4/31) Installing readline (8.0.0-r0) [2019-09-27T12:47:57.821Z] #7 2.541 (5/31) Installing bash (5.0.0-r0) [2019-09-27T12:47:57.821Z] #7 2.559 Executing bash-5.0.0-r0.post-install [2019-09-27T12:47:57.821Z] #7 2.566 (6/31) Installing ca-certificates (20190108-r0) [2019-09-27T12:47:57.821Z] #7 2.586 (7/31) Installing libgcc (8.3.0-r0) [2019-09-27T12:47:57.821Z] #7 2.590 (8/31) Installing libstdc++ (8.3.0-r0) [2019-09-27T12:47:57.821Z] #7 2.604 (9/31) Installing binutils (2.32-r0) [2019-09-27T12:47:57.821Z] #7 2.729 (10/31) Installing gmp (6.1.2-r1) [2019-09-27T12:47:57.821Z] #7 2.738 (11/31) Installing isl (0.18-r0) [2019-09-27T12:47:57.821Z] #7 2.759 (12/31) Installing libgomp (8.3.0-r0) [2019-09-27T12:47:57.821Z] #7 2.763 (13/31) Installing libatomic (8.3.0-r0) [2019-09-27T12:47:57.821Z] #7 2.767 (14/31) Installing mpfr3 (3.1.5-r1) [2019-09-27T12:47:57.821Z] #7 2.776 (15/31) Installing mpc1 (1.1.0-r0) [2019-09-27T12:47:57.821Z] #7 2.779 (16/31) Installing gcc (8.3.0-r0) [2019-09-27T12:47:57.821Z] #7 3.670 (17/31) Installing musl-dev (1.1.22-r3) [2019-09-27T12:47:57.821Z] #7 3.775 (18/31) Installing libc-dev (0.7.1-r0) [2019-09-27T12:47:57.821Z] #7 3.776 (19/31) Installing g++ (8.3.0-r0) [2019-09-27T12:47:57.821Z] #7 4.353 (20/31) Installing nghttp2-libs (1.39.2-r0) [2019-09-27T12:47:57.821Z] #7 4.357 (21/31) Installing libcurl (7.66.0-r0) [2019-09-27T12:47:57.821Z] #7 4.367 (22/31) Installing expat (2.2.8-r0) [2019-09-27T12:47:57.821Z] #7 4.373 (23/31) Installing pcre2 (10.33-r0) [2019-09-27T12:47:57.821Z] #7 4.383 (24/31) Installing git (2.22.0-r0) [2019-09-27T12:47:57.821Z] #7 4.599 (25/31) Installing libmnl (1.0.4-r0) [2019-09-27T12:47:57.821Z] #7 4.601 (26/31) Installing libnftnl-libs (1.1.3-r0) [2019-09-27T12:47:57.821Z] #7 4.605 (27/31) Installing iptables (1.8.3-r0) [2019-09-27T12:47:57.821Z] #7 4.631 (28/31) Installing pigz (2.4-r0) [2019-09-27T12:47:57.821Z] #7 4.636 (29/31) Installing tar (1.32-r0) [2019-09-27T12:47:57.821Z] #7 4.645 (30/31) Installing xz-libs (5.2.4-r0) [2019-09-27T12:47:57.821Z] #7 4.650 (31/31) Installing xz (5.2.4-r0) [2019-09-27T12:47:57.821Z] #7 4.656 Executing busybox-1.30.1-r2.trigger [2019-09-27T12:47:57.821Z] #7 4.660 Executing ca-certificates-20190108-r0.trigger [2019-09-27T12:47:57.821Z] #7 4.714 OK: 185 MiB in 45 packages [2019-09-27T12:47:57.821Z] #7 DONE 6.0s [2019-09-27T12:47:57.821Z] [2019-09-27T12:47:57.821Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh [2019-09-27T12:47:57.821Z] #9 DONE 0.1s [2019-09-27T12:47:57.821Z] [2019-09-27T12:47:57.821Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.0-alpine@sha256:84349ee862... [2019-09-27T12:47:57.821Z] #14 ... [2019-09-27T12:47:57.821Z] [2019-09-27T12:47:57.821Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh [2019-09-27T12:47:57.821Z] #10 DONE 0.1s [2019-09-27T12:47:57.821Z] [2019-09-27T12:47:57.821Z] #11 [runner 6/12] COPY integration/testdata /tests/integration/testdat... [2019-09-27T12:47:57.821Z] #11 DONE 0.1s [2019-09-27T12:47:57.821Z] [2019-09-27T12:47:57.821Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t... [2019-09-27T12:47:57.821Z] #12 DONE 0.1s [2019-09-27T12:47:57.821Z] [2019-09-27T12:47:57.821Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.0-alpine@sha256:84349ee862... [2019-09-27T12:47:58.076Z] #14 ... [2019-09-27T12:47:58.076Z] [2019-09-27T12:47:58.076Z] #13 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... [2019-09-27T12:47:58.076Z] #13 DONE 0.1s [2019-09-27T12:47:58.076Z] [2019-09-27T12:47:58.076Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.0-alpine@sha256:84349ee862... [2019-09-27T12:47:58.076Z] #14 extracting sha256:43c4d47973b8a428b549e22359ac3a552c3c83debaa85da4e394a3cc7917e639 6.3s done [2019-09-27T12:47:58.076Z] #14 extracting sha256:9aaad45c37b562f6dd13a806b44c2e88c4c3d3a536cfd78c00f6336c1d5d6c40 done [2019-09-27T12:47:58.076Z] #14 DONE 8.4s [2019-09-27T12:47:58.330Z] [2019-09-27T12:47:58.330Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2019-09-27T12:47:58.454Z] === RUN TestDockerSuite/TestHistoryExistentImage [2019-09-27T12:47:58.454Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2019-09-27T12:47:58.454Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2019-09-27T12:47:58.454Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2019-09-27T12:47:59.005Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.49s) [2019-09-27T12:47:59.005Z] === RUN TestAPIIpcModeHost [2019-09-27T12:47:59.254Z] #15 0.761 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2019-09-27T12:47:59.382Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2019-09-27T12:47:59.383Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2019-09-27T12:47:59.624Z] --- PASS: TestAPIIpcModeHost (0.72s) [2019-09-27T12:47:59.624Z] === RUN TestDaemonIpcModeShareable [2019-09-27T12:48:00.176Z] #15 1.823 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2019-09-27T12:48:00.176Z] #15 1.891 (1/43) Installing ncurses-terminfo-base (6.1_p20190518-r0) [2019-09-27T12:48:00.176Z] #15 1.894 (2/43) Installing ncurses-terminfo (6.1_p20190518-r0) [2019-09-27T12:48:00.176Z] #15 2.024 (3/43) Installing ncurses-libs (6.1_p20190518-r0) [2019-09-27T12:48:00.176Z] #15 2.031 (4/43) Installing readline (8.0.0-r0) [2019-09-27T12:48:00.176Z] #15 2.035 (5/43) Installing bash (5.0.0-r0) [2019-09-27T12:48:00.176Z] #15 2.048 Executing bash-5.0.0-r0.post-install [2019-09-27T12:48:00.176Z] #15 2.050 (6/43) Installing linux-headers (4.19.36-r0) [2019-09-27T12:48:00.312Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2019-09-27T12:48:00.312Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2019-09-27T12:48:00.312Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2019-09-27T12:48:00.312Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2019-09-27T12:48:00.431Z] #15 2.121 (7/43) Installing libuuid (2.33.2-r0) [2019-09-27T12:48:00.431Z] #15 2.123 (8/43) Installing btrfs-progs-libs (5.1.1-r0) [2019-09-27T12:48:00.431Z] #15 2.127 (9/43) Installing btrfs-progs-dev (5.1.1-r0) [2019-09-27T12:48:00.431Z] #15 2.133 (10/43) Installing binutils (2.32-r0) [2019-09-27T12:48:00.431Z] #15 2.210 (11/43) Installing libmagic (5.37-r0) [2019-09-27T12:48:00.431Z] #15 2.232 (12/43) Installing file (5.37-r0) [2019-09-27T12:48:00.431Z] #15 2.234 (13/43) Installing gmp (6.1.2-r1) [2019-09-27T12:48:00.431Z] #15 2.241 (14/43) Installing isl (0.18-r0) [2019-09-27T12:48:00.431Z] #15 2.256 (15/43) Installing libgomp (8.3.0-r0) [2019-09-27T12:48:00.431Z] #15 2.259 (16/43) Installing libatomic (8.3.0-r0) [2019-09-27T12:48:00.431Z] #15 2.261 (17/43) Installing libgcc (8.3.0-r0) [2019-09-27T12:48:00.431Z] #15 2.263 (18/43) Installing mpfr3 (3.1.5-r1) [2019-09-27T12:48:00.431Z] #15 2.268 (19/43) Installing mpc1 (1.1.0-r0) [2019-09-27T12:48:00.431Z] #15 2.271 (20/43) Installing libstdc++ (8.3.0-r0) [2019-09-27T12:48:00.431Z] #15 2.282 (21/43) Installing gcc (8.3.0-r0) [2019-09-27T12:48:00.876Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2019-09-27T12:48:00.876Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2019-09-27T12:48:00.991Z] #15 2.935 (22/43) Installing musl-dev (1.1.22-r3) [2019-09-27T12:48:01.246Z] #15 3.017 (23/43) Installing libc-dev (0.7.1-r0) [2019-09-27T12:48:01.246Z] #15 3.019 (24/43) Installing g++ (8.3.0-r0) [2019-09-27T12:48:01.439Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2019-09-27T12:48:01.439Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2019-09-27T12:48:01.649Z] --- PASS: TestDaemonIpcModeShareable (1.79s) [2019-09-27T12:48:01.649Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable" [2019-09-27T12:48:01.649Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:56, shared: true, mustBeShared: true [2019-09-27T12:48:01.649Z] === RUN TestDaemonIpcModePrivate [2019-09-27T12:48:01.805Z] #15 3.436 (25/43) Installing make (4.2.1-r2) [2019-09-27T12:48:01.805Z] #15 3.441 (26/43) Installing fortify-headers (1.1-r0) [2019-09-27T12:48:01.805Z] #15 3.443 (27/43) Installing build-base (0.5-r1) [2019-09-27T12:48:01.805Z] #15 3.445 (28/43) Installing nghttp2-libs (1.39.2-r0) [2019-09-27T12:48:01.805Z] #15 3.448 (29/43) Installing libcurl (7.66.0-r0) [2019-09-27T12:48:01.805Z] #15 3.454 (30/43) Installing curl (7.66.0-r0) [2019-09-27T12:48:01.805Z] #15 3.458 (31/43) Installing oniguruma (6.9.2-r0) [2019-09-27T12:48:01.805Z] #15 3.465 (32/43) Installing jq (1.6-r0) [2019-09-27T12:48:01.805Z] #15 3.472 (33/43) Installing device-mapper-libs (2.02.184-r0) [2019-09-27T12:48:01.805Z] #15 3.477 (34/43) Installing device-mapper-event-libs (2.02.184-r0) [2019-09-27T12:48:01.805Z] #15 3.479 (35/43) Installing libaio (0.3.111-r0) [2019-09-27T12:48:01.805Z] #15 3.481 (36/43) Installing libblkid (2.33.2-r0) [2019-09-27T12:48:01.805Z] #15 3.486 (37/43) Installing lvm2-libs (2.02.184-r0) [2019-09-27T12:48:01.805Z] #15 3.516 (38/43) Installing libfdisk (2.33.2-r0) [2019-09-27T12:48:01.805Z] #15 3.522 (39/43) Installing libmount (2.33.2-r0) [2019-09-27T12:48:01.805Z] #15 3.527 (40/43) Installing libsmartcols (2.33.2-r0) [2019-09-27T12:48:01.805Z] #15 3.531 (41/43) Installing pkgconf (1.6.1-r1) [2019-09-27T12:48:01.805Z] #15 3.534 (42/43) Installing util-linux-dev (2.33.2-r0) [2019-09-27T12:48:01.805Z] #15 3.556 (43/43) Installing lvm2-dev (2.02.184-r0) [2019-09-27T12:48:01.805Z] #15 3.561 Executing busybox-1.30.1-r2.trigger [2019-09-27T12:48:01.805Z] #15 3.568 OK: 190 MiB in 58 packages [2019-09-27T12:48:02.364Z] #15 DONE 4.2s [2019-09-27T12:48:02.364Z] [2019-09-27T12:48:02.364Z] #16 [base 3/5] RUN mkdir -p /build/ [2019-09-27T12:48:02.370Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2019-09-27T12:48:02.370Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2019-09-27T12:48:03.128Z] --- PASS: TestDaemonIpcModePrivate (1.77s) [2019-09-27T12:48:03.128Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate" [2019-09-27T12:48:03.128Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:62, shared: false, mustBeShared: false [2019-09-27T12:48:03.128Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-09-27T12:48:03.290Z] #16 DONE 0.8s [2019-09-27T12:48:03.290Z] [2019-09-27T12:48:03.290Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/ [2019-09-27T12:48:03.740Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2019-09-27T12:48:03.850Z] #17 DONE 0.7s [2019-09-27T12:48:03.850Z] [2019-09-27T12:48:03.850Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/ [2019-09-27T12:48:03.850Z] #18 DONE 0.0s [2019-09-27T12:48:03.850Z] [2019-09-27T12:48:03.850Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh / [2019-09-27T12:48:04.104Z] #19 DONE 0.1s [2019-09-27T12:48:04.104Z] [2019-09-27T12:48:04.104Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-27T12:48:04.673Z] === RUN TestDockerSuite/TestImagesFormat [2019-09-27T12:48:04.929Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2019-09-27T12:48:05.159Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.87s) [2019-09-27T12:48:05.159Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig" [2019-09-27T12:48:05.159Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:62, shared: false, mustBeShared: false [2019-09-27T12:48:05.159Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-09-27T12:48:05.859Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2019-09-27T12:48:05.988Z] #20 1.820 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-09-27T12:48:05.988Z] #20 2.028 [2019-09-27T12:48:06.638Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.76s) [2019-09-27T12:48:06.638Z] ipcmode_linux_test.go:230: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig" [2019-09-27T12:48:06.638Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:56, shared: true, mustBeShared: true [2019-09-27T12:48:06.638Z] === RUN TestIpcModeOlderClient [2019-09-27T12:48:06.638Z] === PAUSE TestIpcModeOlderClient [2019-09-27T12:48:06.638Z] === RUN TestKillContainerInvalidSignal [2019-09-27T12:48:06.758Z] #20 2.138 ########## 14.6% ######################### 35.1% #################################### 50.1% #################################################### 73.0% ################################################################## 92.2% ######################################################################## 100.0% [2019-09-27T12:48:06.758Z] #20 2.830 [2019-09-27T12:48:07.013Z] #20 2.938 ################ 23.0% ################################################################### 94.0% ######################################################################## 100.0% [2019-09-27T12:48:07.270Z] #20 3.288 [2019-09-27T12:48:07.527Z] #20 3.402 ###### 8.6% [2019-09-27T12:48:07.527Z] #20 ... [2019-09-27T12:48:07.527Z] [2019-09-27T12:48:07.527Z] #31 [builder 1/4] COPY . . [2019-09-27T12:48:07.527Z] #31 DONE 3.5s [2019-09-27T12:48:07.527Z] [2019-09-27T12:48:07.527Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-27T12:48:07.645Z] --- PASS: TestKillContainerInvalidSignal (0.71s) [2019-09-27T12:48:07.646Z] === RUN TestKillContainer [2019-09-27T12:48:07.646Z] === RUN TestKillContainer/no_signal [2019-09-27T12:48:07.781Z] #20 3.402 ###### 8.6% ############################## 42.7% ############################################## 64.7% ################################################################ 89.0% ######################################################################## 100.0% [2019-09-27T12:48:08.037Z] #20 3.970 [2019-09-27T12:48:08.260Z] === RUN TestKillContainer/non_killing_signal [2019-09-27T12:48:08.546Z] === RUN TestKillContainer/killing_signal [2019-09-27T12:48:09.059Z] #20 4.086 ### 5.1% ######### 13.1% ############## 20.5% #################### 28.0% ####################### 32.6% ############################## 42.8% ################################### 49.8% ######################################### 57.6% ############################################## 64.8% #################################################### 72.4% [2019-09-27T12:48:09.059Z] #20 ... [2019-09-27T12:48:09.059Z] [2019-09-27T12:48:09.059Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-... [2019-09-27T12:48:09.059Z] #32 DONE 1.7s [2019-09-27T12:48:09.059Z] [2019-09-27T12:48:09.059Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-27T12:48:09.130Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2019-09-27T12:48:09.130Z] === RUN TestDockerSuite/TestImportBadURL [2019-09-27T12:48:09.130Z] === RUN TestDockerSuite/TestImportDisplay [2019-09-27T12:48:09.314Z] #20 4.086 ### 5.1% ######### 13.1% ############## 20.5% #################### 28.0% ####################### 32.6% ############################## 42.8% ################################### 49.8% ######################################### 57.6% ############################################## 64.8% #################################################### 72.4% ######################################################### 79.8% ############################################################## 86.2% #################################################################### 95.8% ######################################################################## 100.0% [2019-09-27T12:48:09.561Z] --- PASS: TestKillContainer (2.14s) [2019-09-27T12:48:09.561Z] --- PASS: TestKillContainer/no_signal (0.72s) [2019-09-27T12:48:09.561Z] --- PASS: TestKillContainer/non_killing_signal (0.47s) [2019-09-27T12:48:09.561Z] --- PASS: TestKillContainer/killing_signal (0.66s) [2019-09-27T12:48:09.561Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-09-27T12:48:09.561Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-09-27T12:48:09.570Z] #20 5.522 [2019-09-27T12:48:10.184Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-09-27T12:48:10.495Z] #20 6.185 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-09-27T12:48:10.495Z] #20 6.445 [2019-09-27T12:48:10.495Z] #20 6.512 ######################################################################## 100.0% [2019-09-27T12:48:10.499Z] === RUN TestDockerSuite/TestImportFile [2019-09-27T12:48:10.750Z] #20 6.702 [2019-09-27T12:48:11.195Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.38s) [2019-09-27T12:48:11.195Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.67s) [2019-09-27T12:48:11.195Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.47s) [2019-09-27T12:48:11.195Z] === RUN TestKillStoppedContainer [2019-09-27T12:48:11.195Z] --- PASS: TestKillStoppedContainer (0.07s) [2019-09-27T12:48:11.195Z] === RUN TestKillStoppedContainerAPIPre120 [2019-09-27T12:48:11.195Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2019-09-27T12:48:11.195Z] === RUN TestKillDifferentUserContainer [2019-09-27T12:48:11.676Z] #20 7.684 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-09-27T12:48:11.815Z] --- PASS: TestKillDifferentUserContainer (0.69s) [2019-09-27T12:48:11.815Z] === RUN TestInspectOomKilledTrue [2019-09-27T12:48:11.931Z] #20 7.988 [2019-09-27T12:48:12.186Z] #20 8.106 0.4% ######################################################################## 100.0% [2019-09-27T12:48:12.391Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2019-09-27T12:48:12.391Z] === RUN TestDockerSuite/TestImportFileWithMessage [2019-09-27T12:48:12.446Z] #20 8.409 [2019-09-27T12:48:12.826Z] --- PASS: TestInspectOomKilledTrue (1.18s) [2019-09-27T12:48:12.826Z] === RUN TestInspectOomKilledFalse [2019-09-27T12:48:13.369Z] #20 9.313 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-09-27T12:48:13.369Z] #20 9.454 skipping existing 1849cc453dee [2019-09-27T12:48:13.624Z] #20 9.682 [2019-09-27T12:48:13.837Z] --- PASS: TestInspectOomKilledFalse (0.69s) [2019-09-27T12:48:13.837Z] === RUN TestLinksEtcHostsContentMatch [2019-09-27T12:48:14.120Z] --- PASS: TestLinksEtcHostsContentMatch (0.61s) [2019-09-27T12:48:14.120Z] === RUN TestLinksContainerNames [2019-09-27T12:48:14.296Z] === RUN TestDockerSuite/TestImportGzipped [2019-09-27T12:48:14.549Z] #20 10.52 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-09-27T12:48:14.804Z] #20 10.87 [2019-09-27T12:48:14.804Z] #20 10.94 ######################################################################## 100.0% [2019-09-27T12:48:15.059Z] #20 11.14 [2019-09-27T12:48:15.059Z] #20 11.19 Download of images into '/build' complete. [2019-09-27T12:48:15.238Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2019-09-27T12:48:15.313Z] #20 11.19 Use something like the following to load the result into a Docker daemon: [2019-09-27T12:48:15.313Z] #20 11.19 tar -cC '/build' . | docker load [2019-09-27T12:48:15.313Z] #20 DONE 11.4s [2019-09-27T12:48:15.313Z] [2019-09-27T12:48:15.313Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-27T12:48:15.313Z] #22 DONE 0.1s [2019-09-27T12:48:15.313Z] [2019-09-27T12:48:15.313Z] #26 [contrib 1/4] COPY contrib/syscall-test /build/syscall-test [2019-09-27T12:48:15.568Z] #26 DONE 0.1s [2019-09-27T12:48:15.568Z] [2019-09-27T12:48:15.568Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-09-27T12:48:15.568Z] #23 DONE 0.1s [2019-09-27T12:48:15.568Z] [2019-09-27T12:48:15.568Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-27T12:48:15.599Z] --- PASS: TestLinksContainerNames (1.41s) [2019-09-27T12:48:15.599Z] === RUN TestLogsFollowTailEmpty [2019-09-27T12:48:15.822Z] #24 ... [2019-09-27T12:48:15.822Z] [2019-09-27T12:48:15.822Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... [2019-09-27T12:48:15.822Z] #27 DONE 0.1s [2019-09-27T12:48:15.822Z] [2019-09-27T12:48:15.822Z] #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver [2019-09-27T12:48:15.822Z] #28 DONE 0.1s [2019-09-27T12:48:15.822Z] [2019-09-27T12:48:15.822Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2019-09-27T12:48:16.607Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2019-09-27T12:48:16.608Z] --- PASS: TestLogsFollowTailEmpty (0.74s) [2019-09-27T12:48:16.608Z] === RUN TestContainerNetworkMountsNoChown [2019-09-27T12:48:17.225Z] --- PASS: TestContainerNetworkMountsNoChown (0.69s) [2019-09-27T12:48:17.226Z] === RUN TestMountDaemonRoot [2019-09-27T12:48:17.226Z] === RUN TestMountDaemonRoot/default [2019-09-27T12:48:17.226Z] === PAUSE TestMountDaemonRoot/default [2019-09-27T12:48:17.226Z] === RUN TestMountDaemonRoot/private [2019-09-27T12:48:17.226Z] === PAUSE TestMountDaemonRoot/private [2019-09-27T12:48:17.226Z] === RUN TestMountDaemonRoot/rprivate [2019-09-27T12:48:17.226Z] === PAUSE TestMountDaemonRoot/rprivate [2019-09-27T12:48:17.226Z] === RUN TestMountDaemonRoot/slave [2019-09-27T12:48:17.226Z] === PAUSE TestMountDaemonRoot/slave [2019-09-27T12:48:17.226Z] === RUN TestMountDaemonRoot/rslave [2019-09-27T12:48:17.226Z] === PAUSE TestMountDaemonRoot/rslave [2019-09-27T12:48:17.226Z] === RUN TestMountDaemonRoot/shared [2019-09-27T12:48:17.226Z] === PAUSE TestMountDaemonRoot/shared [2019-09-27T12:48:17.226Z] === RUN TestMountDaemonRoot/rshared [2019-09-27T12:48:17.226Z] === PAUSE TestMountDaemonRoot/rshared [2019-09-27T12:48:17.226Z] === CONT TestMountDaemonRoot/default [2019-09-27T12:48:17.226Z] === CONT TestMountDaemonRoot/rprivate [2019-09-27T12:48:17.226Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-09-27T12:48:17.226Z] === CONT TestMountDaemonRoot/rslave [2019-09-27T12:48:17.226Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-09-27T12:48:17.226Z] === CONT TestMountDaemonRoot/shared [2019-09-27T12:48:17.226Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-09-27T12:48:17.226Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-09-27T12:48:17.226Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-09-27T12:48:17.226Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-09-27T12:48:17.226Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-09-27T12:48:17.226Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-09-27T12:48:17.226Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-09-27T12:48:17.226Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-09-27T12:48:17.226Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-09-27T12:48:17.226Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-09-27T12:48:17.226Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-09-27T12:48:17.226Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-09-27T12:48:17.226Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-09-27T12:48:17.226Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-09-27T12:48:17.226Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-09-27T12:48:17.226Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-09-27T12:48:17.226Z] === CONT TestMountDaemonRoot/rshared [2019-09-27T12:48:17.226Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-09-27T12:48:17.226Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-09-27T12:48:17.226Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-09-27T12:48:17.226Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-09-27T12:48:17.226Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-09-27T12:48:17.226Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-09-27T12:48:17.226Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-09-27T12:48:17.226Z] === CONT TestMountDaemonRoot/private [2019-09-27T12:48:17.226Z] === RUN TestMountDaemonRoot/private/bind_root [2019-09-27T12:48:17.226Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-09-27T12:48:17.226Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-09-27T12:48:17.226Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-09-27T12:48:17.226Z] === RUN TestMountDaemonRoot/private/mount_root [2019-09-27T12:48:17.226Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-09-27T12:48:17.226Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-09-27T12:48:17.226Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-09-27T12:48:17.226Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-09-27T12:48:17.226Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-09-27T12:48:17.226Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-09-27T12:48:17.226Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-09-27T12:48:17.226Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-09-27T12:48:17.226Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-09-27T12:48:17.226Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-09-27T12:48:17.226Z] === CONT TestMountDaemonRoot/slave [2019-09-27T12:48:17.226Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-09-27T12:48:17.226Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-09-27T12:48:17.226Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-09-27T12:48:17.226Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-09-27T12:48:17.226Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-09-27T12:48:17.226Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-09-27T12:48:17.226Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-09-27T12:48:17.226Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-09-27T12:48:17.226Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-09-27T12:48:17.226Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-09-27T12:48:17.226Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-09-27T12:48:17.226Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-09-27T12:48:17.226Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-09-27T12:48:17.226Z] === RUN TestMountDaemonRoot/default/mount_root [2019-09-27T12:48:17.226Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-09-27T12:48:17.226Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-09-27T12:48:17.226Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-09-27T12:48:17.226Z] === RUN TestMountDaemonRoot/default/bind_root [2019-09-27T12:48:17.226Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-09-27T12:48:17.226Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-09-27T12:48:17.226Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-09-27T12:48:17.226Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-09-27T12:48:17.226Z] === CONT TestMountDaemonRoot/private/bind_root [2019-09-27T12:48:17.226Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-09-27T12:48:17.226Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-09-27T12:48:17.226Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-09-27T12:48:17.226Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-09-27T12:48:17.226Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-09-27T12:48:17.226Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-09-27T12:48:17.226Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-09-27T12:48:17.226Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-09-27T12:48:17.226Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-09-27T12:48:17.226Z] === CONT TestMountDaemonRoot/private/mount_root [2019-09-27T12:48:17.226Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-09-27T12:48:17.226Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-09-27T12:48:17.226Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-09-27T12:48:17.226Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-09-27T12:48:17.226Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-09-27T12:48:17.518Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-09-27T12:48:17.518Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-09-27T12:48:17.518Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-09-27T12:48:17.518Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-09-27T12:48:17.518Z] === CONT TestMountDaemonRoot/default/mount_root [2019-09-27T12:48:17.518Z] === CONT TestMountDaemonRoot/default/bind_root [2019-09-27T12:48:17.518Z] --- PASS: TestMountDaemonRoot (0.05s) [2019-09-27T12:48:17.518Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-09-27T12:48:17.518Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2019-09-27T12:48:17.518Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2019-09-27T12:48:17.518Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2019-09-27T12:48:17.518Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2019-09-27T12:48:17.518Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-09-27T12:48:17.518Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2019-09-27T12:48:17.518Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2019-09-27T12:48:17.518Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2019-09-27T12:48:17.518Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2019-09-27T12:48:17.518Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-09-27T12:48:17.518Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2019-09-27T12:48:17.518Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2019-09-27T12:48:17.518Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2019-09-27T12:48:17.518Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2019-09-27T12:48:17.518Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-09-27T12:48:17.518Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2019-09-27T12:48:17.518Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2019-09-27T12:48:17.518Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2019-09-27T12:48:17.518Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2019-09-27T12:48:17.518Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-09-27T12:48:17.518Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2019-09-27T12:48:17.518Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2019-09-27T12:48:17.518Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2019-09-27T12:48:17.518Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2019-09-27T12:48:17.518Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-09-27T12:48:17.518Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2019-09-27T12:48:17.518Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2019-09-27T12:48:17.518Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2019-09-27T12:48:17.518Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2019-09-27T12:48:17.518Z] --- PASS: TestMountDaemonRoot/default (0.01s) [2019-09-27T12:48:17.518Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2019-09-27T12:48:17.518Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2019-09-27T12:48:17.518Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2019-09-27T12:48:17.518Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2019-09-27T12:48:17.518Z] === RUN TestContainerBindMountNonRecursive [2019-09-27T12:48:18.501Z] === RUN TestDockerSuite/TestInfoDebug [2019-09-27T12:48:19.065Z] === RUN TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName [2019-09-27T12:48:19.079Z] #29 ... [2019-09-27T12:48:19.079Z] [2019-09-27T12:48:19.079Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-09-27T12:48:19.079Z] #33 0.968 [2019-09-27T12:48:19.079Z] #33 1.026 Removing bundles/ [2019-09-27T12:48:19.079Z] #33 1.027 [2019-09-27T12:48:19.079Z] #33 1.031 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary) [2019-09-27T12:48:19.079Z] #33 1.707 Building test suite binary ./integration-cli/test.main [2019-09-27T12:48:19.334Z] #33 ... [2019-09-27T12:48:19.334Z] [2019-09-27T12:48:19.334Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-27T12:48:19.334Z] #24 2.054 + RM_GOPATH=0 [2019-09-27T12:48:19.334Z] #24 2.054 + TMP_GOPATH= [2019-09-27T12:48:19.334Z] #24 2.054 + : /build [2019-09-27T12:48:19.334Z] #24 2.054 + '[' -z '' ']' [2019-09-27T12:48:19.334Z] #24 2.054 ++ mktemp -d [2019-09-27T12:48:19.334Z] #24 2.057 Install docker/cli version 17.06.2-ce from stable [2019-09-27T12:48:19.334Z] #24 2.058 + export GOPATH=/tmp/tmp.idGPam [2019-09-27T12:48:19.334Z] #24 2.058 + GOPATH=/tmp/tmp.idGPam [2019-09-27T12:48:19.334Z] #24 2.058 + RM_GOPATH=1 [2019-09-27T12:48:19.334Z] #24 2.058 ++ dirname ./install.sh [2019-09-27T12:48:19.334Z] #24 2.058 + dir=. [2019-09-27T12:48:19.334Z] #24 2.058 + bin=dockercli [2019-09-27T12:48:19.334Z] #24 2.058 + shift [2019-09-27T12:48:19.334Z] #24 2.058 + '[' '!' -f ./dockercli.installer ']' [2019-09-27T12:48:19.334Z] #24 2.058 + . ./dockercli.installer [2019-09-27T12:48:19.334Z] #24 2.058 ++ DOCKERCLI_CHANNEL=stable [2019-09-27T12:48:19.334Z] #24 2.058 ++ DOCKERCLI_VERSION=17.06.2-ce [2019-09-27T12:48:19.334Z] #24 2.058 + install_dockercli [2019-09-27T12:48:19.334Z] #24 2.058 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-09-27T12:48:19.334Z] #24 2.062 ++ uname -m [2019-09-27T12:48:19.334Z] #24 2.062 + arch=x86_64 [2019-09-27T12:48:19.334Z] #24 2.062 + '[' x86_64 '!=' x86_64 ']' [2019-09-27T12:48:19.334Z] #24 2.062 + url=https://download.docker.com/linux/static [2019-09-27T12:48:19.334Z] #24 2.068 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2019-09-27T12:48:19.334Z] #24 2.068 + tar -xz docker/docker [2019-09-27T12:48:19.564Z] --- PASS: TestContainerBindMountNonRecursive (1.72s) [2019-09-27T12:48:19.564Z] === RUN TestNetworkNat [2019-09-27T12:48:19.589Z] #24 ... [2019-09-27T12:48:19.589Z] [2019-09-27T12:48:19.589Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-27T12:48:19.589Z] #21 DONE 0.8s [2019-09-27T12:48:19.629Z] === RUN TestDockerSuite/TestInfoDiscoveryBackend [2019-09-27T12:48:19.844Z] [2019-09-27T12:48:19.844Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-09-27T12:48:19.847Z] --- PASS: TestNetworkNat (0.73s) [2019-09-27T12:48:19.847Z] === RUN TestNetworkLocalhostTCPNat [2019-09-27T12:48:20.193Z] === RUN TestDockerSuite/TestInfoDiscoveryInvalidAdvertise [2019-09-27T12:48:20.769Z] #33 ... [2019-09-27T12:48:20.769Z] [2019-09-27T12:48:20.769Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-27T12:48:20.769Z] #24 5.173 + mkdir -p /build [2019-09-27T12:48:20.769Z] #24 5.174 + mv docker/docker /build/ [2019-09-27T12:48:20.769Z] #24 5.175 + rmdir docker [2019-09-27T12:48:20.769Z] #24 DONE 5.3s [2019-09-27T12:48:20.769Z] [2019-09-27T12:48:20.769Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2019-09-27T12:48:20.857Z] --- PASS: TestNetworkLocalhostTCPNat (0.73s) [2019-09-27T12:48:20.857Z] === RUN TestNetworkLoopbackNat [2019-09-27T12:48:21.561Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2019-09-27T12:48:21.868Z] --- PASS: TestNetworkLoopbackNat (0.96s) [2019-09-27T12:48:21.868Z] === RUN TestPause [2019-09-27T12:48:22.132Z] #29 ... [2019-09-27T12:48:22.132Z] [2019-09-27T12:48:22.132Z] #25 [runner 10/12] COPY --from=dockercli /build/ /usr/bin/ [2019-09-27T12:48:22.132Z] #25 DONE 0.1s [2019-09-27T12:48:22.132Z] [2019-09-27T12:48:22.132Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-09-27T12:48:22.485Z] --- PASS: TestPause (0.73s) [2019-09-27T12:48:22.485Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-09-27T12:48:22.485Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-09-27T12:48:22.485Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-27T12:48:22.485Z] === RUN TestPauseStopPausedContainer [2019-09-27T12:48:22.494Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2019-09-27T12:48:23.057Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2019-09-27T12:48:23.104Z] --- PASS: TestPauseStopPausedContainer (0.77s) [2019-09-27T12:48:23.104Z] === RUN TestPsFilter [2019-09-27T12:48:23.389Z] --- PASS: TestPsFilter (0.18s) [2019-09-27T12:48:23.389Z] === RUN TestRemoveContainerWithRemovedVolume [2019-09-27T12:48:24.029Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.68s) [2019-09-27T12:48:24.029Z] === RUN TestRemoveContainerWithVolume [2019-09-27T12:48:24.426Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2019-09-27T12:48:24.426Z] === RUN TestDockerSuite/TestInfoFormat [2019-09-27T12:48:24.426Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2019-09-27T12:48:24.426Z] === RUN TestDockerSuite/TestInsecureRegistries [2019-09-27T12:48:24.647Z] --- PASS: TestRemoveContainerWithVolume (0.67s) [2019-09-27T12:48:24.647Z] === RUN TestRemoveContainerRunning [2019-09-27T12:48:24.683Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2019-09-27T12:48:25.263Z] --- PASS: TestRemoveContainerRunning (0.70s) [2019-09-27T12:48:25.263Z] === RUN TestRemoveContainerForceRemoveRunning [2019-09-27T12:48:25.613Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2019-09-27T12:48:25.913Z] 65014b3c3121: Pull complete [2019-09-27T12:48:26.270Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.71s) [2019-09-27T12:48:26.270Z] === RUN TestRemoveInvalidContainer [2019-09-27T12:48:26.270Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2019-09-27T12:48:26.270Z] === RUN TestRenameLinkedContainer [2019-09-27T12:48:26.982Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2019-09-27T12:48:27.912Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2019-09-27T12:48:28.476Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2019-09-27T12:48:28.954Z] --- PASS: TestRenameLinkedContainer (2.74s) [2019-09-27T12:48:28.954Z] === RUN TestRenameStoppedContainer [2019-09-27T12:48:29.406Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2019-09-27T12:48:29.615Z] --- PASS: TestRenameStoppedContainer (0.71s) [2019-09-27T12:48:29.615Z] === RUN TestRenameRunningContainerAndReuse [2019-09-27T12:48:30.336Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2019-09-27T12:48:30.336Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2019-09-27T12:48:31.094Z] --- PASS: TestRenameRunningContainerAndReuse (1.40s) [2019-09-27T12:48:31.094Z] === RUN TestRenameInvalidName [2019-09-27T12:48:31.713Z] --- PASS: TestRenameInvalidName (0.72s) [2019-09-27T12:48:31.713Z] === RUN TestRenameAnonymousContainer [2019-09-27T12:48:32.228Z] === RUN TestDockerSuite/TestInspectAmpersand [2019-09-27T12:48:33.158Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2019-09-27T12:48:34.091Z] === RUN TestDockerSuite/TestInspectByPrefix [2019-09-27T12:48:34.091Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2019-09-27T12:48:34.417Z] --- PASS: TestRenameAnonymousContainer (2.59s) [2019-09-27T12:48:34.417Z] === RUN TestRenameContainerWithSameName [2019-09-27T12:48:35.021Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2019-09-27T12:48:35.021Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2019-09-27T12:48:35.036Z] --- PASS: TestRenameContainerWithSameName (0.71s) [2019-09-27T12:48:35.036Z] === RUN TestRenameContainerWithLinkedContainer [2019-09-27T12:48:36.391Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2019-09-27T12:48:36.513Z] --- PASS: TestRenameContainerWithLinkedContainer (1.42s) [2019-09-27T12:48:36.513Z] === RUN TestResize [2019-09-27T12:48:37.134Z] --- PASS: TestResize (0.71s) [2019-09-27T12:48:37.134Z] === RUN TestResizeWithInvalidSize [2019-09-27T12:48:37.323Z] === RUN TestDockerSuite/TestInspectDefault [2019-09-27T12:48:37.755Z] --- PASS: TestResizeWithInvalidSize (0.72s) [2019-09-27T12:48:37.755Z] === RUN TestResizeWhenContainerNotStarted [2019-09-27T12:48:38.287Z] === RUN TestDockerSuite/TestInspectHistory [2019-09-27T12:48:38.769Z] --- PASS: TestResizeWhenContainerNotStarted (0.70s) [2019-09-27T12:48:38.769Z] === RUN TestDaemonRestartKillContainers [2019-09-27T12:48:38.769Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-27T12:48:38.769Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-27T12:48:38.769Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-27T12:48:38.769Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-27T12:48:38.769Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-27T12:48:38.769Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-27T12:48:38.769Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-27T12:48:38.769Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-27T12:48:38.769Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-27T12:48:38.769Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-27T12:48:38.769Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-27T12:48:38.769Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-27T12:48:38.769Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-27T12:48:38.769Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-27T12:48:38.769Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-27T12:48:38.769Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-27T12:48:38.769Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-27T12:48:38.769Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-27T12:48:38.769Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-27T12:48:38.769Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-27T12:48:38.769Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-27T12:48:38.769Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-27T12:48:38.769Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-27T12:48:38.769Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-27T12:48:38.769Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-27T12:48:38.769Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-27T12:48:38.769Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-27T12:48:38.769Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-27T12:48:39.220Z] === RUN TestDockerSuite/TestInspectImage [2019-09-27T12:48:39.220Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2019-09-27T12:48:39.220Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2019-09-27T12:48:39.220Z] === RUN TestDockerSuite/TestInspectInt64 [2019-09-27T12:48:40.153Z] === RUN TestDockerSuite/TestInspectJSONFields [2019-09-27T12:48:41.085Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2019-09-27T12:48:41.342Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2019-09-27T12:48:41.905Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2019-09-27T12:48:42.163Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2019-09-27T12:48:42.265Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-27T12:48:42.265Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-27T12:48:42.265Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-27T12:48:42.265Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-27T12:48:43.093Z] === RUN TestDockerSuite/TestInspectPlugin [2019-09-27T12:48:43.755Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-27T12:48:44.027Z] #33 ... [2019-09-27T12:48:44.027Z] [2019-09-27T12:48:44.027Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2019-09-27T12:48:44.027Z] #29 28.16 # github.com/docker/docker/contrib/httpserver [2019-09-27T12:48:44.027Z] #29 28.16 loadinternal: cannot find runtime/cgo [2019-09-27T12:48:44.044Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-27T12:48:44.044Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-27T12:48:44.591Z] #29 DONE 28.7s [2019-09-27T12:48:44.591Z] [2019-09-27T12:48:44.591Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-09-27T12:48:45.152Z] #33 ... [2019-09-27T12:48:45.152Z] [2019-09-27T12:48:45.152Z] #30 [runner 11/12] COPY --from=contrib /build/ /tests/contrib/ [2019-09-27T12:48:45.152Z] #30 DONE 0.1s [2019-09-27T12:48:45.152Z] [2019-09-27T12:48:45.152Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-09-27T12:48:45.617Z] === RUN TestDockerSuite/TestInspectRootFS [2019-09-27T12:48:45.617Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2019-09-27T12:48:46.087Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-27T12:48:46.549Z] === RUN TestDockerSuite/TestInspectStatus [2019-09-27T12:48:47.116Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2019-09-27T12:48:47.679Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2019-09-27T12:48:48.778Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-09-27T12:48:48.778Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.30s) [2019-09-27T12:48:48.778Z] 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-27T12:48:48.778Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.34s) [2019-09-27T12:48:48.778Z] 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-27T12:48:48.778Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.35s) [2019-09-27T12:48:48.778Z] 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-27T12:48:48.778Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.37s) [2019-09-27T12:48:48.778Z] 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-27T12:48:48.779Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.96s) [2019-09-27T12:48:48.779Z] 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-27T12:48:48.779Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (2.03s) [2019-09-27T12:48:48.779Z] 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-27T12:48:48.779Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (2.09s) [2019-09-27T12:48:48.779Z] 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-27T12:48:48.779Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.92s) [2019-09-27T12:48:48.779Z] 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-27T12:48:48.779Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.55s) [2019-09-27T12:48:48.779Z] 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-27T12:48:48.779Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (3.08s) [2019-09-27T12:48:48.779Z] 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-27T12:48:48.779Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.92s) [2019-09-27T12:48:48.779Z] 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-27T12:48:48.779Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.60s) [2019-09-27T12:48:48.779Z] 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-27T12:48:48.779Z] === RUN TestCgroupNamespacesRun [2019-09-27T12:48:49.573Z] === RUN TestDockerSuite/TestInspectTemplateError [2019-09-27T12:48:50.136Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2019-09-27T12:48:50.250Z] --- PASS: TestCgroupNamespacesRun (1.70s) [2019-09-27T12:48:50.250Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun" [2019-09-27T12:48:50.250Z] === RUN TestCgroupNamespacesRunPrivileged [2019-09-27T12:48:50.393Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2019-09-27T12:48:51.325Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2019-09-27T12:48:51.737Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.77s) [2019-09-27T12:48:51.737Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged" [2019-09-27T12:48:51.737Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-09-27T12:48:52.694Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2019-09-27T12:48:53.258Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2019-09-27T12:48:53.768Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.73s) [2019-09-27T12:48:53.768Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode" [2019-09-27T12:48:53.768Z] === RUN TestCgroupNamespacesRunHostMode [2019-09-27T12:48:53.823Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2019-09-27T12:48:54.080Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2019-09-27T12:48:55.011Z] === RUN TestDockerSuite/TestInspectUnknownObject [2019-09-27T12:48:55.011Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2019-09-27T12:48:55.249Z] --- PASS: TestCgroupNamespacesRunHostMode (1.71s) [2019-09-27T12:48:55.250Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode" [2019-09-27T12:48:55.250Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-09-27T12:48:57.279Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.74s) [2019-09-27T12:48:57.279Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode" [2019-09-27T12:48:57.279Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-09-27T12:48:57.536Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2019-09-27T12:48:57.536Z] === RUN TestDockerSuite/TestLinkShortDefinition [2019-09-27T12:48:57.899Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.90s) [2019-09-27T12:48:57.899Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate" [2019-09-27T12:48:57.899Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-09-27T12:48:58.912Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.89s) [2019-09-27T12:48:58.912Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode" [2019-09-27T12:48:58.912Z] === RUN TestCgroupNamespacesRunOlderClient [2019-09-27T12:48:59.433Z] === RUN TestDockerSuite/TestLinksEnvs [2019-09-27T12:49:00.396Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.76s) [2019-09-27T12:49:00.396Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient" [2019-09-27T12:49:00.396Z] === RUN TestKernelTCPMemory [2019-09-27T12:49:00.802Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2019-09-27T12:49:01.060Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2019-09-27T12:49:01.418Z] --- PASS: TestKernelTCPMemory (0.94s) [2019-09-27T12:49:01.418Z] === RUN TestNISDomainname [2019-09-27T12:49:01.624Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2019-09-27T12:49:02.431Z] --- PASS: TestNISDomainname (1.04s) [2019-09-27T12:49:02.431Z] === RUN TestHostnameDnsResolution [2019-09-27T12:49:03.911Z] --- PASS: TestHostnameDnsResolution (1.16s) [2019-09-27T12:49:03.911Z] === RUN TestStats [2019-09-27T12:49:04.147Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2019-09-27T12:49:04.147Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2019-09-27T12:49:05.935Z] --- PASS: TestStats (1.94s) [2019-09-27T12:49:05.935Z] === RUN TestStopContainerWithTimeout [2019-09-27T12:49:05.935Z] === RUN TestStopContainerWithTimeout/0 [2019-09-27T12:49:05.935Z] === PAUSE TestStopContainerWithTimeout/0 [2019-09-27T12:49:05.935Z] === RUN TestStopContainerWithTimeout/1 [2019-09-27T12:49:05.935Z] === PAUSE TestStopContainerWithTimeout/1 [2019-09-27T12:49:05.935Z] === RUN TestStopContainerWithTimeout/3 [2019-09-27T12:49:05.935Z] === PAUSE TestStopContainerWithTimeout/3 [2019-09-27T12:49:05.935Z] === RUN TestStopContainerWithTimeout/-1 [2019-09-27T12:49:05.935Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-09-27T12:49:05.935Z] === CONT TestStopContainerWithTimeout/0 [2019-09-27T12:49:05.935Z] === CONT TestStopContainerWithTimeout/-1 [2019-09-27T12:49:05.935Z] === CONT TestStopContainerWithTimeout/3 [2019-09-27T12:49:05.935Z] === CONT TestStopContainerWithTimeout/1 [2019-09-27T12:49:07.430Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2019-09-27T12:49:09.405Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2019-09-27T12:49:09.405Z] --- PASS: TestStopContainerWithTimeout/0 (1.10s) [2019-09-27T12:49:09.405Z] --- PASS: TestStopContainerWithTimeout/1 (2.32s) [2019-09-27T12:49:09.405Z] --- PASS: TestStopContainerWithTimeout/-1 (3.02s) [2019-09-27T12:49:09.405Z] --- PASS: TestStopContainerWithTimeout/3 (3.25s) [2019-09-27T12:49:09.405Z] === RUN TestDeleteDevicemapper [2019-09-27T12:49:09.405Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-09-27T12:49:09.405Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-27T12:49:09.405Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-09-27T12:49:09.950Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2019-09-27T12:49:09.950Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2019-09-27T12:49:09.950Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2019-09-27T12:49:12.098Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.92s) [2019-09-27T12:49:12.098Z] === RUN TestUpdateMemory [2019-09-27T12:49:12.472Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2019-09-27T12:49:12.728Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2019-09-27T12:49:13.110Z] --- PASS: TestUpdateMemory (1.07s) [2019-09-27T12:49:13.110Z] === RUN TestUpdateCPUQuota [2019-09-27T12:49:13.658Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2019-09-27T12:49:14.597Z] --- PASS: TestUpdateCPUQuota (1.68s) [2019-09-27T12:49:14.597Z] === RUN TestUpdatePidsLimit [2019-09-27T12:49:14.597Z] === RUN TestUpdatePidsLimit/update_from_none [2019-09-27T12:49:14.882Z] === RUN TestUpdatePidsLimit/no_change [2019-09-27T12:49:15.501Z] === RUN TestUpdatePidsLimit/update_lower [2019-09-27T12:49:15.551Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2019-09-27T12:49:15.785Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-09-27T12:49:16.070Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-09-27T12:49:16.687Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-09-27T12:49:16.971Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-09-27T12:49:18.449Z] --- PASS: TestUpdatePidsLimit (4.00s) [2019-09-27T12:49:18.449Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.39s) [2019-09-27T12:49:18.449Z] --- PASS: TestUpdatePidsLimit/no_change (0.38s) [2019-09-27T12:49:18.449Z] --- PASS: TestUpdatePidsLimit/update_lower (0.39s) [2019-09-27T12:49:18.449Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.41s) [2019-09-27T12:49:18.449Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.39s) [2019-09-27T12:49:18.449Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.39s) [2019-09-27T12:49:18.449Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.40s) [2019-09-27T12:49:18.449Z] === RUN TestUpdateRestartPolicy [2019-09-27T12:49:27.730Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2019-09-27T12:49:29.625Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2019-09-27T12:49:30.983Z] --- PASS: TestUpdateRestartPolicy (12.16s) [2019-09-27T12:49:30.983Z] === RUN TestUpdateRestartWithAutoRemove [2019-09-27T12:49:31.517Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2019-09-27T12:49:31.603Z] --- PASS: TestUpdateRestartWithAutoRemove (0.72s) [2019-09-27T12:49:31.603Z] === RUN TestWaitNonBlocked [2019-09-27T12:49:31.603Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-27T12:49:31.603Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-27T12:49:31.603Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-27T12:49:31.603Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-27T12:49:31.603Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-27T12:49:31.603Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-27T12:49:32.080Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2019-09-27T12:49:32.616Z] --- PASS: TestWaitNonBlocked (0.03s) [2019-09-27T12:49:32.616Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.90s) [2019-09-27T12:49:32.616Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.94s) [2019-09-27T12:49:32.616Z] === RUN TestWaitBlocked [2019-09-27T12:49:32.616Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-27T12:49:32.616Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-27T12:49:32.616Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-09-27T12:49:32.616Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-09-27T12:49:32.616Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-27T12:49:32.616Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-09-27T12:49:33.630Z] --- PASS: TestWaitBlocked (0.03s) [2019-09-27T12:49:33.630Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.00s) [2019-09-27T12:49:33.630Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.03s) [2019-09-27T12:49:33.630Z] === CONT TestContainerStartOnDaemonRestart [2019-09-27T12:49:33.630Z] === CONT TestIpcModeOlderClient [2019-09-27T12:49:33.630Z] === CONT TestDaemonRestartIpcMode [2019-09-27T12:49:33.630Z] --- PASS: TestIpcModeOlderClient (0.17s) [2019-09-27T12:49:34.602Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2019-09-27T12:49:34.603Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2019-09-27T12:49:35.166Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2019-09-27T12:49:35.166Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2019-09-27T12:49:35.166Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2019-09-27T12:49:36.095Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2019-09-27T12:49:36.657Z] === RUN TestDockerSuite/TestLogsAPIUntil [2019-09-27T12:49:37.106Z] --- PASS: TestContainerStartOnDaemonRestart (3.29s) [2019-09-27T12:49:37.106Z] daemon_linux_test.go:35: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart" [2019-09-27T12:49:37.390Z] --- PASS: TestDaemonRestartIpcMode (3.84s) [2019-09-27T12:49:37.390Z] daemon_linux_test.go:89: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode" [2019-09-27T12:49:37.390Z] PASS [2019-09-27T12:49:37.390Z] [2019-09-27T12:49:37.390Z] === Skipped [2019-09-27T12:49:37.390Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2019-09-27T12:49:37.390Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-27T12:49:37.390Z] [2019-09-27T12:49:37.390Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2019-09-27T12:49:37.390Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-27T12:49:37.390Z] [2019-09-27T12:49:37.390Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2019-09-27T12:49:37.390Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-27T12:49:37.390Z] [2019-09-27T12:49:37.390Z] [2019-09-27T12:49:37.390Z] DONE 197 tests, 3 skipped in 121.741s [2019-09-27T12:49:37.390Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2019-09-27T12:49:37.390Z] ++ 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-27T12:49:37.390Z] ++ set -e [2019-09-27T12:49:37.390Z] ++ '[' -n 0 ']' [2019-09-27T12:49:37.390Z] ++ set -x [2019-09-27T12:49:37.390Z] ++ env -i DEST=/go/src/github.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-27T12:49:37.390Z] INFO: Testing against a local daemon [2019-09-27T12:49:37.390Z] === RUN TestCommitInheritsEnv [2019-09-27T12:49:38.008Z] --- PASS: TestCommitInheritsEnv (0.44s) [2019-09-27T12:49:38.008Z] === RUN TestImportExtremelyLargeImageWorks [2019-09-27T12:49:38.008Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-09-27T12:49:38.008Z] === RUN TestImagesFilterMultiReference [2019-09-27T12:49:38.008Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2019-09-27T12:49:38.008Z] === RUN TestImagePullPlatformInvalid [2019-09-27T12:49:38.008Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2019-09-27T12:49:38.008Z] === RUN TestRemoveImageOrphaning [2019-09-27T12:49:38.628Z] --- PASS: TestRemoveImageOrphaning (0.43s) [2019-09-27T12:49:38.628Z] === RUN TestRemoveImageGarbageCollector [2019-09-27T12:49:38.628Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2019-09-27T12:49:38.628Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T12:49:38.628Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-09-27T12:49:38.628Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2019-09-27T12:49:38.628Z] === RUN TestTagInvalidReference [2019-09-27T12:49:38.628Z] --- PASS: TestTagInvalidReference (0.04s) [2019-09-27T12:49:38.628Z] === RUN TestTagValidPrefixedRepo [2019-09-27T12:49:38.628Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2019-09-27T12:49:38.628Z] === RUN TestTagExistedNameWithoutForce [2019-09-27T12:49:38.628Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2019-09-27T12:49:38.628Z] === RUN TestTagOfficialNames [2019-09-27T12:49:38.628Z] --- PASS: TestTagOfficialNames (0.06s) [2019-09-27T12:49:38.628Z] === RUN TestTagMatchesDigest [2019-09-27T12:49:38.628Z] --- PASS: TestTagMatchesDigest (0.03s) [2019-09-27T12:49:38.628Z] === CONT TestImportExtremelyLargeImageWorks [2019-09-27T12:49:40.831Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2019-09-27T12:49:41.394Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2019-09-27T12:49:41.394Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2019-09-27T12:49:46.649Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2019-09-27T12:49:47.579Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2019-09-27T12:49:47.579Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2019-09-27T12:49:48.949Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2019-09-27T12:49:49.881Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2019-09-27T12:49:51.252Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2019-09-27T12:49:51.816Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2019-09-27T12:49:52.381Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2019-09-27T12:49:53.750Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2019-09-27T12:49:56.273Z] === RUN TestDockerSuite/TestLogsFollowStopped [2019-09-27T12:49:56.273Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2019-09-27T12:49:57.203Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2019-09-27T12:49:58.135Z] === RUN TestDockerSuite/TestLogsSince [2019-09-27T12:50:06.225Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2019-09-27T12:50:09.495Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2019-09-27T12:50:10.862Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2019-09-27T12:50:11.795Z] === RUN TestDockerSuite/TestLogsTail [2019-09-27T12:50:12.359Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2019-09-27T12:50:12.617Z] === RUN TestDockerSuite/TestLogsTimestamps [2019-09-27T12:50:13.546Z] === RUN TestDockerSuite/TestLogsWithDetails [2019-09-27T12:50:14.477Z] === RUN TestDockerSuite/TestMountIntoProc [2019-09-27T12:50:15.041Z] === RUN TestDockerSuite/TestMountIntoSys [2019-09-27T12:50:15.993Z] === RUN TestDockerSuite/TestNetHostname [2019-09-27T12:50:15.994Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2019-09-27T12:50:18.515Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2019-09-27T12:50:19.079Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2019-09-27T12:50:19.079Z] === RUN TestDockerSuite/TestNetworkEvents [2019-09-27T12:50:20.447Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2019-09-27T12:50:21.511Z] #33 123.0 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-09-27T12:50:21.511Z] #33 124.8 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-09-27T12:50:21.511Z] #33 126.0 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-09-27T12:50:21.511Z] #33 127.8 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-09-27T12:50:21.511Z] #33 130.2 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-09-27T12:50:21.511Z] #33 131.3 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-09-27T12:50:21.511Z] #33 132.4 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-09-27T12:50:22.875Z] #33 133.6 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-09-27T12:50:22.875Z] #33 133.9 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-09-27T12:50:22.968Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2019-09-27T12:50:22.968Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2019-09-27T12:50:23.899Z] === RUN TestDockerSuite/TestPluginActive [2019-09-27T12:50:24.760Z] #33 135.3 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-09-27T12:50:25.320Z] #33 136.3 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-09-27T12:50:25.794Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2019-09-27T12:50:27.207Z] #33 137.7 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-09-27T12:50:27.687Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2019-09-27T12:50:28.570Z] #33 139.1 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-09-27T12:50:29.932Z] #33 140.6 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-09-27T12:50:30.857Z] #33 141.7 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-09-27T12:50:32.742Z] #33 143.4 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-09-27T12:50:32.940Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2019-09-27T12:50:32.941Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2019-09-27T12:50:32.941Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2019-09-27T12:50:33.503Z] === RUN TestDockerSuite/TestPluginLogDriver [2019-09-27T12:50:33.667Z] #33 144.4 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-09-27T12:50:34.592Z] #33 145.4 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-09-27T12:50:35.954Z] #33 146.5 [2019-09-27T12:50:36.210Z] #33 DONE 146.9s [2019-09-27T12:50:36.210Z] [2019-09-27T12:50:36.210Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ... [2019-09-27T12:50:36.774Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2019-09-27T12:50:37.337Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2019-09-27T12:50:37.572Z] #34 DONE 1.5s [2019-09-27T12:50:39.230Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2019-09-27T12:50:39.461Z] [2019-09-27T12:50:39.461Z] #35 [runner 12/12] COPY --from=builder /build/ / [2019-09-27T12:50:40.020Z] #35 DONE 0.8s [2019-09-27T12:50:40.020Z] [2019-09-27T12:50:40.020Z] #36 exporting to image [2019-09-27T12:50:40.020Z] #36 exporting layers [2019-09-27T12:50:40.159Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2019-09-27T12:50:40.315Z] 2945147eda09: Pull complete [2019-09-27T12:50:40.315Z] Digest: sha256:d7e7e3702cbc4d8ea29001a02c1c852d0229a0679d94e017a41c43dbaa01db20 [2019-09-27T12:50:40.315Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-27T12:50:40.315Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2019-09-27T12:50:40.315Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2019-09-27T12:50:40.315Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.737' [2019-09-27T12:50:40.315Z] WARN: Skipping validation tests [2019-09-27T12:50:40.315Z] INFO: Running unit tests at 09/27/2019 12:50:35... [2019-09-27T12:50:40.789Z] INFO: make.ps1 starting at 09/27/2019 12:50:40 [2019-09-27T12:50:41.248Z] INFO: Git commit (b5dcdbde1) assumed from DOCKER_GITCOMMIT environment variable [2019-09-27T12:50:41.248Z] INFO: Invoking autogen... [2019-09-27T12:50:41.707Z] INFO: Running unit tests... [2019-09-27T12:50:42.052Z] === RUN TestDockerSuite/TestPluginUpgrade [2019-09-27T12:50:43.278Z] #36 exporting layers 3.4s done [2019-09-27T12:50:43.278Z] #36 writing image sha256:27364739e6f0a308da00180fac4cda2dd551472ff58ee095569ff177ec0a9c85 done [2019-09-27T12:50:43.278Z] #36 naming to docker.io/library/moby-e2e-test done [2019-09-27T12:50:43.278Z] #36 DONE 3.4s [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-09-27T12:50:43.723Z] + echo Ensuring container killed. [2019-09-27T12:50:43.723Z] Ensuring container killed. [2019-09-27T12:50:43.723Z] + docker rm -vf docker-pr2 [2019-09-27T12:50:43.723Z] Error: No such container: docker-pr2 [2019-09-27T12:50:43.723Z] + true [Pipeline] sh [2019-09-27T12:50:44.129Z] + echo Chowning /workspace to jenkins user [2019-09-27T12:50:44.129Z] Chowning /workspace to jenkins user [2019-09-27T12:50:44.129Z] + id -u [2019-09-27T12:50:44.129Z] + id -g [2019-09-27T12:50:44.129Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39997:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-27T12:50:45.908Z] + bundleName=unit [2019-09-27T12:50:45.908Z] + echo Creating unit-bundles.tar.gz [2019-09-27T12:50:45.908Z] Creating unit-bundles.tar.gz [2019-09-27T12:50:45.908Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2019-09-27T12:50:45.908Z] bundles/junit-report.xml [2019-09-27T12:50:45.908Z] bundles/go-test-report.json [2019-09-27T12:50:45.908Z] bundles/profile.out [Pipeline] archiveArtifacts [2019-09-27T12:50:45.917Z] Archiving artifacts [2019-09-27T12:50:46.523Z] Uploaded 2 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39997/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-27T12:50:46.870Z] + make clean [2019-09-27T12:50:47.126Z] docker volume rm -f docker-dev-cache [2019-09-27T12:50:47.126Z] docker-dev-cache [Pipeline] deleteDir [2019-09-27T12:50:47.307Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2019-09-27T12:50:47.307Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-09-27T12:50:49.847Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2019-09-27T12:50:51.217Z] === RUN TestDockerSuite/TestPortHostBinding [2019-09-27T12:50:52.586Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2019-09-27T12:50:52.843Z] === RUN TestDockerSuite/TestPortList [2019-09-27T12:51:02.809Z] ? github.com/docker/docker/api [no test files] [2019-09-27T12:51:05.021Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2019-09-27T12:51:05.021Z] === RUN TestDockerSuite/TestPostContainersAttach [2019-09-27T12:51:06.391Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2019-09-27T12:51:09.667Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2019-09-27T12:51:12.941Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2019-09-27T12:51:12.941Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2019-09-27T12:51:12.941Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2019-09-27T12:51:13.505Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2019-09-27T12:51:13.505Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2019-09-27T12:51:13.505Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2019-09-27T12:51:14.435Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2019-09-27T12:51:14.435Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2019-09-27T12:51:15.367Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2019-09-27T12:51:15.367Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2019-09-27T12:51:17.259Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2019-09-27T12:51:17.259Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2019-09-27T12:51:17.259Z] === RUN TestDockerSuite/TestPruneContainerLabel [2019-09-27T12:51:20.522Z] ok github.com/docker/docker/api/server 0.127s coverage: 9.0% of statements [2019-09-27T12:51:21.432Z] === RUN TestDockerSuite/TestPruneContainerUntil [2019-09-27T12:51:22.362Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2019-09-27T12:51:22.618Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2019-09-27T12:51:23.181Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2019-09-27T12:51:23.181Z] === RUN TestDockerSuite/TestPsByOrder [2019-09-27T12:51:26.458Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2019-09-27T12:51:26.714Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2019-09-27T12:51:28.084Z] === RUN TestDockerSuite/TestPsListContainersBase [2019-09-27T12:51:32.256Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2019-09-27T12:51:37.509Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2019-09-27T12:51:37.509Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2019-09-27T12:51:39.405Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2019-09-27T12:51:41.300Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2019-09-27T12:51:49.392Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2019-09-27T12:51:50.760Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2019-09-27T12:51:52.653Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2019-09-27T12:51:53.583Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2019-09-27T12:51:55.479Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2019-09-27T12:51:56.846Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2019-09-27T12:51:58.738Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2019-09-27T12:52:01.264Z] === RUN TestDockerSuite/TestPsListContainersSize [2019-09-27T12:52:03.173Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2019-09-27T12:52:03.173Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2019-09-27T12:52:04.103Z] === RUN TestDockerSuite/TestPsRightTagName [2019-09-27T12:52:06.623Z] === RUN TestDockerSwarmSuite/TestServiceScale [2019-09-27T12:52:06.623Z] === RUN TestDockerSuite/TestPsShowMounts [2019-09-27T12:52:09.146Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2019-09-27T12:52:09.710Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2019-09-27T12:52:10.640Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2019-09-27T12:52:10.897Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2019-09-27T12:52:11.462Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2019-09-27T12:52:11.720Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2019-09-27T12:52:11.977Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2019-09-27T12:52:12.905Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2019-09-27T12:52:14.797Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2019-09-27T12:52:16.216Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2019-09-27T12:52:17.173Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2019-09-27T12:52:20.984Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-09-27T12:52:20.984Z] ok github.com/docker/docker/api/server/httputils 0.120s coverage: 14.7% of statements [2019-09-27T12:52:20.984Z] ok github.com/docker/docker/api/server/middleware 0.198s coverage: 37.7% of statements [2019-09-27T12:52:20.984Z] ? github.com/docker/docker/api/server/router [no test files] [2019-09-27T12:52:20.984Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-09-27T12:52:20.984Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-09-27T12:52:20.984Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-09-27T12:52:20.984Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-09-27T12:52:20.984Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-09-27T12:52:20.984Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-09-27T12:52:20.984Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-09-27T12:52:20.984Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-09-27T12:52:20.984Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-09-27T12:52:20.984Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-09-27T12:52:20.984Z] ok github.com/docker/docker/api/server/router/swarm 0.127s coverage: 4.0% of statements [2019-09-27T12:52:20.984Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-09-27T12:52:20.984Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-09-27T12:52:20.984Z] ? github.com/docker/docker/api/types [no test files] [2019-09-27T12:52:20.984Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-09-27T12:52:20.984Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-09-27T12:52:20.984Z] ? github.com/docker/docker/api/types/container [no test files] [2019-09-27T12:52:20.984Z] ? github.com/docker/docker/api/types/events [no test files] [2019-09-27T12:52:20.984Z] ok github.com/docker/docker/api/types/filters 0.113s coverage: 95.2% of statements [2019-09-27T12:52:20.984Z] ? github.com/docker/docker/api/types/image [no test files] [2019-09-27T12:52:20.984Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-09-27T12:52:20.984Z] ? github.com/docker/docker/api/types/network [no test files] [2019-09-27T12:52:20.984Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-09-27T12:52:20.984Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-09-27T12:52:20.984Z] ok github.com/docker/docker/api/types/strslice 0.139s coverage: 90.0% of statements [2019-09-27T12:52:20.984Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-09-27T12:52:20.984Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-09-27T12:52:20.984Z] ok github.com/docker/docker/api/types/time 0.475s coverage: 100.0% of statements [2019-09-27T12:52:20.984Z] ok github.com/docker/docker/api/types/versions 0.110s coverage: 75.0% of statements [2019-09-27T12:52:20.984Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-09-27T12:52:20.984Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-09-27T12:52:20.984Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-09-27T12:52:20.984Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2019-09-27T12:52:20.984Z] ? github.com/docker/docker/builder [no test files] [2019-09-27T12:52:20.984Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-09-27T12:52:20.984Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-09-27T12:52:20.984Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-09-27T12:52:20.984Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-09-27T12:52:20.984Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-09-27T12:52:20.984Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-09-27T12:52:20.984Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-09-27T12:52:27.127Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2019-09-27T12:52:27.127Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2019-09-27T12:52:28.093Z] ok github.com/docker/docker/builder/dockerfile 0.699s coverage: 44.7% of statements [2019-09-27T12:52:28.093Z] ok github.com/docker/docker/builder/dockerignore 0.057s coverage: 96.8% of statements [2019-09-27T12:52:28.093Z] ok github.com/docker/docker/builder/fscache 1.166s coverage: 69.2% of statements [2019-09-27T12:52:28.093Z] ok github.com/docker/docker/builder/remotecontext 0.735s coverage: 9.2% of statements [2019-09-27T12:52:28.495Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2019-09-27T12:52:29.424Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2019-09-27T12:52:29.682Z] === RUN TestDockerSuite/TestRestartPolicyNO [2019-09-27T12:52:29.682Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2019-09-27T12:52:30.245Z] === RUN TestDockerSuite/TestRestartRunningContainer [2019-09-27T12:52:31.174Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2019-09-27T12:52:33.066Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2019-09-27T12:52:34.435Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2019-09-27T12:52:34.435Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2019-09-27T12:52:39.687Z] === RUN TestDockerSuite/TestRestartWithVolumes [2019-09-27T12:52:40.617Z] === RUN TestDockerSuite/TestRmiBlank [2019-09-27T12:52:40.617Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2019-09-27T12:52:40.617Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2019-09-27T12:52:44.791Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2019-09-27T12:52:45.720Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2019-09-27T12:52:45.978Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2019-09-27T12:52:47.875Z] === RUN TestDockerSuite/TestRmiImgIDForce [2019-09-27T12:52:49.244Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2019-09-27T12:52:51.141Z] === RUN TestDockerSuite/TestRmiParentImageFail [2019-09-27T12:52:52.071Z] === RUN TestDockerSuite/TestRmiTag [2019-09-27T12:52:52.071Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2019-09-27T12:52:53.000Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2019-09-27T12:52:53.929Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2019-09-27T12:52:58.108Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2019-09-27T12:52:58.674Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2019-09-27T12:52:59.607Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2019-09-27T12:53:00.171Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2019-09-27T12:53:02.066Z] === RUN TestDockerSuite/TestRunAddHost [2019-09-27T12:53:02.323Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2019-09-27T12:53:02.579Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2019-09-27T12:53:03.142Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2019-09-27T12:53:03.793Z] ok github.com/docker/docker/builder/remotecontext/git 35.571s coverage: 85.1% of statements [2019-09-27T12:53:03.794Z] ? github.com/docker/docker/cli [no test files] [2019-09-27T12:53:03.794Z] ? github.com/docker/docker/cli/config [no test files] [2019-09-27T12:53:03.794Z] ok github.com/docker/docker/cli/debug 0.056s coverage: 100.0% of statements [2019-09-27T12:53:03.794Z] ok github.com/docker/docker/client 0.892s coverage: 75.3% of statements [2019-09-27T12:53:04.073Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2019-09-27T12:53:04.073Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2019-09-27T12:53:05.005Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2019-09-27T12:53:05.262Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2019-09-27T12:53:06.631Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2019-09-27T12:53:07.560Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2019-09-27T12:53:08.491Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2019-09-27T12:53:09.420Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2019-09-27T12:53:09.616Z] ok github.com/docker/docker/cmd/dockerd 0.728s coverage: 18.9% of statements [2019-09-27T12:53:11.313Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2019-09-27T12:53:11.870Z] ok github.com/docker/docker/container 0.664s coverage: 42.5% of statements [2019-09-27T12:53:11.870Z] ? github.com/docker/docker/container/stream [no test files] [2019-09-27T12:53:11.870Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-09-27T12:53:11.870Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-09-27T12:53:11.870Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-09-27T12:53:12.683Z] === RUN TestDockerSuite/TestRunAttachDetach [2019-09-27T12:53:13.613Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2019-09-27T12:53:14.986Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2019-09-27T12:53:15.917Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2019-09-27T12:53:16.481Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2019-09-27T12:53:17.848Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2019-09-27T12:53:18.777Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2019-09-27T12:53:20.146Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2019-09-27T12:53:20.718Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2019-09-27T12:53:21.652Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2019-09-27T12:53:21.652Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2019-09-27T12:53:22.582Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2019-09-27T12:53:22.582Z] === RUN TestDockerSuite/TestRunBindMounts [2019-09-27T12:53:25.107Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2019-09-27T12:53:26.475Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2019-09-27T12:53:27.037Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2019-09-27T12:53:27.968Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2019-09-27T12:53:28.898Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2019-09-27T12:53:28.898Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2019-09-27T12:53:29.461Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2019-09-27T12:53:30.390Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2019-09-27T12:53:31.320Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2019-09-27T12:53:31.885Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2019-09-27T12:53:32.815Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2019-09-27T12:53:32.815Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2019-09-27T12:53:33.745Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2019-09-27T12:53:33.745Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2019-09-27T12:53:35.114Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2019-09-27T12:53:36.049Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2019-09-27T12:53:36.613Z] === RUN TestDockerSuite/TestRunContainerNetwork [2019-09-27T12:53:37.115Z] ok github.com/docker/docker/daemon 3.070s coverage: 9.2% of statements [2019-09-27T12:53:37.115Z] ok github.com/docker/docker/daemon/cluster 1.660s coverage: 0.5% of statements [2019-09-27T12:53:37.115Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.370s coverage: 65.3% of statements [2019-09-27T12:53:37.115Z] ok github.com/docker/docker/daemon/cluster/convert 1.107s coverage: 35.8% of statements [2019-09-27T12:53:37.115Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-09-27T12:53:37.115Z] ok github.com/docker/docker/daemon/cluster/executor/container 1.436s coverage: 10.9% of statements [2019-09-27T12:53:37.115Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-09-27T12:53:37.115Z] ok github.com/docker/docker/daemon/config 0.626s coverage: 82.8% of statements [2019-09-27T12:53:37.115Z] ok github.com/docker/docker/daemon/discovery 0.154s coverage: 30.0% of statements [2019-09-27T12:53:37.115Z] ok github.com/docker/docker/daemon/events 0.378s coverage: 50.0% of statements [2019-09-27T12:53:37.115Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-09-27T12:53:37.115Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-09-27T12:53:37.115Z] ok github.com/docker/docker/daemon/graphdriver 0.157s coverage: 2.3% of statements [2019-09-27T12:53:37.115Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2019-09-27T12:53:37.115Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2019-09-27T12:53:37.115Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-09-27T12:53:37.115Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2019-09-27T12:53:37.115Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2019-09-27T12:53:37.115Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2019-09-27T12:53:37.115Z] ? github.com/docker/docker/daemon/graphdriver/quota [no test files] [2019-09-27T12:53:37.115Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-09-27T12:53:37.115Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2019-09-27T12:53:37.115Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2019-09-27T12:53:37.115Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2019-09-27T12:53:37.115Z] ok github.com/docker/docker/daemon/images 0.506s coverage: 4.9% of statements [2019-09-27T12:53:37.115Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-09-27T12:53:37.115Z] ok github.com/docker/docker/daemon/links 0.066s coverage: 93.0% of statements [2019-09-27T12:53:37.115Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-09-27T12:53:37.115Z] ok github.com/docker/docker/daemon/logger 0.514s coverage: 43.0% of statements [2019-09-27T12:53:37.115Z] ok github.com/docker/docker/daemon/logger/awslogs 1.327s coverage: 77.8% of statements [2019-09-27T12:53:37.115Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2019-09-27T12:53:37.115Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-09-27T12:53:37.115Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-09-27T12:53:37.115Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2019-09-27T12:53:37.115Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2019-09-27T12:53:37.115Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.547s coverage: 62.1% of statements [2019-09-27T12:53:37.543Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2019-09-27T12:53:37.543Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2019-09-27T12:53:37.583Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.636s coverage: 88.3% of statements [2019-09-27T12:53:38.477Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2019-09-27T12:53:39.769Z] ok github.com/docker/docker/daemon/logger/local 0.572s coverage: 74.7% of statements [2019-09-27T12:53:39.769Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-09-27T12:53:39.769Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.247s coverage: 19.5% of statements [2019-09-27T12:53:40.371Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2019-09-27T12:53:41.301Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2019-09-27T12:53:41.864Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2019-09-27T12:53:43.509Z] ok github.com/docker/docker/daemon/logger/splunk 2.491s coverage: 84.5% of statements [2019-09-27T12:53:43.509Z] ok github.com/docker/docker/daemon/logger/syslog 0.253s coverage: 47.8% of statements [2019-09-27T12:53:43.509Z] ok github.com/docker/docker/daemon/logger/templates 0.162s coverage: 8.3% of statements [2019-09-27T12:53:43.509Z] ? github.com/docker/docker/daemon/names [no test files] [2019-09-27T12:53:43.509Z] ? github.com/docker/docker/daemon/network [no test files] [2019-09-27T12:53:43.509Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-09-27T12:53:43.761Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2019-09-27T12:53:44.325Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2019-09-27T12:53:45.256Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2019-09-27T12:53:45.689Z] ok github.com/docker/docker/distribution 1.663s coverage: 20.6% of statements [2019-09-27T12:53:45.689Z] ok github.com/docker/docker/distribution/metadata 1.576s coverage: 48.2% of statements [2019-09-27T12:53:45.689Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-09-27T12:53:46.209Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2019-09-27T12:53:46.657Z] ok github.com/docker/docker/distribution/xfer 2.483s coverage: 76.8% of statements [2019-09-27T12:53:46.657Z] ? github.com/docker/docker/dockerversion [no test files] [2019-09-27T12:53:46.657Z] ok github.com/docker/docker/errdefs 0.115s coverage: 49.4% of statements [2019-09-27T12:53:46.776Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2019-09-27T12:53:47.706Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2019-09-27T12:53:49.575Z] ok github.com/docker/docker/image 1.334s coverage: 86.4% of statements [2019-09-27T12:53:49.576Z] ok github.com/docker/docker/image/cache 0.318s coverage: 19.2% of statements [2019-09-27T12:53:49.576Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-09-27T12:53:49.576Z] ok github.com/docker/docker/image/v1 0.447s coverage: 25.0% of statements [2019-09-27T12:53:49.576Z] ? github.com/docker/docker/internal/test/suite [no test files] [2019-09-27T12:53:49.600Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2019-09-27T12:53:49.600Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2019-09-27T12:53:51.761Z] ok github.com/docker/docker/layer 0.398s coverage: 30.0% of statements [2019-09-27T12:53:51.761Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-09-27T12:53:53.773Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2019-09-27T12:53:53.773Z] === RUN TestDockerSuite/TestRunCreateVolume [2019-09-27T12:53:54.674Z] ok github.com/docker/docker/libcontainerd/local 0.326s coverage: 1.0% of statements [2019-09-27T12:53:54.675Z] ok github.com/docker/docker/libcontainerd/queue 0.161s coverage: 100.0% of statements [2019-09-27T12:53:54.675Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-09-27T12:53:54.675Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-09-27T12:53:54.675Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-09-27T12:53:54.675Z] ? github.com/docker/docker/oci [no test files] [2019-09-27T12:53:54.675Z] ? github.com/docker/docker/oci/caps [no test files] [2019-09-27T12:53:54.675Z] ok github.com/docker/docker/opts 0.593s coverage: 67.3% of statements [2019-09-27T12:53:54.675Z] ok github.com/docker/docker/pkg/aaparser 0.150s coverage: 50.0% of statements [2019-09-27T12:53:54.703Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2019-09-27T12:53:57.226Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2019-09-27T12:53:58.595Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2019-09-27T12:54:01.868Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2019-09-27T12:54:04.387Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2019-09-27T12:54:04.387Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2019-09-27T12:54:04.387Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2019-09-27T12:54:04.951Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2019-09-27T12:54:06.847Z] === RUN TestDockerSuite/TestRunDNSOptions [2019-09-27T12:54:08.741Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2019-09-27T12:54:11.261Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2019-09-27T12:54:11.825Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2019-09-27T12:54:13.717Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2019-09-27T12:54:14.280Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2019-09-27T12:54:14.280Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2019-09-27T12:54:15.209Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2019-09-27T12:54:17.124Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2019-09-27T12:54:17.124Z] === RUN TestDockerSuite/TestRunDuplicateMount [2019-09-27T12:54:18.053Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2019-09-27T12:54:18.617Z] === RUN TestDockerSuite/TestRunEchoStdout [2019-09-27T12:54:19.547Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2019-09-27T12:54:20.480Z] === RUN TestDockerSuite/TestRunEmptyEnv [2019-09-27T12:54:20.480Z] === RUN TestDockerSuite/TestRunEntrypoint [2019-09-27T12:54:21.410Z] === RUN TestDockerSuite/TestRunEnvironment [2019-09-27T12:54:21.973Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2019-09-27T12:54:22.903Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2019-09-27T12:54:23.833Z] === RUN TestDockerSuite/TestRunExitCode [2019-09-27T12:54:24.396Z] === RUN TestDockerSuite/TestRunExitCodeOne [2019-09-27T12:54:24.644Z] ok github.com/docker/docker/pkg/archive 10.137s coverage: 62.0% of statements [2019-09-27T12:54:24.644Z] ok github.com/docker/docker/pkg/authorization 0.905s coverage: 26.8% of statements [2019-09-27T12:54:24.644Z] ok github.com/docker/docker/pkg/broadcaster 0.052s coverage: 100.0% of statements [2019-09-27T12:54:24.644Z] ok github.com/docker/docker/pkg/capabilities 0.045s coverage: 87.5% of statements [2019-09-27T12:54:24.644Z] ok github.com/docker/docker/pkg/chrootarchive 0.287s coverage: 15.4% of statements [2019-09-27T12:54:24.644Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-09-27T12:54:24.644Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-09-27T12:54:24.644Z] ok github.com/docker/docker/pkg/directory 0.067s coverage: 80.0% of statements [2019-09-27T12:54:24.644Z] ok github.com/docker/docker/pkg/discovery 0.237s coverage: 58.3% of statements [2019-09-27T12:54:24.644Z] ok github.com/docker/docker/pkg/discovery/file 0.284s coverage: 92.9% of statements [2019-09-27T12:54:24.644Z] ok github.com/docker/docker/pkg/discovery/kv 3.641s coverage: 84.1% of statements [2019-09-27T12:54:24.644Z] ok github.com/docker/docker/pkg/discovery/memory 0.107s coverage: 92.3% of statements [2019-09-27T12:54:24.644Z] ok github.com/docker/docker/pkg/discovery/nodes 0.327s coverage: 93.8% of statements [2019-09-27T12:54:24.644Z] ok github.com/docker/docker/pkg/filenotify 0.069s coverage: 36.2% of statements [2019-09-27T12:54:24.644Z] ok github.com/docker/docker/pkg/fileutils 0.134s coverage: 87.7% of statements [2019-09-27T12:54:24.644Z] ok github.com/docker/docker/pkg/homedir 0.120s coverage: 42.9% of statements [2019-09-27T12:54:24.644Z] ok github.com/docker/docker/pkg/idtools 0.122s coverage: 6.3% of statements [2019-09-27T12:54:24.644Z] ok github.com/docker/docker/pkg/ioutils 0.782s coverage: 69.2% of statements [2019-09-27T12:54:24.644Z] ok github.com/docker/docker/pkg/jsonmessage 0.336s coverage: 91.7% of statements [2019-09-27T12:54:24.644Z] ok github.com/docker/docker/pkg/locker 0.140s coverage: 88.9% of statements [2019-09-27T12:54:24.644Z] ok github.com/docker/docker/pkg/longpath 0.122s coverage: 100.0% of statements [2019-09-27T12:54:24.644Z] ? github.com/docker/docker/pkg/mount [no test files] [2019-09-27T12:54:24.644Z] ok github.com/docker/docker/pkg/namesgenerator 0.078s coverage: 85.7% of statements [2019-09-27T12:54:24.644Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-09-27T12:54:24.644Z] ok github.com/docker/docker/pkg/parsers 0.175s coverage: 97.0% of statements [2019-09-27T12:54:24.644Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2019-09-27T12:54:24.644Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2019-09-27T12:54:24.644Z] ok github.com/docker/docker/pkg/pidfile 0.085s coverage: 82.6% of statements [2019-09-27T12:54:24.644Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-09-27T12:54:24.644Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-09-27T12:54:25.326Z] === RUN TestDockerSuite/TestRunExitCodeZero [2019-09-27T12:54:26.256Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2019-09-27T12:54:27.185Z] === RUN TestDockerSuite/TestRunExposePort [2019-09-27T12:54:27.185Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2019-09-27T12:54:27.748Z] === RUN TestDockerSuite/TestRunGroupAdd [2019-09-27T12:54:28.678Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2019-09-27T12:54:30.047Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2019-09-27T12:54:30.612Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2019-09-27T12:54:30.612Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2019-09-27T12:54:34.786Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2019-09-27T12:54:35.043Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2019-09-27T12:54:42.340Z] ok github.com/docker/docker/pkg/plugins 35.483s coverage: 73.4% of statements [2019-09-27T12:54:42.340Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.109s coverage: 56.8% of statements [2019-09-27T12:54:42.340Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-09-27T12:54:42.340Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-09-27T12:54:42.340Z] ok github.com/docker/docker/pkg/plugins/transport 0.234s coverage: 85.7% of statements [2019-09-27T12:54:42.340Z] ok github.com/docker/docker/pkg/pools 0.124s coverage: 87.9% of statements [2019-09-27T12:54:42.340Z] ok github.com/docker/docker/pkg/progress 0.050s coverage: 75.9% of statements [2019-09-27T12:54:42.340Z] ok github.com/docker/docker/pkg/pubsub 1.166s coverage: 73.9% of statements [2019-09-27T12:54:42.340Z] ok github.com/docker/docker/pkg/reexec 0.180s coverage: 82.4% of statements [2019-09-27T12:54:42.340Z] ok github.com/docker/docker/pkg/signal 0.065s coverage: 20.3% of statements [2019-09-27T12:54:42.340Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-09-27T12:54:42.340Z] ok github.com/docker/docker/pkg/stdcopy 0.048s coverage: 100.0% of statements [2019-09-27T12:54:42.340Z] ok github.com/docker/docker/pkg/streamformatter 0.092s coverage: 66.2% of statements [2019-09-27T12:54:42.340Z] ok github.com/docker/docker/pkg/stringid 0.103s coverage: 70.6% of statements [2019-09-27T12:54:42.340Z] ? github.com/docker/docker/pkg/symlink [no test files] [2019-09-27T12:54:42.340Z] ok github.com/docker/docker/pkg/sysinfo 0.069s coverage: 38.2% of statements [2019-09-27T12:54:42.340Z] ok github.com/docker/docker/pkg/system 0.121s coverage: 12.7% of statements [2019-09-27T12:54:42.340Z] ok github.com/docker/docker/pkg/tailfile 0.265s coverage: 88.6% of statements [2019-09-27T12:54:42.340Z] ok github.com/docker/docker/pkg/tarsum 0.276s coverage: 89.3% of statements [2019-09-27T12:54:42.340Z] ok github.com/docker/docker/pkg/term 0.076s coverage: 30.8% of statements [2019-09-27T12:54:42.340Z] ok github.com/docker/docker/pkg/term/windows 0.038s coverage: 0.0% of statements [no tests to run] [2019-09-27T12:54:42.340Z] ok github.com/docker/docker/pkg/truncindex 0.143s coverage: 91.5% of statements [2019-09-27T12:54:42.340Z] ok github.com/docker/docker/pkg/urlutil 0.066s coverage: 100.0% of statements [2019-09-27T12:54:42.340Z] ok github.com/docker/docker/pkg/useragent 0.058s coverage: 88.9% of statements [2019-09-27T12:54:42.340Z] ok github.com/docker/docker/plugin 0.442s coverage: 11.6% of statements [2019-09-27T12:54:42.340Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-09-27T12:54:42.340Z] ok github.com/docker/docker/plugin/v2 0.228s coverage: 20.1% of statements [2019-09-27T12:54:42.340Z] ok github.com/docker/docker/reference 0.221s coverage: 84.4% of statements [2019-09-27T12:54:42.340Z] ok github.com/docker/docker/registry 0.540s coverage: 52.2% of statements [2019-09-27T12:54:42.340Z] ok github.com/docker/docker/registry/resumable 0.535s coverage: 100.0% of statements [2019-09-27T12:54:42.340Z] ok github.com/docker/docker/restartmanager 0.045s coverage: 45.3% of statements [2019-09-27T12:54:42.340Z] ? github.com/docker/docker/rootless [no test files] [2019-09-27T12:54:42.340Z] ok github.com/docker/docker/runconfig 0.203s coverage: 54.5% of statements [2019-09-27T12:54:42.340Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-09-27T12:54:42.340Z] ok github.com/docker/docker/testutil 0.172s coverage: 62.5% of statements [2019-09-27T12:54:42.340Z] ? github.com/docker/docker/testutil/daemon [no test files] [2019-09-27T12:54:42.340Z] ? github.com/docker/docker/testutil/environment [no test files] [2019-09-27T12:54:42.340Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2019-09-27T12:54:42.340Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2019-09-27T12:54:42.340Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2019-09-27T12:54:42.340Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2019-09-27T12:54:42.340Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2019-09-27T12:54:42.340Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2019-09-27T12:54:42.340Z] ? github.com/docker/docker/testutil/registry [no test files] [2019-09-27T12:54:42.340Z] ? github.com/docker/docker/testutil/request [no test files] [2019-09-27T12:54:42.340Z] ? github.com/docker/docker/volume [no test files] [2019-09-27T12:54:42.340Z] ok github.com/docker/docker/volume/drivers 0.153s coverage: 36.1% of statements [2019-09-27T12:54:42.340Z] ok github.com/docker/docker/volume/local 0.322s coverage: 37.7% of statements [2019-09-27T12:54:42.340Z] ok github.com/docker/docker/volume/mounts 0.111s coverage: 66.2% of statements [2019-09-27T12:54:42.340Z] ok github.com/docker/docker/volume/service 0.616s coverage: 70.3% of statements [2019-09-27T12:54:42.340Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-09-27T12:54:42.340Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-09-27T12:54:46.080Z] INFO: make.ps1 ended at 09/27/2019 12:54:45 [2019-09-27T12:54:46.222Z] --- PASS: TestImportExtremelyLargeImageWorks (301.07s) [2019-09-27T12:54:46.222Z] import_test.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks" [2019-09-27T12:54:46.222Z] PASS [2019-09-27T12:54:46.222Z] [2019-09-27T12:54:46.222Z] === Skipped [2019-09-27T12:54:46.222Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2019-09-27T12:54:46.222Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T12:54:46.222Z] [2019-09-27T12:54:46.222Z] [2019-09-27T12:54:46.222Z] DONE 12 tests, 1 skipped in 302.468s [2019-09-27T12:54:46.222Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2019-09-27T12:54:46.222Z] ++ 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-27T12:54:46.222Z] ++ set -e [2019-09-27T12:54:46.222Z] ++ '[' -n 0 ']' [2019-09-27T12:54:46.222Z] ++ set -x [2019-09-27T12:54:46.222Z] ++ env -i DEST=/go/src/github.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-27T12:54:46.222Z] INFO: Testing against a local daemon [2019-09-27T12:54:46.222Z] === RUN TestNetworkCreateDelete [2019-09-27T12:54:46.222Z] --- PASS: TestNetworkCreateDelete (0.21s) [2019-09-27T12:54:46.222Z] === RUN TestDockerNetworkDeletePreferID [2019-09-27T12:54:46.222Z] --- PASS: TestDockerNetworkDeletePreferID (0.58s) [2019-09-27T12:54:46.222Z] === RUN TestInspectNetwork [2019-09-27T12:54:46.222Z] === RUN TestInspectNetwork/full_network_id [2019-09-27T12:54:46.222Z] === RUN TestInspectNetwork/partial_network_id [2019-09-27T12:54:46.222Z] === RUN TestInspectNetwork/network_name [2019-09-27T12:54:46.222Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-09-27T12:54:47.223Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2019-09-27T12:54:47.786Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2019-09-27T12:54:48.256Z] INFO: Unit tests ended at 09/27/2019 12:54:47. Duration:00:04:12.5345708 [2019-09-27T12:54:48.257Z] INFO: Building busybox [2019-09-27T12:54:48.257Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2019-09-27T12:54:48.257Z] Downloading build context from remote url: https://raw.githubusercontent.com/moby/busybox/v1.1/Dockerfile 701B [2019-09-27T12:54:48.257Z] [2019-09-27T12:54:48.257Z] Sending build context to Docker daemon 2.56kB [2019-09-27T12:54:48.257Z] [2019-09-27T12:54:48.257Z] Step 1/6 : FROM microsoft/windowsservercore [2019-09-27T12:54:48.257Z] ---> 1ddfa8bee56a [2019-09-27T12:54:48.257Z] Step 2/6 : RUN mkdir C:\tmp && mkdir C:\bin [2019-09-27T12:54:48.257Z] ---> Running in 820abcd31cd1 [2019-09-27T12:54:49.674Z] --- PASS: TestInspectNetwork (8.41s) [2019-09-27T12:54:49.674Z] inspect_test.go:18: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork" [2019-09-27T12:54:49.674Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-09-27T12:54:49.674Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-09-27T12:54:49.674Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-09-27T12:54:49.674Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-09-27T12:54:49.674Z] === RUN TestRunContainerWithBridgeNone [2019-09-27T12:54:49.696Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2019-09-27T12:54:49.696Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2019-09-27T12:54:49.696Z] === RUN TestDockerSuite/TestRunInvalidReference [2019-09-27T12:54:49.696Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2019-09-27T12:54:50.647Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2019-09-27T12:54:51.711Z] --- PASS: TestRunContainerWithBridgeNone (2.64s) [2019-09-27T12:54:51.711Z] network_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone" [2019-09-27T12:54:51.711Z] === RUN TestNetworkInvalidJSON [2019-09-27T12:54:51.711Z] === RUN TestNetworkInvalidJSON//networks/create [2019-09-27T12:54:51.711Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-09-27T12:54:51.711Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-09-27T12:54:51.711Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-09-27T12:54:51.711Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-27T12:54:51.711Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-27T12:54:51.711Z] === CONT TestNetworkInvalidJSON//networks/create [2019-09-27T12:54:51.711Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-27T12:54:51.711Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-09-27T12:54:51.711Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2019-09-27T12:54:51.711Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-09-27T12:54:51.711Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-09-27T12:54:51.711Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-09-27T12:54:51.711Z] === RUN TestDaemonRestartWithLiveRestore [2019-09-27T12:54:53.188Z] --- PASS: TestDaemonRestartWithLiveRestore (1.07s) [2019-09-27T12:54:53.188Z] service_test.go:32: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore" [2019-09-27T12:54:53.188Z] === RUN TestDaemonDefaultNetworkPools [2019-09-27T12:54:53.804Z] --- PASS: TestDaemonDefaultNetworkPools (0.77s) [2019-09-27T12:54:53.804Z] service_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools" [2019-09-27T12:54:53.804Z] === RUN TestDaemonRestartWithExistingNetwork [2019-09-27T12:54:53.918Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2019-09-27T12:54:54.819Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.17s) [2019-09-27T12:54:54.819Z] service_test.go:98: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork" [2019-09-27T12:54:54.819Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-27T12:54:55.285Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2019-09-27T12:54:56.312Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.43s) [2019-09-27T12:54:56.312Z] service_test.go:131: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange" [2019-09-27T12:54:56.312Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-09-27T12:54:56.928Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2019-09-27T12:54:56.928Z] service_test.go:181: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool" [2019-09-27T12:54:56.928Z] === RUN TestServiceWithPredefinedNetwork [2019-09-27T12:54:57.178Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2019-09-27T12:54:58.108Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2019-09-27T12:54:58.671Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2019-09-27T12:54:59.234Z] === RUN TestDockerSuite/TestRunModeHostname [2019-09-27T12:54:59.617Z] --- PASS: TestServiceWithPredefinedNetwork (2.39s) [2019-09-27T12:54:59.617Z] service_test.go:203: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork" [2019-09-27T12:54:59.617Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-09-27T12:54:59.617Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-27T12:54:59.617Z] service_test.go:230: FLAKY_TEST [2019-09-27T12:54:59.617Z] === RUN TestServiceWithDataPathPortInit [2019-09-27T12:55:00.601Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2019-09-27T12:55:00.601Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2019-09-27T12:55:00.773Z] Removing intermediate container 820abcd31cd1 [2019-09-27T12:55:00.773Z] ---> 9508ba291539 [2019-09-27T12:55:00.773Z] Step 3/6 : ADD http://frippery.org/files/busybox/busybox.exe /bin/ [2019-09-27T12:55:00.773Z] [2019-09-27T12:55:00.858Z] === RUN TestDockerSuite/TestRunModeIpcHost [2019-09-27T12:55:01.232Z] ---> fc98a93c35b3 [2019-09-27T12:55:01.232Z] Step 4/6 : RUN setx /M PATH "C:\bin;%PATH%" [2019-09-27T12:55:01.232Z] ---> Running in 5e7629cc42a5 [2019-09-27T12:55:02.752Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2019-09-27T12:55:02.766Z] [2019-09-27T12:55:02.766Z] SUCCESS: Specified value was saved. [2019-09-27T12:55:04.121Z] === RUN TestDockerSuite/TestRunModePIDContainer [2019-09-27T12:55:05.491Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2019-09-27T12:55:05.491Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2019-09-27T12:55:05.748Z] === RUN TestDockerSuite/TestRunModePIDHost [2019-09-27T12:55:06.506Z] Removing intermediate container 5e7629cc42a5 [2019-09-27T12:55:06.506Z] ---> 5c6b7d47ca94 [2019-09-27T12:55:06.506Z] Step 5/6 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2019-09-27T12:55:06.506Z] ---> Running in 977d3cf607ec [2019-09-27T12:55:07.640Z] === RUN TestDockerSuite/TestRunModeUTSHost [2019-09-27T12:55:09.534Z] === RUN TestDockerSuite/TestRunMount [2019-09-27T12:55:13.594Z] Cannot create a file when that file already exists. [2019-09-27T12:55:14.857Z] --- PASS: TestServiceWithDataPathPortInit (14.58s) [2019-09-27T12:55:14.857Z] service_test.go:323: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-09-27T12:55:14.857Z] service_test.go:355: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit" [2019-09-27T12:55:14.857Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-09-27T12:55:16.082Z] === RUN TestDockerSuite/TestRunMountOrdering [2019-09-27T12:55:16.645Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2019-09-27T12:55:17.576Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2019-09-27T12:55:18.945Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2019-09-27T12:55:21.491Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2019-09-27T12:55:22.188Z] Removing intermediate container 977d3cf607ec [2019-09-27T12:55:22.188Z] ---> e14e7b956d28 [2019-09-27T12:55:22.188Z] Step 6/6 : CMD ["sh"] [2019-09-27T12:55:22.188Z] ---> Running in e40daccea8fb [2019-09-27T12:55:22.188Z] Removing intermediate container e40daccea8fb [2019-09-27T12:55:22.188Z] ---> 944005799b0c [2019-09-27T12:55:22.188Z] Successfully built 944005799b0c [2019-09-27T12:55:22.188Z] Successfully tagged busybox:latest [2019-09-27T12:55:22.188Z] INFO: Docker images of the daemon under test [2019-09-27T12:55:22.188Z] [2019-09-27T12:55:22.188Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2019-09-27T12:55:22.188Z] busybox latest 944005799b0c Less than a second ago 4.75GB [2019-09-27T12:55:22.188Z] microsoft/windowsservercore latest 1ddfa8bee56a 2 weeks ago 4.71GB [2019-09-27T12:55:22.188Z] mcr.microsoft.com/windows/servercore ltsc2019 1ddfa8bee56a 2 weeks ago 4.71GB [2019-09-27T12:55:22.188Z] [2019-09-27T12:55:22.188Z] INFO: Running integration tests at 09/27/2019 12:55:21... [2019-09-27T12:55:22.188Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2019-09-27T12:55:22.188Z] INFO: Integration API tests being run from the host: [2019-09-27T12:55:22.188Z] INFO: make.ps1 starting at 09/27/2019 12:55:21 [2019-09-27T12:55:23.159Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\build [2019-09-27T12:55:23.240Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.22s) [2019-09-27T12:55:23.240Z] service_test.go:388: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit" [2019-09-27T12:55:23.240Z] service_test.go:418: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:ile9r816xbm5ri0xtngqa1rwe Created:2019-09-27 12:55:14.910729788 +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[0a5958abd9da4ae2973788550a5b4d8d6de109124a1f5a93bc7bad99ba454429:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.rxqmb72niu6pfvegngbrz44zc EndpointID:8617949b3899989f234b3f2813bce681a51ea669a5dfda838c56a0bb57e05881 MacAddress:02:42:14:14:00:03 IPv4Address:20.20.0.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:b3aacf49c389cfe64600392a9f12853e17ea63a00c9b86e7aced206ac9b85140 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:fe8cabf86257 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.0.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.rxqmb72niu6pfvegngbrz44zc EndpointID:8617949b3899989f234b3f2813bce681a51ea669a5dfda838c56a0bb57e05881 EndpointIP:20.20.0.3 Info:map[Host IP:127.0.0.1]}]}]} [2019-09-27T12:55:23.240Z] PASS [2019-09-27T12:55:23.240Z] [2019-09-27T12:55:23.240Z] === Skipped [2019-09-27T12:55:23.240Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-27T12:55:23.240Z] service_test.go:230: FLAKY_TEST [2019-09-27T12:55:23.240Z] [2019-09-27T12:55:23.240Z] [2019-09-27T12:55:23.240Z] DONE 21 tests, 1 skipped in 42.188s [2019-09-27T12:55:23.240Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2019-09-27T12:55:23.240Z] ++ 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-27T12:55:23.240Z] ++ set -e [2019-09-27T12:55:23.240Z] ++ '[' -n 0 ']' [2019-09-27T12:55:23.240Z] ++ set -x [2019-09-27T12:55:23.240Z] ++ env -i DEST=/go/src/github.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-27T12:55:23.240Z] INFO: Testing against a local daemon [2019-09-27T12:55:23.240Z] === RUN TestDockerNetworkIpvlanPersistance [2019-09-27T12:55:23.240Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2019-09-27T12:55:23.240Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-27T12:55:23.240Z] === RUN TestDockerNetworkIpvlan [2019-09-27T12:55:23.240Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-09-27T12:55:23.240Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-27T12:55:23.240Z] PASS [2019-09-27T12:55:23.240Z] [2019-09-27T12:55:23.240Z] === Skipped [2019-09-27T12:55:23.240Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2019-09-27T12:55:23.240Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-27T12:55:23.240Z] [2019-09-27T12:55:23.240Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2019-09-27T12:55:23.240Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-27T12:55:23.240Z] [2019-09-27T12:55:23.240Z] [2019-09-27T12:55:23.240Z] DONE 2 tests, 2 skipped in 0.119s [2019-09-27T12:55:23.240Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2019-09-27T12:55:23.240Z] ++ 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-27T12:55:23.240Z] ++ set -e [2019-09-27T12:55:23.240Z] ++ '[' -n 0 ']' [2019-09-27T12:55:23.240Z] ++ set -x [2019-09-27T12:55:23.241Z] ++ env -i DEST=/go/src/github.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-27T12:55:23.241Z] INFO: Testing against a local daemon [2019-09-27T12:55:23.241Z] === RUN TestDockerNetworkMacvlanPersistance [2019-09-27T12:55:23.858Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.47s) [2019-09-27T12:55:23.858Z] macvlan_test.go:24: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance" [2019-09-27T12:55:23.858Z] === RUN TestDockerNetworkMacvlan [2019-09-27T12:55:24.875Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-09-27T12:55:25.505Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-09-27T12:55:25.663Z] === RUN TestDockerSuite/TestRunNamedVolume [2019-09-27T12:55:26.516Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-09-27T12:55:27.556Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2019-09-27T12:55:29.197Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-09-27T12:55:30.075Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2019-09-27T12:55:31.968Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2019-09-27T12:55:31.968Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2019-09-27T12:55:32.657Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2019-09-27T12:55:33.336Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2019-09-27T12:55:33.336Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2019-09-27T12:55:34.266Z] === RUN TestDockerSuite/TestRunNetHost [2019-09-27T12:55:35.636Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2019-09-27T12:55:36.200Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2019-09-27T12:55:37.133Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2019-09-27T12:55:38.062Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2019-09-27T12:55:38.167Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-09-27T12:55:38.786Z] --- PASS: TestDockerNetworkMacvlan (15.05s) [2019-09-27T12:55:38.786Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-27T12:55:38.786Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2019-09-27T12:55:38.786Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-27T12:55:38.786Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2019-09-27T12:55:38.786Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-27T12:55:38.786Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.21s) [2019-09-27T12:55:38.786Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-27T12:55:38.786Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.18s) [2019-09-27T12:55:38.786Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-27T12:55:38.786Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.25s) [2019-09-27T12:55:38.787Z] macvlan_test.go:70: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan" [2019-09-27T12:55:38.787Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.97s) [2019-09-27T12:55:38.787Z] PASS [2019-09-27T12:55:38.787Z] [2019-09-27T12:55:38.787Z] DONE 8 tests in 16.620s [2019-09-27T12:55:38.787Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2019-09-27T12:55:38.787Z] ++ 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-27T12:55:38.787Z] ++ set -e [2019-09-27T12:55:38.787Z] ++ '[' -n 0 ']' [2019-09-27T12:55:38.787Z] ++ set -x [2019-09-27T12:55:38.787Z] ++ env -i DEST=/go/src/github.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-27T12:55:38.787Z] testing: warning: no tests to run [2019-09-27T12:55:38.787Z] PASS [2019-09-27T12:55:38.787Z] [2019-09-27T12:55:38.787Z] DONE 0 tests in 0.017s [2019-09-27T12:55:38.787Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2019-09-27T12:55:38.787Z] ++ 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-27T12:55:38.787Z] ++ set -e [2019-09-27T12:55:38.787Z] ++ '[' -n 0 ']' [2019-09-27T12:55:38.787Z] ++ set -x [2019-09-27T12:55:38.787Z] ++ env -i DEST=/go/src/github.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-27T12:55:39.072Z] INFO: Testing against a local daemon [2019-09-27T12:55:39.072Z] === RUN TestAuthZPluginAllowRequest [2019-09-27T12:55:39.954Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2019-09-27T12:55:40.549Z] --- PASS: TestAuthZPluginAllowRequest (1.61s) [2019-09-27T12:55:40.550Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest" [2019-09-27T12:55:40.550Z] === RUN TestAuthZPluginTLS [2019-09-27T12:55:41.167Z] --- PASS: TestAuthZPluginTLS (0.58s) [2019-09-27T12:55:41.167Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS" [2019-09-27T12:55:41.167Z] === RUN TestAuthZPluginDenyRequest [2019-09-27T12:55:41.787Z] --- PASS: TestAuthZPluginDenyRequest (0.57s) [2019-09-27T12:55:41.787Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest" [2019-09-27T12:55:41.787Z] === RUN TestAuthZPluginAPIDenyResponse [2019-09-27T12:55:42.403Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.57s) [2019-09-27T12:55:42.403Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse" [2019-09-27T12:55:42.403Z] === RUN TestAuthZPluginDenyResponse [2019-09-27T12:55:42.477Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2019-09-27T12:55:43.029Z] --- PASS: TestAuthZPluginDenyResponse (0.58s) [2019-09-27T12:55:43.029Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse" [2019-09-27T12:55:43.029Z] === RUN TestAuthZPluginAllowEventStream [2019-09-27T12:55:44.520Z] --- PASS: TestAuthZPluginAllowEventStream (1.69s) [2019-09-27T12:55:44.520Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream" [2019-09-27T12:55:44.520Z] === RUN TestAuthZPluginErrorResponse [2019-09-27T12:55:45.137Z] --- PASS: TestAuthZPluginErrorResponse (0.57s) [2019-09-27T12:55:45.137Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse" [2019-09-27T12:55:45.137Z] === RUN TestAuthZPluginErrorRequest [2019-09-27T12:55:45.757Z] --- PASS: TestAuthZPluginErrorRequest (0.56s) [2019-09-27T12:55:45.757Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest" [2019-09-27T12:55:45.757Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-09-27T12:55:46.381Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.58s) [2019-09-27T12:55:46.381Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration" [2019-09-27T12:55:46.381Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-09-27T12:55:47.732Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2019-09-27T12:55:48.295Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2019-09-27T12:55:48.388Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\config [2019-09-27T12:55:48.425Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.17s) [2019-09-27T12:55:48.425Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking" [2019-09-27T12:55:48.425Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-09-27T12:55:48.552Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2019-09-27T12:55:49.116Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2019-09-27T12:55:49.116Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2019-09-27T12:55:49.372Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2019-09-27T12:55:50.307Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2019-09-27T12:55:50.457Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.12s) [2019-09-27T12:55:50.457Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom" [2019-09-27T12:55:50.457Z] === RUN TestAuthZPluginHeader [2019-09-27T12:55:50.619Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\container [2019-09-27T12:55:51.242Z] === RUN TestDockerSuite/TestRunNonExistingImage [2019-09-27T12:55:51.242Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2019-09-27T12:55:51.471Z] --- PASS: TestAuthZPluginHeader (0.95s) [2019-09-27T12:55:51.471Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader" [2019-09-27T12:55:51.471Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-09-27T12:55:51.471Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-09-27T12:55:51.471Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T12:55:51.471Z] === RUN TestAuthZPluginV2Disable [2019-09-27T12:55:51.471Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-09-27T12:55:51.471Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T12:55:51.471Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-09-27T12:55:51.471Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-09-27T12:55:51.471Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T12:55:51.471Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-09-27T12:55:51.471Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-09-27T12:55:51.471Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T12:55:51.471Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-09-27T12:55:52.172Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2019-09-27T12:55:53.102Z] === RUN TestDockerSuite/TestRunOOMExitCode [2019-09-27T12:55:53.102Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2019-09-27T12:55:54.033Z] === RUN TestDockerSuite/TestRunPIDsLimit [2019-09-27T12:55:54.962Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2019-09-27T12:55:55.318Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\image [2019-09-27T12:55:56.857Z] === RUN TestDockerSuite/TestRunPortInUse [2019-09-27T12:55:57.493Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network [2019-09-27T12:55:57.787Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2019-09-27T12:55:58.044Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2019-09-27T12:55:58.607Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2019-09-27T12:55:59.538Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2019-09-27T12:56:00.473Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2019-09-27T12:56:01.226Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2019-09-27T12:56:01.403Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2019-09-27T12:56:01.403Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2019-09-27T12:56:01.702Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\macvlan [2019-09-27T12:56:02.334Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2019-09-27T12:56:02.334Z] === RUN TestDockerSuite/TestRunPublishPort [2019-09-27T12:56:02.670Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin [2019-09-27T12:56:03.129Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\authz [2019-09-27T12:56:03.265Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2019-09-27T12:56:04.097Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\common [2019-09-27T12:56:04.195Z] === RUN TestDockerSuite/TestRunReadProcLatency [2019-09-27T12:56:04.195Z] === RUN TestDockerSuite/TestRunReadProcTimer [2019-09-27T12:56:05.126Z] === RUN TestDockerSuite/TestRunRedirectStdout [2019-09-27T12:56:07.005Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2019-09-27T12:56:07.021Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2019-09-27T12:56:07.021Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2019-09-27T12:56:07.021Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2019-09-27T12:56:09.909Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.86s) [2019-09-27T12:56:09.909Z] main_test.go:54: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart" [2019-09-27T12:56:09.909Z] PASS [2019-09-27T12:56:09.909Z] [2019-09-27T12:56:09.909Z] === Skipped [2019-09-27T12:56:09.909Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-09-27T12:56:09.909Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T12:56:09.909Z] [2019-09-27T12:56:09.909Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2019-09-27T12:56:09.909Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T12:56:09.909Z] [2019-09-27T12:56:09.909Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-09-27T12:56:09.909Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T12:56:09.909Z] [2019-09-27T12:56:09.909Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-09-27T12:56:09.909Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T12:56:09.909Z] [2019-09-27T12:56:09.909Z] [2019-09-27T12:56:09.909Z] DONE 17 tests, 4 skipped in 29.528s [2019-09-27T12:56:09.909Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2019-09-27T12:56:09.909Z] ++ 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-27T12:56:09.909Z] ++ set -e [2019-09-27T12:56:09.909Z] ++ '[' -n 0 ']' [2019-09-27T12:56:09.909Z] ++ set -x [2019-09-27T12:56:09.909Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-27T12:56:09.909Z] INFO: Testing against a local daemon [2019-09-27T12:56:09.909Z] === RUN TestPluginInvalidJSON [2019-09-27T12:56:09.909Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-09-27T12:56:09.909Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-09-27T12:56:09.909Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-09-27T12:56:09.909Z] --- PASS: TestPluginInvalidJSON (0.04s) [2019-09-27T12:56:09.909Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-09-27T12:56:09.909Z] PASS [2019-09-27T12:56:09.909Z] [2019-09-27T12:56:09.909Z] DONE 2 tests in 0.122s [2019-09-27T12:56:09.909Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2019-09-27T12:56:09.909Z] ++ 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-27T12:56:09.909Z] ++ set -e [2019-09-27T12:56:09.909Z] ++ '[' -n 0 ']' [2019-09-27T12:56:09.909Z] ++ set -x [2019-09-27T12:56:09.909Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-27T12:56:09.909Z] INFO: Testing against a local daemon [2019-09-27T12:56:09.909Z] === RUN TestExternalGraphDriver [2019-09-27T12:56:09.909Z] === RUN TestExternalGraphDriver/json [2019-09-27T12:56:10.297Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2019-09-27T12:56:10.553Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2019-09-27T12:56:10.921Z] === RUN TestExternalGraphDriver/spec [2019-09-27T12:56:11.710Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\logging [2019-09-27T12:56:12.445Z] === RUN TestDockerSuite/TestRunRm [2019-09-27T12:56:12.963Z] === RUN TestExternalGraphDriver/pull [2019-09-27T12:56:13.008Z] === RUN TestDockerSuite/TestRunRmAndWait [2019-09-27T12:56:15.527Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2019-09-27T12:56:15.527Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2019-09-27T12:56:15.640Z] --- PASS: TestExternalGraphDriver (6.86s) [2019-09-27T12:56:15.640Z] external_test.go:57: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver" [2019-09-27T12:56:15.640Z] --- PASS: TestExternalGraphDriver/json (2.08s) [2019-09-27T12:56:15.640Z] --- PASS: TestExternalGraphDriver/spec (2.07s) [2019-09-27T12:56:15.640Z] --- PASS: TestExternalGraphDriver/pull (2.50s) [2019-09-27T12:56:15.640Z] === RUN TestGraphdriverPluginV2 [2019-09-27T12:56:15.640Z] --- SKIP: TestGraphdriverPluginV2 (0.08s) [2019-09-27T12:56:15.640Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T12:56:15.640Z] PASS [2019-09-27T12:56:15.640Z] [2019-09-27T12:56:15.640Z] === Skipped [2019-09-27T12:56:15.640Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.08s) [2019-09-27T12:56:15.640Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T12:56:15.640Z] [2019-09-27T12:56:15.640Z] [2019-09-27T12:56:15.640Z] DONE 5 tests, 1 skipped in 7.030s [2019-09-27T12:56:15.640Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2019-09-27T12:56:15.640Z] ++ 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-27T12:56:15.640Z] ++ set -e [2019-09-27T12:56:15.640Z] ++ '[' -n 0 ']' [2019-09-27T12:56:15.640Z] ++ set -x [2019-09-27T12:56:15.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-27T12:56:15.640Z] INFO: Testing against a local daemon [2019-09-27T12:56:15.640Z] === RUN TestContinueAfterPluginCrash [2019-09-27T12:56:15.640Z] === PAUSE TestContinueAfterPluginCrash [2019-09-27T12:56:15.640Z] === RUN TestDaemonStartWithLogOpt [2019-09-27T12:56:15.640Z] === PAUSE TestDaemonStartWithLogOpt [2019-09-27T12:56:15.640Z] === CONT TestContinueAfterPluginCrash [2019-09-27T12:56:15.640Z] === CONT TestDaemonStartWithLogOpt [2019-09-27T12:56:16.906Z] === RUN TestDockerSuite/TestRunRmPre125Api [2019-09-27T12:56:17.838Z] === RUN TestDockerSuite/TestRunRootWorkdir [2019-09-27T12:56:18.401Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2019-09-27T12:56:20.281Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2019-09-27T12:56:20.923Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2019-09-27T12:56:21.180Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2019-09-27T12:56:23.073Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2019-09-27T12:56:23.184Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\secret [2019-09-27T12:56:23.637Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2019-09-27T12:56:24.566Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2019-09-27T12:56:25.935Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2019-09-27T12:56:26.090Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\service [2019-09-27T12:56:27.828Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2019-09-27T12:56:30.782Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\session [2019-09-27T12:56:31.104Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2019-09-27T12:56:31.667Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2019-09-27T12:56:32.597Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2019-09-27T12:56:32.974Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\system [2019-09-27T12:56:33.529Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2019-09-27T12:56:34.092Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2019-09-27T12:56:34.150Z] --- PASS: TestDaemonStartWithLogOpt (15.43s) [2019-09-27T12:56:34.150Z] validation_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt" [2019-09-27T12:56:35.023Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2019-09-27T12:56:35.954Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2019-09-27T12:56:36.175Z] --- PASS: TestContinueAfterPluginCrash (20.39s) [2019-09-27T12:56:36.176Z] logging_linux_test.go:22: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash" [2019-09-27T12:56:36.176Z] PASS [2019-09-27T12:56:36.176Z] [2019-09-27T12:56:36.176Z] DONE 2 tests in 20.497s [2019-09-27T12:56:36.176Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2019-09-27T12:56:36.176Z] ++ 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-27T12:56:36.176Z] ++ set -e [2019-09-27T12:56:36.176Z] ++ '[' -n 0 ']' [2019-09-27T12:56:36.176Z] ++ set -x [2019-09-27T12:56:36.176Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-27T12:56:36.176Z] INFO: Testing against a local daemon [2019-09-27T12:56:36.176Z] === RUN TestPluginWithDevMounts [2019-09-27T12:56:36.176Z] === PAUSE TestPluginWithDevMounts [2019-09-27T12:56:36.176Z] === CONT TestPluginWithDevMounts [2019-09-27T12:56:36.714Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\volume [2019-09-27T12:56:36.885Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2019-09-27T12:56:37.448Z] === RUN TestDockerSuite/TestRunSetMacAddress [2019-09-27T12:56:38.381Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2019-09-27T12:56:38.854Z] --- PASS: TestPluginWithDevMounts (2.32s) [2019-09-27T12:56:38.854Z] mounts_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts" [2019-09-27T12:56:38.854Z] PASS [2019-09-27T12:56:38.854Z] [2019-09-27T12:56:38.854Z] DONE 1 tests in 2.419s [2019-09-27T12:56:38.854Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2019-09-27T12:56:38.854Z] ++ 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-27T12:56:38.854Z] ++ set -e [2019-09-27T12:56:38.854Z] ++ '[' -n 0 ']' [2019-09-27T12:56:38.854Z] ++ set -x [2019-09-27T12:56:38.855Z] ++ env -i DEST=/go/src/github.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-27T12:56:38.855Z] INFO: Testing against a local daemon [2019-09-27T12:56:38.855Z] === RUN TestSecretInspect [2019-09-27T12:56:38.935Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2019-09-27T12:56:39.395Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-27T12:56:39.395Z] INFO: Testing against a local daemon [2019-09-27T12:56:39.395Z] === RUN TestBuildWithSession [2019-09-27T12:56:39.395Z] --- SKIP: TestBuildWithSession (0.00s) [2019-09-27T12:56:39.395Z] build_session_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T12:56:39.395Z] === RUN TestBuildSquashParent [2019-09-27T12:56:39.395Z] --- SKIP: TestBuildSquashParent (0.00s) [2019-09-27T12:56:39.395Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T12:56:39.395Z] === RUN TestBuildWithRemoveAndForceRemove [2019-09-27T12:56:39.395Z] --- SKIP: TestBuildWithRemoveAndForceRemove (0.00s) [2019-09-27T12:56:39.395Z] build_test.go:25: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-27T12:56:39.395Z] === RUN TestBuildMultiStageCopy [2019-09-27T12:56:39.395Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-27T12:56:40.891Z] --- PASS: TestSecretInspect (2.24s) [2019-09-27T12:56:40.891Z] secret_test.go:25: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect" [2019-09-27T12:56:40.891Z] === RUN TestSecretList [2019-09-27T12:56:41.652Z] === RUN TestDockerSuite/TestRunState [2019-09-27T12:56:43.021Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2019-09-27T12:56:43.084Z] --- PASS: TestSecretList (2.25s) [2019-09-27T12:56:43.084Z] secret_test.go:48: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretList" [2019-09-27T12:56:43.084Z] === RUN TestSecretsCreateAndDelete [2019-09-27T12:56:43.588Z] === RUN TestDockerSuite/TestRunStdinPipe [2019-09-27T12:56:44.518Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2019-09-27T12:56:44.518Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2019-09-27T12:56:44.518Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2019-09-27T12:56:45.448Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2019-09-27T12:56:45.767Z] --- PASS: TestSecretsCreateAndDelete (2.23s) [2019-09-27T12:56:45.767Z] secret_test.go:125: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete" [2019-09-27T12:56:45.767Z] === RUN TestSecretsUpdate [2019-09-27T12:56:46.377Z] === RUN TestDockerSuite/TestRunSysctls [2019-09-27T12:56:47.792Z] --- PASS: TestSecretsUpdate (2.16s) [2019-09-27T12:56:47.792Z] secret_test.go:172: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate" [2019-09-27T12:56:47.792Z] === RUN TestTemplatedSecret [2019-09-27T12:56:48.274Z] === RUN TestDockerSuite/TestRunTLSVerify [2019-09-27T12:56:48.274Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2019-09-27T12:56:48.274Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2019-09-27T12:56:48.837Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2019-09-27T12:56:50.491Z] --- PASS: TestTemplatedSecret (2.88s) [2019-09-27T12:56:50.491Z] secret_test.go:221: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret" [2019-09-27T12:56:50.491Z] === RUN TestSecretCreateResolve [2019-09-27T12:56:52.110Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2019-09-27T12:56:52.368Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2019-09-27T12:56:53.173Z] --- PASS: TestSecretCreateResolve (2.73s) [2019-09-27T12:56:53.173Z] secret_test.go:342: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve" [2019-09-27T12:56:53.173Z] PASS [2019-09-27T12:56:53.173Z] [2019-09-27T12:56:53.173Z] DONE 6 tests in 14.591s [2019-09-27T12:56:53.173Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2019-09-27T12:56:53.173Z] ++ 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-27T12:56:53.174Z] ++ set -e [2019-09-27T12:56:53.174Z] ++ '[' -n 0 ']' [2019-09-27T12:56:53.174Z] ++ set -x [2019-09-27T12:56:53.174Z] ++ env -i DEST=/go/src/github.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-27T12:56:53.174Z] INFO: Testing against a local daemon [2019-09-27T12:56:53.174Z] === RUN TestServiceCreateInit [2019-09-27T12:56:53.174Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-09-27T12:56:54.260Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2019-09-27T12:56:57.598Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-09-27T12:56:58.433Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2019-09-27T12:57:00.630Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-27T12:57:00.630Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-27T12:57:00.630Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-27T12:57:01.693Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-27T12:57:01.705Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2019-09-27T12:57:01.995Z] --- PASS: TestServiceCreateInit (8.52s) [2019-09-27T12:57:01.995Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.17s) [2019-09-27T12:57:01.995Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled" [2019-09-27T12:57:01.995Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.30s) [2019-09-27T12:57:01.995Z] create_test.go:38: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled" [2019-09-27T12:57:01.995Z] === RUN TestCreateServiceMultipleTimes [2019-09-27T12:57:02.268Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2019-09-27T12:57:03.198Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2019-09-27T12:57:03.363Z] --- PASS: TestBuildMultiStageCopy (23.83s) [2019-09-27T12:57:03.363Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (18.56s) [2019-09-27T12:57:03.363Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2019-09-27T12:57:03.363Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.19s) [2019-09-27T12:57:03.363Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.51s) [2019-09-27T12:57:03.363Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.56s) [2019-09-27T12:57:03.363Z] === RUN TestBuildMultiStageParentConfig [2019-09-27T12:57:03.363Z] --- SKIP: TestBuildMultiStageParentConfig (0.01s) [2019-09-27T12:57:03.363Z] build_test.go:192: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-27T12:57:03.363Z] === RUN TestBuildLabelWithTargets [2019-09-27T12:57:03.363Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2019-09-27T12:57:03.363Z] build_test.go:236: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-27T12:57:03.363Z] === RUN TestBuildWithEmptyLayers [2019-09-27T12:57:04.131Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2019-09-27T12:57:04.357Z] --- PASS: TestBuildWithEmptyLayers (1.19s) [2019-09-27T12:57:04.357Z] === RUN TestBuildMultiStageOnBuild [2019-09-27T12:57:04.357Z] --- SKIP: TestBuildMultiStageOnBuild (0.00s) [2019-09-27T12:57:04.357Z] build_test.go:343: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-27T12:57:04.357Z] === RUN TestBuildUncleanTarFilenames [2019-09-27T12:57:04.357Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2019-09-27T12:57:04.357Z] build_test.go:390: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-27T12:57:04.357Z] === RUN TestBuildMultiStageLayerLeak [2019-09-27T12:57:04.357Z] --- SKIP: TestBuildMultiStageLayerLeak (0.01s) [2019-09-27T12:57:04.357Z] build_test.go:450: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-27T12:57:04.357Z] === RUN TestBuildWithHugeFile [2019-09-27T12:57:04.357Z] --- SKIP: TestBuildWithHugeFile (0.00s) [2019-09-27T12:57:04.357Z] build_test.go:491: testEnv.OSType == "windows" [2019-09-27T12:57:04.357Z] === RUN TestBuildWithEmptyDockerfile [2019-09-27T12:57:04.357Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-27T12:57:04.357Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-27T12:57:04.357Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-27T12:57:04.357Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-27T12:57:04.357Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-27T12:57:04.357Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-27T12:57:04.819Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-27T12:57:04.819Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-27T12:57:04.819Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-27T12:57:04.819Z] --- PASS: TestBuildWithEmptyDockerfile (0.47s) [2019-09-27T12:57:04.819Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s) [2019-09-27T12:57:04.819Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2019-09-27T12:57:04.819Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2019-09-27T12:57:04.819Z] === RUN TestBuildPreserveOwnership [2019-09-27T12:57:04.819Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2019-09-27T12:57:04.819Z] build_test.go:579: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-27T12:57:04.819Z] === RUN TestBuildPlatformInvalid [2019-09-27T12:57:04.819Z] --- PASS: TestBuildPlatformInvalid (0.05s) [2019-09-27T12:57:04.819Z] PASS [2019-09-27T12:57:04.819Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2019-09-27T12:57:04.819Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-27T12:57:04.819Z] INFO: Testing against a local daemon [2019-09-27T12:57:04.819Z] === RUN TestConfigList [2019-09-27T12:57:04.819Z] --- SKIP: TestConfigList (0.00s) [2019-09-27T12:57:04.819Z] config_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T12:57:04.819Z] === RUN TestConfigsCreateAndDelete [2019-09-27T12:57:04.819Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2019-09-27T12:57:04.819Z] config_test.go:109: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T12:57:04.819Z] === RUN TestConfigsUpdate [2019-09-27T12:57:04.819Z] --- SKIP: TestConfigsUpdate (0.00s) [2019-09-27T12:57:04.819Z] config_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T12:57:04.819Z] === RUN TestTemplatedConfig [2019-09-27T12:57:04.819Z] --- SKIP: TestTemplatedConfig (0.00s) [2019-09-27T12:57:04.819Z] config_test.go:191: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T12:57:04.819Z] === RUN TestConfigInspect [2019-09-27T12:57:04.819Z] --- SKIP: TestConfigInspect (0.00s) [2019-09-27T12:57:04.819Z] config_test.go:323: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T12:57:04.819Z] === RUN TestConfigCreateWithLabels [2019-09-27T12:57:04.819Z] --- SKIP: TestConfigCreateWithLabels (0.00s) [2019-09-27T12:57:04.819Z] config_test.go:347: testEnv.DaemonInfo.OSType != "linux" [2019-09-27T12:57:04.819Z] === RUN TestConfigCreateResolve [2019-09-27T12:57:04.819Z] --- SKIP: TestConfigCreateResolve (0.00s) [2019-09-27T12:57:04.819Z] config_test.go:374: testEnv.DaemonInfo.OSType != "linux" [2019-09-27T12:57:04.819Z] === RUN TestConfigDaemonLibtrustID [2019-09-27T12:57:04.819Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2019-09-27T12:57:04.819Z] config_test.go:424: testEnv.DaemonInfo.OSType != "linux" [2019-09-27T12:57:04.819Z] PASS [2019-09-27T12:57:04.819Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2019-09-27T12:57:04.819Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-27T12:57:04.819Z] INFO: Testing against a local daemon [2019-09-27T12:57:04.819Z] === RUN TestCheckpoint [2019-09-27T12:57:04.819Z] --- SKIP: TestCheckpoint (0.00s) [2019-09-27T12:57:04.819Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-27T12:57:04.819Z] === RUN TestContainerInvalidJSON [2019-09-27T12:57:04.819Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-09-27T12:57:04.819Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-09-27T12:57:04.819Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-09-27T12:57:04.819Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-09-27T12:57:04.819Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-09-27T12:57:04.819Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-09-27T12:57:04.819Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-09-27T12:57:04.819Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-09-27T12:57:04.819Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-09-27T12:57:04.819Z] --- PASS: TestContainerInvalidJSON (0.05s) [2019-09-27T12:57:04.819Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2019-09-27T12:57:04.819Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2019-09-27T12:57:04.819Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2019-09-27T12:57:04.819Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-27T12:57:04.819Z] --- SKIP: TestCopyFromContainerPathDoesNotExist (0.03s) [2019-09-27T12:57:04.819Z] copy_test.go:25: testEnv.OSType == "windows" [2019-09-27T12:57:04.819Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-27T12:57:04.819Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.02s) [2019-09-27T12:57:04.819Z] copy_test.go:39: testEnv.OSType == "windows" [2019-09-27T12:57:04.819Z] === RUN TestCopyToContainerPathDoesNotExist [2019-09-27T12:57:05.281Z] --- SKIP: TestCopyToContainerPathDoesNotExist (0.03s) [2019-09-27T12:57:05.281Z] copy_test.go:51: testEnv.OSType == "windows" [2019-09-27T12:57:05.281Z] === RUN TestCopyToContainerPathIsNotDir [2019-09-27T12:57:05.281Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.03s) [2019-09-27T12:57:05.281Z] copy_test.go:65: testEnv.OSType == "windows" [2019-09-27T12:57:05.281Z] === RUN TestCopyFromContainer [2019-09-27T12:57:05.281Z] --- SKIP: TestCopyFromContainer (0.00s) [2019-09-27T12:57:05.281Z] copy_test.go:76: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T12:57:05.281Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-09-27T12:57:05.281Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-27T12:57:05.281Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-27T12:57:05.281Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-27T12:57:05.281Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-27T12:57:05.281Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-27T12:57:05.281Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-27T12:57:05.281Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-27T12:57:05.281Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-27T12:57:05.281Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-27T12:57:05.281Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2019-09-27T12:57:05.281Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2019-09-27T12:57:05.281Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2019-09-27T12:57:05.281Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2019-09-27T12:57:05.281Z] === RUN TestCreateLinkToNonExistingContainer [2019-09-27T12:57:05.281Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2019-09-27T12:57:05.281Z] create_test.go:72: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2019-09-27T12:57:05.281Z] === RUN TestCreateWithInvalidEnv [2019-09-27T12:57:05.281Z] === RUN TestCreateWithInvalidEnv/0 [2019-09-27T12:57:05.281Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-09-27T12:57:05.281Z] === RUN TestCreateWithInvalidEnv/1 [2019-09-27T12:57:05.281Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-09-27T12:57:05.281Z] === RUN TestCreateWithInvalidEnv/2 [2019-09-27T12:57:05.281Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-09-27T12:57:05.281Z] === CONT TestCreateWithInvalidEnv/0 [2019-09-27T12:57:05.281Z] === CONT TestCreateWithInvalidEnv/2 [2019-09-27T12:57:05.281Z] === CONT TestCreateWithInvalidEnv/1 [2019-09-27T12:57:05.281Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2019-09-27T12:57:05.281Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-09-27T12:57:05.281Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2019-09-27T12:57:05.281Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2019-09-27T12:57:05.281Z] === RUN TestCreateTmpfsMountsTarget [2019-09-27T12:57:05.281Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2019-09-27T12:57:05.281Z] create_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T12:57:05.281Z] === RUN TestCreateWithCustomMaskedPaths [2019-09-27T12:57:05.281Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2019-09-27T12:57:05.281Z] create_test.go:176: testEnv.DaemonInfo.OSType != "linux" [2019-09-27T12:57:05.281Z] === RUN TestCreateWithCapabilities [2019-09-27T12:57:05.281Z] --- SKIP: TestCreateWithCapabilities (0.00s) [2019-09-27T12:57:05.281Z] create_test.go:255: testEnv.DaemonInfo.OSType == "windows": FIXME: test should be able to run on LCOW [2019-09-27T12:57:05.281Z] === RUN TestCreateWithCustomReadonlyPaths [2019-09-27T12:57:05.281Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2019-09-27T12:57:05.281Z] create_test.go:381: testEnv.DaemonInfo.OSType != "linux" [2019-09-27T12:57:05.281Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-09-27T12:57:05.281Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-27T12:57:05.281Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-27T12:57:05.281Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-27T12:57:05.281Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-27T12:57:05.281Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-27T12:57:05.281Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-27T12:57:05.281Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-27T12:57:05.281Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-27T12:57:05.281Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-27T12:57:05.281Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-27T12:57:05.281Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-27T12:57:05.281Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-27T12:57:05.281Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-27T12:57:05.281Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-27T12:57:05.281Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-27T12:57:05.281Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2019-09-27T12:57:05.281Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2019-09-27T12:57:05.281Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2019-09-27T12:57:05.281Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2019-09-27T12:57:05.281Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2019-09-27T12:57:05.281Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2019-09-27T12:57:05.281Z] === RUN TestDiff [2019-09-27T12:57:05.281Z] --- SKIP: TestDiff (0.00s) [2019-09-27T12:57:05.281Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2019-09-27T12:57:05.281Z] === RUN TestExecWithCloseStdin [2019-09-27T12:57:06.651Z] === RUN TestDockerSuite/TestRunUnshareProc [2019-09-27T12:57:07.582Z] === RUN TestDockerSuite/TestRunUserByID [2019-09-27T12:57:08.195Z] --- PASS: TestExecWithCloseStdin (3.14s) [2019-09-27T12:57:08.195Z] === RUN TestExec [2019-09-27T12:57:08.195Z] --- SKIP: TestExec (0.00s) [2019-09-27T12:57:08.195Z] exec_test.go:88: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2019-09-27T12:57:08.195Z] === RUN TestExecUser [2019-09-27T12:57:08.195Z] --- SKIP: TestExecUser (0.00s) [2019-09-27T12:57:08.195Z] exec_test.go:123: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2019-09-27T12:57:08.195Z] === RUN TestExportContainerAndImportImage [2019-09-27T12:57:08.195Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2019-09-27T12:57:08.195Z] export_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T12:57:08.195Z] === RUN TestExportContainerAfterDaemonRestart [2019-09-27T12:57:08.195Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2019-09-27T12:57:08.195Z] export_test.go:60: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T12:57:08.195Z] === RUN TestHealthCheckWorkdir [2019-09-27T12:57:08.195Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2019-09-27T12:57:08.195Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2019-09-27T12:57:08.195Z] === RUN TestHealthKillContainer [2019-09-27T12:57:08.195Z] --- SKIP: TestHealthKillContainer (0.00s) [2019-09-27T12:57:08.195Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2019-09-27T12:57:08.195Z] === RUN TestInspectCpusetInConfigPre120 [2019-09-27T12:57:08.195Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2019-09-27T12:57:08.195Z] inspect_test.go:19: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2019-09-27T12:57:08.195Z] === RUN TestKillContainerInvalidSignal [2019-09-27T12:57:08.513Z] === RUN TestDockerSuite/TestRunUserByIDBig [2019-09-27T12:57:08.513Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2019-09-27T12:57:08.770Z] === RUN TestDockerSuite/TestRunUserByIDZero [2019-09-27T12:57:09.701Z] === RUN TestDockerSuite/TestRunUserByName [2019-09-27T12:57:10.267Z] === RUN TestDockerSuite/TestRunUserDefaults [2019-09-27T12:57:10.389Z] --- PASS: TestKillContainerInvalidSignal (2.06s) [2019-09-27T12:57:10.389Z] === RUN TestKillContainer [2019-09-27T12:57:10.389Z] --- SKIP: TestKillContainer (0.00s) [2019-09-27T12:57:10.389Z] kill_test.go:33: testEnv.OSType == "windows": TODO Windows: FIXME. No SIGWINCH [2019-09-27T12:57:10.389Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-09-27T12:57:10.389Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2019-09-27T12:57:10.389Z] kill_test.go:73: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-09-27T12:57:10.389Z] === RUN TestKillStoppedContainer [2019-09-27T12:57:10.389Z] --- SKIP: TestKillStoppedContainer (0.00s) [2019-09-27T12:57:10.389Z] kill_test.go:112: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-09-27T12:57:10.389Z] === RUN TestKillStoppedContainerAPIPre120 [2019-09-27T12:57:10.389Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2019-09-27T12:57:10.389Z] kill_test.go:123: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-09-27T12:57:10.389Z] === RUN TestKillDifferentUserContainer [2019-09-27T12:57:10.389Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2019-09-27T12:57:10.389Z] kill_test.go:134: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2019-09-27T12:57:10.389Z] === RUN TestInspectOomKilledTrue [2019-09-27T12:57:10.389Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-09-27T12:57:10.389Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-27T12:57:10.389Z] === RUN TestInspectOomKilledFalse [2019-09-27T12:57:10.389Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-09-27T12:57:10.389Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-27T12:57:10.389Z] === RUN TestLogsFollowTailEmpty [2019-09-27T12:57:11.197Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2019-09-27T12:57:11.197Z] === RUN TestDockerSuite/TestRunUserNotFound [2019-09-27T12:57:11.454Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2019-09-27T12:57:12.030Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2019-09-27T12:57:12.579Z] --- PASS: TestLogsFollowTailEmpty (2.07s) [2019-09-27T12:57:12.579Z] === RUN TestNetworkNat [2019-09-27T12:57:12.579Z] --- SKIP: TestNetworkNat (0.00s) [2019-09-27T12:57:12.579Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2019-09-27T12:57:12.579Z] === RUN TestNetworkLocalhostTCPNat [2019-09-27T12:57:12.579Z] --- SKIP: TestNetworkLocalhostTCPNat (0.00s) [2019-09-27T12:57:12.579Z] nat_test.go:43: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-27T12:57:12.579Z] === RUN TestNetworkLoopbackNat [2019-09-27T12:57:12.579Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2019-09-27T12:57:12.579Z] nat_test.go:61: testEnv.OSType == "windows": FIXME [2019-09-27T12:57:12.579Z] === RUN TestPause [2019-09-27T12:57:12.579Z] --- SKIP: TestPause (0.00s) [2019-09-27T12:57:12.579Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2019-09-27T12:57:12.579Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-09-27T12:57:14.778Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.17s) [2019-09-27T12:57:14.778Z] === RUN TestPauseStopPausedContainer [2019-09-27T12:57:14.778Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2019-09-27T12:57:14.778Z] pause_test.go:68: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T12:57:14.778Z] === RUN TestPsFilter [2019-09-27T12:57:14.778Z] --- PASS: TestPsFilter (0.16s) [2019-09-27T12:57:14.778Z] === RUN TestRemoveContainerWithRemovedVolume [2019-09-27T12:57:17.284Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2019-09-27T12:57:17.743Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.43s) [2019-09-27T12:57:17.743Z] === RUN TestRemoveContainerWithVolume [2019-09-27T12:57:17.847Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2019-09-27T12:57:18.776Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2019-09-27T12:57:19.934Z] --- PASS: TestRemoveContainerWithVolume (2.71s) [2019-09-27T12:57:19.934Z] === RUN TestRemoveContainerRunning [2019-09-27T12:57:20.520Z] --- PASS: TestCreateServiceMultipleTimes (17.79s) [2019-09-27T12:57:20.520Z] create_test.go:80: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes" [2019-09-27T12:57:20.520Z] === RUN TestCreateServiceConflict [2019-09-27T12:57:21.296Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2019-09-27T12:57:21.552Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2019-09-27T12:57:21.999Z] --- PASS: TestCreateServiceConflict (2.23s) [2019-09-27T12:57:21.999Z] create_test.go:129: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict" [2019-09-27T12:57:21.999Z] === RUN TestCreateServiceMaxReplicas [2019-09-27T12:57:22.125Z] --- PASS: TestRemoveContainerRunning (2.12s) [2019-09-27T12:57:22.125Z] === RUN TestRemoveContainerForceRemoveRunning [2019-09-27T12:57:23.446Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2019-09-27T12:57:24.316Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.23s) [2019-09-27T12:57:24.316Z] === RUN TestRemoveInvalidContainer [2019-09-27T12:57:24.316Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2019-09-27T12:57:24.316Z] === RUN TestRenameLinkedContainer [2019-09-27T12:57:24.316Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2019-09-27T12:57:24.316Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2019-09-27T12:57:24.316Z] === RUN TestRenameStoppedContainer [2019-09-27T12:57:24.701Z] --- PASS: TestCreateServiceMaxReplicas (2.97s) [2019-09-27T12:57:24.701Z] create_test.go:150: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas" [2019-09-27T12:57:24.701Z] === RUN TestCreateWithDuplicateNetworkNames [2019-09-27T12:57:25.967Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2019-09-27T12:57:27.308Z] --- PASS: TestRenameStoppedContainer (2.63s) [2019-09-27T12:57:27.308Z] === RUN TestRenameRunningContainerAndReuse [2019-09-27T12:57:28.488Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2019-09-27T12:57:29.419Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2019-09-27T12:57:29.981Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2019-09-27T12:57:31.350Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2019-09-27T12:57:31.350Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2019-09-27T12:57:31.350Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2019-09-27T12:57:31.350Z] === RUN TestDockerSuite/TestRunWithBadDevice [2019-09-27T12:57:31.350Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2019-09-27T12:57:32.280Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2019-09-27T12:57:32.328Z] --- PASS: TestRenameRunningContainerAndReuse (4.66s) [2019-09-27T12:57:32.328Z] === RUN TestRenameInvalidName [2019-09-27T12:57:33.210Z] === RUN TestDockerSuite/TestRunWithCPUShares [2019-09-27T12:57:34.014Z] --- PASS: TestRenameInvalidName (2.54s) [2019-09-27T12:57:34.014Z] === RUN TestRenameAnonymousContainer [2019-09-27T12:57:34.014Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2019-09-27T12:57:34.014Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2019-09-27T12:57:34.014Z] === RUN TestRenameContainerWithSameName [2019-09-27T12:57:34.140Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2019-09-27T12:57:35.510Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2019-09-27T12:57:36.441Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2019-09-27T12:57:37.027Z] --- PASS: TestRenameContainerWithSameName (2.36s) [2019-09-27T12:57:37.027Z] === RUN TestRenameContainerWithLinkedContainer [2019-09-27T12:57:37.027Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2019-09-27T12:57:37.027Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2019-09-27T12:57:37.027Z] === RUN TestResize [2019-09-27T12:57:37.027Z] --- SKIP: TestResize (0.00s) [2019-09-27T12:57:37.027Z] resize_test.go:20: testEnv.OSType == "windows": FIXME [2019-09-27T12:57:37.027Z] === RUN TestResizeWithInvalidSize [2019-09-27T12:57:37.027Z] --- SKIP: TestResizeWithInvalidSize (0.01s) [2019-09-27T12:57:37.027Z] resize_test.go:38: testEnv.OSType == "windows": FIXME [2019-09-27T12:57:37.027Z] === RUN TestResizeWhenContainerNotStarted [2019-09-27T12:57:37.370Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2019-09-27T12:57:37.370Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2019-09-27T12:57:38.300Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2019-09-27T12:57:38.300Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2019-09-27T12:57:38.300Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2019-09-27T12:57:38.300Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2019-09-27T12:57:38.300Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2019-09-27T12:57:38.300Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2019-09-27T12:57:38.556Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2019-09-27T12:57:38.814Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2019-09-27T12:57:38.814Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2019-09-27T12:57:39.071Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2019-09-27T12:57:39.926Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.30s) [2019-09-27T12:57:39.926Z] create_test.go:171: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames" [2019-09-27T12:57:39.927Z] === RUN TestCreateServiceSecretFileMode [2019-09-27T12:57:40.011Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2019-09-27T12:57:40.544Z] --- PASS: TestCreateServiceSecretFileMode (2.54s) [2019-09-27T12:57:40.544Z] create_test.go:224: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode" [2019-09-27T12:57:40.544Z] === RUN TestCreateServiceConfigFileMode [2019-09-27T12:57:40.961Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2019-09-27T12:57:41.524Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2019-09-27T12:57:41.525Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2019-09-27T12:57:42.454Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2019-09-27T12:57:42.711Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2019-09-27T12:57:43.238Z] --- PASS: TestCreateServiceConfigFileMode (2.58s) [2019-09-27T12:57:43.238Z] create_test.go:288: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode" [2019-09-27T12:57:43.238Z] === RUN TestCreateServiceSysctls [2019-09-27T12:57:43.640Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2019-09-27T12:57:43.640Z] === RUN TestDockerSuite/TestRunWithShmSize [2019-09-27T12:57:44.226Z] --- PASS: TestResizeWhenContainerNotStarted (7.20s) [2019-09-27T12:57:44.226Z] === RUN TestDaemonRestartKillContainers [2019-09-27T12:57:44.226Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2019-09-27T12:57:44.226Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T12:57:44.226Z] === RUN TestStats [2019-09-27T12:57:44.226Z] --- SKIP: TestStats (0.00s) [2019-09-27T12:57:44.226Z] stats_test.go:19: !testEnv.DaemonInfo.MemoryLimit [2019-09-27T12:57:44.226Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-09-27T12:57:44.570Z] === RUN TestDockerSuite/TestRunWithSwappiness [2019-09-27T12:57:45.132Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2019-09-27T12:57:45.389Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2019-09-27T12:57:45.389Z] === RUN TestDockerSuite/TestRunWithUlimits [2019-09-27T12:57:45.952Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2019-09-27T12:57:46.701Z] --- PASS: TestCreateServiceSysctls (3.59s) [2019-09-27T12:57:46.701Z] create_test.go:378: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls" [2019-09-27T12:57:46.701Z] === RUN TestCreateServiceCapabilities [2019-09-27T12:57:47.847Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2019-09-27T12:57:48.776Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2019-09-27T12:57:48.776Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2019-09-27T12:57:49.340Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2019-09-27T12:57:49.340Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2019-09-27T12:57:49.383Z] --- PASS: TestCreateServiceCapabilities (2.68s) [2019-09-27T12:57:49.383Z] create_test.go:462: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities" [2019-09-27T12:57:49.383Z] === RUN TestInspect [2019-09-27T12:57:51.235Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2019-09-27T12:57:51.800Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2019-09-27T12:57:52.851Z] --- PASS: TestInspect (2.90s) [2019-09-27T12:57:52.851Z] inspect_test.go:23: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInspect" [2019-09-27T12:57:52.851Z] === RUN TestDockerNetworkConnectAlias [2019-09-27T12:57:55.073Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2019-09-27T12:57:55.329Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2019-09-27T12:57:55.329Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2019-09-27T12:57:55.329Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2019-09-27T12:57:56.656Z] --- PASS: TestStopContainerWithRestartPolicyAlways (12.53s) [2019-09-27T12:57:56.656Z] === RUN TestStopContainerWithTimeout [2019-09-27T12:57:56.656Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2019-09-27T12:57:56.656Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2019-09-27T12:57:56.656Z] === RUN TestUpdateRestartPolicy [2019-09-27T12:57:56.697Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2019-09-27T12:57:57.240Z] --- PASS: TestDockerNetworkConnectAlias (4.68s) [2019-09-27T12:57:57.240Z] network_test.go:20: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias" [2019-09-27T12:57:57.240Z] === RUN TestDockerNetworkReConnect [2019-09-27T12:57:57.626Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2019-09-27T12:57:58.999Z] === RUN TestDockerSuite/TestSaveCheckTimes [2019-09-27T12:57:58.999Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2019-09-27T12:58:00.743Z] --- PASS: TestDockerNetworkReConnect (3.65s) [2019-09-27T12:58:00.743Z] network_test.go:82: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect" [2019-09-27T12:58:00.743Z] === RUN TestServicePlugin [2019-09-27T12:58:00.743Z] --- SKIP: TestServicePlugin (0.00s) [2019-09-27T12:58:00.743Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T12:58:00.743Z] === RUN TestServiceUpdateLabel [2019-09-27T12:58:00.892Z] === RUN TestDockerSuite/TestSaveImageId [2019-09-27T12:58:00.892Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2019-09-27T12:58:01.455Z] === RUN TestDockerSuite/TestSaveLoadParents [2019-09-27T12:58:03.443Z] --- PASS: TestServiceUpdateLabel (2.23s) [2019-09-27T12:58:03.443Z] update_test.go:21: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel" [2019-09-27T12:58:03.443Z] === RUN TestServiceUpdateSecrets [2019-09-27T12:58:03.979Z] === RUN TestDockerSuite/TestSaveMultipleNames [2019-09-27T12:58:03.979Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2019-09-27T12:58:05.874Z] === RUN TestDockerSuite/TestSaveSingleTag [2019-09-27T12:58:05.874Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2019-09-27T12:58:05.874Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2019-09-27T12:58:07.260Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2019-09-27T12:58:09.155Z] === RUN TestDockerSuite/TestSearchCmdOptions [2019-09-27T12:58:09.412Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2019-09-27T12:58:09.412Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2019-09-27T12:58:09.412Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2019-09-27T12:58:09.412Z] === RUN TestDockerSuite/TestSearchWithLimit [2019-09-27T12:58:09.975Z] === RUN TestDockerSuite/TestSlowStdinClosing [2019-09-27T12:58:12.495Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2019-09-27T12:58:17.747Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2019-09-27T12:58:18.004Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2019-09-27T12:58:18.669Z] --- PASS: TestServiceUpdateSecrets (14.81s) [2019-09-27T12:58:18.669Z] update_test.go:77: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets" [2019-09-27T12:58:18.669Z] === RUN TestServiceUpdateConfigs [2019-09-27T12:58:21.276Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2019-09-27T12:58:21.796Z] --- PASS: TestUpdateRestartPolicy (22.33s) [2019-09-27T12:58:21.796Z] === RUN TestUpdateRestartWithAutoRemove [2019-09-27T12:58:21.796Z] --- PASS: TestUpdateRestartWithAutoRemove (2.05s) [2019-09-27T12:58:21.796Z] === RUN TestWaitNonBlocked [2019-09-27T12:58:21.796Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-27T12:58:21.796Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-27T12:58:21.796Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-27T12:58:21.796Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-27T12:58:21.796Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-27T12:58:21.796Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-27T12:58:21.838Z] === RUN TestDockerSuite/TestStartAttachSilent [2019-09-27T12:58:23.732Z] === RUN TestDockerSuite/TestStartAttachWithRename [2019-09-27T12:58:23.968Z] --- PASS: TestWaitNonBlocked (0.03s) [2019-09-27T12:58:23.968Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.99s) [2019-09-27T12:58:23.968Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (3.04s) [2019-09-27T12:58:23.968Z] === RUN TestWaitBlocked [2019-09-27T12:58:23.968Z] --- SKIP: TestWaitBlocked (0.00s) [2019-09-27T12:58:23.968Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2019-09-27T12:58:23.968Z] PASS [2019-09-27T12:58:23.969Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2019-09-27T12:58:23.969Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-27T12:58:23.969Z] INFO: Testing against a local daemon [2019-09-27T12:58:23.969Z] === RUN TestCommitInheritsEnv [2019-09-27T12:58:23.969Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2019-09-27T12:58:23.969Z] commit_test.go:17: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-27T12:58:23.969Z] === RUN TestImportExtremelyLargeImageWorks [2019-09-27T12:58:23.969Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2019-09-27T12:58:23.969Z] import_test.go:22: testEnv.OSType == "windows": TODO enable on windows [2019-09-27T12:58:23.969Z] === RUN TestImagesFilterMultiReference [2019-09-27T12:58:23.969Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2019-09-27T12:58:23.969Z] === RUN TestImagePullPlatformInvalid [2019-09-27T12:58:23.969Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2019-09-27T12:58:23.969Z] === RUN TestRemoveImageOrphaning [2019-09-27T12:58:23.969Z] --- SKIP: TestRemoveImageOrphaning (0.00s) [2019-09-27T12:58:23.969Z] remove_test.go:15: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-27T12:58:23.969Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-09-27T12:58:23.969Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2019-09-27T12:58:23.969Z] === RUN TestTagInvalidReference [2019-09-27T12:58:23.969Z] --- PASS: TestTagInvalidReference (0.03s) [2019-09-27T12:58:23.969Z] === RUN TestTagValidPrefixedRepo [2019-09-27T12:58:23.969Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2019-09-27T12:58:23.969Z] === RUN TestTagExistedNameWithoutForce [2019-09-27T12:58:23.969Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2019-09-27T12:58:23.969Z] === RUN TestTagOfficialNames [2019-09-27T12:58:23.969Z] --- SKIP: TestTagOfficialNames (0.00s) [2019-09-27T12:58:23.969Z] tag_test.go:98: testEnv.OSType == "windows" [2019-09-27T12:58:23.969Z] === RUN TestTagMatchesDigest [2019-09-27T12:58:23.969Z] --- PASS: TestTagMatchesDigest (0.03s) [2019-09-27T12:58:23.969Z] PASS [2019-09-27T12:58:23.969Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2019-09-27T12:58:24.430Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-27T12:58:24.430Z] INFO: Testing against a local daemon [2019-09-27T12:58:24.430Z] === RUN TestNetworkCreateDelete [2019-09-27T12:58:24.430Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2019-09-27T12:58:24.430Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2019-09-27T12:58:24.430Z] === RUN TestDockerNetworkDeletePreferID [2019-09-27T12:58:24.430Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2019-09-27T12:58:24.430Z] 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-27T12:58:24.430Z] === RUN TestInspectNetwork [2019-09-27T12:58:24.430Z] --- SKIP: TestInspectNetwork (0.00s) [2019-09-27T12:58:24.430Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2019-09-27T12:58:24.430Z] === RUN TestRunContainerWithBridgeNone [2019-09-27T12:58:24.430Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2019-09-27T12:58:24.430Z] network_test.go:22: testEnv.DaemonInfo.OSType != "linux" [2019-09-27T12:58:24.430Z] === RUN TestNetworkInvalidJSON [2019-09-27T12:58:24.430Z] === RUN TestNetworkInvalidJSON//networks/create [2019-09-27T12:58:24.430Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-09-27T12:58:24.430Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-09-27T12:58:24.430Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-09-27T12:58:24.430Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-27T12:58:24.430Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-27T12:58:24.430Z] === CONT TestNetworkInvalidJSON//networks/create [2019-09-27T12:58:24.430Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-27T12:58:24.430Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-09-27T12:58:24.430Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2019-09-27T12:58:24.430Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.03s) [2019-09-27T12:58:24.430Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.03s) [2019-09-27T12:58:24.430Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.03s) [2019-09-27T12:58:24.430Z] === RUN TestDaemonRestartWithLiveRestore [2019-09-27T12:58:24.430Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2019-09-27T12:58:24.430Z] service_test.go:29: testEnv.OSType == "windows" [2019-09-27T12:58:24.430Z] === RUN TestDaemonDefaultNetworkPools [2019-09-27T12:58:24.430Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2019-09-27T12:58:24.430Z] service_test.go:51: testEnv.OSType == "windows" [2019-09-27T12:58:24.430Z] === RUN TestDaemonRestartWithExistingNetwork [2019-09-27T12:58:24.430Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2019-09-27T12:58:24.430Z] service_test.go:94: testEnv.OSType == "windows" [2019-09-27T12:58:24.430Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-27T12:58:24.430Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2019-09-27T12:58:24.430Z] service_test.go:127: testEnv.OSType == "windows" [2019-09-27T12:58:24.430Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-09-27T12:58:24.430Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2019-09-27T12:58:24.430Z] service_test.go:177: testEnv.OSType == "windows" [2019-09-27T12:58:24.430Z] === RUN TestServiceWithPredefinedNetwork [2019-09-27T12:58:24.430Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2019-09-27T12:58:24.430Z] service_test.go:201: testEnv.OSType == "windows" [2019-09-27T12:58:24.430Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-09-27T12:58:24.430Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-27T12:58:24.430Z] service_test.go:230: FLAKY_TEST [2019-09-27T12:58:24.430Z] === RUN TestServiceWithDataPathPortInit [2019-09-27T12:58:24.430Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2019-09-27T12:58:24.430Z] service_test.go:319: testEnv.OSType == "windows" [2019-09-27T12:58:24.430Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-09-27T12:58:24.430Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2019-09-27T12:58:24.430Z] service_test.go:386: testEnv.OSType == "windows" [2019-09-27T12:58:24.430Z] PASS [2019-09-27T12:58:24.430Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2019-09-27T12:58:24.430Z] PASS [2019-09-27T12:58:24.430Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2019-09-27T12:58:24.430Z] PASS [2019-09-27T12:58:24.430Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2019-09-27T12:58:24.430Z] PASS [2019-09-27T12:58:24.430Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2019-09-27T12:58:24.430Z] PASS [2019-09-27T12:58:24.430Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2019-09-27T12:58:24.430Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-27T12:58:24.430Z] INFO: Testing against a local daemon [2019-09-27T12:58:24.430Z] === RUN TestPluginInvalidJSON [2019-09-27T12:58:24.430Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-09-27T12:58:24.430Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-09-27T12:58:24.430Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-09-27T12:58:24.430Z] --- PASS: TestPluginInvalidJSON (0.03s) [2019-09-27T12:58:24.430Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2019-09-27T12:58:24.430Z] PASS [2019-09-27T12:58:24.430Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2019-09-27T12:58:24.430Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-27T12:58:24.430Z] INFO: Testing against a local daemon [2019-09-27T12:58:24.430Z] === RUN TestExternalGraphDriver [2019-09-27T12:58:24.430Z] --- SKIP: TestExternalGraphDriver (0.00s) [2019-09-27T12:58:24.430Z] external_test.go:48: runtime.GOOS == "windows" [2019-09-27T12:58:24.430Z] === RUN TestGraphdriverPluginV2 [2019-09-27T12:58:24.430Z] --- SKIP: TestGraphdriverPluginV2 (0.01s) [2019-09-27T12:58:24.430Z] external_test.go:407: runtime.GOOS == "windows" [2019-09-27T12:58:24.430Z] PASS [2019-09-27T12:58:24.430Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2019-09-27T12:58:24.889Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-27T12:58:24.889Z] INFO: Testing against a local daemon [2019-09-27T12:58:24.889Z] PASS [2019-09-27T12:58:24.889Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2019-09-27T12:58:24.889Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-27T12:58:24.889Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2019-09-27T12:58:24.889Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-27T12:58:24.889Z] INFO: Testing against a local daemon [2019-09-27T12:58:24.889Z] === RUN TestSecretInspect [2019-09-27T12:58:24.889Z] --- SKIP: TestSecretInspect (0.00s) [2019-09-27T12:58:24.889Z] secret_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T12:58:24.889Z] === RUN TestSecretList [2019-09-27T12:58:24.889Z] --- SKIP: TestSecretList (0.00s) [2019-09-27T12:58:24.889Z] secret_test.go:45: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T12:58:24.889Z] === RUN TestSecretsCreateAndDelete [2019-09-27T12:58:24.889Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2019-09-27T12:58:24.889Z] secret_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T12:58:24.889Z] === RUN TestSecretsUpdate [2019-09-27T12:58:24.889Z] --- SKIP: TestSecretsUpdate (0.00s) [2019-09-27T12:58:24.889Z] secret_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T12:58:24.889Z] === RUN TestTemplatedSecret [2019-09-27T12:58:24.889Z] --- SKIP: TestTemplatedSecret (0.00s) [2019-09-27T12:58:24.889Z] secret_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T12:58:24.889Z] === RUN TestSecretCreateResolve [2019-09-27T12:58:24.889Z] --- SKIP: TestSecretCreateResolve (0.00s) [2019-09-27T12:58:24.889Z] secret_test.go:339: testEnv.DaemonInfo.OSType != "linux" [2019-09-27T12:58:24.889Z] PASS [2019-09-27T12:58:24.889Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2019-09-27T12:58:24.889Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-27T12:58:24.889Z] INFO: Testing against a local daemon [2019-09-27T12:58:24.889Z] === RUN TestServiceCreateInit [2019-09-27T12:58:24.889Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-09-27T12:58:24.889Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-09-27T12:58:24.889Z] --- PASS: TestServiceCreateInit (0.04s) [2019-09-27T12:58:24.889Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2019-09-27T12:58:24.889Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T12:58:24.889Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2019-09-27T12:58:24.889Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T12:58:24.889Z] === RUN TestCreateServiceMultipleTimes [2019-09-27T12:58:24.889Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2019-09-27T12:58:24.889Z] create_test.go:78: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T12:58:24.889Z] === RUN TestCreateServiceConflict [2019-09-27T12:58:24.889Z] --- SKIP: TestCreateServiceConflict (0.00s) [2019-09-27T12:58:24.889Z] create_test.go:127: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T12:58:24.889Z] === RUN TestCreateServiceMaxReplicas [2019-09-27T12:58:24.889Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2019-09-27T12:58:24.889Z] create_test.go:150: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T12:58:24.889Z] === RUN TestCreateWithDuplicateNetworkNames [2019-09-27T12:58:24.889Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2019-09-27T12:58:24.889Z] create_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T12:58:24.889Z] === RUN TestCreateServiceSecretFileMode [2019-09-27T12:58:24.889Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2019-09-27T12:58:24.889Z] create_test.go:222: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T12:58:24.889Z] === RUN TestCreateServiceConfigFileMode [2019-09-27T12:58:24.889Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2019-09-27T12:58:24.889Z] create_test.go:286: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T12:58:24.889Z] === RUN TestCreateServiceSysctls [2019-09-27T12:58:24.889Z] --- SKIP: TestCreateServiceSysctls (0.04s) [2019-09-27T12:58:24.889Z] create_test.go:378: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T12:58:24.889Z] === RUN TestCreateServiceCapabilities [2019-09-27T12:58:24.889Z] --- SKIP: TestCreateServiceCapabilities (0.04s) [2019-09-27T12:58:24.889Z] create_test.go:462: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T12:58:24.889Z] === RUN TestInspect [2019-09-27T12:58:24.889Z] --- SKIP: TestInspect (0.00s) [2019-09-27T12:58:24.889Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T12:58:24.889Z] === RUN TestDockerNetworkConnectAlias [2019-09-27T12:58:24.889Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2019-09-27T12:58:24.889Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T12:58:24.889Z] === RUN TestDockerNetworkReConnect [2019-09-27T12:58:24.889Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2019-09-27T12:58:24.889Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T12:58:24.889Z] === RUN TestServicePlugin [2019-09-27T12:58:24.889Z] --- SKIP: TestServicePlugin (0.00s) [2019-09-27T12:58:24.889Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T12:58:24.889Z] === RUN TestServiceUpdateLabel [2019-09-27T12:58:24.889Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2019-09-27T12:58:24.889Z] update_test.go:19: testEnv.DaemonInfo.OSType != "linux" [2019-09-27T12:58:24.889Z] === RUN TestServiceUpdateSecrets [2019-09-27T12:58:24.889Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2019-09-27T12:58:24.889Z] update_test.go:75: testEnv.DaemonInfo.OSType != "linux" [2019-09-27T12:58:24.889Z] === RUN TestServiceUpdateConfigs [2019-09-27T12:58:25.347Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2019-09-27T12:58:25.347Z] update_test.go:137: testEnv.DaemonInfo.OSType != "linux" [2019-09-27T12:58:25.347Z] === RUN TestServiceUpdateNetwork [2019-09-27T12:58:25.347Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2019-09-27T12:58:25.347Z] update_test.go:199: testEnv.DaemonInfo.OSType != "linux" [2019-09-27T12:58:25.347Z] PASS [2019-09-27T12:58:25.347Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2019-09-27T12:58:25.347Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-27T12:58:25.347Z] INFO: Testing against a local daemon [2019-09-27T12:58:25.347Z] === RUN TestSessionCreate [2019-09-27T12:58:25.347Z] --- SKIP: TestSessionCreate (0.00s) [2019-09-27T12:58:25.347Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2019-09-27T12:58:25.347Z] === RUN TestSessionCreateWithBadUpgrade [2019-09-27T12:58:25.347Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2019-09-27T12:58:25.347Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2019-09-27T12:58:25.347Z] PASS [2019-09-27T12:58:25.347Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2019-09-27T12:58:25.347Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-27T12:58:25.347Z] INFO: Testing against a local daemon [2019-09-27T12:58:25.347Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-09-27T12:58:25.347Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-27T12:58:25.347Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2019-09-27T12:58:25.347Z] === RUN TestEventsExecDie [2019-09-27T12:58:25.347Z] --- SKIP: TestEventsExecDie (0.00s) [2019-09-27T12:58:25.347Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2019-09-27T12:58:25.347Z] === RUN TestEventsBackwardsCompatible [2019-09-27T12:58:25.347Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2019-09-27T12:58:25.347Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2019-09-27T12:58:25.347Z] === RUN TestInfoAPI [2019-09-27T12:58:25.347Z] --- PASS: TestInfoAPI (0.04s) [2019-09-27T12:58:25.347Z] === RUN TestInfoAPIWarnings [2019-09-27T12:58:25.347Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2019-09-27T12:58:25.347Z] info_test.go:48: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-27T12:58:25.347Z] === RUN TestLoginFailsWithBadCredentials [2019-09-27T12:58:26.250Z] === RUN TestDockerSuite/TestStartMultipleContainers [2019-09-27T12:58:26.313Z] --- PASS: TestLoginFailsWithBadCredentials (1.07s) [2019-09-27T12:58:26.313Z] === RUN TestPingCacheHeaders [2019-09-27T12:58:26.313Z] --- PASS: TestPingCacheHeaders (0.04s) [2019-09-27T12:58:26.313Z] === RUN TestPingGet [2019-09-27T12:58:26.313Z] --- PASS: TestPingGet (0.03s) [2019-09-27T12:58:26.313Z] === RUN TestPingHead [2019-09-27T12:58:26.313Z] --- PASS: TestPingHead (0.04s) [2019-09-27T12:58:26.313Z] === RUN TestVersion [2019-09-27T12:58:26.313Z] --- PASS: TestVersion (0.03s) [2019-09-27T12:58:26.313Z] PASS [2019-09-27T12:58:26.313Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2019-09-27T12:58:26.773Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-27T12:58:26.773Z] INFO: Testing against a local daemon [2019-09-27T12:58:26.773Z] === RUN TestVolumesCreateAndList [2019-09-27T12:58:26.773Z] --- PASS: TestVolumesCreateAndList (0.05s) [2019-09-27T12:58:26.773Z] === RUN TestVolumesRemove [2019-09-27T12:58:26.773Z] --- SKIP: TestVolumesRemove (0.00s) [2019-09-27T12:58:26.773Z] volume_test.go:64: testEnv.OSType == "windows": FIXME [2019-09-27T12:58:26.773Z] === RUN TestVolumesInspect [2019-09-27T12:58:26.773Z] --- PASS: TestVolumesInspect (0.05s) [2019-09-27T12:58:26.773Z] === RUN TestVolumesInvalidJSON [2019-09-27T12:58:26.773Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-09-27T12:58:26.773Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-09-27T12:58:26.773Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-09-27T12:58:26.773Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2019-09-27T12:58:26.773Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.01s) [2019-09-27T12:58:26.773Z] PASS [2019-09-27T12:58:26.773Z] INFO: make.ps1 ended at 09/27/2019 12:58:26 [2019-09-27T12:58:26.773Z] INFO: Integration CLI tests being run from the host: [2019-09-27T12:58:26.773Z] INFO: go test "-test.v" "-tags" "autogen" "-test.timeout" "200m" [2019-09-27T12:58:29.523Z] === RUN TestDockerSuite/TestStartPausedContainer [2019-09-27T12:58:29.779Z] === RUN TestDockerSuite/TestStartRecordError [2019-09-27T12:58:31.675Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2019-09-27T12:58:31.675Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2019-09-27T12:58:33.906Z] --- PASS: TestServiceUpdateConfigs (14.89s) [2019-09-27T12:58:33.906Z] update_test.go:139: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs" [2019-09-27T12:58:33.906Z] === RUN TestServiceUpdateNetwork [2019-09-27T12:58:34.947Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2019-09-27T12:58:35.414Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-27T12:58:35.414Z] INFO: Testing against a local daemon [2019-09-27T12:58:35.414Z] === RUN TestDockerSuite [2019-09-27T12:58:35.414Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2019-09-27T12:58:35.414Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2019-09-27T12:58:35.414Z] === RUN TestDockerSuite/TestAPIErrorJSON [2019-09-27T12:58:35.414Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2019-09-27T12:58:35.414Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2019-09-27T12:58:35.414Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2019-09-27T12:58:35.414Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2019-09-27T12:58:35.414Z] === RUN TestDockerSuite/TestAPIImagesDelete [2019-09-27T12:58:36.381Z] === RUN TestDockerSuite/TestAPIImagesFilter [2019-09-27T12:58:36.841Z] === RUN TestDockerSuite/TestStatsAllNoStream [2019-09-27T12:58:36.842Z] === RUN TestDockerSuite/TestAPIImagesHistory [2019-09-27T12:58:37.299Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2019-09-27T12:58:37.405Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2019-09-27T12:58:37.762Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2019-09-27T12:58:40.695Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2019-09-27T12:58:44.868Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2019-09-27T12:58:46.442Z] --- PASS: TestServiceUpdateNetwork (13.00s) [2019-09-27T12:58:46.442Z] update_test.go:201: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork" [2019-09-27T12:58:46.442Z] PASS [2019-09-27T12:58:46.442Z] [2019-09-27T12:58:46.442Z] === Skipped [2019-09-27T12:58:46.442Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2019-09-27T12:58:46.442Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-27T12:58:46.442Z] [2019-09-27T12:58:46.442Z] [2019-09-27T12:58:46.442Z] DONE 19 tests, 1 skipped in 112.473s [2019-09-27T12:58:46.442Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2019-09-27T12:58:46.442Z] ++ 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-27T12:58:46.442Z] ++ set -e [2019-09-27T12:58:46.442Z] ++ '[' -n 0 ']' [2019-09-27T12:58:46.442Z] ++ set -x [2019-09-27T12:58:46.442Z] ++ env -i DEST=/go/src/github.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-27T12:58:46.442Z] INFO: Testing against a local daemon [2019-09-27T12:58:46.442Z] === RUN TestSessionCreate [2019-09-27T12:58:46.442Z] --- PASS: TestSessionCreate (0.05s) [2019-09-27T12:58:46.442Z] === RUN TestSessionCreateWithBadUpgrade [2019-09-27T12:58:46.442Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2019-09-27T12:58:46.442Z] PASS [2019-09-27T12:58:46.442Z] [2019-09-27T12:58:46.442Z] DONE 2 tests in 0.196s [2019-09-27T12:58:46.442Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2019-09-27T12:58:46.442Z] ++ 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-27T12:58:46.442Z] ++ set -e [2019-09-27T12:58:46.442Z] ++ '[' -n 0 ']' [2019-09-27T12:58:46.442Z] ++ set -x [2019-09-27T12:58:46.442Z] ++ env -i DEST=/go/src/github.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-27T12:58:46.442Z] INFO: Testing against a local daemon [2019-09-27T12:58:46.442Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-09-27T12:58:46.442Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-27T12:58:46.442Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-27T12:58:46.442Z] === RUN TestEventsExecDie [2019-09-27T12:58:47.060Z] --- PASS: TestEventsExecDie (0.91s) [2019-09-27T12:58:47.060Z] === RUN TestEventsBackwardsCompatible [2019-09-27T12:58:47.060Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2019-09-27T12:58:47.060Z] === RUN TestInfoBinaryCommits [2019-09-27T12:58:47.060Z] --- PASS: TestInfoBinaryCommits (0.05s) [2019-09-27T12:58:47.060Z] === RUN TestInfoAPIVersioned [2019-09-27T12:58:47.060Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-09-27T12:58:47.060Z] === RUN TestInfoAPI [2019-09-27T12:58:47.060Z] --- PASS: TestInfoAPI (0.05s) [2019-09-27T12:58:47.060Z] === RUN TestInfoAPIWarnings [2019-09-27T12:58:48.071Z] --- PASS: TestInfoAPIWarnings (0.90s) [2019-09-27T12:58:48.071Z] info_test.go:49: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings" [2019-09-27T12:58:48.071Z] === RUN TestLoginFailsWithBadCredentials [2019-09-27T12:58:48.139Z] === RUN TestDockerSuite/TestStatsFormatAll [2019-09-27T12:58:48.687Z] --- PASS: TestLoginFailsWithBadCredentials (0.57s) [2019-09-27T12:58:48.687Z] === RUN TestPingCacheHeaders [2019-09-27T12:58:48.687Z] --- PASS: TestPingCacheHeaders (0.05s) [2019-09-27T12:58:48.687Z] === RUN TestPingGet [2019-09-27T12:58:48.687Z] --- PASS: TestPingGet (0.03s) [2019-09-27T12:58:48.687Z] === RUN TestPingHead [2019-09-27T12:58:48.687Z] --- PASS: TestPingHead (0.05s) [2019-09-27T12:58:48.687Z] === RUN TestVersion [2019-09-27T12:58:48.687Z] --- PASS: TestVersion (0.05s) [2019-09-27T12:58:48.687Z] PASS [2019-09-27T12:58:48.687Z] [2019-09-27T12:58:48.687Z] === Skipped [2019-09-27T12:58:48.687Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-27T12:58:48.687Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-27T12:58:48.687Z] [2019-09-27T12:58:48.687Z] [2019-09-27T12:58:48.687Z] DONE 12 tests, 1 skipped in 2.865s [2019-09-27T12:58:48.687Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2019-09-27T12:58:48.687Z] ++ 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-27T12:58:48.687Z] ++ set -e [2019-09-27T12:58:48.687Z] ++ '[' -n 0 ']' [2019-09-27T12:58:48.687Z] ++ set -x [2019-09-27T12:58:48.687Z] ++ env -i DEST=/go/src/github.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-27T12:58:48.970Z] INFO: Testing against a local daemon [2019-09-27T12:58:48.970Z] === RUN TestVolumesCreateAndList [2019-09-27T12:58:48.970Z] --- PASS: TestVolumesCreateAndList (0.05s) [2019-09-27T12:58:48.970Z] === RUN TestVolumesRemove [2019-09-27T12:58:48.970Z] --- PASS: TestVolumesRemove (0.08s) [2019-09-27T12:58:48.970Z] === RUN TestVolumesInspect [2019-09-27T12:58:48.970Z] --- PASS: TestVolumesInspect (0.04s) [2019-09-27T12:58:48.970Z] === RUN TestVolumesInvalidJSON [2019-09-27T12:58:48.970Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-09-27T12:58:48.970Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-09-27T12:58:48.970Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-09-27T12:58:48.970Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2019-09-27T12:58:48.970Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-09-27T12:58:48.970Z] PASS [2019-09-27T12:58:48.970Z] [2019-09-27T12:58:48.970Z] DONE 5 tests in 0.304s [2019-09-27T12:58:48.970Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-09-27T12:58:49.254Z] ++++ cat bundles/test-integration/docker.pid [2019-09-27T12:58:49.254Z] +++ kill 13206 [2019-09-27T12:58:50.726Z] umount: bundles/test-integration/root: mountpoint not found [2019-09-27T12:58:50.726Z] +++ /etc/init.d/apparmor stop [2019-09-27T12:58:50.726Z] Clearing AppArmor profiles cache:. [2019-09-27T12:58:50.726Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-27T12:58:50.726Z] Unloading profiles will leave already running processes permanently [2019-09-27T12:58:50.726Z] unconfined, which can lead to unexpected situations. [2019-09-27T12:58:50.726Z] [2019-09-27T12:58:50.726Z] To set a process to complain mode, use the command line tool [2019-09-27T12:58:50.726Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-27T12:58:50.726Z] with the 'teardown' option." [2019-09-27T12:58:50.726Z] Post stage [Pipeline] junit [2019-09-27T12:58:52.808Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-09-27T12:58:53.606Z] + echo Ensuring container killed. [2019-09-27T12:58:53.606Z] Ensuring container killed. [2019-09-27T12:58:53.606Z] + docker rm -vf docker-pr2 [2019-09-27T12:58:53.606Z] Error: No such container: docker-pr2 [2019-09-27T12:58:53.606Z] + true [Pipeline] sh [2019-09-27T12:58:53.992Z] + echo Chowning /workspace to jenkins user [2019-09-27T12:58:53.992Z] Chowning /workspace to jenkins user [2019-09-27T12:58:53.992Z] + id -u [2019-09-27T12:58:53.992Z] + id -g [2019-09-27T12:58:53.992Z] + docker run --rm -v /home/docker/workspace/moby_PR-39997:/workspace busybox chown -R 1001:1001 /workspace [2019-09-27T12:58:53.992Z] Unable to find image 'busybox:latest' locally [2019-09-27T12:58:54.276Z] latest: Pulling from library/busybox [2019-09-27T12:58:54.276Z] e38168a01e65: Pulling fs layer [2019-09-27T12:58:54.681Z] === RUN TestDockerSuite/TestStatsNoStream [2019-09-27T12:58:54.895Z] e38168a01e65: Download complete [2019-09-27T12:58:54.896Z] e38168a01e65: Pull complete [2019-09-27T12:58:54.896Z] Digest: sha256:fe301db49df08c384001ed752dff6d52b4305a73a7f608f21528048e8a08b51e [2019-09-27T12:58:54.896Z] Status: Downloaded newer image for busybox:latest [2019-09-27T12:58:56.572Z] === RUN TestDockerSuite/TestStopContainerSignal [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-27T12:58:57.317Z] + bundleName=ppc64le-integration [2019-09-27T12:58:57.317Z] + echo Creating ppc64le-integration-bundles.tar.gz [2019-09-27T12:58:57.317Z] Creating ppc64le-integration-bundles.tar.gz [2019-09-27T12:58:57.317Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name+ *.prof -o -name *-report.xmlxargs ) tar -print -czf [2019-09-27T12:58:57.317Z] ppc64le-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2019-09-27T12:58:57.635Z] Archiving artifacts [2019-09-27T12:58:58.029Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39997/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-27T12:58:58.412Z] + make clean [2019-09-27T12:58:58.463Z] === RUN TestDockerSuite/TestTopMultipleArgs [2019-09-27T12:58:59.031Z] docker volume rm -f docker-dev-cache [2019-09-27T12:58:59.031Z] docker-dev-cache [Pipeline] deleteDir [2019-09-27T12:58:59.393Z] === RUN TestDockerSuite/TestTopNonPrivileged [2019-09-27T12:59:00.324Z] === RUN TestDockerSuite/TestTopPrivileged [2019-09-27T12:59:01.253Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2019-09-27T12:59:01.253Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-09-27T12:59:02.185Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2019-09-27T12:59:06.492Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2019-09-27T12:59:10.663Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2019-09-27T12:59:10.920Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2019-09-27T12:59:11.850Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2019-09-27T12:59:11.850Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2019-09-27T12:59:12.784Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2019-09-27T12:59:14.685Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2019-09-27T12:59:14.685Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2019-09-27T12:59:16.579Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2019-09-27T12:59:17.509Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2019-09-27T12:59:18.438Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2019-09-27T12:59:20.330Z] === RUN TestDockerSuite/TestUpdateStats [2019-09-27T12:59:24.501Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2019-09-27T12:59:25.869Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2019-09-27T12:59:25.869Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2019-09-27T12:59:27.240Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2019-09-27T12:59:28.173Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2019-09-27T12:59:33.424Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2019-09-27T12:59:36.697Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2019-09-27T12:59:39.969Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2019-09-27T12:59:42.489Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2019-09-27T12:59:47.739Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2019-09-27T12:59:53.006Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2019-09-27T12:59:54.898Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2019-09-27T12:59:57.417Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2019-09-27T12:59:59.310Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2019-09-27T13:00:01.206Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2019-09-27T13:00:03.728Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2019-09-27T13:00:05.620Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2019-09-27T13:00:08.141Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2019-09-27T13:00:10.664Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2019-09-27T13:00:13.185Z] === RUN TestDockerSuite/TestVolumeCLICreate [2019-09-27T13:00:31.235Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2019-09-27T13:00:31.235Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2019-09-27T13:00:31.235Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2019-09-27T13:00:31.235Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2019-09-27T13:00:31.235Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2019-09-27T13:00:31.235Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2019-09-27T13:00:31.235Z] === RUN TestDockerSuite/TestVolumeCLILs [2019-09-27T13:00:31.235Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2019-09-27T13:00:31.235Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2019-09-27T13:00:31.235Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2019-09-27T13:00:31.235Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2019-09-27T13:00:31.492Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2019-09-27T13:00:31.492Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2019-09-27T13:00:31.492Z] === RUN TestDockerSuite/TestVolumeCLIRm [2019-09-27T13:00:34.022Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2019-09-27T13:00:34.022Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2019-09-27T13:00:34.022Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2019-09-27T13:00:34.279Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2019-09-27T13:00:34.279Z] === RUN TestDockerSuite/TestVolumeEvents [2019-09-27T13:00:35.209Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2019-09-27T13:00:37.730Z] === RUN TestDockerSuite/TestVolumeLsFormat [2019-09-27T13:00:37.730Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2019-09-27T13:00:37.730Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2019-09-27T13:00:38.293Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2019-09-27T13:00:41.567Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2019-09-27T13:00:46.821Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2019-09-27T13:00:46.821Z] --- PASS: TestDockerSuite (1839.43s) [2019-09-27T13:00:46.821Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.00s) [2019-09-27T13:00:46.821Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.05s) [2019-09-27T13:00:46.821Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2019-09-27T13:00:46.821Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2019-09-27T13:00:46.821Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2019-09-27T13:00:46.821Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2019-09-27T13:00:46.821Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2019-09-27T13:00:46.821Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (5.49s) [2019-09-27T13:00:46.821Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.13s) [2019-09-27T13:00:46.821Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.54s) [2019-09-27T13:00:46.821Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2019-09-27T13:00:46.821Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (1.51s) [2019-09-27T13:00:46.821Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.21s) [2019-09-27T13:00:46.821Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2019-09-27T13:00:46.821Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (2.51s) [2019-09-27T13:00:46.821Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.27s) [2019-09-27T13:00:46.821Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2019-09-27T13:00:46.821Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2019-09-27T13:00:46.821Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.99s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.47s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.13s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.87s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (4.20s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (9.72s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.72s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.62s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.42s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.99s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (1.83s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.49s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.78s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestAttachDetach (1.72s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestAttachDisconnect (1.61s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.94s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (1.88s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.53s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (2.04s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (2.10s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.26s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.20s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.18s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.80s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (19.55s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.53s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.53s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.28s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.90s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.86s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.67s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.02s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (9.32s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (4.61s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.09s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.74s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (4.11s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.54s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.74s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.83s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.95s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.19s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.69s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.42s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (7.59s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (5.42s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.87s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.39s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildAddTar (11.45s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.76s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.66s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (4.16s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (8.15s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.53s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.96s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.59s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.64s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (3.22s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.50s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.52s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.42s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (4.21s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (13.31s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.67s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (3.12s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.46s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.55s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.70s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (6.27s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.49s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.44s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.65s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.77s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (6.69s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.96s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.94s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.87s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (6.86s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.74s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.15s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.59s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildCmd (0.53s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.44s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.44s) [2019-09-27T13:00:46.822Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2019-09-27T13:00:46.822Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.80s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (7.31s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.33s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildContChar (4.56s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.52s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.53s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.06s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.71s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.49s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (15.20s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.09s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.65s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (3.95s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (5.52s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.93s) [2019-09-27T13:00:46.822Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2019-09-27T13:00:46.822Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:00:46.822Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2019-09-27T13:00:46.822Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:00:46.822Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.03s) [2019-09-27T13:00:46.822Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:00:46.822Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2019-09-27T13:00:46.822Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (5.77s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (6.55s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (4.16s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.50s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (7.43s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (7.73s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.82s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.70s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (4.97s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.79s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.04s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.48s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.60s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.61s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildDockerignore (13.80s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.80s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (4.08s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (15.13s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.21s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.05s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (5.31s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.63s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.61s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (8.20s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.77s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.70s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (19.70s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.24s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.92s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.29s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.34s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.76s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.10s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.30s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.32s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.38s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.48s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.87s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildEnv (1.56s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.37s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.11s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (7.56s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (23.16s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.95s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (10.13s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.90s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.58s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.68s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.62s) [2019-09-27T13:00:46.822Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2019-09-27T13:00:46.822Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.40s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (12.11s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildExpose (0.38s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.57s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.52s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.31s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildFails (1.01s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.03s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.41s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.42s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.94s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.50s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.36s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.15s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.86s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (1.05s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.92s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (3.96s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.20s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.47s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildHistory (4.41s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.44s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.89s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.61s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.60s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.06s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildLabel (0.55s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.52s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.49s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.37s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildLabels (0.61s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.02s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.75s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildLastModified (5.50s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildLineBreak (3.67s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.13s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.13s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.34s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.43s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.73s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (5.44s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.85s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (1.02s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (13.18s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (4.43s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.41s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.72s) [2019-09-27T13:00:46.822Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2019-09-27T13:00:46.822Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (6.32s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.67s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.49s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.39s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildNetContainer (2.28s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.90s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.23s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.04s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.85s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.43s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.05s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.84s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.39s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.80s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildOnBuild (2.82s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.88s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (3.11s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.58s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.88s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.37s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.57s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.50s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (4.11s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildPATH (2.45s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.90s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.99s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (10.91s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (4.58s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (2.05s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildRm (3.21s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.11s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.30s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.48s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.64s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.63s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.47s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.35s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (4.67s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.12s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.44s) [2019-09-27T13:00:46.822Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-09-27T13:00:46.822Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.55s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.39s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.17s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildStderr (1.36s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (5.23s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.54s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.33s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.54s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildTagEvent (1.33s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.75s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildUser (2.20s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (3.65s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (19.19s) [2019-09-27T13:00:46.822Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (1.18s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.54s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.16s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.18s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (2.09s) [2019-09-27T13:00:46.823Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2019-09-27T13:00:46.823Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:00:46.823Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2019-09-27T13:00:46.823Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:00:46.823Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2019-09-27T13:00:46.823Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:00:46.823Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-09-27T13:00:46.823Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (2.00s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.98s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.67s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.05s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.14s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (3.53s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (2.23s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (1.03s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.50s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.67s) [2019-09-27T13:00:46.823Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-09-27T13:00:46.823Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.03s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.36s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2019-09-27T13:00:46.823Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2019-09-27T13:00:46.823Z] docker_cli_sni_test.go:18: Flakey test [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.81s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (1.00s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestCommitChange (1.16s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (1.06s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.76s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.80s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (1.01s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestCommitTTY (2.01s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (1.14s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (2.09s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (1.08s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.03s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.13s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.08s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPICommit (2.07s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.88s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.88s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.98s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.85s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.89s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.81s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.07s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.84s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.07s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.25s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.09s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (1.09s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.02s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.89s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (2.05s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.81s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.80s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.85s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.87s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.82s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.89s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.90s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.91s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.09s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.82s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.68s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.63s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.06s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.86s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.67s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.96s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.89s) [2019-09-27T13:00:46.823Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2019-09-27T13:00:46.823Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.08s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.83s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.86s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.23s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (4.76s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.55s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.99s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.41s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (23.63s) [2019-09-27T13:00:46.823Z] docker_api_containers_test.go:2100: case 0 - config: {volume /foo false } [2019-09-27T13:00:46.823Z] docker_api_containers_test.go:2100: case 1 - config: {volume /foo/ false } [2019-09-27T13:00:46.823Z] docker_api_containers_test.go:2100: case 2 - config: {volume test1 /foo false } [2019-09-27T13:00:46.823Z] docker_api_containers_test.go:2100: case 3 - config: {volume test2 /foo true } [2019-09-27T13:00:46.823Z] docker_api_containers_test.go:2100: case 4 - config: {volume test3 /foo false 0xc0008eb240 } [2019-09-27T13:00:46.823Z] docker_api_containers_test.go:2100: case 5 - config: {bind /tmp/test-mounts-api-1970854169 /foo false } [2019-09-27T13:00:46.823Z] docker_api_containers_test.go:2100: case 6 - config: {bind /tmp/test-mounts-api-1970854169 /foo true } [2019-09-27T13:00:46.823Z] docker_api_containers_test.go:2100: case 7 - config: {bind /tmp/test-mounts-api-3208669092 /foo false } [2019-09-27T13:00:46.823Z] docker_api_containers_test.go:2100: case 8 - config: {bind /tmp/test-mounts-api-3208669092 /foo true } [2019-09-27T13:00:46.823Z] docker_api_containers_test.go:2100: case 9 - config: {bind /tmp/test-mounts-api-3208669092 /foo true 0xc0008eba00 } [2019-09-27T13:00:46.823Z] docker_api_containers_test.go:2100: case 10 - config: {volume /foo false 0xc0008eba40 } [2019-09-27T13:00:46.823Z] docker_api_containers_test.go:2100: case 11 - config: {volume /foo/ false 0xc0008eba80 } [2019-09-27T13:00:46.823Z] docker_api_containers_test.go:2100: case 12 - config: {volume test4 /foo false 0xc0008ebac0 } [2019-09-27T13:00:46.823Z] docker_api_containers_test.go:2100: case 13 - config: {volume test5 /foo true 0xc0008ebb00 } [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.63s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.48s) [2019-09-27T13:00:46.823Z] docker_api_containers_test.go:1927: case 0 [2019-09-27T13:00:46.823Z] docker_api_containers_test.go:1927: case 1 [2019-09-27T13:00:46.823Z] docker_api_containers_test.go:1927: case 2 [2019-09-27T13:00:46.823Z] docker_api_containers_test.go:1927: case 3 [2019-09-27T13:00:46.823Z] docker_api_containers_test.go:1927: case 4 [2019-09-27T13:00:46.823Z] docker_api_containers_test.go:1927: case 5 [2019-09-27T13:00:46.823Z] docker_api_containers_test.go:1927: case 6 [2019-09-27T13:00:46.823Z] docker_api_containers_test.go:1927: case 7 [2019-09-27T13:00:46.823Z] docker_api_containers_test.go:1927: case 8 [2019-09-27T13:00:46.823Z] docker_api_containers_test.go:1927: case 9 [2019-09-27T13:00:46.823Z] docker_api_containers_test.go:1927: case 10 [2019-09-27T13:00:46.823Z] docker_api_containers_test.go:1927: case 11 [2019-09-27T13:00:46.823Z] docker_api_containers_test.go:1927: case 12 [2019-09-27T13:00:46.823Z] docker_api_containers_test.go:1927: case 13 [2019-09-27T13:00:46.823Z] docker_api_containers_test.go:1927: case 14 [2019-09-27T13:00:46.823Z] docker_api_containers_test.go:1927: case 15 [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (3.04s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (2.41s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.97s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.96s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.19s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.79s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.95s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (1.06s) [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-check-ownership579654113/file1 0cf1187a90f6aa078d1ea4dc970d1c633aeeb2055eb8cada76fa24baa1bb59df:/tmpvol/file1` [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestCpFromCaseA (1.00s) [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:192: running `docker cp 3888af8c1293a920679c2c098596f289a3758ed2bfa75991feca53f13dc41482:/root/file1 /tmp/test-cp-from-case-a927202252/itWorks.txt` [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-a927202252/itWorks.txt" contains "file1\n" [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.97s) [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:192: running `docker cp 1aa9976215acef0ce5fddb807acb70023eb31b9af5dd65af1c3fbff4d21213e3:/file1 /tmp/test-cp-from-case-b628770491/testDir/` [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestCpFromCaseC (1.01s) [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-c289779422/file2" contains "file2\n" [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:192: running `docker cp f2e58321cf0d66700467b0aaca3d05acc6c2f19a2927af61a57ce9521ec91256:/root/file1 /tmp/test-cp-from-case-c289779422/file2` [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-c289779422/file2" contains "file1\n" [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.05s) [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:192: running `docker cp f87aec1ea5e0a039e204b501b6a1de4214fe304c52a9fdf9fcdb2e778ad48ce0:/file1 /tmp/test-cp-from-case-d012666021/dir1` [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-d012666021/dir1/file1" contains "file1\n" [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:192: running `docker cp f87aec1ea5e0a039e204b501b6a1de4214fe304c52a9fdf9fcdb2e778ad48ce0:/file1 /tmp/test-cp-from-case-d012666021/dir1/` [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-d012666021/dir1/file1" contains "file1\n" [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.10s) [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:192: running `docker cp 12d4b225e440d5a18a07999df88c647cbd8a1eb522b0d6bc3d5402faf035198b:dir1 /tmp/test-cp-from-case-e762553792/testDir` [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-e762553792/testDir/file1-1" contains "file1-1\n" [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:192: running `docker cp 12d4b225e440d5a18a07999df88c647cbd8a1eb522b0d6bc3d5402faf035198b:dir1 /tmp/test-cp-from-case-e762553792/testDir/` [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-e762553792/testDir/file1-1" contains "file1-1\n" [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.94s) [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:192: running `docker cp 0f751abd5b00d3b07fb90b22b2f3af710a6122fb6b095439c171a4359572e721:/root/dir1 /tmp/test-cp-from-case-f014046751/file1` [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestCpFromCaseG (1.14s) [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:192: running `docker cp 02f7d45ed453f6bad69ba59e84c91b9092c9d88dd461a2a3bc29c326a85bfc37:/root/dir1 /tmp/test-cp-from-case-g214653682/dir2` [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-g214653682/dir2/dir1/file1-1" contains "file1-1\n" [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:192: running `docker cp 02f7d45ed453f6bad69ba59e84c91b9092c9d88dd461a2a3bc29c326a85bfc37:/root/dir1 /tmp/test-cp-from-case-g214653682/dir2/` [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-g214653682/dir2/dir1/file1-1" contains "file1-1\n" [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestCpFromCaseH (1.14s) [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:192: running `docker cp 4a1d8b6aa60b2e13d0c32604e352054a39908ea726329e7017455bf64dc2cb7b:dir1/. /tmp/test-cp-from-case-h773582249/testDir` [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-h773582249/testDir/file1-1" contains "file1-1\n" [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:192: running `docker cp 4a1d8b6aa60b2e13d0c32604e352054a39908ea726329e7017455bf64dc2cb7b:dir1/. /tmp/test-cp-from-case-h773582249/testDir/` [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-h773582249/testDir/file1-1" contains "file1-1\n" [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.97s) [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:192: running `docker cp 93eb5f1cf91682417e383c4237c5a2f4c3a3dafe8d55ba546fc38a090c2cd67a:/root/dir1/. /tmp/test-cp-from-case-i300712180/file1` [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (1.00s) [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:192: running `docker cp e2e3aa5e534bcaaffb50bef20e6a7b68a6474d023e3c17be9dfe1fcc5ea3f2af:/root/dir1/. /tmp/test-cp-from-case-j085242819/dir2` [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-j085242819/dir2/file1-1" contains "file1-1\n" [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:192: running `docker cp e2e3aa5e534bcaaffb50bef20e6a7b68a6474d023e3c17be9dfe1fcc5ea3f2af:/root/dir1/. /tmp/test-cp-from-case-j085242819/dir2/` [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-case-j085242819/dir2/file1-1" contains "file1-1\n" [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.49s) [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:192: running `docker cp 99d7c1a3265c1b9003f7f054fc6e823d50b322053fc9d2bb1c841650a1ccf1b4:/file2 /tmp/test-cp-from-err-dst-not-dir112110150/symlinkToFile1` [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir112110150/symlinkToFile1" points to "file1" [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir112110150/file1" contains "file2\n" [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:192: running `docker cp 99d7c1a3265c1b9003f7f054fc6e823d50b322053fc9d2bb1c841650a1ccf1b4:/file2 /tmp/test-cp-from-err-dst-not-dir112110150/symlinkToDir1` [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir112110150/symlinkToDir1" points to "dir1" [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir112110150/file2" contains "file2\n" [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:192: running `docker cp 99d7c1a3265c1b9003f7f054fc6e823d50b322053fc9d2bb1c841650a1ccf1b4:/file2 /tmp/test-cp-from-err-dst-not-dir112110150/brokenSymlinkToFileX` [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir112110150/brokenSymlinkToFileX" points to "fileX" [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir112110150/fileX" contains "file2\n" [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:192: running `docker cp 99d7c1a3265c1b9003f7f054fc6e823d50b322053fc9d2bb1c841650a1ccf1b4:/dir2 /tmp/test-cp-from-err-dst-not-dir112110150/symlinkToDir1` [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir112110150/symlinkToDir1" points to "dir1" [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir112110150/dir1/dir2/file2-1" contains "file2-1\n" [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:192: running `docker cp 99d7c1a3265c1b9003f7f054fc6e823d50b322053fc9d2bb1c841650a1ccf1b4:/dir2 /tmp/test-cp-from-err-dst-not-dir112110150/brokenSymlinkToDirX` [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-from-err-dst-not-dir112110150/brokenSymlinkToDirX" points to "dirX" [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-from-err-dst-not-dir112110150/dirX/file2-1" contains "file2-1\n" [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.23s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.96s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:192: running `docker cp foo bar` [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestCpNameHasColon (1.03s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.98s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.20s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.93s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (1.26s) [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.82s) [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-a138692782/file1 9d765923de3211d0d401eeb78d29c69ef361248fd2ba8a62a90f939777d9a95a:/root/itWorks.txt` [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:279: checking that container "9d765923de3211d0d401eeb78d29c69ef361248fd2ba8a62a90f939777d9a95a" start output contains "file1\n" [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:209: running `docker start -a 9d765923de3211d0d401eeb78d29c69ef361248fd2ba8a62a90f939777d9a95a` [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.91s) [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-b872770613/file1 1761fd29ee34eebe0daf6e28d5f09c0dab149ad812c615e561cb5646c4954b90:testDir/` [2019-09-27T13:00:46.823Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.62s) [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:279: checking that container "c9c6f588c4ebc6f3be9326a467c853e8b53b4dd4aacbaccbc02a3968f1673cbd" start output contains "file2\n" [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:209: running `docker start -a c9c6f588c4ebc6f3be9326a467c853e8b53b4dd4aacbaccbc02a3968f1673cbd` [2019-09-27T13:00:46.823Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-c974473744/file1 c9c6f588c4ebc6f3be9326a467c853e8b53b4dd4aacbaccbc02a3968f1673cbd:/root/file2` [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:279: checking that container "c9c6f588c4ebc6f3be9326a467c853e8b53b4dd4aacbaccbc02a3968f1673cbd" start output contains "file1\n" [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:209: running `docker start -a c9c6f588c4ebc6f3be9326a467c853e8b53b4dd4aacbaccbc02a3968f1673cbd` [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestCpToCaseD (5.06s) [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:279: checking that container "26aa8be85bbbbec421f0cf32ee096407a4d51a38b87192f5db2fe173e05a9f2a" start output contains "" [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:209: running `docker start -a 26aa8be85bbbbec421f0cf32ee096407a4d51a38b87192f5db2fe173e05a9f2a` [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-d408129071/file1 26aa8be85bbbbec421f0cf32ee096407a4d51a38b87192f5db2fe173e05a9f2a:dir1` [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:279: checking that container "26aa8be85bbbbec421f0cf32ee096407a4d51a38b87192f5db2fe173e05a9f2a" start output contains "file1\n" [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:209: running `docker start -a 26aa8be85bbbbec421f0cf32ee096407a4d51a38b87192f5db2fe173e05a9f2a` [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:279: checking that container "c969127bd48e1b7f40bb3c5501e820db2036ea33c010ad7cd04863cb2fb5b560" start output contains "" [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:209: running `docker start -a c969127bd48e1b7f40bb3c5501e820db2036ea33c010ad7cd04863cb2fb5b560` [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-d408129071/file1 c969127bd48e1b7f40bb3c5501e820db2036ea33c010ad7cd04863cb2fb5b560:dir1/` [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:279: checking that container "c969127bd48e1b7f40bb3c5501e820db2036ea33c010ad7cd04863cb2fb5b560" start output contains "file1\n" [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:209: running `docker start -a c969127bd48e1b7f40bb3c5501e820db2036ea33c010ad7cd04863cb2fb5b560` [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestCpToCaseE (3.60s) [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-e323168194/dir1 07d46da4def7169604f3e28b7d85fa51471b4f295c049becf5cb040e333c0dc9:testDir` [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:279: checking that container "07d46da4def7169604f3e28b7d85fa51471b4f295c049becf5cb040e333c0dc9" start output contains "file1-1\n" [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:209: running `docker start -a 07d46da4def7169604f3e28b7d85fa51471b4f295c049becf5cb040e333c0dc9` [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-e323168194/dir1 e5c7b59b66a167c7e71d68b29482a8d3c1b479cbd6f1499cebebbd79b353bfc8:testDir/` [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:279: checking that container "e5c7b59b66a167c7e71d68b29482a8d3c1b479cbd6f1499cebebbd79b353bfc8" start output contains "file1-1\n" [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:209: running `docker start -a e5c7b59b66a167c7e71d68b29482a8d3c1b479cbd6f1499cebebbd79b353bfc8` [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.93s) [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-f668001849/dir1 316a3b7cf112342bef24ec197d6e0b698daf2d441709a7c9513e0000fe0de687:/root/file1` [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestCpToCaseG (5.26s) [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:279: checking that container "4356b46b14838c85377de3f88fd6a7b4740a544a5cb1d1ae1a1914fd4a4ddb25" start output contains "" [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:209: running `docker start -a 4356b46b14838c85377de3f88fd6a7b4740a544a5cb1d1ae1a1914fd4a4ddb25` [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-g096753220/dir1 4356b46b14838c85377de3f88fd6a7b4740a544a5cb1d1ae1a1914fd4a4ddb25:/root/dir2` [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:279: checking that container "4356b46b14838c85377de3f88fd6a7b4740a544a5cb1d1ae1a1914fd4a4ddb25" start output contains "file1-1\n" [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:209: running `docker start -a 4356b46b14838c85377de3f88fd6a7b4740a544a5cb1d1ae1a1914fd4a4ddb25` [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:279: checking that container "5e91e29f572078fd99fc60e5fb653a9013814df9e03060ba4369e89189dab673" start output contains "" [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:209: running `docker start -a 5e91e29f572078fd99fc60e5fb653a9013814df9e03060ba4369e89189dab673` [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-g096753220/dir1 5e91e29f572078fd99fc60e5fb653a9013814df9e03060ba4369e89189dab673:/dir2/` [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:279: checking that container "5e91e29f572078fd99fc60e5fb653a9013814df9e03060ba4369e89189dab673" start output contains "file1-1\n" [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:209: running `docker start -a 5e91e29f572078fd99fc60e5fb653a9013814df9e03060ba4369e89189dab673` [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestCpToCaseH (3.59s) [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-h613227219/dir1/. d89a255faa63a110b05d3041628dbc69bd4d498b9aec437d339033532c88d8d6:testDir` [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:279: checking that container "d89a255faa63a110b05d3041628dbc69bd4d498b9aec437d339033532c88d8d6" start output contains "file1-1\n" [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:209: running `docker start -a d89a255faa63a110b05d3041628dbc69bd4d498b9aec437d339033532c88d8d6` [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-h613227219/dir1/. 979398a586e4b01ec0a04a7510906b5bb2e204696738758d18523736f77cf41a:testDir/` [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:279: checking that container "979398a586e4b01ec0a04a7510906b5bb2e204696738758d18523736f77cf41a" start output contains "file1-1\n" [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:209: running `docker start -a 979398a586e4b01ec0a04a7510906b5bb2e204696738758d18523736f77cf41a` [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.87s) [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-i381978646/dir1/. 91b2d72fbe62b37c695b195d48bdd9849ebddd8bb6ca62b11e31f26354320432:/root/file1` [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestCpToCaseJ (4.99s) [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:279: checking that container "8cbd5891fc8d4cc67423c1564609f99a014f84f2cda82fe22d77aefe9f34a88f" start output contains "" [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:209: running `docker start -a 8cbd5891fc8d4cc67423c1564609f99a014f84f2cda82fe22d77aefe9f34a88f` [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-j154573949/dir1/. 8cbd5891fc8d4cc67423c1564609f99a014f84f2cda82fe22d77aefe9f34a88f:/dir2` [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:279: checking that container "8cbd5891fc8d4cc67423c1564609f99a014f84f2cda82fe22d77aefe9f34a88f" start output contains "file1-1\n" [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:209: running `docker start -a 8cbd5891fc8d4cc67423c1564609f99a014f84f2cda82fe22d77aefe9f34a88f` [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:279: checking that container "8af86232806ba82a762c16178159eb1e5ac40c78ee20451b10012bf75bf701bb" start output contains "" [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:209: running `docker start -a 8af86232806ba82a762c16178159eb1e5ac40c78ee20451b10012bf75bf701bb` [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-case-j154573949/dir1/. 8af86232806ba82a762c16178159eb1e5ac40c78ee20451b10012bf75bf701bb:/dir2/` [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:279: checking that container "8af86232806ba82a762c16178159eb1e5ac40c78ee20451b10012bf75bf701bb" start output contains "file1-1\n" [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:209: running `docker start -a 8af86232806ba82a762c16178159eb1e5ac40c78ee20451b10012bf75bf701bb` [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (1.26s) [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:192: running `docker cp -a /tmp/test-cp-to-host-with-permissions740029880/permdirtest permtest:/` [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:209: running `docker start -a permtest` [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestCpToDot (1.04s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (2.00s) [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-err-read-only-rootfs126034346/file1 a4695b32d7f784d504d909195769cad64c716fc160a66e94f5014bfaadfab51b:/root/shouldNotExist` [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:279: checking that container "a4695b32d7f784d504d909195769cad64c716fc160a66e94f5014bfaadfab51b" start output contains "" [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:209: running `docker start -a a4695b32d7f784d504d909195769cad64c716fc160a66e94f5014bfaadfab51b` [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.88s) [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-err-read-only-volume864641281/file1 0beffabf10c6ed693497e3c87073d393a49303ae1bfac291d278fb4aa0bd800c:/vol_ro/shouldNotExist` [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:279: checking that container "0beffabf10c6ed693497e3c87073d393a49303ae1bfac291d278fb4aa0bd800c" start output contains "" [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:209: running `docker start -a 0beffabf10c6ed693497e3c87073d393a49303ae1bfac291d278fb4aa0bd800c` [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestCpToStdout (1.03s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (3.54s) [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-105575532/file2 692d098362db93e60a2c87dac39c43db282e029412268a8d8d9f308a54fd8072:/vol2/symlinkToFile1` [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-105575532/symlinkToFile1" points to "file1" [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-105575532/file1" contains "file2\n" [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-105575532/file2 692d098362db93e60a2c87dac39c43db282e029412268a8d8d9f308a54fd8072:/vol2/symlinkToDir1` [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-105575532/symlinkToDir1" points to "dir1" [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-105575532/file2" contains "file2\n" [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-105575532/file2 692d098362db93e60a2c87dac39c43db282e029412268a8d8d9f308a54fd8072:/vol2/brokenSymlinkToFileX` [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-105575532/brokenSymlinkToFileX" points to "fileX" [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-105575532/fileX" contains "file2\n" [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-105575532//dir2 692d098362db93e60a2c87dac39c43db282e029412268a8d8d9f308a54fd8072:/vol2/symlinkToDir1` [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-105575532/symlinkToDir1" points to "dir1" [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-105575532/dir1/dir2/file2-1" contains "file2-1\n" [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:192: running `docker cp /tmp/test-cp-to-symlink-destination-105575532//dir2 692d098362db93e60a2c87dac39c43db282e029412268a8d8d9f308a54fd8072:/vol2/brokenSymlinkToDirX` [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:264: checking that the symlink "/tmp/test-cp-to-symlink-destination-105575532/brokenSymlinkToDirX" points to "dirX" [2019-09-27T13:00:46.824Z] docker_cli_cp_utils_test.go:244: checking that file "/tmp/test-cp-to-symlink-destination-105575532/dirX/file2-1" contains "file2-1\n" [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.59s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (1.01s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.78s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.24s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestCreateArgs (0.10s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.57s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.86s) [2019-09-27T13:00:46.824Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2019-09-27T13:00:46.824Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.09s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.83s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.54s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestCreateLabels (0.09s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.17s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestCreateRM (0.18s) [2019-09-27T13:00:46.824Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2019-09-27T13:00:46.824Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.10s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.19s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.49s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.11s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.89s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.11s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.16s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.10s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.12s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.77s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.88s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.95s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.97s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.79s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.84s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.82s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.10s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.81s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.38s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.87s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.53s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.02s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.12s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (7.05s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.86s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.89s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (2.04s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.30s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestEventsAttach (0.87s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestEventsCommit (1.04s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.87s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (1.10s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.90s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.96s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.87s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (4.07s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.69s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestEventsCopy (1.27s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.64s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.82s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.37s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.41s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.31s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.11s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.39s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.12s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.02s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestEventsFilters (1.72s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestEventsFormat (1.67s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.02s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.83s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.26s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.53s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.30s) [2019-09-27T13:00:46.824Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-09-27T13:00:46.824Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-27T13:00:46.824Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-09-27T13:00:46.824Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestEventsPluginOps (2.21s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.85s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestEventsRename (0.82s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestEventsResize (0.89s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.83s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.98s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.81s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (3.13s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestEventsTop (0.84s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (1.75s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestExec (1.01s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.89s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.90s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.91s) [2019-09-27T13:00:46.824Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.83s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.96s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (1.09s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.90s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.83s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.97s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.92s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.72s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestExecCgroup (1.54s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestExecEnv (0.94s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.72s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.96s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestExecInspectID (2.05s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestExecInteractive (1.23s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (1.26s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.96s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestExecParseError (1.04s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestExecPausedContainer (1.82s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.86s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.17s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.93s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestExecStartFails (0.94s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.20s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.83s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestExecTTY (1.03s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.99s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.89s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestExecUlimits (1.06s) [2019-09-27T13:00:46.825Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-09-27T13:00:46.825Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestExecWithImageUser (2.43s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (1.18s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (2.44s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestExecWithTERM (1.12s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestExecWithUser (1.17s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.90s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.83s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.48s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.86s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.92s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.10s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestHealth (21.70s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (1.02s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.90s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.07s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.31s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.29s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.51s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.90s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.06s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.12s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (1.15s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestImagesFormat (0.07s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.92s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.90s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestImportBadURL (0.06s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestImportDisplay (1.88s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestImportFile (1.86s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.89s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestImportGzipped (2.03s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (2.09s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInfoDebug (0.55s) [2019-09-27T13:00:46.825Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDebug" [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName (0.65s) [2019-09-27T13:00:46.825Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName" [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInfoDiscoveryBackend (0.56s) [2019-09-27T13:00:46.825Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDiscoveryBackend" [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInfoDiscoveryInvalidAdvertise (1.01s) [2019-09-27T13:00:46.825Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInfoDiscoveryInvalidAdvertise" [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (1.00s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.89s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.97s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInfoFormat (0.03s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.02s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInsecureRegistries (0.54s) [2019-09-27T13:00:46.825Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestInsecureRegistries" [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.86s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (1.17s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.95s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.86s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.86s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.90s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.76s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.92s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (1.00s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.08s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.92s) [2019-09-27T13:00:46.825Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2019-09-27T13:00:46.825Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.35s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.80s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInspectDefault (0.83s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInspectHistory (1.00s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2019-09-27T13:00:46.825Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2019-09-27T13:00:46.825Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.95s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.14s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.11s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.92s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.92s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInspectPlugin (2.05s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.01s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.25s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInspectStatus (1.12s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.87s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.85s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.91s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.29s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.76s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.90s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.88s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.43s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.87s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.85s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.44s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (2.09s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (3.11s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.69s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.05s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.64s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.58s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.91s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (12.98s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.58s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.87s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.87s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.64s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.40s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.03s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.87s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.80s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.92s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.81s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.93s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (1.07s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.17s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.20s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.21s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.25s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.11s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.77s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.89s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.87s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestLogsSince (6.98s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.84s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (1.02s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestLogsTail (0.87s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.93s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.90s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.46s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.94s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestNetHostname (2.70s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.40s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestNetworkEvents (1.34s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (2.73s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.86s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPluginActive (1.71s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (7.08s) [2019-09-27T13:00:46.825Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2019-09-27T13:00:46.825Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.63s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPluginLogDriver (4.03s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.84s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.50s) [2019-09-27T13:00:46.825Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSuite/TestPluginMetricsCollector" [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.35s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (2.50s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.62s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.68s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPortList (10.40s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.59s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPostContainersAttach (7.69s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.07s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.92s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.92s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.85s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.13s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.67s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (3.75s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.74s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.37s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.17s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPsByOrder (3.56s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.17s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPsListContainersBase (3.77s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (5.24s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.09s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (4.23s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (7.98s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.68s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.61s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.82s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.62s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.67s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.74s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.59s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.20s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.89s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.64s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPsShowMounts (3.14s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.96s) [2019-09-27T13:00:46.825Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2019-09-27T13:00:46.825Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.54s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.47s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.09s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (1.00s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.67s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.69s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (1.01s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (8.18s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.61s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.52s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.11s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.11s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.34s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.76s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.60s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (4.31s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.73s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.11s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (4.03s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.11s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.32s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.90s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (1.02s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.85s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (1.00s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestRmiTag (0.13s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.86s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (4.90s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.90s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (1.03s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.44s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.70s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestRunAddHost (0.85s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.47s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.89s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.85s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.72s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.04s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.87s) [2019-09-27T13:00:46.825Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.96s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (1.64s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.65s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.98s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (1.00s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.95s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.90s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.97s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.13s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.19s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.80s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.85s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.93s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunBindMounts (2.69s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (1.03s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.83s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.84s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.84s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.84s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.81s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.79s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.82s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.83s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.78s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.32s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.90s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.91s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.79s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.12s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.85s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.66s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.77s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.57s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.87s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.82s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.82s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.86s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.84s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.92s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (4.01s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.07s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.80s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.45s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.74s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.76s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.70s) [2019-09-27T13:00:46.826Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2019-09-27T13:00:46.826Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:00:46.826Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-09-27T13:00:46.826Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.73s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (2.00s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.62s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.44s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.82s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.68s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.88s) [2019-09-27T13:00:46.826Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-09-27T13:00:46.826Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.85s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.84s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.05s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.79s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.84s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.86s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.79s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.04s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.88s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.82s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.80s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.80s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunExitCode (0.78s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.87s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.81s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.84s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.73s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.81s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.62s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.39s) [2019-09-27T13:00:46.826Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-09-27T13:00:46.826Z] requirement.go:26: unmatched requirement IsolationIsHyperv [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.64s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.89s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.59s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (1.22s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.67s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.83s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.36s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.60s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.68s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (0.89s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.67s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.68s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.23s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.25s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.59s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.41s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.73s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.27s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunModePIDHost (1.67s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.67s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunMount (6.52s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.81s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.84s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.63s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.47s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.47s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunNamedVolume (2.39s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.63s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.68s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.74s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.05s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.86s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunNetHost (1.13s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.83s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.83s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.60s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.70s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (5.23s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.75s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.11s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.79s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.11s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.82s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.84s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.13s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.86s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (1.01s) [2019-09-27T13:00:46.826Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2019-09-27T13:00:46.826Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.95s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.90s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.83s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunPortInUse (1.15s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.88s) [2019-09-27T13:00:46.826Z] docker_cli_run_unix_test.go:1415: out: "a *:* rwm\n" [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.82s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.82s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.95s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (1.01s) [2019-09-27T13:00:46.826Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-09-27T13:00:46.826Z] requirement.go:26: unmatched requirement IsolationIsProcess [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.89s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.87s) [2019-09-27T13:00:46.826Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2019-09-27T13:00:46.826Z] docker_cli_run_test.go:2869: kernel doesn't have latency_stats configured [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.97s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.79s) [2019-09-27T13:00:46.826Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2019-09-27T13:00:46.826Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (3.59s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.72s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunRm (0.81s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.84s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.94s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.75s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.92s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.76s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (4.48s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (5.25s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.82s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.71s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.83s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.80s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.79s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (1.00s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.85s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.84s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.80s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.69s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunState (1.66s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.83s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.83s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.23s) [2019-09-27T13:00:46.826Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2019-09-27T13:00:46.826Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.80s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.76s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunSysctls (1.77s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.04s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.82s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.68s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.81s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (2.06s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (4.07s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.14s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.81s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.84s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.79s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (2.46s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.16s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunUserByID (0.78s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.17s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.18s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.83s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunUserByName (0.76s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.81s) [2019-09-27T13:00:46.826Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2019-09-27T13:00:46.826Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.19s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.78s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (4.75s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.81s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.16s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.55s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.75s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.56s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.76s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.84s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsShared (0.76s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsSlave (1.00s) [2019-09-27T13:00:46.826Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2019-09-27T13:00:46.826Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:00:46.826Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2019-09-27T13:00:46.826Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:00:46.826Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-09-27T13:00:46.826Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.22s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunWithBlkioWeight (0.77s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (1.01s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.82s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.61s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.89s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.83s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.85s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.02s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.05s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.02s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.18s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.17s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.19s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.18s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.17s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.86s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.81s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.83s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.86s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.32s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.81s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.81s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.80s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.03s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.79s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.63s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.84s) [2019-09-27T13:00:46.826Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-09-27T13:00:46.826Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.74s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.08s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.65s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.77s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.70s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.78s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2019-09-27T13:00:46.826Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.13s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.15s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.24s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.05s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (2.06s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestSaveImageId (0.06s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.55s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestSaveLoadParents (2.16s) [2019-09-27T13:00:46.827Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents739472366 [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.79s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.66s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.61s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.40s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.07s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.08s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.06s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.38s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.45s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.62s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.82s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (1.03s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.58s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.95s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.66s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.90s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestStartRecordError (1.88s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (2.89s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (2.13s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (3.79s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.25s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.06s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestStatsFormatAll (5.83s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.99s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.86s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.86s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.93s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.87s) [2019-09-27T13:00:46.827Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2019-09-27T13:00:46.827Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.79s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (4.61s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.54s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.81s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.85s) [2019-09-27T13:00:46.827Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2019-09-27T13:00:46.827Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.97s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.86s) [2019-09-27T13:00:46.827Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-09-27T13:00:46.827Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.69s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.99s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.98s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.73s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestUpdateStats (4.20s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.58s) [2019-09-27T13:00:46.827Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s) [2019-09-27T13:00:46.827Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.25s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.98s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (4.43s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (3.77s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (3.35s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (2.99s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (4.53s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (5.30s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.58s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.43s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.67s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.70s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.50s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.42s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.47s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.43s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.60s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.02s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.03s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.86s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.05s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.02s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.86s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (1.00s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.06s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (2.48s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.16s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.87s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.57s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.05s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (3.68s) [2019-09-27T13:00:46.827Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (4.47s) [2019-09-27T13:00:46.827Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2019-09-27T13:00:46.827Z] requirement.go:26: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2019-09-27T13:00:46.827Z] === RUN TestDockerRegistrySuite [2019-09-27T13:00:46.827Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2019-09-27T13:00:48.195Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2019-09-27T13:00:49.563Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2019-09-27T13:00:51.455Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2019-09-27T13:00:51.455Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2019-09-27T13:00:52.385Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2019-09-27T13:00:55.657Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2019-09-27T13:00:55.914Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2019-09-27T13:00:58.434Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2019-09-27T13:01:00.955Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2019-09-27T13:01:04.235Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2019-09-27T13:01:05.604Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2019-09-27T13:01:06.974Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2019-09-27T13:01:07.232Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2019-09-27T13:01:08.608Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2019-09-27T13:01:10.504Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2019-09-27T13:01:12.399Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2019-09-27T13:01:13.770Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2019-09-27T13:01:15.140Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2019-09-27T13:01:16.509Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2019-09-27T13:01:19.783Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2019-09-27T13:01:20.013Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2019-09-27T13:01:20.013Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2019-09-27T13:01:20.013Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2019-09-27T13:01:20.013Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2019-09-27T13:01:20.013Z] === RUN TestDockerSuite/TestAPINetworkFilter [2019-09-27T13:01:20.013Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2019-09-27T13:01:20.013Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2019-09-27T13:01:20.013Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2019-09-27T13:01:20.013Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2019-09-27T13:01:20.013Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2019-09-27T13:01:20.013Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2019-09-27T13:01:20.013Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2019-09-27T13:01:20.013Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2019-09-27T13:01:20.013Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2019-09-27T13:01:20.013Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2019-09-27T13:01:21.556Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2019-09-27T13:01:22.309Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2019-09-27T13:01:23.678Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2019-09-27T13:01:27.853Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2019-09-27T13:01:28.639Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2019-09-27T13:01:28.639Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2019-09-27T13:01:28.639Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2019-09-27T13:01:28.639Z] === RUN TestDockerSuite/TestAttachDisconnect [2019-09-27T13:01:28.639Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2019-09-27T13:01:28.786Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2019-09-27T13:01:28.786Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2019-09-27T13:01:30.682Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2019-09-27T13:01:31.612Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2019-09-27T13:01:32.386Z] === RUN TestDockerSuite/TestAttachPausedContainer [2019-09-27T13:01:32.386Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2019-09-27T13:01:32.386Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2019-09-27T13:01:32.990Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2019-09-27T13:01:37.166Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2019-09-27T13:01:37.166Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2019-09-27T13:01:39.060Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2019-09-27T13:01:39.060Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2019-09-27T13:01:39.317Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2019-09-27T13:01:39.573Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2019-09-27T13:01:39.830Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2019-09-27T13:01:40.087Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2019-09-27T13:01:40.343Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2019-09-27T13:01:41.712Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2019-09-27T13:01:42.721Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2019-09-27T13:01:44.234Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2019-09-27T13:01:45.164Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2019-09-27T13:01:46.532Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2019-09-27T13:01:47.464Z] === RUN TestDockerRegistrySuite/TestV2Only [2019-09-27T13:01:48.028Z] --- PASS: TestDockerRegistrySuite (62.20s) [2019-09-27T13:01:48.028Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (2.04s) [2019-09-27T13:01:48.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestBuildByDigest" [2019-09-27T13:01:48.028Z] check_test.go:196: Daemon db7fa1650eda4 is not started [2019-09-27T13:01:48.028Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.46s) [2019-09-27T13:01:48.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestBuildCopyFromForcePull" [2019-09-27T13:01:48.028Z] check_test.go:196: Daemon d2c089ae31504 is not started [2019-09-27T13:01:48.028Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.83s) [2019-09-27T13:01:48.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestBuildMultiStageImplicitPull" [2019-09-27T13:01:48.028Z] check_test.go:196: Daemon d534697ed37bb is not started [2019-09-27T13:01:48.028Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) [2019-09-27T13:01:48.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentFailingPull" [2019-09-27T13:01:48.028Z] check_test.go:196: Daemon d71279567775d is not started [2019-09-27T13:01:48.028Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (4.61s) [2019-09-27T13:01:48.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentPullMultipleTags" [2019-09-27T13:01:48.028Z] check_test.go:196: Daemon dac19d4128edc is not started [2019-09-27T13:01:48.028Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.57s) [2019-09-27T13:01:48.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentPullWholeRepo" [2019-09-27T13:01:48.028Z] check_test.go:196: Daemon d2b8b5e6d113c is not started [2019-09-27T13:01:48.028Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (4.73s) [2019-09-27T13:01:48.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestConcurrentPush" [2019-09-27T13:01:48.028Z] check_test.go:196: Daemon d6dba7541a763 is not started [2019-09-27T13:01:48.028Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.61s) [2019-09-27T13:01:48.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestCreateByDigest" [2019-09-27T13:01:48.028Z] check_test.go:196: Daemon d33928fd04d21 is not started [2019-09-27T13:01:48.028Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.48s) [2019-09-27T13:01:48.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestCrossRepositoryLayerPush" [2019-09-27T13:01:48.028Z] check_test.go:196: Daemon d75f9f4aa05d4 is not started [2019-09-27T13:01:48.028Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.76s) [2019-09-27T13:01:48.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest" [2019-09-27T13:01:48.028Z] check_test.go:196: Daemon d58669896a6e1 is not started [2019-09-27T13:01:48.028Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.94s) [2019-09-27T13:01:48.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag" [2019-09-27T13:01:48.028Z] check_test.go:196: Daemon da5a81fae7804 is not started [2019-09-27T13:01:48.028Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.52s) [2019-09-27T13:01:48.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag" [2019-09-27T13:01:48.028Z] check_test.go:196: Daemon d7a30554f2383 is not started [2019-09-27T13:01:48.028Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.39s) [2019-09-27T13:01:48.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestEventsImageFilterPush" [2019-09-27T13:01:48.028Z] check_test.go:196: Daemon d90598f69ba81 is not started [2019-09-27T13:01:48.028Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.44s) [2019-09-27T13:01:48.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestInspectImageWithDigests" [2019-09-27T13:01:48.028Z] check_test.go:196: Daemon df62b632febb8 is not started [2019-09-27T13:01:48.028Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.81s) [2019-09-27T13:01:48.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestListDanglingImagesWithDigests" [2019-09-27T13:01:48.028Z] docker_cli_by_digest_test.go:321: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:e47ec1f9190e8775517c80bacf9bb29325408cffdcbf2fa318023e71d82ff3ab [2019-09-27T13:01:48.028Z] docker_cli_by_digest_test.go:337: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:ee4013dd447ec0865974b8cc2b08e83f4a12f3b85d7583e970d1042eff81399d [2019-09-27T13:01:48.028Z] check_test.go:196: Daemon ddb6631ad164e is not started [2019-09-27T13:01:48.028Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.85s) [2019-09-27T13:01:48.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestListImagesWithDigests" [2019-09-27T13:01:48.028Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:b79d44d0ccf7454af5143409c2bc9296406471c59fd04efbe19c7f34ecfcc703 [2019-09-27T13:01:48.028Z] docker_cli_by_digest_test.go:261: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:90a2f6567ee6bc6cd5b241c23276e0a50b72b738f7a7366a9d6ce37e01e77a40 [2019-09-27T13:01:48.028Z] check_test.go:196: Daemon d5b7831462177 is not started [2019-09-27T13:01:48.028Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.51s) [2019-09-27T13:01:48.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestListImagesWithoutDigests" [2019-09-27T13:01:48.028Z] check_test.go:196: Daemon d86c347670639 is not started [2019-09-27T13:01:48.028Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (3.60s) [2019-09-27T13:01:48.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest" [2019-09-27T13:01:48.028Z] check_test.go:196: Daemon d5d4b61ec5e02 is not started [2019-09-27T13:01:48.028Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.47s) [2019-09-27T13:01:48.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullByDigest" [2019-09-27T13:01:48.028Z] check_test.go:196: Daemon da68ee5ecf1a1 is not started [2019-09-27T13:01:48.028Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.12s) [2019-09-27T13:01:48.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullByDigestNoFallback" [2019-09-27T13:01:48.028Z] check_test.go:196: Daemon d016250d429ae is not started [2019-09-27T13:01:48.028Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.56s) [2019-09-27T13:01:48.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullByTagDisplaysDigest" [2019-09-27T13:01:48.028Z] check_test.go:196: Daemon d72d62d86dbfe is not started [2019-09-27T13:01:48.028Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.22s) [2019-09-27T13:01:48.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullFailsWithAlteredLayer" [2019-09-27T13:01:48.028Z] check_test.go:196: Daemon d57122216c98f is not started [2019-09-27T13:01:48.028Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.34s) [2019-09-27T13:01:48.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullFailsWithAlteredManifest" [2019-09-27T13:01:48.028Z] check_test.go:196: Daemon d4c6f96483984 is not started [2019-09-27T13:01:48.028Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.90s) [2019-09-27T13:01:48.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullIDStability" [2019-09-27T13:01:48.028Z] check_test.go:196: Daemon dfe46770e8762 is not started [2019-09-27T13:01:48.028Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.37s) [2019-09-27T13:01:48.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullImageWithAliases" [2019-09-27T13:01:48.028Z] check_test.go:196: Daemon d25c159ae1a71 is not started [2019-09-27T13:01:48.028Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.45s) [2019-09-27T13:01:48.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullManifestList" [2019-09-27T13:01:48.028Z] check_test.go:196: Daemon d63ff1b5b1eb3 is not started [2019-09-27T13:01:48.028Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.44s) [2019-09-27T13:01:48.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPullNoLayers" [2019-09-27T13:01:48.028Z] check_test.go:196: Daemon da52d1de4f38a is not started [2019-09-27T13:01:48.028Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2019-09-27T13:01:48.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushBadTag" [2019-09-27T13:01:48.028Z] check_test.go:196: Daemon d5c226c5ee396 is not started [2019-09-27T13:01:48.028Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.28s) [2019-09-27T13:01:48.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushBusyboxImage" [2019-09-27T13:01:48.028Z] check_test.go:196: Daemon d27a5bd8d6f84 is not started [2019-09-27T13:01:48.028Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.27s) [2019-09-27T13:01:48.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushEmptyLayer" [2019-09-27T13:01:48.028Z] check_test.go:196: Daemon dd39f6a017ba2 is not started [2019-09-27T13:01:48.028Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.31s) [2019-09-27T13:01:48.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushMultipleTags" [2019-09-27T13:01:48.028Z] check_test.go:196: Daemon db032e6ba513a is not started [2019-09-27T13:01:48.028Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2019-09-27T13:01:48.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestPushUntagged" [2019-09-27T13:01:48.028Z] check_test.go:196: Daemon dc66a71d7cff4 is not started [2019-09-27T13:01:48.028Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.44s) [2019-09-27T13:01:48.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestRemoveImageByDigest" [2019-09-27T13:01:48.028Z] check_test.go:196: Daemon d5fe4aef073e2 is not started [2019-09-27T13:01:48.028Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (2.22s) [2019-09-27T13:01:48.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestRunByDigest" [2019-09-27T13:01:48.028Z] check_test.go:196: Daemon dd4d86aff0781 is not started [2019-09-27T13:01:48.028Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.09s) [2019-09-27T13:01:48.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestRunImplicitPullWithNoTag" [2019-09-27T13:01:48.028Z] check_test.go:196: Daemon decdf338df45a is not started [2019-09-27T13:01:48.028Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.41s) [2019-09-27T13:01:48.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestTagByDigest" [2019-09-27T13:01:48.028Z] check_test.go:196: Daemon dd5011a169fce is not started [2019-09-27T13:01:48.028Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.98s) [2019-09-27T13:01:48.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestUserAgentPassThrough" [2019-09-27T13:01:48.028Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.78s) [2019-09-27T13:01:48.028Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistrySuite/TestV2Only" [2019-09-27T13:01:48.028Z] === RUN TestDockerSchema1RegistrySuite [2019-09-27T13:01:48.028Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2019-09-27T13:01:48.285Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2019-09-27T13:01:52.460Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2019-09-27T13:01:57.711Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2019-09-27T13:02:01.883Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2019-09-27T13:02:01.883Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2019-09-27T13:02:02.813Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2019-09-27T13:02:04.196Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2019-09-27T13:02:04.457Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2019-09-27T13:02:04.715Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2019-09-27T13:02:06.085Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2019-09-27T13:02:07.979Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2019-09-27T13:02:08.542Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2019-09-27T13:02:08.799Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2019-09-27T13:02:11.321Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2019-09-27T13:02:13.215Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2019-09-27T13:02:13.472Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2019-09-27T13:02:14.035Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2019-09-27T13:02:14.035Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2019-09-27T13:02:14.598Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2019-09-27T13:02:14.856Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2019-09-27T13:02:15.422Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2019-09-27T13:02:15.422Z] --- PASS: TestDockerSchema1RegistrySuite (27.29s) [2019-09-27T13:02:15.422Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.15s) [2019-09-27T13:02:15.422Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentFailingPull" [2019-09-27T13:02:15.422Z] check_test.go:223: Daemon d7f97c50c9b16 is not started [2019-09-27T13:02:15.422Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (4.29s) [2019-09-27T13:02:15.422Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags" [2019-09-27T13:02:15.422Z] check_test.go:223: Daemon da284dca90b86 is not started [2019-09-27T13:02:15.422Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.36s) [2019-09-27T13:02:15.422Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo" [2019-09-27T13:02:15.422Z] check_test.go:223: Daemon debfd05ef33da is not started [2019-09-27T13:02:15.422Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (4.30s) [2019-09-27T13:02:15.422Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestConcurrentPush" [2019-09-27T13:02:15.422Z] check_test.go:223: Daemon d58eb453b3632 is not started [2019-09-27T13:02:15.422Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.47s) [2019-09-27T13:02:15.422Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported" [2019-09-27T13:02:15.422Z] check_test.go:223: Daemon d16287863719b is not started [2019-09-27T13:02:15.422Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.54s) [2019-09-27T13:02:15.422Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullByDigest" [2019-09-27T13:02:15.422Z] check_test.go:223: Daemon d4854f385b341 is not started [2019-09-27T13:02:15.422Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.12s) [2019-09-27T13:02:15.422Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback" [2019-09-27T13:02:15.422Z] check_test.go:223: Daemon d0c1b7965cc6b is not started [2019-09-27T13:02:15.422Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.48s) [2019-09-27T13:02:15.422Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest" [2019-09-27T13:02:15.422Z] check_test.go:223: Daemon d7a628d942e15 is not started [2019-09-27T13:02:15.422Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.79s) [2019-09-27T13:02:15.422Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer" [2019-09-27T13:02:15.422Z] check_test.go:223: Daemon d9b9db25effbd is not started [2019-09-27T13:02:15.422Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.28s) [2019-09-27T13:02:15.422Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest" [2019-09-27T13:02:15.422Z] check_test.go:223: Daemon d427d76d32a52 is not started [2019-09-27T13:02:15.422Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (4.07s) [2019-09-27T13:02:15.422Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullIDStability" [2019-09-27T13:02:15.422Z] check_test.go:223: Daemon d51d93b704913 is not started [2019-09-27T13:02:15.422Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.50s) [2019-09-27T13:02:15.422Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullImageWithAliases" [2019-09-27T13:02:15.422Z] check_test.go:223: Daemon d04ad16623ca7 is not started [2019-09-27T13:02:15.422Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.53s) [2019-09-27T13:02:15.422Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPullNoLayers" [2019-09-27T13:02:15.422Z] check_test.go:223: Daemon d5ad42b512932 is not started [2019-09-27T13:02:15.422Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.13s) [2019-09-27T13:02:15.422Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushBadTag" [2019-09-27T13:02:15.422Z] check_test.go:223: Daemon d7e018a97b407 is not started [2019-09-27T13:02:15.422Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.37s) [2019-09-27T13:02:15.422Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushBusyboxImage" [2019-09-27T13:02:15.422Z] check_test.go:223: Daemon dc748bac865c8 is not started [2019-09-27T13:02:15.422Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.30s) [2019-09-27T13:02:15.422Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushEmptyLayer" [2019-09-27T13:02:15.422Z] check_test.go:223: Daemon db7e4e5382419 is not started [2019-09-27T13:02:15.422Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.46s) [2019-09-27T13:02:15.422Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushMultipleTags" [2019-09-27T13:02:15.422Z] check_test.go:223: Daemon dd020c6480fe8 is not started [2019-09-27T13:02:15.422Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.13s) [2019-09-27T13:02:15.422Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSchema1RegistrySuite/TestPushUntagged" [2019-09-27T13:02:15.422Z] check_test.go:223: Daemon d6729c5592694 is not started [2019-09-27T13:02:15.422Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2019-09-27T13:02:15.422Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2019-09-27T13:02:16.352Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2019-09-27T13:02:16.352Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2019-09-27T13:02:16.915Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2019-09-27T13:02:17.171Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2019-09-27T13:02:18.541Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2019-09-27T13:02:18.799Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2019-09-27T13:02:19.363Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2019-09-27T13:02:19.620Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2019-09-27T13:02:19.877Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2019-09-27T13:02:20.135Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.60s) [2019-09-27T13:02:20.135Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.98s) [2019-09-27T13:02:20.135Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry" [2019-09-27T13:02:20.135Z] check_test.go:252: Daemon dd4ab406cce7b is not started [2019-09-27T13:02:20.135Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.60s) [2019-09-27T13:02:20.135Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth" [2019-09-27T13:02:20.135Z] check_test.go:252: Daemon d1e9897d0655b is not started [2019-09-27T13:02:20.135Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2019-09-27T13:02:20.135Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry" [2019-09-27T13:02:20.135Z] check_test.go:252: Daemon d6a7936c68924 is not started [2019-09-27T13:02:20.135Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.38s) [2019-09-27T13:02:20.135Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth" [2019-09-27T13:02:20.135Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.27s) [2019-09-27T13:02:20.135Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored" [2019-09-27T13:02:20.135Z] check_test.go:252: Daemon dfde8d7ad788d is not started [2019-09-27T13:02:20.135Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.48s) [2019-09-27T13:02:20.135Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth" [2019-09-27T13:02:20.135Z] check_test.go:252: Daemon d2b3efda47448 is not started [2019-09-27T13:02:20.135Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.58s) [2019-09-27T13:02:20.135Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme" [2019-09-27T13:02:20.135Z] check_test.go:252: Daemon da720163a4d45 is not started [2019-09-27T13:02:20.135Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s) [2019-09-27T13:02:20.135Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry" [2019-09-27T13:02:20.135Z] check_test.go:252: Daemon d3ab817129641 is not started [2019-09-27T13:02:20.135Z] === RUN TestDockerRegistryAuthTokenSuite [2019-09-27T13:02:20.135Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2019-09-27T13:02:25.386Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2019-09-27T13:02:25.386Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2019-09-27T13:02:25.386Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2019-09-27T13:02:25.643Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2019-09-27T13:02:25.956Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.77s) [2019-09-27T13:02:25.956Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.17s) [2019-09-27T13:02:25.956Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError" [2019-09-27T13:02:25.956Z] check_test.go:279: Daemon d35de970c02a1 is not started [2019-09-27T13:02:25.956Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2019-09-27T13:02:25.956Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken" [2019-09-27T13:02:25.956Z] check_test.go:279: Daemon d3b0725b159b4 is not started [2019-09-27T13:02:25.956Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2019-09-27T13:02:25.956Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized" [2019-09-27T13:02:25.956Z] check_test.go:279: Daemon d66ca21d6cc66 is not started [2019-09-27T13:02:25.956Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2019-09-27T13:02:25.956Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable" [2019-09-27T13:02:25.956Z] check_test.go:279: Daemon df69633593a73 is not started [2019-09-27T13:02:25.956Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.16s) [2019-09-27T13:02:25.956Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse" [2019-09-27T13:02:25.956Z] check_test.go:279: Daemon d79f40321021c is not started [2019-09-27T13:02:25.956Z] === RUN TestDockerNetworkSuite [2019-09-27T13:02:25.956Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverBindExternalVolume [2019-09-27T13:02:26.885Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverCapabilities [2019-09-27T13:02:27.448Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverDeleteContainer [2019-09-27T13:02:29.341Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverGet [2019-09-27T13:02:29.341Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverGetEmptyResponse [2019-09-27T13:02:29.904Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverList [2019-09-27T13:02:29.904Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverLookupNotBlocked [2019-09-27T13:02:29.904Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverMountID [2019-09-27T13:02:31.810Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverNamed [2019-09-27T13:02:33.178Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverOutOfBandDelete [2019-09-27T13:02:39.719Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2019-09-27T13:02:49.668Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverPathCalls [2019-09-27T13:02:57.760Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2019-09-27T13:03:00.278Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2019-09-27T13:03:03.549Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2019-09-27T13:03:06.822Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2019-09-27T13:03:14.916Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2019-09-27T13:03:20.172Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2019-09-27T13:03:22.692Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2019-09-27T13:03:25.964Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2019-09-27T13:03:29.238Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2019-09-27T13:03:32.510Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2019-09-27T13:03:34.403Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2019-09-27T13:03:35.333Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2019-09-27T13:03:38.606Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2019-09-27T13:03:54.391Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2019-09-27T13:03:54.391Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2019-09-27T13:03:54.391Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2019-09-27T13:03:54.391Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2019-09-27T13:03:56.663Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverUnmountOnCp [2019-09-27T13:03:59.087Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2019-09-27T13:03:59.087Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2019-09-27T13:03:59.087Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2019-09-27T13:03:59.087Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2019-09-27T13:03:59.087Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2019-09-27T13:03:59.560Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2019-09-27T13:04:00.531Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2019-09-27T13:04:03.452Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2019-09-27T13:04:04.991Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2019-09-27T13:04:05.452Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2019-09-27T13:04:05.452Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2019-09-27T13:04:05.452Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2019-09-27T13:04:08.360Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2019-09-27T13:04:23.198Z] === RUN TestDockerSuite/TestBuildAddNonTar [2019-09-27T13:04:27.881Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2019-09-27T13:04:28.708Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverUnmountOnMountFail [2019-09-27T13:04:28.846Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2019-09-27T13:04:28.846Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2019-09-27T13:04:30.601Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2019-09-27T13:04:31.756Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2019-09-27T13:04:33.290Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2019-09-27T13:04:43.605Z] === RUN TestDockerSuite/TestBuildAddScript [2019-09-27T13:04:44.063Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2019-09-27T13:04:44.063Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2019-09-27T13:04:44.063Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2019-09-27T13:04:44.063Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2019-09-27T13:04:44.529Z] === RUN TestDockerSuite/TestBuildAddTar [2019-09-27T13:04:48.653Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2019-09-27T13:04:58.601Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverUnnamed [2019-09-27T13:05:06.693Z] --- PASS: TestDockerSwarmSuite (1729.10s) [2019-09-27T13:05:06.693Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (4.39s) [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPIDuplicateNetworks" [2019-09-27T13:05:06.693Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.55s) [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPINetworkInspectWithScope" [2019-09-27T13:05:06.693Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.37s) [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPIServiceUpdatePort" [2019-09-27T13:05:06.693Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (12.67s) [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmCAHash" [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmCAHash" [2019-09-27T13:05:06.693Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.01s) [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmErrorHandling" [2019-09-27T13:05:06.693Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (29.77s) [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmForceNewCluster" [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmForceNewCluster" [2019-09-27T13:05:06.693Z] check_test.go:358: [d4fa0381a4579] joining swarm manager [d5c26959359e9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmForceNewCluster" [2019-09-27T13:05:06.693Z] check_test.go:358: [d3a03075e5017] joining swarm manager [d5c26959359e9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-27T13:05:06.693Z] check_test.go:379: Daemon d4fa0381a4579 is not started [2019-09-27T13:05:06.693Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2019-09-27T13:05:06.693Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2019-09-27T13:05:06.693Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.30s) [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmInit" [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmInit" [2019-09-27T13:05:06.693Z] check_test.go:358: [d351ff713af1b] joining swarm manager [d8a468b501825]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-27T13:05:06.693Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.87s) [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmInvalidAddress" [2019-09-27T13:05:06.693Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.52s) [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmJoinToken" [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmJoinToken" [2019-09-27T13:05:06.693Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (39.54s) [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderElection" [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderElection" [2019-09-27T13:05:06.693Z] check_test.go:358: [d1ce01b97ed08] joining swarm manager [d5505cf22fb59]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderElection" [2019-09-27T13:05:06.693Z] check_test.go:358: [d5231ab582958] joining swarm manager [d5505cf22fb59]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-27T13:05:06.693Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2019-09-27T13:05:06.693Z] docker_api_swarm_test.go:364: Waiting for possible election... [2019-09-27T13:05:06.693Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (24.92s) [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderProxy" [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderProxy" [2019-09-27T13:05:06.693Z] check_test.go:358: [dacc6df527abd] joining swarm manager [dd53c3413e3f1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaderProxy" [2019-09-27T13:05:06.693Z] check_test.go:358: [d07cf4832e61e] joining swarm manager [dd53c3413e3f1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-27T13:05:06.693Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.73s) [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin" [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin" [2019-09-27T13:05:06.693Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.63s) [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer" [2019-09-27T13:05:06.693Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.91s) [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmListNodes" [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmListNodes" [2019-09-27T13:05:06.693Z] check_test.go:358: [d1ced3ffc4169] joining swarm manager [dfed0ab9bd73d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmListNodes" [2019-09-27T13:05:06.693Z] check_test.go:358: [de32e58cc7c4f] joining swarm manager [dfed0ab9bd73d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-27T13:05:06.693Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (48.32s) [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmManagerRestore" [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmManagerRestore" [2019-09-27T13:05:06.693Z] check_test.go:358: [dd63ffea620aa] joining swarm manager [d53e0af633f22]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmManagerRestore" [2019-09-27T13:05:06.693Z] check_test.go:358: [deb72464b3643] joining swarm manager [d53e0af633f22]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-27T13:05:06.693Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (18.09s) [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeDrainPause" [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeDrainPause" [2019-09-27T13:05:06.693Z] check_test.go:358: [de0752fdd6858] joining swarm manager [d3ad60c04dbb2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-27T13:05:06.693Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.69s) [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeRemove" [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeRemove" [2019-09-27T13:05:06.693Z] check_test.go:358: [deb395b7e8c9a] joining swarm manager [d67840716e5a1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeRemove" [2019-09-27T13:05:06.693Z] check_test.go:358: [d2edae2fbf442] joining swarm manager [d67840716e5a1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-27T13:05:06.693Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.53s) [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmNodeUpdate" [2019-09-27T13:05:06.693Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (25.68s) [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmPromoteDemote" [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmPromoteDemote" [2019-09-27T13:05:06.693Z] check_test.go:358: [d77073c5371be] joining swarm manager [dbeed64894bea]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-27T13:05:06.693Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (58.37s) [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRaftQuorum" [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRaftQuorum" [2019-09-27T13:05:06.693Z] check_test.go:358: [d65874190ad84] joining swarm manager [d0b379b5b0fab]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRaftQuorum" [2019-09-27T13:05:06.693Z] check_test.go:358: [d88687c042eec] joining swarm manager [d0b379b5b0fab]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-27T13:05:06.693Z] check_test.go:379: Daemon d88687c042eec is not started [2019-09-27T13:05:06.693Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (56.54s) [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-09-27T13:05:06.693Z] check_test.go:358: [daaac7a4dc4ca] joining swarm manager [d73d65f7dca31]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-09-27T13:05:06.693Z] check_test.go:358: [df8558adf66e1] joining swarm manager [d73d65f7dca31]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-09-27T13:05:06.693Z] check_test.go:358: [d3f23eba8a2d7] joining swarm manager [d73d65f7dca31]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-09-27T13:05:06.693Z] check_test.go:358: [d934f8e6fee65] joining swarm manager [d73d65f7dca31]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestartCluster" [2019-09-27T13:05:06.693Z] check_test.go:358: [d3ef15d27bd07] joining swarm manager [d73d65f7dca31]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2019-09-27T13:05:06.693Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.36s) [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin" [2019-09-27T13:05:06.693Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (5.07s) [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate" [2019-09-27T13:05:06.693Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.55s) [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel" [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel" [2019-09-27T13:05:06.693Z] check_test.go:358: [d3d65eb913d8a] joining swarm manager [df4f153c49bbf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel" [2019-09-27T13:05:06.693Z] check_test.go:358: [d13c9aec83c1b] joining swarm manager [df4f153c49bbf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-27T13:05:06.693Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.61s) [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole" [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole" [2019-09-27T13:05:06.693Z] check_test.go:358: [dce4d036d9af9] joining swarm manager [da0913a5e70eb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole" [2019-09-27T13:05:06.693Z] check_test.go:358: [d6675eb348fa3] joining swarm manager [da0913a5e70eb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-27T13:05:06.693Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.12s) [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs" [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs" [2019-09-27T13:05:06.693Z] check_test.go:358: [d8fa87469d7ff] joining swarm manager [db6e536354be9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs" [2019-09-27T13:05:06.693Z] check_test.go:358: [d4824b1e8bd62] joining swarm manager [db6e536354be9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-27T13:05:06.693Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.15s) [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreate" [2019-09-27T13:05:06.693Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (29.04s) [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-09-27T13:05:06.693Z] check_test.go:358: [d788080de8d4b] joining swarm manager [dc635a5f1887a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-09-27T13:05:06.693Z] check_test.go:358: [dd0c9964bf1a5] joining swarm manager [dc635a5f1887a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-09-27T13:05:06.693Z] check_test.go:358: [d885615fcb54a] joining swarm manager [dc635a5f1887a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal" [2019-09-27T13:05:06.693Z] check_test.go:358: [d194ef9e1d9e8] joining swarm manager [dc635a5f1887a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2019-09-27T13:05:06.693Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (3.17s) [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesEmptyList" [2019-09-27T13:05:06.693Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.14s) [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate" [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate" [2019-09-27T13:05:06.693Z] check_test.go:358: [df37906dcce60] joining swarm manager [d69bc92426cd9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-27T13:05:06.693Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate" [2019-09-27T13:05:06.693Z] check_test.go:358: [d9958bdf2338e] joining swarm manager [d69bc92426cd9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-27T13:05:06.693Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (26.39s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents" [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents" [2019-09-27T13:05:06.694Z] check_test.go:358: [ddccf828a8221] joining swarm manager [d4dd9c88f2563]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents" [2019-09-27T13:05:06.694Z] check_test.go:358: [d3ef6251af057] joining swarm manager [d4dd9c88f2563]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-27T13:05:06.694Z] check_test.go:379: Daemon ddccf828a8221 is not started [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.85s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesStateReporting" [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesStateReporting" [2019-09-27T13:05:06.694Z] check_test.go:358: [d51e3ff12cf33] joining swarm manager [dad654b7f492f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesStateReporting" [2019-09-27T13:05:06.694Z] check_test.go:358: [d9d524022e686] joining swarm manager [dad654b7f492f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (40.13s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdate" [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdate" [2019-09-27T13:05:06.694Z] check_test.go:358: [d9e41982b1245] joining swarm manager [da892289d03bc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdate" [2019-09-27T13:05:06.694Z] check_test.go:358: [d5c45e2973445] joining swarm manager [da892289d03bc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (26.53s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.33s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.90s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.73s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestDNSConfig" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.36s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestDNSConfigUpdate" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.54s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestExtraHosts" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (3.09s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (6.11s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestOverlayAttachable" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (5.62s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (25.81s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (10.56s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestPruneNetwork" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (4.34s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestPsListContainersFilterIsTask" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.96s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateMountTmpfs" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.27s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateMountVolume" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.44s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (3.05s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithConfigSimple" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.74s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (4.82s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (5.39s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (3.29s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithSecretSimple" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.78s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.73s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceHealthRun" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.94s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceHealthStart" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.61s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogs" [2019-09-27T13:05:06.694Z] docker_cli_service_logs_test.go:49: log for "TestServiceLogs1": "TestServiceLogs1.1.wm8ov7dp39cd@b0ba7d6544d5 | hello1\n" [2019-09-27T13:05:06.694Z] docker_cli_service_logs_test.go:49: log for "TestServiceLogs2": "TestServiceLogs2.1.71dkzywf7vci@b0ba7d6544d5 | hello2\n" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.29s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsCompleteness" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (4.01s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsDetails" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.53s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsFollow" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.20s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.64s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsSince" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.21s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsTTY" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.28s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsTail" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.72s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceLogsTaskLogs" [2019-09-27T13:05:06.694Z] docker_cli_service_logs_test.go:242: checking task xi8nfvzy1jlh [2019-09-27T13:05:06.694Z] docker_cli_service_logs_test.go:247: checking messages for xi8nfvzy1jlh [2019-09-27T13:05:06.694Z] docker_cli_service_logs_test.go:242: checking task 6k8zv31e8kfp [2019-09-27T13:05:06.694Z] docker_cli_service_logs_test.go:247: checking messages for 6k8zv31e8kfp [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (3.10s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestServiceScale" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (19.19s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmAlternateLockUnlock" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.68s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsConfig" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (3.04s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNetwork" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.88s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNode" [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNode" [2019-09-27T13:05:06.694Z] check_test.go:358: [d8a44e3f7d9ec] joining swarm manager [deb3a669f842f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsNode" [2019-09-27T13:05:06.694Z] check_test.go:358: [dacb9da5c04ce] joining swarm manager [deb3a669f842f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.21s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsScope" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (3.01s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSecret" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (16.33s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsService" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.52s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSource" [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSource" [2019-09-27T13:05:06.694Z] check_test.go:358: [d5df997870716] joining swarm manager [d9009c1ad146d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsSource" [2019-09-27T13:05:06.694Z] check_test.go:358: [d28649de9090d] joining swarm manager [d9009c1ad146d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.46s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterEventsType" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (102.12s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey" [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey" [2019-09-27T13:05:06.694Z] check_test.go:358: [d838c8ee786c6] joining swarm manager [d239a979c68d7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey" [2019-09-27T13:05:06.694Z] check_test.go:358: [d3528f1a77fca] joining swarm manager [d239a979c68d7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (6.19s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (11.29s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmContainerAutoStart" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (8.88s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmContainerEndpointOptions" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (3.20s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (5.59s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmIncompatibleDaemon" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.93s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmIngressNetwork" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (5.32s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInit" [2019-09-27T13:05:06.694Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2019-09-27T13:05:06.694Z] requirement.go:26: unmatched requirement IPv6 [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (7.77s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitLocked" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.83s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.85s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.97s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmInitWithDrain" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.98s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinLeave" [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinLeave" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (56.32s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinPromoteLocked" [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinPromoteLocked" [2019-09-27T13:05:06.694Z] check_test.go:358: [da8c67483391c] joining swarm manager [d4f136074549f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinPromoteLocked" [2019-09-27T13:05:06.694Z] check_test.go:358: [d962a0c62fe39] joining swarm manager [d4f136074549f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.48s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinWithDrain" [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmJoinWithDrain" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (6.23s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLeaveLocked" [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (120.88s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster" [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster" [2019-09-27T13:05:06.694Z] check_test.go:358: [d8b7c1d72a4e3] joining swarm manager [da0abeef34d98]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster" [2019-09-27T13:05:06.694Z] check_test.go:358: [dd99c6ea0ad5a] joining swarm manager [da0abeef34d98]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmLockUnlockCluster" [2019-09-27T13:05:06.694Z] check_test.go:358: [d546a2c3bcfe7] joining swarm manager [da0abeef34d98]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2019-09-27T13:05:06.694Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.91s) [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmManagerAddress" [2019-09-27T13:05:06.694Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmManagerAddress" [2019-09-27T13:05:06.694Z] check_test.go:358: [d41f1375e5720] joining swarm manager [dc626882ffed6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-27T13:05:06.695Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmManagerAddress" [2019-09-27T13:05:06.695Z] check_test.go:358: [da1bd52183ac4] joining swarm manager [dc626882ffed6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-27T13:05:06.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.91s) [2019-09-27T13:05:06.695Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkCreateDup" [2019-09-27T13:05:06.695Z] docker_cli_swarm_test.go:1524: Creating a network named "network-test-0" with "bridge", then "bridge" [2019-09-27T13:05:06.695Z] 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-27T13:05:06.695Z] docker_cli_swarm_test.go:1524: Creating a network named "network-test-0" with "bridge", then "overlay" [2019-09-27T13:05:06.695Z] 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-27T13:05:06.695Z] docker_cli_swarm_test.go:1524: Creating a network named "network-test-1" with "overlay", then "bridge" [2019-09-27T13:05:06.695Z] 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-27T13:05:06.695Z] docker_cli_swarm_test.go:1524: Creating a network named "network-test-1" with "overlay", then "overlay" [2019-09-27T13:05:06.695Z] 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-27T13:05:06.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (3.04s) [2019-09-27T13:05:06.695Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866" [2019-09-27T13:05:06.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (5.79s) [2019-09-27T13:05:06.695Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions" [2019-09-27T13:05:06.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (3.07s) [2019-09-27T13:05:06.695Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkPlugin" [2019-09-27T13:05:06.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (54.57s) [2019-09-27T13:05:06.695Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkPluginV2" [2019-09-27T13:05:06.695Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNetworkPluginV2" [2019-09-27T13:05:06.695Z] check_test.go:358: [d77242562f153] joining swarm manager [d57c904cfa525]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-27T13:05:06.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.96s) [2019-09-27T13:05:06.695Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNodeListFilter" [2019-09-27T13:05:06.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.93s) [2019-09-27T13:05:06.695Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmNodeTaskListFilter" [2019-09-27T13:05:06.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.83s) [2019-09-27T13:05:06.695Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmPublishAdd" [2019-09-27T13:05:06.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (4.72s) [2019-09-27T13:05:06.695Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts" [2019-09-27T13:05:06.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (3.51s) [2019-09-27T13:05:06.695Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmReadonlyRootfs" [2019-09-27T13:05:06.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.01s) [2019-09-27T13:05:06.695Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmRepeatedRootRotation" [2019-09-27T13:05:06.695Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmRepeatedRootRotation" [2019-09-27T13:05:06.695Z] check_test.go:358: [d43257bc93b85] joining swarm manager [d3c7149340e0b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-27T13:05:06.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (17.53s) [2019-09-27T13:05:06.695Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmRotateUnlockKey" [2019-09-27T13:05:06.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.92s) [2019-09-27T13:05:06.695Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceEnvFile" [2019-09-27T13:05:06.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.98s) [2019-09-27T13:05:06.695Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceListFilter" [2019-09-27T13:05:06.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (3.32s) [2019-09-27T13:05:06.695Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceLsFilterMode" [2019-09-27T13:05:06.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (7.39s) [2019-09-27T13:05:06.695Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate" [2019-09-27T13:05:06.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (5.64s) [2019-09-27T13:05:06.695Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceTTY" [2019-09-27T13:05:06.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (3.09s) [2019-09-27T13:05:06.695Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceTTYUpdate" [2019-09-27T13:05:06.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (3.23s) [2019-09-27T13:05:06.695Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname" [2019-09-27T13:05:06.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (3.19s) [2019-09-27T13:05:06.695Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmServiceWithGroup" [2019-09-27T13:05:06.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (3.24s) [2019-09-27T13:05:06.695Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmStopSignal" [2019-09-27T13:05:06.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.98s) [2019-09-27T13:05:06.695Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmTaskListFilter" [2019-09-27T13:05:06.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.96s) [2019-09-27T13:05:06.695Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmUpdate" [2019-09-27T13:05:06.695Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (52.37s) [2019-09-27T13:05:06.695Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestSwarmVolumePlugin" [2019-09-27T13:05:06.695Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.98s) [2019-09-27T13:05:06.695Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm" [2019-09-27T13:05:06.695Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.97s) [2019-09-27T13:05:06.695Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA" [2019-09-27T13:05:06.695Z] === RUN TestDockerExternalVolumeSuite [2019-09-27T13:05:06.695Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2019-09-27T13:05:14.788Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverVolumesFrom [2019-09-27T13:05:22.884Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2019-09-27T13:05:30.979Z] === RUN TestDockerNetworkSuite/TestExternalVolumeDriverWithDaemonRestart [2019-09-27T13:05:35.227Z] === RUN TestDockerSuite/TestBuildAddTarXz [2019-09-27T13:05:35.227Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2019-09-27T13:05:35.227Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2019-09-27T13:05:49.030Z] === RUN TestDockerNetworkSuite/TestVolumeCLICreateOptionConflict [2019-09-27T13:05:52.946Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2019-09-27T13:05:52.946Z] === RUN TestDockerSuite/TestBuildBlankName [2019-09-27T13:05:52.946Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2019-09-27T13:06:00.014Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2019-09-27T13:06:01.550Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2019-09-27T13:06:03.875Z] --- PASS: TestDockerNetworkSuite (216.65s) [2019-09-27T13:06:03.875Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverBindExternalVolume (0.93s) [2019-09-27T13:06:03.875Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverBindExternalVolume" [2019-09-27T13:06:03.875Z] docker_cli_external_volume_driver_test.go:53: Daemon d43e0161435a3 is not started [2019-09-27T13:06:03.875Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverCapabilities (0.59s) [2019-09-27T13:06:03.875Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverCapabilities" [2019-09-27T13:06:03.875Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverDeleteContainer (1.83s) [2019-09-27T13:06:03.875Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverDeleteContainer" [2019-09-27T13:06:03.875Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverGet (0.04s) [2019-09-27T13:06:03.875Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverGet" [2019-09-27T13:06:03.875Z] docker_cli_external_volume_driver_test.go:53: Daemon d55eb0b3875e5 is not started [2019-09-27T13:06:03.875Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverGetEmptyResponse (0.54s) [2019-09-27T13:06:03.876Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverGetEmptyResponse" [2019-09-27T13:06:03.876Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverList (0.04s) [2019-09-27T13:06:03.876Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverList" [2019-09-27T13:06:03.876Z] docker_cli_external_volume_driver_test.go:53: Daemon d6dfcbfbd3e89 is not started [2019-09-27T13:06:03.876Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverLookupNotBlocked (0.12s) [2019-09-27T13:06:03.876Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverLookupNotBlocked" [2019-09-27T13:06:03.876Z] docker_cli_external_volume_driver_test.go:53: Daemon d499e36cdf1d3 is not started [2019-09-27T13:06:03.876Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverMountID (1.59s) [2019-09-27T13:06:03.876Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverMountID" [2019-09-27T13:06:03.876Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverNamed (1.61s) [2019-09-27T13:06:03.876Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverNamed" [2019-09-27T13:06:03.876Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverOutOfBandDelete (15.82s) [2019-09-27T13:06:03.876Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverOutOfBandDelete" [2019-09-27T13:06:03.876Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverPathCalls (45.55s) [2019-09-27T13:06:03.876Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverPathCalls" [2019-09-27T13:06:03.876Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.70s) [2019-09-27T13:06:03.876Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverRetryNotImmediatelyExists" [2019-09-27T13:06:03.876Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverUnmountOnCp (31.75s) [2019-09-27T13:06:03.876Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverUnmountOnCp" [2019-09-27T13:06:03.876Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverUnmountOnMountFail (31.01s) [2019-09-27T13:06:03.876Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverUnmountOnMountFail" [2019-09-27T13:06:03.876Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverUnnamed (16.56s) [2019-09-27T13:06:03.876Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverUnnamed" [2019-09-27T13:06:03.876Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverVolumesFrom (17.44s) [2019-09-27T13:06:03.876Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverVolumesFrom" [2019-09-27T13:06:03.876Z] --- PASS: TestDockerNetworkSuite/TestExternalVolumeDriverWithDaemonRestart (16.47s) [2019-09-27T13:06:03.876Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestExternalVolumeDriverWithDaemonRestart" [2019-09-27T13:06:03.876Z] docker_cli_external_volume_driver_test.go:485: Daemon df6f758e9e95a is not started [2019-09-27T13:06:03.876Z] --- PASS: TestDockerNetworkSuite/TestVolumeCLICreateOptionConflict (15.05s) [2019-09-27T13:06:03.876Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkSuite/TestVolumeCLICreateOptionConflict" [2019-09-27T13:06:03.876Z] docker_cli_external_volume_driver_test.go:53: Daemon d5fb24f328272 is not started [2019-09-27T13:06:03.876Z] === RUN TestDockerHubPullSuite [2019-09-27T13:06:03.876Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2019-09-27T13:06:07.366Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2019-09-27T13:06:19.768Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2019-09-27T13:06:21.927Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2019-09-27T13:06:23.293Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2019-09-27T13:06:28.339Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2019-09-27T13:06:28.339Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2019-09-27T13:06:38.141Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2019-09-27T13:06:39.512Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2019-09-27T13:06:40.739Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2019-09-27T13:06:40.739Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2019-09-27T13:06:40.739Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2019-09-27T13:06:46.526Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2019-09-27T13:06:46.527Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2019-09-27T13:06:46.527Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2019-09-27T13:06:46.527Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2019-09-27T13:06:46.527Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2019-09-27T13:06:54.358Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2019-09-27T13:07:12.408Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2019-09-27T13:07:12.408Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2019-09-27T13:07:16.461Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2019-09-27T13:07:18.643Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2019-09-27T13:07:19.102Z] === RUN TestDockerSuite/TestBuildCacheAdd [2019-09-27T13:07:19.561Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2019-09-27T13:07:21.094Z] === RUN TestDockerSuite/TestBuildCacheFrom [2019-09-27T13:07:21.552Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2019-09-27T13:07:27.339Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2019-09-27T13:07:27.370Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2019-09-27T13:07:27.370Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2019-09-27T13:07:27.796Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2019-09-27T13:07:28.255Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2019-09-27T13:07:28.255Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2019-09-27T13:07:29.795Z] === RUN TestDockerSuite/TestBuildClearCmd [2019-09-27T13:07:30.762Z] === RUN TestDockerSuite/TestBuildCmd [2019-09-27T13:07:31.220Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2019-09-27T13:07:31.680Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2019-09-27T13:07:32.646Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2019-09-27T13:07:38.439Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2019-09-27T13:07:40.631Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2019-09-27T13:07:40.631Z] === RUN TestDockerSuite/TestBuildConditionalCache [2019-09-27T13:07:42.168Z] === RUN TestDockerSuite/TestBuildContChar [2019-09-27T13:07:42.216Z] --- PASS: TestDockerHubPullSuite (98.86s) [2019-09-27T13:07:42.216Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (16.73s) [2019-09-27T13:07:42.216Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry" [2019-09-27T13:07:42.216Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (17.36s) [2019-09-27T13:07:42.216Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (15.40s) [2019-09-27T13:07:42.216Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (18.83s) [2019-09-27T13:07:42.216Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (15.44s) [2019-09-27T13:07:42.216Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (15.09s) [2019-09-27T13:07:42.216Z] PASS [2019-09-27T13:07:42.216Z] [2019-09-27T13:07:42.216Z] === Skipped [2019-09-27T13:07:42.216Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2019-09-27T13:07:42.216Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2019-09-27T13:07:42.216Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:07:42.216Z] [2019-09-27T13:07:42.216Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2019-09-27T13:07:42.216Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2019-09-27T13:07:42.216Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:07:42.216Z] [2019-09-27T13:07:42.216Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2019-09-27T13:07:42.216Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2019-09-27T13:07:42.216Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:07:42.216Z] [2019-09-27T13:07:42.216Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.03s) [2019-09-27T13:07:42.216Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.03s) [2019-09-27T13:07:42.216Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:07:42.216Z] [2019-09-27T13:07:42.216Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2019-09-27T13:07:42.216Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2019-09-27T13:07:42.216Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:07:42.216Z] [2019-09-27T13:07:42.216Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2019-09-27T13:07:42.216Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2019-09-27T13:07:42.216Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:07:42.216Z] [2019-09-27T13:07:42.216Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2019-09-27T13:07:42.216Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2019-09-27T13:07:42.216Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:07:42.216Z] [2019-09-27T13:07:42.216Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-09-27T13:07:42.216Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2019-09-27T13:07:42.216Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:07:42.216Z] [2019-09-27T13:07:42.216Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2019-09-27T13:07:42.216Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2019-09-27T13:07:42.216Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:07:42.216Z] [2019-09-27T13:07:42.216Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2019-09-27T13:07:42.216Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2019-09-27T13:07:42.216Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:07:42.216Z] [2019-09-27T13:07:42.216Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2019-09-27T13:07:42.216Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2019-09-27T13:07:42.216Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:07:42.216Z] [2019-09-27T13:07:42.216Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-09-27T13:07:42.216Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2019-09-27T13:07:42.216Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:07:42.216Z] [2019-09-27T13:07:42.216Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-09-27T13:07:42.216Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2019-09-27T13:07:42.216Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:07:42.216Z] [2019-09-27T13:07:42.216Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2019-09-27T13:07:42.216Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2019-09-27T13:07:42.216Z] docker_cli_sni_test.go:18: Flakey test [2019-09-27T13:07:42.216Z] [2019-09-27T13:07:42.217Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2019-09-27T13:07:42.217Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2019-09-27T13:07:42.217Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:07:42.217Z] [2019-09-27T13:07:42.217Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2019-09-27T13:07:42.217Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2019-09-27T13:07:42.217Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-27T13:07:42.217Z] [2019-09-27T13:07:42.217Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2019-09-27T13:07:42.217Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2019-09-27T13:07:42.217Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-27T13:07:42.217Z] [2019-09-27T13:07:42.217Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-09-27T13:07:42.217Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2019-09-27T13:07:42.217Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-27T13:07:42.217Z] [2019-09-27T13:07:42.217Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-09-27T13:07:42.217Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2019-09-27T13:07:42.217Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-27T13:07:42.217Z] [2019-09-27T13:07:42.217Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-09-27T13:07:42.217Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2019-09-27T13:07:42.217Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:07:42.217Z] [2019-09-27T13:07:42.217Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2019-09-27T13:07:42.217Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2019-09-27T13:07:42.217Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-27T13:07:42.217Z] [2019-09-27T13:07:42.217Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2019-09-27T13:07:42.217Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2019-09-27T13:07:42.217Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-27T13:07:42.217Z] [2019-09-27T13:07:42.217Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2019-09-27T13:07:42.217Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2019-09-27T13:07:42.217Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:07:42.217Z] [2019-09-27T13:07:42.217Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2019-09-27T13:07:42.217Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2019-09-27T13:07:42.217Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:07:42.217Z] [2019-09-27T13:07:42.217Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2019-09-27T13:07:42.217Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2019-09-27T13:07:42.217Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:07:42.217Z] [2019-09-27T13:07:42.217Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-09-27T13:07:42.217Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2019-09-27T13:07:42.217Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:07:42.217Z] [2019-09-27T13:07:42.217Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-09-27T13:07:42.217Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2019-09-27T13:07:42.217Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2019-09-27T13:07:42.217Z] [2019-09-27T13:07:42.217Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-09-27T13:07:42.217Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-09-27T13:07:42.217Z] requirement.go:26: unmatched requirement IsolationIsHyperv [2019-09-27T13:07:42.217Z] [2019-09-27T13:07:42.217Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2019-09-27T13:07:42.217Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2019-09-27T13:07:42.217Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-27T13:07:42.217Z] [2019-09-27T13:07:42.217Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-09-27T13:07:42.217Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2019-09-27T13:07:42.217Z] requirement.go:26: unmatched requirement IsolationIsProcess [2019-09-27T13:07:42.217Z] [2019-09-27T13:07:42.217Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2019-09-27T13:07:42.217Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2019-09-27T13:07:42.217Z] docker_cli_run_test.go:2869: kernel doesn't have latency_stats configured [2019-09-27T13:07:42.217Z] [2019-09-27T13:07:42.217Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2019-09-27T13:07:42.217Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2019-09-27T13:07:42.217Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2019-09-27T13:07:42.217Z] [2019-09-27T13:07:42.217Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2019-09-27T13:07:42.217Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2019-09-27T13:07:42.217Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-27T13:07:42.217Z] [2019-09-27T13:07:42.217Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2019-09-27T13:07:42.217Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2019-09-27T13:07:42.217Z] docker_cli_run_unix_test.go:1424: Host does not have /dev/snd/timer [2019-09-27T13:07:42.217Z] [2019-09-27T13:07:42.217Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2019-09-27T13:07:42.217Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2019-09-27T13:07:42.217Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:07:42.217Z] [2019-09-27T13:07:42.217Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2019-09-27T13:07:42.217Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2019-09-27T13:07:42.217Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:07:42.217Z] [2019-09-27T13:07:42.217Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-09-27T13:07:42.217Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2019-09-27T13:07:42.217Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:07:42.217Z] [2019-09-27T13:07:42.217Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-09-27T13:07:42.217Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2019-09-27T13:07:42.217Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-27T13:07:42.217Z] [2019-09-27T13:07:42.217Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2019-09-27T13:07:42.217Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2019-09-27T13:07:42.217Z] requirement.go:26: unmatched requirement DaemonIsWindows [2019-09-27T13:07:42.217Z] [2019-09-27T13:07:42.217Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2019-09-27T13:07:42.217Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2019-09-27T13:07:42.217Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-27T13:07:42.217Z] [2019-09-27T13:07:42.217Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-09-27T13:07:42.217Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2019-09-27T13:07:42.217Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-27T13:07:42.217Z] [2019-09-27T13:07:42.217Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s) [2019-09-27T13:07:42.217Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s) [2019-09-27T13:07:42.217Z] requirement.go:26: unmatched requirement swapMemorySupport [2019-09-27T13:07:42.217Z] [2019-09-27T13:07:42.217Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2019-09-27T13:07:42.217Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2019-09-27T13:07:42.217Z] requirement.go:26: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2019-09-27T13:07:42.217Z] [2019-09-27T13:07:42.217Z] [2019-09-27T13:07:42.217Z] DONE 1223 tests, 43 skipped in 2284.555s [2019-09-27T13:07:42.217Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-09-27T13:07:42.217Z] ++++ cat bundles/test-integration/docker.pid [2019-09-27T13:07:42.217Z] +++ kill 7290 [2019-09-27T13:07:48.761Z] umount: bundles/test-integration/root: mountpoint not found [2019-09-27T13:07:48.761Z] +++ /etc/init.d/apparmor stop [2019-09-27T13:07:48.761Z] Clearing AppArmor profiles cache:. [2019-09-27T13:07:48.761Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-27T13:07:48.761Z] Unloading profiles will leave already running processes permanently [2019-09-27T13:07:48.761Z] unconfined, which can lead to unexpected situations. [2019-09-27T13:07:48.761Z] [2019-09-27T13:07:48.761Z] To set a process to complain mode, use the command line tool [2019-09-27T13:07:48.761Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-27T13:07:48.761Z] with the 'teardown' option." [2019-09-27T13:07:48.761Z] [2019-09-27T13:07:55.325Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2019-09-27T13:07:56.990Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2019-09-27T13:07:56.990Z] === RUN TestDockerSuite/TestBuildContextCleanup [2019-09-27T13:07:57.447Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2019-09-27T13:07:59.629Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2019-09-27T13:08:00.597Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2019-09-27T13:08:01.055Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2019-09-27T13:08:01.055Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2019-09-27T13:08:02.025Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2019-09-27T13:08:02.484Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2019-09-27T13:08:02.484Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2019-09-27T13:08:02.484Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2019-09-27T13:08:09.572Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2019-09-27T13:08:13.377Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2019-09-27T13:08:45.411Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2019-09-27T13:08:52.130Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2019-09-27T13:08:52.130Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2019-09-27T13:08:52.130Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2019-09-27T13:08:56.812Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2019-09-27T13:08:56.812Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2019-09-27T13:08:57.270Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2019-09-27T13:08:57.270Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2019-09-27T13:08:57.728Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2019-09-27T13:08:58.186Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2019-09-27T13:09:00.258Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2019-09-27T13:09:15.105Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2019-09-27T13:09:28.163Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2019-09-27T13:09:28.633Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2019-09-27T13:09:29.091Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2019-09-27T13:09:50.275Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2019-09-27T13:09:51.813Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2019-09-27T13:09:52.783Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2019-09-27T13:09:57.466Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2019-09-27T13:10:00.367Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2019-09-27T13:10:01.771Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2019-09-27T13:10:03.273Z] === RUN TestDockerSuite/TestBuildDockerignore [2019-09-27T13:10:19.824Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2019-09-27T13:10:51.858Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2019-09-27T13:11:15.409Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2019-09-27T13:11:15.409Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2019-09-27T13:11:15.409Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2019-09-27T13:11:23.892Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2019-09-27T13:11:41.945Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2019-09-27T13:11:56.805Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2019-09-27T13:12:14.861Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2019-09-27T13:12:27.513Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2019-09-27T13:12:27.513Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2019-09-27T13:12:27.513Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2019-09-27T13:12:29.709Z] --- PASS: TestDockerExternalVolumeSuite (441.75s) [2019-09-27T13:12:29.709Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.97s) [2019-09-27T13:12:29.709Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume" [2019-09-27T13:12:29.709Z] docker_cli_external_volume_driver_test.go:53: Daemon dd342a01049d4 is not started [2019-09-27T13:12:29.709Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s) [2019-09-27T13:12:29.709Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities" [2019-09-27T13:12:29.709Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.56s) [2019-09-27T13:12:29.709Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer" [2019-09-27T13:12:29.709Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s) [2019-09-27T13:12:29.709Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet" [2019-09-27T13:12:29.709Z] docker_cli_external_volume_driver_test.go:53: Daemon d9d935fbc1329 is not started [2019-09-27T13:12:29.709Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2019-09-27T13:12:29.709Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse" [2019-09-27T13:12:29.709Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2019-09-27T13:12:29.709Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverList" [2019-09-27T13:12:29.709Z] docker_cli_external_volume_driver_test.go:53: Daemon d6fb8995df243 is not started [2019-09-27T13:12:29.709Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2019-09-27T13:12:29.709Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked" [2019-09-27T13:12:29.709Z] docker_cli_external_volume_driver_test.go:53: Daemon db43feba4779a is not started [2019-09-27T13:12:29.709Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.74s) [2019-09-27T13:12:29.709Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID" [2019-09-27T13:12:29.709Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.62s) [2019-09-27T13:12:29.709Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed" [2019-09-27T13:12:29.709Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.82s) [2019-09-27T13:12:29.709Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete" [2019-09-27T13:12:29.709Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s) [2019-09-27T13:12:29.709Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls" [2019-09-27T13:12:29.709Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.64s) [2019-09-27T13:12:29.709Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists" [2019-09-27T13:12:29.709Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.90s) [2019-09-27T13:12:29.709Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp" [2019-09-27T13:12:29.709Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (31.04s) [2019-09-27T13:12:29.709Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail" [2019-09-27T13:12:29.709Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.60s) [2019-09-27T13:12:29.709Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed" [2019-09-27T13:12:29.709Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.43s) [2019-09-27T13:12:29.709Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom" [2019-09-27T13:12:29.709Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.44s) [2019-09-27T13:12:29.709Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart" [2019-09-27T13:12:29.709Z] docker_cli_external_volume_driver_test.go:485: Daemon d5bf1172029a2 is not started [2019-09-27T13:12:29.709Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2019-09-27T13:12:29.709Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict" [2019-09-27T13:12:29.709Z] docker_cli_external_volume_driver_test.go:53: Daemon dfd8139697adc is not started [2019-09-27T13:12:29.709Z] PASS [2019-09-27T13:12:29.709Z] [2019-09-27T13:12:29.709Z] === Skipped [2019-09-27T13:12:29.709Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonICCPing (0.00s) [2019-09-27T13:12:29.709Z] --- SKIP: TestDockerDaemonSuite/TestDaemonICCPing (0.00s) [2019-09-27T13:12:29.709Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonICCPing" [2019-09-27T13:12:29.709Z] requirement.go:26: unmatched requirement bridgeNfIptables [2019-09-27T13:12:29.710Z] check_test.go:309: Daemon d4ac44e72ef69 is not started [2019-09-27T13:12:29.710Z] [2019-09-27T13:12:29.710Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2019-09-27T13:12:29.710Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2019-09-27T13:12:29.710Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonIPv6Enabled" [2019-09-27T13:12:29.710Z] requirement.go:26: unmatched requirement IPv6 [2019-09-27T13:12:29.710Z] check_test.go:309: Daemon de5472154ea66 is not started [2019-09-27T13:12:29.710Z] [2019-09-27T13:12:29.710Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2019-09-27T13:12:29.710Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2019-09-27T13:12:29.710Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize" [2019-09-27T13:12:29.710Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-27T13:12:29.710Z] check_test.go:309: Daemon d7ba7ca5c6010 is not started [2019-09-27T13:12:29.710Z] [2019-09-27T13:12:29.710Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2019-09-27T13:12:29.710Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2019-09-27T13:12:29.710Z] daemon.go:26: Creating a new daemon at: "/go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize" [2019-09-27T13:12:29.710Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-27T13:12:29.710Z] check_test.go:309: Daemon df90d999c5f70 is not started [2019-09-27T13:12:29.710Z] [2019-09-27T13:12:29.710Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2019-09-27T13:12:29.710Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2019-09-27T13:12:29.710Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2019-09-27T13:12:29.710Z] [2019-09-27T13:12:29.710Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2019-09-27T13:12:29.710Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2019-09-27T13:12:29.710Z] requirement.go:26: unmatched requirement IPv6 [2019-09-27T13:12:29.710Z] [2019-09-27T13:12:29.710Z] [2019-09-27T13:12:29.710Z] DONE 270 tests, 6 skipped in 2569.697s [2019-09-27T13:12:29.710Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-09-27T13:12:29.710Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/da17b92198433/docker.pid [2019-09-27T13:12:29.710Z] +++ kill 6078 [2019-09-27T13:12:29.710Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 10: wait: pid 6078 is not a child of this shell [2019-09-27T13:12:29.710Z] warning: PID 6078 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/da17b92198433/docker.pid had a nonzero exit code [2019-09-27T13:12:29.710Z] ++++ cat bundles/test-integration/docker.pid [2019-09-27T13:12:29.710Z] +++ kill 7286 [2019-09-27T13:12:29.710Z] umount: bundles/test-integration/root: mountpoint not found [2019-09-27T13:12:29.710Z] +++ /etc/init.d/apparmor stop [2019-09-27T13:12:29.710Z] Clearing AppArmor profiles cache:. [2019-09-27T13:12:29.710Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-27T13:12:29.710Z] Unloading profiles will leave already running processes permanently [2019-09-27T13:12:29.710Z] unconfined, which can lead to unexpected situations. [2019-09-27T13:12:29.710Z] [2019-09-27T13:12:29.710Z] To set a process to complain mode, use the command line tool [2019-09-27T13:12:29.710Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-27T13:12:29.710Z] with the 'teardown' option." [2019-09-27T13:12:29.710Z] [2019-09-27T13:12:30.273Z] Remaining pids to kill: [] Post stage [Pipeline] junit [2019-09-27T13:12:30.286Z] Recording test results [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-09-27T13:12:31.134Z] + echo Ensuring container killed. [2019-09-27T13:12:31.134Z] Ensuring container killed. [2019-09-27T13:12:31.134Z] + docker ps -aq -f name=docker-pr2-* [2019-09-27T13:12:31.134Z] + cids=fa9647c413c1 [2019-09-27T13:12:31.134Z] b0ba7d6544d5 [2019-09-27T13:12:31.134Z] 16f5b4c23d0b [2019-09-27T13:12:31.134Z] + [ -n fa9647c413c1 [2019-09-27T13:12:31.134Z] b0ba7d6544d5 [2019-09-27T13:12:31.134Z] 16f5b4c23d0b ] [2019-09-27T13:12:31.134Z] + docker rm -vf fa9647c413c1 b0ba7d6544d5 16f5b4c23d0b [2019-09-27T13:12:33.030Z] fa9647c413c1 [2019-09-27T13:12:34.406Z] b0ba7d6544d5 [2019-09-27T13:12:36.303Z] 16f5b4c23d0b [Pipeline] sh [2019-09-27T13:12:36.585Z] + echo Chowning /workspace to jenkins user [2019-09-27T13:12:36.585Z] Chowning /workspace to jenkins user [2019-09-27T13:12:36.585Z] + id -u [2019-09-27T13:12:36.585Z] + id -g [2019-09-27T13:12:36.585Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39997:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-27T13:12:41.060Z] + bundleName=amd64 [2019-09-27T13:12:41.060Z] + echo Creating amd64-bundles.tar.gz [2019-09-27T13:12:41.060Z] Creating amd64-bundles.tar.gz [2019-09-27T13:12:41.060Z] + 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-27T13:12:41.060Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2019-09-27T13:12:42.001Z] Archiving artifacts [2019-09-27T13:12:42.298Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39997/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-27T13:12:42.612Z] + make clean [2019-09-27T13:12:42.871Z] docker volume rm -f docker-dev-cache [2019-09-27T13:12:42.871Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-09-27T13:12:52.696Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2019-09-27T13:13:07.541Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2019-09-27T13:13:37.497Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2019-09-27T13:14:20.043Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2019-09-27T13:14:28.605Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2019-09-27T13:14:46.294Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2019-09-27T13:16:12.384Z] === RUN TestDockerSuite/TestBuildDotDotFile [2019-09-27T13:16:12.384Z] === RUN TestDockerSuite/TestBuildEOLInLine [2019-09-27T13:16:12.384Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2019-09-27T13:16:12.384Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2019-09-27T13:16:12.384Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2019-09-27T13:16:12.848Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2019-09-27T13:16:12.848Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2019-09-27T13:16:13.306Z] === RUN TestDockerSuite/TestBuildEntrypoint [2019-09-27T13:16:13.763Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2019-09-27T13:16:19.604Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2019-09-27T13:16:22.502Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2019-09-27T13:16:28.275Z] === RUN TestDockerSuite/TestBuildEnv [2019-09-27T13:16:28.275Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2019-09-27T13:16:28.745Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2019-09-27T13:16:28.745Z] === RUN TestDockerSuite/TestBuildEnvUsage [2019-09-27T13:16:28.745Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2019-09-27T13:16:28.745Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2019-09-27T13:16:32.465Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2019-09-27T13:16:32.465Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2019-09-27T13:16:32.465Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2019-09-27T13:16:32.465Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2019-09-27T13:16:33.430Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2019-09-27T13:16:39.203Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2019-09-27T13:17:00.263Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2019-09-27T13:17:00.263Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2019-09-27T13:17:00.263Z] === RUN TestDockerSuite/TestBuildExpose [2019-09-27T13:17:00.263Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2019-09-27T13:17:00.263Z] === RUN TestDockerSuite/TestBuildExposeOrder [2019-09-27T13:17:00.263Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2019-09-27T13:17:00.263Z] === RUN TestDockerSuite/TestBuildFails [2019-09-27T13:17:02.432Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2019-09-27T13:17:02.432Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2019-09-27T13:17:08.214Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2019-09-27T13:17:14.008Z] === RUN TestDockerSuite/TestBuildForceRm [2019-09-27T13:17:21.075Z] === RUN TestDockerSuite/TestBuildFromGit [2019-09-27T13:17:29.651Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2019-09-27T13:17:30.615Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2019-09-27T13:17:37.669Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2019-09-27T13:17:37.669Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2019-09-27T13:17:38.126Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2019-09-27T13:17:38.584Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2019-09-27T13:17:38.584Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2019-09-27T13:17:48.920Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2019-09-27T13:17:48.920Z] === RUN TestDockerSuite/TestBuildHistory [2019-09-27T13:18:01.300Z] === RUN TestDockerSuite/TestBuildIidFile [2019-09-27T13:18:02.267Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2019-09-27T13:18:05.199Z] === RUN TestDockerSuite/TestBuildInheritance [2019-09-27T13:18:05.199Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2019-09-27T13:18:05.656Z] === RUN TestDockerSuite/TestBuildInvalidTag [2019-09-27T13:18:05.656Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2019-09-27T13:18:11.449Z] === RUN TestDockerSuite/TestBuildLabel [2019-09-27T13:18:11.910Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2019-09-27T13:18:12.368Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2019-09-27T13:18:13.333Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2019-09-27T13:18:13.792Z] === RUN TestDockerSuite/TestBuildLabels [2019-09-27T13:18:15.327Z] === RUN TestDockerSuite/TestBuildLabelsCache [2019-09-27T13:18:16.857Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2019-09-27T13:18:22.638Z] === RUN TestDockerSuite/TestBuildLastModified [2019-09-27T13:18:22.638Z] === RUN TestDockerSuite/TestBuildLineBreak [2019-09-27T13:18:22.638Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2019-09-27T13:18:23.095Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2019-09-27T13:18:23.095Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2019-09-27T13:18:23.095Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2019-09-27T13:18:23.095Z] === RUN TestDockerSuite/TestBuildMaintainer [2019-09-27T13:18:24.062Z] === RUN TestDockerSuite/TestBuildMissingArgs [2019-09-27T13:18:24.615Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2019-09-27T13:18:30.389Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2019-09-27T13:18:48.073Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2019-09-27T13:18:48.074Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2019-09-27T13:18:49.037Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2019-09-27T13:19:24.685Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2019-09-27T13:19:39.484Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2019-09-27T13:19:45.310Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2019-09-27T13:19:52.372Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2019-09-27T13:19:58.177Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2019-09-27T13:20:23.314Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2019-09-27T13:20:23.314Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2019-09-27T13:20:29.102Z] === RUN TestDockerSuite/TestBuildMultipleTags [2019-09-27T13:20:30.068Z] === RUN TestDockerSuite/TestBuildNetContainer [2019-09-27T13:20:30.068Z] === RUN TestDockerSuite/TestBuildNetNone [2019-09-27T13:20:30.068Z] === RUN TestDockerSuite/TestBuildNoContext [2019-09-27T13:20:32.965Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2019-09-27T13:20:38.755Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2019-09-27T13:20:40.291Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2019-09-27T13:20:40.749Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2019-09-27T13:20:40.749Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2019-09-27T13:20:43.648Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2019-09-27T13:20:44.615Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2019-09-27T13:20:46.150Z] === RUN TestDockerSuite/TestBuildOnBuild [2019-09-27T13:20:56.487Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2019-09-27T13:20:58.019Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2019-09-27T13:21:08.334Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2019-09-27T13:21:12.063Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2019-09-27T13:21:22.374Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2019-09-27T13:21:28.158Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2019-09-27T13:21:32.881Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2019-09-27T13:21:34.432Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2019-09-27T13:21:34.432Z] === RUN TestDockerSuite/TestBuildPATH [2019-09-27T13:21:34.432Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2019-09-27T13:21:36.624Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2019-09-27T13:21:36.624Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2019-09-27T13:22:37.123Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2019-09-27T13:22:49.497Z] === RUN TestDockerSuite/TestBuildRm [2019-09-27T13:23:04.296Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2019-09-27T13:23:08.028Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2019-09-27T13:23:08.028Z] === RUN TestDockerSuite/TestBuildScratchCopy [2019-09-27T13:23:08.486Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2019-09-27T13:23:10.022Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2019-09-27T13:23:13.771Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2019-09-27T13:23:17.535Z] === RUN TestDockerSuite/TestBuildShellInherited [2019-09-27T13:23:23.343Z] === RUN TestDockerSuite/TestBuildShellMultiple [2019-09-27T13:23:48.496Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2019-09-27T13:23:48.496Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2019-09-27T13:23:48.496Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2019-09-27T13:24:00.916Z] === RUN TestDockerSuite/TestBuildSpaces [2019-09-27T13:24:00.916Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2019-09-27T13:24:06.722Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2019-09-27T13:24:07.180Z] === RUN TestDockerSuite/TestBuildStderr [2019-09-27T13:24:12.968Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2019-09-27T13:24:38.117Z] === RUN TestDockerSuite/TestBuildStopSignal [2019-09-27T13:24:38.117Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2019-09-27T13:24:38.117Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2019-09-27T13:24:39.689Z] === RUN TestDockerSuite/TestBuildTagEvent [2019-09-27T13:24:45.496Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2019-09-27T13:24:51.286Z] === RUN TestDockerSuite/TestBuildUser [2019-09-27T13:24:51.286Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2019-09-27T13:24:51.286Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2019-09-27T13:24:51.286Z] === RUN TestDockerSuite/TestBuildVerboseOut [2019-09-27T13:24:57.087Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2019-09-27T13:24:57.087Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2019-09-27T13:24:59.988Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2019-09-27T13:24:59.988Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2019-09-27T13:24:59.988Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2019-09-27T13:25:25.127Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2019-09-27T13:25:26.095Z] === RUN TestDockerSuite/TestBuildWindowsUser [2019-09-27T13:25:43.863Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2019-09-27T13:25:49.671Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2019-09-27T13:25:50.130Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2019-09-27T13:25:50.130Z] === RUN TestDockerSuite/TestBuildWithFailure [2019-09-27T13:25:53.045Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2019-09-27T13:25:53.045Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2019-09-27T13:26:07.867Z] === RUN TestDockerSuite/TestBuildWithTabs [2019-09-27T13:26:12.570Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2019-09-27T13:26:13.029Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2019-09-27T13:26:30.755Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2019-09-27T13:26:30.755Z] === RUN TestDockerSuite/TestBuildWithVolumes [2019-09-27T13:26:30.755Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2019-09-27T13:26:30.755Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2019-09-27T13:26:30.755Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2019-09-27T13:26:41.086Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2019-09-27T13:26:42.624Z] === RUN TestDockerSuite/TestBuildXZHost [2019-09-27T13:26:43.083Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2019-09-27T13:26:43.083Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2019-09-27T13:26:43.083Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2019-09-27T13:26:45.258Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2019-09-27T13:26:51.041Z] === RUN TestDockerSuite/TestCommitChange [2019-09-27T13:27:01.350Z] === RUN TestDockerSuite/TestCommitChangeLabels [2019-09-27T13:27:07.140Z] === RUN TestDockerSuite/TestCommitHardlink [2019-09-27T13:27:07.140Z] === RUN TestDockerSuite/TestCommitNewFile [2019-09-27T13:27:14.245Z] === RUN TestDockerSuite/TestCommitPausedContainer [2019-09-27T13:27:14.245Z] === RUN TestDockerSuite/TestCommitTTY [2019-09-27T13:27:26.626Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2019-09-27T13:27:32.420Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2019-09-27T13:27:32.420Z] === RUN TestDockerSuite/TestCommitWithoutPause [2019-09-27T13:27:32.420Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2019-09-27T13:27:32.420Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2019-09-27T13:27:32.420Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2019-09-27T13:27:32.420Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2019-09-27T13:27:32.420Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2019-09-27T13:27:32.420Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2019-09-27T13:27:32.420Z] === RUN TestDockerSuite/TestContainerAPICommit [2019-09-27T13:27:41.016Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2019-09-27T13:27:53.385Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2019-09-27T13:27:53.385Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2019-09-27T13:27:55.563Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2019-09-27T13:27:55.563Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2019-09-27T13:27:55.563Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2019-09-27T13:27:55.563Z] === RUN TestDockerSuite/TestContainerAPICreate [2019-09-27T13:27:57.739Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2019-09-27T13:27:57.739Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2019-09-27T13:27:57.739Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2019-09-27T13:28:00.644Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2019-09-27T13:28:00.644Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2019-09-27T13:28:00.644Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2019-09-27T13:28:00.644Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2019-09-27T13:28:00.644Z] === RUN TestDockerSuite/TestContainerAPIDelete [2019-09-27T13:28:03.549Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2019-09-27T13:28:05.727Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2019-09-27T13:28:07.274Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2019-09-27T13:28:07.274Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2019-09-27T13:28:07.274Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2019-09-27T13:28:10.203Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2019-09-27T13:28:10.203Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2019-09-27T13:28:12.390Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2019-09-27T13:28:12.390Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2019-09-27T13:28:12.390Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2019-09-27T13:28:15.315Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2019-09-27T13:28:15.315Z] === RUN TestDockerSuite/TestContainerAPIKill [2019-09-27T13:28:16.850Z] === RUN TestDockerSuite/TestContainerAPIPause [2019-09-27T13:28:16.850Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2019-09-27T13:28:19.751Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2019-09-27T13:28:20.209Z] === RUN TestDockerSuite/TestContainerAPIRename [2019-09-27T13:28:27.328Z] === RUN TestDockerSuite/TestContainerAPIRestart [2019-09-27T13:28:32.027Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2019-09-27T13:28:37.875Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2019-09-27T13:28:37.875Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2019-09-27T13:28:37.875Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2019-09-27T13:28:37.875Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2019-09-27T13:28:37.875Z] === RUN TestDockerSuite/TestContainerAPIStart [2019-09-27T13:28:39.420Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2019-09-27T13:28:39.878Z] === RUN TestDockerSuite/TestContainerAPIStop [2019-09-27T13:28:42.801Z] === RUN TestDockerSuite/TestContainerAPITop [2019-09-27T13:28:42.801Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2019-09-27T13:28:44.337Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2019-09-27T13:28:44.798Z] === RUN TestDockerSuite/TestContainerAPIWait [2019-09-27T13:28:49.490Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2019-09-27T13:28:51.029Z] === RUN TestDockerSuite/TestContainerNetworkMode [2019-09-27T13:28:51.030Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2019-09-27T13:28:51.030Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2019-09-27T13:28:51.030Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2019-09-27T13:28:51.030Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2019-09-27T13:28:51.030Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2019-09-27T13:28:53.205Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2019-09-27T13:29:28.884Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2019-09-27T13:29:28.884Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2019-09-27T13:29:28.884Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2019-09-27T13:29:28.884Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2019-09-27T13:29:28.884Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2019-09-27T13:29:28.884Z] === RUN TestDockerSuite/TestCopyAndRestart [2019-09-27T13:29:28.884Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2019-09-27T13:29:28.884Z] === RUN TestDockerSuite/TestCpAbsolutePath [2019-09-27T13:29:29.343Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2019-09-27T13:29:29.343Z] === RUN TestDockerSuite/TestCpFromCaseA [2019-09-27T13:29:29.343Z] === RUN TestDockerSuite/TestCpFromCaseB [2019-09-27T13:29:29.343Z] === RUN TestDockerSuite/TestCpFromCaseC [2019-09-27T13:29:29.343Z] === RUN TestDockerSuite/TestCpFromCaseD [2019-09-27T13:29:29.343Z] === RUN TestDockerSuite/TestCpFromCaseE [2019-09-27T13:29:29.343Z] === RUN TestDockerSuite/TestCpFromCaseF [2019-09-27T13:29:29.343Z] === RUN TestDockerSuite/TestCpFromCaseG [2019-09-27T13:29:29.343Z] === RUN TestDockerSuite/TestCpFromCaseH [2019-09-27T13:29:29.343Z] === RUN TestDockerSuite/TestCpFromCaseI [2019-09-27T13:29:29.343Z] === RUN TestDockerSuite/TestCpFromCaseJ [2019-09-27T13:29:29.343Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2019-09-27T13:29:29.343Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2019-09-27T13:29:29.343Z] === RUN TestDockerSuite/TestCpGarbagePath [2019-09-27T13:29:32.243Z] === RUN TestDockerSuite/TestCpLocalOnly [2019-09-27T13:29:32.243Z] === RUN TestDockerSuite/TestCpNameHasColon [2019-09-27T13:29:32.243Z] === RUN TestDockerSuite/TestCpRelativePath [2019-09-27T13:29:35.161Z] === RUN TestDockerSuite/TestCpSpecialFiles [2019-09-27T13:29:35.161Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2019-09-27T13:29:35.161Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2019-09-27T13:29:35.161Z] === RUN TestDockerSuite/TestCpToCaseA [2019-09-27T13:29:45.526Z] === RUN TestDockerSuite/TestCpToCaseB [2019-09-27T13:29:47.060Z] === RUN TestDockerSuite/TestCpToCaseC [2019-09-27T13:29:47.060Z] === RUN TestDockerSuite/TestCpToCaseD [2019-09-27T13:29:47.060Z] === RUN TestDockerSuite/TestCpToCaseE [2019-09-27T13:29:57.449Z] === RUN TestDockerSuite/TestCpToCaseF [2019-09-27T13:29:57.449Z] === RUN TestDockerSuite/TestCpToCaseG [2019-09-27T13:29:57.449Z] === RUN TestDockerSuite/TestCpToCaseH [2019-09-27T13:30:07.887Z] === RUN TestDockerSuite/TestCpToCaseI [2019-09-27T13:30:07.887Z] === RUN TestDockerSuite/TestCpToCaseJ [2019-09-27T13:30:07.887Z] === RUN TestDockerSuite/TestCpToDot [2019-09-27T13:30:14.991Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2019-09-27T13:30:14.991Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2019-09-27T13:30:14.991Z] === RUN TestDockerSuite/TestCpToStdout [2019-09-27T13:30:17.893Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2019-09-27T13:30:17.893Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2019-09-27T13:30:17.893Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2019-09-27T13:30:17.893Z] === RUN TestDockerSuite/TestCpVolumePath [2019-09-27T13:30:18.352Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2019-09-27T13:30:18.352Z] === RUN TestDockerSuite/TestCreateArgs [2019-09-27T13:30:18.352Z] === RUN TestDockerSuite/TestCreateByImageID [2019-09-27T13:30:20.534Z] === RUN TestDockerSuite/TestCreateEchoStdout [2019-09-27T13:30:22.707Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2019-09-27T13:30:22.707Z] === RUN TestDockerSuite/TestCreateHostConfig [2019-09-27T13:30:23.165Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2019-09-27T13:30:26.063Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2019-09-27T13:30:26.063Z] === RUN TestDockerSuite/TestCreateLabels [2019-09-27T13:30:26.522Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2019-09-27T13:30:26.522Z] === RUN TestDockerSuite/TestCreateRM [2019-09-27T13:30:26.982Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2019-09-27T13:30:26.982Z] === RUN TestDockerSuite/TestCreateStopSignal [2019-09-27T13:30:26.982Z] === RUN TestDockerSuite/TestCreateStopTimeout [2019-09-27T13:30:27.441Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2019-09-27T13:30:42.290Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2019-09-27T13:30:42.291Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2019-09-27T13:30:42.291Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2019-09-27T13:30:46.048Z] === RUN TestDockerSuite/TestCreateWithPortRange [2019-09-27T13:30:46.048Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2019-09-27T13:30:46.048Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2019-09-27T13:30:48.973Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2019-09-27T13:30:48.973Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2019-09-27T13:30:48.973Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2019-09-27T13:30:48.973Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2019-09-27T13:30:48.973Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2019-09-27T13:30:48.973Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2019-09-27T13:30:48.973Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2019-09-27T13:30:48.973Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2019-09-27T13:30:48.973Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2019-09-27T13:30:48.973Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2019-09-27T13:30:48.973Z] === RUN TestDockerSuite/TestDevicePermissions [2019-09-27T13:30:48.973Z] === RUN TestDockerSuite/TestDockerFails [2019-09-27T13:30:48.973Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2019-09-27T13:30:48.973Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2019-09-27T13:30:48.973Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2019-09-27T13:30:48.973Z] === RUN TestDockerSuite/TestEventsAttach [2019-09-27T13:30:48.973Z] === RUN TestDockerSuite/TestEventsCommit [2019-09-27T13:30:48.973Z] === RUN TestDockerSuite/TestEventsContainerEvents [2019-09-27T13:30:51.893Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2019-09-27T13:30:54.109Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2019-09-27T13:30:57.029Z] === RUN TestDockerSuite/TestEventsContainerRestart [2019-09-27T13:31:11.883Z] === RUN TestDockerSuite/TestEventsCopy [2019-09-27T13:31:16.621Z] === RUN TestDockerSuite/TestEventsFilterContainer [2019-09-27T13:31:21.349Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2019-09-27T13:31:23.554Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2019-09-27T13:31:24.528Z] === RUN TestDockerSuite/TestEventsFilterImageName [2019-09-27T13:31:29.249Z] === RUN TestDockerSuite/TestEventsFilterLabels [2019-09-27T13:31:29.249Z] === RUN TestDockerSuite/TestEventsFilterType [2019-09-27T13:31:30.230Z] === RUN TestDockerSuite/TestEventsFilters [2019-09-27T13:31:36.047Z] === RUN TestDockerSuite/TestEventsFormat [2019-09-27T13:31:40.753Z] === RUN TestDockerSuite/TestEventsFormatBadField [2019-09-27T13:31:40.753Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2019-09-27T13:31:40.753Z] === RUN TestDockerSuite/TestEventsImageImport [2019-09-27T13:31:40.753Z] === RUN TestDockerSuite/TestEventsImageLoad [2019-09-27T13:31:40.753Z] === RUN TestDockerSuite/TestEventsImagePull [2019-09-27T13:31:40.753Z] === RUN TestDockerSuite/TestEventsImageTag [2019-09-27T13:31:41.725Z] === RUN TestDockerSuite/TestEventsPluginOps [2019-09-27T13:31:41.725Z] === RUN TestDockerSuite/TestEventsRename [2019-09-27T13:31:43.912Z] === RUN TestDockerSuite/TestEventsResize [2019-09-27T13:31:46.857Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2019-09-27T13:31:49.042Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2019-09-27T13:31:51.977Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2019-09-27T13:31:57.797Z] === RUN TestDockerSuite/TestEventsTop [2019-09-27T13:31:57.797Z] === RUN TestDockerSuite/TestEventsUntag [2019-09-27T13:31:59.984Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2019-09-27T13:32:03.747Z] === RUN TestDockerSuite/TestExec [2019-09-27T13:32:03.747Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2019-09-27T13:32:03.747Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2019-09-27T13:32:05.390Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2019-09-27T13:32:07.610Z] === RUN TestDockerSuite/TestExecAPIStart [2019-09-27T13:32:07.610Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2019-09-27T13:32:07.610Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2019-09-27T13:32:07.610Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2019-09-27T13:32:09.800Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2019-09-27T13:32:11.989Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2019-09-27T13:32:14.207Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2019-09-27T13:32:17.134Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2019-09-27T13:32:21.909Z] === RUN TestDockerSuite/TestExecCgroup [2019-09-27T13:32:21.909Z] === RUN TestDockerSuite/TestExecEnv [2019-09-27T13:32:21.909Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2019-09-27T13:32:21.909Z] === RUN TestDockerSuite/TestExecExitStatus [2019-09-27T13:32:24.111Z] === RUN TestDockerSuite/TestExecInspectID [2019-09-27T13:32:29.933Z] === RUN TestDockerSuite/TestExecInteractive [2019-09-27T13:32:29.933Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2019-09-27T13:32:29.933Z] === RUN TestDockerSuite/TestExecParseError [2019-09-27T13:32:29.933Z] === RUN TestDockerSuite/TestExecPausedContainer [2019-09-27T13:32:29.933Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2019-09-27T13:32:29.933Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2019-09-27T13:32:32.122Z] === RUN TestDockerSuite/TestExecSetEnv [2019-09-27T13:32:32.122Z] === RUN TestDockerSuite/TestExecStartFails [2019-09-27T13:32:32.122Z] === RUN TestDockerSuite/TestExecStateCleanup [2019-09-27T13:32:32.122Z] === RUN TestDockerSuite/TestExecStopNotHanging [2019-09-27T13:32:32.123Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2019-09-27T13:32:32.123Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2019-09-27T13:32:34.311Z] === RUN TestDockerSuite/TestExecUlimits [2019-09-27T13:32:34.311Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2019-09-27T13:32:42.908Z] === RUN TestDockerSuite/TestExecWithImageUser [2019-09-27T13:32:42.908Z] === RUN TestDockerSuite/TestExecWithPrivileged [2019-09-27T13:32:42.908Z] === RUN TestDockerSuite/TestExecWithUser [2019-09-27T13:32:42.908Z] === RUN TestDockerSuite/TestGetContainerStats [2019-09-27T13:32:50.012Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2019-09-27T13:32:55.845Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2019-09-27T13:32:59.592Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2019-09-27T13:33:06.688Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2019-09-27T13:33:06.688Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2019-09-27T13:33:06.688Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2019-09-27T13:33:06.688Z] === RUN TestDockerSuite/TestHealth [2019-09-27T13:33:06.688Z] === RUN TestDockerSuite/TestHistoryExistentImage [2019-09-27T13:33:06.688Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2019-09-27T13:33:06.688Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2019-09-27T13:33:06.688Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2019-09-27T13:33:11.419Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2019-09-27T13:33:11.419Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2019-09-27T13:33:11.419Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2019-09-27T13:33:11.419Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2019-09-27T13:33:11.880Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2019-09-27T13:33:11.881Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2019-09-27T13:33:12.853Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2019-09-27T13:33:12.853Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2019-09-27T13:33:13.831Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2019-09-27T13:33:13.831Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2019-09-27T13:33:16.151Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2019-09-27T13:33:16.151Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2019-09-27T13:33:18.342Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2019-09-27T13:33:26.954Z] === RUN TestDockerSuite/TestImagesFormat [2019-09-27T13:33:26.954Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2019-09-27T13:33:26.954Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2019-09-27T13:33:29.870Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2019-09-27T13:33:29.870Z] === RUN TestDockerSuite/TestImportBadURL [2019-09-27T13:33:32.783Z] === RUN TestDockerSuite/TestImportDisplay [2019-09-27T13:33:32.783Z] === RUN TestDockerSuite/TestImportFile [2019-09-27T13:33:32.783Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2019-09-27T13:33:32.783Z] === RUN TestDockerSuite/TestImportFileWithMessage [2019-09-27T13:33:32.783Z] === RUN TestDockerSuite/TestImportGzipped [2019-09-27T13:33:32.783Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2019-09-27T13:33:32.783Z] === RUN TestDockerSuite/TestInfoDebug [2019-09-27T13:33:32.783Z] === RUN TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName [2019-09-27T13:33:33.245Z] === RUN TestDockerSuite/TestInfoDiscoveryBackend [2019-09-27T13:33:33.245Z] === RUN TestDockerSuite/TestInfoDiscoveryInvalidAdvertise [2019-09-27T13:33:33.245Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2019-09-27T13:33:33.245Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2019-09-27T13:33:33.245Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2019-09-27T13:33:33.245Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2019-09-27T13:33:33.245Z] === RUN TestDockerSuite/TestInfoFormat [2019-09-27T13:33:33.245Z] === RUN TestDockerSuite/TestInsecureRegistries [2019-09-27T13:33:33.245Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2019-09-27T13:33:33.245Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2019-09-27T13:33:33.245Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2019-09-27T13:33:35.433Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2019-09-27T13:33:37.625Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2019-09-27T13:33:37.625Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2019-09-27T13:33:38.088Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2019-09-27T13:33:38.088Z] === RUN TestDockerSuite/TestInspectAmpersand [2019-09-27T13:33:38.088Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2019-09-27T13:33:40.319Z] === RUN TestDockerSuite/TestInspectByPrefix [2019-09-27T13:33:40.319Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2019-09-27T13:33:48.916Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2019-09-27T13:33:48.916Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2019-09-27T13:33:48.916Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2019-09-27T13:33:48.916Z] === RUN TestDockerSuite/TestInspectDefault [2019-09-27T13:33:50.459Z] === RUN TestDockerSuite/TestInspectHistory [2019-09-27T13:33:55.171Z] === RUN TestDockerSuite/TestInspectImage [2019-09-27T13:33:55.171Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2019-09-27T13:33:55.171Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2019-09-27T13:33:55.171Z] === RUN TestDockerSuite/TestInspectInt64 [2019-09-27T13:33:58.094Z] === RUN TestDockerSuite/TestInspectJSONFields [2019-09-27T13:33:59.636Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2019-09-27T13:34:00.098Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2019-09-27T13:34:02.285Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2019-09-27T13:34:04.518Z] === RUN TestDockerSuite/TestInspectPlugin [2019-09-27T13:34:04.518Z] === RUN TestDockerSuite/TestInspectRootFS [2019-09-27T13:34:04.518Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2019-09-27T13:34:07.445Z] === RUN TestDockerSuite/TestInspectStatus [2019-09-27T13:34:09.631Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2019-09-27T13:34:14.341Z] === RUN TestDockerSuite/TestInspectTemplateError [2019-09-27T13:34:16.552Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2019-09-27T13:34:18.743Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2019-09-27T13:34:20.931Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2019-09-27T13:34:23.119Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2019-09-27T13:34:31.740Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2019-09-27T13:34:32.714Z] === RUN TestDockerSuite/TestInspectUnknownObject [2019-09-27T13:34:32.714Z] === RUN TestDockerSuite/TestLinkShortDefinition [2019-09-27T13:34:32.714Z] === RUN TestDockerSuite/TestLinksEnvs [2019-09-27T13:34:32.714Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2019-09-27T13:34:32.714Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2019-09-27T13:34:32.714Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2019-09-27T13:34:33.176Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2019-09-27T13:34:33.176Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2019-09-27T13:34:33.176Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2019-09-27T13:34:33.176Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2019-09-27T13:34:33.176Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2019-09-27T13:34:33.176Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2019-09-27T13:34:33.176Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2019-09-27T13:34:33.176Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2019-09-27T13:34:33.176Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2019-09-27T13:34:33.176Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2019-09-27T13:34:33.176Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2019-09-27T13:34:33.176Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2019-09-27T13:34:33.176Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2019-09-27T13:34:33.176Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2019-09-27T13:34:35.364Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2019-09-27T13:34:37.570Z] === RUN TestDockerSuite/TestLogsAPIUntil [2019-09-27T13:34:43.401Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2019-09-27T13:34:45.587Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2019-09-27T13:34:45.587Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2019-09-27T13:34:47.773Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2019-09-27T13:34:48.235Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2019-09-27T13:34:56.844Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2019-09-27T13:35:05.451Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2019-09-27T13:35:12.555Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2019-09-27T13:35:15.476Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2019-09-27T13:35:17.663Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2019-09-27T13:35:17.663Z] === RUN TestDockerSuite/TestLogsFollowStopped [2019-09-27T13:35:20.623Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2019-09-27T13:35:22.813Z] === RUN TestDockerSuite/TestLogsSince [2019-09-27T13:35:33.173Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2019-09-27T13:35:33.173Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2019-09-27T13:35:33.173Z] === RUN TestDockerSuite/TestLogsTail [2019-09-27T13:35:34.716Z] === RUN TestDockerSuite/TestLogsTimestamps [2019-09-27T13:35:37.637Z] === RUN TestDockerSuite/TestLogsWithDetails [2019-09-27T13:35:40.555Z] === RUN TestDockerSuite/TestMountIntoProc [2019-09-27T13:35:40.555Z] === RUN TestDockerSuite/TestMountIntoSys [2019-09-27T13:35:40.555Z] === RUN TestDockerSuite/TestNetHostname [2019-09-27T13:35:40.555Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2019-09-27T13:35:40.555Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2019-09-27T13:35:40.555Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2019-09-27T13:35:40.555Z] === RUN TestDockerSuite/TestPluginActive [2019-09-27T13:35:40.555Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2019-09-27T13:35:40.555Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2019-09-27T13:35:40.555Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2019-09-27T13:35:40.555Z] === RUN TestDockerSuite/TestPluginLogDriver [2019-09-27T13:35:40.555Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2019-09-27T13:35:40.555Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2019-09-27T13:35:40.555Z] === RUN TestDockerSuite/TestPluginUpgrade [2019-09-27T13:35:40.555Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2019-09-27T13:35:40.555Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2019-09-27T13:35:40.555Z] === RUN TestDockerSuite/TestPortHostBinding [2019-09-27T13:35:40.555Z] === RUN TestDockerSuite/TestPortList [2019-09-27T13:35:40.555Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2019-09-27T13:35:45.273Z] === RUN TestDockerSuite/TestPostContainersAttach [2019-09-27T13:35:45.273Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2019-09-27T13:35:45.273Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2019-09-27T13:35:45.273Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2019-09-27T13:35:45.273Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2019-09-27T13:35:45.273Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2019-09-27T13:35:45.273Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2019-09-27T13:35:45.273Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2019-09-27T13:35:45.273Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2019-09-27T13:35:45.273Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2019-09-27T13:35:49.982Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2019-09-27T13:35:49.982Z] === RUN TestDockerSuite/TestPsByOrder [2019-09-27T13:36:00.355Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2019-09-27T13:36:00.355Z] === RUN TestDockerSuite/TestPsListContainersBase [2019-09-27T13:36:08.938Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2019-09-27T13:36:23.787Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2019-09-27T13:36:23.787Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2019-09-27T13:36:23.787Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2019-09-27T13:36:36.149Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2019-09-27T13:36:39.900Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2019-09-27T13:36:48.463Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2019-09-27T13:36:52.192Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2019-09-27T13:36:52.192Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2019-09-27T13:36:52.192Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2019-09-27T13:36:56.879Z] === RUN TestDockerSuite/TestPsListContainersSize [2019-09-27T13:36:56.879Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2019-09-27T13:36:57.336Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2019-09-27T13:36:57.336Z] === RUN TestDockerSuite/TestPsRightTagName [2019-09-27T13:36:57.336Z] === RUN TestDockerSuite/TestPsShowMounts [2019-09-27T13:37:04.394Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2019-09-27T13:37:04.394Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2019-09-27T13:37:05.923Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2019-09-27T13:37:05.923Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2019-09-27T13:37:07.453Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2019-09-27T13:37:08.418Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2019-09-27T13:37:08.418Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2019-09-27T13:37:13.095Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2019-09-27T13:37:17.773Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2019-09-27T13:37:19.940Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2019-09-27T13:37:55.661Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2019-09-27T13:37:55.661Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2019-09-27T13:38:01.451Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2019-09-27T13:38:01.451Z] === RUN TestDockerSuite/TestRestartPolicyNO [2019-09-27T13:38:01.451Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2019-09-27T13:38:01.911Z] === RUN TestDockerSuite/TestRestartRunningContainer [2019-09-27T13:38:06.589Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2019-09-27T13:38:12.377Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2019-09-27T13:38:12.377Z] === RUN TestDockerSuite/TestRestartWithVolumes [2019-09-27T13:38:17.058Z] === RUN TestDockerSuite/TestRmiBlank [2019-09-27T13:38:17.058Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2019-09-27T13:38:17.058Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2019-09-27T13:38:34.713Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2019-09-27T13:38:35.682Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2019-09-27T13:38:36.141Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2019-09-27T13:38:43.204Z] === RUN TestDockerSuite/TestRmiImgIDForce [2019-09-27T13:38:49.027Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2019-09-27T13:38:57.609Z] === RUN TestDockerSuite/TestRmiParentImageFail [2019-09-27T13:39:02.297Z] === RUN TestDockerSuite/TestRmiTag [2019-09-27T13:39:03.275Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2019-09-27T13:39:06.171Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2019-09-27T13:39:27.247Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2019-09-27T13:39:27.247Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2019-09-27T13:39:33.032Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2019-09-27T13:39:34.027Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2019-09-27T13:39:34.027Z] === RUN TestDockerSuite/TestRunAddHost [2019-09-27T13:39:34.027Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2019-09-27T13:39:34.027Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2019-09-27T13:39:34.027Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2019-09-27T13:39:34.027Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2019-09-27T13:39:34.027Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2019-09-27T13:39:34.027Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2019-09-27T13:39:36.227Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2019-09-27T13:39:36.227Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2019-09-27T13:39:36.227Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2019-09-27T13:39:40.919Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2019-09-27T13:39:45.735Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2019-09-27T13:39:47.268Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2019-09-27T13:39:50.165Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2019-09-27T13:39:57.243Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2019-09-27T13:39:57.243Z] === RUN TestDockerSuite/TestRunBindMounts [2019-09-27T13:40:07.581Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2019-09-27T13:40:07.581Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2019-09-27T13:40:07.581Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2019-09-27T13:40:07.581Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2019-09-27T13:40:07.581Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2019-09-27T13:40:07.581Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2019-09-27T13:40:07.581Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2019-09-27T13:40:07.581Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2019-09-27T13:40:07.581Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2019-09-27T13:40:07.581Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2019-09-27T13:40:07.581Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2019-09-27T13:40:07.581Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2019-09-27T13:40:14.663Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2019-09-27T13:40:14.663Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2019-09-27T13:40:17.557Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2019-09-27T13:40:17.557Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2019-09-27T13:40:17.557Z] === RUN TestDockerSuite/TestRunContainerNetwork [2019-09-27T13:40:19.743Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2019-09-27T13:40:19.743Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2019-09-27T13:40:19.743Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2019-09-27T13:40:19.743Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2019-09-27T13:40:19.743Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2019-09-27T13:40:19.743Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2019-09-27T13:40:19.743Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2019-09-27T13:40:19.743Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2019-09-27T13:40:21.914Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2019-09-27T13:40:24.084Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2019-09-27T13:40:26.982Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2019-09-27T13:40:26.982Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2019-09-27T13:40:26.982Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2019-09-27T13:40:26.982Z] === RUN TestDockerSuite/TestRunCreateVolume [2019-09-27T13:40:29.153Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2019-09-27T13:40:29.153Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2019-09-27T13:40:29.153Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2019-09-27T13:40:29.153Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2019-09-27T13:40:29.153Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2019-09-27T13:40:31.322Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2019-09-27T13:40:46.132Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2019-09-27T13:40:46.132Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2019-09-27T13:40:46.132Z] === RUN TestDockerSuite/TestRunDNSOptions [2019-09-27T13:40:46.132Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2019-09-27T13:40:46.132Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2019-09-27T13:40:46.132Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2019-09-27T13:40:46.132Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2019-09-27T13:40:47.098Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2019-09-27T13:40:47.098Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2019-09-27T13:40:47.555Z] === RUN TestDockerSuite/TestRunDuplicateMount [2019-09-27T13:40:47.555Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2019-09-27T13:40:49.725Z] === RUN TestDockerSuite/TestRunEchoStdout [2019-09-27T13:40:51.904Z] === RUN TestDockerSuite/TestRunEmptyEnv [2019-09-27T13:40:51.904Z] === RUN TestDockerSuite/TestRunEntrypoint [2019-09-27T13:40:54.072Z] === RUN TestDockerSuite/TestRunEnvironment [2019-09-27T13:40:54.072Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2019-09-27T13:40:54.072Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2019-09-27T13:40:54.072Z] === RUN TestDockerSuite/TestRunExitCode [2019-09-27T13:40:57.038Z] === RUN TestDockerSuite/TestRunExitCodeOne [2019-09-27T13:40:59.206Z] === RUN TestDockerSuite/TestRunExitCodeZero [2019-09-27T13:41:01.383Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2019-09-27T13:41:03.569Z] === RUN TestDockerSuite/TestRunExposePort [2019-09-27T13:41:03.569Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2019-09-27T13:41:03.569Z] === RUN TestDockerSuite/TestRunGroupAdd [2019-09-27T13:41:04.026Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2019-09-27T13:41:04.026Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2019-09-27T13:41:04.026Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2019-09-27T13:41:04.026Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2019-09-27T13:41:04.026Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2019-09-27T13:41:04.026Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2019-09-27T13:41:08.740Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2019-09-27T13:41:08.740Z] === RUN TestDockerSuite/TestRunInvalidReference [2019-09-27T13:41:08.740Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2019-09-27T13:41:08.740Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2019-09-27T13:41:08.740Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2019-09-27T13:41:08.740Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2019-09-27T13:41:08.740Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2019-09-27T13:41:19.085Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2019-09-27T13:41:19.085Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2019-09-27T13:41:20.048Z] === RUN TestDockerSuite/TestRunModeHostname [2019-09-27T13:41:20.048Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2019-09-27T13:41:20.048Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2019-09-27T13:41:20.048Z] === RUN TestDockerSuite/TestRunModeIpcHost [2019-09-27T13:41:20.048Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2019-09-27T13:41:20.048Z] === RUN TestDockerSuite/TestRunModePIDContainer [2019-09-27T13:41:20.048Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2019-09-27T13:41:20.048Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2019-09-27T13:41:20.048Z] === RUN TestDockerSuite/TestRunModePIDHost [2019-09-27T13:41:20.048Z] === RUN TestDockerSuite/TestRunModeUTSHost [2019-09-27T13:41:20.048Z] === RUN TestDockerSuite/TestRunMount [2019-09-27T13:41:20.048Z] === RUN TestDockerSuite/TestRunMountOrdering [2019-09-27T13:41:20.048Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2019-09-27T13:41:20.048Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2019-09-27T13:41:20.048Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2019-09-27T13:41:28.631Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2019-09-27T13:41:28.631Z] === RUN TestDockerSuite/TestRunNamedVolume [2019-09-27T13:41:28.631Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2019-09-27T13:41:28.631Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2019-09-27T13:41:32.362Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2019-09-27T13:41:37.036Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2019-09-27T13:41:37.036Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2019-09-27T13:41:37.036Z] === RUN TestDockerSuite/TestRunNetHost [2019-09-27T13:41:37.036Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2019-09-27T13:41:37.036Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2019-09-27T13:41:37.036Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2019-09-27T13:41:37.036Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2019-09-27T13:41:37.036Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2019-09-27T13:41:37.036Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2019-09-27T13:41:37.036Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2019-09-27T13:41:37.036Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2019-09-27T13:41:38.001Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2019-09-27T13:41:40.902Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2019-09-27T13:41:42.457Z] === RUN TestDockerSuite/TestRunNonExistingImage [2019-09-27T13:41:43.439Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2019-09-27T13:41:45.624Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2019-09-27T13:41:46.082Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2019-09-27T13:41:46.082Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2019-09-27T13:41:46.082Z] === RUN TestDockerSuite/TestRunPortInUse [2019-09-27T13:41:46.082Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2019-09-27T13:41:46.082Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2019-09-27T13:41:46.082Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2019-09-27T13:41:46.082Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2019-09-27T13:41:46.082Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2019-09-27T13:41:48.990Z] === RUN TestDockerSuite/TestRunPublishPort [2019-09-27T13:41:48.990Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2019-09-27T13:41:49.448Z] === RUN TestDockerSuite/TestRunReadProcLatency [2019-09-27T13:41:49.448Z] === RUN TestDockerSuite/TestRunReadProcTimer [2019-09-27T13:41:49.448Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2019-09-27T13:41:49.448Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2019-09-27T13:41:58.123Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2019-09-27T13:41:58.123Z] === RUN TestDockerSuite/TestRunRm [2019-09-27T13:42:00.296Z] === RUN TestDockerSuite/TestRunRmAndWait [2019-09-27T13:42:06.070Z] === RUN TestDockerSuite/TestRunRmPre125Api [2019-09-27T13:42:08.243Z] === RUN TestDockerSuite/TestRunRootWorkdir [2019-09-27T13:42:10.432Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2019-09-27T13:42:13.334Z] === RUN TestDockerSuite/TestRunSetMacAddress [2019-09-27T13:42:15.517Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2019-09-27T13:42:15.517Z] === RUN TestDockerSuite/TestRunState [2019-09-27T13:42:15.517Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2019-09-27T13:42:17.697Z] === RUN TestDockerSuite/TestRunStdinPipe [2019-09-27T13:42:18.154Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2019-09-27T13:42:20.323Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2019-09-27T13:42:20.323Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2019-09-27T13:42:20.323Z] === RUN TestDockerSuite/TestRunTLSVerify [2019-09-27T13:42:20.323Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2019-09-27T13:42:20.323Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2019-09-27T13:42:20.323Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2019-09-27T13:42:24.999Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2019-09-27T13:42:24.999Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2019-09-27T13:42:24.999Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2019-09-27T13:42:25.456Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2019-09-27T13:42:25.456Z] === RUN TestDockerSuite/TestRunUnshareProc [2019-09-27T13:42:25.456Z] === RUN TestDockerSuite/TestRunUserByID [2019-09-27T13:42:25.456Z] === RUN TestDockerSuite/TestRunUserByIDBig [2019-09-27T13:42:25.456Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2019-09-27T13:42:25.456Z] === RUN TestDockerSuite/TestRunUserByIDZero [2019-09-27T13:42:25.456Z] === RUN TestDockerSuite/TestRunUserByName [2019-09-27T13:42:25.456Z] === RUN TestDockerSuite/TestRunUserDefaults [2019-09-27T13:42:27.627Z] === RUN TestDockerSuite/TestRunUserNotFound [2019-09-27T13:42:27.627Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2019-09-27T13:42:30.523Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2019-09-27T13:42:30.523Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2019-09-27T13:42:30.523Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2019-09-27T13:42:33.421Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2019-09-27T13:42:40.510Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2019-09-27T13:42:45.185Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2019-09-27T13:42:52.258Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2019-09-27T13:42:52.258Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2019-09-27T13:42:52.258Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2019-09-27T13:42:52.258Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2019-09-27T13:42:52.258Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2019-09-27T13:42:54.423Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2019-09-27T13:42:57.336Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2019-09-27T13:42:59.517Z] === RUN TestDockerSuite/TestRunWithBadDevice [2019-09-27T13:42:59.517Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2019-09-27T13:42:59.517Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2019-09-27T13:42:59.517Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2019-09-27T13:42:59.517Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2019-09-27T13:42:59.517Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2019-09-27T13:42:59.517Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2019-09-27T13:42:59.517Z] === RUN TestDockerSuite/TestRunWithUlimits [2019-09-27T13:42:59.517Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2019-09-27T13:43:04.193Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2019-09-27T13:43:05.726Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2019-09-27T13:43:07.895Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2019-09-27T13:43:18.192Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2019-09-27T13:43:18.192Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2019-09-27T13:43:18.192Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2019-09-27T13:43:18.192Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2019-09-27T13:43:18.192Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2019-09-27T13:43:18.192Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2019-09-27T13:43:18.192Z] === RUN TestDockerSuite/TestSaveCheckTimes [2019-09-27T13:43:18.192Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2019-09-27T13:43:18.192Z] === RUN TestDockerSuite/TestSaveImageId [2019-09-27T13:43:18.192Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2019-09-27T13:43:18.192Z] === RUN TestDockerSuite/TestSaveLoadParents [2019-09-27T13:43:18.192Z] === RUN TestDockerSuite/TestSaveMultipleNames [2019-09-27T13:43:18.192Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2019-09-27T13:43:18.192Z] === RUN TestDockerSuite/TestSaveSingleTag [2019-09-27T13:43:18.192Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2019-09-27T13:43:18.192Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2019-09-27T13:43:18.192Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2019-09-27T13:43:18.192Z] === RUN TestDockerSuite/TestSearchCmdOptions [2019-09-27T13:43:19.725Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2019-09-27T13:43:20.182Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2019-09-27T13:43:20.640Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2019-09-27T13:43:21.098Z] === RUN TestDockerSuite/TestSearchWithLimit [2019-09-27T13:43:22.661Z] === RUN TestDockerSuite/TestSlowStdinClosing [2019-09-27T13:43:35.098Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2019-09-27T13:43:35.098Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2019-09-27T13:43:42.186Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2019-09-27T13:43:42.186Z] === RUN TestDockerSuite/TestStartAttachSilent [2019-09-27T13:43:46.868Z] === RUN TestDockerSuite/TestStartAttachWithRename [2019-09-27T13:43:46.868Z] === RUN TestDockerSuite/TestStartMultipleContainers [2019-09-27T13:43:46.868Z] === RUN TestDockerSuite/TestStartPausedContainer [2019-09-27T13:43:46.868Z] === RUN TestDockerSuite/TestStartRecordError [2019-09-27T13:43:46.868Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2019-09-27T13:43:57.211Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2019-09-27T13:43:57.211Z] === RUN TestDockerSuite/TestStatsAllNoStream [2019-09-27T13:43:57.211Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2019-09-27T13:43:57.211Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2019-09-27T13:43:57.211Z] === RUN TestDockerSuite/TestStatsFormatAll [2019-09-27T13:43:57.211Z] === RUN TestDockerSuite/TestStatsNoStream [2019-09-27T13:43:57.211Z] === RUN TestDockerSuite/TestTopMultipleArgs [2019-09-27T13:43:59.412Z] === RUN TestDockerSuite/TestTopNonPrivileged [2019-09-27T13:44:01.593Z] === RUN TestDockerSuite/TestTopPrivileged [2019-09-27T13:44:01.593Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2019-09-27T13:44:03.765Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2019-09-27T13:44:03.765Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2019-09-27T13:44:03.765Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2019-09-27T13:44:03.765Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2019-09-27T13:44:03.765Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2019-09-27T13:44:03.765Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2019-09-27T13:44:03.765Z] === RUN TestDockerSuite/TestVolumeCLICreate [2019-09-27T13:44:21.428Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2019-09-27T13:44:21.428Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2019-09-27T13:44:21.428Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2019-09-27T13:44:21.428Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2019-09-27T13:44:21.428Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2019-09-27T13:44:21.428Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2019-09-27T13:44:21.428Z] === RUN TestDockerSuite/TestVolumeCLILs [2019-09-27T13:44:23.606Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2019-09-27T13:44:23.606Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2019-09-27T13:44:26.525Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2019-09-27T13:44:26.982Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2019-09-27T13:44:27.439Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2019-09-27T13:44:27.439Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2019-09-27T13:44:27.895Z] === RUN TestDockerSuite/TestVolumeCLIRm [2019-09-27T13:44:36.450Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2019-09-27T13:44:36.450Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2019-09-27T13:44:36.924Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2019-09-27T13:44:36.924Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2019-09-27T13:44:36.924Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2019-09-27T13:44:44.001Z] === RUN TestDockerSuite/TestVolumeLsFormat [2019-09-27T13:44:44.462Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2019-09-27T13:44:44.923Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2019-09-27T13:44:55.228Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2019-09-27T13:44:55.228Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2019-09-27T13:44:55.228Z] --- PASS: TestDockerSuite (2779.96s) [2019-09-27T13:44:55.228Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2019-09-27T13:44:55.228Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2019-09-27T13:44:55.228Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.228Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2019-09-27T13:44:55.228Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2019-09-27T13:44:55.228Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2019-09-27T13:44:55.228Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2019-09-27T13:44:55.228Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.228Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2019-09-27T13:44:55.228Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.81s) [2019-09-27T13:44:55.228Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.26s) [2019-09-27T13:44:55.228Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.68s) [2019-09-27T13:44:55.228Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.38s) [2019-09-27T13:44:55.228Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (149.39s) [2019-09-27T13:44:55.228Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.95s) [2019-09-27T13:44:55.228Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.25s) [2019-09-27T13:44:55.228Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.20s) [2019-09-27T13:44:55.228Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.228Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.20s) [2019-09-27T13:44:55.228Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.228Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.20s) [2019-09-27T13:44:55.228Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.228Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.20s) [2019-09-27T13:44:55.228Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.228Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.25s) [2019-09-27T13:44:55.228Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.228Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (1.14s) [2019-09-27T13:44:55.228Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.228Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2019-09-27T13:44:55.228Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.228Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2019-09-27T13:44:55.228Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2019-09-27T13:44:55.228Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.228Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.94s) [2019-09-27T13:44:55.228Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2019-09-27T13:44:55.228Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.228Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2019-09-27T13:44:55.228Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.228Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.88s) [2019-09-27T13:44:55.228Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (7.31s) [2019-09-27T13:44:55.228Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2019-09-27T13:44:55.228Z] requirement.go:26: unmatched requirement Apparmor [2019-09-27T13:44:55.228Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2019-09-27T13:44:55.228Z] requirement.go:26: unmatched requirement Apparmor [2019-09-27T13:44:55.228Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2019-09-27T13:44:55.228Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.228Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2019-09-27T13:44:55.228Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.228Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.51s) [2019-09-27T13:44:55.228Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2019-09-27T13:44:55.228Z] requirement.go:26: unmatched requirement IsPausable [2019-09-27T13:44:55.228Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2019-09-27T13:44:55.228Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.228Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (9.80s) [2019-09-27T13:44:55.228Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (123.82s) [2019-09-27T13:44:55.228Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.47s) [2019-09-27T13:44:55.228Z] requirement.go:26: unmatched requirement UnixCli [2019-09-27T13:44:55.228Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (7.10s) [2019-09-27T13:44:55.228Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2019-09-27T13:44:55.228Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.89s) [2019-09-27T13:44:55.228Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.85s) [2019-09-27T13:44:55.228Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2019-09-27T13:44:55.228Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.228Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.688Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.28s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.90s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.18s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.57s) [2019-09-27T13:44:55.688Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.688Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.10s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.76s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (13.64s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (5.81s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.98s) [2019-09-27T13:44:55.688Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.24s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.57s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (10.41s) [2019-09-27T13:44:55.688Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.688Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.688Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.688Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.53s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildAddTar (46.40s) [2019-09-27T13:44:55.688Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.688Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.50s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (19.35s) [2019-09-27T13:44:55.688Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (1.07s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.69s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.59s) [2019-09-27T13:44:55.688Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.41s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.71s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (10.74s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (10.17s) [2019-09-27T13:44:55.688Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.45s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (10.41s) [2019-09-27T13:44:55.688Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.05s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.688Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.85s) [2019-09-27T13:44:55.688Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.60s) [2019-09-27T13:44:55.688Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.688Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (26.15s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.49s) [2019-09-27T13:44:55.688Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.86s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.688Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.48s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.71s) [2019-09-27T13:44:55.688Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.26s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.41s) [2019-09-27T13:44:55.688Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.688Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement UnixCli [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.58s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.97s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildCmd (0.60s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.62s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.56s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.92s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.29s) [2019-09-27T13:44:55.688Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.31s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildContChar (14.79s) [2019-09-27T13:44:55.688Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.47s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.20s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.92s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.49s) [2019-09-27T13:44:55.688Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.91s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.73s) [2019-09-27T13:44:55.688Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.688Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.03s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (6.05s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (37.29s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.79s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.49s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (7.19s) [2019-09-27T13:44:55.688Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.50s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.688Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.48s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.688Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.53s) [2019-09-27T13:44:55.688Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.05s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (29.81s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.80s) [2019-09-27T13:44:55.688Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.51s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (20.93s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.91s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.95s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.11s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.11s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.71s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildDockerignore (64.39s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.46s) [2019-09-27T13:44:55.688Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.54s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (64.81s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (2.06s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (1.17s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (27.97s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (17.44s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (26.26s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (41.66s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (12.30s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (16.73s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (85.23s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.75s) [2019-09-27T13:44:55.688Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.44s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.688Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.63s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.14s) [2019-09-27T13:44:55.688Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.50s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.54s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.42s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.34s) [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.54s) [2019-09-27T13:44:55.688Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.688Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.41s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.688Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.688Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.688Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.688Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.65s) [2019-09-27T13:44:55.688Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.688Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2019-09-27T13:44:55.688Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.98s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.61s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (19.88s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.74s) [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.06s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildFails (2.26s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.13s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.74s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.96s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildForceRm (7.33s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildFromGit (7.44s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.75s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (6.77s) [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement UnixCli [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.83s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.64s) [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (10.39s) [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildHistory (12.33s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.01s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.31s) [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.80s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.11s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (5.07s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildLabel (0.98s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.65s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.99s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.61s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildLabels (1.02s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.72s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.90s) [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.07s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.12s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.11s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.10s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.58s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.79s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.77s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (16.38s) [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.20s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (34.27s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (16.32s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.68s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.36s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.84s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (23.55s) [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (8.22s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.69s) [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.77s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (5.13s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.46s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.27s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.17s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.38s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.25s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.40s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildOnBuild (10.54s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.59s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (10.28s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.96s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (9.72s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.69s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.41s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.17s) [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.18s) [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (51.63s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (21.13s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildRm (15.04s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.50s) [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.09s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.48s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.52s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.83s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.03s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.18s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (22.45s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (1.00s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.65s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (13.61s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.39s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.80s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.12s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildStderr (5.39s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (22.40s) [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.40s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.14s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.37s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.75s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.97s) [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.77s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.58s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.74s) [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (25.60s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.00s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (16.83s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (6.43s) [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.56s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.75s) [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.43s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (13.64s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildWithTabs (5.47s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.53s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (15.52s) [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.50s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.45s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.44s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (9.68s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.13s) [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.46s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2019-09-27T13:44:55.689Z] docker_cli_sni_test.go:18: Flakey test [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.24s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (5.23s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestCommitChange (10.93s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (5.23s) [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestCommitNewFile (7.54s) [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestCommitTTY (12.42s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (5.47s) [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.03s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.03s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.03s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.06s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestContainerAPICommit (7.82s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (12.59s) [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.32s) [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.31s) [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.65s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.03s) [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.86s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.20s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.02s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.47s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.43s) [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.50s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.16s) [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.75s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.25s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestContainerAPIRename (6.97s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (4.52s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (5.41s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.12s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.45s) [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.03s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.77s) [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.11s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.31s) [2019-09-27T13:44:55.689Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.07s) [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.03s) [2019-09-27T13:44:55.689Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.689Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.14s) [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (32.99s) [2019-09-27T13:44:55.690Z] docker_api_containers_test.go:2100: case 0 - config: {volume c:\foo false } [2019-09-27T13:44:55.690Z] docker_api_containers_test.go:2100: case 1 - config: {volume c:\foo\ false } [2019-09-27T13:44:55.690Z] docker_api_containers_test.go:2100: case 2 - config: {volume test1 c:\foo false } [2019-09-27T13:44:55.690Z] docker_api_containers_test.go:2100: case 3 - config: {volume test2 c:\foo true } [2019-09-27T13:44:55.690Z] docker_api_containers_test.go:2100: case 4 - config: {volume test3 c:\foo false 0xc0008d5200 } [2019-09-27T13:44:55.690Z] docker_api_containers_test.go:2100: case 5 - config: {bind C:\windows\TEMP\test-mounts-api-1630358438 c:\foo false } [2019-09-27T13:44:55.690Z] docker_api_containers_test.go:2100: case 6 - config: {bind C:\windows\TEMP\test-mounts-api-1630358438 c:\foo true } [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.25s) [2019-09-27T13:44:55.690Z] docker_api_containers_test.go:1927: case 0 [2019-09-27T13:44:55.690Z] docker_api_containers_test.go:1927: case 1 [2019-09-27T13:44:55.690Z] docker_api_containers_test.go:1927: case 2 [2019-09-27T13:44:55.690Z] docker_api_containers_test.go:1927: case 3 [2019-09-27T13:44:55.690Z] docker_api_containers_test.go:1927: case 4 [2019-09-27T13:44:55.690Z] docker_api_containers_test.go:1927: case 5 [2019-09-27T13:44:55.690Z] docker_api_containers_test.go:1927: case 6 [2019-09-27T13:44:55.690Z] docker_api_containers_test.go:1927: case 7 [2019-09-27T13:44:55.690Z] docker_api_containers_test.go:1927: case 8 [2019-09-27T13:44:55.690Z] docker_api_containers_test.go:1927: case 9 [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.64s) [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.03s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.51s) [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s) [2019-09-27T13:44:55.690Z] docker_cli_cp_utils_test.go:192: running `docker cp foo bar` [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.78s) [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestCpToCaseA (9.79s) [2019-09-27T13:44:55.690Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-a623560273\file1 f5dcb648259f6548ca4cc82515acc718a1ccce56fb61906963fd374e10dbf0b0:/root/itWorks.txt` [2019-09-27T13:44:55.690Z] docker_cli_cp_utils_test.go:279: checking that container "f5dcb648259f6548ca4cc82515acc718a1ccce56fb61906963fd374e10dbf0b0" start output contains "file1\n" [2019-09-27T13:44:55.690Z] docker_cli_cp_utils_test.go:209: running `docker start -a f5dcb648259f6548ca4cc82515acc718a1ccce56fb61906963fd374e10dbf0b0` [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.56s) [2019-09-27T13:44:55.690Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-b125134204\file1 0e685117821df35205151e79283e0fd79819a91ca933a7adee8fa4b6866e37c8:testDir/` [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestCpToCaseE (10.06s) [2019-09-27T13:44:55.690Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-e038898347\dir1 4ffdeb995b0954dc8cafd755f27f726c2770f08e419ea0ed6fee44797978c00f:testDir` [2019-09-27T13:44:55.690Z] docker_cli_cp_utils_test.go:279: checking that container "4ffdeb995b0954dc8cafd755f27f726c2770f08e419ea0ed6fee44797978c00f" start output contains "file1-1\n" [2019-09-27T13:44:55.690Z] docker_cli_cp_utils_test.go:209: running `docker start -a 4ffdeb995b0954dc8cafd755f27f726c2770f08e419ea0ed6fee44797978c00f` [2019-09-27T13:44:55.690Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-e038898347\dir1 98e53c32b040e6704fb936c90b7b9b464ecb1d99f04aa4acf653718e52be46c0:testDir/` [2019-09-27T13:44:55.690Z] docker_cli_cp_utils_test.go:279: checking that container "98e53c32b040e6704fb936c90b7b9b464ecb1d99f04aa4acf653718e52be46c0" start output contains "file1-1\n" [2019-09-27T13:44:55.690Z] docker_cli_cp_utils_test.go:209: running `docker start -a 98e53c32b040e6704fb936c90b7b9b464ecb1d99f04aa4acf653718e52be46c0` [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestCpToCaseH (10.44s) [2019-09-27T13:44:55.690Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-h652957198\dir1\. 2661e53ae47d3cae4c4f3cf49734c6b98e39fe3e0230acdab0d0bfbcf59586ff:testDir` [2019-09-27T13:44:55.690Z] docker_cli_cp_utils_test.go:279: checking that container "2661e53ae47d3cae4c4f3cf49734c6b98e39fe3e0230acdab0d0bfbcf59586ff" start output contains "file1-1\n" [2019-09-27T13:44:55.690Z] docker_cli_cp_utils_test.go:209: running `docker start -a 2661e53ae47d3cae4c4f3cf49734c6b98e39fe3e0230acdab0d0bfbcf59586ff` [2019-09-27T13:44:55.690Z] docker_cli_cp_utils_test.go:192: running `docker cp C:\windows\TEMP\test-cp-to-case-h652957198\dir1\. 64f518e565dac66e1c58aa3215a07c997ad2e2e84f08ee3a6728149cc21d22d9:testDir/` [2019-09-27T13:44:55.690Z] docker_cli_cp_utils_test.go:279: checking that container "64f518e565dac66e1c58aa3215a07c997ad2e2e84f08ee3a6728149cc21d22d9" start output contains "file1-1\n" [2019-09-27T13:44:55.690Z] docker_cli_cp_utils_test.go:209: running `docker start -a 64f518e565dac66e1c58aa3215a07c997ad2e2e84f08ee3a6728149cc21d22d9` [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestCpToDot (7.29s) [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestCpToStdout (2.96s) [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.21s) [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestCreateArgs (0.20s) [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestCreateByImageID (1.81s) [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.30s) [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.27s) [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.20s) [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.45s) [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.67s) [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestCreateLabels (0.18s) [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestCreateRM (0.35s) [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement Devicemapper [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.19s) [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.39s) [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (13.03s) [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.23s) [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.56s) [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.74s) [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.21s) [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.35s) [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.13s) [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestDockerFails (0.07s) [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.50s) [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.49s) [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.61s) [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (13.59s) [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestEventsCopy (5.95s) [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.31s) [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.31s) [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.91s) [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.96s) [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.77s) [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.09s) [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestEventsFilters (4.78s) [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestEventsFormat (4.81s) [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.04s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.20s) [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestEventsRename (2.52s) [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestEventsResize (2.88s) [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.35s) [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.75s) [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.00s) [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestEventsUntag (2.76s) [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.85s) [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.99s) [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.10s) [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.09s) [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.29s) [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.30s) [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.22s) [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.75s) [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.63s) [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestExecInspectID (5.02s) [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement IsPausable [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2019-09-27T13:44:55.690Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.690Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.73s) [2019-09-27T13:44:55.690Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.03s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.36s) [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (8.64s) [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.20s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.40s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.95s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.24s) [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.12s) [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.08s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.09s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.10s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.18s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.08s) [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.09s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.08s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.39s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.73s) [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.07s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.11s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.90s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.31s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.13s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (7.53s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestImagesFormat (0.24s) [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.82s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.10s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestImportBadURL (2.41s) [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.09s) [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestInfoDebug (0.02s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestInfoDiscoveryAdvertiseInterfaceName (0.34s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestInfoDiscoveryBackend (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestInfoDiscoveryInvalidAdvertise (0.02s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement IsPausable [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.10s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestInfoFormat (0.15s) [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestInsecureRegistries (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.20s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.25s) [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.09s) [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.29s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.24s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (7.49s) [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestInspectDefault (2.25s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestInspectHistory (4.95s) [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.33s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.21s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.22s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.27s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.16s) [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.09s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.43s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestInspectStatus (2.74s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.34s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.38s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.32s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.21s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.32s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (7.13s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.30s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.09s) [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.03s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.08s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.09s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.08s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.82s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.55s) [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.19s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.08s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (8.05s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (8.17s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.98s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.74s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.58s) [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.52s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.55s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestLogsSince (9.19s) [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestLogsTail (3.03s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.78s) [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.44s) [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s) [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.03s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement IsAmd64 [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement IsAmd64 [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.71s) [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.691Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2019-09-27T13:44:55.691Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.63s) [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestPsByOrder (9.69s) [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestPsListContainersBase (9.30s) [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (13.96s) [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.33s) [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.04s) [2019-09-27T13:44:55.692Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.79s) [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.86s) [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (7.59s) [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.51s) [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.92s) [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestPsShowMounts (7.16s) [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.68s) [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.35s) [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (1.02s) [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.44s) [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.42s) [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.37s) [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (34.07s) [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (6.89s) [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.27s) [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.23s) [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.78s) [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.86s) [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (5.17s) [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.60s) [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRmiBlank (0.09s) [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.30s) [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (15.65s) [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.93s) [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.74s) [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (7.03s) [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (5.75s) [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (8.48s) [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.91s) [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRmiTag (0.84s) [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.57s) [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (18.67s) [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.67s) [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.53s) [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.18s) [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.22s) [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.93s) [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.93s) [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.38s) [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.22s) [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (7.26s) [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.08s) [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRunBindMounts (9.70s) [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.03s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (7.10s) [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.17s) [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.17s) [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.33s) [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.40s) [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.39s) [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.29s) [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.33s) [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (13.52s) [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.31s) [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.11s) [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.29s) [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.14s) [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.35s) [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRunExitCode (2.48s) [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.27s) [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.41s) [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.29s) [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.03s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement IsolationIsHyperv [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.31s) [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2019-09-27T13:44:55.692Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.692Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2019-09-27T13:44:55.693Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.693Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (9.69s) [2019-09-27T13:44:55.693Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2019-09-27T13:44:55.693Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.693Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.85s) [2019-09-27T13:44:55.693Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2019-09-27T13:44:55.693Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.693Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2019-09-27T13:44:55.693Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.693Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2019-09-27T13:44:55.693Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.693Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2019-09-27T13:44:55.693Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:55.693Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2019-09-27T13:44:55.693Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.38s) [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.04s) [2019-09-27T13:44:56.170Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.13s) [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.36s) [2019-09-27T13:44:56.170Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.03s) [2019-09-27T13:44:56.170Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.22s) [2019-09-27T13:44:56.170Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.23s) [2019-09-27T13:44:56.170Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.97s) [2019-09-27T13:44:56.170Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.12s) [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.04s) [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement Apparmor [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.04s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (8.36s) [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- PASS: TestDockerSuite/TestRunRm (2.62s) [2019-09-27T13:44:56.170Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.56s) [2019-09-27T13:44:56.170Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.57s) [2019-09-27T13:44:56.170Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.21s) [2019-09-27T13:44:56.170Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.32s) [2019-09-27T13:44:56.170Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.56s) [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.38s) [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.09s) [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.22s) [2019-09-27T13:44:56.170Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.08s) [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.83s) [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement Apparmor [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.30s) [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.41s) [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.04s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.12s) [2019-09-27T13:44:56.170Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (6.96s) [2019-09-27T13:44:56.170Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.96s) [2019-09-27T13:44:56.170Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.29s) [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.11s) [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.02s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.86s) [2019-09-27T13:44:56.170Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.43s) [2019-09-27T13:44:56.170Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.29s) [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s) [2019-09-27T13:44:56.170Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2019-09-27T13:44:56.170Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.170Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.30s) [2019-09-27T13:44:56.170Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.95s) [2019-09-27T13:44:56.170Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.22s) [2019-09-27T13:44:56.170Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (9.39s) [2019-09-27T13:44:56.170Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement Apparmor [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.40s) [2019-09-27T13:44:56.171Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.41s) [2019-09-27T13:44:56.171Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.42s) [2019-09-27T13:44:56.171Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.33s) [2019-09-27T13:44:56.171Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.58s) [2019-09-27T13:44:56.171Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (11.67s) [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.92s) [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.50s) [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement IsPausable [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (9.80s) [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.22s) [2019-09-27T13:44:56.171Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.42s) [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.20s) [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.04s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.35s) [2019-09-27T13:44:56.171Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.17s) [2019-09-27T13:44:56.171Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.24s) [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.41s) [2019-09-27T13:44:56.171Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.35s) [2019-09-27T13:44:56.171Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.18s) [2019-09-27T13:44:56.171Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.91s) [2019-09-27T13:44:56.171Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.08s) [2019-09-27T13:44:56.171Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.08s) [2019-09-27T13:44:56.171Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.46s) [2019-09-27T13:44:56.171Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.47s) [2019-09-27T13:44:56.171Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.09s) [2019-09-27T13:44:56.171Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.21s) [2019-09-27T13:44:56.171Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (8.26s) [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.72s) [2019-09-27T13:44:56.171Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.24s) [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (7.10s) [2019-09-27T13:44:56.171Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.33s) [2019-09-27T13:44:56.171Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.35s) [2019-09-27T13:44:56.171Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (9.09s) [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.54s) [2019-09-27T13:44:56.171Z] === RUN TestDockerRegistrySuite [2019-09-27T13:44:56.171Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2019-09-27T13:44:56.171Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2019-09-27T13:44:56.171Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2019-09-27T13:44:56.171Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2019-09-27T13:44:56.171Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2019-09-27T13:44:56.171Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2019-09-27T13:44:56.171Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2019-09-27T13:44:56.171Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2019-09-27T13:44:56.171Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2019-09-27T13:44:56.171Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2019-09-27T13:44:56.171Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2019-09-27T13:44:56.171Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2019-09-27T13:44:56.171Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2019-09-27T13:44:56.171Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2019-09-27T13:44:56.171Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2019-09-27T13:44:56.171Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2019-09-27T13:44:56.171Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2019-09-27T13:44:56.171Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2019-09-27T13:44:56.171Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2019-09-27T13:44:56.171Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2019-09-27T13:44:56.171Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2019-09-27T13:44:56.171Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2019-09-27T13:44:56.171Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2019-09-27T13:44:56.171Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2019-09-27T13:44:56.171Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2019-09-27T13:44:56.171Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2019-09-27T13:44:56.171Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2019-09-27T13:44:56.171Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2019-09-27T13:44:56.171Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2019-09-27T13:44:56.171Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2019-09-27T13:44:56.171Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2019-09-27T13:44:56.171Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2019-09-27T13:44:56.171Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2019-09-27T13:44:56.171Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2019-09-27T13:44:56.171Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2019-09-27T13:44:56.171Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2019-09-27T13:44:56.171Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2019-09-27T13:44:56.171Z] === RUN TestDockerRegistrySuite/TestV2Only [2019-09-27T13:44:56.171Z] --- PASS: TestDockerRegistrySuite (0.00s) [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] === RUN TestDockerSchema1RegistrySuite [2019-09-27T13:44:56.171Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2019-09-27T13:44:56.171Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2019-09-27T13:44:56.171Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2019-09-27T13:44:56.171Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2019-09-27T13:44:56.171Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2019-09-27T13:44:56.171Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2019-09-27T13:44:56.171Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2019-09-27T13:44:56.171Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2019-09-27T13:44:56.171Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2019-09-27T13:44:56.171Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2019-09-27T13:44:56.171Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2019-09-27T13:44:56.171Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2019-09-27T13:44:56.171Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2019-09-27T13:44:56.171Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2019-09-27T13:44:56.171Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2019-09-27T13:44:56.171Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2019-09-27T13:44:56.171Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2019-09-27T13:44:56.171Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2019-09-27T13:44:56.171Z] --- PASS: TestDockerSchema1RegistrySuite (0.02s) [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.171Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2019-09-27T13:44:56.171Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.172Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2019-09-27T13:44:56.172Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.172Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2019-09-27T13:44:56.172Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.172Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2019-09-27T13:44:56.172Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.172Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2019-09-27T13:44:56.172Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.172Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2019-09-27T13:44:56.172Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.172Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2019-09-27T13:44:56.172Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.172Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2019-09-27T13:44:56.172Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.172Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2019-09-27T13:44:56.172Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.172Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2019-09-27T13:44:56.172Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.172Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2019-09-27T13:44:56.172Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2019-09-27T13:44:56.172Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2019-09-27T13:44:56.172Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2019-09-27T13:44:56.172Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2019-09-27T13:44:56.172Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2019-09-27T13:44:56.172Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2019-09-27T13:44:56.172Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2019-09-27T13:44:56.172Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2019-09-27T13:44:56.172Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.02s) [2019-09-27T13:44:56.172Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2019-09-27T13:44:56.172Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.172Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2019-09-27T13:44:56.172Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.172Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2019-09-27T13:44:56.172Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.172Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2019-09-27T13:44:56.172Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.172Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2019-09-27T13:44:56.172Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.172Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2019-09-27T13:44:56.172Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.172Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2019-09-27T13:44:56.172Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.172Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2019-09-27T13:44:56.172Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.172Z] === RUN TestDockerRegistryAuthTokenSuite [2019-09-27T13:44:56.172Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2019-09-27T13:44:56.172Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2019-09-27T13:44:56.172Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2019-09-27T13:44:56.172Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2019-09-27T13:44:56.172Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2019-09-27T13:44:56.172Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2019-09-27T13:44:56.172Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2019-09-27T13:44:56.172Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.172Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2019-09-27T13:44:56.172Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.172Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2019-09-27T13:44:56.172Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.172Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2019-09-27T13:44:56.172Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.172Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2019-09-27T13:44:56.172Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.172Z] === RUN TestDockerDaemonSuite [2019-09-27T13:44:56.172Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2019-09-27T13:44:56.172Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2019-09-27T13:44:56.172Z] === RUN TestDockerDaemonSuite/TestRegistryMirrors [2019-09-27T13:44:56.172Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2019-09-27T13:44:56.172Z] --- PASS: TestDockerDaemonSuite (0.00s) [2019-09-27T13:44:56.172Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2019-09-27T13:44:56.172Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.172Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2019-09-27T13:44:56.172Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.172Z] --- SKIP: TestDockerDaemonSuite/TestRegistryMirrors (0.00s) [2019-09-27T13:44:56.172Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.172Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2019-09-27T13:44:56.172Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.172Z] === RUN TestDockerSwarmSuite [2019-09-27T13:44:56.172Z] --- PASS: TestDockerSwarmSuite (0.00s) [2019-09-27T13:44:56.172Z] === RUN TestDockerPluginSuite [2019-09-27T13:44:56.172Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2019-09-27T13:44:56.172Z] === RUN TestDockerPluginSuite/TestPluginCreate [2019-09-27T13:44:56.172Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2019-09-27T13:44:56.172Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2019-09-27T13:44:56.172Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2019-09-27T13:44:56.172Z] === RUN TestDockerPluginSuite/TestPluginInspect [2019-09-27T13:44:56.172Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2019-09-27T13:44:56.172Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2019-09-27T13:44:56.172Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2019-09-27T13:44:56.172Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2019-09-27T13:44:56.172Z] === RUN TestDockerPluginSuite/TestPluginSet [2019-09-27T13:44:56.172Z] --- PASS: TestDockerPluginSuite (0.02s) [2019-09-27T13:44:56.172Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2019-09-27T13:44:56.172Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.172Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2019-09-27T13:44:56.172Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.172Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2019-09-27T13:44:56.172Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.172Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2019-09-27T13:44:56.172Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.172Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2019-09-27T13:44:56.172Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.172Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2019-09-27T13:44:56.172Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.172Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2019-09-27T13:44:56.172Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.172Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2019-09-27T13:44:56.172Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.172Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2019-09-27T13:44:56.172Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.172Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2019-09-27T13:44:56.172Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.172Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2019-09-27T13:44:56.172Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.172Z] === RUN TestDockerExternalVolumeSuite [2019-09-27T13:44:56.172Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2019-09-27T13:44:56.172Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.172Z] === RUN TestDockerNetworkSuite [2019-09-27T13:44:56.172Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2019-09-27T13:44:56.172Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.172Z] === RUN TestDockerHubPullSuite [2019-09-27T13:44:56.172Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2019-09-27T13:44:56.172Z] requirement.go:26: unmatched requirement DaemonIsLinux [2019-09-27T13:44:56.172Z] PASS [2019-09-27T13:44:56.172Z] ok github.com/docker/docker/integration-cli 2780.749s [2019-09-27T13:44:56.172Z] INFO: Integration tests ended at 09/27/2019 13:44:55. Duration:00:46:29.4126364 [2019-09-27T13:44:56.172Z] INFO: Docker info of the daemon under test at end of run [2019-09-27T13:44:56.172Z] [2019-09-27T13:44:56.172Z] Containers: 2 [2019-09-27T13:44:56.172Z] Running: 0 [2019-09-27T13:44:56.172Z] Paused: 0 [2019-09-27T13:44:56.172Z] Stopped: 2 [2019-09-27T13:44:56.172Z] Images: 12 [2019-09-27T13:44:56.172Z] Server Version: 0.0.0-dev [2019-09-27T13:44:56.172Z] Storage Driver: windowsfilter [2019-09-27T13:44:56.172Z] Windows: [2019-09-27T13:44:56.172Z] Logging Driver: json-file [2019-09-27T13:44:56.172Z] Plugins: [2019-09-27T13:44:56.172Z] Volume: local [2019-09-27T13:44:56.172Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2019-09-27T13:44:56.172Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-09-27T13:44:56.172Z] Swarm: inactive [2019-09-27T13:44:56.172Z] Default Isolation: process [2019-09-27T13:44:56.172Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-09-27T13:44:56.172Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.737) [2019-09-27T13:44:56.172Z] OSType: windows [2019-09-27T13:44:56.172Z] Architecture: x86_64 [2019-09-27T13:44:56.172Z] CPUs: 4 [2019-09-27T13:44:56.172Z] Total Memory: 32GiB [2019-09-27T13:44:56.172Z] Name: azwin-2-b4f710 [2019-09-27T13:44:56.172Z] ID: QTGC:QMHE:QOCQ:S54L:GKTC:IVW6:NB6T:HKEE:YK7X:QNVE:QCZM:BU6I [2019-09-27T13:44:56.172Z] Docker Root Dir: D:\CI\PR-39997\2\daemon [2019-09-27T13:44:56.172Z] Debug Mode (client): false [2019-09-27T13:44:56.172Z] Debug Mode (server): true [2019-09-27T13:44:56.172Z] File Descriptors: -1 [2019-09-27T13:44:56.172Z] Goroutines: 18 [2019-09-27T13:44:56.172Z] System Time: 2019-09-27T13:44:55.9188925Z [2019-09-27T13:44:56.172Z] EventsListeners: 0 [2019-09-27T13:44:56.172Z] Registry: https://index.docker.io/v1/ [2019-09-27T13:44:56.172Z] Labels: [2019-09-27T13:44:56.172Z] Experimental: false [2019-09-27T13:44:56.172Z] Insecure Registries: [2019-09-27T13:44:56.172Z] 127.0.0.0/8 [2019-09-27T13:44:56.172Z] Live Restore Enabled: false [2019-09-27T13:44:56.172Z] [2019-09-27T13:44:56.172Z] [2019-09-27T13:44:56.172Z] INFO: Stopping daemon under test [2019-09-27T13:44:56.629Z] SUCCESS: The process with PID 3384 (child process of PID 1140) has been terminated. [2019-09-27T13:44:56.629Z] SUCCESS: The process with PID 1140 (child process of PID 1560) has been terminated. [2019-09-27T13:44:56.629Z] INFO: Stop tailing logs of the daemon under tests [2019-09-27T13:44:56.629Z] INFO: executeCI.ps1 Completed successfully at 09/27/2019 13:44:56. [2019-09-27T13:44:56.629Z] INFO: Tidying up at end of run [2019-09-27T13:44:56.629Z] INFO: Saving daemon under test log (d:\CI\PR-39997\2\dut.out) to C:\windows\TEMP\CIDUT.out [2019-09-27T13:44:56.629Z] INFO: Saving daemon under test log (d:\CI\PR-39997\2\dut.err) to C:\windows\TEMP\CIDUT.err [2019-09-27T13:44:56.629Z] INFO: Nuke-Everything... [2019-09-27T13:44:57.086Z] INFO: Container count on control daemon to delete is 2 [2019-09-27T13:44:58.049Z] f3dffb912ae9 [2019-09-27T13:44:58.049Z] e96d001e6253 [2019-09-27T13:44:58.049Z] INFO: Tidying pidfile d:\CI\PR-39997\2\docker.pid [2019-09-27T13:44:58.049Z] INFO: Nuking d:\CI [2019-09-27T13:45:33.727Z] INFO: Zapped successfully [2019-09-27T13:45:33.727Z] [2019-09-27T13:45:33.727Z] INFO: executeCI.ps1 exiting at Fri Sep 27 13:45:31 CUT 2019. Duration 01:12:20.9946204 [2019-09-27T13:45:33.727Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2019-09-27T13:45:35.599Z] Creating windowsRS5-integration-bundles.zip [Pipeline] step [2019-09-27T13:45:37.351Z] Archiving artifacts [2019-09-27T13:45:55.119Z] Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/moby/PR-39997/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-27T13:45:56.054Z] + make clean [2019-09-27T13:45:58.260Z] docker volume rm -f docker-dev-cache [2019-09-27T13:45:58.260Z] 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