Pull request #39853 opened Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at 1a117b8b5c2ea8802a73e4e399fdf09649ae8371 rather than e6fce00ec83df2f23523b836f647b8f3df97953f Obtained Jenkinsfile from 1a117b8b5c2ea8802a73e4e399fdf09649ae8371 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision ead69454b4062f17d1f8389642089a002b037213 using credential jps-reader Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/jps.git > git init /var/cloudbees-jenkins-distribution/workspace/moby_PR-39853@libs/jps # timeout=10 Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --progress https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --progress https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master Checking out Revision ead69454b4062f17d1f8389642089a002b037213 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f ead69454b4062f17d1f8389642089a002b037213 Commit message: "Merge pull request #10 from russellcardullo/sonar-scan" First time build. Skipping changelog. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2019-09-02T23:17:55.017Z] Running on s390x-ubuntu-29 in /home/jenkins/workspace/moby_PR-39853 [Pipeline] { [Pipeline] checkout [2019-09-02T23:17:55.466Z] using credential docker-jenkins-github-credentials [2019-09-02T23:17:55.560Z] Cloning the remote Git repository [2019-09-02T23:17:55.560Z] Cloning with configured refspecs honoured and without tags [2019-09-02T23:17:55.603Z] Cloning repository https://github.com/moby/moby.git [2019-09-02T23:17:55.605Z] > git init /home/jenkins/workspace/moby_PR-39853 # timeout=10 [2019-09-02T23:17:55.621Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-02T23:17:55.622Z] > git --version # timeout=10 [2019-09-02T23:17:55.638Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-02T23:17:55.639Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39853/head:refs/remotes/origin/PR-39853 +refs/heads/master:refs/remotes/origin/master [2019-09-02T23:18:04.439Z] Fetching without tags [2019-09-02T23:18:04.322Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-02T23:18:04.338Z] > git config --add remote.origin.fetch +refs/pull/39853/head:refs/remotes/origin/PR-39853 # timeout=10 [2019-09-02T23:18:04.353Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-02T23:18:04.414Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-02T23:18:04.482Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-02T23:18:04.484Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-02T23:18:04.485Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39853/head:refs/remotes/origin/PR-39853 +refs/heads/master:refs/remotes/origin/master [2019-09-02T23:18:04.865Z] Merging remotes/origin/master commit 1a117b8b5c2ea8802a73e4e399fdf09649ae8371 into PR head commit e6fce00ec83df2f23523b836f647b8f3df97953f [2019-09-02T23:18:05.607Z] Merge succeeded, producing e6fce00ec83df2f23523b836f647b8f3df97953f [2019-09-02T23:18:05.608Z] Checking out Revision e6fce00ec83df2f23523b836f647b8f3df97953f (PR-39853) [2019-09-02T23:18:04.904Z] > git config core.sparsecheckout # timeout=10 [2019-09-02T23:18:04.919Z] > git checkout -f e6fce00ec83df2f23523b836f647b8f3df97953f [2019-09-02T23:18:05.514Z] > git merge 1a117b8b5c2ea8802a73e4e399fdf09649ae8371 # timeout=10 [2019-09-02T23:18:05.580Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-02T23:18:05.651Z] > git config core.sparsecheckout # timeout=10 [2019-09-02T23:18:05.669Z] > git checkout -f e6fce00ec83df2f23523b836f647b8f3df97953f [2019-09-02T23:18:06.300Z] Commit message: "TestCase: use `icmd.RunCmd` instead `icmd.StartCmd`" [2019-09-02T23:18:06.301Z] First time build. Skipping changelog. [2019-09-02T23:18:06.572Z] fatal: bad object ead69454b4062f17d1f8389642089a002b037213 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-09-02T23:18:07.964Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-39853:/workspace alpine sh -c apk add --no-cache -q git bash && cd /workspace && hack/validate/dco [2019-09-02T23:18:07.964Z] Unable to find image 'alpine:latest' locally [2019-09-02T23:18:07.964Z] latest: Pulling from library/alpine [2019-09-02T23:18:08.330Z] 407ea80cb4d5: Pulling fs layer [2019-09-02T23:18:08.330Z] 407ea80cb4d5: Verifying Checksum [2019-09-02T23:18:08.330Z] 407ea80cb4d5: Download complete [2019-09-02T23:18:08.694Z] 407ea80cb4d5: Pull complete [2019-09-02T23:18:08.694Z] Digest: sha256:72c42ed48c3a2db31b7dafe17d275b634664a708d901ec9fd57b1529280f01fb [2019-09-02T23:18:08.694Z] Status: Downloaded newer image for alpine:latest [2019-09-02T23:18:10.520Z] 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: janky) [Pipeline] { (Branch: z) [Pipeline] { (Branch: z-master) [Pipeline] { (Branch: powerpc) [Pipeline] { (Branch: powerpc-master) [Pipeline] { (Branch: windowsRS1) [Pipeline] { (Branch: windowsRS5-process) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (janky) [Pipeline] stage [Pipeline] { (z) [Pipeline] stage [Pipeline] { (z-master) [Pipeline] stage [Pipeline] { (powerpc) [Pipeline] stage [Pipeline] { (powerpc-master) [Pipeline] stage [Pipeline] { (windowsRS1) [Pipeline] stage [Pipeline] { (windowsRS5-process) Stage "z-master" skipped due to when conditional Stage "powerpc-master" skipped due to when conditional [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] stage [2019-09-02T23:18:10.797Z] Running on ubuntu-1804-overlay2 (i-0e5d5e0e6ac0c2634) in /home/ubuntu/workspace/moby_PR-39853 [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "z-master" skipped due to when conditional [Pipeline] } Stage "powerpc-master" skipped due to when conditional [Pipeline] } [Pipeline] { [2019-09-02T23:18:10.820Z] Running on ubuntu-1804-overlay2 (i-0936fba75c3512041) in /home/ubuntu/workspace/moby_PR-39853 [Pipeline] // stage [Pipeline] // stage [Pipeline] { [Pipeline] checkout [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [2019-09-02T23:18:10.866Z] using credential docker-jenkins-github-credentials [Pipeline] { (Build dev image) [2019-09-02T23:18:10.873Z] Cloning the remote Git repository [2019-09-02T23:18:10.873Z] Cloning with configured refspecs honoured and without tags [Pipeline] checkout Stage "z-master" skipped due to when conditional [Pipeline] } Stage "powerpc-master" skipped due to when conditional [Pipeline] } [2019-09-02T23:18:10.891Z] Running on ppc64le-ubuntu-31 in /home/docker/workspace/moby_PR-39853 [Pipeline] // stage [Pipeline] // stage [Pipeline] { [2019-09-02T23:18:10.910Z] using credential docker-jenkins-github-credentials [2019-09-02T23:18:10.918Z] Cloning the remote Git repository [2019-09-02T23:18:10.918Z] Cloning with configured refspecs honoured and without tags [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] checkout Stage "z-master" skipped due to when conditional [Pipeline] } Stage "powerpc-master" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [2019-09-02T23:18:11.009Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [Pipeline] } [Pipeline] } [2019-09-02T23:18:11.026Z] Cloning the remote Git repository [2019-09-02T23:18:11.026Z] Cloning with configured refspecs honoured and without tags [2019-09-02T23:18:11.155Z] Running on s390x-ubuntu-30 in /home/jenkins/workspace/moby_PR-39853 [Pipeline] { [Pipeline] checkout [2019-09-02T23:18:11.386Z] using credential docker-jenkins-github-credentials [2019-09-02T23:18:11.436Z] Cloning the remote Git repository [2019-09-02T23:18:11.436Z] Cloning with configured refspecs honoured and without tags [2019-09-02T23:18:11.478Z] Cloning repository https://github.com/moby/moby.git [2019-09-02T23:18:11.480Z] > git init /home/jenkins/workspace/moby_PR-39853 # timeout=10 [2019-09-02T23:18:11.524Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-02T23:18:11.525Z] > git --version # timeout=10 [2019-09-02T23:18:11.541Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-02T23:18:11.542Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39853/head:refs/remotes/origin/PR-39853 +refs/heads/master:refs/remotes/origin/master [2019-09-02T23:18:10.865Z] Cloning repository https://github.com/moby/moby.git [2019-09-02T23:18:10.865Z] > git init /home/ubuntu/workspace/moby_PR-39853 # timeout=10 [2019-09-02T23:18:10.878Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-02T23:18:10.879Z] > git --version # timeout=10 [2019-09-02T23:18:10.885Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-02T23:18:10.886Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39853/head:refs/remotes/origin/PR-39853 +refs/heads/master:refs/remotes/origin/master [2019-09-02T23:18:10.921Z] Cloning repository https://github.com/moby/moby.git [2019-09-02T23:18:10.921Z] > git init /home/ubuntu/workspace/moby_PR-39853 # timeout=10 [2019-09-02T23:18:10.946Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-02T23:18:10.947Z] > git --version # timeout=10 [2019-09-02T23:18:10.957Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-02T23:18:10.957Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39853/head:refs/remotes/origin/PR-39853 +refs/heads/master:refs/remotes/origin/master [2019-09-02T23:18:11.031Z] Cloning repository https://github.com/moby/moby.git [2019-09-02T23:18:11.032Z] > git init /home/docker/workspace/moby_PR-39853 # timeout=10 [2019-09-02T23:18:11.042Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-02T23:18:11.043Z] > git --version # timeout=10 [2019-09-02T23:18:11.046Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-02T23:18:11.047Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39853/head:refs/remotes/origin/PR-39853 +refs/heads/master:refs/remotes/origin/master [2019-09-02T23:18:12.237Z] Running on azwin-2-5ee260 in d:\jenkins\workspace\moby_PR-39853 [Pipeline] { [Pipeline] ws [2019-09-02T23:18:12.249Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2019-09-02T23:18:12.272Z] Running on azwin-2-888790 in d:\jenkins\workspace\moby_PR-39853 [Pipeline] { [Pipeline] ws [2019-09-02T23:18:12.286Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2019-09-02T23:18:20.293Z] Fetching without tags [2019-09-02T23:18:20.755Z] Merging remotes/origin/master commit 1a117b8b5c2ea8802a73e4e399fdf09649ae8371 into PR head commit e6fce00ec83df2f23523b836f647b8f3df97953f [2019-09-02T23:18:20.170Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-02T23:18:20.187Z] > git config --add remote.origin.fetch +refs/pull/39853/head:refs/remotes/origin/PR-39853 # timeout=10 [2019-09-02T23:18:20.202Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-02T23:18:20.268Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-02T23:18:20.342Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-02T23:18:20.344Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-02T23:18:20.345Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39853/head:refs/remotes/origin/PR-39853 +refs/heads/master:refs/remotes/origin/master [2019-09-02T23:18:21.501Z] Merge succeeded, producing e6fce00ec83df2f23523b836f647b8f3df97953f [2019-09-02T23:18:21.502Z] Checking out Revision e6fce00ec83df2f23523b836f647b8f3df97953f (PR-39853) [2019-09-02T23:18:22.146Z] Commit message: "TestCase: use `icmd.RunCmd` instead `icmd.StartCmd`" [2019-09-02T23:18:20.798Z] > git config core.sparsecheckout # timeout=10 [2019-09-02T23:18:20.814Z] > git checkout -f e6fce00ec83df2f23523b836f647b8f3df97953f [2019-09-02T23:18:21.409Z] > git merge 1a117b8b5c2ea8802a73e4e399fdf09649ae8371 # timeout=10 [2019-09-02T23:18:21.474Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-02T23:18:21.542Z] > git config core.sparsecheckout # timeout=10 [2019-09-02T23:18:21.559Z] > git checkout -f e6fce00ec83df2f23523b836f647b8f3df97953f [2019-09-02T23:18:22.379Z] fatal: bad object ead69454b4062f17d1f8389642089a002b037213 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-09-02T23:18:23.416Z] Fetching without tags [2019-09-02T23:18:23.373Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-02T23:18:23.381Z] > git config --add remote.origin.fetch +refs/pull/39853/head:refs/remotes/origin/PR-39853 # timeout=10 [2019-09-02T23:18:23.391Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-02T23:18:23.397Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-02T23:18:23.407Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-02T23:18:23.407Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-02T23:18:23.408Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39853/head:refs/remotes/origin/PR-39853 +refs/heads/master:refs/remotes/origin/master [2019-09-02T23:18:23.446Z] Fetching without tags [2019-09-02T23:18:23.419Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-02T23:18:23.423Z] > git config --add remote.origin.fetch +refs/pull/39853/head:refs/remotes/origin/PR-39853 # timeout=10 [2019-09-02T23:18:23.432Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-02T23:18:23.439Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-02T23:18:23.448Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-02T23:18:23.449Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-02T23:18:23.449Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39853/head:refs/remotes/origin/PR-39853 +refs/heads/master:refs/remotes/origin/master [2019-09-02T23:18:23.658Z] + docker version [2019-09-02T23:18:23.658Z] Client: [2019-09-02T23:18:23.658Z] Version: 18.06.1-ce [2019-09-02T23:18:23.658Z] API version: 1.38 [2019-09-02T23:18:23.658Z] Go version: go1.10.3 [2019-09-02T23:18:23.658Z] Git commit: e68fc7a [2019-09-02T23:18:23.658Z] Built: Tue Aug 21 17:24:34 2018 [2019-09-02T23:18:23.658Z] OS/Arch: linux/s390x [2019-09-02T23:18:23.658Z] Experimental: false [2019-09-02T23:18:23.658Z] [2019-09-02T23:18:23.658Z] Server: [2019-09-02T23:18:23.658Z] Engine: [2019-09-02T23:18:23.658Z] Version: 18.06.1-ce [2019-09-02T23:18:23.658Z] API version: 1.38 (minimum version 1.12) [2019-09-02T23:18:23.658Z] Go version: go1.10.3 [2019-09-02T23:18:23.658Z] Git commit: e68fc7a [2019-09-02T23:18:23.658Z] Built: Tue Aug 21 17:23:34 2018 [2019-09-02T23:18:23.658Z] OS/Arch: linux/s390x [2019-09-02T23:18:23.658Z] Experimental: true [2019-09-02T23:18:23.696Z] Merging remotes/origin/master commit 1a117b8b5c2ea8802a73e4e399fdf09649ae8371 into PR head commit e6fce00ec83df2f23523b836f647b8f3df97953f [2019-09-02T23:18:23.740Z] Merging remotes/origin/master commit 1a117b8b5c2ea8802a73e4e399fdf09649ae8371 into PR head commit e6fce00ec83df2f23523b836f647b8f3df97953f [Pipeline] sh [2019-09-02T23:18:24.233Z] Merge succeeded, producing e6fce00ec83df2f23523b836f647b8f3df97953f [2019-09-02T23:18:24.234Z] Checking out Revision e6fce00ec83df2f23523b836f647b8f3df97953f (PR-39853) [2019-09-02T23:18:24.279Z] Merge succeeded, producing e6fce00ec83df2f23523b836f647b8f3df97953f [2019-09-02T23:18:24.280Z] Checking out Revision e6fce00ec83df2f23523b836f647b8f3df97953f (PR-39853) [2019-09-02T23:18:24.497Z] Commit message: "TestCase: use `icmd.RunCmd` instead `icmd.StartCmd`" [2019-09-02T23:18:24.499Z] fatal: bad object ead69454b4062f17d1f8389642089a002b037213 [2019-09-02T23:18:24.526Z] + docker info [2019-09-02T23:18:24.526Z] Containers: 0 [2019-09-02T23:18:24.526Z] Running: 0 [2019-09-02T23:18:24.526Z] Paused: 0 [2019-09-02T23:18:24.526Z] Stopped: 0 [2019-09-02T23:18:24.526Z] Images: 0 [2019-09-02T23:18:24.526Z] Server Version: 18.06.1-ce [2019-09-02T23:18:24.526Z] Storage Driver: overlay2 [2019-09-02T23:18:24.526Z] Backing Filesystem: extfs [2019-09-02T23:18:24.526Z] Supports d_type: true [2019-09-02T23:18:24.526Z] Native Overlay Diff: true [2019-09-02T23:18:24.526Z] Logging Driver: json-file [2019-09-02T23:18:24.526Z] Cgroup Driver: cgroupfs [2019-09-02T23:18:24.526Z] Plugins: [2019-09-02T23:18:24.526Z] Volume: local [2019-09-02T23:18:24.526Z] Network: bridge host ipvlan macvlan null overlay [2019-09-02T23:18:24.526Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2019-09-02T23:18:24.526Z] Swarm: inactive [2019-09-02T23:18:24.526Z] Runtimes: runc [2019-09-02T23:18:24.526Z] Default Runtime: runc [2019-09-02T23:18:24.526Z] Init Binary: docker-init [2019-09-02T23:18:24.526Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2019-09-02T23:18:24.526Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2019-09-02T23:18:24.526Z] init version: fec3683 [2019-09-02T23:18:24.526Z] Security Options: [2019-09-02T23:18:24.526Z] apparmor [2019-09-02T23:18:24.526Z] seccomp [2019-09-02T23:18:24.526Z] Profile: default [2019-09-02T23:18:24.526Z] Kernel Version: 4.4.0-133-generic [2019-09-02T23:18:24.526Z] Operating System: Ubuntu 16.04.5 LTS [2019-09-02T23:18:24.526Z] OSType: linux [2019-09-02T23:18:24.526Z] Architecture: s390x [2019-09-02T23:18:24.526Z] CPUs: 2 [2019-09-02T23:18:24.526Z] Total Memory: 7.862GiB [2019-09-02T23:18:24.526Z] Name: s390x-ubuntu-30 [2019-09-02T23:18:24.526Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2019-09-02T23:18:24.526Z] Docker Root Dir: /var/lib/docker [2019-09-02T23:18:24.526Z] Debug Mode (client): false [2019-09-02T23:18:24.526Z] Debug Mode (server): false [2019-09-02T23:18:24.526Z] Username: dockerbuildbot [2019-09-02T23:18:24.526Z] Registry: https://index.docker.io/v1/ [2019-09-02T23:18:24.526Z] Labels: [2019-09-02T23:18:24.526Z] Experimental: true [2019-09-02T23:18:24.526Z] Insecure Registries: [2019-09-02T23:18:24.526Z] 127.0.0.0/8 [2019-09-02T23:18:24.526Z] Live Restore Enabled: false [2019-09-02T23:18:24.526Z] [2019-09-02T23:18:24.526Z] WARNING: No swap limit support [2019-09-02T23:18:24.602Z] Commit message: "TestCase: use `icmd.RunCmd` instead `icmd.StartCmd`" [Pipeline] sh [2019-09-02T23:18:24.628Z] fatal: bad object ead69454b4062f17d1f8389642089a002b037213 [2019-09-02T23:18:23.687Z] > git config core.sparsecheckout # timeout=10 [2019-09-02T23:18:23.695Z] > git checkout -f e6fce00ec83df2f23523b836f647b8f3df97953f [2019-09-02T23:18:24.211Z] > git merge 1a117b8b5c2ea8802a73e4e399fdf09649ae8371 # timeout=10 [2019-09-02T23:18:24.218Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-02T23:18:24.225Z] > git config core.sparsecheckout # timeout=10 [2019-09-02T23:18:24.228Z] > git checkout -f e6fce00ec83df2f23523b836f647b8f3df97953f [2019-09-02T23:18:23.741Z] > git config core.sparsecheckout # timeout=10 [2019-09-02T23:18:23.745Z] > git checkout -f e6fce00ec83df2f23523b836f647b8f3df97953f [2019-09-02T23:18:24.241Z] > git merge 1a117b8b5c2ea8802a73e4e399fdf09649ae8371 # timeout=10 [2019-09-02T23:18:24.262Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-02T23:18:24.280Z] > git config core.sparsecheckout # timeout=10 [2019-09-02T23:18:24.293Z] > git checkout -f e6fce00ec83df2f23523b836f647b8f3df97953f [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-09-02T23:18:25.325Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-02T23:18:25.325Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-02T23:18:25.325Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-39853/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-09-02T23:18:25.325Z] + bash /home/jenkins/workspace/moby_PR-39853/check-config.sh [2019-09-02T23:18:25.325Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-09-02T23:18:25.325Z] info: reading kernel config from /boot/config-4.4.0-133-generic ... [2019-09-02T23:18:25.325Z] [2019-09-02T23:18:25.325Z] Generally Necessary: [2019-09-02T23:18:25.442Z] + docker version [2019-09-02T23:18:25.442Z] Client: Docker Engine - Community [2019-09-02T23:18:25.442Z] Version: 19.03.1 [2019-09-02T23:18:25.442Z] API version: 1.40 [2019-09-02T23:18:25.442Z] Go version: go1.12.5 [2019-09-02T23:18:25.442Z] Git commit: 74b1e89 [2019-09-02T23:18:25.442Z] Built: Thu Jul 25 21:21:05 2019 [2019-09-02T23:18:25.442Z] OS/Arch: linux/amd64 [2019-09-02T23:18:25.442Z] Experimental: false [2019-09-02T23:18:25.442Z] [2019-09-02T23:18:25.442Z] Server: Docker Engine - Community [2019-09-02T23:18:25.442Z] Engine: [2019-09-02T23:18:25.442Z] Version: 19.03.1 [2019-09-02T23:18:25.442Z] API version: 1.40 (minimum version 1.12) [2019-09-02T23:18:25.442Z] Go version: go1.12.5 [2019-09-02T23:18:25.442Z] Git commit: 74b1e89 [2019-09-02T23:18:25.442Z] Built: Thu Jul 25 21:19:41 2019 [2019-09-02T23:18:25.442Z] OS/Arch: linux/amd64 [2019-09-02T23:18:25.442Z] Experimental: true [2019-09-02T23:18:25.442Z] containerd: [2019-09-02T23:18:25.442Z] Version: 1.2.6 [2019-09-02T23:18:25.442Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-09-02T23:18:25.443Z] runc: [2019-09-02T23:18:25.443Z] Version: 1.0.0-rc8 [2019-09-02T23:18:25.443Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-02T23:18:25.443Z] docker-init: [2019-09-02T23:18:25.443Z] Version: 0.18.0 [2019-09-02T23:18:25.443Z] GitCommit: fec3683 [Pipeline] sh [2019-09-02T23:18:25.634Z] + docker version [2019-09-02T23:18:25.635Z] Client: Docker Engine - Community [2019-09-02T23:18:25.635Z] Version: 19.03.1 [2019-09-02T23:18:25.635Z] API version: 1.40 [2019-09-02T23:18:25.635Z] Go version: go1.12.5 [2019-09-02T23:18:25.635Z] Git commit: 74b1e89 [2019-09-02T23:18:25.635Z] Built: Thu Jul 25 21:21:05 2019 [2019-09-02T23:18:25.635Z] OS/Arch: linux/amd64 [2019-09-02T23:18:25.635Z] Experimental: false [2019-09-02T23:18:25.635Z] [2019-09-02T23:18:25.635Z] Server: Docker Engine - Community [2019-09-02T23:18:25.635Z] Engine: [2019-09-02T23:18:25.635Z] Version: 19.03.1 [2019-09-02T23:18:25.635Z] API version: 1.40 (minimum version 1.12) [2019-09-02T23:18:25.635Z] Go version: go1.12.5 [2019-09-02T23:18:25.635Z] Git commit: 74b1e89 [2019-09-02T23:18:25.635Z] Built: Thu Jul 25 21:19:41 2019 [2019-09-02T23:18:25.635Z] OS/Arch: linux/amd64 [2019-09-02T23:18:25.635Z] Experimental: true [2019-09-02T23:18:25.635Z] containerd: [2019-09-02T23:18:25.635Z] Version: 1.2.6 [2019-09-02T23:18:25.635Z] GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-09-02T23:18:25.635Z] runc: [2019-09-02T23:18:25.635Z] Version: 1.0.0-rc8 [2019-09-02T23:18:25.635Z] GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-02T23:18:25.635Z] docker-init: [2019-09-02T23:18:25.635Z] Version: 0.18.0 [2019-09-02T23:18:25.635Z] GitCommit: fec3683 [Pipeline] sh [2019-09-02T23:18:25.700Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-09-02T23:18:25.700Z] - apparmor: enabled and tools installed [2019-09-02T23:18:25.700Z] - CONFIG_NAMESPACES: enabled [2019-09-02T23:18:25.700Z] - CONFIG_NET_NS: enabled [2019-09-02T23:18:25.700Z] - CONFIG_PID_NS: enabled [2019-09-02T23:18:25.700Z] - CONFIG_IPC_NS: enabled [2019-09-02T23:18:25.700Z] - CONFIG_UTS_NS: enabled [2019-09-02T23:18:25.700Z] - CONFIG_CGROUPS: enabled [2019-09-02T23:18:25.700Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-09-02T23:18:25.700Z] - CONFIG_CGROUP_DEVICE: enabled [2019-09-02T23:18:25.700Z] - CONFIG_CGROUP_FREEZER: enabled [2019-09-02T23:18:25.700Z] - CONFIG_CGROUP_SCHED: enabled [2019-09-02T23:18:25.700Z] - CONFIG_CPUSETS: enabled [2019-09-02T23:18:25.700Z] - CONFIG_MEMCG: enabled [2019-09-02T23:18:25.700Z] - CONFIG_KEYS: enabled [2019-09-02T23:18:25.700Z] - CONFIG_VETH: enabled (as module) [2019-09-02T23:18:25.700Z] - CONFIG_BRIDGE: enabled (as module) [2019-09-02T23:18:25.700Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-09-02T23:18:25.700Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-09-02T23:18:25.700Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-09-02T23:18:25.700Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-09-02T23:18:25.701Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-09-02T23:18:25.701Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-09-02T23:18:25.701Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-09-02T23:18:25.701Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-09-02T23:18:25.701Z] - CONFIG_NF_NAT: enabled (as module) [2019-09-02T23:18:25.701Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-09-02T23:18:25.701Z] - CONFIG_POSIX_MQUEUE: enabled [2019-09-02T23:18:25.701Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2019-09-02T23:18:25.701Z] [2019-09-02T23:18:25.701Z] Optional Features: [2019-09-02T23:18:25.701Z] - CONFIG_USER_NS: enabled [2019-09-02T23:18:25.701Z] - CONFIG_SECCOMP: enabled [2019-09-02T23:18:25.701Z] - CONFIG_CGROUP_PIDS: enabled [2019-09-02T23:18:25.701Z] - CONFIG_MEMCG_SWAP: enabled [2019-09-02T23:18:25.701Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-09-02T23:18:25.701Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-09-02T23:18:25.701Z] - CONFIG_MEMCG_KMEM: enabled [2019-09-02T23:18:25.701Z] - CONFIG_BLK_CGROUP: enabled [2019-09-02T23:18:25.701Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-09-02T23:18:25.701Z] - CONFIG_IOSCHED_CFQ: enabled [2019-09-02T23:18:25.701Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-09-02T23:18:25.701Z] - CONFIG_CGROUP_PERF: enabled [2019-09-02T23:18:25.701Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-09-02T23:18:25.701Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-09-02T23:18:25.701Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-09-02T23:18:25.701Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-09-02T23:18:25.701Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-09-02T23:18:25.701Z] - CONFIG_RT_GROUP_SCHED: missing [2019-09-02T23:18:25.701Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-09-02T23:18:25.701Z] - CONFIG_IP_VS: enabled (as module) [2019-09-02T23:18:25.701Z] - CONFIG_IP_VS_NFCT: enabled [2019-09-02T23:18:25.701Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-09-02T23:18:25.701Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-09-02T23:18:25.701Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-09-02T23:18:25.701Z] - CONFIG_EXT4_FS: enabled [2019-09-02T23:18:25.701Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-09-02T23:18:25.701Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-09-02T23:18:25.701Z] - Network Drivers: [2019-09-02T23:18:25.701Z] - "overlay": [2019-09-02T23:18:25.701Z] - CONFIG_VXLAN: enabled (as module) [2019-09-02T23:18:25.701Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-09-02T23:18:25.701Z] Optional (for encrypted networks): [2019-09-02T23:18:25.701Z] - CONFIG_CRYPTO: enabled [2019-09-02T23:18:25.701Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2019-09-02T23:18:25.701Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2019-09-02T23:18:25.701Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2019-09-02T23:18:25.701Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2019-09-02T23:18:25.701Z] - CONFIG_XFRM: enabled [2019-09-02T23:18:25.701Z] - CONFIG_XFRM_USER: enabled (as module) [2019-09-02T23:18:25.701Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-09-02T23:18:25.701Z] - CONFIG_INET_ESP: enabled (as module) [2019-09-02T23:18:25.701Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-09-02T23:18:25.701Z] - "ipvlan": [2019-09-02T23:18:25.701Z] - CONFIG_IPVLAN: enabled (as module) [2019-09-02T23:18:25.701Z] - "macvlan": [2019-09-02T23:18:25.701Z] - CONFIG_MACVLAN: enabled (as module) [2019-09-02T23:18:25.701Z] - CONFIG_DUMMY: enabled (as module) [2019-09-02T23:18:25.701Z] - "ftp,tftp client in container": [2019-09-02T23:18:25.701Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-09-02T23:18:25.701Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-09-02T23:18:25.701Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-09-02T23:18:25.701Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-09-02T23:18:25.701Z] - Storage Drivers: [2019-09-02T23:18:25.701Z] - "aufs": [2019-09-02T23:18:25.701Z] - CONFIG_AUFS_FS: enabled (as module) [2019-09-02T23:18:25.725Z] + docker info [2019-09-02T23:18:25.909Z] + docker info [2019-09-02T23:18:26.063Z] - "btrfs": [2019-09-02T23:18:26.063Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-09-02T23:18:26.063Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-09-02T23:18:26.063Z] - "devicemapper": [2019-09-02T23:18:26.063Z] - CONFIG_BLK_DEV_DM: enabled [2019-09-02T23:18:26.063Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-09-02T23:18:26.063Z] - "overlay": [2019-09-02T23:18:26.063Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-09-02T23:18:26.063Z] - "zfs": [2019-09-02T23:18:26.063Z] - /dev/zfs: missing [2019-09-02T23:18:26.063Z] - zfs command: missing [2019-09-02T23:18:26.063Z] - zpool command: missing [2019-09-02T23:18:26.063Z] [2019-09-02T23:18:26.063Z] Limits: [2019-09-02T23:18:26.063Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-09-02T23:18:26.063Z] [2019-09-02T23:18:26.063Z] + true [Pipeline] } [Pipeline] // stage [2019-09-02T23:18:26.164Z] Client: [2019-09-02T23:18:26.164Z] Debug Mode: false [2019-09-02T23:18:26.164Z] [2019-09-02T23:18:26.164Z] Server: [2019-09-02T23:18:26.164Z] Containers: 0 [2019-09-02T23:18:26.164Z] Running: 0 [2019-09-02T23:18:26.164Z] Paused: 0 [2019-09-02T23:18:26.164Z] Stopped: 0 [2019-09-02T23:18:26.164Z] Images: 4 [2019-09-02T23:18:26.164Z] Server Version: 19.03.1 [2019-09-02T23:18:26.164Z] Storage Driver: overlay2 [2019-09-02T23:18:26.164Z] Backing Filesystem: extfs [2019-09-02T23:18:26.164Z] Supports d_type: true [2019-09-02T23:18:26.164Z] Native Overlay Diff: true [2019-09-02T23:18:26.164Z] Logging Driver: json-file [2019-09-02T23:18:26.164Z] Cgroup Driver: cgroupfs [2019-09-02T23:18:26.164Z] Plugins: [2019-09-02T23:18:26.164Z] Volume: local [2019-09-02T23:18:26.164Z] Network: bridge host ipvlan macvlan null overlay [2019-09-02T23:18:26.164Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-09-02T23:18:26.164Z] Swarm: inactive [2019-09-02T23:18:26.164Z] Runtimes: runc [2019-09-02T23:18:26.164Z] Default Runtime: runc [2019-09-02T23:18:26.164Z] Init Binary: docker-init [2019-09-02T23:18:26.164Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-09-02T23:18:26.164Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-02T23:18:26.164Z] init version: fec3683 [2019-09-02T23:18:26.164Z] Security Options: [2019-09-02T23:18:26.164Z] apparmor [2019-09-02T23:18:26.164Z] seccomp [2019-09-02T23:18:26.164Z] Profile: default [2019-09-02T23:18:26.164Z] Kernel Version: 4.15.0-1045-aws [2019-09-02T23:18:26.164Z] Operating System: Ubuntu 18.04.3 LTS [2019-09-02T23:18:26.164Z] OSType: linux [2019-09-02T23:18:26.164Z] Architecture: x86_64 [2019-09-02T23:18:26.164Z] CPUs: 2 [2019-09-02T23:18:26.164Z] Total Memory: 7.501GiB [2019-09-02T23:18:26.164Z] Name: ip-10-100-78-242 [2019-09-02T23:18:26.164Z] ID: Q5BR:4XSA:4VGI:HCQ4:NCXQ:W6V2:NU5B:4PS4:IJFG:GRAK:RFRC:V5LS [2019-09-02T23:18:26.164Z] Docker Root Dir: /var/lib/docker [2019-09-02T23:18:26.164Z] Debug Mode: false [2019-09-02T23:18:26.164Z] Registry: https://index.docker.io/v1/ [2019-09-02T23:18:26.164Z] Labels: [2019-09-02T23:18:26.164Z] Experimental: true [2019-09-02T23:18:26.164Z] Insecure Registries: [2019-09-02T23:18:26.164Z] 127.0.0.0/8 [2019-09-02T23:18:26.164Z] Live Restore Enabled: true [2019-09-02T23:18:26.164Z] [2019-09-02T23:18:26.164Z] WARNING: No swap limit support [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [Pipeline] sh [2019-09-02T23:18:26.288Z] Client: [2019-09-02T23:18:26.288Z] Debug Mode: false [2019-09-02T23:18:26.288Z] [2019-09-02T23:18:26.288Z] Server: [2019-09-02T23:18:26.288Z] Containers: 0 [2019-09-02T23:18:26.288Z] Running: 0 [2019-09-02T23:18:26.288Z] Paused: 0 [2019-09-02T23:18:26.288Z] Stopped: 0 [2019-09-02T23:18:26.288Z] Images: 3 [2019-09-02T23:18:26.288Z] Server Version: 19.03.1 [2019-09-02T23:18:26.288Z] Storage Driver: overlay2 [2019-09-02T23:18:26.288Z] Backing Filesystem: extfs [2019-09-02T23:18:26.288Z] Supports d_type: true [2019-09-02T23:18:26.289Z] Native Overlay Diff: true [2019-09-02T23:18:26.289Z] Logging Driver: json-file [2019-09-02T23:18:26.289Z] Cgroup Driver: cgroupfs [2019-09-02T23:18:26.289Z] Plugins: [2019-09-02T23:18:26.289Z] Volume: local [2019-09-02T23:18:26.289Z] Network: bridge host ipvlan macvlan null overlay [2019-09-02T23:18:26.289Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2019-09-02T23:18:26.289Z] Swarm: inactive [2019-09-02T23:18:26.289Z] Runtimes: runc [2019-09-02T23:18:26.289Z] Default Runtime: runc [2019-09-02T23:18:26.289Z] Init Binary: docker-init [2019-09-02T23:18:26.289Z] containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb [2019-09-02T23:18:26.289Z] runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-02T23:18:26.289Z] init version: fec3683 [2019-09-02T23:18:26.289Z] Security Options: [2019-09-02T23:18:26.289Z] apparmor [2019-09-02T23:18:26.289Z] seccomp [2019-09-02T23:18:26.289Z] Profile: default [2019-09-02T23:18:26.289Z] Kernel Version: 4.15.0-1045-aws [2019-09-02T23:18:26.289Z] Operating System: Ubuntu 18.04.3 LTS [2019-09-02T23:18:26.289Z] OSType: linux [2019-09-02T23:18:26.289Z] Architecture: x86_64 [2019-09-02T23:18:26.289Z] CPUs: 2 [2019-09-02T23:18:26.289Z] Total Memory: 7.501GiB [2019-09-02T23:18:26.289Z] Name: ip-10-100-103-140 [2019-09-02T23:18:26.289Z] ID: Q5BR:4XSA:4VGI:HCQ4:NCXQ:W6V2:NU5B:4PS4:IJFG:GRAK:RFRC:V5LS [2019-09-02T23:18:26.289Z] Docker Root Dir: /var/lib/docker [2019-09-02T23:18:26.289Z] Debug Mode: false [2019-09-02T23:18:26.289Z] Registry: https://index.docker.io/v1/ [2019-09-02T23:18:26.289Z] Labels: [2019-09-02T23:18:26.289Z] Experimental: true [2019-09-02T23:18:26.289Z] Insecure Registries: [2019-09-02T23:18:26.289Z] 127.0.0.0/8 [2019-09-02T23:18:26.289Z] Live Restore Enabled: true [2019-09-02T23:18:26.289Z] [2019-09-02T23:18:26.289Z] WARNING: No swap limit support [2019-09-02T23:18:26.489Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-02T23:18:26.489Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-02T23:18:26.489Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-39853/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-09-02T23:18:26.489Z] + bash /home/ubuntu/workspace/moby_PR-39853/check-config.sh [2019-09-02T23:18:26.489Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-09-02T23:18:26.489Z] info: reading kernel config from /boot/config-4.15.0-1045-aws ... [2019-09-02T23:18:26.489Z] [2019-09-02T23:18:26.489Z] Generally Necessary: [2019-09-02T23:18:26.489Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-09-02T23:18:26.489Z] - apparmor: enabled and tools installed [2019-09-02T23:18:26.489Z] - CONFIG_NAMESPACES: enabled [2019-09-02T23:18:26.489Z] - CONFIG_NET_NS: enabled [2019-09-02T23:18:26.489Z] - CONFIG_PID_NS: enabled [2019-09-02T23:18:26.489Z] - CONFIG_IPC_NS: enabled [2019-09-02T23:18:26.489Z] - CONFIG_UTS_NS: enabled [2019-09-02T23:18:26.489Z] - CONFIG_CGROUPS: enabled [2019-09-02T23:18:26.489Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-09-02T23:18:26.489Z] - CONFIG_CGROUP_DEVICE: enabled [2019-09-02T23:18:26.489Z] - CONFIG_CGROUP_FREEZER: enabled [2019-09-02T23:18:26.489Z] - CONFIG_CGROUP_SCHED: enabled [2019-09-02T23:18:26.489Z] - CONFIG_CPUSETS: enabled [2019-09-02T23:18:26.489Z] - CONFIG_MEMCG: enabled [2019-09-02T23:18:26.489Z] - CONFIG_KEYS: enabled [2019-09-02T23:18:26.489Z] - CONFIG_VETH: enabled (as module) [2019-09-02T23:18:26.489Z] - CONFIG_BRIDGE: enabled (as module) [2019-09-02T23:18:26.489Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-09-02T23:18:26.489Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-09-02T23:18:26.489Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-09-02T23:18:26.489Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-09-02T23:18:26.489Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-09-02T23:18:26.489Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-09-02T23:18:26.489Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-09-02T23:18:26.489Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-09-02T23:18:26.489Z] - CONFIG_NF_NAT: enabled (as module) [2019-09-02T23:18:26.489Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-09-02T23:18:26.489Z] - CONFIG_POSIX_MQUEUE: enabled [2019-09-02T23:18:26.489Z] [2019-09-02T23:18:26.489Z] Optional Features: [2019-09-02T23:18:26.489Z] - CONFIG_USER_NS: enabled [2019-09-02T23:18:26.489Z] - CONFIG_SECCOMP: enabled [2019-09-02T23:18:26.489Z] - CONFIG_CGROUP_PIDS: enabled [2019-09-02T23:18:26.489Z] - CONFIG_MEMCG_SWAP: enabled [2019-09-02T23:18:26.489Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-09-02T23:18:26.489Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-09-02T23:18:26.489Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2019-09-02T23:18:26.489Z] - CONFIG_BLK_CGROUP: enabled [2019-09-02T23:18:26.489Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-09-02T23:18:26.489Z] - CONFIG_IOSCHED_CFQ: enabled [2019-09-02T23:18:26.489Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-09-02T23:18:26.489Z] - CONFIG_CGROUP_PERF: enabled [2019-09-02T23:18:26.489Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-09-02T23:18:26.489Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-09-02T23:18:26.489Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-09-02T23:18:26.489Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-09-02T23:18:26.489Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-09-02T23:18:26.489Z] - CONFIG_RT_GROUP_SCHED: missing [2019-09-02T23:18:26.489Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [Pipeline] sh [2019-09-02T23:18:26.745Z] - CONFIG_IP_VS: enabled (as module) [2019-09-02T23:18:26.745Z] - CONFIG_IP_VS_NFCT: enabled [2019-09-02T23:18:26.745Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-09-02T23:18:26.745Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-09-02T23:18:26.745Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-09-02T23:18:26.745Z] - CONFIG_EXT4_FS: enabled [2019-09-02T23:18:26.745Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-09-02T23:18:26.745Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-09-02T23:18:26.745Z] - Network Drivers: [2019-09-02T23:18:26.745Z] - "overlay": [2019-09-02T23:18:26.745Z] - CONFIG_VXLAN: enabled (as module) [2019-09-02T23:18:26.745Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-09-02T23:18:26.745Z] Optional (for encrypted networks): [2019-09-02T23:18:26.745Z] - CONFIG_CRYPTO: enabled [2019-09-02T23:18:26.745Z] - CONFIG_CRYPTO_AEAD: enabled [2019-09-02T23:18:26.745Z] - CONFIG_CRYPTO_GCM: enabled [2019-09-02T23:18:26.745Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-09-02T23:18:26.745Z] - CONFIG_CRYPTO_GHASH: enabled [2019-09-02T23:18:26.745Z] - CONFIG_XFRM: enabled [2019-09-02T23:18:26.745Z] - CONFIG_XFRM_USER: enabled (as module) [2019-09-02T23:18:26.745Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-09-02T23:18:26.745Z] - CONFIG_INET_ESP: enabled (as module) [2019-09-02T23:18:26.745Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-09-02T23:18:26.745Z] - "ipvlan": [2019-09-02T23:18:26.745Z] - CONFIG_IPVLAN: enabled (as module) [2019-09-02T23:18:26.745Z] - "macvlan": [2019-09-02T23:18:26.745Z] - CONFIG_MACVLAN: enabled (as module) [2019-09-02T23:18:26.745Z] - CONFIG_DUMMY: enabled (as module) [2019-09-02T23:18:26.745Z] - "ftp,tftp client in container": [2019-09-02T23:18:26.745Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-09-02T23:18:26.745Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-09-02T23:18:26.745Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-09-02T23:18:26.745Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-09-02T23:18:26.745Z] - Storage Drivers: [2019-09-02T23:18:26.745Z] - "aufs": [2019-09-02T23:18:26.745Z] - CONFIG_AUFS_FS: enabled (as module) [2019-09-02T23:18:26.745Z] - "btrfs": [2019-09-02T23:18:26.745Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-09-02T23:18:26.745Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-09-02T23:18:26.745Z] - "devicemapper": [2019-09-02T23:18:26.745Z] - CONFIG_BLK_DEV_DM: enabled [2019-09-02T23:18:26.745Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-09-02T23:18:26.745Z] - "overlay": [2019-09-02T23:18:26.745Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-09-02T23:18:26.745Z] - "zfs": [2019-09-02T23:18:26.745Z] - /dev/zfs: missing [2019-09-02T23:18:26.745Z] - zfs command: missing [2019-09-02T23:18:26.745Z] - zpool command: missing [2019-09-02T23:18:26.745Z] [2019-09-02T23:18:26.745Z] Limits: [2019-09-02T23:18:26.745Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-09-02T23:18:26.745Z] [2019-09-02T23:18:26.745Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-09-02T23:18:26.880Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-02T23:18:26.880Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-02T23:18:26.880Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-39853/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-09-02T23:18:26.880Z] + bash /home/ubuntu/workspace/moby_PR-39853/check-config.sh [2019-09-02T23:18:26.880Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-09-02T23:18:26.880Z] info: reading kernel config from /boot/config-4.15.0-1045-aws ... [2019-09-02T23:18:26.880Z] [2019-09-02T23:18:26.880Z] Generally Necessary: [2019-09-02T23:18:26.880Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-09-02T23:18:26.880Z] - apparmor: enabled and tools installed [2019-09-02T23:18:26.880Z] - CONFIG_NAMESPACES: enabled [2019-09-02T23:18:26.880Z] - CONFIG_NET_NS: enabled [2019-09-02T23:18:26.880Z] - CONFIG_PID_NS: enabled [2019-09-02T23:18:26.880Z] - CONFIG_IPC_NS: enabled [2019-09-02T23:18:26.880Z] - CONFIG_UTS_NS: enabled [2019-09-02T23:18:26.880Z] - CONFIG_CGROUPS: enabled [2019-09-02T23:18:26.880Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-09-02T23:18:26.880Z] - CONFIG_CGROUP_DEVICE: enabled [2019-09-02T23:18:26.880Z] - CONFIG_CGROUP_FREEZER: enabled [2019-09-02T23:18:26.880Z] - CONFIG_CGROUP_SCHED: enabled [2019-09-02T23:18:26.880Z] - CONFIG_CPUSETS: enabled [2019-09-02T23:18:26.880Z] - CONFIG_MEMCG: enabled [2019-09-02T23:18:26.880Z] - CONFIG_KEYS: enabled [2019-09-02T23:18:26.880Z] - CONFIG_VETH: enabled (as module) [2019-09-02T23:18:26.880Z] - CONFIG_BRIDGE: enabled (as module) [2019-09-02T23:18:26.880Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-09-02T23:18:26.880Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-09-02T23:18:26.880Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-09-02T23:18:26.880Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-09-02T23:18:26.880Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-09-02T23:18:26.880Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-09-02T23:18:26.880Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-09-02T23:18:26.880Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-09-02T23:18:26.880Z] - CONFIG_NF_NAT: enabled (as module) [2019-09-02T23:18:26.880Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-09-02T23:18:26.880Z] - CONFIG_POSIX_MQUEUE: enabled [2019-09-02T23:18:26.880Z] [2019-09-02T23:18:26.880Z] Optional Features: [2019-09-02T23:18:26.880Z] - CONFIG_USER_NS: enabled [2019-09-02T23:18:26.880Z] - CONFIG_SECCOMP: enabled [2019-09-02T23:18:26.880Z] - CONFIG_CGROUP_PIDS: enabled [2019-09-02T23:18:26.880Z] - CONFIG_MEMCG_SWAP: enabled [2019-09-02T23:18:26.880Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-09-02T23:18:26.880Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2019-09-02T23:18:26.880Z] - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled [2019-09-02T23:18:26.880Z] - CONFIG_BLK_CGROUP: enabled [2019-09-02T23:18:26.880Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-09-02T23:18:26.880Z] - CONFIG_IOSCHED_CFQ: enabled [2019-09-02T23:18:26.880Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-09-02T23:18:26.880Z] - CONFIG_CGROUP_PERF: enabled [2019-09-02T23:18:26.880Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-09-02T23:18:26.880Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-09-02T23:18:26.880Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-09-02T23:18:26.880Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-09-02T23:18:26.880Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-09-02T23:18:26.880Z] - CONFIG_RT_GROUP_SCHED: missing [2019-09-02T23:18:26.880Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-09-02T23:18:26.966Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:e6fce00ec83df2f23523b836f647b8f3df97953f -f Dockerfile . [2019-09-02T23:18:27.137Z] - CONFIG_IP_VS: enabled (as module) [2019-09-02T23:18:27.137Z] - CONFIG_IP_VS_NFCT: enabled [2019-09-02T23:18:27.137Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-09-02T23:18:27.137Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-09-02T23:18:27.137Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-09-02T23:18:27.137Z] - CONFIG_EXT4_FS: enabled [2019-09-02T23:18:27.137Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-09-02T23:18:27.137Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-09-02T23:18:27.137Z] - Network Drivers: [2019-09-02T23:18:27.137Z] - "overlay": [2019-09-02T23:18:27.137Z] - CONFIG_VXLAN: enabled (as module) [2019-09-02T23:18:27.137Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-09-02T23:18:27.137Z] Optional (for encrypted networks): [2019-09-02T23:18:27.137Z] - CONFIG_CRYPTO: enabled [2019-09-02T23:18:27.137Z] - CONFIG_CRYPTO_AEAD: enabled [2019-09-02T23:18:27.137Z] - CONFIG_CRYPTO_GCM: enabled [2019-09-02T23:18:27.137Z] - CONFIG_CRYPTO_SEQIV: enabled [2019-09-02T23:18:27.137Z] - CONFIG_CRYPTO_GHASH: enabled [2019-09-02T23:18:27.137Z] - CONFIG_XFRM: enabled [2019-09-02T23:18:27.137Z] - CONFIG_XFRM_USER: enabled (as module) [2019-09-02T23:18:27.137Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-09-02T23:18:27.137Z] - CONFIG_INET_ESP: enabled (as module) [2019-09-02T23:18:27.137Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-09-02T23:18:27.137Z] - "ipvlan": [2019-09-02T23:18:27.137Z] - CONFIG_IPVLAN: enabled (as module) [2019-09-02T23:18:27.137Z] - "macvlan": [2019-09-02T23:18:27.137Z] - CONFIG_MACVLAN: enabled (as module) [2019-09-02T23:18:27.137Z] - CONFIG_DUMMY: enabled (as module) [2019-09-02T23:18:27.137Z] - "ftp,tftp client in container": [2019-09-02T23:18:27.137Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-09-02T23:18:27.137Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-09-02T23:18:27.137Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-09-02T23:18:27.137Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-09-02T23:18:27.137Z] - Storage Drivers: [2019-09-02T23:18:27.137Z] - "aufs": [2019-09-02T23:18:27.137Z] - CONFIG_AUFS_FS: enabled (as module) [2019-09-02T23:18:27.137Z] - "btrfs": [2019-09-02T23:18:27.137Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-09-02T23:18:27.137Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-09-02T23:18:27.137Z] - "devicemapper": [2019-09-02T23:18:27.137Z] - CONFIG_BLK_DEV_DM: enabled [2019-09-02T23:18:27.137Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-09-02T23:18:27.137Z] - "overlay": [2019-09-02T23:18:27.137Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-09-02T23:18:27.137Z] - "zfs": [2019-09-02T23:18:27.137Z] - /dev/zfs: missing [2019-09-02T23:18:27.137Z] - zfs command: missing [2019-09-02T23:18:27.137Z] - zpool command: missing [2019-09-02T23:18:27.137Z] [2019-09-02T23:18:27.137Z] Limits: [2019-09-02T23:18:27.137Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-09-02T23:18:27.137Z] [2019-09-02T23:18:27.137Z] + true [Pipeline] } [2019-09-02T23:18:27.148Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:e6fce00ec83df2f23523b836f647b8f3df97953f . [2019-09-02T23:18:27.148Z] #2 [internal] load build definition from Dockerfile [2019-09-02T23:18:27.148Z] #2 transferring dockerfile: 10.90kB done [2019-09-02T23:18:27.148Z] #2 DONE 0.0s [2019-09-02T23:18:27.148Z] [2019-09-02T23:18:27.148Z] #1 [internal] load .dockerignore [2019-09-02T23:18:27.148Z] #1 transferring context: 87B done [2019-09-02T23:18:27.148Z] #1 DONE 0.0s [2019-09-02T23:18:27.148Z] [2019-09-02T23:18:27.148Z] #3 [internal] load metadata for docker.io/library/golang:1.12.9-stretch [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-09-02T23:18:27.407Z] #3 DONE 0.1s [2019-09-02T23:18:27.407Z] [2019-09-02T23:18:27.407Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-09-02T23:18:27.407Z] #64 DONE 0.0s [2019-09-02T23:18:27.407Z] [2019-09-02T23:18:27.407Z] #4 [base 1/2] FROM docker.io/library/golang:1.12.9-stretch@sha256:44600a24d... [2019-09-02T23:18:27.407Z] #4 DONE 0.0s [2019-09-02T23:18:27.407Z] [2019-09-02T23:18:27.407Z] #18 [internal] load build context [2019-09-02T23:18:27.453Z] + sudo modprobe ip_vs [2019-09-02T23:18:27.709Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:e6fce00ec83df2f23523b836f647b8f3df97953f . [2019-09-02T23:18:27.709Z] #2 [internal] load .dockerignore [2019-09-02T23:18:27.971Z] #2 transferring context: 87B done [2019-09-02T23:18:27.971Z] #2 DONE 0.0s [2019-09-02T23:18:27.971Z] [2019-09-02T23:18:27.971Z] #1 [internal] load build definition from Dockerfile [2019-09-02T23:18:27.971Z] #1 transferring dockerfile: 10.90kB done [2019-09-02T23:18:27.971Z] #1 DONE 0.0s [2019-09-02T23:18:27.971Z] [2019-09-02T23:18:27.971Z] #3 [internal] load metadata for docker.io/library/golang:1.12.9-stretch [2019-09-02T23:18:27.971Z] #3 DONE 0.1s [2019-09-02T23:18:27.971Z] [2019-09-02T23:18:27.971Z] #64 FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b95369... [2019-09-02T23:18:27.971Z] #64 DONE 0.0s [2019-09-02T23:18:27.971Z] [2019-09-02T23:18:27.971Z] #4 [base 1/2] FROM docker.io/library/golang:1.12.9-stretch@sha256:44600a24d... [2019-09-02T23:18:27.971Z] #4 DONE 0.0s [2019-09-02T23:18:27.971Z] [2019-09-02T23:18:27.971Z] #18 [internal] load build context [2019-09-02T23:18:28.343Z] #18 transferring context: 45.53MB 1.1s done [2019-09-02T23:18:28.343Z] #18 DONE 1.2s [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #26 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-09-02T23:18:28.343Z] #26 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #45 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-02T23:18:28.343Z] #45 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-02T23:18:28.343Z] #15 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-02T23:18:28.343Z] #53 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-02T23:18:28.343Z] #36 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-09-02T23:18:28.343Z] #37 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #65 [dev 23/24] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397... [2019-09-02T23:18:28.343Z] #65 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #31 [dev 13/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-09-02T23:18:28.343Z] #31 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #62 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-09-02T23:18:28.343Z] #62 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter [2019-09-02T23:18:28.343Z] #24 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #25 [dev 11/24] COPY --from=gometalinter /build/ /usr/local/bin/ [2019-09-02T23:18:28.343Z] #25 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-02T23:18:28.343Z] #42 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #8 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-09-02T23:18:28.343Z] #8 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #19 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-09-02T23:18:28.343Z] #19 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #56 [dev 20/24] COPY --from=registry /build/registry* /usr/local/bin/ [2019-09-02T23:18:28.343Z] #56 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #23 [gometalinter 2/3] COPY hack/dockerfile/install/gometalinter.installer .... [2019-09-02T23:18:28.343Z] #23 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-02T23:18:28.343Z] #35 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #54 [dev 19/24] COPY --from=dockercli /build/ /usr/local/cli [2019-09-02T23:18:28.343Z] #54 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-02T23:18:28.343Z] #33 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #39 [dev 15/24] COPY --from=tini /build/ /usr/local/bin/ [2019-09-02T23:18:28.343Z] #39 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #43 [dev 16/24] COPY --from=runc /build/ /usr/local/bin/ [2019-09-02T23:18:28.343Z] #43 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-02T23:18:28.343Z] #47 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #49 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-09-02T23:18:28.343Z] #49 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-02T23:18:28.343Z] #57 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #9 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-09-02T23:18:28.343Z] #9 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-02T23:18:28.343Z] #55 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #5 [base 2/2] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-09-02T23:18:28.343Z] #5 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #34 [dev 14/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-09-02T23:18:28.343Z] #34 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-09-02T23:18:28.343Z] #38 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #52 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-09-02T23:18:28.343Z] #52 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #12 [dev 6/24] RUN ldconfig [2019-09-02T23:18:28.343Z] #12 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #22 [rootlesskit 1/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-02T23:18:28.343Z] #22 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #28 [dev 12/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-09-02T23:18:28.343Z] #28 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #40 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-02T23:18:28.343Z] #40 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #60 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-09-02T23:18:28.343Z] #60 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #48 [dev 17/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-09-02T23:18:28.343Z] #48 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-02T23:18:28.343Z] #58 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #51 [dev 18/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-09-02T23:18:28.343Z] #51 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-09-02T23:18:28.343Z] #14 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #29 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-09-02T23:18:28.343Z] #29 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #21 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-02T23:18:28.343Z] #21 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-02T23:18:28.343Z] #44 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-02T23:18:28.343Z] #27 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-02T23:18:28.343Z] #20 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-02T23:18:28.343Z] #50 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #7 [dev 1/24] RUN groupadd -r docker [2019-09-02T23:18:28.343Z] #7 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #10 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-09-02T23:18:28.343Z] #10 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-09-02T23:18:28.343Z] #6 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #41 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-09-02T23:18:28.343Z] #41 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-09-02T23:18:28.343Z] #61 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-02T23:18:28.343Z] #13 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #11 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-09-02T23:18:28.343Z] #11 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #32 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-09-02T23:18:28.343Z] #32 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #63 [dev 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-09-02T23:18:28.343Z] #63 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-09-02T23:18:28.343Z] #17 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #46 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-09-02T23:18:28.343Z] #46 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-02T23:18:28.343Z] #30 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #59 [dev 21/24] COPY --from=criu /build/ /usr/local/ [2019-09-02T23:18:28.343Z] #59 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #16 [dev 9/24] COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-09-02T23:18:28.343Z] #16 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #66 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-09-02T23:18:28.343Z] #66 CACHED [2019-09-02T23:18:28.343Z] [2019-09-02T23:18:28.343Z] #67 [final 1/1] COPY . /go/src/github.com/docker/docker [2019-09-02T23:18:28.514Z] Sending build context to Docker daemon 50MB [2019-09-02T23:18:28.514Z] Step 1/126 : ARG CROSS="false" [2019-09-02T23:18:28.514Z] Step 2/126 : ARG GO_VERSION=1.12.9 [2019-09-02T23:18:28.514Z] Step 3/126 : ARG DEBIAN_FRONTEND=noninteractive [2019-09-02T23:18:28.514Z] Step 4/126 : FROM golang:${GO_VERSION}-stretch AS base [2019-09-02T23:18:28.514Z] 1.12.9-stretch: Pulling from library/golang [2019-09-02T23:18:28.514Z] 05b3194a550b: Pulling fs layer [2019-09-02T23:18:28.514Z] 5cc01dcd9b0a: Pulling fs layer [2019-09-02T23:18:28.514Z] 5154470af4c8: Pulling fs layer [2019-09-02T23:18:28.514Z] cd3b67ff4ea9: Pulling fs layer [2019-09-02T23:18:28.514Z] 81cc889ba28f: Pulling fs layer [2019-09-02T23:18:28.514Z] 893380247084: Pulling fs layer [2019-09-02T23:18:28.514Z] 1dde6e4a9a98: Pulling fs layer [2019-09-02T23:18:28.514Z] 893380247084: Waiting [2019-09-02T23:18:28.514Z] cd3b67ff4ea9: Waiting [2019-09-02T23:18:28.514Z] 81cc889ba28f: Waiting [2019-09-02T23:18:28.514Z] 1dde6e4a9a98: Waiting [2019-09-02T23:18:29.263Z] 5154470af4c8: Verifying Checksum [2019-09-02T23:18:29.263Z] 5154470af4c8: Download complete [2019-09-02T23:18:29.263Z] 5cc01dcd9b0a: Verifying Checksum [2019-09-02T23:18:29.263Z] 5cc01dcd9b0a: Download complete [2019-09-02T23:18:29.263Z] 05b3194a550b: Download complete [2019-09-02T23:18:29.342Z] #18 transferring context: 45.53MB 1.2s done [2019-09-02T23:18:29.342Z] #18 DONE 1.3s [2019-09-02T23:18:29.342Z] [2019-09-02T23:18:29.342Z] #42 [runc 3/3] RUN PREFIX=/build ./install.sh runc [2019-09-02T23:18:29.342Z] #42 CACHED [2019-09-02T23:18:29.342Z] [2019-09-02T23:18:29.342Z] #31 [dev 13/24] COPY --from=tomlv /build/ /usr/local/bin/ [2019-09-02T23:18:29.342Z] #31 CACHED [2019-09-02T23:18:29.342Z] [2019-09-02T23:18:29.342Z] #6 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y -... [2019-09-02T23:18:29.342Z] #6 CACHED [2019-09-02T23:18:29.342Z] [2019-09-02T23:18:29.342Z] #29 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ [2019-09-02T23:18:29.342Z] #29 CACHED [2019-09-02T23:18:29.342Z] [2019-09-02T23:18:29.342Z] #65 [dev 23/24] COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397... [2019-09-02T23:18:29.342Z] #65 CACHED [2019-09-02T23:18:29.342Z] [2019-09-02T23:18:29.342Z] #55 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone... [2019-09-02T23:18:29.342Z] #55 CACHED [2019-09-02T23:18:29.342Z] [2019-09-02T23:18:29.342Z] #28 [dev 12/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2019-09-02T23:18:29.342Z] #28 CACHED [2019-09-02T23:18:29.342Z] [2019-09-02T23:18:29.342Z] #20 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-02T23:18:29.342Z] #20 CACHED [2019-09-02T23:18:29.342Z] [2019-09-02T23:18:29.342Z] #5 [base 2/2] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2019-09-02T23:18:29.342Z] #5 CACHED [2019-09-02T23:18:29.342Z] [2019-09-02T23:18:29.342Z] #27 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum [2019-09-02T23:18:29.342Z] #27 CACHED [2019-09-02T23:18:29.342Z] [2019-09-02T23:18:29.342Z] #34 [dev 14/24] COPY --from=vndr /build/ /usr/local/bin/ [2019-09-02T23:18:29.342Z] #34 CACHED [2019-09-02T23:18:29.342Z] [2019-09-02T23:18:29.342Z] #40 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-02T23:18:29.342Z] #40 CACHED [2019-09-02T23:18:29.342Z] [2019-09-02T23:18:29.342Z] #56 [dev 20/24] COPY --from=registry /build/registry* /usr/local/bin/ [2019-09-02T23:18:29.342Z] #56 CACHED [2019-09-02T23:18:29.342Z] [2019-09-02T23:18:29.342Z] #14 [dev 8/24] RUN pip3 install yamllint==1.16.0 [2019-09-02T23:18:29.342Z] #14 CACHED [2019-09-02T23:18:29.342Z] [2019-09-02T23:18:29.342Z] #9 [dev 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashr... [2019-09-02T23:18:29.342Z] #9 CACHED [2019-09-02T23:18:29.342Z] [2019-09-02T23:18:29.343Z] #36 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-02T23:18:29.343Z] #36 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #58 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/c... [2019-09-02T23:18:29.343Z] #58 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #43 [dev 16/24] COPY --from=runc /build/ /usr/local/bin/ [2019-09-02T23:18:29.343Z] #43 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #50 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy [2019-09-02T23:18:29.343Z] #50 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #53 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-02T23:18:29.343Z] #53 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #19 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2019-09-02T23:18:29.343Z] #19 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #11 [dev 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_complet... [2019-09-02T23:18:29.343Z] #11 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #38 [tini 4/4] RUN PREFIX=/build ./install.sh tini [2019-09-02T23:18:29.343Z] #38 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #60 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ [2019-09-02T23:18:29.343Z] #60 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #39 [dev 15/24] COPY --from=tini /build/ /usr/local/bin/ [2019-09-02T23:18:29.343Z] #39 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #47 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd [2019-09-02T23:18:29.343Z] #47 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #26 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ [2019-09-02T23:18:29.343Z] #26 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #32 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ [2019-09-02T23:18:29.343Z] #32 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #33 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr [2019-09-02T23:18:29.343Z] #33 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #44 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-r... [2019-09-02T23:18:29.343Z] #44 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #49 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ [2019-09-02T23:18:29.343Z] #49 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #35 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-02T23:18:29.343Z] #35 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #21 [dev 10/24] COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-02T23:18:29.343Z] #21 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #61 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit [2019-09-02T23:18:29.343Z] #61 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #13 [dev 7/24] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-02T23:18:29.343Z] #13 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #51 [dev 18/24] COPY --from=proxy /build/ /usr/local/bin/ [2019-09-02T23:18:29.343Z] #51 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #54 [dev 19/24] COPY --from=dockercli /build/ /usr/local/cli [2019-09-02T23:18:29.343Z] #54 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #17 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-instal... [2019-09-02T23:18:29.343Z] #17 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #15 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone ... [2019-09-02T23:18:29.343Z] #15 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #62 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build [2019-09-02T23:18:29.343Z] #62 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #8 [dev 2/24] RUN useradd --create-home --gid docker unprivilegeduser [2019-09-02T23:18:29.343Z] #8 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #16 [dev 9/24] COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-09-02T23:18:29.343Z] #16 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #57 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recomme... [2019-09-02T23:18:29.343Z] #57 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #10 [dev 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" ... [2019-09-02T23:18:29.343Z] #10 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #12 [dev 6/24] RUN ldconfig [2019-09-02T23:18:29.343Z] #12 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #30 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv [2019-09-02T23:18:29.343Z] #30 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #25 [dev 11/24] COPY --from=gometalinter /build/ /usr/local/bin/ [2019-09-02T23:18:29.343Z] #25 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #41 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ [2019-09-02T23:18:29.343Z] #41 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #63 [dev 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-09-02T23:18:29.343Z] #63 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #7 [dev 1/24] RUN groupadd -r docker [2019-09-02T23:18:29.343Z] #7 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #37 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ [2019-09-02T23:18:29.343Z] #37 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #52 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-09-02T23:18:29.343Z] #52 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #45 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-02T23:18:29.343Z] #45 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #22 [rootlesskit 1/4] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-02T23:18:29.343Z] #22 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #59 [dev 21/24] COPY --from=criu /build/ /usr/local/ [2019-09-02T23:18:29.343Z] #59 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #24 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter [2019-09-02T23:18:29.343Z] #24 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #23 [gometalinter 2/3] COPY hack/dockerfile/install/gometalinter.installer .... [2019-09-02T23:18:29.343Z] #23 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #48 [dev 17/24] COPY --from=containerd /build/ /usr/local/bin/ [2019-09-02T23:18:29.343Z] #48 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #46 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ [2019-09-02T23:18:29.343Z] #46 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #66 [dev 24/24] WORKDIR /go/src/github.com/docker/docker [2019-09-02T23:18:29.343Z] #66 CACHED [2019-09-02T23:18:29.343Z] [2019-09-02T23:18:29.343Z] #67 [final 1/1] COPY . /go/src/github.com/docker/docker [2019-09-02T23:18:29.702Z] #67 DONE 1.2s [2019-09-02T23:18:29.702Z] [2019-09-02T23:18:29.702Z] #68 exporting to image [2019-09-02T23:18:29.702Z] #68 exporting layers [2019-09-02T23:18:30.260Z] #68 exporting layers 0.7s done [2019-09-02T23:18:30.260Z] #68 writing image sha256:f208cff985b3841e9e249174ede458dac3d615c62be0d9ecb9cb522a95d2c13b [2019-09-02T23:18:30.261Z] #68 writing image sha256:f208cff985b3841e9e249174ede458dac3d615c62be0d9ecb9cb522a95d2c13b done [2019-09-02T23:18:30.261Z] #68 naming to docker.io/library/docker:e6fce00ec83df2f23523b836f647b8f3df97953f done [2019-09-02T23:18:30.261Z] #68 DONE 0.7s [Pipeline] } [Pipeline] // stage [2019-09-02T23:18:30.273Z] #67 DONE 1.1s [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2019-09-02T23:18:30.531Z] [2019-09-02T23:18:30.531Z] #68 exporting to image [2019-09-02T23:18:30.531Z] #68 exporting layers [2019-09-02T23:18:30.612Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39853/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-39853/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e6fce00ec83df2f23523b836f647b8f3df97953f -e DOCKER_GRAPHDRIVER docker:e6fce00ec83df2f23523b836f647b8f3df97953f hack/validate/default [2019-09-02T23:18:30.840Z] 81cc889ba28f: Verifying Checksum [2019-09-02T23:18:30.840Z] 81cc889ba28f: Download complete [2019-09-02T23:18:30.840Z] cd3b67ff4ea9: Verifying Checksum [2019-09-02T23:18:30.840Z] cd3b67ff4ea9: Download complete [2019-09-02T23:18:30.840Z] 1dde6e4a9a98: Verifying Checksum [2019-09-02T23:18:30.840Z] 1dde6e4a9a98: Download complete [2019-09-02T23:18:31.100Z] #68 exporting layers 0.7s done [2019-09-02T23:18:31.100Z] #68 writing image sha256:f15ffb53e19499ac271e75931bd24c4e2822f7f0684575187218b1d4e89acd43 [2019-09-02T23:18:31.100Z] #68 writing image sha256:f15ffb53e19499ac271e75931bd24c4e2822f7f0684575187218b1d4e89acd43 done [2019-09-02T23:18:31.100Z] #68 naming to docker.io/library/docker:e6fce00ec83df2f23523b836f647b8f3df97953f done [2019-09-02T23:18:31.100Z] #68 DONE 0.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2019-09-02T23:18:31.580Z] Congratulations! All commits are properly signed with the DCO! [2019-09-02T23:18:31.682Z] 05b3194a550b: Pull complete [2019-09-02T23:18:31.682Z] 893380247084: Verifying Checksum [2019-09-02T23:18:31.682Z] 893380247084: Download complete [2019-09-02T23:18:32.046Z] 5cc01dcd9b0a: Pull complete [2019-09-02T23:18:32.046Z] 5154470af4c8: Pull complete [2019-09-02T23:18:32.092Z] [2019-09-02T23:18:32.092Z] Removing bundles/ [2019-09-02T23:18:32.092Z] [2019-09-02T23:18:32.092Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2019-09-02T23:18:32.349Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-09-02T23:18:32.349Z] GOOS="" GOARCH="" GOARM="" [2019-09-02T23:18:34.540Z] cd3b67ff4ea9: Pull complete [2019-09-02T23:18:34.945Z] Fetching without tags [2019-09-02T23:18:35.334Z] 81cc889ba28f: Pull complete [2019-09-02T23:18:35.466Z] Merging remotes/origin/master commit 1a117b8b5c2ea8802a73e4e399fdf09649ae8371 into PR head commit e6fce00ec83df2f23523b836f647b8f3df97953f [2019-09-02T23:18:36.454Z] Merge succeeded, producing e6fce00ec83df2f23523b836f647b8f3df97953f [2019-09-02T23:18:36.455Z] Checking out Revision e6fce00ec83df2f23523b836f647b8f3df97953f (PR-39853) [2019-09-02T23:18:34.912Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-02T23:18:34.917Z] > git config --add remote.origin.fetch +refs/pull/39853/head:refs/remotes/origin/PR-39853 # timeout=10 [2019-09-02T23:18:34.920Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-02T23:18:34.935Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-02T23:18:34.951Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-02T23:18:34.951Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-02T23:18:34.952Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/39853/head:refs/remotes/origin/PR-39853 +refs/heads/master:refs/remotes/origin/master [2019-09-02T23:18:35.472Z] > git config core.sparsecheckout # timeout=10 [2019-09-02T23:18:35.475Z] > git checkout -f e6fce00ec83df2f23523b836f647b8f3df97953f [2019-09-02T23:18:36.421Z] > git merge 1a117b8b5c2ea8802a73e4e399fdf09649ae8371 # timeout=10 [2019-09-02T23:18:36.444Z] > git rev-parse HEAD^{commit} # timeout=10 [2019-09-02T23:18:36.460Z] > git config core.sparsecheckout # timeout=10 [2019-09-02T23:18:36.464Z] > git checkout -f e6fce00ec83df2f23523b836f647b8f3df97953f [2019-09-02T23:18:37.060Z] Commit message: "TestCase: use `icmd.RunCmd` instead `icmd.StartCmd`" [2019-09-02T23:18:37.111Z] fatal: bad object ead69454b4062f17d1f8389642089a002b037213 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-09-02T23:18:38.031Z] + docker version [2019-09-02T23:18:38.031Z] Client: [2019-09-02T23:18:38.031Z] Version: 18.06.1-ce [2019-09-02T23:18:38.031Z] API version: 1.38 [2019-09-02T23:18:38.031Z] Go version: go1.10.3 [2019-09-02T23:18:38.031Z] Git commit: e68fc7a [2019-09-02T23:18:38.031Z] Built: Tue Aug 21 17:26:10 2018 [2019-09-02T23:18:38.031Z] OS/Arch: linux/ppc64le [2019-09-02T23:18:38.031Z] Experimental: false [2019-09-02T23:18:38.031Z] [2019-09-02T23:18:38.031Z] Server: [2019-09-02T23:18:38.031Z] Engine: [2019-09-02T23:18:38.031Z] Version: 18.06.1-ce [2019-09-02T23:18:38.031Z] API version: 1.38 (minimum version 1.12) [2019-09-02T23:18:38.031Z] Go version: go1.10.3 [2019-09-02T23:18:38.031Z] Git commit: e68fc7a [2019-09-02T23:18:38.031Z] Built: Tue Aug 21 17:24:20 2018 [2019-09-02T23:18:38.031Z] OS/Arch: linux/ppc64le [2019-09-02T23:18:38.031Z] Experimental: true [Pipeline] sh [2019-09-02T23:18:38.406Z] + docker info [2019-09-02T23:18:38.406Z] Containers: 0 [2019-09-02T23:18:38.406Z] Running: 0 [2019-09-02T23:18:38.406Z] Paused: 0 [2019-09-02T23:18:38.406Z] Stopped: 0 [2019-09-02T23:18:38.406Z] Images: 0 [2019-09-02T23:18:38.406Z] Server Version: 18.06.1-ce [2019-09-02T23:18:38.406Z] Storage Driver: overlay2 [2019-09-02T23:18:38.406Z] Backing Filesystem: extfs [2019-09-02T23:18:38.406Z] Supports d_type: true [2019-09-02T23:18:38.406Z] Native Overlay Diff: true [2019-09-02T23:18:38.406Z] Logging Driver: json-file [2019-09-02T23:18:38.406Z] Cgroup Driver: cgroupfs [2019-09-02T23:18:38.406Z] Plugins: [2019-09-02T23:18:38.406Z] Volume: local [2019-09-02T23:18:38.406Z] Network: bridge host ipvlan macvlan null overlay [2019-09-02T23:18:38.406Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2019-09-02T23:18:38.406Z] Swarm: inactive [2019-09-02T23:18:38.406Z] Runtimes: runc [2019-09-02T23:18:38.406Z] Default Runtime: runc [2019-09-02T23:18:38.406Z] Init Binary: docker-init [2019-09-02T23:18:38.406Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2019-09-02T23:18:38.406Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2019-09-02T23:18:38.406Z] init version: fec3683 [2019-09-02T23:18:38.406Z] Security Options: [2019-09-02T23:18:38.406Z] apparmor [2019-09-02T23:18:38.406Z] seccomp [2019-09-02T23:18:38.406Z] Profile: default [2019-09-02T23:18:38.406Z] Kernel Version: 4.4.0-139-generic [2019-09-02T23:18:38.406Z] Operating System: Ubuntu 16.04.3 LTS [2019-09-02T23:18:38.406Z] OSType: linux [2019-09-02T23:18:38.406Z] Architecture: ppc64le [2019-09-02T23:18:38.406Z] CPUs: 4 [2019-09-02T23:18:38.406Z] Total Memory: 7.972GiB [2019-09-02T23:18:38.406Z] Name: ppc64le-ubuntu-31 [2019-09-02T23:18:38.406Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2019-09-02T23:18:38.406Z] Docker Root Dir: /var/lib/docker [2019-09-02T23:18:38.406Z] Debug Mode (client): false [2019-09-02T23:18:38.406Z] Debug Mode (server): false [2019-09-02T23:18:38.406Z] Username: dockerbuildbot [2019-09-02T23:18:38.406Z] Registry: https://index.docker.io/v1/ [2019-09-02T23:18:38.406Z] Labels: [2019-09-02T23:18:38.406Z] Experimental: true [2019-09-02T23:18:38.406Z] Insecure Registries: [2019-09-02T23:18:38.406Z] 127.0.0.0/8 [2019-09-02T23:18:38.406Z] Live Restore Enabled: false [2019-09-02T23:18:38.406Z] [Pipeline] sh [2019-09-02T23:18:38.781Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-02T23:18:38.781Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-02T23:18:38.781Z] + curl -fsSL -o /home/docker/workspace/moby_PR-39853/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2019-09-02T23:18:39.065Z] + bash /home/docker/workspace/moby_PR-39853/check-config.sh [2019-09-02T23:18:39.065Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2019-09-02T23:18:39.065Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2019-09-02T23:18:39.065Z] [2019-09-02T23:18:39.065Z] Generally Necessary: [2019-09-02T23:18:39.065Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2019-09-02T23:18:39.065Z] - apparmor: enabled and tools installed [2019-09-02T23:18:39.065Z] - CONFIG_NAMESPACES: enabled [2019-09-02T23:18:39.065Z] - CONFIG_NET_NS: enabled [2019-09-02T23:18:39.065Z] - CONFIG_PID_NS: enabled [2019-09-02T23:18:39.065Z] - CONFIG_IPC_NS: enabled [2019-09-02T23:18:39.065Z] - CONFIG_UTS_NS: enabled [2019-09-02T23:18:39.065Z] - CONFIG_CGROUPS: enabled [2019-09-02T23:18:39.065Z] - CONFIG_CGROUP_CPUACCT: enabled [2019-09-02T23:18:39.065Z] - CONFIG_CGROUP_DEVICE: enabled [2019-09-02T23:18:39.065Z] - CONFIG_CGROUP_FREEZER: enabled [2019-09-02T23:18:39.065Z] - CONFIG_CGROUP_SCHED: enabled [2019-09-02T23:18:39.065Z] - CONFIG_CPUSETS: enabled [2019-09-02T23:18:39.065Z] - CONFIG_MEMCG: enabled [2019-09-02T23:18:39.065Z] - CONFIG_KEYS: enabled [2019-09-02T23:18:39.065Z] - CONFIG_VETH: enabled (as module) [2019-09-02T23:18:39.065Z] - CONFIG_BRIDGE: enabled (as module) [2019-09-02T23:18:39.065Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2019-09-02T23:18:39.065Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2019-09-02T23:18:39.065Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2019-09-02T23:18:39.065Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2019-09-02T23:18:39.065Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2019-09-02T23:18:39.065Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2019-09-02T23:18:39.065Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2019-09-02T23:18:39.348Z] - CONFIG_IP_NF_NAT: enabled (as module) [2019-09-02T23:18:39.349Z] - CONFIG_NF_NAT: enabled (as module) [2019-09-02T23:18:39.349Z] - CONFIG_NF_NAT_NEEDED: enabled [2019-09-02T23:18:39.349Z] - CONFIG_POSIX_MQUEUE: enabled [2019-09-02T23:18:39.349Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2019-09-02T23:18:39.349Z] [2019-09-02T23:18:39.349Z] Optional Features: [2019-09-02T23:18:39.349Z] - CONFIG_USER_NS: enabled [2019-09-02T23:18:39.349Z] - CONFIG_SECCOMP: enabled [2019-09-02T23:18:39.349Z] - CONFIG_CGROUP_PIDS: enabled [2019-09-02T23:18:39.349Z] - CONFIG_MEMCG_SWAP: enabled [2019-09-02T23:18:39.349Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2019-09-02T23:18:39.349Z] (cgroup swap accounting is currently enabled) [2019-09-02T23:18:39.349Z] - CONFIG_MEMCG_KMEM: enabled [2019-09-02T23:18:39.349Z] - CONFIG_BLK_CGROUP: enabled [2019-09-02T23:18:39.349Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2019-09-02T23:18:39.349Z] - CONFIG_IOSCHED_CFQ: enabled [2019-09-02T23:18:39.349Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2019-09-02T23:18:39.349Z] - CONFIG_CGROUP_PERF: enabled [2019-09-02T23:18:39.349Z] - CONFIG_CGROUP_HUGETLB: enabled [2019-09-02T23:18:39.349Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2019-09-02T23:18:39.349Z] - CONFIG_CGROUP_NET_PRIO: enabled [2019-09-02T23:18:39.349Z] - CONFIG_CFS_BANDWIDTH: enabled [2019-09-02T23:18:39.349Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2019-09-02T23:18:39.349Z] - CONFIG_RT_GROUP_SCHED: missing [2019-09-02T23:18:39.349Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2019-09-02T23:18:39.349Z] - CONFIG_IP_VS: enabled (as module) [2019-09-02T23:18:39.349Z] - CONFIG_IP_VS_NFCT: enabled [2019-09-02T23:18:39.349Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2019-09-02T23:18:39.349Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2019-09-02T23:18:39.349Z] - CONFIG_IP_VS_RR: enabled (as module) [2019-09-02T23:18:39.349Z] - CONFIG_EXT4_FS: enabled [2019-09-02T23:18:39.349Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2019-09-02T23:18:39.349Z] - CONFIG_EXT4_FS_SECURITY: enabled [2019-09-02T23:18:39.349Z] - Network Drivers: [2019-09-02T23:18:39.349Z] - "overlay": [2019-09-02T23:18:39.349Z] - CONFIG_VXLAN: enabled (as module) [2019-09-02T23:18:39.349Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2019-09-02T23:18:39.349Z] Optional (for encrypted networks): [2019-09-02T23:18:39.510Z] 893380247084: Pull complete [2019-09-02T23:18:39.510Z] 1dde6e4a9a98: Pull complete [2019-09-02T23:18:39.510Z] Digest: sha256:44600a24dff9a70122d4446f63903a642e81c0422cd0d87249a8a5183ba5f926 [2019-09-02T23:18:39.510Z] Status: Downloaded newer image for golang:1.12.9-stretch [2019-09-02T23:18:39.510Z] ---> b121e8146464 [2019-09-02T23:18:39.510Z] Step 5/126 : ARG APT_MIRROR [2019-09-02T23:18:39.510Z] ---> Running in 1a4469018d1b [2019-09-02T23:18:39.510Z] Removing intermediate container 1a4469018d1b [2019-09-02T23:18:39.510Z] ---> a2494eddcc40 [2019-09-02T23:18:39.510Z] 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-02T23:18:39.510Z] ---> Running in 4628206e7eb6 [2019-09-02T23:18:39.632Z] - CONFIG_CRYPTO: enabled [2019-09-02T23:18:39.632Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2019-09-02T23:18:39.632Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2019-09-02T23:18:39.632Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2019-09-02T23:18:39.632Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2019-09-02T23:18:39.632Z] - CONFIG_XFRM: enabled [2019-09-02T23:18:39.632Z] - CONFIG_XFRM_USER: enabled (as module) [2019-09-02T23:18:39.632Z] - CONFIG_XFRM_ALGO: enabled (as module) [2019-09-02T23:18:39.632Z] - CONFIG_INET_ESP: enabled (as module) [2019-09-02T23:18:39.632Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2019-09-02T23:18:39.632Z] - "ipvlan": [2019-09-02T23:18:39.632Z] - CONFIG_IPVLAN: enabled (as module) [2019-09-02T23:18:39.632Z] - "macvlan": [2019-09-02T23:18:39.632Z] - CONFIG_MACVLAN: enabled (as module) [2019-09-02T23:18:39.632Z] - CONFIG_DUMMY: enabled (as module) [2019-09-02T23:18:39.632Z] - "ftp,tftp client in container": [2019-09-02T23:18:39.632Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2019-09-02T23:18:39.632Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2019-09-02T23:18:39.632Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2019-09-02T23:18:39.632Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2019-09-02T23:18:39.632Z] - Storage Drivers: [2019-09-02T23:18:39.632Z] - "aufs": [2019-09-02T23:18:39.632Z] - CONFIG_AUFS_FS: enabled (as module) [2019-09-02T23:18:39.632Z] - "btrfs": [2019-09-02T23:18:39.632Z] - CONFIG_BTRFS_FS: enabled (as module) [2019-09-02T23:18:39.632Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2019-09-02T23:18:39.632Z] - "devicemapper": [2019-09-02T23:18:39.632Z] - CONFIG_BLK_DEV_DM: enabled [2019-09-02T23:18:39.632Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2019-09-02T23:18:39.632Z] - "overlay": [2019-09-02T23:18:39.632Z] - CONFIG_OVERLAY_FS: enabled (as module) [2019-09-02T23:18:39.632Z] - "zfs": [2019-09-02T23:18:39.632Z] - /dev/zfs: missing [2019-09-02T23:18:39.632Z] - zfs command: missing [2019-09-02T23:18:39.632Z] - zpool command: missing [2019-09-02T23:18:39.632Z] [2019-09-02T23:18:39.632Z] Limits: [2019-09-02T23:18:39.632Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2019-09-02T23:18:39.632Z] [2019-09-02T23:18:39.632Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2019-09-02T23:18:40.044Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:e6fce00ec83df2f23523b836f647b8f3df97953f -f Dockerfile . [2019-09-02T23:18:40.349Z] Removing intermediate container 4628206e7eb6 [2019-09-02T23:18:40.349Z] ---> fbd678108d68 [2019-09-02T23:18:40.349Z] Step 7/126 : FROM base AS criu [2019-09-02T23:18:40.349Z] ---> fbd678108d68 [2019-09-02T23:18:40.349Z] Step 8/126 : ARG DEBIAN_FRONTEND [2019-09-02T23:18:40.349Z] ---> Running in ef85d340b159 [2019-09-02T23:18:40.349Z] Removing intermediate container ef85d340b159 [2019-09-02T23:18:40.349Z] ---> a85f3fe4bf7b [2019-09-02T23:18:40.349Z] Step 9/126 : ENV CRIU_VERSION 3.12 [2019-09-02T23:18:40.349Z] ---> Running in 08e428191c86 [2019-09-02T23:18:40.349Z] Removing intermediate container 08e428191c86 [2019-09-02T23:18:40.350Z] ---> cc3254e41904 [2019-09-02T23:18:40.350Z] Step 10/126 : RUN apt-get update && apt-get install -y --no-install-recommends libnet-dev libprotobuf-c-dev libprotobuf-dev libnl-3-dev libcap-dev protobuf-compiler protobuf-c-compiler python-protobuf && rm -rf /var/lib/apt/lists/* [2019-09-02T23:18:40.716Z] ---> Running in 7d64a226162f [2019-09-02T23:18:41.096Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-02T23:18:41.096Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-02T23:18:41.096Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-02T23:18:41.096Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-02T23:18:41.096Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B] [2019-09-02T23:18:41.096Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [486 kB] [2019-09-02T23:18:41.482Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-02T23:18:41.482Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-02T23:18:42.736Z] Sending build context to Docker daemon 50MB [2019-09-02T23:18:42.736Z] Step 1/126 : ARG CROSS="false" [2019-09-02T23:18:42.736Z] Step 2/126 : ARG GO_VERSION=1.12.9 [2019-09-02T23:18:42.736Z] Step 3/126 : ARG DEBIAN_FRONTEND=noninteractive [2019-09-02T23:18:42.736Z] Step 4/126 : FROM golang:${GO_VERSION}-stretch AS base [2019-09-02T23:18:42.736Z] 1.12.9-stretch: Pulling from library/golang [2019-09-02T23:18:42.736Z] 2825fdb7e177: Pulling fs layer [2019-09-02T23:18:42.736Z] 361ecb978398: Pulling fs layer [2019-09-02T23:18:42.736Z] 15483e8c82df: Pulling fs layer [2019-09-02T23:18:42.736Z] 34839f11bbce: Pulling fs layer [2019-09-02T23:18:42.736Z] 34f648706e72: Pulling fs layer [2019-09-02T23:18:42.736Z] 8563a0b9fade: Pulling fs layer [2019-09-02T23:18:42.736Z] 53fac1b4f6a7: Pulling fs layer [2019-09-02T23:18:42.736Z] 34839f11bbce: Waiting [2019-09-02T23:18:42.736Z] 34f648706e72: Waiting [2019-09-02T23:18:42.736Z] 8563a0b9fade: Waiting [2019-09-02T23:18:42.736Z] 53fac1b4f6a7: Waiting [2019-09-02T23:18:42.786Z] Fetched 7671 kB in 1s (4082 kB/s) [2019-09-02T23:18:43.366Z] 15483e8c82df: Verifying Checksum [2019-09-02T23:18:43.366Z] 15483e8c82df: Download complete [2019-09-02T23:18:43.591Z] Reading package lists... [2019-09-02T23:18:43.651Z] 361ecb978398: Verifying Checksum [2019-09-02T23:18:43.651Z] 361ecb978398: Download complete [2019-09-02T23:18:43.988Z] Reading package lists... [2019-09-02T23:18:43.988Z] Building dependency tree... [2019-09-02T23:18:43.988Z] Reading state information... [2019-09-02T23:18:43.988Z] The following additional packages will be installed: [2019-09-02T23:18:43.988Z] libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-09-02T23:18:43.988Z] libprotoc10 python-pkg-resources zlib1g-dev [2019-09-02T23:18:43.988Z] Suggested packages: [2019-09-02T23:18:43.988Z] manpages-dev python-setuptools [2019-09-02T23:18:44.406Z] The following NEW packages will be installed: [2019-09-02T23:18:44.406Z] libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-09-02T23:18:44.406Z] libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-09-02T23:18:44.406Z] protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-09-02T23:18:44.406Z] zlib1g-dev [2019-09-02T23:18:44.406Z] 0 upgraded, 16 newly installed, 0 to remove and 2 not upgraded. [2019-09-02T23:18:44.406Z] Need to get 3476 kB of archives. [2019-09-02T23:18:44.406Z] After this operation, 20.2 MB of additional disk space will be used. [2019-09-02T23:18:44.406Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1 s390x 1.1.6+dfsg-3 [57.1 kB] [2019-09-02T23:18:44.406Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libcap-dev s390x 1:2.25-1 [30.1 kB] [2019-09-02T23:18:44.406Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1-dev s390x 1.1.6+dfsg-3 [114 kB] [2019-09-02T23:18:44.406Z] 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-02T23:18:44.406Z] 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-02T23:18:44.406Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c1 s390x 1.2.1-2 [25.1 kB] [2019-09-02T23:18:44.406Z] 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-02T23:18:44.406Z] 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-02T23:18:44.406Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf10 s390x 3.0.0-9 [648 kB] [2019-09-02T23:18:44.406Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-lite10 s390x 3.0.0-9 [123 kB] [2019-09-02T23:18:44.406Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-dev s390x 3.0.0-9 [925 kB] [2019-09-02T23:18:44.406Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotoc10 s390x 3.0.0-9 [580 kB] [2019-09-02T23:18:44.406Z] 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-02T23:18:44.406Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main s390x protobuf-compiler s390x 3.0.0-9 [52.6 kB] [2019-09-02T23:18:44.406Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-pkg-resources all 33.1.1-1 [166 kB] [2019-09-02T23:18:44.406Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python-protobuf s390x 3.0.0-9 [288 kB] [2019-09-02T23:18:44.824Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-02T23:18:44.824Z] Fetched 3476 kB in 0s (26.0 MB/s) [2019-09-02T23:18:44.824Z] Selecting previously unselected package libnet1:s390x. [2019-09-02T23:18:44.824Z] (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-02T23:18:44.824Z] Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_s390x.deb ... [2019-09-02T23:18:44.824Z] Unpacking libnet1:s390x (1.1.6+dfsg-3) ... [2019-09-02T23:18:44.824Z] Selecting previously unselected package libcap-dev:s390x. [2019-09-02T23:18:44.824Z] Preparing to unpack .../01-libcap-dev_1%3a2.25-1_s390x.deb ... [2019-09-02T23:18:44.824Z] Unpacking libcap-dev:s390x (1:2.25-1) ... [2019-09-02T23:18:44.824Z] Selecting previously unselected package libnet1-dev. [2019-09-02T23:18:44.824Z] Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_s390x.deb ... [2019-09-02T23:18:44.824Z] Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-09-02T23:18:44.824Z] Selecting previously unselected package libnl-3-200:s390x. [2019-09-02T23:18:44.824Z] Preparing to unpack .../03-libnl-3-200_3.2.27-2_s390x.deb ... [2019-09-02T23:18:44.824Z] Unpacking libnl-3-200:s390x (3.2.27-2) ... [2019-09-02T23:18:44.824Z] Selecting previously unselected package libnl-3-dev:s390x. [2019-09-02T23:18:44.824Z] Preparing to unpack .../04-libnl-3-dev_3.2.27-2_s390x.deb ... [2019-09-02T23:18:44.824Z] Unpacking libnl-3-dev:s390x (3.2.27-2) ... [2019-09-02T23:18:44.824Z] Selecting previously unselected package libprotobuf-c1:s390x. [2019-09-02T23:18:44.824Z] Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_s390x.deb ... [2019-09-02T23:18:44.824Z] Unpacking libprotobuf-c1:s390x (1.2.1-2) ... [2019-09-02T23:18:44.824Z] Selecting previously unselected package libprotobuf-c-dev:s390x. [2019-09-02T23:18:44.824Z] Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_s390x.deb ... [2019-09-02T23:18:44.824Z] Unpacking libprotobuf-c-dev:s390x (1.2.1-2) ... [2019-09-02T23:18:44.824Z] Selecting previously unselected package zlib1g-dev:s390x. [2019-09-02T23:18:44.824Z] Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_s390x.deb ... [2019-09-02T23:18:44.824Z] Unpacking zlib1g-dev:s390x (1:1.2.8.dfsg-5) ... [2019-09-02T23:18:44.824Z] Selecting previously unselected package libprotobuf10:s390x. [2019-09-02T23:18:44.824Z] Preparing to unpack .../08-libprotobuf10_3.0.0-9_s390x.deb ... [2019-09-02T23:18:44.824Z] Unpacking libprotobuf10:s390x (3.0.0-9) ... [2019-09-02T23:18:45.200Z] Selecting previously unselected package libprotobuf-lite10:s390x. [2019-09-02T23:18:45.200Z] Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_s390x.deb ... [2019-09-02T23:18:45.200Z] Unpacking libprotobuf-lite10:s390x (3.0.0-9) ... [2019-09-02T23:18:45.200Z] Selecting previously unselected package libprotobuf-dev:s390x. [2019-09-02T23:18:45.200Z] Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_s390x.deb ... [2019-09-02T23:18:45.200Z] Unpacking libprotobuf-dev:s390x (3.0.0-9) ... [2019-09-02T23:18:45.200Z] Selecting previously unselected package libprotoc10:s390x. [2019-09-02T23:18:45.200Z] Preparing to unpack .../11-libprotoc10_3.0.0-9_s390x.deb ... [2019-09-02T23:18:45.200Z] Unpacking libprotoc10:s390x (3.0.0-9) ... [2019-09-02T23:18:45.565Z] Selecting previously unselected package protobuf-c-compiler. [2019-09-02T23:18:45.565Z] Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_s390x.deb ... [2019-09-02T23:18:45.565Z] Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-09-02T23:18:45.565Z] Selecting previously unselected package protobuf-compiler. [2019-09-02T23:18:45.565Z] Preparing to unpack .../13-protobuf-compiler_3.0.0-9_s390x.deb ... [2019-09-02T23:18:45.565Z] Unpacking protobuf-compiler (3.0.0-9) ... [2019-09-02T23:18:45.565Z] Selecting previously unselected package python-pkg-resources. [2019-09-02T23:18:45.565Z] Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-09-02T23:18:45.565Z] Unpacking python-pkg-resources (33.1.1-1) ... [2019-09-02T23:18:45.565Z] Selecting previously unselected package python-protobuf. [2019-09-02T23:18:45.565Z] Preparing to unpack .../15-python-protobuf_3.0.0-9_s390x.deb ... [2019-09-02T23:18:45.565Z] Unpacking python-protobuf (3.0.0-9) ... [2019-09-02T23:18:45.565Z] Setting up libnet1:s390x (1.1.6+dfsg-3) ... [2019-09-02T23:18:45.565Z] Setting up libprotobuf-c1:s390x (1.2.1-2) ... [2019-09-02T23:18:45.565Z] Setting up python-pkg-resources (33.1.1-1) ... [2019-09-02T23:18:45.693Z] 2825fdb7e177: Verifying Checksum [2019-09-02T23:18:45.693Z] 2825fdb7e177: Download complete [2019-09-02T23:18:45.934Z] Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-09-02T23:18:45.935Z] Setting up libprotobuf10:s390x (3.0.0-9) ... [2019-09-02T23:18:45.935Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-02T23:18:45.935Z] Setting up python-protobuf (3.0.0-9) ... [2019-09-02T23:18:46.317Z] Setting up libcap-dev:s390x (1:2.25-1) ... [2019-09-02T23:18:46.317Z] Setting up libprotobuf-c-dev:s390x (1.2.1-2) ... [2019-09-02T23:18:46.317Z] Setting up libnl-3-200:s390x (3.2.27-2) ... [2019-09-02T23:18:46.317Z] Setting up libprotobuf-lite10:s390x (3.0.0-9) ... [2019-09-02T23:18:46.317Z] Setting up libprotoc10:s390x (3.0.0-9) ... [2019-09-02T23:18:46.687Z] Setting up protobuf-c-compiler (1.2.1-2) ... [2019-09-02T23:18:46.687Z] Setting up zlib1g-dev:s390x (1:1.2.8.dfsg-5) ... [2019-09-02T23:18:46.687Z] Setting up protobuf-compiler (3.0.0-9) ... [2019-09-02T23:18:46.687Z] Setting up libprotobuf-dev:s390x (3.0.0-9) ... [2019-09-02T23:18:46.687Z] Setting up libnl-3-dev:s390x (3.2.27-2) ... [2019-09-02T23:18:46.687Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-02T23:18:47.182Z] 34839f11bbce: Verifying Checksum [2019-09-02T23:18:47.182Z] 34839f11bbce: Download complete [2019-09-02T23:18:47.182Z] 53fac1b4f6a7: Verifying Checksum [2019-09-02T23:18:47.182Z] 53fac1b4f6a7: Download complete [2019-09-02T23:18:47.463Z] Removing intermediate container 7d64a226162f [2019-09-02T23:18:47.463Z] ---> e28138c35c2c [2019-09-02T23:18:47.463Z] Step 11/126 : RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v${CRIU_VERSION}.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2019-09-02T23:18:47.463Z] ---> Running in b46b9e45fc5c [2019-09-02T23:18:47.547Z] using credential docker-jenkins-github-credentials [2019-09-02T23:18:47.624Z] Cloning the remote Git repository [2019-09-02T23:18:47.624Z] Cloning with configured refspecs honoured and without tags [2019-09-02T23:18:47.805Z] 34f648706e72: Verifying Checksum [2019-09-02T23:18:47.805Z] 34f648706e72: Download complete [2019-09-02T23:18:48.244Z] Note: Building without setproctitle() and strlcpy() support. [2019-09-02T23:18:48.244Z] To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-02T23:18:48.667Z] fatal: Not a git repository (or any of the parent directories): .git [2019-09-02T23:18:48.667Z]  GEN .gitid [2019-09-02T23:18:48.667Z] GEN criu/include/version.h [2019-09-02T23:18:48.667Z] GEN include/common/asm [2019-09-02T23:18:48.667Z] PBCC images/google/protobuf/descriptor.pb-c.c [2019-09-02T23:18:48.667Z] PBCC images/opts.pb-c.c [2019-09-02T23:18:48.667Z] PBCC images/sit.pb-c.c [2019-09-02T23:18:48.667Z] DEP images/google/protobuf/descriptor.pb-c.d [2019-09-02T23:18:48.667Z] DEP images/opts.pb-c.d [2019-09-02T23:18:48.667Z] DEP images/sit.pb-c.d [2019-09-02T23:18:48.667Z] PBCC images/macvlan.pb-c.c [2019-09-02T23:18:48.667Z] DEP images/macvlan.pb-c.d [2019-09-02T23:18:48.667Z] PBCC images/autofs.pb-c.c [2019-09-02T23:18:48.667Z] DEP images/autofs.pb-c.d [2019-09-02T23:18:48.667Z] PBCC images/sysctl.pb-c.c [2019-09-02T23:18:48.667Z] DEP images/sysctl.pb-c.d [2019-09-02T23:18:48.667Z] PBCC images/time.pb-c.c [2019-09-02T23:18:48.667Z] DEP images/time.pb-c.d [2019-09-02T23:18:48.667Z] PBCC images/binfmt-misc.pb-c.c [2019-09-02T23:18:48.667Z] DEP images/binfmt-misc.pb-c.d [2019-09-02T23:18:48.667Z] PBCC images/seccomp.pb-c.c [2019-09-02T23:18:48.667Z] DEP images/seccomp.pb-c.d [2019-09-02T23:18:48.667Z] PBCC images/userns.pb-c.c [2019-09-02T23:18:48.667Z] DEP images/userns.pb-c.d [2019-09-02T23:18:48.667Z] PBCC images/cgroup.pb-c.c [2019-09-02T23:18:48.667Z] DEP images/cgroup.pb-c.d [2019-09-02T23:18:48.667Z] PBCC images/fown.pb-c.c [2019-09-02T23:18:48.667Z] PBCC images/ext-file.pb-c.c [2019-09-02T23:18:48.667Z] DEP images/fown.pb-c.d [2019-09-02T23:18:48.667Z] DEP images/ext-file.pb-c.d [2019-09-02T23:18:48.667Z] PBCC images/rpc.pb-c.c [2019-09-02T23:18:48.667Z] DEP images/rpc.pb-c.d [2019-09-02T23:18:48.667Z] PBCC images/siginfo.pb-c.c [2019-09-02T23:18:48.667Z] DEP images/siginfo.pb-c.d [2019-09-02T23:18:48.667Z] PBCC images/pagemap.pb-c.c [2019-09-02T23:18:48.667Z] DEP images/pagemap.pb-c.d [2019-09-02T23:18:48.667Z] PBCC images/rlimit.pb-c.c [2019-09-02T23:18:48.667Z] DEP images/rlimit.pb-c.d [2019-09-02T23:18:48.667Z] PBCC images/file-lock.pb-c.c [2019-09-02T23:18:48.667Z] DEP images/file-lock.pb-c.d [2019-09-02T23:18:48.667Z] PBCC images/tty.pb-c.c [2019-09-02T23:18:48.667Z] DEP images/tty.pb-c.d [2019-09-02T23:18:48.667Z] PBCC images/tun.pb-c.c [2019-09-02T23:18:48.667Z] PBCC images/netdev.pb-c.c [2019-09-02T23:18:49.117Z] DEP images/tun.pb-c.d [2019-09-02T23:18:49.117Z] DEP images/netdev.pb-c.d [2019-09-02T23:18:49.117Z] PBCC images/vma.pb-c.c [2019-09-02T23:18:49.117Z] DEP images/vma.pb-c.d [2019-09-02T23:18:49.117Z] PBCC images/creds.pb-c.c [2019-09-02T23:18:49.117Z] DEP images/creds.pb-c.d [2019-09-02T23:18:49.117Z] PBCC images/utsns.pb-c.c [2019-09-02T23:18:49.117Z] DEP images/utsns.pb-c.d [2019-09-02T23:18:49.117Z] PBCC images/ipc-desc.pb-c.c [2019-09-02T23:18:49.117Z] PBCC images/ipc-sem.pb-c.c [2019-09-02T23:18:49.117Z] DEP images/ipc-desc.pb-c.d [2019-09-02T23:18:49.117Z] DEP images/ipc-sem.pb-c.d [2019-09-02T23:18:49.117Z] PBCC images/ipc-msg.pb-c.c [2019-09-02T23:18:49.117Z] DEP images/ipc-msg.pb-c.d [2019-09-02T23:18:49.117Z] PBCC images/ipc-shm.pb-c.c [2019-09-02T23:18:49.117Z] DEP images/ipc-shm.pb-c.d [2019-09-02T23:18:49.117Z] PBCC images/ipc-var.pb-c.c [2019-09-02T23:18:49.117Z] DEP images/ipc-var.pb-c.d [2019-09-02T23:18:49.117Z] PBCC images/sk-opts.pb-c.c [2019-09-02T23:18:49.117Z] PBCC images/packet-sock.pb-c.c [2019-09-02T23:18:49.117Z] DEP images/sk-opts.pb-c.d [2019-09-02T23:18:49.117Z] DEP images/packet-sock.pb-c.d [2019-09-02T23:18:49.117Z] PBCC images/sk-netlink.pb-c.c [2019-09-02T23:18:49.117Z] DEP images/sk-netlink.pb-c.d [2019-09-02T23:18:49.117Z] PBCC images/sk-inet.pb-c.c [2019-09-02T23:18:49.117Z] DEP images/sk-inet.pb-c.d [2019-09-02T23:18:49.117Z] PBCC images/sk-unix.pb-c.c [2019-09-02T23:18:49.117Z] DEP images/sk-unix.pb-c.d [2019-09-02T23:18:49.117Z] PBCC images/mm.pb-c.c [2019-09-02T23:18:49.117Z] DEP images/mm.pb-c.d [2019-09-02T23:18:49.117Z] PBCC images/timerfd.pb-c.c [2019-09-02T23:18:49.117Z] DEP images/timerfd.pb-c.d [2019-09-02T23:18:49.117Z] PBCC images/timer.pb-c.c [2019-09-02T23:18:49.117Z] DEP images/timer.pb-c.d [2019-09-02T23:18:49.117Z] PBCC images/sa.pb-c.c [2019-09-02T23:18:49.117Z] DEP images/sa.pb-c.d [2019-09-02T23:18:49.117Z] PBCC images/pipe-data.pb-c.c [2019-09-02T23:18:49.117Z] DEP images/pipe-data.pb-c.d [2019-09-02T23:18:49.117Z] PBCC images/mnt.pb-c.c [2019-09-02T23:18:49.117Z] DEP images/mnt.pb-c.d [2019-09-02T23:18:49.117Z] PBCC images/sk-packet.pb-c.c [2019-09-02T23:18:49.117Z] DEP images/sk-packet.pb-c.d [2019-09-02T23:18:49.117Z] PBCC images/tcp-stream.pb-c.c [2019-09-02T23:18:49.117Z] DEP images/tcp-stream.pb-c.d [2019-09-02T23:18:49.117Z] PBCC images/pipe.pb-c.c [2019-09-02T23:18:49.117Z] DEP images/pipe.pb-c.d [2019-09-02T23:18:49.117Z] PBCC images/pstree.pb-c.c [2019-09-02T23:18:49.117Z] DEP images/pstree.pb-c.d [2019-09-02T23:18:49.117Z] PBCC images/fs.pb-c.c [2019-09-02T23:18:49.117Z] DEP images/fs.pb-c.d [2019-09-02T23:18:49.117Z] PBCC images/signalfd.pb-c.c [2019-09-02T23:18:49.117Z] DEP images/signalfd.pb-c.d [2019-09-02T23:18:49.117Z] PBCC images/fh.pb-c.c [2019-09-02T23:18:49.117Z] PBCC images/fsnotify.pb-c.c [2019-09-02T23:18:49.117Z] DEP images/fh.pb-c.d [2019-09-02T23:18:49.117Z] DEP images/fsnotify.pb-c.d [2019-09-02T23:18:49.117Z] PBCC images/eventpoll.pb-c.c [2019-09-02T23:18:49.117Z] DEP images/eventpoll.pb-c.d [2019-09-02T23:18:49.117Z] PBCC images/eventfd.pb-c.c [2019-09-02T23:18:49.117Z] DEP images/eventfd.pb-c.d [2019-09-02T23:18:49.117Z] PBCC images/remap-file-path.pb-c.c [2019-09-02T23:18:49.117Z] DEP images/remap-file-path.pb-c.d [2019-09-02T23:18:49.117Z] PBCC images/fifo.pb-c.c [2019-09-02T23:18:49.117Z] DEP images/fifo.pb-c.d [2019-09-02T23:18:49.117Z] PBCC images/ghost-file.pb-c.c [2019-09-02T23:18:49.117Z] DEP images/ghost-file.pb-c.d [2019-09-02T23:18:49.117Z] PBCC images/regfile.pb-c.c [2019-09-02T23:18:49.117Z] DEP images/regfile.pb-c.d [2019-09-02T23:18:49.117Z] PBCC images/ns.pb-c.c [2019-09-02T23:18:49.117Z] DEP images/ns.pb-c.d [2019-09-02T23:18:49.117Z] PBCC images/fdinfo.pb-c.c [2019-09-02T23:18:49.117Z] DEP images/fdinfo.pb-c.d [2019-09-02T23:18:49.117Z] PBCC images/core-aarch64.pb-c.c [2019-09-02T23:18:49.117Z] PBCC images/core-arm.pb-c.c [2019-09-02T23:18:49.536Z] PBCC images/core-ppc64.pb-c.c [2019-09-02T23:18:49.536Z] PBCC images/core-s390.pb-c.c [2019-09-02T23:18:49.536Z] PBCC images/core-x86.pb-c.c [2019-09-02T23:18:49.536Z] PBCC images/core.pb-c.c [2019-09-02T23:18:49.536Z] PBCC images/inventory.pb-c.c [2019-09-02T23:18:49.536Z] DEP images/core-aarch64.pb-c.d [2019-09-02T23:18:49.536Z] DEP images/core-arm.pb-c.d [2019-09-02T23:18:49.536Z] DEP images/core-ppc64.pb-c.d [2019-09-02T23:18:49.536Z] DEP images/core-s390.pb-c.d [2019-09-02T23:18:49.536Z] DEP images/core-x86.pb-c.d [2019-09-02T23:18:49.536Z] DEP images/core.pb-c.d [2019-09-02T23:18:49.536Z] DEP images/inventory.pb-c.d [2019-09-02T23:18:49.536Z] PBCC images/cpuinfo.pb-c.c [2019-09-02T23:18:49.536Z] DEP images/cpuinfo.pb-c.d [2019-09-02T23:18:49.536Z] PBCC images/stats.pb-c.c [2019-09-02T23:18:49.536Z] DEP images/stats.pb-c.d [2019-09-02T23:18:49.536Z] make[1]: Nothing to be done for 'all'. [2019-09-02T23:18:49.904Z] CC images/stats.o [2019-09-02T23:18:49.904Z] CC images/core.o [2019-09-02T23:18:49.904Z] CC images/core-x86.o [2019-09-02T23:18:49.904Z] CC images/core-arm.o [2019-09-02T23:18:49.904Z] CC images/core-aarch64.o [2019-09-02T23:18:49.904Z] CC images/core-ppc64.o [2019-09-02T23:18:49.965Z] using credential docker-jenkins-github-credentials [2019-09-02T23:18:50.041Z] Cloning the remote Git repository [2019-09-02T23:18:50.041Z] Cloning with configured refspecs honoured and without tags [2019-09-02T23:18:47.895Z] Cloning repository https://github.com/moby/moby.git [2019-09-02T23:18:48.360Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2019-09-02T23:18:50.277Z] CC images/core-s390.o [2019-09-02T23:18:50.277Z] CC images/cpuinfo.o [2019-09-02T23:18:50.277Z] CC images/inventory.o [2019-09-02T23:18:50.277Z] CC images/fdinfo.o [2019-09-02T23:18:50.277Z] CC images/fown.o [2019-09-02T23:18:50.277Z] CC images/ns.o [2019-09-02T23:18:50.277Z] CC images/regfile.o [2019-09-02T23:18:50.277Z] CC images/ghost-file.o [2019-09-02T23:18:50.277Z] CC images/fifo.o [2019-09-02T23:18:50.500Z] 2825fdb7e177: Pull complete [2019-09-02T23:18:50.662Z] CC images/remap-file-path.o [2019-09-02T23:18:50.662Z] CC images/eventfd.o [2019-09-02T23:18:50.662Z] CC images/eventpoll.o [2019-09-02T23:18:50.662Z] CC images/fh.o [2019-09-02T23:18:50.662Z] CC images/fsnotify.o [2019-09-02T23:18:50.662Z] CC images/signalfd.o [2019-09-02T23:18:50.662Z] CC images/fs.o [2019-09-02T23:18:50.662Z] CC images/pstree.o [2019-09-02T23:18:50.662Z] CC images/pipe.o [2019-09-02T23:18:50.662Z] CC images/tcp-stream.o [2019-09-02T23:18:50.662Z] CC images/sk-packet.o [2019-09-02T23:18:50.662Z] CC images/mnt.o [2019-09-02T23:18:51.031Z] CC images/pipe-data.o [2019-09-02T23:18:51.031Z] CC images/sa.o [2019-09-02T23:18:51.031Z] CC images/timer.o [2019-09-02T23:18:51.031Z] CC images/timerfd.o [2019-09-02T23:18:51.031Z] CC images/mm.o [2019-09-02T23:18:51.031Z] CC images/sk-opts.o [2019-09-02T23:18:51.031Z] CC images/sk-unix.o [2019-09-02T23:18:51.031Z] CC images/sk-inet.o [2019-09-02T23:18:51.031Z] CC images/tun.o [2019-09-02T23:18:51.031Z] CC images/sk-netlink.o [2019-09-02T23:18:51.031Z] CC images/packet-sock.o [2019-09-02T23:18:51.121Z] 361ecb978398: Pull complete [2019-09-02T23:18:51.121Z] 15483e8c82df: Pull complete [2019-09-02T23:18:51.400Z] CC images/ipc-var.o [2019-09-02T23:18:51.400Z] CC images/ipc-desc.o [2019-09-02T23:18:51.400Z] CC images/ipc-shm.o [2019-09-02T23:18:51.400Z] CC images/ipc-msg.o [2019-09-02T23:18:51.400Z] CC images/ipc-sem.o [2019-09-02T23:18:51.400Z] CC images/utsns.o [2019-09-02T23:18:51.400Z] CC images/creds.o [2019-09-02T23:18:51.400Z] CC images/vma.o [2019-09-02T23:18:51.400Z] CC images/netdev.o [2019-09-02T23:18:51.400Z] CC images/tty.o [2019-09-02T23:18:51.400Z] CC images/file-lock.o [2019-09-02T23:18:51.786Z] CC images/rlimit.o [2019-09-02T23:18:51.786Z] CC images/pagemap.o [2019-09-02T23:18:51.786Z] CC images/siginfo.o [2019-09-02T23:18:51.786Z] CC images/rpc.o [2019-09-02T23:18:51.786Z] CC images/ext-file.o [2019-09-02T23:18:51.786Z] CC images/cgroup.o [2019-09-02T23:18:51.786Z] CC images/userns.o [2019-09-02T23:18:52.172Z] CC images/google/protobuf/descriptor.o [2019-09-02T23:18:52.172Z] CC images/opts.o [2019-09-02T23:18:52.172Z] CC images/seccomp.o [2019-09-02T23:18:52.172Z] CC images/binfmt-misc.o [2019-09-02T23:18:52.172Z] CC images/time.o [2019-09-02T23:18:52.172Z] CC images/sysctl.o [2019-09-02T23:18:52.568Z] CC images/autofs.o [2019-09-02T23:18:52.568Z] CC images/macvlan.o [2019-09-02T23:18:52.568Z] CC images/sit.o [2019-09-02T23:18:52.568Z] LINK images/built-in.o [2019-09-02T23:18:52.568Z] GEN compel/include/asm [2019-09-02T23:18:52.568Z] GEN compel/include/version.h [2019-09-02T23:18:52.568Z] touch .config [2019-09-02T23:18:52.568Z] GEN include/common/config.h [2019-09-02T23:18:52.568Z] DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2019-09-02T23:18:52.568Z] GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-09-02T23:18:52.568Z] GEN compel/plugins/include/uapi/std/syscall.h [2019-09-02T23:18:52.568Z] GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2019-09-02T23:18:52.568Z] DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2019-09-02T23:18:52.568Z] DEP compel/arch/s390/plugins/std/parasite-head.d [2019-09-02T23:18:52.568Z] GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-09-02T23:18:52.568Z] DEP compel/plugins/std/infect.d [2019-09-02T23:18:52.568Z] DEP compel/plugins/std/string.d [2019-09-02T23:18:52.568Z] DEP compel/plugins/std/log.d [2019-09-02T23:18:52.568Z] DEP compel/plugins/std/fds.d [2019-09-02T23:18:52.568Z] DEP compel/plugins/std/std.d [2019-09-02T23:18:52.568Z] DEP compel/plugins/shmem/shmem.d [2019-09-02T23:18:52.568Z] DEP compel/plugins/fds/fds.d [2019-09-02T23:18:52.568Z] CC compel/plugins/std/std.o [2019-09-02T23:18:52.568Z] CC compel/plugins/std/fds.o [2019-09-02T23:18:52.600Z] 8563a0b9fade: Verifying Checksum [2019-09-02T23:18:52.600Z] 8563a0b9fade: Download complete [2019-09-02T23:18:51.658Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-02T23:18:51.658Z] > git --version # timeout=10 [2019-09-02T23:18:51.714Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-02T23:18:51.718Z] > git fetch --no-tags --force --progress https://github.com/moby/moby.git +refs/pull/39853/head:refs/remotes/origin/PR-39853 +refs/heads/master:refs/remotes/origin/master [2019-09-02T23:18:50.244Z] Cloning repository https://github.com/moby/moby.git [2019-09-02T23:18:50.670Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2019-09-02T23:18:52.979Z] CC compel/plugins/std/log.o [2019-09-02T23:18:52.979Z] CC compel/plugins/std/string.o [2019-09-02T23:18:52.979Z] CC compel/plugins/std/infect.o [2019-09-02T23:18:52.979Z] CC compel/arch/s390/plugins/std/parasite-head.o [2019-09-02T23:18:52.979Z] CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2019-09-02T23:18:52.979Z] CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2019-09-02T23:18:52.979Z] AR compel/plugins/std.lib.a [2019-09-02T23:18:53.400Z] CC compel/plugins/fds/fds.o [2019-09-02T23:18:53.400Z] AR compel/plugins/fds.lib.a [2019-09-02T23:18:53.400Z] HOSTDEP compel/src/lib/log-host.d [2019-09-02T23:18:53.400Z] HOSTDEP compel/src/lib/handle-elf-host.d [2019-09-02T23:18:53.400Z] HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2019-09-02T23:18:53.400Z] HOSTDEP compel/src/main-host.d [2019-09-02T23:18:53.400Z] DEP compel/src/lib/ptrace.d [2019-09-02T23:18:53.400Z] DEP compel/src/lib/infect.d [2019-09-02T23:18:53.400Z] DEP compel/src/lib/infect-util.d [2019-09-02T23:18:53.400Z] DEP compel/src/lib/infect-rpc.d [2019-09-02T23:18:53.400Z] DEP compel/arch/s390/src/lib/infect.d [2019-09-02T23:18:53.400Z] DEP compel/arch/s390/src/lib/cpu.d [2019-09-02T23:18:53.400Z] DEP compel/src/lib/log.d [2019-09-02T23:18:53.400Z] DEP compel/src/main.d [2019-09-02T23:18:53.400Z] DEP compel/src/lib/handle-elf.d [2019-09-02T23:18:53.400Z] DEP compel/arch/s390/src/lib/handle-elf.d [2019-09-02T23:18:53.400Z] CC compel/src/lib/log.o [2019-09-02T23:18:53.400Z] CC compel/arch/s390/src/lib/cpu.o [2019-09-02T23:18:53.786Z] CC compel/arch/s390/src/lib/infect.o [2019-09-02T23:18:53.786Z] CC compel/src/lib/infect-rpc.o [2019-09-02T23:18:53.786Z] CC compel/src/lib/infect-util.o [2019-09-02T23:18:53.786Z] CC compel/src/lib/infect.o [2019-09-02T23:18:54.172Z] CC compel/src/lib/ptrace.o [2019-09-02T23:18:54.172Z] AR compel/libcompel.a [2019-09-02T23:18:54.172Z] HOSTCC compel/src/main-host.o [2019-09-02T23:18:54.172Z] HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2019-09-02T23:18:54.547Z] HOSTCC compel/src/lib/handle-elf-host.o [2019-09-02T23:18:54.547Z] HOSTCC compel/src/lib/log-host.o [2019-09-02T23:18:54.547Z] HOSTLINK compel/compel-host-bin [2019-09-02T23:18:54.547Z] DEP soccr/soccr.d [2019-09-02T23:18:54.547Z] CC soccr/soccr.o [2019-09-02T23:18:54.911Z] AR soccr/libsoccr.a [2019-09-02T23:18:54.911Z] make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-02T23:18:54.911Z] DEP criu/arch/s390/sigframe.d [2019-09-02T23:18:54.911Z] DEP criu/arch/s390/crtools.d [2019-09-02T23:18:54.911Z] DEP criu/arch/s390/cpu.d [2019-09-02T23:18:54.911Z] CC criu/arch/s390/cpu.o [2019-09-02T23:18:54.911Z] CC criu/arch/s390/crtools.o [2019-09-02T23:18:55.277Z] CC criu/arch/s390/sigframe.o [2019-09-02T23:18:55.277Z] LINK criu/arch/s390/crtools.built-in.o [2019-09-02T23:18:55.277Z] DEP criu/arch/s390/vdso-pie.d [2019-09-02T23:18:55.277Z] DEP criu/pie/parasite-vdso.d [2019-09-02T23:18:55.277Z] DEP criu/pie/util-vdso.d [2019-09-02T23:18:55.277Z] DEP criu/pie/util.d [2019-09-02T23:18:55.277Z] CC criu/pie/util.o [2019-09-02T23:18:55.277Z] CC criu/pie/util-vdso.o [2019-09-02T23:18:55.300Z] 34839f11bbce: Pull complete [2019-09-02T23:18:55.647Z] CC criu/pie/parasite-vdso.o [2019-09-02T23:18:55.647Z] CC criu/arch/s390/vdso-pie.o [2019-09-02T23:18:55.647Z] AR criu/pie/pie.lib.a [2019-09-02T23:18:55.647Z] DEP criu/pie/restorer.d [2019-09-02T23:18:55.647Z] DEP criu/arch/s390/restorer.d [2019-09-02T23:18:55.647Z] DEP criu/pie/parasite.d [2019-09-02T23:18:55.647Z] CC criu/pie/parasite.o [2019-09-02T23:18:53.451Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-02T23:18:53.451Z] > git --version # timeout=10 [2019-09-02T23:18:53.498Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-02T23:18:53.500Z] > git fetch --no-tags --force --progress https://github.com/moby/moby.git +refs/pull/39853/head:refs/remotes/origin/PR-39853 +refs/heads/master:refs/remotes/origin/master [2019-09-02T23:18:56.010Z] LINK criu/pie/parasite.built-in.o [2019-09-02T23:18:56.011Z] GEN criu/pie/parasite-blob.h [2019-09-02T23:18:56.011Z] CC criu/arch/s390/restorer.o [2019-09-02T23:18:56.011Z] CC criu/pie/restorer.o [2019-09-02T23:18:56.387Z] LINK criu/pie/restorer.built-in.o [2019-09-02T23:18:56.387Z] GEN criu/pie/restorer-blob.h [2019-09-02T23:18:56.387Z] DEP criu/vdso.d [2019-09-02T23:18:56.750Z] DEP criu/uts_ns.d [2019-09-02T23:18:56.750Z] DEP criu/util.d [2019-09-02T23:18:56.750Z] DEP criu/uffd.d [2019-09-02T23:18:56.750Z] DEP criu/tun.d [2019-09-02T23:18:56.750Z] DEP criu/tty.d [2019-09-02T23:18:56.750Z] DEP criu/timerfd.d [2019-09-02T23:18:56.750Z] DEP criu/sysfs_parse.d [2019-09-02T23:18:56.750Z] DEP criu/sysctl.d [2019-09-02T23:18:56.750Z] DEP criu/string.d [2019-09-02T23:18:56.750Z] DEP criu/stats.d [2019-09-02T23:18:56.750Z] DEP criu/sockets.d [2019-09-02T23:18:56.750Z] DEP criu/sk-unix.d [2019-09-02T23:18:57.115Z] DEP criu/sk-tcp.d [2019-09-02T23:18:57.115Z] DEP criu/sk-queue.d [2019-09-02T23:18:57.115Z] DEP criu/sk-packet.d [2019-09-02T23:18:57.115Z] DEP criu/sk-netlink.d [2019-09-02T23:18:57.115Z] DEP criu/sk-inet.d [2019-09-02T23:18:57.115Z] DEP criu/signalfd.d [2019-09-02T23:18:57.115Z] DEP criu/sigframe.d [2019-09-02T23:18:57.115Z] DEP criu/shmem.d [2019-09-02T23:18:57.115Z] DEP criu/servicefd.d [2019-09-02T23:18:57.115Z] DEP criu/seize.d [2019-09-02T23:18:57.115Z] DEP criu/seccomp.d [2019-09-02T23:18:57.331Z] 34f648706e72: Pull complete [2019-09-02T23:18:57.547Z] DEP criu/rst-malloc.d [2019-09-02T23:18:57.547Z] DEP criu/rbtree.d [2019-09-02T23:18:57.547Z] DEP criu/pstree.d [2019-09-02T23:18:57.547Z] DEP criu/protobuf.d [2019-09-02T23:18:57.547Z] GEN criu/protobuf-desc-gen.h [2019-09-02T23:18:57.547Z] DEP criu/protobuf-desc.d [2019-09-02T23:18:57.547Z] DEP criu/proc_parse.d [2019-09-02T23:18:57.965Z] DEP criu/plugin.d [2019-09-02T23:18:57.965Z] DEP criu/pipes.d [2019-09-02T23:18:57.965Z] DEP criu/pie-util.d [2019-09-02T23:18:57.965Z] DEP criu/pie-util-vdso.d [2019-09-02T23:18:57.965Z] DEP criu/pie-util-vdso-elf32.d [2019-09-02T23:18:57.965Z] DEP criu/path.d [2019-09-02T23:18:57.965Z] DEP criu/parasite-syscall.d [2019-09-02T23:18:57.965Z] DEP criu/pagemap.d [2019-09-02T23:18:57.965Z] DEP criu/pagemap-cache.d [2019-09-02T23:18:57.965Z] DEP criu/page-xfer.d [2019-09-02T23:18:57.965Z] DEP criu/page-pipe.d [2019-09-02T23:18:57.965Z] DEP criu/netfilter.d [2019-09-02T23:18:57.965Z] DEP criu/net.d [2019-09-02T23:18:58.340Z] DEP criu/namespaces.d [2019-09-02T23:18:58.340Z] DEP criu/mount.d [2019-09-02T23:18:58.340Z] DEP criu/mem.d [2019-09-02T23:18:58.340Z] DEP criu/lsm.d [2019-09-02T23:18:58.340Z] DEP criu/log.d [2019-09-02T23:18:58.340Z] DEP criu/libnetlink.d [2019-09-02T23:18:58.340Z] DEP criu/kerndat.d [2019-09-02T23:18:58.340Z] DEP criu/kcmp-ids.d [2019-09-02T23:18:58.340Z] DEP criu/irmap.d [2019-09-02T23:18:58.340Z] DEP criu/ipc_ns.d [2019-09-02T23:18:58.340Z] DEP criu/image.d [2019-09-02T23:18:58.340Z] DEP criu/image-desc.d [2019-09-02T23:18:58.707Z] DEP criu/fsnotify.d [2019-09-02T23:18:58.707Z] DEP criu/filesystems.d [2019-09-02T23:18:58.707Z] DEP criu/files.d [2019-09-02T23:18:58.707Z] DEP criu/files-reg.d [2019-09-02T23:18:58.707Z] DEP criu/files-ext.d [2019-09-02T23:18:58.707Z] DEP criu/file-lock.d [2019-09-02T23:18:58.707Z] DEP criu/file-ids.d [2019-09-02T23:18:58.707Z] DEP criu/fifo.d [2019-09-02T23:18:58.707Z] DEP criu/fdstore.d [2019-09-02T23:18:58.707Z] DEP criu/fault-injection.d [2019-09-02T23:18:58.707Z] DEP criu/external.d [2019-09-02T23:18:58.707Z] DEP criu/eventpoll.d [2019-09-02T23:18:58.707Z] DEP criu/eventfd.d [2019-09-02T23:18:59.081Z] DEP criu/crtools.d [2019-09-02T23:18:59.081Z] DEP criu/cr-service.d [2019-09-02T23:18:59.081Z] DEP criu/cr-restore.d [2019-09-02T23:18:59.081Z] DEP criu/cr-errno.d [2019-09-02T23:18:59.081Z] DEP criu/cr-dump.d [2019-09-02T23:18:59.081Z] DEP criu/cr-dedup.d [2019-09-02T23:18:59.081Z] DEP criu/cr-check.d [2019-09-02T23:18:59.081Z] DEP criu/config.d [2019-09-02T23:18:59.081Z] DEP criu/clone-noasan.d [2019-09-02T23:18:59.081Z] DEP criu/cgroup.d [2019-09-02T23:18:59.081Z] DEP criu/cgroup-props.d [2019-09-02T23:18:59.454Z] DEP criu/bitmap.d [2019-09-02T23:18:59.454Z] DEP criu/bfd.d [2019-09-02T23:18:59.454Z] DEP criu/autofs.d [2019-09-02T23:18:59.454Z] DEP criu/aio.d [2019-09-02T23:18:59.454Z] DEP criu/action-scripts.d [2019-09-02T23:18:59.454Z] CC criu/action-scripts.o [2019-09-02T23:18:59.454Z] CC criu/aio.o [2019-09-02T23:18:59.454Z] CC criu/autofs.o [2019-09-02T23:18:59.825Z] CC criu/bfd.o [2019-09-02T23:19:00.197Z] CC criu/bitmap.o [2019-09-02T23:19:00.197Z] CC criu/cgroup-props.o [2019-09-02T23:19:00.197Z] CC criu/cgroup.o [2019-09-02T23:19:00.981Z] CC criu/clone-noasan.o [2019-09-02T23:19:00.981Z] CC criu/config.o [2019-09-02T23:19:01.365Z] CC criu/cr-check.o [2019-09-02T23:19:01.813Z] CC criu/cr-dedup.o [2019-09-02T23:19:01.813Z] CC criu/cr-dump.o [2019-09-02T23:19:02.213Z] CC criu/cr-errno.o [2019-09-02T23:19:02.213Z] CC criu/cr-restore.o [2019-09-02T23:19:02.832Z] 8563a0b9fade: Pull complete [2019-09-02T23:19:03.116Z] 53fac1b4f6a7: Pull complete [2019-09-02T23:19:03.116Z] Digest: sha256:44600a24dff9a70122d4446f63903a642e81c0422cd0d87249a8a5183ba5f926 [2019-09-02T23:19:03.116Z] Status: Downloaded newer image for golang:1.12.9-stretch [2019-09-02T23:19:03.116Z] ---> b5f54f7bacb8 [2019-09-02T23:19:03.116Z] Step 5/126 : ARG APT_MIRROR [2019-09-02T23:19:03.116Z] ---> Running in 0bfa96da72df [2019-09-02T23:19:03.116Z] Removing intermediate container 0bfa96da72df [2019-09-02T23:19:03.116Z] ---> 036b5e399382 [2019-09-02T23:19:03.116Z] 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-02T23:19:03.116Z] ---> Running in b1f147003d0d [2019-09-02T23:19:03.475Z] CC criu/cr-service.o [2019-09-02T23:19:03.475Z] CC criu/crtools.o [2019-09-02T23:19:03.734Z] Removing intermediate container b1f147003d0d [2019-09-02T23:19:03.734Z] ---> 3892d6f295ce [2019-09-02T23:19:03.734Z] Step 7/126 : FROM base AS criu [2019-09-02T23:19:03.734Z] ---> 3892d6f295ce [2019-09-02T23:19:03.734Z] Step 8/126 : ARG DEBIAN_FRONTEND [2019-09-02T23:19:03.842Z] CC criu/eventfd.o [2019-09-02T23:19:03.842Z] CC criu/eventpoll.o [2019-09-02T23:19:03.842Z] CC criu/external.o [2019-09-02T23:19:04.021Z] ---> Running in 1bf9fc2491dd [2019-09-02T23:19:04.021Z] Removing intermediate container 1bf9fc2491dd [2019-09-02T23:19:04.021Z] ---> f2d94bc5aa65 [2019-09-02T23:19:04.021Z] Step 9/126 : ENV CRIU_VERSION 3.12 [2019-09-02T23:19:04.021Z] ---> Running in 864360f926aa [2019-09-02T23:19:04.021Z] Removing intermediate container 864360f926aa [2019-09-02T23:19:04.021Z] ---> 0e37d3dd3343 [2019-09-02T23:19:04.021Z] Step 10/126 : RUN apt-get update && apt-get install -y --no-install-recommends libnet-dev libprotobuf-c-dev libprotobuf-dev libnl-3-dev libcap-dev protobuf-compiler protobuf-c-compiler python-protobuf && rm -rf /var/lib/apt/lists/* [2019-09-02T23:19:04.021Z] ---> Running in efe52c2401f1 [2019-09-02T23:19:04.237Z] CC criu/fault-injection.o [2019-09-02T23:19:04.237Z] CC criu/fdstore.o [2019-09-02T23:19:04.237Z] CC criu/fifo.o [2019-09-02T23:19:04.237Z] CC criu/file-ids.o [2019-09-02T23:19:04.237Z] CC criu/file-lock.o [2019-09-02T23:19:04.597Z] CC criu/files-ext.o [2019-09-02T23:19:04.597Z] CC criu/files-reg.o [2019-09-02T23:19:04.640Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-02T23:19:04.640Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-02T23:19:04.640Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-02T23:19:04.640Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-02T23:19:04.640Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B] [2019-09-02T23:19:04.640Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [482 kB] [2019-09-02T23:19:04.982Z] CC criu/files.o [2019-09-02T23:19:05.258Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-09-02T23:19:05.258Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6903 kB] [2019-09-02T23:19:05.762Z] CC criu/filesystems.o [2019-09-02T23:19:05.762Z] CC criu/fsnotify.o [2019-09-02T23:19:06.141Z] CC criu/image-desc.o [2019-09-02T23:19:06.141Z] CC criu/image.o [2019-09-02T23:19:06.687Z] CC criu/ipc_ns.o [2019-09-02T23:19:06.687Z] CC criu/irmap.o [2019-09-02T23:19:07.069Z] CC criu/kcmp-ids.o [2019-09-02T23:19:07.069Z] CC criu/kerndat.o [2019-09-02T23:19:07.069Z] CC criu/libnetlink.o [2019-09-02T23:19:07.303Z] Fetched 7718 kB in 2s (3157 kB/s) [2019-09-02T23:19:07.437Z] CC criu/log.o [2019-09-02T23:19:07.437Z] CC criu/lsm.o [2019-09-02T23:19:07.437Z] CC criu/mem.o [2019-09-02T23:19:08.228Z] CC criu/mount.o [2019-09-02T23:19:08.312Z] Reading package lists... [2019-09-02T23:19:09.007Z] CC criu/namespaces.o [2019-09-02T23:19:09.321Z] Reading package lists... [2019-09-02T23:19:09.376Z] CC criu/net.o [2019-09-02T23:19:09.605Z] Building dependency tree... [2019-09-02T23:19:09.605Z] Reading state information... [2019-09-02T23:19:09.605Z] The following additional packages will be installed: [2019-09-02T23:19:09.605Z] libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite10 libprotobuf10 [2019-09-02T23:19:09.605Z] libprotoc10 python-pkg-resources zlib1g-dev [2019-09-02T23:19:09.605Z] Suggested packages: [2019-09-02T23:19:09.605Z] manpages-dev python-setuptools [2019-09-02T23:19:09.888Z] The following NEW packages will be installed: [2019-09-02T23:19:09.888Z] libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2019-09-02T23:19:09.888Z] libprotobuf-c1 libprotobuf-dev libprotobuf-lite10 libprotobuf10 libprotoc10 [2019-09-02T23:19:09.888Z] protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2019-09-02T23:19:09.888Z] zlib1g-dev [2019-09-02T23:19:10.163Z] CC criu/netfilter.o [2019-09-02T23:19:10.171Z] 0 upgraded, 16 newly installed, 0 to remove and 2 not upgraded. [2019-09-02T23:19:10.171Z] Need to get 3548 kB of archives. [2019-09-02T23:19:10.171Z] After this operation, 21.2 MB of additional disk space will be used. [2019-09-02T23:19:10.171Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3 [57.6 kB] [2019-09-02T23:19:10.171Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libcap-dev ppc64el 1:2.25-1 [29.7 kB] [2019-09-02T23:19:10.171Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3 [117 kB] [2019-09-02T23:19:10.171Z] 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-02T23:19:10.171Z] 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-02T23:19:10.171Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c1 ppc64el 1.2.1-2 [24.6 kB] [2019-09-02T23:19:10.171Z] 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-02T23:19:10.171Z] 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-02T23:19:10.171Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf10 ppc64el 3.0.0-9 [658 kB] [2019-09-02T23:19:10.171Z] Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-lite10 ppc64el 3.0.0-9 [124 kB] [2019-09-02T23:19:10.171Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-dev ppc64el 3.0.0-9 [974 kB] [2019-09-02T23:19:10.171Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotoc10 ppc64el 3.0.0-9 [589 kB] [2019-09-02T23:19:10.171Z] 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-02T23:19:10.171Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el protobuf-compiler ppc64el 3.0.0-9 [53.0 kB] [2019-09-02T23:19:10.171Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-pkg-resources all 33.1.1-1 [166 kB] [2019-09-02T23:19:10.171Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python-protobuf ppc64el 3.0.0-9 [291 kB] [2019-09-02T23:19:10.454Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-02T23:19:10.454Z] Fetched 3548 kB in 0s (17.0 MB/s) [2019-09-02T23:19:10.454Z] Selecting previously unselected package libnet1:ppc64el. [2019-09-02T23:19:10.454Z] (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-02T23:19:10.454Z] Preparing to unpack .../00-libnet1_1.1.6+dfsg-3_ppc64el.deb ... [2019-09-02T23:19:10.454Z] Unpacking libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-09-02T23:19:10.454Z] Selecting previously unselected package libcap-dev:ppc64el. [2019-09-02T23:19:10.454Z] Preparing to unpack .../01-libcap-dev_1%3a2.25-1_ppc64el.deb ... [2019-09-02T23:19:10.454Z] Unpacking libcap-dev:ppc64el (1:2.25-1) ... [2019-09-02T23:19:10.454Z] Selecting previously unselected package libnet1-dev. [2019-09-02T23:19:10.454Z] Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3_ppc64el.deb ... [2019-09-02T23:19:10.454Z] Unpacking libnet1-dev (1.1.6+dfsg-3) ... [2019-09-02T23:19:10.454Z] Selecting previously unselected package libnl-3-200:ppc64el. [2019-09-02T23:19:10.454Z] Preparing to unpack .../03-libnl-3-200_3.2.27-2_ppc64el.deb ... [2019-09-02T23:19:10.454Z] Unpacking libnl-3-200:ppc64el (3.2.27-2) ... [2019-09-02T23:19:10.532Z] CC criu/page-pipe.o [2019-09-02T23:19:10.532Z] CC criu/page-xfer.o [2019-09-02T23:19:10.738Z] Selecting previously unselected package libnl-3-dev:ppc64el. [2019-09-02T23:19:10.738Z] Preparing to unpack .../04-libnl-3-dev_3.2.27-2_ppc64el.deb ... [2019-09-02T23:19:10.738Z] Unpacking libnl-3-dev:ppc64el (3.2.27-2) ... [2019-09-02T23:19:10.738Z] Selecting previously unselected package libprotobuf-c1:ppc64el. [2019-09-02T23:19:10.738Z] Preparing to unpack .../05-libprotobuf-c1_1.2.1-2_ppc64el.deb ... [2019-09-02T23:19:10.738Z] Unpacking libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-09-02T23:19:10.738Z] Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2019-09-02T23:19:10.738Z] Preparing to unpack .../06-libprotobuf-c-dev_1.2.1-2_ppc64el.deb ... [2019-09-02T23:19:10.738Z] Unpacking libprotobuf-c-dev:ppc64el (1.2.1-2) ... [2019-09-02T23:19:10.738Z] Selecting previously unselected package zlib1g-dev:ppc64el. [2019-09-02T23:19:10.738Z] Preparing to unpack .../07-zlib1g-dev_1%3a1.2.8.dfsg-5_ppc64el.deb ... [2019-09-02T23:19:10.738Z] Unpacking zlib1g-dev:ppc64el (1:1.2.8.dfsg-5) ... [2019-09-02T23:19:10.738Z] Selecting previously unselected package libprotobuf10:ppc64el. [2019-09-02T23:19:10.738Z] Preparing to unpack .../08-libprotobuf10_3.0.0-9_ppc64el.deb ... [2019-09-02T23:19:10.738Z] Unpacking libprotobuf10:ppc64el (3.0.0-9) ... [2019-09-02T23:19:11.021Z] Selecting previously unselected package libprotobuf-lite10:ppc64el. [2019-09-02T23:19:11.021Z] Preparing to unpack .../09-libprotobuf-lite10_3.0.0-9_ppc64el.deb ... [2019-09-02T23:19:11.021Z] Unpacking libprotobuf-lite10:ppc64el (3.0.0-9) ... [2019-09-02T23:19:11.021Z] Selecting previously unselected package libprotobuf-dev:ppc64el. [2019-09-02T23:19:11.021Z] Preparing to unpack .../10-libprotobuf-dev_3.0.0-9_ppc64el.deb ... [2019-09-02T23:19:11.021Z] Unpacking libprotobuf-dev:ppc64el (3.0.0-9) ... [2019-09-02T23:19:11.021Z] Selecting previously unselected package libprotoc10:ppc64el. [2019-09-02T23:19:11.021Z] Preparing to unpack .../11-libprotoc10_3.0.0-9_ppc64el.deb ... [2019-09-02T23:19:11.021Z] Unpacking libprotoc10:ppc64el (3.0.0-9) ... [2019-09-02T23:19:11.028Z] CC criu/pagemap-cache.o [2019-09-02T23:19:11.028Z] CC criu/pagemap.o [2019-09-02T23:19:11.304Z] Selecting previously unselected package protobuf-c-compiler. [2019-09-02T23:19:11.304Z] Preparing to unpack .../12-protobuf-c-compiler_1.2.1-2_ppc64el.deb ... [2019-09-02T23:19:11.304Z] Unpacking protobuf-c-compiler (1.2.1-2) ... [2019-09-02T23:19:11.304Z] Selecting previously unselected package protobuf-compiler. [2019-09-02T23:19:11.304Z] Preparing to unpack .../13-protobuf-compiler_3.0.0-9_ppc64el.deb ... [2019-09-02T23:19:11.304Z] Unpacking protobuf-compiler (3.0.0-9) ... [2019-09-02T23:19:11.304Z] Selecting previously unselected package python-pkg-resources. [2019-09-02T23:19:11.304Z] Preparing to unpack .../14-python-pkg-resources_33.1.1-1_all.deb ... [2019-09-02T23:19:11.304Z] Unpacking python-pkg-resources (33.1.1-1) ... [2019-09-02T23:19:11.304Z] Selecting previously unselected package python-protobuf. [2019-09-02T23:19:11.304Z] Preparing to unpack .../15-python-protobuf_3.0.0-9_ppc64el.deb ... [2019-09-02T23:19:11.304Z] Unpacking python-protobuf (3.0.0-9) ... [2019-09-02T23:19:11.304Z] Setting up libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-09-02T23:19:11.454Z] CC criu/parasite-syscall.o [2019-09-02T23:19:11.454Z] CC criu/path.o [2019-09-02T23:19:11.454Z] CC criu/pie-util-vdso-elf32.o [2019-09-02T23:19:11.588Z] Setting up libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-09-02T23:19:11.588Z] Setting up python-pkg-resources (33.1.1-1) ... [2019-09-02T23:19:11.650Z] Fetching without tags [2019-09-02T23:19:11.828Z] CC criu/pie-util-vdso.o [2019-09-02T23:19:11.828Z] CC criu/pie-util.o [2019-09-02T23:19:11.828Z] CC criu/pipes.o [2019-09-02T23:19:12.216Z] CC criu/plugin.o [2019-09-02T23:19:12.216Z] CC criu/proc_parse.o [2019-09-02T23:19:12.597Z] Setting up libnet1-dev (1.1.6+dfsg-3) ... [2019-09-02T23:19:12.597Z] Setting up libprotobuf10:ppc64el (3.0.0-9) ... [2019-09-02T23:19:12.597Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-02T23:19:12.597Z] Setting up python-protobuf (3.0.0-9) ... [2019-09-02T23:19:11.224Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-02T23:19:11.384Z] > git config --add remote.origin.fetch +refs/pull/39853/head:refs/remotes/origin/PR-39853 # timeout=10 [2019-09-02T23:19:11.438Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-02T23:19:11.563Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-02T23:19:11.689Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-02T23:19:11.690Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-02T23:19:11.691Z] > git fetch --no-tags --force --progress https://github.com/moby/moby.git +refs/pull/39853/head:refs/remotes/origin/PR-39853 +refs/heads/master:refs/remotes/origin/master [2019-09-02T23:19:12.854Z] Merging remotes/origin/master commit 1a117b8b5c2ea8802a73e4e399fdf09649ae8371 into PR head commit e6fce00ec83df2f23523b836f647b8f3df97953f [2019-09-02T23:19:13.027Z] CC criu/protobuf-desc.o [2019-09-02T23:19:13.389Z] CC criu/protobuf.o [2019-09-02T23:19:13.389Z] CC criu/pstree.o [2019-09-02T23:19:13.752Z] CC criu/rbtree.o [2019-09-02T23:19:13.752Z] CC criu/rst-malloc.o [2019-09-02T23:19:14.055Z] Fetching without tags [2019-09-02T23:19:14.079Z] Setting up libcap-dev:ppc64el (1:2.25-1) ... [2019-09-02T23:19:14.079Z] Setting up libprotobuf-c-dev:ppc64el (1.2.1-2) ... [2019-09-02T23:19:14.079Z] Setting up libnl-3-200:ppc64el (3.2.27-2) ... [2019-09-02T23:19:14.079Z] Setting up libprotobuf-lite10:ppc64el (3.0.0-9) ... [2019-09-02T23:19:14.079Z] Setting up libprotoc10:ppc64el (3.0.0-9) ... [2019-09-02T23:19:14.079Z] Setting up protobuf-c-compiler (1.2.1-2) ... [2019-09-02T23:19:14.079Z] Setting up zlib1g-dev:ppc64el (1:1.2.8.dfsg-5) ... [2019-09-02T23:19:14.079Z] Setting up protobuf-compiler (3.0.0-9) ... [2019-09-02T23:19:14.079Z] Setting up libprotobuf-dev:ppc64el (3.0.0-9) ... [2019-09-02T23:19:14.079Z] Setting up libnl-3-dev:ppc64el (3.2.27-2) ... [2019-09-02T23:19:14.079Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-02T23:19:14.123Z] CC criu/seccomp.o [2019-09-02T23:19:14.123Z] CC criu/seize.o [2019-09-02T23:19:14.485Z] CC criu/servicefd.o [2019-09-02T23:19:14.485Z] CC criu/shmem.o [2019-09-02T23:19:14.698Z] Removing intermediate container efe52c2401f1 [2019-09-02T23:19:14.698Z] ---> aeae920935fa [2019-09-02T23:19:14.698Z] Step 11/126 : RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v${CRIU_VERSION}.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2019-09-02T23:19:14.698Z] ---> Running in 9fa49f89cb5e [2019-09-02T23:19:14.848Z] CC criu/sigframe.o [2019-09-02T23:19:14.848Z] CC criu/signalfd.o [2019-09-02T23:19:14.848Z] CC criu/sk-inet.o [2019-09-02T23:19:15.222Z] CC criu/sk-netlink.o [2019-09-02T23:19:15.222Z] CC criu/sk-packet.o [2019-09-02T23:19:15.251Z] Merging remotes/origin/master commit 1a117b8b5c2ea8802a73e4e399fdf09649ae8371 into PR head commit e6fce00ec83df2f23523b836f647b8f3df97953f [2019-09-02T23:19:15.707Z] Note: Building without setproctitle() and strlcpy() support. [2019-09-02T23:19:15.707Z] To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-02T23:19:15.866Z] CC criu/sk-queue.o [2019-09-02T23:19:15.866Z] CC criu/sk-tcp.o [2019-09-02T23:19:15.866Z] CC criu/sk-unix.o [2019-09-02T23:19:15.991Z] fatal: Not a git repository (or any of the parent directories): .git [2019-09-02T23:19:15.991Z]  GEN .gitid [2019-09-02T23:19:15.991Z] GEN criu/include/version.h [2019-09-02T23:19:15.991Z] GEN include/common/asm [2019-09-02T23:19:16.278Z] PBCC images/google/protobuf/descriptor.pb-c.c [2019-09-02T23:19:16.278Z] PBCC images/opts.pb-c.c [2019-09-02T23:19:16.278Z] PBCC images/sit.pb-c.c [2019-09-02T23:19:16.278Z] DEP images/google/protobuf/descriptor.pb-c.d [2019-09-02T23:19:16.278Z] DEP images/opts.pb-c.d [2019-09-02T23:19:16.278Z] DEP images/sit.pb-c.d [2019-09-02T23:19:16.278Z] PBCC images/macvlan.pb-c.c [2019-09-02T23:19:16.278Z] DEP images/macvlan.pb-c.d [2019-09-02T23:19:16.278Z] PBCC images/autofs.pb-c.c [2019-09-02T23:19:16.278Z] DEP images/autofs.pb-c.d [2019-09-02T23:19:16.278Z] PBCC images/sysctl.pb-c.c [2019-09-02T23:19:16.278Z] DEP images/sysctl.pb-c.d [2019-09-02T23:19:16.278Z] PBCC images/time.pb-c.c [2019-09-02T23:19:16.278Z] DEP images/time.pb-c.d [2019-09-02T23:19:16.278Z] PBCC images/binfmt-misc.pb-c.c [2019-09-02T23:19:16.278Z] DEP images/binfmt-misc.pb-c.d [2019-09-02T23:19:16.278Z] PBCC images/seccomp.pb-c.c [2019-09-02T23:19:16.278Z] DEP images/seccomp.pb-c.d [2019-09-02T23:19:16.363Z] Merge succeeded, producing e6fce00ec83df2f23523b836f647b8f3df97953f [2019-09-02T23:19:16.364Z] Checking out Revision e6fce00ec83df2f23523b836f647b8f3df97953f (PR-39853) [2019-09-02T23:19:12.964Z] > git config core.sparsecheckout # timeout=10 [2019-09-02T23:19:13.017Z] > git checkout -f e6fce00ec83df2f23523b836f647b8f3df97953f [2019-09-02T23:19:15.839Z] > git merge 1a117b8b5c2ea8802a73e4e399fdf09649ae8371 # timeout=10 [2019-09-02T23:19:16.203Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2019-09-02T23:19:16.401Z] > git config core.sparsecheckout # timeout=10 [2019-09-02T23:19:16.461Z] > git checkout -f e6fce00ec83df2f23523b836f647b8f3df97953f [2019-09-02T23:19:16.561Z] PBCC images/userns.pb-c.c [2019-09-02T23:19:16.561Z] DEP images/userns.pb-c.d [2019-09-02T23:19:16.561Z] PBCC images/cgroup.pb-c.c [2019-09-02T23:19:16.561Z] DEP images/cgroup.pb-c.d [2019-09-02T23:19:16.561Z] PBCC images/fown.pb-c.c [2019-09-02T23:19:16.561Z] PBCC images/ext-file.pb-c.c [2019-09-02T23:19:16.561Z] DEP images/fown.pb-c.d [2019-09-02T23:19:16.561Z] DEP images/ext-file.pb-c.d [2019-09-02T23:19:16.561Z] PBCC images/rpc.pb-c.c [2019-09-02T23:19:16.561Z] DEP images/rpc.pb-c.d [2019-09-02T23:19:16.561Z] PBCC images/siginfo.pb-c.c [2019-09-02T23:19:16.561Z] DEP images/siginfo.pb-c.d [2019-09-02T23:19:16.561Z] PBCC images/pagemap.pb-c.c [2019-09-02T23:19:16.561Z] DEP images/pagemap.pb-c.d [2019-09-02T23:19:16.561Z] PBCC images/rlimit.pb-c.c [2019-09-02T23:19:16.561Z] DEP images/rlimit.pb-c.d [2019-09-02T23:19:16.561Z] PBCC images/file-lock.pb-c.c [2019-09-02T23:19:16.561Z] DEP images/file-lock.pb-c.d [2019-09-02T23:19:16.561Z] PBCC images/tty.pb-c.c [2019-09-02T23:19:16.561Z] DEP images/tty.pb-c.d [2019-09-02T23:19:16.561Z] PBCC images/tun.pb-c.c [2019-09-02T23:19:16.561Z] PBCC images/netdev.pb-c.c [2019-09-02T23:19:16.561Z] DEP images/tun.pb-c.d [2019-09-02T23:19:13.769Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-02T23:19:13.815Z] > git config --add remote.origin.fetch +refs/pull/39853/head:refs/remotes/origin/PR-39853 # timeout=10 [2019-09-02T23:19:13.858Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2019-09-02T23:19:13.974Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2019-09-02T23:19:14.091Z] Fetching upstream changes from https://github.com/moby/moby.git [2019-09-02T23:19:14.092Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2019-09-02T23:19:14.093Z] > git fetch --no-tags --force --progress https://github.com/moby/moby.git +refs/pull/39853/head:refs/remotes/origin/PR-39853 +refs/heads/master:refs/remotes/origin/master [2019-09-02T23:19:15.360Z] > git config core.sparsecheckout # timeout=10 [2019-09-02T23:19:15.405Z] > git checkout -f e6fce00ec83df2f23523b836f647b8f3df97953f [2019-09-02T23:19:16.711Z] CC criu/sockets.o [2019-09-02T23:19:16.712Z] CC criu/stats.o [2019-09-02T23:19:16.712Z] CC criu/string.o [2019-09-02T23:19:16.712Z] CC criu/sysctl.o [2019-09-02T23:19:16.844Z] DEP images/netdev.pb-c.d [2019-09-02T23:19:16.844Z] PBCC images/vma.pb-c.c [2019-09-02T23:19:16.844Z] DEP images/vma.pb-c.d [2019-09-02T23:19:16.844Z] PBCC images/creds.pb-c.c [2019-09-02T23:19:16.844Z] DEP images/creds.pb-c.d [2019-09-02T23:19:16.844Z] PBCC images/utsns.pb-c.c [2019-09-02T23:19:16.844Z] DEP images/utsns.pb-c.d [2019-09-02T23:19:16.844Z] PBCC images/ipc-desc.pb-c.c [2019-09-02T23:19:16.844Z] PBCC images/ipc-sem.pb-c.c [2019-09-02T23:19:16.844Z] DEP images/ipc-desc.pb-c.d [2019-09-02T23:19:16.844Z] DEP images/ipc-sem.pb-c.d [2019-09-02T23:19:16.844Z] PBCC images/ipc-msg.pb-c.c [2019-09-02T23:19:16.844Z] DEP images/ipc-msg.pb-c.d [2019-09-02T23:19:16.844Z] PBCC images/ipc-shm.pb-c.c [2019-09-02T23:19:16.844Z] DEP images/ipc-shm.pb-c.d [2019-09-02T23:19:16.844Z] PBCC images/ipc-var.pb-c.c [2019-09-02T23:19:16.844Z] DEP images/ipc-var.pb-c.d [2019-09-02T23:19:16.844Z] PBCC images/sk-opts.pb-c.c [2019-09-02T23:19:16.844Z] PBCC images/packet-sock.pb-c.c [2019-09-02T23:19:16.844Z] DEP images/sk-opts.pb-c.d [2019-09-02T23:19:16.844Z] DEP images/packet-sock.pb-c.d [2019-09-02T23:19:16.844Z] PBCC images/sk-netlink.pb-c.c [2019-09-02T23:19:16.844Z] DEP images/sk-netlink.pb-c.d [2019-09-02T23:19:17.094Z] CC criu/sysfs_parse.o [2019-09-02T23:19:17.094Z] CC criu/timerfd.o [2019-09-02T23:19:17.128Z] PBCC images/sk-inet.pb-c.c [2019-09-02T23:19:17.128Z] DEP images/sk-inet.pb-c.d [2019-09-02T23:19:17.128Z] PBCC images/sk-unix.pb-c.c [2019-09-02T23:19:17.128Z] DEP images/sk-unix.pb-c.d [2019-09-02T23:19:17.128Z] PBCC images/mm.pb-c.c [2019-09-02T23:19:17.128Z] DEP images/mm.pb-c.d [2019-09-02T23:19:17.128Z] PBCC images/timerfd.pb-c.c [2019-09-02T23:19:17.128Z] DEP images/timerfd.pb-c.d [2019-09-02T23:19:17.128Z] PBCC images/timer.pb-c.c [2019-09-02T23:19:17.128Z] DEP images/timer.pb-c.d [2019-09-02T23:19:17.128Z] PBCC images/sa.pb-c.c [2019-09-02T23:19:17.128Z] DEP images/sa.pb-c.d [2019-09-02T23:19:17.128Z] PBCC images/pipe-data.pb-c.c [2019-09-02T23:19:17.128Z] DEP images/pipe-data.pb-c.d [2019-09-02T23:19:17.128Z] PBCC images/mnt.pb-c.c [2019-09-02T23:19:17.128Z] DEP images/mnt.pb-c.d [2019-09-02T23:19:17.128Z] PBCC images/sk-packet.pb-c.c [2019-09-02T23:19:17.128Z] DEP images/sk-packet.pb-c.d [2019-09-02T23:19:17.128Z] PBCC images/tcp-stream.pb-c.c [2019-09-02T23:19:17.128Z] DEP images/tcp-stream.pb-c.d [2019-09-02T23:19:17.128Z] PBCC images/pipe.pb-c.c [2019-09-02T23:19:17.128Z] DEP images/pipe.pb-c.d [2019-09-02T23:19:17.411Z] PBCC images/pstree.pb-c.c [2019-09-02T23:19:17.411Z] DEP images/pstree.pb-c.d [2019-09-02T23:19:17.411Z] PBCC images/fs.pb-c.c [2019-09-02T23:19:17.411Z] DEP images/fs.pb-c.d [2019-09-02T23:19:17.411Z] PBCC images/signalfd.pb-c.c [2019-09-02T23:19:17.411Z] DEP images/signalfd.pb-c.d [2019-09-02T23:19:17.411Z] PBCC images/fh.pb-c.c [2019-09-02T23:19:17.411Z] PBCC images/fsnotify.pb-c.c [2019-09-02T23:19:17.411Z] DEP images/fh.pb-c.d [2019-09-02T23:19:17.411Z] DEP images/fsnotify.pb-c.d [2019-09-02T23:19:17.411Z] PBCC images/eventpoll.pb-c.c [2019-09-02T23:19:17.411Z] DEP images/eventpoll.pb-c.d [2019-09-02T23:19:17.411Z] PBCC images/eventfd.pb-c.c [2019-09-02T23:19:17.411Z] DEP images/eventfd.pb-c.d [2019-09-02T23:19:17.411Z] PBCC images/remap-file-path.pb-c.c [2019-09-02T23:19:17.411Z] DEP images/remap-file-path.pb-c.d [2019-09-02T23:19:17.411Z] PBCC images/fifo.pb-c.c [2019-09-02T23:19:17.411Z] DEP images/fifo.pb-c.d [2019-09-02T23:19:17.411Z] PBCC images/ghost-file.pb-c.c [2019-09-02T23:19:17.411Z] DEP images/ghost-file.pb-c.d [2019-09-02T23:19:17.411Z] PBCC images/regfile.pb-c.c [2019-09-02T23:19:17.411Z] DEP images/regfile.pb-c.d [2019-09-02T23:19:17.467Z] CC criu/tty.o [2019-09-02T23:19:17.696Z] PBCC images/ns.pb-c.c [2019-09-02T23:19:17.696Z] DEP images/ns.pb-c.d [2019-09-02T23:19:17.696Z] PBCC images/fdinfo.pb-c.c [2019-09-02T23:19:17.696Z] DEP images/fdinfo.pb-c.d [2019-09-02T23:19:17.696Z] PBCC images/core-aarch64.pb-c.c [2019-09-02T23:19:17.696Z] PBCC images/core-arm.pb-c.c [2019-09-02T23:19:17.696Z] PBCC images/core-ppc64.pb-c.c [2019-09-02T23:19:17.696Z] PBCC images/core-s390.pb-c.c [2019-09-02T23:19:17.696Z] PBCC images/core-x86.pb-c.c [2019-09-02T23:19:17.696Z] PBCC images/core.pb-c.c [2019-09-02T23:19:17.696Z] PBCC images/inventory.pb-c.c [2019-09-02T23:19:17.696Z] DEP images/core-aarch64.pb-c.d [2019-09-02T23:19:17.696Z] DEP images/core-arm.pb-c.d [2019-09-02T23:19:17.696Z] DEP images/core-ppc64.pb-c.d [2019-09-02T23:19:17.696Z] DEP images/core-s390.pb-c.d [2019-09-02T23:19:17.696Z] DEP images/core-x86.pb-c.d [2019-09-02T23:19:17.696Z] DEP images/core.pb-c.d [2019-09-02T23:19:17.696Z] DEP images/inventory.pb-c.d [2019-09-02T23:19:17.832Z] CC criu/tun.o [2019-09-02T23:19:17.979Z] PBCC images/cpuinfo.pb-c.c [2019-09-02T23:19:17.979Z] DEP images/cpuinfo.pb-c.d [2019-09-02T23:19:17.979Z] PBCC images/stats.pb-c.c [2019-09-02T23:19:17.979Z] DEP images/stats.pb-c.d [2019-09-02T23:19:18.199Z] CC criu/uffd.o [2019-09-02T23:19:18.266Z] make[1]: Nothing to be done for 'all'. [2019-09-02T23:19:18.551Z] CC images/stats.o [2019-09-02T23:19:18.551Z] CC images/core.o [2019-09-02T23:19:18.563Z] CC criu/util.o [2019-09-02T23:19:18.609Z] Merge succeeded, producing e6fce00ec83df2f23523b836f647b8f3df97953f [2019-09-02T23:19:18.610Z] Checking out Revision e6fce00ec83df2f23523b836f647b8f3df97953f (PR-39853) [2019-09-02T23:19:18.834Z] CC images/core-x86.o [2019-09-02T23:19:18.834Z] CC images/core-arm.o [2019-09-02T23:19:18.928Z] CC criu/uts_ns.o [2019-09-02T23:19:18.928Z] CC criu/vdso.o [2019-09-02T23:19:18.928Z] LINK criu/built-in.o [2019-09-02T23:19:19.118Z] CC images/core-aarch64.o [2019-09-02T23:19:19.118Z] CC images/core-ppc64.o [2019-09-02T23:19:19.296Z] LINK criu/criu [2019-09-02T23:19:19.296Z] DEP lib/c/criu.d [2019-09-02T23:19:19.296Z] CC images/rpc.pb-c.o [2019-09-02T23:19:19.296Z] CC lib/c/criu.o [2019-09-02T23:19:19.401Z] CC images/core-s390.o [2019-09-02T23:19:19.675Z] LINK lib/c/built-in.o [2019-09-02T23:19:19.675Z] LINK lib/c/libcriu.so [2019-09-02T23:19:19.675Z] GEN magic.py [2019-09-02T23:19:19.683Z] CC images/cpuinfo.o [2019-09-02T23:19:19.683Z] CC images/inventory.o [2019-09-02T23:19:19.966Z] CC images/fdinfo.o [2019-09-02T23:19:19.966Z] CC images/fown.o [2019-09-02T23:19:19.966Z] CC images/ns.o [2019-09-02T23:19:20.089Z] Note: Building without setproctitle() and strlcpy() support. [2019-09-02T23:19:20.089Z] To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-02T23:19:20.089Z] fatal: Not a git repository (or any of the parent directories): .git [2019-09-02T23:19:20.089Z] make[1]: Nothing to be done for 'all'. [2019-09-02T23:19:20.249Z] CC images/regfile.o [2019-09-02T23:19:20.249Z] CC images/ghost-file.o [2019-09-02T23:19:20.249Z] CC images/fifo.o [2019-09-02T23:19:20.249Z] CC images/remap-file-path.o [2019-09-02T23:19:20.519Z] make[1]: 'images/built-in.o' is up to date. [2019-09-02T23:19:20.519Z] make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-09-02T23:19:20.519Z] make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-09-02T23:19:20.519Z] make[1]: 'compel/libcompel.a' is up to date. [2019-09-02T23:19:20.519Z] make[1]: 'compel/compel-host-bin' is up to date. [2019-09-02T23:19:20.519Z] make[1]: Nothing to be done for 'all'. [2019-09-02T23:19:20.519Z] make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-02T23:19:20.519Z] make[2]: Nothing to be done for 'all'. [2019-09-02T23:19:20.519Z] make[2]: Nothing to be done for 'all'. [2019-09-02T23:19:20.519Z] make[2]: Nothing to be done for 'all'. [2019-09-02T23:19:20.519Z] make[2]: Nothing to be done for 'all'. [2019-09-02T23:19:20.519Z] make[2]: Nothing to be done for 'all'. [2019-09-02T23:19:20.519Z] make[2]: Nothing to be done for 'all'. [2019-09-02T23:19:20.519Z] make[2]: Nothing to be done for 'all'. [2019-09-02T23:19:20.519Z] make[2]: Nothing to be done for 'all'. [2019-09-02T23:19:20.519Z] INSTALL criu/criu [2019-09-02T23:19:20.532Z] CC images/eventfd.o [2019-09-02T23:19:20.532Z] CC images/eventpoll.o [2019-09-02T23:19:20.532Z] CC images/fh.o [2019-09-02T23:19:20.532Z] CC images/fsnotify.o [2019-09-02T23:19:18.321Z] > git merge 1a117b8b5c2ea8802a73e4e399fdf09649ae8371 # timeout=10 [2019-09-02T23:19:18.469Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2019-09-02T23:19:18.645Z] > git config core.sparsecheckout # timeout=10 [2019-09-02T23:19:18.688Z] > git checkout -f e6fce00ec83df2f23523b836f647b8f3df97953f [2019-09-02T23:19:20.815Z] CC images/signalfd.o [2019-09-02T23:19:20.815Z] CC images/fs.o [2019-09-02T23:19:21.105Z] CC images/pstree.o [2019-09-02T23:19:21.105Z] CC images/pipe.o [2019-09-02T23:19:21.105Z] CC images/tcp-stream.o [2019-09-02T23:19:21.105Z] CC images/sk-packet.o [2019-09-02T23:19:21.388Z] CC images/mnt.o [2019-09-02T23:19:21.388Z] CC images/pipe-data.o [2019-09-02T23:19:21.388Z] CC images/sa.o [2019-09-02T23:19:21.388Z] CC images/timer.o [2019-09-02T23:19:21.670Z] CC images/timerfd.o [2019-09-02T23:19:21.670Z] CC images/mm.o [2019-09-02T23:19:21.670Z] CC images/sk-opts.o [2019-09-02T23:19:21.830Z] Removing intermediate container b46b9e45fc5c [2019-09-02T23:19:21.830Z] ---> b71e83abbef6 [2019-09-02T23:19:21.830Z] Step 12/126 : FROM base AS registry [2019-09-02T23:19:21.830Z] ---> fbd678108d68 [2019-09-02T23:19:21.830Z] Step 13/126 : ENV REGISTRY_COMMIT_SCHEMA1 ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-02T23:19:21.830Z] ---> Running in 0f372e535ad5 [2019-09-02T23:19:21.830Z] Removing intermediate container 0f372e535ad5 [2019-09-02T23:19:21.830Z] ---> 6106d69383b6 [2019-09-02T23:19:21.830Z] Step 14/126 : ENV REGISTRY_COMMIT 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-02T23:19:21.830Z] ---> Running in 50e21a5c5f19 [2019-09-02T23:19:21.953Z] CC images/sk-unix.o [2019-09-02T23:19:21.953Z] CC images/sk-inet.o [2019-09-02T23:19:21.953Z] CC images/tun.o [2019-09-02T23:19:22.196Z] Removing intermediate container 50e21a5c5f19 [2019-09-02T23:19:22.196Z] ---> 2c6e7ba3fee8 [2019-09-02T23:19:22.196Z] Step 15/126 : RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/docker/distribution.git "$GOPATH/src/github.com/docker/distribution" && (cd "$GOPATH/src/github.com/docker/distribution" && git checkout -q "$REGISTRY_COMMIT") && GOPATH="$GOPATH/src/github.com/docker/distribution/Godeps/_workspace:$GOPATH" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|ppc64*|s390x) (cd "$GOPATH/src/github.com/docker/distribution" && git checkout -q "$REGISTRY_COMMIT_SCHEMA1"); GOPATH="$GOPATH/src/github.com/docker/distribution/Godeps/_workspace:$GOPATH"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac && rm -rf "$GOPATH" [2019-09-02T23:19:22.196Z] ---> Running in e7b89851136f [2019-09-02T23:19:22.236Z] CC images/sk-netlink.o [2019-09-02T23:19:22.236Z] CC images/packet-sock.o [2019-09-02T23:19:22.236Z] CC images/ipc-var.o [2019-09-02T23:19:22.519Z] CC images/ipc-desc.o [2019-09-02T23:19:22.519Z] CC images/ipc-shm.o [2019-09-02T23:19:22.519Z] CC images/ipc-msg.o [2019-09-02T23:19:22.519Z] CC images/ipc-sem.o [2019-09-02T23:19:22.568Z] + mktemp -d [2019-09-02T23:19:22.568Z] + export GOPATH=/tmp/tmp.iwhdPc6LRB [2019-09-02T23:19:22.568Z] + git clone https://github.com/docker/distribution.git /tmp/tmp.iwhdPc6LRB/src/github.com/docker/distribution [2019-09-02T23:19:22.568Z] Cloning into '/tmp/tmp.iwhdPc6LRB/src/github.com/docker/distribution'... [2019-09-02T23:19:22.801Z] CC images/utsns.o [2019-09-02T23:19:22.801Z] CC images/creds.o [2019-09-02T23:19:22.801Z] CC images/vma.o [2019-09-02T23:19:22.801Z] CC images/netdev.o [2019-09-02T23:19:23.083Z] CC images/tty.o [2019-09-02T23:19:23.366Z] CC images/file-lock.o [2019-09-02T23:19:23.366Z] CC images/rlimit.o [2019-09-02T23:19:23.366Z] CC images/pagemap.o [2019-09-02T23:19:23.366Z] CC images/siginfo.o [2019-09-02T23:19:23.649Z] CC images/rpc.o [2019-09-02T23:19:23.857Z] + cd /tmp/tmp.iwhdPc6LRB/src/github.com/docker/distribution [2019-09-02T23:19:23.857Z] + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-02T23:19:23.931Z] CC images/ext-file.o [2019-09-02T23:19:23.931Z] CC images/cgroup.o [2019-09-02T23:19:24.213Z] CC images/userns.o [2019-09-02T23:19:24.236Z] + GOPATH=/tmp/tmp.iwhdPc6LRB/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.iwhdPc6LRB go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-09-02T23:19:24.496Z] CC images/google/protobuf/descriptor.o [2019-09-02T23:19:25.110Z] CC images/opts.o [2019-09-02T23:19:25.110Z] CC images/seccomp.o [2019-09-02T23:19:25.110Z] CC images/binfmt-misc.o [2019-09-02T23:19:25.110Z] CC images/time.o [2019-09-02T23:19:25.393Z] CC images/sysctl.o [2019-09-02T23:19:25.393Z] CC images/autofs.o [2019-09-02T23:19:25.393Z] CC images/macvlan.o [2019-09-02T23:19:25.393Z] CC images/sit.o [2019-09-02T23:19:25.393Z] LINK images/built-in.o [2019-09-02T23:19:25.657Z] Commit message: "TestCase: use `icmd.RunCmd` instead `icmd.StartCmd`" [2019-09-02T23:19:25.677Z] GEN compel/include/asm [2019-09-02T23:19:25.677Z] GEN compel/include/version.h [2019-09-02T23:19:25.677Z] touch .config [2019-09-02T23:19:25.677Z] GEN include/common/config.h [2019-09-02T23:19:25.677Z] GEN compel/plugins/include/uapi/std/syscall-codes.h [2019-09-02T23:19:25.677Z] GEN compel/plugins/include/uapi/std/syscall.h [2019-09-02T23:19:25.677Z] GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2019-09-02T23:19:25.677Z] DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2019-09-02T23:19:25.677Z] DEP compel/arch/ppc64/plugins/std/memcmp.d [2019-09-02T23:19:25.677Z] DEP compel/arch/ppc64/plugins/std/memcpy.d [2019-09-02T23:19:25.677Z] DEP compel/arch/ppc64/plugins/std/parasite-head.d [2019-09-02T23:19:25.677Z] GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2019-09-02T23:19:25.677Z] DEP compel/plugins/std/infect.d [2019-09-02T23:19:25.677Z] DEP compel/plugins/std/string.d [2019-09-02T23:19:25.677Z] DEP compel/plugins/std/log.d [2019-09-02T23:19:25.677Z] DEP compel/plugins/std/fds.d [2019-09-02T23:19:25.677Z] DEP compel/plugins/std/std.d [2019-09-02T23:19:25.959Z] DEP compel/plugins/shmem/shmem.d [2019-09-02T23:19:25.959Z] DEP compel/plugins/fds/fds.d [2019-09-02T23:19:25.959Z] CC compel/plugins/std/std.o [2019-09-02T23:19:25.959Z] CC compel/plugins/std/fds.o [2019-09-02T23:19:26.195Z] fatal: bad object ead69454b4062f17d1f8389642089a002b037213 [2019-09-02T23:19:26.242Z] CC compel/plugins/std/log.o [2019-09-02T23:19:26.524Z] CC compel/plugins/std/string.o [2019-09-02T23:19:26.524Z] CC compel/plugins/std/infect.o [2019-09-02T23:19:26.807Z] CC compel/arch/ppc64/plugins/std/parasite-head.o [2019-09-02T23:19:26.807Z] CC compel/arch/ppc64/plugins/std/memcpy.o [2019-09-02T23:19:26.807Z] CC compel/arch/ppc64/plugins/std/memcmp.o [2019-09-02T23:19:26.807Z] CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2019-09-02T23:19:26.807Z] AR compel/plugins/std.lib.a [2019-09-02T23:19:26.807Z] CC compel/plugins/fds/fds.o [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-09-02T23:19:27.090Z] AR compel/plugins/fds.lib.a [2019-09-02T23:19:27.090Z] HOSTDEP compel/src/lib/log-host.d [2019-09-02T23:19:27.090Z] HOSTDEP compel/src/lib/handle-elf-host.d [2019-09-02T23:19:27.090Z] HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2019-09-02T23:19:27.090Z] HOSTDEP compel/src/main-host.d [2019-09-02T23:19:27.090Z] DEP compel/src/lib/ptrace.d [2019-09-02T23:19:27.090Z] DEP compel/src/lib/infect.d [2019-09-02T23:19:27.380Z] DEP compel/src/lib/infect-util.d [2019-09-02T23:19:27.380Z] DEP compel/src/lib/infect-rpc.d [2019-09-02T23:19:27.380Z] DEP compel/arch/ppc64/src/lib/infect.d [2019-09-02T23:19:27.380Z] DEP compel/arch/ppc64/src/lib/cpu.d [2019-09-02T23:19:27.380Z] DEP compel/src/lib/log.d [2019-09-02T23:19:27.380Z] DEP compel/src/main.d [2019-09-02T23:19:27.662Z] DEP compel/src/lib/handle-elf.d [2019-09-02T23:19:27.662Z] DEP compel/arch/ppc64/src/lib/handle-elf.d [2019-09-02T23:19:27.662Z] CC compel/src/lib/log.o [2019-09-02T23:19:27.662Z] CC compel/arch/ppc64/src/lib/cpu.o [2019-09-02T23:19:27.945Z] CC compel/arch/ppc64/src/lib/infect.o [2019-09-02T23:19:28.228Z] CC compel/src/lib/infect-rpc.o [2019-09-02T23:19:28.228Z] CC compel/src/lib/infect-util.o [2019-09-02T23:19:28.228Z] CC compel/src/lib/infect.o [2019-09-02T23:19:28.806Z] Commit message: "TestCase: use `icmd.RunCmd` instead `icmd.StartCmd`" [2019-09-02T23:19:29.235Z] CC compel/src/lib/ptrace.o [2019-09-02T23:19:29.235Z] AR compel/libcompel.a [2019-09-02T23:19:29.235Z] HOSTCC compel/src/main-host.o [2019-09-02T23:19:29.242Z] fatal: bad object ead69454b4062f17d1f8389642089a002b037213 [2019-09-02T23:19:29.296Z] + docker version [2019-09-02T23:19:29.517Z] HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2019-09-02T23:19:29.517Z] HOSTCC compel/src/lib/handle-elf-host.o [2019-09-02T23:19:29.800Z] HOSTCC compel/src/lib/log-host.o [2019-09-02T23:19:29.800Z] HOSTLINK compel/compel-host-bin [2019-09-02T23:19:29.800Z] DEP soccr/soccr.d [2019-09-02T23:19:29.800Z] CC soccr/soccr.o [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2019-09-02T23:19:30.415Z] AR soccr/libsoccr.a [2019-09-02T23:19:30.415Z] make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-02T23:19:30.415Z] DEP criu/arch/ppc64/sigframe.d [2019-09-02T23:19:30.415Z] DEP criu/arch/ppc64/crtools.d [2019-09-02T23:19:30.697Z] DEP criu/arch/ppc64/cpu.d [2019-09-02T23:19:30.697Z] CC criu/arch/ppc64/cpu.o [2019-09-02T23:19:30.979Z] CC criu/arch/ppc64/crtools.o [2019-09-02T23:19:31.262Z] CC criu/arch/ppc64/sigframe.o [2019-09-02T23:19:31.262Z] LINK criu/arch/ppc64/crtools.built-in.o [2019-09-02T23:19:31.262Z] DEP criu/arch/ppc64/misc.d [2019-09-02T23:19:31.262Z] DEP criu/arch/ppc64/vdso-trampoline.d [2019-09-02T23:19:31.262Z] DEP criu/arch/ppc64/vdso-pie.d [2019-09-02T23:19:31.546Z] DEP criu/pie/parasite-vdso.d [2019-09-02T23:19:31.546Z] DEP criu/pie/util-vdso.d [2019-09-02T23:19:31.546Z] DEP criu/pie/util.d [2019-09-02T23:19:31.546Z] CC criu/pie/util.o [2019-09-02T23:19:31.828Z] CC criu/pie/util-vdso.o [2019-09-02T23:19:31.828Z] CC criu/pie/parasite-vdso.o [2019-09-02T23:19:32.054Z] + docker version [2019-09-02T23:19:32.111Z] CC criu/arch/ppc64/vdso-pie.o [2019-09-02T23:19:32.394Z] CC criu/arch/ppc64/vdso-trampoline.o [2019-09-02T23:19:32.394Z] CC criu/arch/ppc64/misc.o [2019-09-02T23:19:32.394Z] AR criu/pie/pie.lib.a [2019-09-02T23:19:32.394Z] DEP criu/pie/restorer.d [2019-09-02T23:19:32.394Z] DEP criu/arch/ppc64/restorer.d [2019-09-02T23:19:32.677Z] DEP criu/pie/parasite.d [2019-09-02T23:19:32.677Z] CC criu/pie/parasite.o [2019-09-02T23:19:33.292Z] LINK criu/pie/parasite.built-in.o [2019-09-02T23:19:33.292Z] GEN criu/pie/parasite-blob.h [2019-09-02T23:19:33.292Z] CC criu/arch/ppc64/restorer.o [2019-09-02T23:19:33.292Z] CC criu/pie/restorer.o [2019-09-02T23:19:34.310Z] LINK criu/pie/restorer.built-in.o [2019-09-02T23:19:34.310Z] GEN criu/pie/restorer-blob.h [2019-09-02T23:19:34.310Z] DEP criu/vdso.d [2019-09-02T23:19:34.593Z] DEP criu/uts_ns.d [2019-09-02T23:19:34.593Z] DEP criu/util.d [2019-09-02T23:19:34.593Z] DEP criu/uffd.d [2019-09-02T23:19:34.875Z] DEP criu/tun.d [2019-09-02T23:19:34.875Z] DEP criu/tty.d [2019-09-02T23:19:34.875Z] DEP criu/timerfd.d [2019-09-02T23:19:34.875Z] DEP criu/sysfs_parse.d [2019-09-02T23:19:35.158Z] DEP criu/sysctl.d [2019-09-02T23:19:35.158Z] DEP criu/string.d [2019-09-02T23:19:35.158Z] DEP criu/stats.d [2019-09-02T23:19:35.158Z] DEP criu/sockets.d [2019-09-02T23:19:35.158Z] DEP criu/sk-unix.d [2019-09-02T23:19:35.440Z] DEP criu/sk-tcp.d [2019-09-02T23:19:35.440Z] DEP criu/sk-queue.d [2019-09-02T23:19:35.440Z] DEP criu/sk-packet.d [2019-09-02T23:19:35.440Z] DEP criu/sk-netlink.d [2019-09-02T23:19:35.723Z] DEP criu/sk-inet.d [2019-09-02T23:19:35.723Z] DEP criu/signalfd.d [2019-09-02T23:19:35.723Z] DEP criu/sigframe.d [2019-09-02T23:19:35.723Z] DEP criu/shmem.d [2019-09-02T23:19:36.007Z] DEP criu/servicefd.d [2019-09-02T23:19:36.007Z] DEP criu/seize.d [2019-09-02T23:19:36.007Z] DEP criu/seccomp.d [2019-09-02T23:19:36.007Z] DEP criu/rst-malloc.d [2019-09-02T23:19:36.007Z] DEP criu/rbtree.d [2019-09-02T23:19:36.292Z] DEP criu/pstree.d [2019-09-02T23:19:36.292Z] DEP criu/protobuf.d [2019-09-02T23:19:36.292Z] GEN criu/protobuf-desc-gen.h [2019-09-02T23:19:36.575Z] DEP criu/protobuf-desc.d [2019-09-02T23:19:36.858Z] DEP criu/proc_parse.d [2019-09-02T23:19:36.858Z] DEP criu/plugin.d [2019-09-02T23:19:36.858Z] DEP criu/pipes.d [2019-09-02T23:19:36.858Z] DEP criu/pie-util.d [2019-09-02T23:19:36.858Z] DEP criu/pie-util-vdso.d [2019-09-02T23:19:37.141Z] DEP criu/pie-util-vdso-elf32.d [2019-09-02T23:19:37.141Z] DEP criu/path.d [2019-09-02T23:19:37.141Z] DEP criu/parasite-syscall.d [2019-09-02T23:19:37.141Z] DEP criu/pagemap.d [2019-09-02T23:19:37.424Z] DEP criu/pagemap-cache.d [2019-09-02T23:19:37.424Z] DEP criu/page-xfer.d [2019-09-02T23:19:37.424Z] DEP criu/page-pipe.d [2019-09-02T23:19:37.424Z] DEP criu/netfilter.d [2019-09-02T23:19:37.424Z] DEP criu/net.d [2019-09-02T23:19:37.706Z] DEP criu/namespaces.d [2019-09-02T23:19:37.706Z] DEP criu/mount.d [2019-09-02T23:19:37.706Z] DEP criu/mem.d [2019-09-02T23:19:37.989Z] DEP criu/lsm.d [2019-09-02T23:19:37.989Z] DEP criu/log.d [2019-09-02T23:19:37.989Z] DEP criu/libnetlink.d [2019-09-02T23:19:37.989Z] DEP criu/kerndat.d [2019-09-02T23:19:38.279Z] DEP criu/kcmp-ids.d [2019-09-02T23:19:38.279Z] DEP criu/irmap.d [2019-09-02T23:19:38.279Z] DEP criu/ipc_ns.d [2019-09-02T23:19:38.279Z] DEP criu/image.d [2019-09-02T23:19:38.279Z] DEP criu/image-desc.d [2019-09-02T23:19:38.561Z] DEP criu/fsnotify.d [2019-09-02T23:19:38.561Z] DEP criu/filesystems.d [2019-09-02T23:19:38.561Z] DEP criu/files.d [2019-09-02T23:19:38.561Z] DEP criu/files-reg.d [2019-09-02T23:19:38.844Z] DEP criu/files-ext.d [2019-09-02T23:19:38.844Z] DEP criu/file-lock.d [2019-09-02T23:19:38.844Z] DEP criu/file-ids.d [2019-09-02T23:19:38.844Z] DEP criu/fifo.d [2019-09-02T23:19:39.127Z] DEP criu/fdstore.d [2019-09-02T23:19:39.127Z] DEP criu/fault-injection.d [2019-09-02T23:19:39.127Z] DEP criu/external.d [2019-09-02T23:19:39.127Z] DEP criu/eventpoll.d [2019-09-02T23:19:39.127Z] DEP criu/eventfd.d [2019-09-02T23:19:39.127Z] DEP criu/crtools.d [2019-09-02T23:19:39.410Z] DEP criu/cr-service.d [2019-09-02T23:19:39.410Z] DEP criu/cr-restore.d [2019-09-02T23:19:39.410Z] DEP criu/cr-errno.d [2019-09-02T23:19:39.410Z] DEP criu/cr-dump.d [2019-09-02T23:19:39.692Z] DEP criu/cr-dedup.d [2019-09-02T23:19:39.692Z] DEP criu/cr-check.d [2019-09-02T23:19:39.692Z] DEP criu/config.d [2019-09-02T23:19:39.978Z] DEP criu/clone-noasan.d [2019-09-02T23:19:39.978Z] DEP criu/cgroup.d [2019-09-02T23:19:39.978Z] DEP criu/cgroup-props.d [2019-09-02T23:19:39.978Z] DEP criu/bitmap.d [2019-09-02T23:19:39.978Z] DEP criu/bfd.d [2019-09-02T23:19:39.978Z] DEP criu/autofs.d [2019-09-02T23:19:40.267Z] DEP criu/aio.d [2019-09-02T23:19:40.267Z] DEP criu/action-scripts.d [2019-09-02T23:19:40.267Z] CC criu/action-scripts.o [2019-09-02T23:19:40.549Z] CC criu/aio.o [2019-09-02T23:19:40.832Z] CC criu/autofs.o [2019-09-02T23:19:41.447Z] CC criu/bfd.o [2019-09-02T23:19:41.682Z] Client: Docker Engine - Enterprise [2019-09-02T23:19:41.682Z] Version: 19.03.2-tp2 [2019-09-02T23:19:41.682Z] API version: 1.40 [2019-09-02T23:19:41.682Z] Go version: go1.12.8 [2019-09-02T23:19:41.682Z] Git commit: 49fe2072d9 [2019-09-02T23:19:41.682Z] Built: 08/16/2019 19:26:08 [2019-09-02T23:19:41.682Z] OS/Arch: windows/amd64 [2019-09-02T23:19:41.682Z] Experimental: false [2019-09-02T23:19:41.682Z] [2019-09-02T23:19:41.682Z] Server: Docker Engine - Enterprise [2019-09-02T23:19:41.682Z] Engine: [2019-09-02T23:19:41.682Z] Version: 19.03.2-tp2 [2019-09-02T23:19:41.682Z] API version: 1.40 (minimum version 1.24) [2019-09-02T23:19:41.682Z] Go version: go1.12.8 [2019-09-02T23:19:41.682Z] Git commit: 49fe2072d9 [2019-09-02T23:19:41.682Z] Built: 08/16/2019 19:23:48 [2019-09-02T23:19:41.682Z] OS/Arch: windows/amd64 [2019-09-02T23:19:41.682Z] Experimental: true [2019-09-02T23:19:41.730Z] CC criu/bitmap.o [2019-09-02T23:19:41.730Z] CC criu/cgroup-props.o [Pipeline] sh [2019-09-02T23:19:42.351Z] CC criu/cgroup.o [2019-09-02T23:19:43.202Z] + docker info [2019-09-02T23:19:43.857Z] CC criu/clone-noasan.o [2019-09-02T23:19:43.857Z] CC criu/config.o [2019-09-02T23:19:44.388Z] + dpkg --print-architecture [2019-09-02T23:19:44.388Z] + cd /tmp/tmp.iwhdPc6LRB/src/github.com/docker/distribution [2019-09-02T23:19:44.388Z] + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-02T23:19:44.388Z] + GOPATH=/tmp/tmp.iwhdPc6LRB/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.iwhdPc6LRB [2019-09-02T23:19:44.388Z] + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-09-02T23:19:44.473Z] CC criu/cr-check.o [2019-09-02T23:19:45.088Z] CC criu/cr-dedup.o [2019-09-02T23:19:45.371Z] CC criu/cr-dump.o [2019-09-02T23:19:46.379Z] CC criu/cr-errno.o [2019-09-02T23:19:46.379Z] CC criu/cr-restore.o [2019-09-02T23:19:48.494Z] + rm -rf /tmp/tmp.iwhdPc6LRB/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.iwhdPc6LRB [2019-09-02T23:19:49.060Z] CC criu/cr-service.o [2019-09-02T23:19:49.674Z] CC criu/crtools.o [2019-09-02T23:19:49.957Z] CC criu/eventfd.o [2019-09-02T23:19:50.239Z] CC criu/eventpoll.o [2019-09-02T23:19:50.374Z] Removing intermediate container e7b89851136f [2019-09-02T23:19:50.374Z] ---> 781df7eb9eba [2019-09-02T23:19:50.374Z] Step 16/126 : FROM base AS swagger [2019-09-02T23:19:50.374Z] ---> fbd678108d68 [2019-09-02T23:19:50.374Z] Step 17/126 : ENV GO_SWAGGER_COMMIT c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-02T23:19:50.374Z] ---> Running in f8a022995fdc [2019-09-02T23:19:50.374Z] Removing intermediate container f8a022995fdc [2019-09-02T23:19:50.374Z] ---> 70b12d4afcc3 [2019-09-02T23:19:50.374Z] Step 18/126 : RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/go-swagger/go-swagger.git "$GOPATH/src/github.com/go-swagger/go-swagger" && (cd "$GOPATH/src/github.com/go-swagger/go-swagger" && git checkout -q "$GO_SWAGGER_COMMIT") && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger && rm -rf "$GOPATH" [2019-09-02T23:19:50.374Z] ---> Running in 9b90bfbf67c4 [2019-09-02T23:19:50.777Z] + mktemp -d [2019-09-02T23:19:50.777Z] + export GOPATH=/tmp/tmp.H0JBYqsEm5 [2019-09-02T23:19:50.777Z] + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.H0JBYqsEm5/src/github.com/go-swagger/go-swagger [2019-09-02T23:19:50.777Z] Cloning into '/tmp/tmp.H0JBYqsEm5/src/github.com/go-swagger/go-swagger'... [2019-09-02T23:19:50.854Z] CC criu/external.o [2019-09-02T23:19:50.855Z] CC criu/fault-injection.o [2019-09-02T23:19:50.855Z] CC criu/fdstore.o [2019-09-02T23:19:51.137Z] CC criu/fifo.o [2019-09-02T23:19:51.420Z] CC criu/file-ids.o [2019-09-02T23:19:51.420Z] CC criu/file-lock.o [2019-09-02T23:19:52.034Z] CC criu/files-ext.o [2019-09-02T23:19:52.034Z] CC criu/files-reg.o [2019-09-02T23:19:52.925Z] Congratulations! "./pkg/..." is safely isolated from internal code. [2019-09-02T23:19:52.925Z] No api/types/ or api/swagger.yaml changes in diff. [2019-09-02T23:19:52.925Z] Congratulations! No testing.T found. [2019-09-02T23:19:52.925Z] Congratulations! All toml source files changed here have valid syntax. [2019-09-02T23:19:52.925Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2019-09-02T23:19:52.925Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2019-09-02T23:19:52.925Z] Congratulations! No new tests added to integration-cli. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2019-09-02T23:19:53.234Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39853/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e6fce00ec83df2f23523b836f647b8f3df97953f -e DOCKER_GRAPHDRIVER docker:e6fce00ec83df2f23523b836f647b8f3df97953f hack/make.sh dynbinary-daemon test-docker-py [2019-09-02T23:19:53.507Z] CC criu/files.o [2019-09-02T23:19:53.766Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-09-02T23:19:53.767Z] [2019-09-02T23:19:53.767Z] [2019-09-02T23:19:53.767Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-02T23:19:53.767Z] Skipping integration tests since TESTFLAGS includes integration-cli only flags [2019-09-02T23:19:53.767Z] [2019-09-02T23:19:53.767Z] [2019-09-02T23:19:53.767Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-02T23:19:53.767Z] Skipping integration tests since TESTFLAGS includes integration-cli only flags [2019-09-02T23:19:53.767Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2019-09-02T23:19:53.767Z] No new tests added to integration. [2019-09-02T23:19:53.767Z] [2019-09-02T23:19:53.767Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-02T23:19:53.767Z] PKG_CONFIG=pkg-config [2019-09-02T23:19:53.767Z] GOLANG_VERSION=1.12.9 [2019-09-02T23:19:53.767Z] HOSTNAME=7ba5b466b5cc [2019-09-02T23:19:53.767Z] KEEPBUNDLE=1 [2019-09-02T23:19:53.767Z] DOCKER_INTEGRATION_DAEMON_DEST=/go/src/github.com/docker/docker/bundles/test-integration/2 [2019-09-02T23:19:53.767Z] container=docker [2019-09-02T23:19:53.767Z] TEST_SKIP_INTEGRATION=1 [2019-09-02T23:19:53.767Z] GOMETALINTER_OPTS=--deadline=2m [2019-09-02T23:19:53.767Z] GOPATH=/go [2019-09-02T23:19:53.767Z] PWD=/go/src/github.com/docker/docker [2019-09-02T23:19:53.767Z] HOME=/root [2019-09-02T23:19:53.767Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-02T23:19:53.767Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-02T23:19:53.767Z] DOCKER_GITCOMMIT=e6fce00ec83df2f23523b836f647b8f3df97953f [2019-09-02T23:19:53.767Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-02T23:19:53.767Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-02T23:19:53.767Z] TEST_INTEGRATION_DEST=2 [2019-09-02T23:19:53.767Z] TERM=xterm [2019-09-02T23:19:53.767Z] DEST=/go/src/github.com/docker/docker/bundles/test-integration/2 [2019-09-02T23:19:53.767Z] SHLVL=1 [2019-09-02T23:19:53.767Z] TIMEOUT=120m [2019-09-02T23:19:53.767Z] TESTFLAGS=-check.f ^(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite) [2019-09-02T23:19:53.767Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-02T23:19:53.767Z] DOCKER_PKG=github.com/docker/docker [2019-09-02T23:19:53.767Z] _=/usr/bin/env [2019-09-02T23:19:53.767Z] Building test suite binary ./integration-cli/test.main [2019-09-02T23:19:53.767Z] PKG_CONFIG=pkg-config [2019-09-02T23:19:53.767Z] GOLANG_VERSION=1.12.9 [2019-09-02T23:19:53.767Z] HOSTNAME=f3531bb190a2 [2019-09-02T23:19:53.767Z] KEEPBUNDLE=1 [2019-09-02T23:19:53.767Z] DOCKER_INTEGRATION_DAEMON_DEST=/go/src/github.com/docker/docker/bundles/test-integration/3 [2019-09-02T23:19:53.767Z] container=docker [2019-09-02T23:19:53.767Z] TEST_SKIP_INTEGRATION=1 [2019-09-02T23:19:53.767Z] GOMETALINTER_OPTS=--deadline=2m [2019-09-02T23:19:53.767Z] GOPATH=/go [2019-09-02T23:19:53.767Z] PWD=/go/src/github.com/docker/docker [2019-09-02T23:19:53.767Z] HOME=/root [2019-09-02T23:19:53.767Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-02T23:19:53.767Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-02T23:19:53.767Z] DOCKER_GITCOMMIT=e6fce00ec83df2f23523b836f647b8f3df97953f [2019-09-02T23:19:53.767Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-02T23:19:53.767Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-02T23:19:53.767Z] TEST_INTEGRATION_DEST=3 [2019-09-02T23:19:53.767Z] TERM=xterm [2019-09-02T23:19:53.767Z] DEST=/go/src/github.com/docker/docker/bundles/test-integration/3 [2019-09-02T23:19:53.767Z] SHLVL=1 [2019-09-02T23:19:53.767Z] TIMEOUT=120m [2019-09-02T23:19:53.767Z] TESTFLAGS=-check.f ^(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite) [2019-09-02T23:19:53.767Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-02T23:19:53.767Z] DOCKER_PKG=github.com/docker/docker [2019-09-02T23:19:53.767Z] _=/usr/bin/env [2019-09-02T23:19:53.767Z] Building test suite binary ./integration-cli/test.main [2019-09-02T23:19:53.767Z] PKG_CONFIG=pkg-config [2019-09-02T23:19:53.767Z] GOLANG_VERSION=1.12.9 [2019-09-02T23:19:53.767Z] HOSTNAME=cd1e28c33e1c [2019-09-02T23:19:53.767Z] KEEPBUNDLE=1 [2019-09-02T23:19:53.767Z] DOCKER_INTEGRATION_DAEMON_DEST=/go/src/github.com/docker/docker/bundles/test-integration/1 [2019-09-02T23:19:53.767Z] container=docker [2019-09-02T23:19:53.767Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-09-02T23:19:53.767Z] GOMETALINTER_OPTS=--deadline=2m [2019-09-02T23:19:53.767Z] GOPATH=/go [2019-09-02T23:19:53.767Z] PWD=/go/src/github.com/docker/docker [2019-09-02T23:19:53.767Z] HOME=/root [2019-09-02T23:19:53.767Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-02T23:19:53.767Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-02T23:19:53.767Z] DOCKER_GITCOMMIT=e6fce00ec83df2f23523b836f647b8f3df97953f [2019-09-02T23:19:53.767Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-02T23:19:53.767Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-02T23:19:53.767Z] TEST_INTEGRATION_DEST=1 [2019-09-02T23:19:53.767Z] TERM=xterm [2019-09-02T23:19:53.767Z] DEST=/go/src/github.com/docker/docker/bundles/test-integration/1 [2019-09-02T23:19:53.767Z] SHLVL=1 [2019-09-02T23:19:53.767Z] TIMEOUT=120m [2019-09-02T23:19:53.767Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-02T23:19:53.767Z] DOCKER_PKG=github.com/docker/docker [2019-09-02T23:19:53.767Z] _=/usr/bin/env [2019-09-02T23:19:53.767Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-09-02T23:19:53.794Z] [2019-09-02T23:19:54.022Z] + cd /tmp/tmp.H0JBYqsEm5/src/github.com/go-swagger/go-swagger [2019-09-02T23:19:54.022Z] + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-02T23:19:54.022Z] + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-09-02T23:19:54.049Z] Removing bundles/ [2019-09-02T23:19:54.049Z] [2019-09-02T23:19:54.049Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2019-09-02T23:19:54.049Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-09-02T23:19:54.049Z] GOOS="" GOARCH="" GOARM="" [2019-09-02T23:19:54.518Z] CC criu/filesystems.o [2019-09-02T23:19:54.807Z] CC criu/fsnotify.o [2019-09-02T23:19:55.422Z] CC criu/image-desc.o [2019-09-02T23:19:55.422Z] CC criu/image.o [2019-09-02T23:19:56.037Z] CC criu/ipc_ns.o [2019-09-02T23:19:56.650Z] CC criu/irmap.o [2019-09-02T23:19:56.933Z] CC criu/kcmp-ids.o [2019-09-02T23:19:56.933Z] CC criu/kerndat.o [2019-09-02T23:19:57.941Z] CC criu/libnetlink.o [2019-09-02T23:19:57.941Z] CC criu/log.o [2019-09-02T23:19:58.224Z] CC criu/lsm.o [2019-09-02T23:19:58.507Z] CC criu/mem.o [2019-09-02T23:19:59.516Z] CC criu/mount.o [2019-09-02T23:20:01.582Z] CC criu/namespaces.o [2019-09-02T23:20:02.040Z] Client: Docker Engine - Enterprise [2019-09-02T23:20:02.040Z] Version: 19.03.2-tp2 [2019-09-02T23:20:02.040Z] API version: 1.40 [2019-09-02T23:20:02.040Z] Go version: go1.12.8 [2019-09-02T23:20:02.040Z] Git commit: 49fe2072d9 [2019-09-02T23:20:02.040Z] Built: 08/16/2019 19:26:08 [2019-09-02T23:20:02.040Z] OS/Arch: windows/amd64 [2019-09-02T23:20:02.040Z] Experimental: false [2019-09-02T23:20:02.040Z] [2019-09-02T23:20:02.040Z] Server: Docker Engine - Enterprise [2019-09-02T23:20:02.040Z] Engine: [2019-09-02T23:20:02.040Z] Version: 19.03.2-tp2 [2019-09-02T23:20:02.040Z] API version: 1.40 (minimum version 1.24) [2019-09-02T23:20:02.040Z] Go version: go1.12.8 [2019-09-02T23:20:02.040Z] Git commit: 49fe2072d9 [2019-09-02T23:20:02.040Z] Built: 08/16/2019 19:23:48 [2019-09-02T23:20:02.040Z] OS/Arch: windows/amd64 [2019-09-02T23:20:02.040Z] Experimental: true [Pipeline] sh [2019-09-02T23:20:03.066Z] CC criu/net.o [2019-09-02T23:20:03.587Z] + docker info [2019-09-02T23:20:05.091Z] CC criu/netfilter.o [2019-09-02T23:20:05.091Z] CC criu/page-pipe.o [2019-09-02T23:20:05.374Z] CC criu/page-xfer.o [2019-09-02T23:20:05.629Z] + rm -rf /tmp/tmp.H0JBYqsEm5 [2019-09-02T23:20:05.629Z] Removing intermediate container 9b90bfbf67c4 [2019-09-02T23:20:05.629Z] ---> ae7238decd51 [2019-09-02T23:20:05.629Z] Step 19/126 : FROM base AS frozen-images [2019-09-02T23:20:05.629Z] ---> fbd678108d68 [2019-09-02T23:20:05.629Z] Step 20/126 : ARG DEBIAN_FRONTEND [2019-09-02T23:20:05.629Z] ---> Using cache [2019-09-02T23:20:05.629Z] ---> a85f3fe4bf7b [2019-09-02T23:20:05.629Z] Step 21/126 : RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates jq && rm -rf /var/lib/apt/lists/* [2019-09-02T23:20:05.629Z] ---> Running in cfd6fed6058d [2019-09-02T23:20:05.629Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-02T23:20:05.630Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-02T23:20:05.630Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-02T23:20:05.630Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-02T23:20:05.630Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B] [2019-09-02T23:20:06.037Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [486 kB] [2019-09-02T23:20:06.037Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-02T23:20:06.037Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-02T23:20:06.381Z] CC criu/pagemap-cache.o [2019-09-02T23:20:06.381Z] CC criu/pagemap.o [2019-09-02T23:20:06.996Z] CC criu/parasite-syscall.o [2019-09-02T23:20:07.335Z] Fetched 7671 kB in 1s (4214 kB/s) [2019-09-02T23:20:07.611Z] CC criu/path.o [2019-09-02T23:20:07.611Z] CC criu/pie-util-vdso-elf32.o [2019-09-02T23:20:07.786Z] Reading package lists... [2019-09-02T23:20:07.895Z] CC criu/pie-util-vdso.o [2019-09-02T23:20:08.177Z] CC criu/pie-util.o [2019-09-02T23:20:08.460Z] CC criu/pipes.o [2019-09-02T23:20:08.624Z] Reading package lists... [2019-09-02T23:20:08.624Z] Building dependency tree... [2019-09-02T23:20:08.624Z] Reading state information... [2019-09-02T23:20:08.624Z] ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-09-02T23:20:08.624Z] The following additional packages will be installed: [2019-09-02T23:20:08.624Z] libjq1 libonig4 [2019-09-02T23:20:08.624Z] The following NEW packages will be installed: [2019-09-02T23:20:08.624Z] jq libjq1 libonig4 [2019-09-02T23:20:08.624Z] 0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded. [2019-09-02T23:20:08.624Z] Need to get 328 kB of archives. [2019-09-02T23:20:08.624Z] After this operation, 1263 kB of additional disk space will be used. [2019-09-02T23:20:08.624Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libonig4 s390x 6.1.3-2 [142 kB] [2019-09-02T23:20:08.624Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjq1 s390x 1.5+dfsg-1.3 [126 kB] [2019-09-02T23:20:08.624Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x jq s390x 1.5+dfsg-1.3 [59.2 kB] [2019-09-02T23:20:08.755Z] CC criu/plugin.o [2019-09-02T23:20:09.008Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-02T23:20:09.008Z] Fetched 328 kB in 0s (3960 kB/s) [2019-09-02T23:20:09.008Z] Selecting previously unselected package libonig4:s390x. [2019-09-02T23:20:09.008Z] (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-02T23:20:09.008Z] Preparing to unpack .../libonig4_6.1.3-2_s390x.deb ... [2019-09-02T23:20:09.008Z] Unpacking libonig4:s390x (6.1.3-2) ... [2019-09-02T23:20:09.008Z] Selecting previously unselected package libjq1:s390x. [2019-09-02T23:20:09.008Z] Preparing to unpack .../libjq1_1.5+dfsg-1.3_s390x.deb ... [2019-09-02T23:20:09.008Z] Unpacking libjq1:s390x (1.5+dfsg-1.3) ... [2019-09-02T23:20:09.008Z] Selecting previously unselected package jq. [2019-09-02T23:20:09.008Z] Preparing to unpack .../jq_1.5+dfsg-1.3_s390x.deb ... [2019-09-02T23:20:09.008Z] Unpacking jq (1.5+dfsg-1.3) ... [2019-09-02T23:20:09.008Z] Setting up libonig4:s390x (6.1.3-2) ... [2019-09-02T23:20:09.008Z] Setting up libjq1:s390x (1.5+dfsg-1.3) ... [2019-09-02T23:20:09.008Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-02T23:20:09.008Z] Setting up jq (1.5+dfsg-1.3) ... [2019-09-02T23:20:09.046Z] CC criu/proc_parse.o [2019-09-02T23:20:09.791Z] Removing intermediate container cfd6fed6058d [2019-09-02T23:20:09.791Z] ---> 12b0caa934bd [2019-09-02T23:20:09.791Z] Step 22/126 : COPY contrib/download-frozen-image-v2.sh / [2019-09-02T23:20:09.791Z] ---> 9d678f9cdf08 [2019-09-02T23:20:09.791Z] Step 23/126 : RUN /download-frozen-image-v2.sh /build buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251 busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0 busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6 debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60 hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c [2019-09-02T23:20:09.791Z] ---> Running in 34f1910f42e6 [2019-09-02T23:20:11.055Z] Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-09-02T23:20:11.055Z]  [2019-09-02T23:20:11.068Z] CC criu/protobuf-desc.o [2019-09-02T23:20:11.351Z] CC criu/protobuf.o [2019-09-02T23:20:11.635Z] CC criu/pstree.o [2019-09-02T23:20:12.251Z] CC criu/rbtree.o [2019-09-02T23:20:12.281Z]  ######  8.4% ################ 22.7% ########################## 37.3% ###################################  49.8% ############################################## 64.4% ########################################################  79.1% ################################################################# 91.6% ######################################################################## 100.0% [2019-09-02T23:20:12.281Z]  [2019-09-02T23:20:12.534Z] CC criu/rst-malloc.o [2019-09-02T23:20:12.816Z] CC criu/seccomp.o [2019-09-02T23:20:13.099Z] CC criu/seize.o [2019-09-02T23:20:13.714Z] CC criu/servicefd.o [2019-09-02T23:20:13.996Z] CC criu/shmem.o [2019-09-02T23:20:14.611Z] CC criu/sigframe.o [2019-09-02T23:20:14.894Z] CC criu/signalfd.o [2019-09-02T23:20:14.894Z] CC criu/sk-inet.o [2019-09-02T23:20:15.510Z] CC criu/sk-netlink.o [2019-09-02T23:20:15.612Z]  0.2% # 2.7% ###  5.4% ####### 10.8% ############ 17.6% ##################  25.6% ###################### 31.0% #########################  34.9% ###########################  37.7% ##############################  41.7% ###############################  43.1% #################################  47.1% #####################################  52.5% #########################################    57.9% ########################################## 59.2% ############################################## 64.6% ################################################ 67.3% ################################################# 68.7% ###################################################### 75.4% ############################################################ 83.5% ############################################################## 86.2% ################################################################ 90.1% ###################################################################      94.2% ####################################################################### 99.6% ######################################################################## 100.0% [2019-09-02T23:20:15.612Z]  [2019-09-02T23:20:15.804Z] CC criu/sk-packet.o [2019-09-02T23:20:16.386Z]  ##### 7.3% ##############                                          20.2% ###########################        37.9% ###################################### 53.1% #################################################  68.3% ############################################################## 86.2% ######################################################################## 100.0% [2019-09-02T23:20:16.421Z] CC criu/sk-queue.o [2019-09-02T23:20:16.704Z] CC criu/sk-tcp.o [2019-09-02T23:20:16.832Z]  [2019-09-02T23:20:16.987Z] CC criu/sk-unix.o [2019-09-02T23:20:18.404Z]  ###  4.2% ####### 10.8% ############  17.4% #################  24.0% ######################  30.6% ########################## 37.3% ############################### 43.9% ####################################  50.5% #########################################  57.1% #############################################   63.7% ################################################## 70.4% ####################################################### 77.0% ############################################################ 83.6% ################################################################ 90.2% ##################################################################### 96.8% ######################################################################## 100.0% [2019-09-02T23:20:18.404Z]  [2019-09-02T23:20:18.461Z] CC criu/sockets.o [2019-09-02T23:20:19.076Z] CC criu/stats.o [2019-09-02T23:20:19.185Z] Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-09-02T23:20:19.185Z]  [2019-09-02T23:20:19.185Z]  ######################################################################## 100.0% [2019-09-02T23:20:19.185Z]  [2019-09-02T23:20:19.359Z] CC criu/string.o [2019-09-02T23:20:19.360Z] CC criu/sysctl.o [2019-09-02T23:20:19.643Z] CC criu/sysfs_parse.o [2019-09-02T23:20:19.925Z] CC criu/timerfd.o [2019-09-02T23:20:19.980Z] Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-09-02T23:20:19.980Z]  [2019-09-02T23:20:20.208Z] CC criu/tty.o [2019-09-02T23:20:20.358Z]  ######################################################################## 100.0% [2019-09-02T23:20:20.358Z]  [2019-09-02T23:20:20.722Z] Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-09-02T23:20:20.722Z] skipping existing b63cc5f62c21 [2019-09-02T23:20:20.722Z] [2019-09-02T23:20:21.620Z] Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-09-02T23:20:21.620Z]  [2019-09-02T23:20:21.620Z]  ######################################################################## 100.0% [2019-09-02T23:20:21.678Z] CC criu/tun.o [2019-09-02T23:20:21.962Z] CC criu/uffd.o [2019-09-02T23:20:21.984Z]  [2019-09-02T23:20:21.984Z] Download of images into '/build' complete. [2019-09-02T23:20:21.984Z] Use something like the following to load the result into a Docker daemon: [2019-09-02T23:20:21.984Z] tar -cC '/build' . | docker load [2019-09-02T23:20:22.976Z] CC criu/util.o [2019-09-02T23:20:23.280Z] Removing intermediate container 34f1910f42e6 [2019-09-02T23:20:23.280Z] ---> 7dc0f31293c8 [2019-09-02T23:20:23.280Z] Step 24/126 : FROM base AS cross-false [2019-09-02T23:20:23.280Z] ---> fbd678108d68 [2019-09-02T23:20:23.280Z] Step 25/126 : FROM base AS cross-true [2019-09-02T23:20:23.280Z] ---> fbd678108d68 [2019-09-02T23:20:23.280Z] Step 26/126 : ARG DEBIAN_FRONTEND [2019-09-02T23:20:23.280Z] ---> Using cache [2019-09-02T23:20:23.280Z] ---> a85f3fe4bf7b [2019-09-02T23:20:23.280Z] Step 27/126 : RUN dpkg --add-architecture armhf [2019-09-02T23:20:23.280Z] ---> Running in 6f7ede146fc8 [2019-09-02T23:20:23.984Z] CC criu/uts_ns.o [2019-09-02T23:20:23.984Z] CC criu/vdso.o [2019-09-02T23:20:24.548Z] Removing intermediate container 6f7ede146fc8 [2019-09-02T23:20:24.548Z] ---> dfe6cb6cf704 [2019-09-02T23:20:24.548Z] Step 28/126 : RUN dpkg --add-architecture arm64 [2019-09-02T23:20:24.548Z] ---> Running in 80dc8bfb0bb0 [2019-09-02T23:20:24.600Z] LINK criu/built-in.o [2019-09-02T23:20:24.600Z] LINK criu/criu [2019-09-02T23:20:24.882Z] DEP lib/c/criu.d [2019-09-02T23:20:24.882Z] CC images/rpc.pb-c.o [2019-09-02T23:20:25.323Z] Removing intermediate container 80dc8bfb0bb0 [2019-09-02T23:20:25.323Z] ---> 16e510684f19 [2019-09-02T23:20:25.323Z] Step 29/126 : RUN dpkg --add-architecture armel [2019-09-02T23:20:25.323Z] ---> Running in dc51d2581656 [2019-09-02T23:20:25.498Z] CC lib/c/criu.o [2019-09-02T23:20:26.333Z] Removing intermediate container dc51d2581656 [2019-09-02T23:20:26.334Z] ---> 6af43574d73d [2019-09-02T23:20:26.334Z] Step 30/126 : RUN if [ "$(go env GOHOSTARCH)" = "amd64" ]; then apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-armhf crossbuild-essential-arm64 crossbuild-essential-armel && rm -rf /var/lib/apt/lists/*; fi [2019-09-02T23:20:26.334Z] ---> Running in 29eb48a0da25 [2019-09-02T23:20:26.505Z] LINK lib/c/built-in.o [2019-09-02T23:20:26.505Z] LINK lib/c/libcriu.so [2019-09-02T23:20:26.505Z] GEN magic.py [2019-09-02T23:20:26.505Z] Note: Building without setproctitle() and strlcpy() support. [2019-09-02T23:20:26.505Z] To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2019-09-02T23:20:26.789Z] fatal: Not a git repository (or any of the parent directories): .git [2019-09-02T23:20:27.074Z] make[1]: Nothing to be done for 'all'. [2019-09-02T23:20:27.118Z] Removing intermediate container 29eb48a0da25 [2019-09-02T23:20:27.118Z] ---> 6558e82413d3 [2019-09-02T23:20:27.118Z] Step 31/126 : FROM cross-${CROSS} as dev-base [2019-09-02T23:20:27.118Z] ---> fbd678108d68 [2019-09-02T23:20:27.118Z] Step 32/126 : FROM dev-base AS runtime-dev-cross-false [2019-09-02T23:20:27.118Z] ---> fbd678108d68 [2019-09-02T23:20:27.118Z] Step 33/126 : ARG DEBIAN_FRONTEND [2019-09-02T23:20:27.118Z] ---> Using cache [2019-09-02T23:20:27.118Z] ---> a85f3fe4bf7b [2019-09-02T23:20:27.118Z] Step 34/126 : RUN apt-get update && apt-get install -y --no-install-recommends libapparmor-dev libseccomp-dev && rm -rf /var/lib/apt/lists/* [2019-09-02T23:20:27.118Z] ---> Running in 310cc20c2936 [2019-09-02T23:20:27.359Z] make[1]: 'images/built-in.o' is up to date. [2019-09-02T23:20:27.359Z] make[1]: 'compel/plugins/std.lib.a' is up to date. [2019-09-02T23:20:27.359Z] make[1]: 'compel/plugins/fds.lib.a' is up to date. [2019-09-02T23:20:27.359Z] make[1]: 'compel/libcompel.a' is up to date. [2019-09-02T23:20:27.359Z] make[1]: 'compel/compel-host-bin' is up to date. [2019-09-02T23:20:27.359Z] make[1]: Nothing to be done for 'all'. [2019-09-02T23:20:27.359Z] make[1]: 'soccr/libsoccr.a' is up to date. [2019-09-02T23:20:27.359Z] make[2]: Nothing to be done for 'all'. [2019-09-02T23:20:27.359Z] make[2]: Nothing to be done for 'all'. [2019-09-02T23:20:27.359Z] make[2]: Nothing to be done for 'all'. [2019-09-02T23:20:27.496Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-02T23:20:27.496Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-02T23:20:27.496Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-02T23:20:27.496Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-02T23:20:27.643Z] make[2]: Nothing to be done for 'all'. [2019-09-02T23:20:27.643Z] make[2]: Nothing to be done for 'all'. [2019-09-02T23:20:27.643Z] make[2]: Nothing to be done for 'all'. [2019-09-02T23:20:27.643Z] make[2]: Nothing to be done for 'all'. [2019-09-02T23:20:27.643Z] make[2]: Nothing to be done for 'all'. [2019-09-02T23:20:27.643Z] INSTALL criu/criu [2019-09-02T23:20:27.860Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B] [2019-09-02T23:20:27.860Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [486 kB] [2019-09-02T23:20:27.860Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-02T23:20:27.860Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-02T23:20:29.122Z] Removing intermediate container 9fa49f89cb5e [2019-09-02T23:20:29.123Z] ---> 7dbe488e3221 [2019-09-02T23:20:29.123Z] Step 12/126 : FROM base AS registry [2019-09-02T23:20:29.123Z] ---> 3892d6f295ce [2019-09-02T23:20:29.123Z] Step 13/126 : ENV REGISTRY_COMMIT_SCHEMA1 ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-02T23:20:29.123Z] ---> Running in d88a1a9a09c4 [2019-09-02T23:20:29.414Z] Removing intermediate container d88a1a9a09c4 [2019-09-02T23:20:29.414Z] ---> e27257420b80 [2019-09-02T23:20:29.414Z] Step 14/126 : ENV REGISTRY_COMMIT 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-02T23:20:29.414Z] ---> Running in 8b4b04ecfed7 [2019-09-02T23:20:29.414Z] Removing intermediate container 8b4b04ecfed7 [2019-09-02T23:20:29.414Z] ---> 72feb54c220d [2019-09-02T23:20:29.414Z] Step 15/126 : RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/docker/distribution.git "$GOPATH/src/github.com/docker/distribution" && (cd "$GOPATH/src/github.com/docker/distribution" && git checkout -q "$REGISTRY_COMMIT") && GOPATH="$GOPATH/src/github.com/docker/distribution/Godeps/_workspace:$GOPATH" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|ppc64*|s390x) (cd "$GOPATH/src/github.com/docker/distribution" && git checkout -q "$REGISTRY_COMMIT_SCHEMA1"); GOPATH="$GOPATH/src/github.com/docker/distribution/Godeps/_workspace:$GOPATH"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac && rm -rf "$GOPATH" [2019-09-02T23:20:29.414Z] ---> Running in f30e54222f22 [2019-09-02T23:20:29.663Z] Fetched 7671 kB in 1s (4075 kB/s) [2019-09-02T23:20:29.698Z] + mktemp -d [2019-09-02T23:20:29.698Z] + export GOPATH=/tmp/tmp.PVrCEdl9MB [2019-09-02T23:20:29.698Z] + git clone https://github.com/docker/distribution.git /tmp/tmp.PVrCEdl9MB/src/github.com/docker/distribution [2019-09-02T23:20:29.698Z] Cloning into '/tmp/tmp.PVrCEdl9MB/src/github.com/docker/distribution'... [2019-09-02T23:20:30.027Z] Reading package lists... [2019-09-02T23:20:30.391Z] Reading package lists... [2019-09-02T23:20:30.800Z] Building dependency tree... [2019-09-02T23:20:30.800Z] Reading state information... [2019-09-02T23:20:30.800Z] The following additional packages will be installed: [2019-09-02T23:20:30.800Z] libapparmor1 libseccomp2 [2019-09-02T23:20:30.800Z] Suggested packages: [2019-09-02T23:20:30.800Z] seccomp [2019-09-02T23:20:30.800Z] The following NEW packages will be installed: [2019-09-02T23:20:30.800Z] libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-09-02T23:20:30.800Z] 0 upgraded, 4 newly installed, 0 to remove and 2 not upgraded. [2019-09-02T23:20:30.800Z] Need to get 301 kB of archives. [2019-09-02T23:20:30.800Z] After this operation, 1402 kB of additional disk space will be used. [2019-09-02T23:20:30.800Z] 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-02T23:20:30.800Z] 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-02T23:20:30.800Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor1 s390x 2.11.0-3+deb9u2 [78.6 kB] [2019-09-02T23:20:30.800Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libapparmor-dev s390x 2.11.0-3+deb9u2 [119 kB] [2019-09-02T23:20:30.800Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-02T23:20:30.800Z] Fetched 301 kB in 0s (3732 kB/s) [2019-09-02T23:20:31.222Z] Selecting previously unselected package libseccomp2:s390x. [2019-09-02T23:20:31.222Z] (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-02T23:20:31.222Z] Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_s390x.deb ... [2019-09-02T23:20:31.222Z] Unpacking libseccomp2:s390x (2.3.1-2.1+deb9u1) ... [2019-09-02T23:20:31.222Z] Selecting previously unselected package libseccomp-dev:s390x. [2019-09-02T23:20:31.222Z] Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_s390x.deb ... [2019-09-02T23:20:31.222Z] Unpacking libseccomp-dev:s390x (2.3.1-2.1+deb9u1) ... [2019-09-02T23:20:31.222Z] Selecting previously unselected package libapparmor1:s390x. [2019-09-02T23:20:31.222Z] Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_s390x.deb ... [2019-09-02T23:20:31.222Z] Unpacking libapparmor1:s390x (2.11.0-3+deb9u2) ... [2019-09-02T23:20:31.222Z] Selecting previously unselected package libapparmor-dev:s390x. [2019-09-02T23:20:31.222Z] Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_s390x.deb ... [2019-09-02T23:20:31.222Z] Unpacking libapparmor-dev:s390x (2.11.0-3+deb9u2) ... [2019-09-02T23:20:31.222Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-02T23:20:31.222Z] Setting up libseccomp2:s390x (2.3.1-2.1+deb9u1) ... [2019-09-02T23:20:31.222Z] Setting up libapparmor1:s390x (2.11.0-3+deb9u2) ... [2019-09-02T23:20:31.222Z] Setting up libseccomp-dev:s390x (2.3.1-2.1+deb9u1) ... [2019-09-02T23:20:31.222Z] Setting up libapparmor-dev:s390x (2.11.0-3+deb9u2) ... [2019-09-02T23:20:31.222Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-02T23:20:31.604Z] Removing intermediate container 310cc20c2936 [2019-09-02T23:20:31.604Z] ---> a48e5a07b5e6 [2019-09-02T23:20:31.604Z] Step 35/126 : FROM cross-true AS runtime-dev-cross-true [2019-09-02T23:20:31.604Z] ---> 6558e82413d3 [2019-09-02T23:20:31.604Z] Step 36/126 : ARG DEBIAN_FRONTEND [2019-09-02T23:20:31.970Z] ---> Running in 27a35c8267f9 [2019-09-02T23:20:31.970Z] Removing intermediate container 27a35c8267f9 [2019-09-02T23:20:31.970Z] ---> d3246e2bd852 [2019-09-02T23:20:31.970Z] Step 37/126 : RUN if [ "$(go env GOHOSTARCH)" = "amd64" ]; then apt-get update && apt-get install -y --no-install-recommends libseccomp-dev:armhf libseccomp-dev:arm64 libseccomp-dev:armel libapparmor-dev:armhf libapparmor-dev:arm64 libapparmor-dev:armel libapparmor-dev libseccomp-dev && rm -rf /var/lib/apt/lists/*; fi [2019-09-02T23:20:31.970Z] ---> Running in 8bc406cb0c6f [2019-09-02T23:20:32.380Z] + cd /tmp/tmp.PVrCEdl9MB/src/github.com/docker/distribution [2019-09-02T23:20:32.380Z] + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2019-09-02T23:20:32.761Z] Removing intermediate container 8bc406cb0c6f [2019-09-02T23:20:32.761Z] ---> fad6097dc775 [2019-09-02T23:20:32.761Z] Step 38/126 : FROM runtime-dev-cross-${CROSS} AS runtime-dev [2019-09-02T23:20:32.761Z] ---> a48e5a07b5e6 [2019-09-02T23:20:32.761Z] Step 39/126 : FROM base AS tomlv [2019-09-02T23:20:32.761Z] ---> fbd678108d68 [2019-09-02T23:20:32.761Z] Step 40/126 : ENV INSTALL_BINARY_NAME=tomlv [2019-09-02T23:20:33.007Z] + GOPATH=/tmp/tmp.PVrCEdl9MB/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.PVrCEdl9MB go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2019-09-02T23:20:33.124Z] ---> Running in d21f2495fcb6 [2019-09-02T23:20:33.124Z] Removing intermediate container d21f2495fcb6 [2019-09-02T23:20:33.124Z] ---> 67fc40f15660 [2019-09-02T23:20:33.124Z] Step 41/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-02T23:20:33.499Z] ---> 6da3507cdd32 [2019-09-02T23:20:33.499Z] Step 42/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-02T23:20:33.499Z] ---> 643d80eb69bc [2019-09-02T23:20:33.499Z] Step 43/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-02T23:20:33.499Z] ---> Running in 5d5f1f191500 [2019-09-02T23:20:33.862Z] + RM_GOPATH=0 [2019-09-02T23:20:33.862Z] + TMP_GOPATH= [2019-09-02T23:20:33.862Z] + : /build [2019-09-02T23:20:33.862Z] + '[' -z '' ']' [2019-09-02T23:20:33.862Z] ++ mktemp -d [2019-09-02T23:20:33.862Z] + export GOPATH=/tmp/tmp.GJ6mydOGz6 [2019-09-02T23:20:33.862Z] + GOPATH=/tmp/tmp.GJ6mydOGz6 [2019-09-02T23:20:33.862Z] + RM_GOPATH=1 [2019-09-02T23:20:33.862Z] Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-02T23:20:33.862Z] ++ dirname ./install.sh [2019-09-02T23:20:33.862Z] + dir=. [2019-09-02T23:20:33.862Z] + bin=tomlv [2019-09-02T23:20:33.862Z] + shift [2019-09-02T23:20:33.862Z] + '[' '!' -f ./tomlv.installer ']' [2019-09-02T23:20:33.862Z] + . ./tomlv.installer [2019-09-02T23:20:33.862Z] ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-02T23:20:33.862Z] + install_tomlv [2019-09-02T23:20:33.862Z] + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-09-02T23:20:33.862Z] + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.GJ6mydOGz6/src/github.com/BurntSushi/toml [2019-09-02T23:20:33.862Z] Cloning into '/tmp/tmp.GJ6mydOGz6/src/github.com/BurntSushi/toml'... [2019-09-02T23:20:34.237Z] + cd /tmp/tmp.GJ6mydOGz6/src/github.com/BurntSushi/toml [2019-09-02T23:20:34.237Z] + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-02T23:20:34.237Z] + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-09-02T23:20:34.237Z] errors [2019-09-02T23:20:34.237Z] math/bits [2019-09-02T23:20:34.237Z] internal/cpu [2019-09-02T23:20:34.237Z] math [2019-09-02T23:20:34.237Z] internal/bytealg [2019-09-02T23:20:34.237Z] runtime/internal/atomic [2019-09-02T23:20:34.627Z] runtime/internal/sys [2019-09-02T23:20:34.627Z] runtime/internal/math [2019-09-02T23:20:34.627Z] runtime [2019-09-02T23:20:34.627Z] unicode/utf8 [2019-09-02T23:20:34.627Z] strconv [2019-09-02T23:20:35.035Z] internal/race [2019-09-02T23:20:35.035Z] sync/atomic [2019-09-02T23:20:35.035Z] unicode [2019-09-02T23:20:35.035Z] internal/testlog [2019-09-02T23:20:35.035Z] encoding [2019-09-02T23:20:35.035Z] runtime/cgo [2019-09-02T23:20:36.987Z] sync [2019-09-02T23:20:36.987Z] io [2019-09-02T23:20:36.987Z] reflect [2019-09-02T23:20:36.987Z] syscall [2019-09-02T23:20:37.376Z] time [2019-09-02T23:20:37.768Z] sort [2019-09-02T23:20:37.768Z] internal/fmtsort [2019-09-02T23:20:37.768Z] internal/syscall/unix [2019-09-02T23:20:37.768Z] strings [2019-09-02T23:20:37.768Z] internal/poll [2019-09-02T23:20:37.768Z] bytes [2019-09-02T23:20:38.156Z] os [2019-09-02T23:20:38.156Z] bufio [2019-09-02T23:20:38.156Z] path [2019-09-02T23:20:38.156Z] text/tabwriter [2019-09-02T23:20:38.156Z] fmt [2019-09-02T23:20:38.156Z] path/filepath [2019-09-02T23:20:38.547Z] io/ioutil [2019-09-02T23:20:38.547Z] flag [2019-09-02T23:20:38.547Z] github.com/BurntSushi/toml [2019-09-02T23:20:38.938Z] log [2019-09-02T23:20:38.938Z] github.com/BurntSushi/toml/cmd/tomlv [2019-09-02T23:20:40.287Z] Removing intermediate container 5d5f1f191500 [2019-09-02T23:20:40.287Z] ---> a76378bba252 [2019-09-02T23:20:40.287Z] Step 44/126 : FROM base AS vndr [2019-09-02T23:20:40.287Z] ---> fbd678108d68 [2019-09-02T23:20:40.287Z] Step 45/126 : ENV INSTALL_BINARY_NAME=vndr [2019-09-02T23:20:40.287Z] ---> Running in 6576f77a376f [2019-09-02T23:20:40.672Z] Removing intermediate container 6576f77a376f [2019-09-02T23:20:40.672Z] ---> 5e31b9b9deb9 [2019-09-02T23:20:40.672Z] Step 46/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-02T23:20:40.672Z] ---> 12cf0c53d9b5 [2019-09-02T23:20:40.672Z] Step 47/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-02T23:20:41.035Z] ---> 90ce1f56cfc1 [2019-09-02T23:20:41.035Z] Step 48/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-02T23:20:41.035Z] ---> Running in 21c6e4d48043 [2019-09-02T23:20:41.409Z] + RM_GOPATH=0 [2019-09-02T23:20:41.409Z] + TMP_GOPATH= [2019-09-02T23:20:41.409Z] + : /build [2019-09-02T23:20:41.409Z] + '[' -z '' ']' [2019-09-02T23:20:41.409Z] ++ mktemp -d [2019-09-02T23:20:41.409Z] + export GOPATH=/tmp/tmp.GAIF0UNi1n [2019-09-02T23:20:41.409Z] + GOPATH=/tmp/tmp.GAIF0UNi1n [2019-09-02T23:20:41.409Z] + RM_GOPATH=1 [2019-09-02T23:20:41.409Z] ++ dirname ./install.sh [2019-09-02T23:20:41.409Z] Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-02T23:20:41.409Z] + dir=. [2019-09-02T23:20:41.409Z] + bin=vndr [2019-09-02T23:20:41.409Z] + shift [2019-09-02T23:20:41.409Z] + '[' '!' -f ./vndr.installer ']' [2019-09-02T23:20:41.409Z] + . ./vndr.installer [2019-09-02T23:20:41.409Z] ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-02T23:20:41.409Z] + install_vndr [2019-09-02T23:20:41.409Z] + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-09-02T23:20:41.409Z] + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.GAIF0UNi1n/src/github.com/LK4D4/vndr [2019-09-02T23:20:41.409Z] Cloning into '/tmp/tmp.GAIF0UNi1n/src/github.com/LK4D4/vndr'... [2019-09-02T23:20:41.779Z] + cd /tmp/tmp.GAIF0UNi1n/src/github.com/LK4D4/vndr [2019-09-02T23:20:41.779Z] + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-02T23:20:41.779Z] + go build -buildmode=pie -v -o /build/vndr . [2019-09-02T23:20:41.779Z] errors [2019-09-02T23:20:41.779Z] internal/cpu [2019-09-02T23:20:41.779Z] internal/race [2019-09-02T23:20:41.779Z] runtime/internal/atomic [2019-09-02T23:20:41.779Z] runtime/internal/sys [2019-09-02T23:20:41.779Z] internal/bytealg [2019-09-02T23:20:41.779Z] runtime/internal/math [2019-09-02T23:20:41.779Z] sync/atomic [2019-09-02T23:20:41.779Z] unicode [2019-09-02T23:20:42.166Z] runtime [2019-09-02T23:20:42.166Z] unicode/utf8 [2019-09-02T23:20:42.166Z] math/bits [2019-09-02T23:20:42.166Z] math [2019-09-02T23:20:42.545Z] strconv [2019-09-02T23:20:42.925Z] internal/testlog [2019-09-02T23:20:42.925Z] encoding [2019-09-02T23:20:42.925Z] unicode/utf16 [2019-09-02T23:20:42.925Z] container/list [2019-09-02T23:20:42.925Z] crypto/internal/subtle [2019-09-02T23:20:42.925Z] crypto/subtle [2019-09-02T23:20:42.925Z] crypto/rc4 [2019-09-02T23:20:43.297Z] internal/x/crypto/cryptobyte/asn1 [2019-09-02T23:20:43.297Z] internal/nettrace [2019-09-02T23:20:43.297Z] internal/x/net/dns/dnsmessage [2019-09-02T23:20:43.297Z] runtime/cgo [2019-09-02T23:20:44.106Z] sync [2019-09-02T23:20:44.106Z] io [2019-09-02T23:20:44.106Z] reflect [2019-09-02T23:20:44.106Z] bytes [2019-09-02T23:20:44.561Z] bufio [2019-09-02T23:20:44.561Z] syscall [2019-09-02T23:20:45.467Z] sort [2019-09-02T23:20:45.467Z] internal/fmtsort [2019-09-02T23:20:45.467Z] time [2019-09-02T23:20:45.467Z] internal/syscall/unix [2019-09-02T23:20:45.467Z] strings [2019-09-02T23:20:45.866Z] path [2019-09-02T23:20:45.866Z] regexp/syntax [2019-09-02T23:20:45.866Z] internal/poll [2019-09-02T23:20:46.274Z] regexp [2019-09-02T23:20:46.274Z] os [2019-09-02T23:20:46.274Z] encoding/binary [2019-09-02T23:20:46.658Z] fmt [2019-09-02T23:20:46.658Z] path/filepath [2019-09-02T23:20:46.658Z] io/ioutil [2019-09-02T23:20:46.658Z] encoding/base64 [2019-09-02T23:20:46.658Z] github.com/LK4D4/vndr/godl/singleflight [2019-09-02T23:20:46.658Z] hash [2019-09-02T23:20:46.658Z] hash/crc32 [2019-09-02T23:20:46.658Z] flag [2019-09-02T23:20:47.056Z] go/token [2019-09-02T23:20:47.056Z] go/scanner [2019-09-02T23:20:47.056Z] net/url [2019-09-02T23:20:47.056Z] go/ast [2019-09-02T23:20:47.056Z] text/template/parse [2019-09-02T23:20:47.457Z] go/parser [2019-09-02T23:20:47.457Z] text/template [2019-09-02T23:20:47.848Z] log [2019-09-02T23:20:47.848Z] encoding/json [2019-09-02T23:20:47.848Z] go/doc [2019-09-02T23:20:48.240Z] github.com/LK4D4/vndr/build [2019-09-02T23:20:48.240Z] encoding/xml [2019-09-02T23:20:48.629Z] compress/flate [2019-09-02T23:20:48.629Z] context [2019-09-02T23:20:48.629Z] compress/gzip [2019-09-02T23:20:48.629Z] crypto/cipher [2019-09-02T23:20:49.018Z] math/rand [2019-09-02T23:20:49.018Z] crypto/aes [2019-09-02T23:20:49.018Z] math/big [2019-09-02T23:20:49.018Z] crypto [2019-09-02T23:20:49.018Z] crypto/des [2019-09-02T23:20:49.018Z] crypto/internal/randutil [2019-09-02T23:20:49.018Z] crypto/sha512 [2019-09-02T23:20:49.018Z] crypto/hmac [2019-09-02T23:20:49.018Z] crypto/md5 [2019-09-02T23:20:49.510Z] crypto/sha1 [2019-09-02T23:20:49.510Z] crypto/sha256 [2019-09-02T23:20:49.510Z] encoding/hex [2019-09-02T23:20:49.510Z] encoding/pem [2019-09-02T23:20:49.510Z] internal/singleflight [2019-09-02T23:20:49.510Z] net [2019-09-02T23:20:50.061Z] crypto/rand [2019-09-02T23:20:50.061Z] crypto/elliptic [2019-09-02T23:20:50.061Z] encoding/asn1 [2019-09-02T23:20:50.451Z] crypto/ecdsa [2019-09-02T23:20:50.451Z] crypto/rsa [2019-09-02T23:20:50.848Z] crypto/dsa [2019-09-02T23:20:50.848Z] crypto/x509/pkix [2019-09-02T23:20:50.848Z] internal/x/crypto/cryptobyte [2019-09-02T23:20:50.848Z] internal/x/crypto/internal/chacha20 [2019-09-02T23:20:51.239Z] internal/x/crypto/poly1305 [2019-09-02T23:20:51.239Z] internal/x/crypto/chacha20poly1305 [2019-09-02T23:20:51.239Z] internal/x/crypto/curve25519 [2019-09-02T23:20:51.239Z] internal/x/crypto/hkdf [2019-09-02T23:20:51.239Z] internal/x/text/transform [2019-09-02T23:20:51.239Z] internal/x/text/unicode/bidi [2019-09-02T23:20:51.629Z] internal/x/text/secure/bidirule [2019-09-02T23:20:51.629Z] internal/x/text/unicode/norm [2019-09-02T23:20:52.028Z] crypto/x509 [2019-09-02T23:20:52.028Z] internal/x/net/idna [2019-09-02T23:20:52.434Z] net/textproto [2019-09-02T23:20:52.434Z] crypto/tls [2019-09-02T23:20:52.434Z] internal/x/net/http/httpguts [2019-09-02T23:20:52.434Z] internal/x/net/http/httpproxy [2019-09-02T23:20:52.434Z] internal/x/net/http2/hpack [2019-09-02T23:20:52.434Z] mime [2019-09-02T23:20:52.829Z] mime/quotedprintable [2019-09-02T23:20:52.829Z] mime/multipart [2019-09-02T23:20:52.829Z] net/http/internal [2019-09-02T23:20:52.829Z] os/exec [2019-09-02T23:20:53.660Z] net/http/httptrace [2019-09-02T23:20:53.660Z] net/http [2019-09-02T23:20:55.286Z] Client: [2019-09-02T23:20:55.286Z] Debug Mode: false [2019-09-02T23:20:55.286Z] Plugins: [2019-09-02T23:20:55.286Z] cluster: Manage Docker clusters (Docker Inc., v1.0.1) [2019-09-02T23:20:55.286Z] [2019-09-02T23:20:55.286Z] Server: [2019-09-02T23:20:55.286Z] Containers: 0 [2019-09-02T23:20:55.286Z] Running: 0 [2019-09-02T23:20:55.286Z] Paused: 0 [2019-09-02T23:20:55.286Z] Stopped: 0 [2019-09-02T23:20:55.286Z] Images: 0 [2019-09-02T23:20:55.286Z] Server Version: 19.03.2-tp2 [2019-09-02T23:20:55.286Z] Storage Driver: windowsfilter (windows) lcow (linux) [2019-09-02T23:20:55.286Z] Windows: [2019-09-02T23:20:55.286Z] LCOW: [2019-09-02T23:20:55.286Z] Logging Driver: json-file [2019-09-02T23:20:55.286Z] Plugins: [2019-09-02T23:20:55.286Z] Volume: local [2019-09-02T23:20:55.286Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2019-09-02T23:20:55.286Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-09-02T23:20:55.286Z] Swarm: inactive [2019-09-02T23:20:55.286Z] Default Isolation: process [2019-09-02T23:20:55.286Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-09-02T23:20:55.286Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.678) [2019-09-02T23:20:55.286Z] OSType: windows [2019-09-02T23:20:55.286Z] Architecture: x86_64 [2019-09-02T23:20:55.286Z] CPUs: 4 [2019-09-02T23:20:55.286Z] Total Memory: 32GiB [2019-09-02T23:20:55.286Z] Name: azwin-2-5ee260 [2019-09-02T23:20:55.286Z] ID: DLLG:KRFC:4AEN:DP5D:5NQB:FA6L:UYCK:GBQM:SUKT:TS22:QSV5:E7LK [2019-09-02T23:20:55.286Z] Docker Root Dir: D:\docker [2019-09-02T23:20:55.286Z] Debug Mode: false [2019-09-02T23:20:55.286Z] Registry: https://index.docker.io/v1/ [2019-09-02T23:20:55.286Z] Labels: [2019-09-02T23:20:55.286Z] Experimental: true [2019-09-02T23:20:55.286Z] Insecure Registries: [2019-09-02T23:20:55.286Z] 10.0.0.4:5000 [2019-09-02T23:20:55.286Z] 127.0.0.0/8 [2019-09-02T23:20:55.286Z] Registry Mirrors: [2019-09-02T23:20:55.286Z] http://10.0.0.4:5000/ [2019-09-02T23:20:55.286Z] Live Restore Enabled: false [2019-09-02T23:20:55.286Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2019-09-02T23:20:55.572Z] github.com/LK4D4/vndr/godl [2019-09-02T23:20:55.572Z] github.com/LK4D4/vndr [2019-09-02T23:20:58.031Z] Removing intermediate container 21c6e4d48043 [2019-09-02T23:20:58.031Z] ---> 96b82c45e2d4 [2019-09-02T23:20:58.031Z] Step 49/126 : FROM dev-base AS containerd [2019-09-02T23:20:58.031Z] ---> fbd678108d68 [2019-09-02T23:20:58.031Z] Step 50/126 : ARG DEBIAN_FRONTEND [2019-09-02T23:20:58.031Z] ---> Using cache [2019-09-02T23:20:58.031Z] ---> a85f3fe4bf7b [2019-09-02T23:20:58.031Z] Step 51/126 : RUN apt-get update && apt-get install -y --no-install-recommends btrfs-tools && rm -rf /var/lib/apt/lists/* [2019-09-02T23:20:58.031Z] ---> Running in aa2b112346c7 [2019-09-02T23:20:58.401Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-02T23:20:58.401Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-02T23:20:58.401Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-02T23:20:58.401Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-02T23:20:58.401Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B] [2019-09-02T23:20:58.768Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [486 kB] [2019-09-02T23:20:58.768Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-02T23:20:58.768Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-02T23:21:00.097Z] Fetched 7671 kB in 1s (4410 kB/s) [2019-09-02T23:21:00.898Z] Reading package lists... [2019-09-02T23:21:01.271Z] Reading package lists... [2019-09-02T23:21:01.271Z] Building dependency tree... [2019-09-02T23:21:01.271Z] Reading state information... [2019-09-02T23:21:01.271Z] The following additional packages will be installed: [2019-09-02T23:21:01.271Z] btrfs-progs liblzo2-2 [2019-09-02T23:21:01.271Z] The following NEW packages will be installed: [2019-09-02T23:21:01.271Z] btrfs-progs btrfs-tools liblzo2-2 [2019-09-02T23:21:01.641Z] 0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded. [2019-09-02T23:21:01.641Z] Need to get 668 kB of archives. [2019-09-02T23:21:01.641Z] After this operation, 5446 kB of additional disk space will be used. [2019-09-02T23:21:01.641Z] 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-02T23:21:01.641Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-progs s390x 4.7.3-1 [595 kB] [2019-09-02T23:21:01.641Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-tools s390x 4.7.3-1 [16.9 kB] [2019-09-02T23:21:01.641Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-02T23:21:01.641Z] Fetched 668 kB in 0s (7762 kB/s) [2019-09-02T23:21:01.641Z] Selecting previously unselected package liblzo2-2:s390x. [2019-09-02T23:21:01.641Z] (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-02T23:21:01.641Z] Preparing to unpack .../liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-09-02T23:21:01.641Z] Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-02T23:21:01.641Z] Selecting previously unselected package btrfs-progs. [2019-09-02T23:21:01.641Z] Preparing to unpack .../btrfs-progs_4.7.3-1_s390x.deb ... [2019-09-02T23:21:01.641Z] Unpacking btrfs-progs (4.7.3-1) ... [2019-09-02T23:21:01.641Z] Selecting previously unselected package btrfs-tools. [2019-09-02T23:21:01.641Z] Preparing to unpack .../btrfs-tools_4.7.3-1_s390x.deb ... [2019-09-02T23:21:01.641Z] Unpacking btrfs-tools (4.7.3-1) ... [2019-09-02T23:21:02.006Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-02T23:21:02.006Z] Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-02T23:21:02.006Z] Setting up btrfs-progs (4.7.3-1) ... [2019-09-02T23:21:02.006Z] Setting up btrfs-tools (4.7.3-1) ... [2019-09-02T23:21:02.006Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-02T23:21:02.379Z] Removing intermediate container aa2b112346c7 [2019-09-02T23:21:02.379Z] ---> 521612c47366 [2019-09-02T23:21:02.379Z] Step 52/126 : ENV INSTALL_BINARY_NAME=containerd [2019-09-02T23:21:02.754Z] ---> Running in 6b88307eb423 [2019-09-02T23:21:02.754Z] Removing intermediate container 6b88307eb423 [2019-09-02T23:21:02.754Z] ---> 23b0ceb1a400 [2019-09-02T23:21:02.754Z] Step 53/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-02T23:21:03.129Z] ---> 19267752f177 [2019-09-02T23:21:03.129Z] Step 54/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-02T23:21:03.129Z] ---> e21a532a998d [2019-09-02T23:21:03.129Z] Step 55/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-02T23:21:03.129Z] ---> Running in 009c8053b00d [2019-09-02T23:21:03.498Z] + RM_GOPATH=0 [2019-09-02T23:21:03.498Z] + TMP_GOPATH= [2019-09-02T23:21:03.498Z] + : /build [2019-09-02T23:21:03.498Z] + '[' -z '' ']' [2019-09-02T23:21:03.498Z] ++ mktemp -d [2019-09-02T23:21:03.498Z] + export GOPATH=/tmp/tmp.AqZJEcKYlV [2019-09-02T23:21:03.498Z] + GOPATH=/tmp/tmp.AqZJEcKYlV [2019-09-02T23:21:03.498Z] + RM_GOPATH=1 [2019-09-02T23:21:03.498Z] ++ dirname ./install.sh [2019-09-02T23:21:03.498Z] + dir=. [2019-09-02T23:21:03.498Z] + bin=containerd [2019-09-02T23:21:03.498Z] + shift [2019-09-02T23:21:03.498Z] + '[' '!' -f ./containerd.installer ']' [2019-09-02T23:21:03.498Z] + . ./containerd.installer [2019-09-02T23:21:03.498Z] ++ CONTAINERD_COMMIT=a4bc1d432a2c33aa2eed37f338dceabb93641310 [2019-09-02T23:21:03.498Z] + install_containerd [2019-09-02T23:21:03.498Z] + echo 'Install containerd version a4bc1d432a2c33aa2eed37f338dceabb93641310' [2019-09-02T23:21:03.498Z] + git clone https://github.com/containerd/containerd.git /tmp/tmp.AqZJEcKYlV/src/github.com/containerd/containerd [2019-09-02T23:21:03.498Z] Cloning into '/tmp/tmp.AqZJEcKYlV/src/github.com/containerd/containerd'... [2019-09-02T23:21:03.498Z] Install containerd version a4bc1d432a2c33aa2eed37f338dceabb93641310 [2019-09-02T23:21:04.055Z] Client: [2019-09-02T23:21:04.055Z] Debug Mode: false [2019-09-02T23:21:04.055Z] Plugins: [2019-09-02T23:21:04.055Z] cluster: Manage Docker clusters (Docker Inc., v1.0.1) [2019-09-02T23:21:04.055Z] [2019-09-02T23:21:04.055Z] Server: [2019-09-02T23:21:04.055Z] Containers: 0 [2019-09-02T23:21:04.055Z] Running: 0 [2019-09-02T23:21:04.055Z] Paused: 0 [2019-09-02T23:21:04.055Z] Stopped: 0 [2019-09-02T23:21:04.055Z] Images: 0 [2019-09-02T23:21:04.055Z] Server Version: 19.03.2-tp2 [2019-09-02T23:21:04.055Z] Storage Driver: windowsfilter [2019-09-02T23:21:04.055Z] Windows: [2019-09-02T23:21:04.055Z] Logging Driver: json-file [2019-09-02T23:21:04.055Z] Plugins: [2019-09-02T23:21:04.055Z] Volume: local [2019-09-02T23:21:04.055Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2019-09-02T23:21:04.055Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-09-02T23:21:04.055Z] Swarm: inactive [2019-09-02T23:21:04.055Z] Default Isolation: process [2019-09-02T23:21:04.055Z] Kernel Version: 10.0 14393 (14393.3179.amd64fre.rs1_release_1.190806-2245) [2019-09-02T23:21:04.055Z] Operating System: Windows Server 2016 Datacenter Version 1607 (OS Build 14393.3181) [2019-09-02T23:21:04.055Z] OSType: windows [2019-09-02T23:21:04.055Z] Architecture: x86_64 [2019-09-02T23:21:04.055Z] CPUs: 4 [2019-09-02T23:21:04.055Z] Total Memory: 32GiB [2019-09-02T23:21:04.055Z] Name: azwin-2-888790 [2019-09-02T23:21:04.055Z] ID: 2UIV:VWQY:XVEE:4K7O:BNCB:5UVL:FIHW:7WNE:ZH6X:KWQB:QGVD:NYEG [2019-09-02T23:21:04.055Z] Docker Root Dir: D:\docker [2019-09-02T23:21:04.055Z] Debug Mode: false [2019-09-02T23:21:04.055Z] Registry: https://index.docker.io/v1/ [2019-09-02T23:21:04.055Z] Labels: [2019-09-02T23:21:04.055Z] Experimental: true [2019-09-02T23:21:04.055Z] Insecure Registries: [2019-09-02T23:21:04.055Z] 10.0.0.4:5000 [2019-09-02T23:21:04.055Z] 127.0.0.0/8 [2019-09-02T23:21:04.055Z] Registry Mirrors: [2019-09-02T23:21:04.055Z] http://10.0.0.4:5000/ [2019-09-02T23:21:04.055Z] Live Restore Enabled: false [2019-09-02T23:21:04.055Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2019-09-02T23:21:06.957Z] + cd /tmp/tmp.AqZJEcKYlV/src/github.com/containerd/containerd [2019-09-02T23:21:06.957Z] + git checkout -q a4bc1d432a2c33aa2eed37f338dceabb93641310 [2019-09-02T23:21:07.326Z] + export 'BUILDTAGS=netgo osusergo static_build' [2019-09-02T23:21:07.326Z] + BUILDTAGS='netgo osusergo static_build' [2019-09-02T23:21:07.326Z] + export EXTRA_FLAGS=-buildmode=pie [2019-09-02T23:21:07.326Z] + EXTRA_FLAGS=-buildmode=pie [2019-09-02T23:21:07.326Z] + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-09-02T23:21:07.326Z] + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-09-02T23:21:07.326Z] + '[' '' = dynamic ']' [2019-09-02T23:21:07.326Z] + make [2019-09-02T23:21:07.326Z] 🇩 bin/ctr [2019-09-02T23:21:10.780Z] [2019-09-02T23:21:10.780Z] INFO: executeCI.ps1 starting at Mon Sep 2 23:21:09 CUT 2019 [2019-09-02T23:21:10.780Z] [2019-09-02T23:21:10.780Z] INFO: Script version 05-Feb-2019 09:03 PDT [2019-09-02T23:21:10.780Z] INFO: Running git version 2.23.0.windows.1 [2019-09-02T23:21:10.780Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2019-09-02T23:21:10.780Z] INFO: Environment variables: [2019-09-02T23:21:10.780Z] [2019-09-02T23:21:10.780Z] Name Value [2019-09-02T23:21:10.780Z] ---- ----- [2019-09-02T23:21:10.780Z] ALLUSERSPROFILE C:\ProgramData [2019-09-02T23:21:10.780Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2019-09-02T23:21:10.780Z] APT_MIRROR cdn-fastly.deb.debian.org [2019-09-02T23:21:10.780Z] BRANCH_NAME PR-39853 [2019-09-02T23:21:10.780Z] BUILD_DISPLAY_NAME #1 [2019-09-02T23:21:10.780Z] BUILD_ID 1 [2019-09-02T23:21:10.780Z] BUILD_NUMBER 1 [2019-09-02T23:21:10.780Z] BUILD_TAG jenkins-moby-PR-39853-1 [2019-09-02T23:21:10.780Z] BUILD_URL https://ci.docker.com/public/job/moby/job/PR-39853/1/ [2019-09-02T23:21:10.780Z] CHANGE_AUTHOR tao12345666333 [2019-09-02T23:21:10.780Z] CHANGE_AUTHOR_DISPLAY_NAME Jintao Zhang [2019-09-02T23:21:10.780Z] CHANGE_AUTHOR_EMAIL zhangjintao9020@gmail.com [2019-09-02T23:21:10.780Z] CHANGE_BRANCH testcase-TestRunInteractiveWithRestartPolicy [2019-09-02T23:21:10.780Z] CHANGE_FORK tao12345666333 [2019-09-02T23:21:10.780Z] CHANGE_ID 39853 [2019-09-02T23:21:10.780Z] CHANGE_TARGET master [2019-09-02T23:21:10.780Z] CHANGE_TITLE TestCase: use `icmd.RunCmd` instead `icmd.StartCmd` [2019-09-02T23:21:10.780Z] CHANGE_URL https://github.com/moby/moby/pull/39853 [2019-09-02T23:21:10.780Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-02T23:21:10.780Z] CommonProgramFiles C:\Program Files\Common Files [2019-09-02T23:21:10.780Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2019-09-02T23:21:10.780Z] CommonProgramW6432 C:\Program Files\Common Files [2019-09-02T23:21:10.780Z] COMPUTERNAME azwin-2-5ee260 [2019-09-02T23:21:10.780Z] ComSpec C:\windows\system32\cmd.exe [2019-09-02T23:21:10.780Z] ConfigSequenceNumber 0 [2019-09-02T23:21:10.780Z] DOCKER_BUILDKIT 0 [2019-09-02T23:21:10.780Z] DOCKER_EXPERIMENTAL 1 [2019-09-02T23:21:10.780Z] DOCKER_GRAPHDRIVER overlay2 [2019-09-02T23:21:10.780Z] DriverData C:\Windows\System32\Drivers\DriverData [2019-09-02T23:21:10.780Z] EXECUTOR_NUMBER 0 [2019-09-02T23:21:10.780Z] FQDN azwin-2-5ee260.westus.cloudapp.azure.com [2019-09-02T23:21:10.780Z] GIT_BRANCH PR-39853 [2019-09-02T23:21:10.780Z] GIT_COMMIT e6fce00ec83df2f23523b836f647b8f3df97953f [2019-09-02T23:21:10.780Z] GIT_URL https://github.com/moby/moby.git [2019-09-02T23:21:10.780Z] HUDSON_COOKIE 2e450694-7771-4c13-bd64-fef98ec79cae [2019-09-02T23:21:10.780Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2019-09-02T23:21:10.780Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2019-09-02T23:21:10.780Z] HUDSON_URL https://ci.docker.com/public/ [2019-09-02T23:21:10.780Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.222-2.b10.ojdkbuild.windows.x86_64 [2019-09-02T23:21:10.780Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2019-09-02T23:21:10.780Z] JENKINS_NODE_COOKIE fdd406a2-ae5e-47ec-9084-6b902cd514b4 [2019-09-02T23:21:10.780Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2019-09-02T23:21:10.780Z] JENKINS_URL https://ci.docker.com/public/ [2019-09-02T23:21:10.780Z] JOB_BASE_NAME PR-39853 [2019-09-02T23:21:10.780Z] JOB_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-39853/display/redirect [2019-09-02T23:21:10.780Z] JOB_NAME moby/PR-39853 [2019-09-02T23:21:10.780Z] JOB_URL https://ci.docker.com/public/job/moby/job/PR-39853/ [2019-09-02T23:21:10.780Z] library.jps.version master [2019-09-02T23:21:10.780Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2019-09-02T23:21:10.780Z] NODE_LABELS amd64 azure azwin-2-5ee260 azwin-2019 docker west-us windows windows-2019 x86_64 [2019-09-02T23:21:10.780Z] NODE_NAME azwin-2-5ee260 [2019-09-02T23:21:10.780Z] NUMBER_OF_PROCESSORS 4 [2019-09-02T23:21:10.780Z] OS Windows_NT [2019-09-02T23:21:10.780Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2019-09-02T23:21:10.780Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2019-09-02T23:21:10.780Z] PROCESSOR_ARCHITECTURE AMD64 [2019-09-02T23:21:10.780Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2019-09-02T23:21:10.780Z] PROCESSOR_LEVEL 6 [2019-09-02T23:21:10.780Z] PROCESSOR_REVISION 4f01 [2019-09-02T23:21:10.780Z] ProgramData C:\ProgramData [2019-09-02T23:21:10.780Z] ProgramFiles C:\Program Files [2019-09-02T23:21:10.780Z] ProgramFiles(x86) C:\Program Files (x86) [2019-09-02T23:21:10.780Z] ProgramW6432 C:\Program Files [2019-09-02T23:21:10.782Z] PROMPT $P$G [2019-09-02T23:21:10.782Z] PSExecutionPolicyPreference Bypass [2019-09-02T23:21:10.782Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2019-09-02T23:21:10.782Z] PUBLIC C:\Users\Public [2019-09-02T23:21:10.782Z] RUN_CHANGES_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-39853/1/display/redirect?page=changes [2019-09-02T23:21:10.782Z] RUN_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-39853/1/display/redirect [2019-09-02T23:21:10.782Z] SKIP_VALIDATION_TESTS 1 [2019-09-02T23:21:10.782Z] SOURCES_DRIVE d [2019-09-02T23:21:10.782Z] SOURCES_SUBDIR gopath [2019-09-02T23:21:10.782Z] STAGE_NAME Run tests [2019-09-02T23:21:10.782Z] SystemDrive C: [2019-09-02T23:21:10.782Z] SystemRoot C:\windows [2019-09-02T23:21:10.782Z] TEMP C:\windows\TEMP [2019-09-02T23:21:10.782Z] TESTRUN_DRIVE d [2019-09-02T23:21:10.782Z] TESTRUN_SUBDIR CI-1 [2019-09-02T23:21:10.782Z] TIMEOUT 120m [2019-09-02T23:21:10.782Z] TMP C:\windows\TEMP [2019-09-02T23:21:10.782Z] USERDOMAIN WORKGROUP [2019-09-02T23:21:10.782Z] USERNAME azwin-2-5ee260$ [2019-09-02T23:21:10.782Z] USERPROFILE C:\windows\system32\config\systemprofile [2019-09-02T23:21:10.782Z] windir C:\windows [2019-09-02T23:21:10.782Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2019-09-02T23:21:10.782Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2019-09-02T23:21:10.782Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2019-09-02T23:21:10.782Z] [2019-09-02T23:21:10.782Z] [2019-09-02T23:21:10.782Z] [2019-09-02T23:21:10.782Z] INFO: Sources under d:\gopath\... [2019-09-02T23:21:10.782Z] INFO: Test run under d:\CI-1\... [2019-09-02T23:21:10.782Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2019-09-02T23:21:10.782Z] INFO: docker/docker repository was found [2019-09-02T23:21:11.748Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2019-09-02T23:21:12.247Z] + dpkg --print-architecture [2019-09-02T23:21:12.247Z] + cd /tmp/tmp.PVrCEdl9MB/src/github.com/docker/distribution [2019-09-02T23:21:12.247Z] + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2019-09-02T23:21:12.247Z] + GOPATH=/tmp/tmp.PVrCEdl9MB/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.PVrCEdl9MB [2019-09-02T23:21:12.247Z] + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2019-09-02T23:21:13.358Z] ltsc2019: Pulling from windows/servercore [2019-09-02T23:21:13.819Z] 65014b3c3121: Pulling fs layer [2019-09-02T23:21:13.819Z] e7a74de96ddd: Pulling fs layer [2019-09-02T23:21:15.086Z] [2019-09-02T23:21:15.086Z] INFO: executeCI.ps1 starting at Mon Sep 2 23:21:13 CUT 2019 [2019-09-02T23:21:15.086Z] [2019-09-02T23:21:15.086Z] INFO: Script version 05-Feb-2019 09:03 PDT [2019-09-02T23:21:15.086Z] INFO: Running git version 2.23.0.windows.1 [2019-09-02T23:21:15.086Z] INFO: Branch:rs1_release_1 Build:14393.3179.190806-2245 [2019-09-02T23:21:15.086Z] INFO: Environment variables: [2019-09-02T23:21:15.086Z] [2019-09-02T23:21:15.086Z] Name Value [2019-09-02T23:21:15.086Z] ---- ----- [2019-09-02T23:21:15.086Z] ALLUSERSPROFILE C:\ProgramData [2019-09-02T23:21:15.086Z] APPDATA C:\windows\system32\config\systemprofile\AppD... [2019-09-02T23:21:15.086Z] APT_MIRROR cdn-fastly.deb.debian.org [2019-09-02T23:21:15.086Z] BRANCH_NAME PR-39853 [2019-09-02T23:21:15.086Z] BUILD_DISPLAY_NAME #1 [2019-09-02T23:21:15.086Z] BUILD_ID 1 [2019-09-02T23:21:15.086Z] BUILD_NUMBER 1 [2019-09-02T23:21:15.086Z] BUILD_TAG jenkins-moby-PR-39853-1 [2019-09-02T23:21:15.086Z] BUILD_URL https://ci.docker.com/public/job/moby/job/PR-... [2019-09-02T23:21:15.086Z] CHANGE_AUTHOR tao12345666333 [2019-09-02T23:21:15.086Z] CHANGE_AUTHOR_DISPLAY_NAME Jintao Zhang [2019-09-02T23:21:15.086Z] CHANGE_AUTHOR_EMAIL zhangjintao9020@gmail.com [2019-09-02T23:21:15.086Z] CHANGE_BRANCH testcase-TestRunInteractiveWithRestartPolicy [2019-09-02T23:21:15.086Z] CHANGE_FORK tao12345666333 [2019-09-02T23:21:15.086Z] CHANGE_ID 39853 [2019-09-02T23:21:15.086Z] CHANGE_TARGET master [2019-09-02T23:21:15.086Z] CHANGE_TITLE TestCase: use `icmd.RunCmd` instead `icmd.Sta... [2019-09-02T23:21:15.086Z] CHANGE_URL https://github.com/moby/moby/pull/39853 [2019-09-02T23:21:15.086Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2019-09-02T23:21:15.086Z] CommonProgramFiles C:\Program Files\Common Files [2019-09-02T23:21:15.086Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2019-09-02T23:21:15.086Z] CommonProgramW6432 C:\Program Files\Common Files [2019-09-02T23:21:15.086Z] COMPUTERNAME azwin-2-888790 [2019-09-02T23:21:15.086Z] ComSpec C:\windows\system32\cmd.exe [2019-09-02T23:21:15.086Z] ConfigSequenceNumber 0 [2019-09-02T23:21:15.086Z] DOCKER_BUILDKIT 0 [2019-09-02T23:21:15.086Z] DOCKER_EXPERIMENTAL 1 [2019-09-02T23:21:15.086Z] DOCKER_GRAPHDRIVER overlay2 [2019-09-02T23:21:15.086Z] EXECUTOR_NUMBER 0 [2019-09-02T23:21:15.086Z] FQDN azwin-2-888790.westus.cloudapp.azure.com [2019-09-02T23:21:15.086Z] GIT_BRANCH PR-39853 [2019-09-02T23:21:15.086Z] GIT_COMMIT e6fce00ec83df2f23523b836f647b8f3df97953f [2019-09-02T23:21:15.086Z] GIT_URL https://github.com/moby/moby.git [2019-09-02T23:21:15.086Z] HUDSON_COOKIE 2d21ee59-d8da-44f1-aafc-8731077e8227 [2019-09-02T23:21:15.086Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2019-09-02T23:21:15.086Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2019-09-02T23:21:15.086Z] HUDSON_URL https://ci.docker.com/public/ [2019-09-02T23:21:15.086Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.222-2.b10.ojdkbui... [2019-09-02T23:21:15.086Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2019-09-02T23:21:15.086Z] JENKINS_NODE_COOKIE c1c1e052-9579-4ac3-a647-e81a758949bb [2019-09-02T23:21:15.086Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2019-09-02T23:21:15.086Z] JENKINS_URL https://ci.docker.com/public/ [2019-09-02T23:21:15.086Z] JOB_BASE_NAME PR-39853 [2019-09-02T23:21:15.086Z] JOB_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-... [2019-09-02T23:21:15.086Z] JOB_NAME moby/PR-39853 [2019-09-02T23:21:15.086Z] JOB_URL https://ci.docker.com/public/job/moby/job/PR-... [2019-09-02T23:21:15.086Z] library.jps.version master [2019-09-02T23:21:15.086Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppD... [2019-09-02T23:21:15.086Z] NODE_LABELS amd64 azure azwin-2-888790 azwin-2016 docker ... [2019-09-02T23:21:15.086Z] NODE_NAME azwin-2-888790 [2019-09-02T23:21:15.086Z] NUMBER_OF_PROCESSORS 4 [2019-09-02T23:21:15.086Z] OS Windows_NT [2019-09-02T23:21:15.086Z] Path C:\windows\system32;C:\windows;C:\windows\Sys... [2019-09-02T23:21:15.086Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.... [2019-09-02T23:21:15.086Z] PROCESSOR_ARCHITECTURE AMD64 [2019-09-02T23:21:15.086Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, Genuine... [2019-09-02T23:21:15.086Z] PROCESSOR_LEVEL 6 [2019-09-02T23:21:15.086Z] PROCESSOR_REVISION 4f01 [2019-09-02T23:21:15.086Z] ProgramData C:\ProgramData [2019-09-02T23:21:15.086Z] ProgramFiles C:\Program Files [2019-09-02T23:21:15.086Z] ProgramFiles(x86) C:\Program Files (x86) [2019-09-02T23:21:15.086Z] ProgramW6432 C:\Program Files [2019-09-02T23:21:15.086Z] PROMPT $P$G [2019-09-02T23:21:15.086Z] PSExecutionPolicyPreference Bypass [2019-09-02T23:21:15.086Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\Wi... [2019-09-02T23:21:15.086Z] PUBLIC C:\Users\Public [2019-09-02T23:21:15.086Z] RUN_CHANGES_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-... [2019-09-02T23:21:15.086Z] RUN_DISPLAY_URL https://ci.docker.com/public/job/moby/job/PR-... [2019-09-02T23:21:15.086Z] SKIP_VALIDATION_TESTS 1 [2019-09-02T23:21:15.086Z] SOURCES_DRIVE d [2019-09-02T23:21:15.086Z] SOURCES_SUBDIR gopath [2019-09-02T23:21:15.086Z] STAGE_NAME Run tests [2019-09-02T23:21:15.086Z] SystemDrive C: [2019-09-02T23:21:15.086Z] SystemRoot C:\windows [2019-09-02T23:21:15.086Z] TEMP C:\windows\TEMP [2019-09-02T23:21:15.086Z] TESTRUN_DRIVE d [2019-09-02T23:21:15.086Z] TESTRUN_SUBDIR CI-1 [2019-09-02T23:21:15.086Z] TIMEOUT 120m [2019-09-02T23:21:15.086Z] TMP C:\windows\TEMP [2019-09-02T23:21:15.086Z] USERDOMAIN WORKGROUP [2019-09-02T23:21:15.086Z] USERNAME azwin-2-888790$ [2019-09-02T23:21:15.086Z] USERPROFILE C:\windows\system32\config\systemprofile [2019-09-02T23:21:15.086Z] windir C:\windows [2019-09-02T23:21:15.086Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2019-09-02T23:21:15.086Z] WINDOWS_BASE_IMAGE_TAG ltsc2016 [2019-09-02T23:21:15.086Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2019-09-02T23:21:15.086Z] [2019-09-02T23:21:15.086Z] [2019-09-02T23:21:15.086Z] [2019-09-02T23:21:15.416Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-09-02T23:21:15.416Z] [2019-09-02T23:21:15.416Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2019-09-02T23:21:15.416Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2019-09-02T23:21:15.416Z] Using test binary docker [2019-09-02T23:21:15.416Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-09-02T23:21:15.416Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-02T23:21:15.416Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-02T23:21:15.416Z] Warning failed to create cache: (null) [2019-09-02T23:21:15.416Z] . [2019-09-02T23:21:15.416Z] INFO: Waiting for daemon to start... [2019-09-02T23:21:15.416Z] Starting dockerd [2019-09-02T23:21:15.416Z] . [2019-09-02T23:21:15.416Z] INFO: Building docker-sdk-python3:4.0.2... [2019-09-02T23:21:15.547Z] INFO: Sources under d:\gopath\... [2019-09-02T23:21:15.547Z] INFO: Test run under d:\CI-1\... [2019-09-02T23:21:15.547Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2019-09-02T23:21:15.547Z] INFO: docker/docker repository was found [2019-09-02T23:21:16.009Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2016 from docker hub. This may take some time... [2019-09-02T23:21:16.657Z] + rm -rf /tmp/tmp.PVrCEdl9MB/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.PVrCEdl9MB [2019-09-02T23:21:16.982Z] ltsc2016: Pulling from windows/servercore [2019-09-02T23:21:16.982Z] 3889bb8d808b: Pulling fs layer [2019-09-02T23:21:16.982Z] 234c9b9e497c: Pulling fs layer [2019-09-02T23:21:18.693Z] Removing intermediate container f30e54222f22 [2019-09-02T23:21:18.693Z] ---> 32f6412db013 [2019-09-02T23:21:18.693Z] Step 16/126 : FROM base AS swagger [2019-09-02T23:21:18.693Z] ---> 3892d6f295ce [2019-09-02T23:21:18.693Z] Step 17/126 : ENV GO_SWAGGER_COMMIT c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-02T23:21:18.693Z] ---> Running in 4e7d8fdc114e [2019-09-02T23:21:18.693Z] Removing intermediate container 4e7d8fdc114e [2019-09-02T23:21:18.693Z] ---> a687be483390 [2019-09-02T23:21:18.693Z] Step 18/126 : RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/go-swagger/go-swagger.git "$GOPATH/src/github.com/go-swagger/go-swagger" && (cd "$GOPATH/src/github.com/go-swagger/go-swagger" && git checkout -q "$GO_SWAGGER_COMMIT") && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger && rm -rf "$GOPATH" [2019-09-02T23:21:18.693Z] ---> Running in a77f72498ec1 [2019-09-02T23:21:18.693Z] + mktemp -d [2019-09-02T23:21:18.693Z] + export GOPATH=/tmp/tmp.nlYntls54r [2019-09-02T23:21:18.693Z] + git clone https://github.com/go-swagger/go-swagger.git /tmp/tmp.nlYntls54r/src/github.com/go-swagger/go-swagger [2019-09-02T23:21:18.693Z] Cloning into '/tmp/tmp.nlYntls54r/src/github.com/go-swagger/go-swagger'... [2019-09-02T23:21:24.158Z] e7a74de96ddd: Verifying Checksum [2019-09-02T23:21:24.158Z] e7a74de96ddd: Download complete [2019-09-02T23:21:25.507Z] + cd /tmp/tmp.nlYntls54r/src/github.com/go-swagger/go-swagger [2019-09-02T23:21:25.507Z] + git checkout -q c28258affb0b6251755d92489ef685af8d4ff3eb [2019-09-02T23:21:26.124Z] + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2019-09-02T23:21:34.494Z] 65014b3c3121: Verifying Checksum [2019-09-02T23:21:34.494Z] 65014b3c3121: Download complete [2019-09-02T23:21:36.109Z] 🇩 bin/containerd [2019-09-02T23:21:42.177Z] 234c9b9e497c: Verifying Checksum [2019-09-02T23:21:42.177Z] 234c9b9e497c: Download complete [2019-09-02T23:21:48.510Z] + rm -rf /tmp/tmp.nlYntls54r [2019-09-02T23:21:48.510Z] Removing intermediate container a77f72498ec1 [2019-09-02T23:21:48.510Z] ---> 73b78f4e638f [2019-09-02T23:21:48.510Z] Step 19/126 : FROM base AS frozen-images [2019-09-02T23:21:48.510Z] ---> 3892d6f295ce [2019-09-02T23:21:48.510Z] Step 20/126 : ARG DEBIAN_FRONTEND [2019-09-02T23:21:48.510Z] ---> Using cache [2019-09-02T23:21:48.510Z] ---> f2d94bc5aa65 [2019-09-02T23:21:48.510Z] Step 21/126 : RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates jq && rm -rf /var/lib/apt/lists/* [2019-09-02T23:21:48.510Z] ---> Running in 9769981f7a4a [2019-09-02T23:21:48.510Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-02T23:21:48.510Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-02T23:21:48.510Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-02T23:21:48.510Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-02T23:21:48.510Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B] [2019-09-02T23:21:48.510Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [482 kB] [2019-09-02T23:21:48.510Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-09-02T23:21:48.510Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6903 kB] [2019-09-02T23:21:49.126Z] Fetched 7718 kB in 2s (3002 kB/s) [2019-09-02T23:21:50.133Z] Reading package lists... [2019-09-02T23:21:51.609Z] Reading package lists... [2019-09-02T23:21:51.609Z] Building dependency tree... [2019-09-02T23:21:51.609Z] Reading state information... [2019-09-02T23:21:51.609Z] ca-certificates is already the newest version (20161130+nmu1+deb9u1). [2019-09-02T23:21:51.609Z] The following additional packages will be installed: [2019-09-02T23:21:51.609Z] libjq1 libonig4 [2019-09-02T23:21:51.609Z] The following NEW packages will be installed: [2019-09-02T23:21:51.609Z] jq libjq1 libonig4 [2019-09-02T23:21:51.892Z] 0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded. [2019-09-02T23:21:51.892Z] Need to get 310 kB of archives. [2019-09-02T23:21:51.892Z] After this operation, 1267 kB of additional disk space will be used. [2019-09-02T23:21:51.892Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libonig4 ppc64el 6.1.3-2 [140 kB] [2019-09-02T23:21:51.892Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjq1 ppc64el 1.5+dfsg-1.3 [111 kB] [2019-09-02T23:21:51.892Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el jq ppc64el 1.5+dfsg-1.3 [58.9 kB] [2019-09-02T23:21:51.892Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-02T23:21:52.177Z] Fetched 310 kB in 0s (3572 kB/s) [2019-09-02T23:21:52.177Z] Selecting previously unselected package libonig4:ppc64el. [2019-09-02T23:21:52.177Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14950 files and directories currently installed.) [2019-09-02T23:21:52.177Z] Preparing to unpack .../libonig4_6.1.3-2_ppc64el.deb ... [2019-09-02T23:21:52.177Z] Unpacking libonig4:ppc64el (6.1.3-2) ... [2019-09-02T23:21:52.177Z] Selecting previously unselected package libjq1:ppc64el. [2019-09-02T23:21:52.177Z] Preparing to unpack .../libjq1_1.5+dfsg-1.3_ppc64el.deb ... [2019-09-02T23:21:52.177Z] Unpacking libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-09-02T23:21:52.177Z] Selecting previously unselected package jq. [2019-09-02T23:21:52.177Z] Preparing to unpack .../jq_1.5+dfsg-1.3_ppc64el.deb ... [2019-09-02T23:21:52.177Z] Unpacking jq (1.5+dfsg-1.3) ... [2019-09-02T23:21:52.177Z] Setting up libonig4:ppc64el (6.1.3-2) ... [2019-09-02T23:21:52.177Z] Setting up libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-09-02T23:21:52.177Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-02T23:21:52.177Z] Setting up jq (1.5+dfsg-1.3) ... [2019-09-02T23:21:52.814Z] Removing intermediate container 9769981f7a4a [2019-09-02T23:21:52.814Z] ---> afcd32c20621 [2019-09-02T23:21:52.814Z] Step 22/126 : COPY contrib/download-frozen-image-v2.sh / [2019-09-02T23:21:52.814Z] ---> c7fab21d5619 [2019-09-02T23:21:52.814Z] Step 23/126 : RUN /download-frozen-image-v2.sh /build buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251 busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0 busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6 debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60 hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c [2019-09-02T23:21:52.814Z] ---> Running in cf18a479ccc3 [2019-09-02T23:21:54.291Z] Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-09-02T23:21:54.291Z]  [2019-09-02T23:21:55.150Z]  ### 5.4% ##############                      20.7% ##########################                    37.4% ################################   44.5% ##########################################    59.5% ########################################################  79.1% #####################################################################  96.6% ######################################################################## 100.0% [2019-09-02T23:21:55.439Z]  [2019-09-02T23:21:55.724Z]  ####################      28.7% ##############################################   64.4% ######################################################################## 100.0% [2019-09-02T23:21:56.019Z]  [2019-09-02T23:21:56.086Z] 🇩 bin/containerd-stress [2019-09-02T23:21:56.454Z] 🇩 bin/containerd-shim [2019-09-02T23:21:56.589Z]  ##############   20.1% #############################    40.5% ###################################  49.0% #####################################   52.4% ################################################# 68.4% ##################################################################  92.8% ######################################################################## 100.0% [2019-09-02T23:21:57.251Z]  [2019-09-02T23:21:58.618Z]  ###      5.3% ##########   15.2% ##################   25.6% ########################    34.6% ###############################   44.3% ######################################  53.5% ############################################# 63.1% ###############################################   66.5% ###################################################    71.7% #########################################################  79.5% ##############################################################  86.2% ####################################################################      94.8% ######################################################################## 100.0% [2019-09-02T23:21:58.618Z]  [2019-09-02T23:21:59.233Z] Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-09-02T23:21:59.519Z]  [2019-09-02T23:21:59.801Z]  ######################################################################## 100.0% [2019-09-02T23:21:59.801Z]  [2019-09-02T23:22:00.806Z] Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-09-02T23:22:00.806Z]  [2019-09-02T23:22:01.091Z]  ######################################################################## 100.0% [2019-09-02T23:22:01.091Z]  [2019-09-02T23:22:01.706Z] Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-09-02T23:22:01.706Z] skipping existing c8c2d4a6b2e3 [2019-09-02T23:22:01.706Z] [2019-09-02T23:22:02.715Z] Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-09-02T23:22:02.870Z] 🇩 bin/containerd-shim-runc-v1 [2019-09-02T23:22:02.999Z]  [2019-09-02T23:22:02.999Z]  ######################################################################## 100.0% [2019-09-02T23:22:02.999Z]  [2019-09-02T23:22:02.999Z] Download of images into '/build' complete. [2019-09-02T23:22:02.999Z] Use something like the following to load the result into a Docker daemon: [2019-09-02T23:22:02.999Z] tar -cC '/build' . | docker load [2019-09-02T23:22:04.711Z] 🇩 binaries [2019-09-02T23:22:04.711Z] + mkdir -p /build [2019-09-02T23:22:04.711Z] + cp bin/containerd /build/containerd [2019-09-02T23:22:04.711Z] + cp bin/containerd-shim /build/containerd-shim [2019-09-02T23:22:04.711Z] + cp bin/ctr /build/ctr [2019-09-02T23:22:05.678Z] Removing intermediate container cf18a479ccc3 [2019-09-02T23:22:05.678Z] ---> 70435d021789 [2019-09-02T23:22:05.678Z] Step 24/126 : FROM base AS cross-false [2019-09-02T23:22:05.678Z] ---> 3892d6f295ce [2019-09-02T23:22:05.678Z] Step 25/126 : FROM base AS cross-true [2019-09-02T23:22:05.678Z] ---> 3892d6f295ce [2019-09-02T23:22:05.678Z] Step 26/126 : ARG DEBIAN_FRONTEND [2019-09-02T23:22:05.678Z] ---> Using cache [2019-09-02T23:22:05.678Z] ---> f2d94bc5aa65 [2019-09-02T23:22:05.678Z] Step 27/126 : RUN dpkg --add-architecture armhf [2019-09-02T23:22:05.678Z] ---> Running in e748e0e538b8 [2019-09-02T23:22:06.700Z] Removing intermediate container e748e0e538b8 [2019-09-02T23:22:06.700Z] ---> 589e4d61e961 [2019-09-02T23:22:06.700Z] Step 28/126 : RUN dpkg --add-architecture arm64 [2019-09-02T23:22:06.700Z] ---> Running in 9fbc08f98478 [2019-09-02T23:22:07.167Z] Removing intermediate container 009c8053b00d [2019-09-02T23:22:07.167Z] ---> e939116b3319 [2019-09-02T23:22:07.167Z] Step 56/126 : FROM dev-base AS proxy [2019-09-02T23:22:07.167Z] ---> fbd678108d68 [2019-09-02T23:22:07.167Z] Step 57/126 : ENV INSTALL_BINARY_NAME=proxy [2019-09-02T23:22:07.167Z] ---> Running in 3e329428d249 [2019-09-02T23:22:07.319Z] Removing intermediate container 9fbc08f98478 [2019-09-02T23:22:07.319Z] ---> 21080d7134b0 [2019-09-02T23:22:07.319Z] Step 29/126 : RUN dpkg --add-architecture armel [2019-09-02T23:22:07.319Z] ---> Running in c8dac8dbccbd [2019-09-02T23:22:07.542Z] Removing intermediate container 3e329428d249 [2019-09-02T23:22:07.542Z] ---> e62ad2bb26c6 [2019-09-02T23:22:07.542Z] Step 58/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-02T23:22:07.542Z] ---> 630f53d2a46a [2019-09-02T23:22:07.542Z] Step 59/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-02T23:22:07.926Z] ---> 8584151ebbd5 [2019-09-02T23:22:07.926Z] Step 60/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-02T23:22:07.926Z] ---> Running in 07b24eef9598 [2019-09-02T23:22:08.329Z] Removing intermediate container c8dac8dbccbd [2019-09-02T23:22:08.329Z] ---> 603acc670699 [2019-09-02T23:22:08.329Z] Step 30/126 : RUN if [ "$(go env GOHOSTARCH)" = "amd64" ]; then apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-armhf crossbuild-essential-arm64 crossbuild-essential-armel && rm -rf /var/lib/apt/lists/*; fi [2019-09-02T23:22:08.329Z] ---> Running in 793a88c5e350 [2019-09-02T23:22:08.351Z] + RM_GOPATH=0 [2019-09-02T23:22:08.351Z] + TMP_GOPATH= [2019-09-02T23:22:08.351Z] + : /build [2019-09-02T23:22:08.351Z] + '[' -z '' ']' [2019-09-02T23:22:08.351Z] ++ mktemp -d [2019-09-02T23:22:08.351Z] + export GOPATH=/tmp/tmp.8JbPZwEt7r [2019-09-02T23:22:08.351Z] + GOPATH=/tmp/tmp.8JbPZwEt7r [2019-09-02T23:22:08.351Z] + RM_GOPATH=1 [2019-09-02T23:22:08.351Z] ++ dirname ./install.sh [2019-09-02T23:22:08.351Z] + dir=. [2019-09-02T23:22:08.351Z] + bin=proxy [2019-09-02T23:22:08.351Z] + shift [2019-09-02T23:22:08.351Z] + '[' '!' -f ./proxy.installer ']' [2019-09-02T23:22:08.351Z] + . ./proxy.installer [2019-09-02T23:22:08.351Z] ++ LIBNETWORK_COMMIT=09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1 [2019-09-02T23:22:08.351Z] + install_proxy [2019-09-02T23:22:08.351Z] + case "$1" in [2019-09-02T23:22:08.351Z] + export CGO_ENABLED=0 [2019-09-02T23:22:08.351Z] + CGO_ENABLED=0 [2019-09-02T23:22:08.351Z] + _install_proxy [2019-09-02T23:22:08.351Z] + echo 'Install docker-proxy version 09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1' [2019-09-02T23:22:08.351Z] + git clone https://github.com/docker/libnetwork.git /tmp/tmp.8JbPZwEt7r/src/github.com/docker/libnetwork [2019-09-02T23:22:08.351Z] Cloning into '/tmp/tmp.8JbPZwEt7r/src/github.com/docker/libnetwork'... [2019-09-02T23:22:08.351Z] Install docker-proxy version 09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1 [2019-09-02T23:22:08.944Z] Removing intermediate container 793a88c5e350 [2019-09-02T23:22:08.944Z] ---> 6b7e098a635c [2019-09-02T23:22:08.944Z] Step 31/126 : FROM cross-${CROSS} as dev-base [2019-09-02T23:22:08.944Z] ---> 3892d6f295ce [2019-09-02T23:22:08.944Z] Step 32/126 : FROM dev-base AS runtime-dev-cross-false [2019-09-02T23:22:08.944Z] ---> 3892d6f295ce [2019-09-02T23:22:08.944Z] Step 33/126 : ARG DEBIAN_FRONTEND [2019-09-02T23:22:08.944Z] ---> Using cache [2019-09-02T23:22:08.944Z] ---> f2d94bc5aa65 [2019-09-02T23:22:08.944Z] Step 34/126 : RUN apt-get update && apt-get install -y --no-install-recommends libapparmor-dev libseccomp-dev && rm -rf /var/lib/apt/lists/* [2019-09-02T23:22:08.944Z] ---> Running in 133ca5033f19 [2019-09-02T23:22:09.227Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-02T23:22:09.227Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-02T23:22:09.227Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-02T23:22:09.227Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-02T23:22:09.227Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B] [2019-09-02T23:22:09.512Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [482 kB] [2019-09-02T23:22:09.734Z] + cd /tmp/tmp.8JbPZwEt7r/src/github.com/docker/libnetwork [2019-09-02T23:22:09.734Z] + git checkout -q 09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1 [2019-09-02T23:22:09.800Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-09-02T23:22:09.800Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6903 kB] [2019-09-02T23:22:10.109Z] + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-09-02T23:22:11.825Z] Fetched 7718 kB in 2s (3270 kB/s) [2019-09-02T23:22:12.169Z] 3889bb8d808b: Verifying Checksum [2019-09-02T23:22:12.169Z] 3889bb8d808b: Download complete [2019-09-02T23:22:12.599Z] Removing intermediate container 07b24eef9598 [2019-09-02T23:22:12.599Z] ---> adbdab6f176f [2019-09-02T23:22:12.599Z] Step 61/126 : FROM base AS gometalinter [2019-09-02T23:22:12.599Z] ---> fbd678108d68 [2019-09-02T23:22:12.599Z] Step 62/126 : ENV INSTALL_BINARY_NAME=gometalinter [2019-09-02T23:22:12.599Z] ---> Running in 651db939fde6 [2019-09-02T23:22:12.599Z] Removing intermediate container 651db939fde6 [2019-09-02T23:22:12.599Z] ---> d929993ba316 [2019-09-02T23:22:12.599Z] Step 63/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-02T23:22:12.834Z] Reading package lists... [2019-09-02T23:22:13.029Z] ---> 3735d3288f9a [2019-09-02T23:22:13.029Z] Step 64/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-02T23:22:13.029Z] ---> 84e6606750ad [2019-09-02T23:22:13.029Z] Step 65/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-02T23:22:13.029Z] ---> Running in 9ab67f3a6882 [2019-09-02T23:22:13.424Z] + RM_GOPATH=0 [2019-09-02T23:22:13.424Z] + TMP_GOPATH= [2019-09-02T23:22:13.424Z] + : /build [2019-09-02T23:22:13.424Z] + '[' -z '' ']' [2019-09-02T23:22:13.424Z] ++ mktemp -d [2019-09-02T23:22:13.424Z] + export GOPATH=/tmp/tmp.ohuiwG8uVb [2019-09-02T23:22:13.424Z] + GOPATH=/tmp/tmp.ohuiwG8uVb [2019-09-02T23:22:13.424Z] + RM_GOPATH=1 [2019-09-02T23:22:13.424Z] ++ dirname ./install.sh [2019-09-02T23:22:13.424Z] + dir=. [2019-09-02T23:22:13.424Z] + bin=gometalinter [2019-09-02T23:22:13.424Z] + shift [2019-09-02T23:22:13.424Z] + '[' '!' -f ./gometalinter.installer ']' [2019-09-02T23:22:13.424Z] + . ./gometalinter.installer [2019-09-02T23:22:13.424Z] ++ GOMETALINTER_COMMIT=v2.0.6 [2019-09-02T23:22:13.424Z] + install_gometalinter [2019-09-02T23:22:13.424Z] + echo 'Installing gometalinter version v2.0.6' [2019-09-02T23:22:13.424Z] + go get -d github.com/alecthomas/gometalinter [2019-09-02T23:22:13.424Z] Installing gometalinter version v2.0.6 [2019-09-02T23:22:13.845Z] Reading package lists... [2019-09-02T23:22:14.157Z] Building dependency tree... [2019-09-02T23:22:14.157Z] Reading state information... [2019-09-02T23:22:14.157Z] The following additional packages will be installed: [2019-09-02T23:22:14.157Z] libapparmor1 libseccomp2 [2019-09-02T23:22:14.157Z] Suggested packages: [2019-09-02T23:22:14.157Z] seccomp [2019-09-02T23:22:14.157Z] The following NEW packages will be installed: [2019-09-02T23:22:14.157Z] libapparmor-dev libapparmor1 libseccomp-dev libseccomp2 [2019-09-02T23:22:14.157Z] 0 upgraded, 4 newly installed, 0 to remove and 2 not upgraded. [2019-09-02T23:22:14.157Z] Need to get 296 kB of archives. [2019-09-02T23:22:14.157Z] After this operation, 1346 kB of additional disk space will be used. [2019-09-02T23:22:14.157Z] 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-02T23:22:14.202Z] + cd /tmp/tmp.ohuiwG8uVb/src/github.com/alecthomas/gometalinter [2019-09-02T23:22:14.202Z] + git checkout -q v2.0.6 [2019-09-02T23:22:14.530Z] 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-02T23:22:14.530Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor1 ppc64el 2.11.0-3+deb9u2 [77.1 kB] [2019-09-02T23:22:14.530Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libapparmor-dev ppc64el 2.11.0-3+deb9u2 [118 kB] [2019-09-02T23:22:14.530Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-02T23:22:14.530Z] Fetched 296 kB in 0s (1615 kB/s) [2019-09-02T23:22:14.530Z] Selecting previously unselected package libseccomp2:ppc64el. [2019-09-02T23:22:14.588Z] + go build -buildmode=pie -o /build/gometalinter github.com/alecthomas/gometalinter [2019-09-02T23:22:14.871Z] (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-02T23:22:14.871Z] Preparing to unpack .../libseccomp2_2.3.1-2.1+deb9u1_ppc64el.deb ... [2019-09-02T23:22:14.871Z] Unpacking libseccomp2:ppc64el (2.3.1-2.1+deb9u1) ... [2019-09-02T23:22:14.871Z] Selecting previously unselected package libseccomp-dev:ppc64el. [2019-09-02T23:22:14.871Z] Preparing to unpack .../libseccomp-dev_2.3.1-2.1+deb9u1_ppc64el.deb ... [2019-09-02T23:22:14.871Z] Unpacking libseccomp-dev:ppc64el (2.3.1-2.1+deb9u1) ... [2019-09-02T23:22:14.871Z] Selecting previously unselected package libapparmor1:ppc64el. [2019-09-02T23:22:14.871Z] Preparing to unpack .../libapparmor1_2.11.0-3+deb9u2_ppc64el.deb ... [2019-09-02T23:22:14.871Z] Unpacking libapparmor1:ppc64el (2.11.0-3+deb9u2) ... [2019-09-02T23:22:14.871Z] Selecting previously unselected package libapparmor-dev:ppc64el. [2019-09-02T23:22:14.871Z] Preparing to unpack .../libapparmor-dev_2.11.0-3+deb9u2_ppc64el.deb ... [2019-09-02T23:22:14.871Z] Unpacking libapparmor-dev:ppc64el (2.11.0-3+deb9u2) ... [2019-09-02T23:22:14.871Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-02T23:22:14.871Z] Setting up libseccomp2:ppc64el (2.3.1-2.1+deb9u1) ... [2019-09-02T23:22:14.871Z] Setting up libapparmor1:ppc64el (2.11.0-3+deb9u2) ... [2019-09-02T23:22:14.871Z] Setting up libseccomp-dev:ppc64el (2.3.1-2.1+deb9u1) ... [2019-09-02T23:22:14.871Z] Setting up libapparmor-dev:ppc64el (2.11.0-3+deb9u2) ... [2019-09-02T23:22:14.871Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-02T23:22:15.486Z] Removing intermediate container 133ca5033f19 [2019-09-02T23:22:15.486Z] ---> 8472b255530d [2019-09-02T23:22:15.486Z] Step 35/126 : FROM cross-true AS runtime-dev-cross-true [2019-09-02T23:22:15.486Z] ---> 6b7e098a635c [2019-09-02T23:22:15.486Z] Step 36/126 : ARG DEBIAN_FRONTEND [2019-09-02T23:22:15.486Z] ---> Running in eba8d199326d [2019-09-02T23:22:15.486Z] Removing intermediate container eba8d199326d [2019-09-02T23:22:15.486Z] ---> 28e60291cb9a [2019-09-02T23:22:15.486Z] Step 37/126 : RUN if [ "$(go env GOHOSTARCH)" = "amd64" ]; then apt-get update && apt-get install -y --no-install-recommends libseccomp-dev:armhf libseccomp-dev:arm64 libseccomp-dev:armel libapparmor-dev:armhf libapparmor-dev:arm64 libapparmor-dev:armel libapparmor-dev libseccomp-dev && rm -rf /var/lib/apt/lists/*; fi [2019-09-02T23:22:15.486Z] ---> Running in 6b34de44ea83 [2019-09-02T23:22:16.104Z] Removing intermediate container 6b34de44ea83 [2019-09-02T23:22:16.104Z] ---> 248c6161adeb [2019-09-02T23:22:16.104Z] Step 38/126 : FROM runtime-dev-cross-${CROSS} AS runtime-dev [2019-09-02T23:22:16.104Z] ---> 8472b255530d [2019-09-02T23:22:16.104Z] Step 39/126 : FROM base AS tomlv [2019-09-02T23:22:16.104Z] ---> 3892d6f295ce [2019-09-02T23:22:16.104Z] Step 40/126 : ENV INSTALL_BINARY_NAME=tomlv [2019-09-02T23:22:16.104Z] ---> Running in c84e29aa19fe [2019-09-02T23:22:16.389Z] Removing intermediate container c84e29aa19fe [2019-09-02T23:22:16.389Z] ---> 3804eddeb583 [2019-09-02T23:22:16.389Z] Step 41/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-02T23:22:16.389Z] ---> 4e048a6de09c [2019-09-02T23:22:16.389Z] Step 42/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-02T23:22:16.673Z] ---> b53b24eee32b [2019-09-02T23:22:16.673Z] Step 43/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-02T23:22:16.673Z] ---> Running in b3c82c55b7aa [2019-09-02T23:22:16.956Z] + RM_GOPATH=0 [2019-09-02T23:22:16.956Z] + TMP_GOPATH= [2019-09-02T23:22:16.956Z] + : /build [2019-09-02T23:22:16.956Z] + '[' -z '' ']' [2019-09-02T23:22:16.956Z] ++ mktemp -d [2019-09-02T23:22:16.956Z] + export GOPATH=/tmp/tmp.8yE9CQyR6L [2019-09-02T23:22:16.956Z] + GOPATH=/tmp/tmp.8yE9CQyR6L [2019-09-02T23:22:16.956Z] + RM_GOPATH=1 [2019-09-02T23:22:16.956Z] ++ dirname ./install.sh [2019-09-02T23:22:16.956Z] + dir=. [2019-09-02T23:22:16.956Z] + bin=tomlv [2019-09-02T23:22:16.956Z] + shift [2019-09-02T23:22:16.956Z] + '[' '!' -f ./tomlv.installer ']' [2019-09-02T23:22:16.956Z] Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-02T23:22:16.956Z] + . ./tomlv.installer [2019-09-02T23:22:16.956Z] ++ TOMLV_COMMIT=3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-02T23:22:16.956Z] + install_tomlv [2019-09-02T23:22:16.956Z] + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2019-09-02T23:22:16.956Z] + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.8yE9CQyR6L/src/github.com/BurntSushi/toml [2019-09-02T23:22:16.956Z] Cloning into '/tmp/tmp.8yE9CQyR6L/src/github.com/BurntSushi/toml'... [2019-09-02T23:22:17.573Z] + cd /tmp/tmp.8yE9CQyR6L/src/github.com/BurntSushi/toml [2019-09-02T23:22:17.573Z] + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2019-09-02T23:22:17.573Z] + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2019-09-02T23:22:17.573Z] errors [2019-09-02T23:22:17.573Z] math/bits [2019-09-02T23:22:17.573Z] internal/cpu [2019-09-02T23:22:17.573Z] runtime/internal/atomic [2019-09-02T23:22:17.573Z] runtime/internal/sys [2019-09-02T23:22:17.573Z] runtime/internal/math [2019-09-02T23:22:17.860Z] unicode/utf8 [2019-09-02T23:22:17.860Z] internal/bytealg [2019-09-02T23:22:17.860Z] internal/race [2019-09-02T23:22:17.860Z] math [2019-09-02T23:22:17.860Z] sync/atomic [2019-09-02T23:22:17.860Z] unicode [2019-09-02T23:22:17.860Z] internal/testlog [2019-09-02T23:22:17.860Z] runtime [2019-09-02T23:22:17.860Z] encoding [2019-09-02T23:22:17.860Z] runtime/cgo [2019-09-02T23:22:18.487Z] strconv [2019-09-02T23:22:21.967Z] sync [2019-09-02T23:22:21.967Z] io [2019-09-02T23:22:21.967Z] reflect [2019-09-02T23:22:21.967Z] syscall [2019-09-02T23:22:22.256Z] bytes [2019-09-02T23:22:22.256Z] strings [2019-09-02T23:22:22.543Z] bufio [2019-09-02T23:22:22.832Z] path [2019-09-02T23:22:23.015Z] sha256:e9246faf91a6a0056366a8c3da9cb971dcf499ad4046f135065d41766611e01c [2019-09-02T23:22:23.015Z] INFO: Starting docker-py tests... [2019-09-02T23:22:23.015Z] ============================= test session starts ============================== [2019-09-02T23:22:23.015Z] platform linux -- Python 3.6.9, pytest-4.1.0, py-1.8.0, pluggy-0.12.0 [2019-09-02T23:22:23.015Z] rootdir: /src, inifile: pytest.ini [2019-09-02T23:22:23.015Z] plugins: timeout-1.3.3, cov-2.6.1 [2019-09-02T23:22:23.120Z] text/tabwriter [2019-09-02T23:22:23.120Z] internal/syscall/unix [2019-09-02T23:22:23.120Z] time [2019-09-02T23:22:23.938Z] collected 385 items / 5 deselected [2019-09-02T23:22:23.938Z] [2019-09-02T23:22:23.996Z] + GOBIN=/build [2019-09-02T23:22:23.996Z] + /build/gometalinter --install [2019-09-02T23:22:23.996Z] Installing: [2019-09-02T23:22:23.996Z] deadcode [2019-09-02T23:22:23.996Z] dupl [2019-09-02T23:22:23.996Z] errcheck [2019-09-02T23:22:23.996Z] gas [2019-09-02T23:22:23.996Z] gochecknoglobals [2019-09-02T23:22:23.996Z] gochecknoinits [2019-09-02T23:22:23.996Z] goconst [2019-09-02T23:22:23.996Z] gocyclo [2019-09-02T23:22:23.996Z] goimports [2019-09-02T23:22:23.996Z] golint [2019-09-02T23:22:23.996Z] gosimple [2019-09-02T23:22:23.996Z] gotype [2019-09-02T23:22:23.996Z] gotypex [2019-09-02T23:22:23.996Z] ineffassign [2019-09-02T23:22:23.996Z] interfacer [2019-09-02T23:22:23.996Z] lll [2019-09-02T23:22:23.996Z] maligned [2019-09-02T23:22:23.996Z] megacheck [2019-09-02T23:22:23.996Z] misspell [2019-09-02T23:22:23.996Z] nakedret [2019-09-02T23:22:23.996Z] safesql [2019-09-02T23:22:23.996Z] staticcheck [2019-09-02T23:22:23.996Z] structcheck [2019-09-02T23:22:23.996Z] unconvert [2019-09-02T23:22:23.996Z] unparam [2019-09-02T23:22:23.996Z] unused [2019-09-02T23:22:23.996Z] varcheck [2019-09-02T23:22:24.133Z] internal/poll [2019-09-02T23:22:24.133Z] sort [2019-09-02T23:22:24.133Z] internal/fmtsort [2019-09-02T23:22:24.133Z] os [2019-09-02T23:22:24.417Z] path/filepath [2019-09-02T23:22:24.417Z] fmt [2019-09-02T23:22:24.702Z] io/ioutil [2019-09-02T23:22:24.987Z] log [2019-09-02T23:22:24.987Z] flag [2019-09-02T23:22:24.987Z] github.com/BurntSushi/toml [2019-09-02T23:22:25.604Z] github.com/BurntSushi/toml/cmd/tomlv [2019-09-02T23:22:27.630Z] Removing intermediate container b3c82c55b7aa [2019-09-02T23:22:27.630Z] ---> 7b0656e7e445 [2019-09-02T23:22:27.630Z] Step 44/126 : FROM base AS vndr [2019-09-02T23:22:27.630Z] ---> 3892d6f295ce [2019-09-02T23:22:27.630Z] Step 45/126 : ENV INSTALL_BINARY_NAME=vndr [2019-09-02T23:22:27.630Z] ---> Running in 31f6a1216510 [2019-09-02T23:22:27.630Z] Removing intermediate container 31f6a1216510 [2019-09-02T23:22:27.630Z] ---> abbc345ca59e [2019-09-02T23:22:27.630Z] Step 46/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-02T23:22:27.630Z] ---> a7628d742af7 [2019-09-02T23:22:27.630Z] Step 47/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-02T23:22:27.630Z] ---> 5b552dbfd0bb [2019-09-02T23:22:27.630Z] Step 48/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-02T23:22:27.630Z] ---> Running in 36191cf66967 [2019-09-02T23:22:28.250Z] + RM_GOPATH=0 [2019-09-02T23:22:28.250Z] + TMP_GOPATH= [2019-09-02T23:22:28.250Z] + : /build [2019-09-02T23:22:28.250Z] + '[' -z '' ']' [2019-09-02T23:22:28.250Z] ++ mktemp -d [2019-09-02T23:22:28.250Z] + export GOPATH=/tmp/tmp.1QrTOliA6t [2019-09-02T23:22:28.250Z] + GOPATH=/tmp/tmp.1QrTOliA6t [2019-09-02T23:22:28.250Z] + RM_GOPATH=1 [2019-09-02T23:22:28.250Z] ++ dirname ./install.sh [2019-09-02T23:22:28.250Z] + dir=. [2019-09-02T23:22:28.250Z] + bin=vndr [2019-09-02T23:22:28.250Z] + shift [2019-09-02T23:22:28.250Z] + '[' '!' -f ./vndr.installer ']' [2019-09-02T23:22:28.250Z] + . ./vndr.installer [2019-09-02T23:22:28.250Z] ++ VNDR_COMMIT=f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-02T23:22:28.250Z] + install_vndr [2019-09-02T23:22:28.250Z] + echo 'Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0' [2019-09-02T23:22:28.250Z] + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.1QrTOliA6t/src/github.com/LK4D4/vndr [2019-09-02T23:22:28.250Z] Install vndr version f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-02T23:22:28.250Z] Cloning into '/tmp/tmp.1QrTOliA6t/src/github.com/LK4D4/vndr'... [2019-09-02T23:22:28.549Z] + cd /tmp/tmp.1QrTOliA6t/src/github.com/LK4D4/vndr [2019-09-02T23:22:28.549Z] + git checkout -q f5ab8fc5fb64d66b5c6e55a0bcb58b2e92362fa0 [2019-09-02T23:22:28.549Z] + go build -buildmode=pie -v -o /build/vndr . [2019-09-02T23:22:28.549Z] internal/cpu [2019-09-02T23:22:28.549Z] runtime/internal/atomic [2019-09-02T23:22:28.549Z] internal/race [2019-09-02T23:22:28.549Z] errors [2019-09-02T23:22:28.837Z] runtime/internal/sys [2019-09-02T23:22:28.837Z] sync/atomic [2019-09-02T23:22:28.837Z] unicode [2019-09-02T23:22:28.837Z] runtime/internal/math [2019-09-02T23:22:28.837Z] internal/bytealg [2019-09-02T23:22:28.837Z] unicode/utf8 [2019-09-02T23:22:28.837Z] math/bits [2019-09-02T23:22:28.838Z] internal/testlog [2019-09-02T23:22:28.838Z] encoding [2019-09-02T23:22:28.838Z] unicode/utf16 [2019-09-02T23:22:28.838Z] container/list [2019-09-02T23:22:29.124Z] math [2019-09-02T23:22:29.124Z] runtime [2019-09-02T23:22:29.124Z] crypto/internal/subtle [2019-09-02T23:22:29.124Z] crypto/subtle [2019-09-02T23:22:29.124Z] internal/x/crypto/cryptobyte/asn1 [2019-09-02T23:22:29.124Z] internal/nettrace [2019-09-02T23:22:29.124Z] internal/x/net/dns/dnsmessage [2019-09-02T23:22:29.413Z] runtime/cgo [2019-09-02T23:22:29.704Z] strconv [2019-09-02T23:22:30.330Z] crypto/rc4 [2019-09-02T23:22:33.796Z] sync [2019-09-02T23:22:33.796Z] github.com/LK4D4/vndr/godl/singleflight [2019-09-02T23:22:33.796Z] io [2019-09-02T23:22:33.796Z] reflect [2019-09-02T23:22:33.796Z] syscall [2019-09-02T23:22:33.796Z] math/rand [2019-09-02T23:22:33.796Z] bytes [2019-09-02T23:22:33.796Z] strings [2019-09-02T23:22:34.083Z] bufio [2019-09-02T23:22:34.369Z] path [2019-09-02T23:22:34.369Z] hash [2019-09-02T23:22:34.369Z] crypto/internal/randutil [2019-09-02T23:22:34.658Z] hash/crc32 [2019-09-02T23:22:34.658Z] crypto [2019-09-02T23:22:34.658Z] crypto/sha512 [2019-09-02T23:22:34.658Z] time [2019-09-02T23:22:34.658Z] internal/syscall/unix [2019-09-02T23:22:34.945Z] crypto/hmac [2019-09-02T23:22:34.946Z] crypto/sha1 [2019-09-02T23:22:34.946Z] crypto/sha256 [2019-09-02T23:22:34.946Z] internal/singleflight [2019-09-02T23:22:35.232Z] internal/x/crypto/hkdf [2019-09-02T23:22:35.232Z] internal/x/text/transform [2019-09-02T23:22:35.870Z] encoding/binary [2019-09-02T23:22:35.870Z] sort [2019-09-02T23:22:35.870Z] internal/poll [2019-09-02T23:22:35.870Z] internal/fmtsort [2019-09-02T23:22:35.870Z] regexp/syntax [2019-09-02T23:22:36.157Z] crypto/cipher [2019-09-02T23:22:36.157Z] encoding/base64 [2019-09-02T23:22:36.157Z] os [2019-09-02T23:22:36.445Z] crypto/md5 [2019-09-02T23:22:36.445Z] crypto/aes [2019-09-02T23:22:36.733Z] crypto/des [2019-09-02T23:22:36.733Z] encoding/pem [2019-09-02T23:22:36.733Z] internal/x/crypto/internal/chacha20 [2019-09-02T23:22:37.020Z] internal/x/crypto/poly1305 [2019-09-02T23:22:37.020Z] internal/x/crypto/curve25519 [2019-09-02T23:22:37.020Z] internal/x/crypto/chacha20poly1305 [2019-09-02T23:22:37.020Z] fmt [2019-09-02T23:22:37.020Z] path/filepath [2019-09-02T23:22:37.020Z] regexp [2019-09-02T23:22:37.304Z] io/ioutil [2019-09-02T23:22:37.924Z] go/token [2019-09-02T23:22:37.924Z] flag [2019-09-02T23:22:37.924Z] net/url [2019-09-02T23:22:37.924Z] text/template/parse [2019-09-02T23:22:37.924Z] go/scanner [2019-09-02T23:22:38.209Z] log [2019-09-02T23:22:38.209Z] encoding/json [2019-09-02T23:22:38.209Z] go/ast [2019-09-02T23:22:38.209Z] encoding/xml [2019-09-02T23:22:39.230Z] text/template [2019-09-02T23:22:39.518Z] go/parser [2019-09-02T23:22:39.518Z] compress/flate [2019-09-02T23:22:40.142Z] context [2019-09-02T23:22:40.429Z] compress/gzip [2019-09-02T23:22:40.429Z] math/big [2019-09-02T23:22:40.429Z] encoding/hex [2019-09-02T23:22:40.429Z] internal/x/text/unicode/bidi [2019-09-02T23:22:40.429Z] net [2019-09-02T23:22:40.429Z] go/doc [2019-09-02T23:22:40.770Z] Removing intermediate container 9ab67f3a6882 [2019-09-02T23:22:40.770Z] ---> 76fa300a156a [2019-09-02T23:22:40.770Z] Step 66/126 : FROM base AS gotestsum [2019-09-02T23:22:40.770Z] ---> fbd678108d68 [2019-09-02T23:22:40.770Z] Step 67/126 : ENV INSTALL_BINARY_NAME=gotestsum [2019-09-02T23:22:41.055Z] internal/x/text/secure/bidirule [2019-09-02T23:22:41.055Z] internal/x/text/unicode/norm [2019-09-02T23:22:41.138Z] ---> Running in 21f2272f5de3 [2019-09-02T23:22:41.138Z] Removing intermediate container 21f2272f5de3 [2019-09-02T23:22:41.138Z] ---> 2f1e06b25065 [2019-09-02T23:22:41.138Z] Step 68/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-02T23:22:41.515Z] ---> 1686b89e41ea [2019-09-02T23:22:41.515Z] Step 69/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-02T23:22:41.515Z] ---> cd0fff41962c [2019-09-02T23:22:41.515Z] Step 70/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-02T23:22:41.515Z] ---> Running in c7abafc0f1e1 [2019-09-02T23:22:41.680Z] github.com/LK4D4/vndr/build [2019-09-02T23:22:41.881Z] + RM_GOPATH=0 [2019-09-02T23:22:41.881Z] + TMP_GOPATH= [2019-09-02T23:22:41.881Z] + : /build [2019-09-02T23:22:41.881Z] + '[' -z '' ']' [2019-09-02T23:22:41.881Z] ++ mktemp -d [2019-09-02T23:22:41.881Z] Installing gotestsum version v0.3.5 [2019-09-02T23:22:41.881Z] + export GOPATH=/tmp/tmp.T0hjRx4rel [2019-09-02T23:22:41.881Z] + GOPATH=/tmp/tmp.T0hjRx4rel [2019-09-02T23:22:41.881Z] + RM_GOPATH=1 [2019-09-02T23:22:41.881Z] ++ dirname ./install.sh [2019-09-02T23:22:41.881Z] + dir=. [2019-09-02T23:22:41.881Z] + bin=gotestsum [2019-09-02T23:22:41.881Z] + shift [2019-09-02T23:22:41.881Z] + '[' '!' -f ./gotestsum.installer ']' [2019-09-02T23:22:41.881Z] + . ./gotestsum.installer [2019-09-02T23:22:41.881Z] ++ GOTESTSUM_COMMIT=v0.3.5 [2019-09-02T23:22:41.881Z] + install_gotestsum [2019-09-02T23:22:41.881Z] + echo 'Installing gotestsum version v0.3.5' [2019-09-02T23:22:41.881Z] + go get -d gotest.tools/gotestsum [2019-09-02T23:22:42.707Z] internal/x/net/idna [2019-09-02T23:22:42.707Z] internal/x/net/http2/hpack [2019-09-02T23:22:42.707Z] crypto/rand [2019-09-02T23:22:42.994Z] crypto/elliptic [2019-09-02T23:22:42.994Z] encoding/asn1 [2019-09-02T23:22:43.284Z] crypto/rsa [2019-09-02T23:22:43.571Z] crypto/dsa [2019-09-02T23:22:43.571Z] mime [2019-09-02T23:22:43.857Z] crypto/ecdsa [2019-09-02T23:22:43.857Z] crypto/x509/pkix [2019-09-02T23:22:44.144Z] internal/x/crypto/cryptobyte [2019-09-02T23:22:44.144Z] mime/quotedprintable [2019-09-02T23:22:44.144Z] net/http/internal [2019-09-02T23:22:44.144Z] os/exec [2019-09-02T23:22:45.212Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-09-02T23:22:45.623Z] internal/x/net/http/httpproxy [2019-09-02T23:22:45.623Z] net/textproto [2019-09-02T23:22:45.623Z] crypto/x509 [2019-09-02T23:22:45.776Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-09-02T23:22:45.908Z] internal/x/net/http/httpguts [2019-09-02T23:22:45.908Z] mime/multipart [2019-09-02T23:22:46.079Z] + cd /tmp/tmp.T0hjRx4rel/src/gotest.tools/gotestsum [2019-09-02T23:22:46.079Z] + git checkout -q v0.3.5 [2019-09-02T23:22:46.468Z] + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-09-02T23:22:46.525Z] crypto/tls [2019-09-02T23:22:48.560Z] net/http/httptrace [2019-09-02T23:22:48.560Z] net/http [2019-09-02T23:22:50.118Z] tests/integration/api_build_test.py ......................X [ 6%] [2019-09-02T23:22:50.676Z] tests/integration/api_client_test.py ..... [ 7%] [2019-09-02T23:22:52.031Z] github.com/LK4D4/vndr/godl [2019-09-02T23:22:52.031Z] github.com/LK4D4/vndr [2019-09-02T23:22:53.117Z] tests/integration/api_config_test.py ..... [ 8%] [2019-09-02T23:22:55.758Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-09-02T23:22:56.420Z] Removing intermediate container 36191cf66967 [2019-09-02T23:22:56.420Z] ---> 26ac1f14e712 [2019-09-02T23:22:56.420Z] Step 49/126 : FROM dev-base AS containerd [2019-09-02T23:22:56.420Z] ---> 3892d6f295ce [2019-09-02T23:22:56.420Z] Step 50/126 : ARG DEBIAN_FRONTEND [2019-09-02T23:22:56.420Z] ---> Using cache [2019-09-02T23:22:56.420Z] ---> f2d94bc5aa65 [2019-09-02T23:22:56.420Z] Step 51/126 : RUN apt-get update && apt-get install -y --no-install-recommends btrfs-tools && rm -rf /var/lib/apt/lists/* [2019-09-02T23:22:56.420Z] ---> Running in 374fcb598319 [2019-09-02T23:22:56.420Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-02T23:22:56.420Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-02T23:22:56.420Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-02T23:22:56.420Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-02T23:22:56.420Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B] [2019-09-02T23:22:56.420Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [482 kB] [2019-09-02T23:22:56.702Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-09-02T23:22:56.985Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6903 kB] [2019-09-02T23:22:57.935Z] Removing intermediate container c7abafc0f1e1 [2019-09-02T23:22:57.935Z] ---> 28401a71e022 [2019-09-02T23:22:57.935Z] Step 71/126 : FROM dev-base AS dockercli [2019-09-02T23:22:57.935Z] ---> fbd678108d68 [2019-09-02T23:22:57.935Z] Step 72/126 : ENV INSTALL_BINARY_NAME=dockercli [2019-09-02T23:22:57.935Z] ---> Running in f2ed99e71819 [2019-09-02T23:22:57.935Z] Removing intermediate container f2ed99e71819 [2019-09-02T23:22:57.935Z] ---> 315a574707a7 [2019-09-02T23:22:57.935Z] Step 73/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-02T23:22:57.935Z] ---> caa0203f9846 [2019-09-02T23:22:57.935Z] Step 74/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-02T23:22:57.935Z] ---> 1071e3748815 [2019-09-02T23:22:57.935Z] Step 75/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-02T23:22:57.935Z] ---> Running in c3f3bad2df07 [2019-09-02T23:22:57.935Z] + RM_GOPATH=0 [2019-09-02T23:22:57.935Z] + TMP_GOPATH= [2019-09-02T23:22:57.935Z] + : /build [2019-09-02T23:22:57.935Z] + '[' -z '' ']' [2019-09-02T23:22:57.935Z] ++ mktemp -d [2019-09-02T23:22:57.935Z] + export GOPATH=/tmp/tmp.n4miyxLxfj [2019-09-02T23:22:57.935Z] + GOPATH=/tmp/tmp.n4miyxLxfj [2019-09-02T23:22:57.935Z] + RM_GOPATH=1 [2019-09-02T23:22:57.935Z] ++ dirname ./install.sh [2019-09-02T23:22:57.935Z] + dir=. [2019-09-02T23:22:57.935Z] + bin=dockercli [2019-09-02T23:22:57.935Z] + shift [2019-09-02T23:22:57.935Z] + '[' '!' -f ./dockercli.installer ']' [2019-09-02T23:22:57.935Z] + . ./dockercli.installer [2019-09-02T23:22:57.935Z] ++ DOCKERCLI_CHANNEL=stable [2019-09-02T23:22:57.935Z] ++ DOCKERCLI_VERSION=17.06.2-ce [2019-09-02T23:22:57.935Z] + install_dockercli [2019-09-02T23:22:57.935Z] + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-09-02T23:22:57.935Z] ++ uname -m [2019-09-02T23:22:57.935Z] Install docker/cli version 17.06.2-ce from stable [2019-09-02T23:22:57.935Z] + arch=s390x [2019-09-02T23:22:57.935Z] + '[' s390x '!=' x86_64 ']' [2019-09-02T23:22:57.935Z] + '[' s390x '!=' s390x ']' [2019-09-02T23:22:57.935Z] + url=https://download.docker.com/linux/static [2019-09-02T23:22:57.935Z] + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2019-09-02T23:22:57.935Z] + tar -xz docker/docker [2019-09-02T23:22:59.007Z] Fetched 7718 kB in 2s (3155 kB/s) [2019-09-02T23:22:59.198Z] + mkdir -p /build [2019-09-02T23:22:59.198Z] + mv docker/docker /build/ [2019-09-02T23:22:59.198Z] + rmdir docker [2019-09-02T23:22:59.567Z] Removing intermediate container c3f3bad2df07 [2019-09-02T23:22:59.567Z] ---> 74df0375e8fb [2019-09-02T23:22:59.567Z] Step 76/126 : FROM runtime-dev AS runc [2019-09-02T23:22:59.567Z] ---> a48e5a07b5e6 [2019-09-02T23:22:59.567Z] Step 77/126 : ENV INSTALL_BINARY_NAME=runc [2019-09-02T23:22:59.567Z] ---> Running in afc6ce82e237 [2019-09-02T23:22:59.621Z] Reading package lists... [2019-09-02T23:22:59.935Z] Removing intermediate container afc6ce82e237 [2019-09-02T23:22:59.935Z] ---> 6493d11fa608 [2019-09-02T23:22:59.935Z] Step 78/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-02T23:22:59.935Z] ---> 9a92266fa9a5 [2019-09-02T23:22:59.935Z] Step 79/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-02T23:23:00.299Z] ---> 4af1dc6daf01 [2019-09-02T23:23:00.299Z] Step 80/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-02T23:23:00.299Z] ---> Running in 73e5ae14bc84 [2019-09-02T23:23:00.668Z] + RM_GOPATH=0 [2019-09-02T23:23:00.668Z] + TMP_GOPATH= [2019-09-02T23:23:00.668Z] + : /build [2019-09-02T23:23:00.668Z] + '[' -z '' ']' [2019-09-02T23:23:00.668Z] ++ mktemp -d [2019-09-02T23:23:00.668Z] + export GOPATH=/tmp/tmp.jsUI1Li89U [2019-09-02T23:23:00.668Z] + GOPATH=/tmp/tmp.jsUI1Li89U [2019-09-02T23:23:00.668Z] + RM_GOPATH=1 [2019-09-02T23:23:00.668Z] ++ dirname ./install.sh [2019-09-02T23:23:00.668Z] + dir=. [2019-09-02T23:23:00.668Z] + bin=runc [2019-09-02T23:23:00.668Z] + shift [2019-09-02T23:23:00.668Z] + '[' '!' -f ./runc.installer ']' [2019-09-02T23:23:00.668Z] + . ./runc.installer [2019-09-02T23:23:00.668Z] ++ RUNC_COMMIT=425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-02T23:23:00.668Z] + install_runc [2019-09-02T23:23:00.668Z] + uname -r [2019-09-02T23:23:00.668Z] + grep -q '^3\.10\.0.*\.el7\.' [2019-09-02T23:23:00.668Z] + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-09-02T23:23:00.668Z] + echo 'Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux )' [2019-09-02T23:23:00.668Z] + git clone https://github.com/opencontainers/runc.git /tmp/tmp.jsUI1Li89U/src/github.com/opencontainers/runc [2019-09-02T23:23:00.668Z] Cloning into '/tmp/tmp.jsUI1Li89U/src/github.com/opencontainers/runc'... [2019-09-02T23:23:00.668Z] Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux ) [2019-09-02T23:23:00.916Z] Reading package lists... [2019-09-02T23:23:01.211Z] Building dependency tree... [2019-09-02T23:23:01.211Z] Reading state information... [2019-09-02T23:23:01.211Z] The following additional packages will be installed: [2019-09-02T23:23:01.211Z] btrfs-progs liblzo2-2 [2019-09-02T23:23:01.494Z] The following NEW packages will be installed: [2019-09-02T23:23:01.494Z] btrfs-progs btrfs-tools liblzo2-2 [2019-09-02T23:23:01.494Z] 0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded. [2019-09-02T23:23:01.494Z] Need to get 588 kB of archives. [2019-09-02T23:23:01.494Z] After this operation, 5005 kB of additional disk space will be used. [2019-09-02T23:23:01.494Z] 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-02T23:23:01.494Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-progs ppc64el 4.7.3-1 [520 kB] [2019-09-02T23:23:01.494Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-tools ppc64el 4.7.3-1 [16.9 kB] [2019-09-02T23:23:01.596Z] + cd /tmp/tmp.jsUI1Li89U/src/github.com/opencontainers/runc [2019-09-02T23:23:01.596Z] + git checkout -q 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-02T23:23:01.596Z] + '[' -z '' ']' [2019-09-02T23:23:01.596Z] + target=static [2019-09-02T23:23:01.596Z] + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-09-02T23:23:01.777Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-02T23:23:01.777Z] Fetched 588 kB in 0s (6135 kB/s) [2019-09-02T23:23:01.777Z] Selecting previously unselected package liblzo2-2:ppc64el. [2019-09-02T23:23:01.777Z] (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-02T23:23:01.777Z] Preparing to unpack .../liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-09-02T23:23:01.777Z] Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-09-02T23:23:01.777Z] Selecting previously unselected package btrfs-progs. [2019-09-02T23:23:01.777Z] Preparing to unpack .../btrfs-progs_4.7.3-1_ppc64el.deb ... [2019-09-02T23:23:01.777Z] Unpacking btrfs-progs (4.7.3-1) ... [2019-09-02T23:23:01.777Z] Selecting previously unselected package btrfs-tools. [2019-09-02T23:23:01.777Z] Preparing to unpack .../btrfs-tools_4.7.3-1_ppc64el.deb ... [2019-09-02T23:23:01.777Z] Unpacking btrfs-tools (4.7.3-1) ... [2019-09-02T23:23:01.777Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-02T23:23:01.777Z] Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-09-02T23:23:01.990Z] 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-02T23:23:02.060Z] Setting up btrfs-progs (4.7.3-1) ... [2019-09-02T23:23:02.060Z] Setting up btrfs-tools (4.7.3-1) ... [2019-09-02T23:23:02.061Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-02T23:23:02.307Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-09-02T23:23:02.344Z] Removing intermediate container 374fcb598319 [2019-09-02T23:23:02.344Z] ---> e429970d9669 [2019-09-02T23:23:02.344Z] Step 52/126 : ENV INSTALL_BINARY_NAME=containerd [2019-09-02T23:23:02.344Z] ---> Running in b192f7499f01 [2019-09-02T23:23:02.627Z] Removing intermediate container b192f7499f01 [2019-09-02T23:23:02.627Z] ---> 6a1c3ca7f46f [2019-09-02T23:23:02.627Z] Step 53/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-02T23:23:02.627Z] ---> df2ff8f98cde [2019-09-02T23:23:02.627Z] Step 54/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-02T23:23:02.910Z] ---> 7c3de6da1150 [2019-09-02T23:23:02.910Z] Step 55/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-02T23:23:02.910Z] ---> Running in 7b1189059e84 [2019-09-02T23:23:03.193Z] + RM_GOPATH=0 [2019-09-02T23:23:03.193Z] + TMP_GOPATH= [2019-09-02T23:23:03.193Z] + : /build [2019-09-02T23:23:03.193Z] + '[' -z '' ']' [2019-09-02T23:23:03.193Z] ++ mktemp -d [2019-09-02T23:23:03.193Z] + export GOPATH=/tmp/tmp.Yt24hdOfi6 [2019-09-02T23:23:03.193Z] + GOPATH=/tmp/tmp.Yt24hdOfi6 [2019-09-02T23:23:03.193Z] + RM_GOPATH=1 [2019-09-02T23:23:03.193Z] ++ dirname ./install.sh [2019-09-02T23:23:03.193Z] + dir=. [2019-09-02T23:23:03.193Z] Install containerd version a4bc1d432a2c33aa2eed37f338dceabb93641310 [2019-09-02T23:23:03.193Z] + bin=containerd [2019-09-02T23:23:03.193Z] + shift [2019-09-02T23:23:03.193Z] + '[' '!' -f ./containerd.installer ']' [2019-09-02T23:23:03.193Z] + . ./containerd.installer [2019-09-02T23:23:03.193Z] ++ CONTAINERD_COMMIT=a4bc1d432a2c33aa2eed37f338dceabb93641310 [2019-09-02T23:23:03.193Z] + install_containerd [2019-09-02T23:23:03.193Z] + echo 'Install containerd version a4bc1d432a2c33aa2eed37f338dceabb93641310' [2019-09-02T23:23:03.193Z] + git clone https://github.com/containerd/containerd.git /tmp/tmp.Yt24hdOfi6/src/github.com/containerd/containerd [2019-09-02T23:23:03.193Z] Cloning into '/tmp/tmp.Yt24hdOfi6/src/github.com/containerd/containerd'... [2019-09-02T23:23:10.052Z] + cd /tmp/tmp.Yt24hdOfi6/src/github.com/containerd/containerd [2019-09-02T23:23:10.052Z] + git checkout -q a4bc1d432a2c33aa2eed37f338dceabb93641310 [2019-09-02T23:23:10.336Z] + export 'BUILDTAGS=netgo osusergo static_build' [2019-09-02T23:23:10.336Z] + BUILDTAGS='netgo osusergo static_build' [2019-09-02T23:23:10.336Z] + export EXTRA_FLAGS=-buildmode=pie [2019-09-02T23:23:10.336Z] + EXTRA_FLAGS=-buildmode=pie [2019-09-02T23:23:10.336Z] + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2019-09-02T23:23:10.336Z] + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2019-09-02T23:23:10.336Z] + '[' '' = dynamic ']' [2019-09-02T23:23:10.336Z] + make [2019-09-02T23:23:10.336Z] 🇩 bin/ctr [2019-09-02T23:23:10.405Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-09-02T23:23:15.780Z] 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-02T23:23:15.780Z] + mkdir -p /build [2019-09-02T23:23:15.780Z] + cp runc /build/runc [2019-09-02T23:23:16.554Z] Removing intermediate container 73e5ae14bc84 [2019-09-02T23:23:16.554Z] ---> 09c40fdd3f98 [2019-09-02T23:23:16.554Z] Step 81/126 : FROM dev-base AS tini [2019-09-02T23:23:16.554Z] ---> fbd678108d68 [2019-09-02T23:23:16.554Z] Step 82/126 : ARG DEBIAN_FRONTEND [2019-09-02T23:23:16.554Z] ---> Using cache [2019-09-02T23:23:16.554Z] ---> a85f3fe4bf7b [2019-09-02T23:23:16.554Z] Step 83/126 : RUN apt-get update && apt-get install -y --no-install-recommends cmake vim-common && rm -rf /var/lib/apt/lists/* [2019-09-02T23:23:16.554Z] ---> Running in d7dd776bd01f [2019-09-02T23:23:16.917Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-02T23:23:16.917Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-02T23:23:16.917Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-02T23:23:16.917Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-02T23:23:16.954Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-09-02T23:23:17.289Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B] [2019-09-02T23:23:17.289Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [486 kB] [2019-09-02T23:23:17.289Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-02T23:23:17.289Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-02T23:23:18.536Z] Fetched 7671 kB in 1s (4916 kB/s) [2019-09-02T23:23:18.977Z] Reading package lists... [2019-09-02T23:23:19.861Z] Reading package lists... [2019-09-02T23:23:19.862Z] Building dependency tree... [2019-09-02T23:23:19.862Z] Reading state information... [2019-09-02T23:23:19.862Z] The following additional packages will be installed: [2019-09-02T23:23:19.862Z] cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-09-02T23:23:19.862Z] Suggested packages: [2019-09-02T23:23:19.862Z] codeblocks eclipse ninja-build lrzip [2019-09-02T23:23:19.862Z] Recommended packages: [2019-09-02T23:23:19.862Z] xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-09-02T23:23:19.862Z] The following NEW packages will be installed: [2019-09-02T23:23:19.862Z] cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-09-02T23:23:19.862Z] vim-common xxd [2019-09-02T23:23:19.862Z] 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded. [2019-09-02T23:23:19.862Z] Need to get 13.2 MB of archives. [2019-09-02T23:23:19.862Z] After this operation, 59.4 MB of additional disk space will be used. [2019-09-02T23:23:19.862Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x cmake-data all 3.7.2-1 [1216 kB] [2019-09-02T23:23:19.862Z] 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-02T23:23:19.862Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libicu57 s390x 57.1-6+deb9u2 [7531 kB] [2019-09-02T23:23:20.243Z] 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-02T23:23:20.243Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libarchive13 s390x 3.2.2-2+deb9u1 [283 kB] [2019-09-02T23:23:20.243Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2019-09-02T23:23:20.243Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libuv1 s390x 1.9.1-3 [82.4 kB] [2019-09-02T23:23:20.243Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x cmake s390x 3.7.2-1 [2797 kB] [2019-09-02T23:23:20.243Z] Get:9 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x xxd s390x 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-02T23:23:20.243Z] Get:10 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-02T23:23:20.243Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-02T23:23:20.243Z] Fetched 13.2 MB in 0s (46.8 MB/s) [2019-09-02T23:23:20.243Z] Selecting previously unselected package cmake-data. [2019-09-02T23:23:20.243Z] (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-02T23:23:20.243Z] Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-09-02T23:23:20.243Z] Unpacking cmake-data (3.7.2-1) ... [2019-09-02T23:23:20.608Z] Selecting previously unselected package liblzo2-2:s390x. [2019-09-02T23:23:20.608Z] Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-09-02T23:23:20.608Z] Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-02T23:23:20.608Z] Selecting previously unselected package libicu57:s390x. [2019-09-02T23:23:20.608Z] Preparing to unpack .../2-libicu57_57.1-6+deb9u2_s390x.deb ... [2019-09-02T23:23:20.608Z] Unpacking libicu57:s390x (57.1-6+deb9u2) ... [2019-09-02T23:23:21.401Z] Selecting previously unselected package libxml2:s390x. [2019-09-02T23:23:21.401Z] Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_s390x.deb ... [2019-09-02T23:23:21.401Z] Unpacking libxml2:s390x (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-02T23:23:21.767Z] Selecting previously unselected package libarchive13:s390x. [2019-09-02T23:23:21.767Z] Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_s390x.deb ... [2019-09-02T23:23:21.767Z] Unpacking libarchive13:s390x (3.2.2-2+deb9u1) ... [2019-09-02T23:23:21.767Z] Selecting previously unselected package libjsoncpp1:s390x. [2019-09-02T23:23:21.767Z] Preparing to unpack .../5-libjsoncpp1_1.7.4-3_s390x.deb ... [2019-09-02T23:23:21.767Z] Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2019-09-02T23:23:21.767Z] Selecting previously unselected package libuv1:s390x. [2019-09-02T23:23:21.767Z] Preparing to unpack .../6-libuv1_1.9.1-3_s390x.deb ... [2019-09-02T23:23:21.767Z] Unpacking libuv1:s390x (1.9.1-3) ... [2019-09-02T23:23:21.767Z] Selecting previously unselected package cmake. [2019-09-02T23:23:21.767Z] Preparing to unpack .../7-cmake_3.7.2-1_s390x.deb ... [2019-09-02T23:23:21.767Z] Unpacking cmake (3.7.2-1) ... [2019-09-02T23:23:22.140Z] Selecting previously unselected package xxd. [2019-09-02T23:23:22.140Z] Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-09-02T23:23:22.140Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-02T23:23:22.140Z] Selecting previously unselected package vim-common. [2019-09-02T23:23:22.140Z] Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-02T23:23:22.140Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-02T23:23:22.140Z] Processing triggers for mime-support (3.60) ... [2019-09-02T23:23:22.505Z] Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-02T23:23:22.505Z] Setting up libuv1:s390x (1.9.1-3) ... [2019-09-02T23:23:22.505Z] Setting up cmake-data (3.7.2-1) ... [2019-09-02T23:23:22.505Z] Setting up libicu57:s390x (57.1-6+deb9u2) ... [2019-09-02T23:23:22.505Z] Setting up libxml2:s390x (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-02T23:23:22.505Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-02T23:23:22.505Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-02T23:23:22.505Z] Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-02T23:23:22.505Z] Setting up libjsoncpp1:s390x (1.7.4-3) ... [2019-09-02T23:23:22.505Z] Setting up libarchive13:s390x (3.2.2-2+deb9u1) ... [2019-09-02T23:23:22.505Z] Setting up cmake (3.7.2-1) ... [2019-09-02T23:23:22.505Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-02T23:23:23.326Z] Removing intermediate container d7dd776bd01f [2019-09-02T23:23:23.326Z] ---> d7e00ef0c698 [2019-09-02T23:23:23.326Z] Step 84/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-02T23:23:23.732Z] ---> 5e8f11961e70 [2019-09-02T23:23:23.732Z] Step 85/126 : ENV INSTALL_BINARY_NAME=tini [2019-09-02T23:23:23.732Z] ---> Running in 8e98d406be14 [2019-09-02T23:23:24.148Z] Removing intermediate container 8e98d406be14 [2019-09-02T23:23:24.148Z] ---> 8d7a22ebca0c [2019-09-02T23:23:24.148Z] Step 86/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-02T23:23:24.148Z] ---> 5e666688f787 [2019-09-02T23:23:24.148Z] Step 87/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-02T23:23:24.148Z] ---> Running in f712a7095e07 [2019-09-02T23:23:24.528Z] + RM_GOPATH=0 [2019-09-02T23:23:24.528Z] + TMP_GOPATH= [2019-09-02T23:23:24.528Z] + : /build [2019-09-02T23:23:24.528Z] + '[' -z '' ']' [2019-09-02T23:23:24.528Z] ++ mktemp -d [2019-09-02T23:23:24.528Z] + export GOPATH=/tmp/tmp.r7HupdsyLM [2019-09-02T23:23:24.528Z] + GOPATH=/tmp/tmp.r7HupdsyLM [2019-09-02T23:23:24.528Z] + RM_GOPATH=1 [2019-09-02T23:23:24.528Z] ++ dirname ./install.sh [2019-09-02T23:23:24.528Z] + dir=. [2019-09-02T23:23:24.528Z] + bin=tini [2019-09-02T23:23:24.528Z] + shift [2019-09-02T23:23:24.528Z] + '[' '!' -f ./tini.installer ']' [2019-09-02T23:23:24.528Z] + . ./tini.installer [2019-09-02T23:23:24.528Z] ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-02T23:23:24.528Z] Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-02T23:23:24.528Z] + install_tini [2019-09-02T23:23:24.528Z] + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-09-02T23:23:24.528Z] + git clone https://github.com/krallin/tini.git /tmp/tmp.r7HupdsyLM/tini [2019-09-02T23:23:24.528Z] Cloning into '/tmp/tmp.r7HupdsyLM/tini'... [2019-09-02T23:23:24.901Z] + cd /tmp/tmp.r7HupdsyLM/tini [2019-09-02T23:23:24.901Z] + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-02T23:23:24.901Z] + cmake . [2019-09-02T23:23:24.901Z] -- The C compiler identification is GNU 6.3.0 [2019-09-02T23:23:24.901Z] -- Check for working C compiler: /usr/bin/cc [2019-09-02T23:23:24.901Z] -- Check for working C compiler: /usr/bin/cc -- works [2019-09-02T23:23:24.901Z] -- Detecting C compiler ABI info [2019-09-02T23:23:24.901Z] -- Detecting C compiler ABI info - done [2019-09-02T23:23:25.058Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-09-02T23:23:25.058Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-09-02T23:23:25.268Z] -- Detecting C compile features [2019-09-02T23:23:25.268Z] -- Detecting C compile features - done [2019-09-02T23:23:25.268Z] -- Performing Test HAS_BUILTIN_FORTIFY [2019-09-02T23:23:25.268Z] -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-09-02T23:23:25.268Z] -- Configuring done [2019-09-02T23:23:25.268Z] -- Generating done [2019-09-02T23:23:25.268Z] -- Build files have been written to: /tmp/tmp.r7HupdsyLM/tini [2019-09-02T23:23:25.268Z] + make tini-static [2019-09-02T23:23:25.268Z] Scanning dependencies of target tini-static [2019-09-02T23:23:25.268Z] [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-09-02T23:23:25.628Z] [100%] Linking C executable tini-static [2019-09-02T23:23:25.628Z] [100%] Built target tini-static [2019-09-02T23:23:25.628Z] + mkdir -p /build [2019-09-02T23:23:25.628Z] + cp tini-static /build/docker-init [2019-09-02T23:23:25.991Z] Removing intermediate container f712a7095e07 [2019-09-02T23:23:25.991Z] ---> 9d93f19b1ab3 [2019-09-02T23:23:25.991Z] Step 88/126 : FROM dev-base AS rootlesskit [2019-09-02T23:23:25.991Z] ---> fbd678108d68 [2019-09-02T23:23:25.991Z] Step 89/126 : ENV INSTALL_BINARY_NAME=rootlesskit [2019-09-02T23:23:26.352Z] ---> Running in ace3ed68c940 [2019-09-02T23:23:26.352Z] Removing intermediate container ace3ed68c940 [2019-09-02T23:23:26.352Z] ---> 48c4e744b352 [2019-09-02T23:23:26.352Z] Step 90/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-02T23:23:26.715Z] ---> 164a53f6b015 [2019-09-02T23:23:26.715Z] Step 91/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-02T23:23:26.715Z] ---> ec2f1f618d59 [2019-09-02T23:23:26.715Z] Step 92/126 : RUN PREFIX=/build/ ./install.sh $INSTALL_BINARY_NAME [2019-09-02T23:23:27.104Z] ---> Running in 2ab837298dcb [2019-09-02T23:23:27.104Z] + RM_GOPATH=0 [2019-09-02T23:23:27.104Z] + TMP_GOPATH= [2019-09-02T23:23:27.104Z] + : /build/ [2019-09-02T23:23:27.104Z] + '[' -z '' ']' [2019-09-02T23:23:27.104Z] ++ mktemp -d [2019-09-02T23:23:27.104Z] + export GOPATH=/tmp/tmp.5IhzQpzanj [2019-09-02T23:23:27.104Z] + GOPATH=/tmp/tmp.5IhzQpzanj [2019-09-02T23:23:27.104Z] + RM_GOPATH=1 [2019-09-02T23:23:27.104Z] ++ dirname ./install.sh [2019-09-02T23:23:27.104Z] + dir=. [2019-09-02T23:23:27.104Z] + bin=rootlesskit [2019-09-02T23:23:27.104Z] + shift [2019-09-02T23:23:27.104Z] + '[' '!' -f ./rootlesskit.installer ']' [2019-09-02T23:23:27.104Z] + . ./rootlesskit.installer [2019-09-02T23:23:27.104Z] ++ ROOTLESSKIT_COMMIT=2fcff6ceae968a1d895e6205e5154b107247356f [2019-09-02T23:23:27.104Z] + install_rootlesskit [2019-09-02T23:23:27.104Z] + case "$1" in [2019-09-02T23:23:27.104Z] + export CGO_ENABLED=0 [2019-09-02T23:23:27.104Z] + CGO_ENABLED=0 [2019-09-02T23:23:27.104Z] + _install_rootlesskit [2019-09-02T23:23:27.104Z] + echo 'Install rootlesskit version 2fcff6ceae968a1d895e6205e5154b107247356f' [2019-09-02T23:23:27.104Z] Install rootlesskit version 2fcff6ceae968a1d895e6205e5154b107247356f [2019-09-02T23:23:27.104Z] + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.5IhzQpzanj/src/github.com/rootless-containers/rootlesskit [2019-09-02T23:23:27.104Z] Cloning into '/tmp/tmp.5IhzQpzanj/src/github.com/rootless-containers/rootlesskit'... [2019-09-02T23:23:28.033Z] + cd /tmp/tmp.5IhzQpzanj/src/github.com/rootless-containers/rootlesskit [2019-09-02T23:23:28.033Z] + git checkout -q 2fcff6ceae968a1d895e6205e5154b107247356f [2019-09-02T23:23:28.033Z] + for f in rootlesskit rootlesskit-docker-proxy [2019-09-02T23:23:28.033Z] + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-09-02T23:23:33.159Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-09-02T23:23:33.256Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2019-09-02T23:23:35.916Z] + for f in rootlesskit rootlesskit-docker-proxy [2019-09-02T23:23:35.916Z] + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-09-02T23:23:36.435Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-09-02T23:23:36.778Z] Removing intermediate container 2ab837298dcb [2019-09-02T23:23:36.778Z] ---> 6d2c6da9d711 [2019-09-02T23:23:36.778Z] Step 93/126 : COPY ./contrib/dockerd-rootless.sh /build [2019-09-02T23:23:37.156Z] ---> 7212a025b951 [2019-09-02T23:23:37.156Z] Step 94/126 : FROM runtime-dev AS dev [2019-09-02T23:23:37.156Z] ---> a48e5a07b5e6 [2019-09-02T23:23:37.156Z] Step 95/126 : ARG DEBIAN_FRONTEND [2019-09-02T23:23:37.156Z] ---> Running in d738e8e69b15 [2019-09-02T23:23:37.156Z] Removing intermediate container d738e8e69b15 [2019-09-02T23:23:37.156Z] ---> 9d9e50ab727c [2019-09-02T23:23:37.156Z] Step 96/126 : RUN groupadd -r docker [2019-09-02T23:23:37.517Z] ---> Running in cb270167b399 [2019-09-02T23:23:38.331Z] Removing intermediate container cb270167b399 [2019-09-02T23:23:38.331Z] ---> 9e37d20fae84 [2019-09-02T23:23:38.331Z] Step 97/126 : RUN useradd --create-home --gid docker unprivilegeduser [2019-09-02T23:23:38.331Z] ---> Running in cb494535e6c2 [2019-09-02T23:23:39.117Z] Removing intermediate container cb494535e6c2 [2019-09-02T23:23:39.117Z] ---> 640e57e6c6c5 [2019-09-02T23:23:39.117Z] Step 98/126 : RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2019-09-02T23:23:39.489Z] ---> Running in 5c17714f839e [2019-09-02T23:23:39.854Z] '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-09-02T23:23:40.219Z] Removing intermediate container 5c17714f839e [2019-09-02T23:23:40.219Z] ---> 95e0729a7b89 [2019-09-02T23:23:40.219Z] Step 99/126 : RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2019-09-02T23:23:40.219Z] ---> Running in 1df94351323b [2019-09-02T23:23:41.119Z] Removing intermediate container 1df94351323b [2019-09-02T23:23:41.119Z] ---> 4f72c462bfb1 [2019-09-02T23:23:41.119Z] Step 100/126 : RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2019-09-02T23:23:41.119Z] ---> Running in 67f8a9daf00f [2019-09-02T23:23:41.901Z] Removing intermediate container 67f8a9daf00f [2019-09-02T23:23:41.901Z] ---> 3e726d15507f [2019-09-02T23:23:41.901Z] Step 101/126 : RUN ldconfig [2019-09-02T23:23:42.265Z] ---> Running in d3b8b4328438 [2019-09-02T23:23:42.989Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-09-02T23:23:43.056Z] Removing intermediate container d3b8b4328438 [2019-09-02T23:23:43.056Z] ---> fa0dd76c8536 [2019-09-02T23:23:43.056Z] Step 102/126 : RUN apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion btrfs-tools iptables jq libcap2-bin libdevmapper-dev libudev-dev libsystemd-dev binutils-mingw-w64 g++-mingw-w64-x86-64 net-tools pigz python3-pip python3-setuptools python3-wheel thin-provisioning-tools vim vim-common xfsprogs zip bzip2 xz-utils libprotobuf-c1 libnet1 libnl-3-200 && rm -rf /var/lib/apt/lists/* [2019-09-02T23:23:43.056Z] ---> Running in 43d6e36fe2f6 [2019-09-02T23:23:43.421Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-02T23:23:43.421Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-02T23:23:43.791Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-02T23:23:43.791Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-02T23:23:43.791Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B] [2019-09-02T23:23:43.791Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x Packages [486 kB] [2019-09-02T23:23:43.791Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main s390x Packages [27.3 kB] [2019-09-02T23:23:43.791Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x Packages [6852 kB] [2019-09-02T23:23:45.032Z] Fetched 7671 kB in 1s (4769 kB/s) [2019-09-02T23:23:45.399Z] Reading package lists... [2019-09-02T23:23:46.253Z] Reading package lists... [2019-09-02T23:23:46.253Z] Building dependency tree... [2019-09-02T23:23:46.253Z] Reading state information... [2019-09-02T23:23:46.253Z] The following additional packages will be installed: [2019-09-02T23:23:46.253Z] binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-09-02T23:23:46.253Z] dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-09-02T23:23:46.253Z] libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-09-02T23:23:46.253Z] libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-09-02T23:23:46.253Z] libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-09-02T23:23:46.253Z] libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-09-02T23:23:46.253Z] libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-09-02T23:23:46.253Z] mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-09-02T23:23:46.253Z] python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-09-02T23:23:46.253Z] Suggested packages: [2019-09-02T23:23:46.253Z] apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-09-02T23:23:46.253Z] gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-09-02T23:23:46.253Z] python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-09-02T23:23:46.253Z] vim-doc vim-scripts xfsdump acl attr quota [2019-09-02T23:23:46.253Z] Recommended packages: [2019-09-02T23:23:46.253Z] aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-09-02T23:23:46.253Z] python3-keyrings.alt python3-xdg unzip [2019-09-02T23:23:47.089Z] The following NEW packages will be installed: [2019-09-02T23:23:47.089Z] apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-09-02T23:23:47.089Z] binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-09-02T23:23:47.089Z] bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-09-02T23:23:47.089Z] gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-09-02T23:23:47.089Z] libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-09-02T23:23:47.089Z] libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-09-02T23:23:47.089Z] libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-09-02T23:23:47.089Z] libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-09-02T23:23:47.089Z] libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-09-02T23:23:47.089Z] libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-09-02T23:23:47.089Z] mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-09-02T23:23:47.089Z] python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-09-02T23:23:47.089Z] python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-09-02T23:23:47.089Z] xfsprogs xxd xz-utils zip [2019-09-02T23:23:47.089Z] 0 upgraded, 69 newly installed, 0 to remove and 2 not upgraded. [2019-09-02T23:23:47.089Z] Need to get 88.2 MB of archives. [2019-09-02T23:23:47.089Z] After this operation, 565 MB of additional disk space will be used. [2019-09-02T23:23:47.089Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main s390x bash-completion all 1:2.1-4.3 [178 kB] [2019-09-02T23:23:47.089Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnet1 s390x 1.1.6+dfsg-3 [57.1 kB] [2019-09-02T23:23:47.089Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnfnetlink0 s390x 1.0.1-3 [13.7 kB] [2019-09-02T23:23:47.089Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcrecpp0v5 s390x 2:8.39-3 [151 kB] [2019-09-02T23:23:47.089Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libudev-dev s390x 232-25+deb9u11 [92.4 kB] [2019-09-02T23:23:47.089Z] 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-02T23:23:47.089Z] 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-02T23:23:47.089Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-minimal s390x 3.5.3-1 [35.3 kB] [2019-09-02T23:23:47.089Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libmpdec2 s390x 2.4.2-1 [83.6 kB] [2019-09-02T23:23:47.089Z] 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-02T23:23:47.089Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3.5 s390x 3.5.3-1+deb9u1 [229 kB] [2019-09-02T23:23:47.089Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpython3-stdlib s390x 3.5.3-1 [18.6 kB] [2019-09-02T23:23:47.089Z] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main s390x dh-python all 2.20170125 [86.8 kB] [2019-09-02T23:23:47.089Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3 s390x 3.5.3-1 [21.6 kB] [2019-09-02T23:23:47.089Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main s390x pigz s390x 2.3.4-1 [51.1 kB] [2019-09-02T23:23:47.089Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libip4tc0 s390x 1.6.0+snapshot20161117-6 [67.9 kB] [2019-09-02T23:23:47.089Z] Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libip6tc0 s390x 1.6.0+snapshot20161117-6 [68.2 kB] [2019-09-02T23:23:47.089Z] Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libiptc0 s390x 1.6.0+snapshot20161117-6 [57.6 kB] [2019-09-02T23:23:47.089Z] Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libxtables12 s390x 1.6.0+snapshot20161117-6 [75.3 kB] [2019-09-02T23:23:47.089Z] Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libnetfilter-conntrack3 s390x 1.0.6-2 [37.1 kB] [2019-09-02T23:23:47.089Z] Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main s390x iptables s390x 1.6.0+snapshot20161117-6 [282 kB] [2019-09-02T23:23:47.089Z] Get:22 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x xxd s390x 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-02T23:23:47.089Z] Get:23 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-02T23:23:47.089Z] Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main s390x bzip2 s390x 1.0.6-8.1 [48.1 kB] [2019-09-02T23:23:47.089Z] 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-02T23:23:47.089Z] 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-02T23:23:47.089Z] Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main s390x aufs-tools s390x 1:4.1+20161219-1 [102 kB] [2019-09-02T23:23:47.089Z] 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-02T23:23:47.089Z] Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-progs s390x 4.7.3-1 [595 kB] [2019-09-02T23:23:47.089Z] Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main s390x btrfs-tools s390x 4.7.3-1 [16.9 kB] [2019-09-02T23:23:47.089Z] 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-02T23:23:47.089Z] Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main s390x dmsetup s390x 2:1.02.137-2 [104 kB] [2019-09-02T23:23:47.089Z] Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libonig4 s390x 6.1.3-2 [142 kB] [2019-09-02T23:23:47.089Z] Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libjq1 s390x 1.5+dfsg-1.3 [126 kB] [2019-09-02T23:23:47.089Z] Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main s390x jq s390x 1.5+dfsg-1.3 [59.2 kB] [2019-09-02T23:23:47.089Z] Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libaio1 s390x 0.3.110-3 [9482 B] [2019-09-02T23:23:47.089Z] Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libcap2-bin s390x 1:2.25-1 [26.8 kB] [2019-09-02T23:23:47.089Z] 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-02T23:23:47.089Z] Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsepol1-dev s390x 2.6-2 [293 kB] [2019-09-02T23:23:47.089Z] Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre16-3 s390x 2:8.39-3 [189 kB] [2019-09-02T23:23:47.089Z] Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre32-3 s390x 2:8.39-3 [184 kB] [2019-09-02T23:23:47.089Z] Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libpcre3-dev s390x 2:8.39-3 [488 kB] [2019-09-02T23:23:47.089Z] Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libselinux1-dev s390x 2.6-3+b3 [182 kB] [2019-09-02T23:23:47.089Z] 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-02T23:23:47.089Z] 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-02T23:23:47.089Z] Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libprotobuf-c1 s390x 1.2.1-2 [25.1 kB] [2019-09-02T23:23:47.089Z] Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libreadline5 s390x 5.2+dfsg-3+b1 [120 kB] [2019-09-02T23:23:47.089Z] Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main s390x libsystemd-dev s390x 232-25+deb9u11 [1762 kB] [2019-09-02T23:23:47.089Z] Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main s390x net-tools s390x 1.60+git20161116.90da8a0-1 [243 kB] [2019-09-02T23:23:47.089Z] 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-02T23:23:47.089Z] Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-09-02T23:23:47.089Z] Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-pkg-resources all 33.1.1-1 [137 kB] [2019-09-02T23:23:47.089Z] Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-setuptools all 33.1.1-1 [215 kB] [2019-09-02T23:23:47.089Z] Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main s390x python3-wheel all 0.29.0-2 [51.8 kB] [2019-09-02T23:23:47.089Z] 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-02T23:23:47.089Z] Get:56 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-09-02T23:23:47.479Z] Get:57 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main s390x vim s390x 2:8.0.0197-4+deb9u3 [994 kB] [2019-09-02T23:23:47.479Z] Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main s390x xfsprogs s390x 4.9.0+nmu1 [786 kB] [2019-09-02T23:23:47.479Z] Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main s390x zip s390x 3.0-11+b1 [232 kB] [2019-09-02T23:23:47.479Z] 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-02T23:23:47.479Z] Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main s390x apparmor s390x 2.11.0-3+deb9u2 [532 kB] [2019-09-02T23:23:47.479Z] 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-02T23:23:47.479Z] 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-02T23:23:47.479Z] 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-02T23:23:47.479Z] Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main s390x mingw-w64-common all 5.0.1-1 [4764 kB] [2019-09-02T23:23:47.479Z] 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-02T23:23:47.479Z] 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-02T23:23:47.479Z] 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-02T23:23:47.860Z] 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-02T23:23:48.655Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-02T23:23:48.655Z] Fetched 88.2 MB in 1s (58.7 MB/s) [2019-09-02T23:23:48.655Z] Selecting previously unselected package bash-completion. [2019-09-02T23:23:48.655Z] (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-02T23:23:48.655Z] Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-09-02T23:23:49.020Z] Unpacking bash-completion (1:2.1-4.3) ... [2019-09-02T23:23:49.020Z] Selecting previously unselected package libnet1:s390x. [2019-09-02T23:23:49.020Z] Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_s390x.deb ... [2019-09-02T23:23:49.020Z] Unpacking libnet1:s390x (1.1.6+dfsg-3) ... [2019-09-02T23:23:49.020Z] Selecting previously unselected package libnfnetlink0:s390x. [2019-09-02T23:23:49.020Z] Preparing to unpack .../02-libnfnetlink0_1.0.1-3_s390x.deb ... [2019-09-02T23:23:49.385Z] Unpacking libnfnetlink0:s390x (1.0.1-3) ... [2019-09-02T23:23:49.385Z] Selecting previously unselected package libpcrecpp0v5:s390x. [2019-09-02T23:23:49.385Z] Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_s390x.deb ... [2019-09-02T23:23:49.385Z] Unpacking libpcrecpp0v5:s390x (2:8.39-3) ... [2019-09-02T23:23:49.385Z] Selecting previously unselected package libudev-dev:s390x. [2019-09-02T23:23:49.385Z] Preparing to unpack .../04-libudev-dev_232-25+deb9u11_s390x.deb ... [2019-09-02T23:23:49.385Z] Unpacking libudev-dev:s390x (232-25+deb9u11) ... [2019-09-02T23:23:49.385Z] Selecting previously unselected package libpython3.5-minimal:s390x. [2019-09-02T23:23:49.385Z] Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_s390x.deb ... [2019-09-02T23:23:49.385Z] Unpacking libpython3.5-minimal:s390x (3.5.3-1+deb9u1) ... [2019-09-02T23:23:49.385Z] Selecting previously unselected package python3.5-minimal. [2019-09-02T23:23:49.385Z] Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_s390x.deb ... [2019-09-02T23:23:49.385Z] Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-02T23:23:49.747Z] Selecting previously unselected package python3-minimal. [2019-09-02T23:23:49.747Z] Preparing to unpack .../07-python3-minimal_3.5.3-1_s390x.deb ... [2019-09-02T23:23:49.747Z] Unpacking python3-minimal (3.5.3-1) ... [2019-09-02T23:23:49.747Z] Selecting previously unselected package libmpdec2:s390x. [2019-09-02T23:23:49.747Z] Preparing to unpack .../08-libmpdec2_2.4.2-1_s390x.deb ... [2019-09-02T23:23:49.747Z] Unpacking libmpdec2:s390x (2.4.2-1) ... [2019-09-02T23:23:49.747Z] Selecting previously unselected package libpython3.5-stdlib:s390x. [2019-09-02T23:23:49.747Z] Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_s390x.deb ... [2019-09-02T23:23:49.747Z] Unpacking libpython3.5-stdlib:s390x (3.5.3-1+deb9u1) ... [2019-09-02T23:23:50.177Z] Selecting previously unselected package python3.5. [2019-09-02T23:23:50.177Z] Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_s390x.deb ... [2019-09-02T23:23:50.177Z] Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-09-02T23:23:50.177Z] Selecting previously unselected package libpython3-stdlib:s390x. [2019-09-02T23:23:50.177Z] Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_s390x.deb ... [2019-09-02T23:23:50.177Z] Unpacking libpython3-stdlib:s390x (3.5.3-1) ... [2019-09-02T23:23:50.177Z] Selecting previously unselected package dh-python. [2019-09-02T23:23:50.177Z] Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-09-02T23:23:50.177Z] Unpacking dh-python (2.20170125) ... [2019-09-02T23:23:50.177Z] Setting up libpython3.5-minimal:s390x (3.5.3-1+deb9u1) ... [2019-09-02T23:23:50.177Z] Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-02T23:23:50.629Z] Setting up python3-minimal (3.5.3-1) ... [2019-09-02T23:23:50.629Z] Selecting previously unselected package python3. [2019-09-02T23:23:50.629Z] (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-02T23:23:50.629Z] Preparing to unpack .../00-python3_3.5.3-1_s390x.deb ... [2019-09-02T23:23:50.629Z] Unpacking python3 (3.5.3-1) ... [2019-09-02T23:23:50.629Z] Selecting previously unselected package pigz. [2019-09-02T23:23:50.629Z] Preparing to unpack .../01-pigz_2.3.4-1_s390x.deb ... [2019-09-02T23:23:50.629Z] Unpacking pigz (2.3.4-1) ... [2019-09-02T23:23:51.008Z] Selecting previously unselected package libip4tc0:s390x. [2019-09-02T23:23:51.008Z] Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-02T23:23:51.008Z] Unpacking libip4tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-02T23:23:51.008Z] Selecting previously unselected package libip6tc0:s390x. [2019-09-02T23:23:51.008Z] Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-02T23:23:51.008Z] Unpacking libip6tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-02T23:23:51.008Z] Selecting previously unselected package libiptc0:s390x. [2019-09-02T23:23:51.008Z] Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-02T23:23:51.008Z] Unpacking libiptc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-02T23:23:51.008Z] Selecting previously unselected package libxtables12:s390x. [2019-09-02T23:23:51.008Z] Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-02T23:23:51.008Z] Unpacking libxtables12:s390x (1.6.0+snapshot20161117-6) ... [2019-09-02T23:23:51.008Z] Selecting previously unselected package libnetfilter-conntrack3:s390x. [2019-09-02T23:23:51.008Z] Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_s390x.deb ... [2019-09-02T23:23:51.008Z] Unpacking libnetfilter-conntrack3:s390x (1.0.6-2) ... [2019-09-02T23:23:51.008Z] Selecting previously unselected package iptables. [2019-09-02T23:23:51.008Z] Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_s390x.deb ... [2019-09-02T23:23:51.008Z] Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-09-02T23:23:51.008Z] Selecting previously unselected package xxd. [2019-09-02T23:23:51.008Z] Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-09-02T23:23:51.008Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-02T23:23:51.008Z] Selecting previously unselected package vim-common. [2019-09-02T23:23:51.008Z] Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-02T23:23:51.008Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-02T23:23:51.008Z] Selecting previously unselected package bzip2. [2019-09-02T23:23:51.008Z] Preparing to unpack .../10-bzip2_1.0.6-8.1_s390x.deb ... [2019-09-02T23:23:51.008Z] Unpacking bzip2 (1.0.6-8.1) ... [2019-09-02T23:23:51.008Z] Selecting previously unselected package libgpm2:s390x. [2019-09-02T23:23:51.008Z] Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_s390x.deb ... [2019-09-02T23:23:51.008Z] Unpacking libgpm2:s390x (1.20.4-6.2+b1) ... [2019-09-02T23:23:51.008Z] Selecting previously unselected package xz-utils. [2019-09-02T23:23:51.008Z] Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_s390x.deb ... [2019-09-02T23:23:51.008Z] Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-09-02T23:23:51.087Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-09-02T23:23:51.396Z] Selecting previously unselected package aufs-tools. [2019-09-02T23:23:51.396Z] Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_s390x.deb ... [2019-09-02T23:23:51.396Z] Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-09-02T23:23:51.396Z] Selecting previously unselected package liblzo2-2:s390x. [2019-09-02T23:23:51.396Z] Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_s390x.deb ... [2019-09-02T23:23:51.396Z] Unpacking liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-02T23:23:51.396Z] Selecting previously unselected package btrfs-progs. [2019-09-02T23:23:51.396Z] Preparing to unpack .../15-btrfs-progs_4.7.3-1_s390x.deb ... [2019-09-02T23:23:51.396Z] Unpacking btrfs-progs (4.7.3-1) ... [2019-09-02T23:23:51.396Z] Selecting previously unselected package btrfs-tools. [2019-09-02T23:23:51.396Z] Preparing to unpack .../16-btrfs-tools_4.7.3-1_s390x.deb ... [2019-09-02T23:23:51.396Z] Unpacking btrfs-tools (4.7.3-1) ... [2019-09-02T23:23:51.396Z] Selecting previously unselected package libdevmapper1.02.1:s390x. [2019-09-02T23:23:51.396Z] Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_s390x.deb ... [2019-09-02T23:23:51.396Z] Unpacking libdevmapper1.02.1:s390x (2:1.02.137-2) ... [2019-09-02T23:23:51.396Z] Selecting previously unselected package dmsetup. [2019-09-02T23:23:51.396Z] Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_s390x.deb ... [2019-09-02T23:23:51.396Z] Unpacking dmsetup (2:1.02.137-2) ... [2019-09-02T23:23:51.396Z] Selecting previously unselected package libonig4:s390x. [2019-09-02T23:23:51.396Z] Preparing to unpack .../19-libonig4_6.1.3-2_s390x.deb ... [2019-09-02T23:23:51.396Z] Unpacking libonig4:s390x (6.1.3-2) ... [2019-09-02T23:23:51.396Z] Selecting previously unselected package libjq1:s390x. [2019-09-02T23:23:51.396Z] Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_s390x.deb ... [2019-09-02T23:23:51.396Z] Unpacking libjq1:s390x (1.5+dfsg-1.3) ... [2019-09-02T23:23:51.780Z] Selecting previously unselected package jq. [2019-09-02T23:23:51.780Z] Preparing to unpack .../21-jq_1.5+dfsg-1.3_s390x.deb ... [2019-09-02T23:23:51.780Z] Unpacking jq (1.5+dfsg-1.3) ... [2019-09-02T23:23:51.780Z] Selecting previously unselected package libaio1:s390x. [2019-09-02T23:23:51.780Z] Preparing to unpack .../22-libaio1_0.3.110-3_s390x.deb ... [2019-09-02T23:23:51.780Z] Unpacking libaio1:s390x (0.3.110-3) ... [2019-09-02T23:23:51.780Z] Selecting previously unselected package libcap2-bin. [2019-09-02T23:23:51.780Z] Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_s390x.deb ... [2019-09-02T23:23:51.780Z] Unpacking libcap2-bin (1:2.25-1) ... [2019-09-02T23:23:51.780Z] Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2019-09-02T23:23:51.780Z] Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_s390x.deb ... [2019-09-02T23:23:51.780Z] Unpacking libdevmapper-event1.02.1:s390x (2:1.02.137-2) ... [2019-09-02T23:23:51.780Z] Selecting previously unselected package libsepol1-dev:s390x. [2019-09-02T23:23:51.780Z] Preparing to unpack .../25-libsepol1-dev_2.6-2_s390x.deb ... [2019-09-02T23:23:51.780Z] Unpacking libsepol1-dev:s390x (2.6-2) ... [2019-09-02T23:23:51.780Z] Selecting previously unselected package libpcre16-3:s390x. [2019-09-02T23:23:51.780Z] Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_s390x.deb ... [2019-09-02T23:23:51.780Z] Unpacking libpcre16-3:s390x (2:8.39-3) ... [2019-09-02T23:23:51.780Z] Selecting previously unselected package libpcre32-3:s390x. [2019-09-02T23:23:51.780Z] Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_s390x.deb ... [2019-09-02T23:23:51.780Z] Unpacking libpcre32-3:s390x (2:8.39-3) ... [2019-09-02T23:23:51.780Z] Selecting previously unselected package libpcre3-dev:s390x. [2019-09-02T23:23:51.780Z] Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_s390x.deb ... [2019-09-02T23:23:51.780Z] Unpacking libpcre3-dev:s390x (2:8.39-3) ... [2019-09-02T23:23:52.172Z] Selecting previously unselected package libselinux1-dev:s390x. [2019-09-02T23:23:52.172Z] Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_s390x.deb ... [2019-09-02T23:23:52.172Z] Unpacking libselinux1-dev:s390x (2.6-3+b3) ... [2019-09-02T23:23:52.172Z] Selecting previously unselected package libdevmapper-dev:s390x. [2019-09-02T23:23:52.172Z] Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_s390x.deb ... [2019-09-02T23:23:52.172Z] Unpacking libdevmapper-dev:s390x (2:1.02.137-2) ... [2019-09-02T23:23:52.172Z] Selecting previously unselected package libnl-3-200:s390x. [2019-09-02T23:23:52.172Z] Preparing to unpack .../31-libnl-3-200_3.2.27-2_s390x.deb ... [2019-09-02T23:23:52.172Z] Unpacking libnl-3-200:s390x (3.2.27-2) ... [2019-09-02T23:23:52.172Z] Selecting previously unselected package libprotobuf-c1:s390x. [2019-09-02T23:23:52.172Z] Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_s390x.deb ... [2019-09-02T23:23:52.172Z] Unpacking libprotobuf-c1:s390x (1.2.1-2) ... [2019-09-02T23:23:52.172Z] Selecting previously unselected package libreadline5:s390x. [2019-09-02T23:23:52.172Z] Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_s390x.deb ... [2019-09-02T23:23:52.172Z] Unpacking libreadline5:s390x (5.2+dfsg-3+b1) ... [2019-09-02T23:23:52.172Z] Selecting previously unselected package libsystemd-dev:s390x. [2019-09-02T23:23:52.172Z] Preparing to unpack .../34-libsystemd-dev_232-25+deb9u11_s390x.deb ... [2019-09-02T23:23:52.172Z] Unpacking libsystemd-dev:s390x (232-25+deb9u11) ... [2019-09-02T23:23:52.536Z] Selecting previously unselected package net-tools. [2019-09-02T23:23:52.536Z] Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_s390x.deb ... [2019-09-02T23:23:52.536Z] Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-02T23:23:52.536Z] Selecting previously unselected package python-pip-whl. [2019-09-02T23:23:52.536Z] Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-09-02T23:23:52.536Z] Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-02T23:23:52.536Z] Selecting previously unselected package python3-pip. [2019-09-02T23:23:52.536Z] Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-09-02T23:23:52.536Z] Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-09-02T23:23:52.918Z] Selecting previously unselected package python3-pkg-resources. [2019-09-02T23:23:52.918Z] Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-09-02T23:23:52.918Z] Unpacking python3-pkg-resources (33.1.1-1) ... [2019-09-02T23:23:52.918Z] Selecting previously unselected package python3-setuptools. [2019-09-02T23:23:52.918Z] Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-09-02T23:23:52.918Z] Unpacking python3-setuptools (33.1.1-1) ... [2019-09-02T23:23:52.918Z] Selecting previously unselected package python3-wheel. [2019-09-02T23:23:52.918Z] Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-09-02T23:23:52.918Z] Unpacking python3-wheel (0.29.0-2) ... [2019-09-02T23:23:52.918Z] Selecting previously unselected package thin-provisioning-tools. [2019-09-02T23:23:52.918Z] Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_s390x.deb ... [2019-09-02T23:23:52.918Z] Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-02T23:23:52.918Z] Selecting previously unselected package vim-runtime. [2019-09-02T23:23:52.918Z] Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-02T23:23:52.918Z] 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-02T23:23:52.918Z] Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-09-02T23:23:52.918Z] Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-02T23:23:53.709Z] Selecting previously unselected package vim. [2019-09-02T23:23:53.709Z] Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_s390x.deb ... [2019-09-02T23:23:53.709Z] Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-09-02T23:23:53.709Z] Selecting previously unselected package xfsprogs. [2019-09-02T23:23:53.709Z] Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_s390x.deb ... [2019-09-02T23:23:53.709Z] Unpacking xfsprogs (4.9.0+nmu1) ... [2019-09-02T23:23:53.709Z] Selecting previously unselected package zip. [2019-09-02T23:23:53.709Z] Preparing to unpack .../45-zip_3.0-11+b1_s390x.deb ... [2019-09-02T23:23:53.709Z] Unpacking zip (3.0-11+b1) ... [2019-09-02T23:23:54.086Z] Selecting previously unselected package libapparmor-perl. [2019-09-02T23:23:54.086Z] Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_s390x.deb ... [2019-09-02T23:23:54.086Z] Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-02T23:23:54.086Z] Selecting previously unselected package apparmor. [2019-09-02T23:23:54.086Z] Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_s390x.deb ... [2019-09-02T23:23:54.086Z] Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-09-02T23:23:54.086Z] Selecting previously unselected package binutils-mingw-w64-i686. [2019-09-02T23:23:54.086Z] Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_s390x.deb ... [2019-09-02T23:23:54.086Z] Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-02T23:23:54.468Z] Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-09-02T23:23:54.468Z] Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_s390x.deb ... [2019-09-02T23:23:54.468Z] Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-02T23:23:54.980Z] Selecting previously unselected package binutils-mingw-w64. [2019-09-02T23:23:54.980Z] Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-09-02T23:23:54.980Z] Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-02T23:23:54.980Z] Selecting previously unselected package mingw-w64-common. [2019-09-02T23:23:54.980Z] Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-09-02T23:23:54.980Z] Unpacking mingw-w64-common (5.0.1-1) ... [2019-09-02T23:23:55.796Z] Selecting previously unselected package mingw-w64-x86-64-dev. [2019-09-02T23:23:55.796Z] Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-09-02T23:23:55.796Z] Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-02T23:23:56.578Z] Selecting previously unselected package gcc-mingw-w64-base. [2019-09-02T23:23:56.578Z] Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_s390x.deb ... [2019-09-02T23:23:56.578Z] Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-02T23:23:56.578Z] Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-09-02T23:23:56.578Z] Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_s390x.deb ... [2019-09-02T23:23:56.578Z] Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-02T23:23:57.557Z] 🇩 bin/containerd [2019-09-02T23:23:57.642Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-09-02T23:23:59.759Z] Selecting previously unselected package g++-mingw-w64-x86-64. [2019-09-02T23:23:59.759Z] Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_s390x.deb ... [2019-09-02T23:23:59.759Z] Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-02T23:24:01.362Z] 65014b3c3121: Pull complete [2019-09-02T23:24:02.439Z] Setting up aufs-tools (1:4.1+20161219-1) ... [2019-09-02T23:24:02.439Z] Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-02T23:24:02.439Z] Setting up libsepol1-dev:s390x (2.6-2) ... [2019-09-02T23:24:02.439Z] Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-02T23:24:02.439Z] Setting up libnet1:s390x (1.1.6+dfsg-3) ... [2019-09-02T23:24:02.439Z] Setting up libip4tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-02T23:24:02.439Z] Processing triggers for mime-support (3.60) ... [2019-09-02T23:24:02.439Z] Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-02T23:24:02.439Z] Setting up libgpm2:s390x (1.20.4-6.2+b1) ... [2019-09-02T23:24:02.439Z] Setting up libcap2-bin (1:2.25-1) ... [2019-09-02T23:24:02.439Z] Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-02T23:24:02.439Z] Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-02T23:24:02.803Z] Setting up bash-completion (1:2.1-4.3) ... [2019-09-02T23:24:03.175Z] Setting up libonig4:s390x (6.1.3-2) ... [2019-09-02T23:24:03.175Z] Setting up libprotobuf-c1:s390x (1.2.1-2) ... [2019-09-02T23:24:03.175Z] Setting up zip (3.0-11+b1) ... [2019-09-02T23:24:03.175Z] Setting up bzip2 (1.0.6-8.1) ... [2019-09-02T23:24:03.175Z] Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-02T23:24:03.175Z] Setting up libjq1:s390x (1.5+dfsg-1.3) ... [2019-09-02T23:24:03.175Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-02T23:24:03.175Z] Setting up libaio1:s390x (0.3.110-3) ... [2019-09-02T23:24:03.175Z] Setting up libxtables12:s390x (1.6.0+snapshot20161117-6) ... [2019-09-02T23:24:03.175Z] Setting up xz-utils (5.2.2-1.2+b1) ... [2019-09-02T23:24:03.175Z] update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-09-02T23:24:03.175Z] Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-02T23:24:03.175Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-02T23:24:03.175Z] Setting up libpcrecpp0v5:s390x (2:8.39-3) ... [2019-09-02T23:24:03.175Z] Setting up libpcre32-3:s390x (2:8.39-3) ... [2019-09-02T23:24:03.175Z] Setting up libnfnetlink0:s390x (1.0.1-3) ... [2019-09-02T23:24:03.175Z] Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-02T23:24:03.546Z] Setting up libsystemd-dev:s390x (232-25+deb9u11) ... [2019-09-02T23:24:03.546Z] Setting up libpcre16-3:s390x (2:8.39-3) ... [2019-09-02T23:24:03.546Z] Setting up libreadline5:s390x (5.2+dfsg-3+b1) ... [2019-09-02T23:24:03.546Z] Setting up libnl-3-200:s390x (3.2.27-2) ... [2019-09-02T23:24:03.546Z] Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-02T23:24:03.546Z] Setting up libudev-dev:s390x (232-25+deb9u11) ... [2019-09-02T23:24:03.546Z] Setting up pigz (2.3.4-1) ... [2019-09-02T23:24:03.546Z] Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-02T23:24:03.546Z] Setting up libmpdec2:s390x (2.4.2-1) ... [2019-09-02T23:24:03.546Z] Setting up libip6tc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-02T23:24:03.546Z] Setting up mingw-w64-common (5.0.1-1) ... [2019-09-02T23:24:03.546Z] Setting up liblzo2-2:s390x (2.08-1.2+b2) ... [2019-09-02T23:24:03.546Z] Setting up jq (1.5+dfsg-1.3) ... [2019-09-02T23:24:03.546Z] Setting up libpcre3-dev:s390x (2:8.39-3) ... [2019-09-02T23:24:03.546Z] Setting up libnetfilter-conntrack3:s390x (1.0.6-2) ... [2019-09-02T23:24:03.546Z] Setting up xfsprogs (4.9.0+nmu1) ... [2019-09-02T23:24:03.546Z] Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-09-02T23:24:03.546Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-09-02T23:24:03.546Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-09-02T23:24:03.546Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-09-02T23:24:03.546Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-09-02T23:24:03.546Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-09-02T23:24:03.546Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-09-02T23:24:03.546Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-09-02T23:24:03.546Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-09-02T23:24:03.546Z] Setting up libpython3.5-stdlib:s390x (3.5.3-1+deb9u1) ... [2019-09-02T23:24:03.546Z] Setting up libiptc0:s390x (1.6.0+snapshot20161117-6) ... [2019-09-02T23:24:03.546Z] Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-02T23:24:03.546Z] Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-09-02T23:24:03.546Z] Setting up btrfs-progs (4.7.3-1) ... [2019-09-02T23:24:03.546Z] Setting up libselinux1-dev:s390x (2.6-3+b3) ... [2019-09-02T23:24:03.546Z] Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-09-02T23:24:04.198Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-09-02T23:24:04.790Z] Setting up libpython3-stdlib:s390x (3.5.3-1) ... [2019-09-02T23:24:04.790Z] Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-02T23:24:04.790Z] 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-02T23:24:04.790Z] 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-02T23:24:04.790Z] 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-02T23:24:04.790Z] 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-02T23:24:04.790Z] Setting up btrfs-tools (4.7.3-1) ... [2019-09-02T23:24:04.790Z] Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-02T23:24:04.790Z] 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-02T23:24:04.790Z] 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-02T23:24:04.790Z] Setting up python3 (3.5.3-1) ... [2019-09-02T23:24:04.790Z] Setting up apparmor (2.11.0-3+deb9u2) ... [2019-09-02T23:24:05.676Z] update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-09-02T23:24:05.676Z] diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-09-02T23:24:05.676Z] Setting up libdevmapper1.02.1:s390x (2:1.02.137-2) ... [2019-09-02T23:24:05.676Z] Setting up python3-wheel (0.29.0-2) ... [2019-09-02T23:24:05.676Z] Setting up python3-pkg-resources (33.1.1-1) ... [2019-09-02T23:24:06.115Z] Setting up libdevmapper-event1.02.1:s390x (2:1.02.137-2) ... [2019-09-02T23:24:06.115Z] Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-09-02T23:24:06.115Z] Setting up dmsetup (2:1.02.137-2) ... [2019-09-02T23:24:06.115Z] Setting up python3-setuptools (33.1.1-1) ... [2019-09-02T23:24:06.499Z] Setting up dh-python (2.20170125) ... [2019-09-02T23:24:06.499Z] Setting up libdevmapper-dev:s390x (2:1.02.137-2) ... [2019-09-02T23:24:06.499Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-02T23:24:11.573Z] Removing intermediate container 43d6e36fe2f6 [2019-09-02T23:24:11.573Z] ---> 2924502009c8 [2019-09-02T23:24:11.573Z] Step 103/126 : RUN pip3 install yamllint==1.16.0 [2019-09-02T23:24:11.573Z] ---> Running in c755f05f7517 [2019-09-02T23:24:12.303Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-09-02T23:24:12.563Z] Collecting yamllint==1.16.0 [2019-09-02T23:24:12.563Z] Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-09-02T23:24:12.563Z] Collecting pyyaml (from yamllint==1.16.0) [2019-09-02T23:24:12.965Z] Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-09-02T23:24:13.329Z] Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-09-02T23:24:13.329Z] Downloading https://files.pythonhosted.org/packages/84/2a/bfee636b1e2f7d6e30dd74f49201ccfa5c3cf322d44929ecc6c137c486c5/pathspec-0.5.9.tar.gz [2019-09-02T23:24:13.703Z] Building wheels for collected packages: pyyaml, pathspec [2019-09-02T23:24:13.703Z] Running setup.py bdist_wheel for pyyaml: started [2019-09-02T23:24:13.703Z] Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-09-02T23:24:13.703Z] Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-09-02T23:24:13.703Z] Running setup.py bdist_wheel for pathspec: started [2019-09-02T23:24:14.079Z] Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-09-02T23:24:14.079Z] Stored in directory: /root/.cache/pip/wheels/45/cb/7e/ce6e6062c69446e39e328170524ca8213498bc66a74c6a210b [2019-09-02T23:24:14.079Z] Successfully built pyyaml pathspec [2019-09-02T23:24:14.079Z] Installing collected packages: pyyaml, pathspec, yamllint [2019-09-02T23:24:14.079Z] Successfully installed pathspec-0.5.9 pyyaml-5.1.2 yamllint-1.16.0 [2019-09-02T23:24:14.830Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-09-02T23:24:14.863Z] Removing intermediate container c755f05f7517 [2019-09-02T23:24:14.863Z] ---> 56bc9aec6f1e [2019-09-02T23:24:14.863Z] Step 104/126 : COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-09-02T23:24:15.651Z] ---> d5697c103750 [2019-09-02T23:24:15.651Z] Step 105/126 : COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-02T23:24:16.958Z] ---> c2b552071705 [2019-09-02T23:24:16.958Z] Step 106/126 : COPY --from=gometalinter /build/ /usr/local/bin/ [2019-09-02T23:24:18.327Z] ---> d452c426a660 [2019-09-02T23:24:18.327Z] Step 107/126 : COPY --from=gotestsum /build/ /usr/local/bin/ [2019-09-02T23:24:18.698Z] ---> d4abd4a1078d [2019-09-02T23:24:18.698Z] Step 108/126 : COPY --from=tomlv /build/ /usr/local/bin/ [2019-09-02T23:24:19.061Z] ---> acb2634841af [2019-09-02T23:24:19.061Z] Step 109/126 : COPY --from=vndr /build/ /usr/local/bin/ [2019-09-02T23:24:19.442Z] ---> e733a0ee43db [2019-09-02T23:24:19.442Z] Step 110/126 : COPY --from=tini /build/ /usr/local/bin/ [2019-09-02T23:24:19.442Z] ---> 5e106dff9eb9 [2019-09-02T23:24:19.442Z] Step 111/126 : COPY --from=runc /build/ /usr/local/bin/ [2019-09-02T23:24:19.807Z] ---> bdbe43068d97 [2019-09-02T23:24:19.807Z] Step 112/126 : COPY --from=containerd /build/ /usr/local/bin/ [2019-09-02T23:24:20.590Z] ---> 4c7d94325278 [2019-09-02T23:24:20.590Z] Step 113/126 : COPY --from=proxy /build/ /usr/local/bin/ [2019-09-02T23:24:20.590Z] ---> ee14888ebdd9 [2019-09-02T23:24:20.590Z] Step 114/126 : COPY --from=dockercli /build/ /usr/local/cli [2019-09-02T23:24:20.950Z] ---> 968c5e155a2d [2019-09-02T23:24:20.950Z] Step 115/126 : COPY --from=registry /build/registry* /usr/local/bin/ [2019-09-02T23:24:21.863Z] ---> af7e1211d564 [2019-09-02T23:24:21.863Z] Step 116/126 : COPY --from=criu /build/ /usr/local/ [2019-09-02T23:24:22.286Z] ---> 5e295ff9abad [2019-09-02T23:24:22.286Z] Step 117/126 : COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-09-02T23:24:22.649Z] ---> 2cf3f899f3d4 [2019-09-02T23:24:22.649Z] Step 118/126 : COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e /vpnkit /usr/local/bin/vpnkit.x86_64 [2019-09-02T23:24:22.935Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-09-02T23:24:23.037Z] sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e: Pulling from djs55/vpnkit [2019-09-02T23:24:23.037Z] bad55c542dc9: Pulling fs layer [2019-09-02T23:24:23.037Z] bad55c542dc9: Verifying Checksum [2019-09-02T23:24:23.037Z] bad55c542dc9: Download complete [2019-09-02T23:24:23.407Z] bad55c542dc9: Pull complete [2019-09-02T23:24:23.407Z] Digest: sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2019-09-02T23:24:23.407Z] Status: Downloaded newer image for djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2019-09-02T23:24:24.180Z] ---> 0d31f1d1bf65 [2019-09-02T23:24:24.180Z] Step 119/126 : ENV PATH=/usr/local/cli:$PATH [2019-09-02T23:24:24.180Z] ---> Running in 5d53f5338b8c [2019-09-02T23:24:24.180Z] Removing intermediate container 5d53f5338b8c [2019-09-02T23:24:24.180Z] ---> d5a1fc1ffc04 [2019-09-02T23:24:24.180Z] Step 120/126 : ENV DOCKER_BUILDTAGS apparmor seccomp selinux [2019-09-02T23:24:24.180Z] ---> Running in 12a561fa46eb [2019-09-02T23:24:24.543Z] Removing intermediate container 12a561fa46eb [2019-09-02T23:24:24.543Z] ---> 2da8ac611be9 [2019-09-02T23:24:24.543Z] Step 121/126 : ENV GOMETALINTER_OPTS="--deadline=2m" [2019-09-02T23:24:24.543Z] ---> Running in 010e9e265ced [2019-09-02T23:24:24.543Z] Removing intermediate container 010e9e265ced [2019-09-02T23:24:24.543Z] ---> bb8226ebd6b0 [2019-09-02T23:24:24.543Z] Step 122/126 : WORKDIR /go/src/github.com/docker/docker [2019-09-02T23:24:24.543Z] ---> Running in 76f853d79c41 [2019-09-02T23:24:24.908Z] Removing intermediate container 76f853d79c41 [2019-09-02T23:24:24.908Z] ---> 6936e9aae811 [2019-09-02T23:24:24.908Z] Step 123/126 : VOLUME /var/lib/docker [2019-09-02T23:24:24.908Z] ---> Running in b6c2ea2310c0 [2019-09-02T23:24:24.908Z] Removing intermediate container b6c2ea2310c0 [2019-09-02T23:24:24.908Z] ---> 266635e1c280 [2019-09-02T23:24:24.908Z] Step 124/126 : ENTRYPOINT ["hack/dind"] [2019-09-02T23:24:25.283Z] ---> Running in 732b8bdcdeaf [2019-09-02T23:24:25.283Z] Removing intermediate container 732b8bdcdeaf [2019-09-02T23:24:25.283Z] ---> 733be1cd8f0c [2019-09-02T23:24:25.283Z] Step 125/126 : FROM dev AS final [2019-09-02T23:24:25.283Z] ---> 733be1cd8f0c [2019-09-02T23:24:25.283Z] Step 126/126 : COPY . /go/src/github.com/docker/docker [2019-09-02T23:24:25.469Z] ---> Making bundle: .integration-daemon-start (in /go/src/github.com/docker/docker/bundles/test-integration/1) [2019-09-02T23:24:25.469Z] Using test binary docker [2019-09-02T23:24:25.469Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-02T23:24:25.469Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-02T23:24:25.469Z] Warning failed to create cache: (null) [2019-09-02T23:24:25.469Z] . [2019-09-02T23:24:25.469Z] INFO: Waiting for daemon to start... [2019-09-02T23:24:25.469Z] Starting dockerd [2019-09-02T23:24:27.367Z] . [2019-09-02T23:24:27.367Z] ---> Making bundle: .integration-daemon-setup (in /go/src/github.com/docker/docker/bundles/test-integration/1) [2019-09-02T23:24:27.367Z] ---> Making bundle: .ensure-emptyfs (in /go/src/github.com/docker/docker/bundles/test-integration/1) [2019-09-02T23:24:27.367Z] Error: No such image: emptyfs [2019-09-02T23:24:27.869Z] ---> 86f26c677125 [2019-09-02T23:24:27.869Z] Successfully built 86f26c677125 [2019-09-02T23:24:27.869Z] Successfully tagged docker:e6fce00ec83df2f23523b836f647b8f3df97953f [2019-09-02T23:24:27.931Z] Running integration-test (iteration 1) [2019-09-02T23:24:27.931Z] Running /go/src/github.com/docker/docker/integration/build flags=-test.v -test.timeout=120m [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-09-02T23:24:28.712Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-39853/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e6fce00ec83df2f23523b836f647b8f3df97953f -e DOCKER_GRAPHDRIVER docker:e6fce00ec83df2f23523b836f647b8f3df97953f hack/test/unit [2019-09-02T23:24:31.322Z] ? github.com/docker/docker/api [no test files] [2019-09-02T23:24:36.783Z] 🇩 bin/containerd-stress [2019-09-02T23:24:39.470Z] 🇩 bin/containerd-shim [2019-09-02T23:24:42.873Z] ok github.com/docker/docker/api/server 0.005s coverage: 7.9% of statements [2019-09-02T23:24:46.878Z] ................................................. [ 30%] [2019-09-02T23:24:49.792Z] 🇩 bin/containerd-shim-runc-v1 [2019-09-02T23:24:53.284Z] 🇩 binaries [2019-09-02T23:24:53.284Z] + mkdir -p /build [2019-09-02T23:24:53.284Z] + cp bin/containerd /build/containerd [2019-09-02T23:24:53.284Z] + cp bin/containerd-shim /build/containerd-shim [2019-09-02T23:24:53.284Z] + cp bin/ctr /build/ctr [2019-09-02T23:24:59.992Z] Loaded image: buildpack-deps:jessie [2019-09-02T23:24:59.992Z] Loaded image: busybox:latest [2019-09-02T23:24:59.992Z] Loaded image: busybox:glibc [2019-09-02T23:24:59.992Z] Loaded image: debian:jessie [2019-09-02T23:24:59.992Z] Loaded image: hello-world:latest [2019-09-02T23:24:59.992Z] INFO: Testing against a local daemon [2019-09-02T23:24:59.992Z] === RUN TestCgroupNamespacesBuild [2019-09-02T23:25:00.096Z] Removing intermediate container 7b1189059e84 [2019-09-02T23:25:00.096Z] ---> 0ffa0d4e171b [2019-09-02T23:25:00.096Z] Step 56/126 : FROM dev-base AS proxy [2019-09-02T23:25:00.096Z] ---> 3892d6f295ce [2019-09-02T23:25:00.096Z] Step 57/126 : ENV INSTALL_BINARY_NAME=proxy [2019-09-02T23:25:00.096Z] ---> Running in dc1df873397e [2019-09-02T23:25:00.096Z] Removing intermediate container dc1df873397e [2019-09-02T23:25:00.096Z] ---> b7bb2ef427e9 [2019-09-02T23:25:00.096Z] Step 58/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-02T23:25:00.096Z] ---> 68e4d2600cd4 [2019-09-02T23:25:00.096Z] Step 59/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-02T23:25:00.096Z] ---> 6d8a1adbe6ed [2019-09-02T23:25:00.096Z] Step 60/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-02T23:25:00.096Z] ---> Running in da6a3b9ca8c0 [2019-09-02T23:25:00.096Z] + RM_GOPATH=0 [2019-09-02T23:25:00.096Z] + TMP_GOPATH= [2019-09-02T23:25:00.096Z] + : /build [2019-09-02T23:25:00.096Z] + '[' -z '' ']' [2019-09-02T23:25:00.096Z] ++ mktemp -d [2019-09-02T23:25:00.096Z] + export GOPATH=/tmp/tmp.yZuSt6s6K3 [2019-09-02T23:25:00.096Z] + GOPATH=/tmp/tmp.yZuSt6s6K3 [2019-09-02T23:25:00.096Z] + RM_GOPATH=1 [2019-09-02T23:25:00.096Z] ++ dirname ./install.sh [2019-09-02T23:25:00.096Z] + dir=. [2019-09-02T23:25:00.096Z] + bin=proxy [2019-09-02T23:25:00.096Z] + shift [2019-09-02T23:25:00.096Z] + '[' '!' -f ./proxy.installer ']' [2019-09-02T23:25:00.096Z] + . ./proxy.installer [2019-09-02T23:25:00.096Z] ++ LIBNETWORK_COMMIT=09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1 [2019-09-02T23:25:00.096Z] + install_proxy [2019-09-02T23:25:00.096Z] + case "$1" in [2019-09-02T23:25:00.096Z] + export CGO_ENABLED=0 [2019-09-02T23:25:00.096Z] + CGO_ENABLED=0 [2019-09-02T23:25:00.096Z] + _install_proxy [2019-09-02T23:25:00.096Z] + echo 'Install docker-proxy version 09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1' [2019-09-02T23:25:00.096Z] + git clone https://github.com/docker/libnetwork.git /tmp/tmp.yZuSt6s6K3/src/github.com/docker/libnetwork [2019-09-02T23:25:00.096Z] Install docker-proxy version 09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1 [2019-09-02T23:25:00.096Z] Cloning into '/tmp/tmp.yZuSt6s6K3/src/github.com/docker/libnetwork'... [2019-09-02T23:25:00.926Z] --- PASS: TestCgroupNamespacesBuild (3.32s) [2019-09-02T23:25:00.926Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCgroupNamespacesBuild [2019-09-02T23:25:00.926Z] daemon.go:336: [d1d7e11d39ee1] waiting for daemon to start [2019-09-02T23:25:00.926Z] daemon.go:336: [d1d7e11d39ee1] waiting for daemon to start [2019-09-02T23:25:00.926Z] daemon.go:364: [d1d7e11d39ee1] daemon started [2019-09-02T23:25:00.926Z] daemon.go:472: [d1d7e11d39ee1] Stopping daemon [2019-09-02T23:25:00.926Z] daemon.go:307: [d1d7e11d39ee1] exiting daemon [2019-09-02T23:25:00.926Z] daemon.go:459: [d1d7e11d39ee1] Daemon stopped [2019-09-02T23:25:00.926Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-09-02T23:25:02.780Z] + cd /tmp/tmp.yZuSt6s6K3/src/github.com/docker/libnetwork [2019-09-02T23:25:02.780Z] + git checkout -q 09cdcc8c0eab3946c2d70e8f6225b05baf1e90d1 [2019-09-02T23:25:02.780Z] + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2019-09-02T23:25:03.451Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.50s) [2019-09-02T23:25:03.451Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCgroupNamespacesBuildDaemonHostMode [2019-09-02T23:25:03.451Z] daemon.go:336: [dc2e2a79df1a1] waiting for daemon to start [2019-09-02T23:25:03.451Z] daemon.go:336: [dc2e2a79df1a1] waiting for daemon to start [2019-09-02T23:25:03.451Z] daemon.go:364: [dc2e2a79df1a1] daemon started [2019-09-02T23:25:03.451Z] daemon.go:472: [dc2e2a79df1a1] Stopping daemon [2019-09-02T23:25:03.451Z] daemon.go:307: [dc2e2a79df1a1] exiting daemon [2019-09-02T23:25:03.451Z] daemon.go:459: [dc2e2a79df1a1] Daemon stopped [2019-09-02T23:25:03.451Z] === RUN TestBuildWithSession [2019-09-02T23:25:06.727Z] --- PASS: TestBuildWithSession (3.57s) [2019-09-02T23:25:06.727Z] === RUN TestBuildSquashParent [2019-09-02T23:25:07.185Z] Removing intermediate container da6a3b9ca8c0 [2019-09-02T23:25:07.185Z] ---> 8917b0c859bb [2019-09-02T23:25:07.185Z] Step 61/126 : FROM base AS gometalinter [2019-09-02T23:25:07.185Z] ---> 3892d6f295ce [2019-09-02T23:25:07.185Z] Step 62/126 : ENV INSTALL_BINARY_NAME=gometalinter [2019-09-02T23:25:07.185Z] ---> Running in a70b91314b38 [2019-09-02T23:25:07.185Z] Removing intermediate container a70b91314b38 [2019-09-02T23:25:07.185Z] ---> 37d5e551f337 [2019-09-02T23:25:07.185Z] Step 63/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-02T23:25:07.185Z] ---> c22b1a310c15 [2019-09-02T23:25:07.185Z] Step 64/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-02T23:25:07.185Z] ---> 73fba0e99077 [2019-09-02T23:25:07.185Z] Step 65/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-02T23:25:07.185Z] ---> Running in 9088606ddd3b [2019-09-02T23:25:07.185Z] + RM_GOPATH=0 [2019-09-02T23:25:07.185Z] + TMP_GOPATH= [2019-09-02T23:25:07.185Z] + : /build [2019-09-02T23:25:07.185Z] + '[' -z '' ']' [2019-09-02T23:25:07.185Z] ++ mktemp -d [2019-09-02T23:25:07.185Z] + export GOPATH=/tmp/tmp.DT8mGZXJry [2019-09-02T23:25:07.185Z] + GOPATH=/tmp/tmp.DT8mGZXJry [2019-09-02T23:25:07.185Z] + RM_GOPATH=1 [2019-09-02T23:25:07.185Z] ++ dirname ./install.sh [2019-09-02T23:25:07.185Z] + dir=. [2019-09-02T23:25:07.185Z] + bin=gometalinter [2019-09-02T23:25:07.185Z] + shift [2019-09-02T23:25:07.185Z] + '[' '!' -f ./gometalinter.installer ']' [2019-09-02T23:25:07.185Z] + . ./gometalinter.installer [2019-09-02T23:25:07.185Z] ++ GOMETALINTER_COMMIT=v2.0.6 [2019-09-02T23:25:07.185Z] + install_gometalinter [2019-09-02T23:25:07.185Z] + echo 'Installing gometalinter version v2.0.6' [2019-09-02T23:25:07.185Z] + go get -d github.com/alecthomas/gometalinter [2019-09-02T23:25:07.185Z] Installing gometalinter version v2.0.6 [2019-09-02T23:25:08.658Z] + cd /tmp/tmp.DT8mGZXJry/src/github.com/alecthomas/gometalinter [2019-09-02T23:25:08.658Z] + git checkout -q v2.0.6 [2019-09-02T23:25:08.944Z] + go build -buildmode=pie -o /build/gometalinter github.com/alecthomas/gometalinter [2019-09-02T23:25:09.078Z] tests/integration/api_exec_test.py .................... [ 35%] [2019-09-02T23:25:16.710Z] --- PASS: TestBuildSquashParent (10.05s) [2019-09-02T23:25:16.710Z] build_squash_test.go:29: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestBuildSquashParent [2019-09-02T23:25:16.710Z] daemon.go:336: [daee3e466a0f8] waiting for daemon to start [2019-09-02T23:25:16.710Z] daemon.go:336: [daee3e466a0f8] waiting for daemon to start [2019-09-02T23:25:16.710Z] daemon.go:364: [daee3e466a0f8] daemon started [2019-09-02T23:25:16.710Z] daemon.go:472: [daee3e466a0f8] Stopping daemon [2019-09-02T23:25:16.710Z] daemon.go:307: [daee3e466a0f8] exiting daemon [2019-09-02T23:25:16.710Z] daemon.go:459: [daee3e466a0f8] Daemon stopped [2019-09-02T23:25:16.710Z] === RUN TestBuildWithRemoveAndForceRemove [2019-09-02T23:25:16.968Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-02T23:25:16.968Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-02T23:25:16.968Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-02T23:25:16.968Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-02T23:25:16.968Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-02T23:25:16.968Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-02T23:25:16.968Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-02T23:25:16.968Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-02T23:25:16.968Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-02T23:25:16.968Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-02T23:25:16.968Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-02T23:25:16.968Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-02T23:25:16.968Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-02T23:25:16.968Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-02T23:25:17.027Z] tests/integration/api_healthcheck_test.py .... [ 36%] [2019-09-02T23:25:18.960Z] ---> Making bundle: .integration-daemon-start (in /go/src/github.com/docker/docker/bundles/test-integration/2) [2019-09-02T23:25:18.960Z] Using test binary docker [2019-09-02T23:25:18.960Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-02T23:25:18.960Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-02T23:25:18.960Z] Warning failed to create cache: (null) [2019-09-02T23:25:18.960Z] . [2019-09-02T23:25:18.960Z] INFO: Waiting for daemon to start... [2019-09-02T23:25:18.960Z] Starting dockerd [2019-09-02T23:25:19.525Z] .---> Making bundle: .integration-daemon-start (in /go/src/github.com/docker/docker/bundles/test-integration/3) [2019-09-02T23:25:19.525Z] Using test binary docker [2019-09-02T23:25:19.525Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-02T23:25:19.525Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-02T23:25:19.525Z] Warning failed to create cache: (null) [2019-09-02T23:25:19.525Z] . [2019-09-02T23:25:19.525Z] INFO: Waiting for daemon to start... [2019-09-02T23:25:19.525Z] Starting dockerd [2019-09-02T23:25:20.090Z] .=== CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-02T23:25:20.346Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-02T23:25:20.911Z] [2019-09-02T23:25:20.911Z] ---> Making bundle: .integration-daemon-setup (in /go/src/github.com/docker/docker/bundles/test-integration/2) [2019-09-02T23:25:20.911Z] ---> Making bundle: .ensure-emptyfs (in /go/src/github.com/docker/docker/bundles/test-integration/2) [2019-09-02T23:25:20.911Z] Error: No such image: emptyfs [2019-09-02T23:25:21.168Z] Running integration-test (iteration 1) [2019-09-02T23:25:21.168Z] Running /go/src/github.com/docker/docker/integration-cli flags=-check.v -check.timeout=120m -test.timeout=360m -check.f ^(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite) [2019-09-02T23:25:21.733Z] [2019-09-02T23:25:21.733Z] ---> Making bundle: .integration-daemon-setup (in /go/src/github.com/docker/docker/bundles/test-integration/3) [2019-09-02T23:25:21.733Z] ---> Making bundle: .ensure-emptyfs (in /go/src/github.com/docker/docker/bundles/test-integration/3) [2019-09-02T23:25:21.733Z] Error: No such image: emptyfs [2019-09-02T23:25:21.990Z] Running integration-test (iteration 1) [2019-09-02T23:25:21.990Z] Running /go/src/github.com/docker/docker/integration-cli flags=-check.v -check.timeout=120m -test.timeout=360m -check.f ^(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite) [2019-09-02T23:25:22.381Z] tests/integration/api_image_test.py ...........s..... [ 40%] [2019-09-02T23:25:22.555Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-02T23:25:22.812Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-02T23:25:26.990Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.06s) [2019-09-02T23:25:26.990Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.11s) [2019-09-02T23:25:26.990Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.38s) [2019-09-02T23:25:26.990Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.68s) [2019-09-02T23:25:26.990Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.63s) [2019-09-02T23:25:26.990Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.55s) [2019-09-02T23:25:26.990Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.76s) [2019-09-02T23:25:26.990Z] === RUN TestBuildMultiStageCopy [2019-09-02T23:25:26.990Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-02T23:25:27.434Z] + GOBIN=/build [2019-09-02T23:25:27.434Z] + /build/gometalinter --install [2019-09-02T23:25:27.434Z] Installing: [2019-09-02T23:25:27.434Z] deadcode [2019-09-02T23:25:27.434Z] dupl [2019-09-02T23:25:27.434Z] errcheck [2019-09-02T23:25:27.434Z] gas [2019-09-02T23:25:27.434Z] gochecknoglobals [2019-09-02T23:25:27.434Z] gochecknoinits [2019-09-02T23:25:27.434Z] goconst [2019-09-02T23:25:27.434Z] gocyclo [2019-09-02T23:25:27.434Z] goimports [2019-09-02T23:25:27.434Z] golint [2019-09-02T23:25:27.434Z] gosimple [2019-09-02T23:25:27.434Z] gotype [2019-09-02T23:25:27.434Z] gotypex [2019-09-02T23:25:27.434Z] ineffassign [2019-09-02T23:25:27.434Z] interfacer [2019-09-02T23:25:27.434Z] lll [2019-09-02T23:25:27.434Z] maligned [2019-09-02T23:25:27.434Z] megacheck [2019-09-02T23:25:27.434Z] misspell [2019-09-02T23:25:27.434Z] nakedret [2019-09-02T23:25:27.434Z] safesql [2019-09-02T23:25:27.434Z] staticcheck [2019-09-02T23:25:27.434Z] structcheck [2019-09-02T23:25:27.434Z] unconvert [2019-09-02T23:25:27.434Z] unparam [2019-09-02T23:25:27.434Z] unused [2019-09-02T23:25:27.434Z] varcheck [2019-09-02T23:25:31.172Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-02T23:25:31.172Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-02T23:25:32.104Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-02T23:25:33.037Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-02T23:25:33.969Z] --- PASS: TestBuildMultiStageCopy (7.33s) [2019-09-02T23:25:33.969Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (4.12s) [2019-09-02T23:25:33.969Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.64s) [2019-09-02T23:25:33.969Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.77s) [2019-09-02T23:25:33.969Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.89s) [2019-09-02T23:25:33.969Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.91s) [2019-09-02T23:25:33.969Z] === RUN TestBuildMultiStageParentConfig [2019-09-02T23:25:35.865Z] --- PASS: TestBuildMultiStageParentConfig (2.05s) [2019-09-02T23:25:35.865Z] === RUN TestBuildLabelWithTargets [2019-09-02T23:25:40.046Z] --- PASS: TestBuildLabelWithTargets (3.62s) [2019-09-02T23:25:40.046Z] === RUN TestBuildWithEmptyLayers [2019-09-02T23:25:40.979Z] --- PASS: TestBuildWithEmptyLayers (1.44s) [2019-09-02T23:25:40.979Z] === RUN TestBuildMultiStageOnBuild [2019-09-02T23:25:41.898Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-09-02T23:25:41.898Z] ok github.com/docker/docker/api/server/httputils 0.014s coverage: 14.7% of statements [2019-09-02T23:25:41.898Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2019-09-02T23:25:41.898Z] ? github.com/docker/docker/api/server/router [no test files] [2019-09-02T23:25:41.898Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-09-02T23:25:41.898Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-09-02T23:25:41.898Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-09-02T23:25:41.898Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-09-02T23:25:41.898Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-09-02T23:25:41.898Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-09-02T23:25:41.898Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-09-02T23:25:41.898Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-09-02T23:25:41.898Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-09-02T23:25:41.898Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-09-02T23:25:41.898Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 4.0% of statements [2019-09-02T23:25:41.898Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-09-02T23:25:41.898Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-09-02T23:25:41.898Z] ? github.com/docker/docker/api/types [no test files] [2019-09-02T23:25:41.898Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-09-02T23:25:41.898Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-09-02T23:25:41.898Z] ? github.com/docker/docker/api/types/container [no test files] [2019-09-02T23:25:41.898Z] ? github.com/docker/docker/api/types/events [no test files] [2019-09-02T23:25:41.898Z] ok github.com/docker/docker/api/types/filters 0.005s coverage: 95.2% of statements [2019-09-02T23:25:41.898Z] ? github.com/docker/docker/api/types/image [no test files] [2019-09-02T23:25:41.898Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-09-02T23:25:41.898Z] ? github.com/docker/docker/api/types/network [no test files] [2019-09-02T23:25:41.898Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-09-02T23:25:41.898Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-09-02T23:25:41.898Z] ok github.com/docker/docker/api/types/strslice 0.003s coverage: 90.0% of statements [2019-09-02T23:25:41.898Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-09-02T23:25:41.898Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-09-02T23:25:41.898Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2019-09-02T23:25:41.898Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 75.0% of statements [2019-09-02T23:25:41.898Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-09-02T23:25:41.898Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-09-02T23:25:41.898Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-09-02T23:25:41.898Z] ? github.com/docker/docker/builder [no test files] [2019-09-02T23:25:41.898Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-09-02T23:25:41.898Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-09-02T23:25:41.898Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-09-02T23:25:41.898Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-09-02T23:25:41.898Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-09-02T23:25:41.898Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-09-02T23:25:41.898Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-09-02T23:25:41.898Z] ok github.com/docker/docker/builder/dockerignore 0.003s coverage: 96.8% of statements [2019-09-02T23:25:44.856Z] ok github.com/docker/docker/builder/fscache 0.112s coverage: 69.2% of statements [2019-09-02T23:25:45.160Z] Loaded image: buildpack-deps:jessie [2019-09-02T23:25:45.418Z] Loaded image: busybox:latest [2019-09-02T23:25:45.675Z] Loaded image: busybox:glibc [2019-09-02T23:25:45.675Z] Loaded image: debian:jessie [2019-09-02T23:25:45.675Z] --- PASS: TestBuildMultiStageOnBuild (4.89s) [2019-09-02T23:25:45.675Z] === RUN TestBuildUncleanTarFilenames [2019-09-02T23:25:45.696Z] ok github.com/docker/docker/builder/dockerfile 0.949s coverage: 45.1% of statements [2019-09-02T23:25:45.932Z] Loaded image: hello-world:latest [2019-09-02T23:25:45.932Z] Loaded image: buildpack-deps:jessie [2019-09-02T23:25:45.932Z] INFO: Testing against a local daemon [2019-09-02T23:25:45.932Z] PASS: docker_api_test.go:36: DockerSuite.TestAPIClientVersionOldNotSupported 0.001s [2019-09-02T23:25:45.932Z] PASS: docker_api_network_test.go:241: DockerSuite.TestAPICreateDeletePredefinedNetworks 0.030s [2019-09-02T23:25:45.932Z] PASS: docker_api_test.go:60: DockerSuite.TestAPIErrorJSON 0.015s [2019-09-02T23:25:45.932Z] PASS: docker_api_test.go:91: DockerSuite.TestAPIErrorNotFoundJSON 0.001s [2019-09-02T23:25:46.190Z] PASS: docker_api_test.go:102: DockerSuite.TestAPIErrorNotFoundPlainText 0.002s [2019-09-02T23:25:46.190Z] PASS: docker_api_test.go:74: DockerSuite.TestAPIErrorPlainText 0.007s [2019-09-02T23:25:46.190Z] PASS: docker_api_test.go:24: DockerSuite.TestAPIGetEnabledCORS 0.011s [2019-09-02T23:25:46.190Z] Loaded image: busybox:latest [2019-09-02T23:25:46.447Z] Loaded image: busybox:glibc [2019-09-02T23:25:46.447Z] Loaded image: debian:jessie [2019-09-02T23:25:46.704Z] Loaded image: hello-world:latest [2019-09-02T23:25:46.704Z] INFO: Testing against a local daemon [2019-09-02T23:25:46.961Z] PASS: docker_api_images_test.go:90: DockerSuite.TestAPIImagesDelete 0.737s [2019-09-02T23:25:46.961Z] PASS: docker_api_images_test.go:22: DockerSuite.TestAPIImagesFilter 0.111s [2019-09-02T23:25:47.218Z] --- PASS: TestBuildUncleanTarFilenames (1.35s) [2019-09-02T23:25:47.218Z] === RUN TestBuildMultiStageLayerLeak [2019-09-02T23:25:47.477Z] PASS: docker_api_images_test.go:114: DockerSuite.TestAPIImagesHistory 0.410s [2019-09-02T23:25:47.477Z] PASS: docker_api_images_test.go:140: DockerSuite.TestAPIImagesImportBadSrc 0.024s [2019-09-02T23:25:47.613Z] ok github.com/docker/docker/builder/remotecontext 0.313s coverage: 13.6% of statements [2019-09-02T23:25:47.820Z] tests/integration/api_network_test.py ........................... [ 47%] [2019-09-02T23:25:48.042Z] PASS: docker_api_images_test.go:60: DockerSuite.TestAPIImagesSaveAndLoad 0.637s [2019-09-02T23:25:48.300Z] PASS: docker_api_images_test.go:175: DockerSuite.TestAPIImagesSearchJSONContentType 0.215s [2019-09-02T23:25:48.300Z] PASS: docker_api_images_test.go:187: DockerSuite.TestAPIImagesSizeCompatibility 0.003s [2019-09-02T23:25:48.582Z] ok github.com/docker/docker/cli/debug 0.004s coverage: 100.0% of statements [2019-09-02T23:25:48.582Z] ok github.com/docker/docker/builder/remotecontext/git 1.279s coverage: 85.1% of statements [2019-09-02T23:25:48.582Z] ? github.com/docker/docker/cli [no test files] [2019-09-02T23:25:48.582Z] ? github.com/docker/docker/cli/config [no test files] [2019-09-02T23:25:50.194Z] PASS: docker_api_network_test.go:130: DockerSuite.TestAPINetworkConnectDisconnect 1.212s [2019-09-02T23:25:50.194Z] --- PASS: TestBuildMultiStageLayerLeak (2.77s) [2019-09-02T23:25:50.194Z] === RUN TestBuildWithHugeFile [2019-09-02T23:25:50.194Z] PASS: docker_api_network_test.go:29: DockerSuite.TestAPINetworkCreateCheckDuplicate 0.073s [2019-09-02T23:25:50.194Z] PASS: docker_api_network_test.go:67: DockerSuite.TestAPINetworkFilter 0.002s [2019-09-02T23:25:50.194Z] PASS: docker_api_network_test.go:20: DockerSuite.TestAPINetworkGetDefaults 0.003s [2019-09-02T23:25:50.758Z] PASS: docker_api_network_test.go:172: DockerSuite.TestAPINetworkIPAMMultipleBridgeNetworks 0.684s [2019-09-02T23:25:51.690Z] PASS: docker_cli_daemon_test.go:1745: DockerDaemonSuite.TestBridgeIPIsExcludedFromAllocatorPool 4.802s [2019-09-02T23:25:51.947Z] PASS: docker_api_network_test.go:73: DockerSuite.TestAPINetworkInspectBridge 0.980s [2019-09-02T23:25:52.204Z] PASS: docker_api_network_test.go:99: DockerSuite.TestAPINetworkInspectUserDefinedNetwork 0.129s [2019-09-02T23:25:52.204Z] PASS: docker_api_test.go:18: DockerSuite.TestAPIOptionsRoute 0.001s [2019-09-02T23:25:52.204Z] PASS: docker_api_stats_test.go:260: DockerSuite.TestAPIStatsContainerNotFound 0.001s [2019-09-02T23:25:53.879Z] ok github.com/docker/docker/client 0.269s coverage: 75.6% of statements [2019-09-02T23:25:54.101Z] PASS: docker_cli_daemon_test.go:2374: DockerDaemonSuite.TestBuildOnDisabledBridgeNetworkDaemon 2.440s [2019-09-02T23:25:54.666Z] PASS: docker_cli_proxy_test.go:23: DockerDaemonSuite.TestCLIProxyProxyTCPSock 0.597s [2019-09-02T23:25:56.390Z] tests/integration/api_plugin_test.py ........... [ 50%] [2019-09-02T23:25:57.189Z] PASS: docker_api_stats_test.go:100: DockerSuite.TestAPIStatsNetworkStats 4.249s [2019-09-02T23:25:57.814Z] e7a74de96ddd: Pull complete [2019-09-02T23:25:57.814Z] Digest: sha256:9323b05cd7a2678cd894fdd310612c21c50010017d6579f028d5774f3867baab [2019-09-02T23:25:57.814Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-02T23:25:57.814Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-02T23:25:57.814Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2019-09-02T23:25:57.814Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2019-09-02T23:25:57.814Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.678' [2019-09-02T23:25:57.814Z] INFO: Docker version of control daemon [2019-09-02T23:25:57.814Z] [2019-09-02T23:25:57.814Z] Client: Docker Engine - Enterprise [2019-09-02T23:25:57.814Z] Version: 19.03.2-tp2 [2019-09-02T23:25:57.814Z] API version: 1.40 [2019-09-02T23:25:57.814Z] Go version: go1.12.8 [2019-09-02T23:25:57.814Z] Git commit: 49fe2072d9 [2019-09-02T23:25:57.814Z] Built: 08/16/2019 19:26:08 [2019-09-02T23:25:57.814Z] OS/Arch: windows/amd64 [2019-09-02T23:25:57.814Z] Experimental: false [2019-09-02T23:25:57.814Z] [2019-09-02T23:25:57.814Z] Server: Docker Engine - Enterprise [2019-09-02T23:25:57.814Z] Engine: [2019-09-02T23:25:57.814Z] Version: 19.03.2-tp2 [2019-09-02T23:25:57.814Z] API version: 1.40 (minimum version 1.24) [2019-09-02T23:25:57.814Z] Go version: go1.12.8 [2019-09-02T23:25:57.814Z] Git commit: 49fe2072d9 [2019-09-02T23:25:57.814Z] Built: 08/16/2019 19:23:48 [2019-09-02T23:25:57.814Z] OS/Arch: windows/amd64 [2019-09-02T23:25:57.814Z] Experimental: true [2019-09-02T23:25:57.814Z] [2019-09-02T23:25:57.814Z] INFO: Docker info of control daemon [2019-09-02T23:25:57.814Z] [2019-09-02T23:25:57.814Z] Client: [2019-09-02T23:25:57.814Z] Debug Mode: false [2019-09-02T23:25:57.814Z] Plugins: [2019-09-02T23:25:57.814Z] cluster: Manage Docker clusters (Docker Inc., v1.0.1) [2019-09-02T23:25:57.814Z] [2019-09-02T23:25:57.814Z] Server: [2019-09-02T23:25:57.814Z] Containers: 0 [2019-09-02T23:25:57.814Z] Running: 0 [2019-09-02T23:25:57.814Z] Paused: 0 [2019-09-02T23:25:57.814Z] Stopped: 0 [2019-09-02T23:25:57.814Z] Images: 1 [2019-09-02T23:25:57.814Z] Server Version: 19.03.2-tp2 [2019-09-02T23:25:57.814Z] Storage Driver: lcow (linux) windowsfilter (windows) [2019-09-02T23:25:57.814Z] LCOW: [2019-09-02T23:25:57.814Z] Windows: [2019-09-02T23:25:57.814Z] Logging Driver: json-file [2019-09-02T23:25:57.814Z] Plugins: [2019-09-02T23:25:57.814Z] Volume: local [2019-09-02T23:25:57.814Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2019-09-02T23:25:57.814Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-09-02T23:25:57.814Z] Swarm: inactive [2019-09-02T23:25:57.814Z] Default Isolation: process [2019-09-02T23:25:57.814Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-09-02T23:25:57.814Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.678) [2019-09-02T23:25:57.814Z] OSType: windows [2019-09-02T23:25:57.814Z] Architecture: x86_64 [2019-09-02T23:25:57.814Z] CPUs: 4 [2019-09-02T23:25:57.814Z] Total Memory: 32GiB [2019-09-02T23:25:57.814Z] Name: azwin-2-5ee260 [2019-09-02T23:25:57.814Z] ID: DLLG:KRFC:4AEN:DP5D:5NQB:FA6L:UYCK:GBQM:SUKT:TS22:QSV5:E7LK [2019-09-02T23:25:57.814Z] Docker Root Dir: D:\docker [2019-09-02T23:25:57.814Z] Debug Mode: false [2019-09-02T23:25:57.814Z] Registry: https://index.docker.io/v1/ [2019-09-02T23:25:57.814Z] Labels: [2019-09-02T23:25:57.814Z] Experimental: true [2019-09-02T23:25:57.814Z] Insecure Registries: [2019-09-02T23:25:57.814Z] 10.0.0.4:5000 [2019-09-02T23:25:57.814Z] 127.0.0.0/8 [2019-09-02T23:25:57.814Z] Registry Mirrors: [2019-09-02T23:25:57.814Z] http://10.0.0.4:5000/ [2019-09-02T23:25:57.814Z] Live Restore Enabled: false [2019-09-02T23:25:57.814Z] [2019-09-02T23:25:57.814Z] [2019-09-02T23:25:57.814Z] INFO: Commit hash is e6fce00ec [2019-09-02T23:25:57.814Z] INFO: Nuke-Everything... [2019-09-02T23:25:57.814Z] INFO: Container count on control daemon to delete is 0 [2019-09-02T23:25:57.814Z] INFO: Nuking d:\CI-1 [2019-09-02T23:25:57.814Z] INFO: Zapped successfully [2019-09-02T23:25:57.814Z] INFO: Location for testing is d:\CI-1\CI-e6fce00ec [2019-09-02T23:25:57.814Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2019-09-02T23:25:57.814Z] [2019-09-02T23:25:57.814Z] [2019-09-02T23:25:57.814Z] INFO: Building the image from Dockerfile.windows at 09/02/2019 23:25:55... [2019-09-02T23:25:57.814Z] [2019-09-02T23:25:58.309Z] tests/integration/api_secret_test.py ..... [ 52%] [2019-09-02T23:25:58.562Z] PASS: docker_cli_daemon_test.go:1433: DockerDaemonSuite.TestCleanupMountsAfterDaemonAndContainerKill 3.753s [2019-09-02T23:25:59.932Z] PASS: docker_api_stats_test.go:165: DockerSuite.TestAPIStatsNetworkStatsVersioning 2.437s [2019-09-02T23:26:00.016Z] Removing intermediate container 9088606ddd3b [2019-09-02T23:26:00.016Z] ---> fd1299b25312 [2019-09-02T23:26:00.016Z] Step 66/126 : FROM base AS gotestsum [2019-09-02T23:26:00.016Z] ---> 3892d6f295ce [2019-09-02T23:26:00.016Z] Step 67/126 : ENV INSTALL_BINARY_NAME=gotestsum [2019-09-02T23:26:00.016Z] ---> Running in 97296dad8423 [2019-09-02T23:26:00.016Z] Removing intermediate container 97296dad8423 [2019-09-02T23:26:00.016Z] ---> 5a2373e337ee [2019-09-02T23:26:00.016Z] Step 68/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-02T23:26:00.016Z] ---> 58fc28329cf8 [2019-09-02T23:26:00.016Z] Step 69/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-02T23:26:00.016Z] ---> 69278a75a9a3 [2019-09-02T23:26:00.016Z] Step 70/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-02T23:26:00.016Z] ---> Running in a0d823c8a10b [2019-09-02T23:26:00.016Z] + RM_GOPATH=0 [2019-09-02T23:26:00.016Z] + TMP_GOPATH= [2019-09-02T23:26:00.016Z] + : /build [2019-09-02T23:26:00.016Z] + '[' -z '' ']' [2019-09-02T23:26:00.016Z] ++ mktemp -d [2019-09-02T23:26:00.016Z] + export GOPATH=/tmp/tmp.X1x8bNAUzC [2019-09-02T23:26:00.016Z] + GOPATH=/tmp/tmp.X1x8bNAUzC [2019-09-02T23:26:00.016Z] + RM_GOPATH=1 [2019-09-02T23:26:00.016Z] ++ dirname ./install.sh [2019-09-02T23:26:00.016Z] + dir=. [2019-09-02T23:26:00.016Z] + bin=gotestsum [2019-09-02T23:26:00.016Z] + shift [2019-09-02T23:26:00.016Z] + '[' '!' -f ./gotestsum.installer ']' [2019-09-02T23:26:00.016Z] + . ./gotestsum.installer [2019-09-02T23:26:00.016Z] ++ GOTESTSUM_COMMIT=v0.3.5 [2019-09-02T23:26:00.016Z] + install_gotestsum [2019-09-02T23:26:00.016Z] + echo 'Installing gotestsum version v0.3.5' [2019-09-02T23:26:00.016Z] + go get -d gotest.tools/gotestsum [2019-09-02T23:26:00.016Z] Installing gotestsum version v0.3.5 [2019-09-02T23:26:01.303Z] PASS: docker_cli_daemon_test.go:2005: DockerDaemonSuite.TestCleanupMountsAfterDaemonCrash 2.652s [2019-09-02T23:26:02.506Z] Sending build context to Docker daemon 49.99MB [2019-09-02T23:26:02.506Z] [2019-09-02T23:26:02.506Z] Step 1/8 : FROM microsoft/windowsservercore [2019-09-02T23:26:02.506Z] ---> b05c49cadc10 [2019-09-02T23:26:02.506Z] Step 2/8 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2019-09-02T23:26:02.506Z] ---> Running in a67d0c5d4705 [2019-09-02T23:26:03.201Z] PASS: docker_cli_daemon_test.go:1471: DockerDaemonSuite.TestCleanupMountsAfterGracefulShutdown 2.254s [2019-09-02T23:26:03.201Z] PASS: docker_api_stats_test.go:274: DockerSuite.TestAPIStatsNoStreamConnectedContainers 2.498s [2019-09-02T23:26:03.477Z] Removing intermediate container a67d0c5d4705 [2019-09-02T23:26:03.477Z] ---> 4fb537db0ab3 [2019-09-02T23:26:03.477Z] Step 3/8 : ARG GO_VERSION=1.12.9 [2019-09-02T23:26:03.477Z] ---> Running in a186b96ee2d7 [2019-09-02T23:26:03.942Z] Removing intermediate container a186b96ee2d7 [2019-09-02T23:26:03.942Z] ---> 3279f735d7eb [2019-09-02T23:26:03.942Z] Step 4/8 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\go FROM_DOCKERFILE=1 [2019-09-02T23:26:03.942Z] ---> Running in d31d4ae5225f [2019-09-02T23:26:04.400Z] Removing intermediate container d31d4ae5225f [2019-09-02T23:26:04.400Z] ---> b76992d2211b [2019-09-02T23:26:04.400Z] 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...; Download-File $('https://golang.org/dl/go'+$Env:GO_VERSION.TrimEnd('.0')"+'.windows-amd64.zip') C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/jhowardmsft/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/jhowardmsft/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/jhowardmsft/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; Write-Host INFO: Creating source directory...; New-Item -ItemType Directory -Path C:\go\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-02T23:26:04.860Z] ---> Running in b6f80d5b189c [2019-09-02T23:26:05.269Z] tests/integration/api_service_test.py ................s................. [ 61%] [2019-09-02T23:26:05.726Z] PASS: docker_cli_daemon_test.go:529: DockerDaemonSuite.TestDaemonAllocatesListeningPort 2.039s [2019-09-02T23:26:05.984Z] PASS: docker_api_stats_test.go:25: DockerSuite.TestAPIStatsNoStreamGetCpu 2.218s [2019-09-02T23:26:07.355Z] PASS: docker_api_stats_test.go:65: DockerSuite.TestAPIStatsStoppedContainerInGoroutines 1.235s [2019-09-02T23:26:08.406Z] + cd /tmp/tmp.X1x8bNAUzC/src/gotest.tools/gotestsum [2019-09-02T23:26:08.406Z] + git checkout -q v0.3.5 [2019-09-02T23:26:08.406Z] + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum [2019-09-02T23:26:08.727Z] PASS: docker_cli_run_test.go:3185: DockerSuite.TestAppArmorDeniesChmodProc 1.244s [2019-09-02T23:26:09.295Z] PASS: docker_cli_daemon_test.go:588: DockerDaemonSuite.TestDaemonBridgeExternal 3.761s [2019-09-02T23:26:09.861Z] PASS: docker_cli_run_test.go:3163: DockerSuite.TestAppArmorDeniesPtrace 1.269s [2019-09-02T23:26:11.233Z] PASS: docker_cli_run_test.go:3175: DockerSuite.TestAppArmorTraceSelf 1.354s [2019-09-02T23:26:12.165Z] PASS: docker_cli_daemon_test.go:755: DockerDaemonSuite.TestDaemonBridgeFixedCIDREqualBridgeNetwork 2.820s [2019-09-02T23:26:13.434Z] [2019-09-02T23:26:13.434Z] SUCCESS: Specified value was saved. [2019-09-02T23:26:13.434Z] INFO: Downloading git... [2019-09-02T23:26:13.588Z] PASS: docker_cli_attach_unix_test.go:61: DockerSuite.TestAttachAfterDetach 2.001s [2019-09-02T23:26:14.977Z] INFO: Downloading go... [2019-09-02T23:26:16.116Z] PASS: docker_cli_attach_unix_test.go:18: DockerSuite.TestAttachClosedOnContainerStop 2.380s [2019-09-02T23:26:16.373Z] PASS: docker_cli_daemon_test.go:708: DockerDaemonSuite.TestDaemonBridgeFixedCidr 4.307s [2019-09-02T23:26:16.532Z] INFO: Downloading compiler 1 of 3... [2019-09-02T23:26:17.503Z] INFO: Downloading compiler 2 of 3... [2019-09-02T23:26:17.743Z] PASS: docker_cli_attach_unix_test.go:126: DockerSuite.TestAttachDetach 1.158s [2019-09-02T23:26:17.961Z] INFO: Downloading compiler 3 of 3... [2019-09-02T23:26:18.420Z] INFO: Extracting git... [2019-09-02T23:26:19.113Z] ........................ [ 67%] [2019-09-02T23:26:19.117Z] PASS: docker_cli_attach_test.go:136: DockerSuite.TestAttachDisconnect 0.920s [2019-09-02T23:26:21.643Z] PASS: docker_cli_attach_test.go:21: DockerSuite.TestAttachMultipleAndRestart 2.326s [2019-09-02T23:26:21.643Z] PASS: docker_cli_daemon_test.go:730: DockerDaemonSuite.TestDaemonBridgeFixedCidr2 5.265s [2019-09-02T23:26:22.744Z] ok github.com/docker/docker/cmd/dockerd 0.055s coverage: 29.9% of statements [2019-09-02T23:26:23.015Z] PASS: docker_cli_attach_test.go:169: DockerSuite.TestAttachPausedContainer 1.023s [2019-09-02T23:26:24.050Z] ok github.com/docker/docker/container 0.115s coverage: 35.5% of statements [2019-09-02T23:26:24.050Z] ? github.com/docker/docker/container/stream [no test files] [2019-09-02T23:26:24.050Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-09-02T23:26:24.050Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-09-02T23:26:24.050Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-09-02T23:26:24.388Z] PASS: docker_cli_attach_test.go:91: DockerSuite.TestAttachTTYWithoutStdin 0.950s [2019-09-02T23:26:24.952Z] PASS: docker_cli_daemon_test.go:646: DockerDaemonSuite.TestDaemonBridgeIP 3.314s [2019-09-02T23:26:26.324Z] PASS: docker_api_build_test.go:155: DockerSuite.TestBuildAPIBuildGitWithF 1.974s [2019-09-02T23:26:26.581Z] PASS: docker_cli_daemon_test.go:616: DockerDaemonSuite.TestDaemonBridgeNone 1.625s [2019-09-02T23:26:29.857Z] PASS: docker_api_build_test.go:25: DockerSuite.TestBuildAPIDockerFileRemote 3.189s [2019-09-02T23:26:29.857Z] PASS: docker_cli_daemon_test.go:1857: DockerDaemonSuite.TestDaemonCgroupParent 3.381s [2019-09-02T23:26:30.421Z] PASS: docker_cli_daemon_test.go:1669: DockerDaemonSuite.TestDaemonCorruptedFluentdAddress 0.504s [2019-09-02T23:26:30.778Z] Removing intermediate container a0d823c8a10b [2019-09-02T23:26:30.778Z] ---> 383fb15cb652 [2019-09-02T23:26:30.778Z] Step 71/126 : FROM dev-base AS dockercli [2019-09-02T23:26:30.778Z] ---> 3892d6f295ce [2019-09-02T23:26:30.778Z] Step 72/126 : ENV INSTALL_BINARY_NAME=dockercli [2019-09-02T23:26:30.778Z] ---> Running in df70e1ef999e [2019-09-02T23:26:30.778Z] Removing intermediate container df70e1ef999e [2019-09-02T23:26:30.778Z] ---> f1b54d842682 [2019-09-02T23:26:30.778Z] Step 73/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-02T23:26:30.778Z] ---> 1fb49c81768b [2019-09-02T23:26:30.778Z] Step 74/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-02T23:26:30.778Z] ---> f419db508f2e [2019-09-02T23:26:30.778Z] Step 75/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-02T23:26:30.778Z] ---> Running in 996b12b1d3dc [2019-09-02T23:26:30.778Z] + RM_GOPATH=0 [2019-09-02T23:26:30.778Z] + TMP_GOPATH= [2019-09-02T23:26:30.778Z] + : /build [2019-09-02T23:26:30.778Z] + '[' -z '' ']' [2019-09-02T23:26:30.778Z] ++ mktemp -d [2019-09-02T23:26:30.778Z] + export GOPATH=/tmp/tmp.Oe7w8q3BCM [2019-09-02T23:26:30.778Z] + GOPATH=/tmp/tmp.Oe7w8q3BCM [2019-09-02T23:26:30.778Z] + RM_GOPATH=1 [2019-09-02T23:26:30.778Z] ++ dirname ./install.sh [2019-09-02T23:26:30.778Z] + dir=. [2019-09-02T23:26:30.778Z] + bin=dockercli [2019-09-02T23:26:30.778Z] + shift [2019-09-02T23:26:30.778Z] + '[' '!' -f ./dockercli.installer ']' [2019-09-02T23:26:30.778Z] + . ./dockercli.installer [2019-09-02T23:26:30.778Z] ++ DOCKERCLI_CHANNEL=stable [2019-09-02T23:26:30.778Z] ++ DOCKERCLI_VERSION=17.06.2-ce [2019-09-02T23:26:30.778Z] + install_dockercli [2019-09-02T23:26:30.778Z] + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-09-02T23:26:30.778Z] Install docker/cli version 17.06.2-ce from stable [2019-09-02T23:26:30.778Z] ++ uname -m [2019-09-02T23:26:30.778Z] + arch=ppc64le [2019-09-02T23:26:30.778Z] + '[' ppc64le '!=' x86_64 ']' [2019-09-02T23:26:30.778Z] + '[' ppc64le '!=' s390x ']' [2019-09-02T23:26:30.778Z] + '[' ppc64le '!=' armhf ']' [2019-09-02T23:26:30.778Z] + build_dockercli [2019-09-02T23:26:30.778Z] + git clone https://github.com/docker/docker-ce /tmp/tmp.Oe7w8q3BCM/tmp/docker-ce [2019-09-02T23:26:30.778Z] Cloning into '/tmp/tmp.Oe7w8q3BCM/tmp/docker-ce'... [2019-09-02T23:26:30.986Z] PASS: docker_cli_daemon_test.go:1661: DockerDaemonSuite.TestDaemonCorruptedLogDriverAddress 0.503s [2019-09-02T23:26:31.549Z] PASS: docker_api_build_test.go:176: DockerSuite.TestBuildAPIDoubleDockerfile 2.090s [2019-09-02T23:26:32.920Z] PASS: docker_cli_daemon_test.go:2389: DockerDaemonSuite.TestDaemonDNSFlagsInHostMode 1.990s [2019-09-02T23:26:33.485Z] PASS: docker_api_build_test.go:137: DockerSuite.TestBuildAPILowerDockerfile 1.818s [2019-09-02T23:26:33.485Z] PASS: docker_api_build_test.go:56: DockerSuite.TestBuildAPIRemoteTarballContext 0.003s [2019-09-02T23:26:33.485Z] PASS: docker_cli_daemon_test.go:2185: DockerDaemonSuite.TestDaemonDebugLog 0.596s [2019-09-02T23:26:33.733Z] ok github.com/docker/docker/daemon/cluster 0.069s coverage: 0.5% of statements [2019-09-02T23:26:34.543Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.010s coverage: 65.3% of statements [2019-09-02T23:26:34.855Z] PASS: docker_api_build_test.go:83: DockerSuite.TestBuildAPIRemoteTarballContextWithCustomDockerfile 1.632s [2019-09-02T23:26:36.096Z] INFO: Expanding go... [2019-09-02T23:26:36.226Z] PASS: docker_api_build_test.go:198: DockerSuite.TestBuildAPIUnnormalizedTarPaths 1.147s [2019-09-02T23:26:36.365Z] ok github.com/docker/docker/daemon/cluster/convert 0.011s coverage: 35.8% of statements [2019-09-02T23:26:36.791Z] PASS: docker_cli_daemon_test.go:794: DockerDaemonSuite.TestDaemonDefaultGatewayIPv4Explicit 3.127s [2019-09-02T23:26:38.688Z] PASS: docker_cli_daemon_test.go:816: DockerDaemonSuite.TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet 2.026s [2019-09-02T23:26:41.965Z] PASS: docker_cli_daemon_test.go:773: DockerDaemonSuite.TestDaemonDefaultGatewayIPv4Implicit 2.845s [2019-09-02T23:26:43.336Z] PASS: docker_cli_daemon_test.go:827: DockerDaemonSuite.TestDaemonDefaultNetworkInvalidClusterConfig 1.482s [2019-09-02T23:26:43.593Z] PASS: docker_cli_daemon_test.go:2205: DockerDaemonSuite.TestDaemonDiscoveryBackendConfigReload 0.545s [2019-09-02T23:26:45.919Z] ok github.com/docker/docker/daemon 12.257s coverage: 17.6% of statements [2019-09-02T23:26:45.919Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-09-02T23:26:45.919Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.430s coverage: 13.6% of statements [2019-09-02T23:26:45.919Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-09-02T23:26:46.307Z] ok github.com/docker/docker/daemon/discovery 0.004s coverage: 30.0% of statements [2019-09-02T23:26:47.734Z] ok github.com/docker/docker/daemon/config 0.053s coverage: 84.2% of statements [2019-09-02T23:26:47.734Z] ok github.com/docker/docker/daemon/events 0.072s coverage: 50.0% of statements [2019-09-02T23:26:47.734Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-09-02T23:26:47.734Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-09-02T23:26:47.767Z] PASS: docker_cli_events_unix_test.go:390: DockerDaemonSuite.TestDaemonEvents 3.588s [2019-09-02T23:26:49.075Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.2% of statements [2019-09-02T23:26:51.041Z] PASS: docker_cli_events_unix_test.go:458: DockerDaemonSuite.TestDaemonEventsWithFilters 3.642s [2019-09-02T23:26:51.607Z] PASS: docker_cli_daemon_test.go:573: DockerDaemonSuite.TestDaemonExitOnFailure 0.502s [2019-09-02T23:26:51.610Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.006s coverage: 2.9% of statements [2019-09-02T23:26:52.171Z] PASS: docker_cli_daemon_test.go:502: DockerDaemonSuite.TestDaemonFlagD 0.749s [2019-09-02T23:26:52.736Z] PASS: docker_cli_daemon_test.go:511: DockerDaemonSuite.TestDaemonFlagDebug 0.508s [2019-09-02T23:26:53.038Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.339s coverage: 57.8% of statements [2019-09-02T23:26:53.668Z] PASS: docker_cli_daemon_test.go:520: DockerDaemonSuite.TestDaemonFlagDebugLogLevelFatal 0.815s [2019-09-02T23:26:56.005Z] 3889bb8d808b: Pull complete [2019-09-02T23:26:57.784Z] + cd /tmp/tmp.Oe7w8q3BCM/tmp/docker-ce [2019-09-02T23:26:57.784Z] + git checkout -q v17.06.2-ce [2019-09-02T23:26:57.784Z] + mkdir -p /tmp/tmp.Oe7w8q3BCM/src/github.com/docker [2019-09-02T23:26:57.784Z] + mv components/cli /tmp/tmp.Oe7w8q3BCM/src/github.com/docker/cli [2019-09-02T23:26:57.784Z] + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2019-09-02T23:26:57.850Z] PASS: docker_cli_daemon_test.go:908: DockerDaemonSuite.TestDaemonICCLinkExpose 3.988s [2019-09-02T23:26:57.850Z] SKIP: docker_cli_daemon_test.go:872: DockerDaemonSuite.TestDaemonICCPing (unmatched requirement bridgeNfIptables) [2019-09-02T23:26:58.918Z] tests/integration/api_swarm_test.py .ssss.s...x....... [ 72%] [2019-09-02T23:26:59.342Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.475s coverage: 46.1% of statements [2019-09-02T23:27:01.225Z] INFO: Expanding compiler 1 of 3... [2019-09-02T23:27:01.225Z] INFO: Expanding compiler 2 of 3... [2019-09-02T23:27:01.261Z] ok github.com/docker/docker/daemon/graphdriver/aufs 11.600s coverage: 72.5% of statements [2019-09-02T23:27:01.261Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-09-02T23:27:02.028Z] PASS: docker_cli_daemon_test.go:843: DockerDaemonSuite.TestDaemonIP 3.937s [2019-09-02T23:27:02.028Z] SKIP: docker_cli_daemon_test.go:361: DockerDaemonSuite.TestDaemonIPv6Enabled (unmatched requirement IPv6) [2019-09-02T23:27:02.624Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.147s coverage: 50.8% of statements [2019-09-02T23:27:05.096Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.573s coverage: 76.1% of statements [2019-09-02T23:27:05.913Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.007s coverage: 58.0% of statements [2019-09-02T23:27:06.206Z] PASS: docker_cli_build_test.go:574: DockerSuite.TestBuildAddAndCopyFileWithWhitespace 29.447s [2019-09-02T23:27:06.463Z] PASS: docker_cli_build_test.go:927: DockerSuite.TestBuildAddBadLinks 0.949s [2019-09-02T23:27:07.018Z] INFO: Expanding compiler 3 of 3... [2019-09-02T23:27:07.340Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.009s coverage: 3.0% of statements [2019-09-02T23:27:07.398Z] --- PASS: TestBuildWithHugeFile (77.51s) [2019-09-02T23:27:07.398Z] === RUN TestBuildWithEmptyDockerfile [2019-09-02T23:27:07.398Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-02T23:27:07.398Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-02T23:27:07.398Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-02T23:27:07.398Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-02T23:27:07.398Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-02T23:27:07.398Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-02T23:27:07.398Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-02T23:27:07.398Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-02T23:27:07.655Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-02T23:27:07.655Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2019-09-02T23:27:07.655Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s) [2019-09-02T23:27:07.655Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s) [2019-09-02T23:27:07.655Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.10s) [2019-09-02T23:27:07.655Z] === RUN TestBuildPreserveOwnership [2019-09-02T23:27:07.655Z] === RUN TestBuildPreserveOwnership/copy_from [2019-09-02T23:27:07.984Z] INFO: Removing downloaded files... [2019-09-02T23:27:07.985Z] INFO: Creating source directory... [2019-09-02T23:27:07.985Z] INFO: Configuring git core.autocrlf... [2019-09-02T23:27:08.218Z] PASS: docker_cli_build_test.go:1007: DockerSuite.TestBuildAddBadLinksVolume 1.551s [2019-09-02T23:27:08.218Z] PASS: docker_cli_build_test.go:2886: DockerSuite.TestBuildAddBrokenTar 0.224s [2019-09-02T23:27:08.445Z] INFO: Completed [2019-09-02T23:27:09.148Z] PASS: docker_api_build_test.go:476: DockerSuite.TestBuildAddCacheOnFileChange 0.694s [2019-09-02T23:27:09.182Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.201s coverage: 57.0% of statements [2019-09-02T23:27:09.182Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-09-02T23:27:09.182Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-09-02T23:27:09.996Z] ok github.com/docker/docker/daemon/images 0.025s coverage: 4.9% of statements [2019-09-02T23:27:09.996Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-09-02T23:27:09.996Z] ok github.com/docker/docker/daemon/links 0.029s coverage: 93.0% of statements [2019-09-02T23:27:09.996Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-09-02T23:27:11.673Z] PASS: docker_cli_build_unix_test.go:88: DockerSuite.TestBuildAddChangeOwnership 2.192s [2019-09-02T23:27:11.673Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-09-02T23:27:12.007Z] ok github.com/docker/docker/daemon/logger 0.249s coverage: 42.7% of statements [2019-09-02T23:27:12.828Z] ok github.com/docker/docker/daemon/logger/awslogs 0.105s coverage: 78.6% of statements [2019-09-02T23:27:12.828Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-09-02T23:27:12.828Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-09-02T23:27:13.566Z] --- PASS: TestBuildPreserveOwnership (5.65s) [2019-09-02T23:27:13.566Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.77s) [2019-09-02T23:27:13.566Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.87s) [2019-09-02T23:27:13.566Z] === RUN TestBuildPlatformInvalid [2019-09-02T23:27:13.566Z] --- PASS: TestBuildPlatformInvalid (0.11s) [2019-09-02T23:27:13.566Z] PASS [2019-09-02T23:27:13.566Z] Running /go/src/github.com/docker/docker/integration/config flags=-test.v -test.timeout=120m [2019-09-02T23:27:13.566Z] PASS: docker_cli_build_test.go:1864: DockerSuite.TestBuildAddCurrentDirWithCache 2.295s [2019-09-02T23:27:13.566Z] INFO: Testing against a local daemon [2019-09-02T23:27:13.566Z] === RUN TestConfigList [2019-09-02T23:27:13.666Z] ok github.com/docker/docker/daemon/logger/gelf 0.006s coverage: 68.2% of statements [2019-09-02T23:27:13.986Z] tests/integration/api_volume_test.py ......... [ 74%] [2019-09-02T23:27:14.075Z] ok github.com/docker/docker/daemon/logger/journald 0.011s coverage: 26.2% of statements [2019-09-02T23:27:14.496Z] PASS: docker_cli_daemon_test.go:420: DockerDaemonSuite.TestDaemonIPv6FixedCIDR 2.507s [2019-09-02T23:27:14.496Z] PASS: docker_cli_build_test.go:1911: DockerSuite.TestBuildAddCurrentDirWithoutCache 0.867s [2019-09-02T23:27:14.925Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.008s coverage: 88.3% of statements [2019-09-02T23:27:14.925Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.009s coverage: 62.1% of statements [2019-09-02T23:27:15.865Z] tests/integration/client_test.py ..... [ 75%] [2019-09-02T23:27:16.274Z] ok github.com/docker/docker/daemon/logger/local 0.034s coverage: 74.7% of statements [2019-09-02T23:27:16.274Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-09-02T23:27:16.274Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.042s coverage: 18.6% of statements [2019-09-02T23:27:16.787Z] tests/integration/errors_test.py . [ 76%] [2019-09-02T23:27:17.020Z] --- PASS: TestConfigList (3.48s) [2019-09-02T23:27:17.020Z] config_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestConfigList [2019-09-02T23:27:17.020Z] daemon.go:336: [dc938f933dba2] waiting for daemon to start [2019-09-02T23:27:17.020Z] daemon.go:336: [dc938f933dba2] waiting for daemon to start [2019-09-02T23:27:17.020Z] daemon.go:364: [dc938f933dba2] daemon started [2019-09-02T23:27:17.020Z] daemon.go:472: [dc938f933dba2] Stopping daemon [2019-09-02T23:27:17.020Z] daemon.go:307: [dc938f933dba2] exiting daemon [2019-09-02T23:27:17.020Z] daemon.go:459: [dc938f933dba2] Daemon stopped [2019-09-02T23:27:17.020Z] === RUN TestConfigsCreateAndDelete [2019-09-02T23:27:18.265Z] ok github.com/docker/docker/daemon/logger/syslog 0.006s coverage: 47.8% of statements [2019-09-02T23:27:18.658Z] ok github.com/docker/docker/daemon/logger/templates 0.027s coverage: 8.3% of statements [2019-09-02T23:27:19.967Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2019-09-02T23:27:19.967Z] ok github.com/docker/docker/daemon/logger/splunk 1.648s coverage: 84.5% of statements [2019-09-02T23:27:19.967Z] ? github.com/docker/docker/daemon/names [no test files] [2019-09-02T23:27:19.967Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-09-02T23:27:20.292Z] --- PASS: TestConfigsCreateAndDelete (2.58s) [2019-09-02T23:27:20.292Z] config_test.go:112: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestConfigsCreateAndDelete [2019-09-02T23:27:20.292Z] daemon.go:336: [df97da1e2088c] waiting for daemon to start [2019-09-02T23:27:20.292Z] daemon.go:336: [df97da1e2088c] waiting for daemon to start [2019-09-02T23:27:20.292Z] daemon.go:364: [df97da1e2088c] daemon started [2019-09-02T23:27:20.292Z] daemon.go:472: [df97da1e2088c] Stopping daemon [2019-09-02T23:27:20.292Z] daemon.go:307: [df97da1e2088c] exiting daemon [2019-09-02T23:27:20.292Z] daemon.go:459: [df97da1e2088c] Daemon stopped [2019-09-02T23:27:20.292Z] === RUN TestConfigsUpdate [2019-09-02T23:27:21.880Z] ok github.com/docker/docker/distribution/metadata 0.029s coverage: 48.2% of statements [2019-09-02T23:27:22.383Z] ok github.com/docker/docker/distribution 0.327s coverage: 22.6% of statements [2019-09-02T23:27:22.383Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-09-02T23:27:22.851Z] --- PASS: TestConfigsUpdate (2.91s) [2019-09-02T23:27:22.851Z] config_test.go:140: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestConfigsUpdate [2019-09-02T23:27:22.851Z] daemon.go:336: [df8c058dd42b2] waiting for daemon to start [2019-09-02T23:27:22.851Z] daemon.go:336: [df8c058dd42b2] waiting for daemon to start [2019-09-02T23:27:22.851Z] daemon.go:364: [df8c058dd42b2] daemon started [2019-09-02T23:27:22.851Z] daemon.go:472: [df8c058dd42b2] Stopping daemon [2019-09-02T23:27:22.851Z] daemon.go:307: [df8c058dd42b2] exiting daemon [2019-09-02T23:27:22.851Z] daemon.go:459: [df8c058dd42b2] Daemon stopped [2019-09-02T23:27:22.851Z] === RUN TestTemplatedConfig [2019-09-02T23:27:22.851Z] PASS: docker_cli_build_test.go:752: DockerSuite.TestBuildAddDirContentToExistingDir 8.299s [2019-09-02T23:27:23.797Z] ok github.com/docker/docker/errdefs 0.005s coverage: 49.4% of statements [2019-09-02T23:27:25.088Z] ok github.com/docker/docker/image 0.019s coverage: 86.4% of statements [2019-09-02T23:27:25.487Z] ok github.com/docker/docker/distribution/xfer 1.561s coverage: 83.4% of statements [2019-09-02T23:27:25.487Z] ? github.com/docker/docker/dockerversion [no test files] [2019-09-02T23:27:26.141Z] --- PASS: TestTemplatedConfig (3.41s) [2019-09-02T23:27:26.141Z] config_test.go:192: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestTemplatedConfig [2019-09-02T23:27:26.141Z] daemon.go:336: [dc9be1e3eed76] waiting for daemon to start [2019-09-02T23:27:26.141Z] daemon.go:336: [dc9be1e3eed76] waiting for daemon to start [2019-09-02T23:27:26.141Z] daemon.go:364: [dc9be1e3eed76] daemon started [2019-09-02T23:27:26.141Z] daemon.go:472: [dc9be1e3eed76] Stopping daemon [2019-09-02T23:27:26.141Z] daemon.go:307: [dc9be1e3eed76] exiting daemon [2019-09-02T23:27:26.141Z] daemon.go:459: [dc9be1e3eed76] Daemon stopped [2019-09-02T23:27:26.141Z] === RUN TestConfigInspect [2019-09-02T23:27:26.308Z] ok github.com/docker/docker/image/cache 0.010s coverage: 19.2% of statements [2019-09-02T23:27:26.308Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-09-02T23:27:26.705Z] PASS: docker_cli_daemon_test.go:447: DockerDaemonSuite.TestDaemonIPv6FixedCIDRAndMac 1.865s [2019-09-02T23:27:26.707Z] ok github.com/docker/docker/image/v1 0.007s coverage: 25.0% of statements [2019-09-02T23:27:26.707Z] ? github.com/docker/docker/internal/test [no test files] [2019-09-02T23:27:27.268Z] PASS: docker_cli_build_test.go:738: DockerSuite.TestBuildAddDirContentToRoot 4.434s [2019-09-02T23:27:27.269Z] PASS: docker_cli_build_test.go:2190: DockerSuite.TestBuildAddFileNotFound 0.136s [2019-09-02T23:27:28.655Z] ok github.com/docker/docker/internal/testutil 0.004s coverage: 62.5% of statements [2019-09-02T23:27:29.048Z] ? github.com/docker/docker/internal/test/daemon [no test files] [2019-09-02T23:27:29.048Z] ? github.com/docker/docker/internal/test/environment [no test files] [2019-09-02T23:27:29.048Z] ? github.com/docker/docker/internal/test/fakecontext [no test files] [2019-09-02T23:27:29.048Z] ? github.com/docker/docker/internal/test/fakegit [no test files] [2019-09-02T23:27:29.048Z] ? github.com/docker/docker/internal/test/fakestorage [no test files] [2019-09-02T23:27:29.048Z] ? github.com/docker/docker/internal/test/fixtures/load [no test files] [2019-09-02T23:27:29.048Z] ? github.com/docker/docker/internal/test/fixtures/plugin [no test files] [2019-09-02T23:27:29.048Z] ? github.com/docker/docker/internal/test/fixtures/plugin/basic [no test files] [2019-09-02T23:27:29.048Z] ? github.com/docker/docker/internal/test/registry [no test files] [2019-09-02T23:27:29.048Z] ? github.com/docker/docker/internal/test/request [no test files] [2019-09-02T23:27:29.163Z] PASS: docker_cli_build_test.go:1998: DockerSuite.TestBuildAddLocalAndRemoteFilesWithAndWithoutCache 1.682s [2019-09-02T23:27:29.420Z] --- PASS: TestConfigInspect (3.30s) [2019-09-02T23:27:29.420Z] config_test.go:326: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestConfigInspect [2019-09-02T23:27:29.420Z] daemon.go:336: [dc0602c176994] waiting for daemon to start [2019-09-02T23:27:29.420Z] daemon.go:336: [dc0602c176994] waiting for daemon to start [2019-09-02T23:27:29.420Z] daemon.go:364: [dc0602c176994] daemon started [2019-09-02T23:27:29.420Z] daemon.go:472: [dc0602c176994] Stopping daemon [2019-09-02T23:27:29.420Z] daemon.go:307: [dc0602c176994] exiting daemon [2019-09-02T23:27:29.420Z] daemon.go:459: [dc0602c176994] Daemon stopped [2019-09-02T23:27:29.420Z] === RUN TestConfigCreateWithLabels [2019-09-02T23:27:30.347Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2019-09-02T23:27:31.628Z] ok github.com/docker/docker/opts 0.023s coverage: 66.9% of statements [2019-09-02T23:27:32.038Z] ok github.com/docker/docker/pkg/aaparser 0.005s coverage: 50.0% of statements [2019-09-02T23:27:32.693Z] --- PASS: TestConfigCreateWithLabels (3.17s) [2019-09-02T23:27:32.693Z] config_test.go:350: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestConfigCreateWithLabels [2019-09-02T23:27:32.693Z] daemon.go:336: [d62c537f6949e] waiting for daemon to start [2019-09-02T23:27:32.693Z] daemon.go:336: [d62c537f6949e] waiting for daemon to start [2019-09-02T23:27:32.693Z] daemon.go:364: [d62c537f6949e] daemon started [2019-09-02T23:27:32.693Z] daemon.go:472: [d62c537f6949e] Stopping daemon [2019-09-02T23:27:32.693Z] daemon.go:307: [d62c537f6949e] exiting daemon [2019-09-02T23:27:32.693Z] daemon.go:459: [d62c537f6949e] Daemon stopped [2019-09-02T23:27:32.693Z] === RUN TestConfigCreateResolve [2019-09-02T23:27:32.693Z] PASS: docker_cli_build_test.go:1808: DockerSuite.TestBuildAddMultipleLocalFileWithAndWithoutCache 3.753s [2019-09-02T23:27:34.070Z] PASS: docker_cli_build_test.go:2937: DockerSuite.TestBuildAddNonTar 1.233s [2019-09-02T23:27:34.092Z] ok github.com/docker/docker/pkg/archive 0.509s coverage: 77.3% of statements [2019-09-02T23:27:34.636Z] PASS: docker_cli_build_test.go:786: DockerSuite.TestBuildAddOrCopyEtcToRootShouldNotConflict 0.617s [2019-09-02T23:27:35.928Z] ok github.com/docker/docker/pkg/authorization 0.392s coverage: 66.7% of statements [2019-09-02T23:27:35.928Z] ok github.com/docker/docker/pkg/broadcaster 0.004s coverage: 100.0% of statements [2019-09-02T23:27:36.005Z] --- PASS: TestConfigCreateResolve (3.28s) [2019-09-02T23:27:36.006Z] config_test.go:377: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestConfigCreateResolve [2019-09-02T23:27:36.006Z] daemon.go:336: [d154fd56b84f1] waiting for daemon to start [2019-09-02T23:27:36.006Z] daemon.go:336: [d154fd56b84f1] waiting for daemon to start [2019-09-02T23:27:36.006Z] daemon.go:364: [d154fd56b84f1] daemon started [2019-09-02T23:27:36.006Z] daemon.go:472: [d154fd56b84f1] Stopping daemon [2019-09-02T23:27:36.006Z] daemon.go:307: [d154fd56b84f1] exiting daemon [2019-09-02T23:27:36.006Z] daemon.go:459: [d154fd56b84f1] Daemon stopped [2019-09-02T23:27:36.006Z] === RUN TestConfigDaemonLibtrustID [2019-09-02T23:27:36.262Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2019-09-02T23:27:36.262Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestConfigDaemonLibtrustID [2019-09-02T23:27:36.262Z] daemon.go:336: [db979c93c4661] waiting for daemon to start [2019-09-02T23:27:36.262Z] daemon.go:336: [db979c93c4661] waiting for daemon to start [2019-09-02T23:27:36.262Z] daemon.go:364: [db979c93c4661] daemon started [2019-09-02T23:27:36.262Z] daemon.go:472: [db979c93c4661] Stopping daemon [2019-09-02T23:27:36.262Z] daemon.go:307: [db979c93c4661] exiting daemon [2019-09-02T23:27:36.262Z] daemon.go:459: [db979c93c4661] Daemon stopped [2019-09-02T23:27:36.262Z] PASS [2019-09-02T23:27:36.262Z] Running /go/src/github.com/docker/docker/integration/container flags=-test.v -test.timeout=120m [2019-09-02T23:27:36.308Z] ok github.com/docker/docker/pkg/capabilities 0.005s coverage: 87.5% of statements [2019-09-02T23:27:36.519Z] INFO: Testing against a local daemon [2019-09-02T23:27:36.519Z] === RUN TestCheckpoint [2019-09-02T23:27:36.519Z] --- SKIP: TestCheckpoint (0.00s) [2019-09-02T23:27:36.519Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-02T23:27:36.519Z] === RUN TestContainerInvalidJSON [2019-09-02T23:27:36.519Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-09-02T23:27:36.519Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-09-02T23:27:36.519Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-09-02T23:27:36.519Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-09-02T23:27:36.519Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-09-02T23:27:36.519Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-09-02T23:27:36.519Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-09-02T23:27:36.519Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-09-02T23:27:36.519Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-09-02T23:27:36.519Z] --- PASS: TestContainerInvalidJSON (0.02s) [2019-09-02T23:27:36.519Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-09-02T23:27:36.519Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-09-02T23:27:36.519Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-09-02T23:27:36.519Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-02T23:27:36.519Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s) [2019-09-02T23:27:36.519Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-02T23:27:36.776Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.10s) [2019-09-02T23:27:36.776Z] === RUN TestCopyToContainerPathDoesNotExist [2019-09-02T23:27:37.032Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.21s) [2019-09-02T23:27:37.032Z] === RUN TestCopyToContainerPathIsNotDir [2019-09-02T23:27:37.032Z] --- PASS: TestCopyToContainerPathIsNotDir (0.12s) [2019-09-02T23:27:37.032Z] === RUN TestCopyFromContainer [2019-09-02T23:27:38.202Z] ok github.com/docker/docker/layer 7.419s coverage: 66.9% of statements [2019-09-02T23:27:38.202Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-09-02T23:27:38.202Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-09-02T23:27:38.202Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-09-02T23:27:38.202Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-09-02T23:27:38.202Z] ? github.com/docker/docker/oci [no test files] [2019-09-02T23:27:38.202Z] ? github.com/docker/docker/oci/caps [no test files] [2019-09-02T23:27:38.403Z] PASS: docker_cli_build_test.go:798: DockerSuite.TestBuildAddPreservesFilesSpecialBits 3.390s [2019-09-02T23:27:38.403Z] PASS: docker_cli_daemon_test.go:466: DockerDaemonSuite.TestDaemonIPv6HostMode 1.452s [2019-09-02T23:27:38.617Z] ok github.com/docker/docker/pkg/directory 0.043s coverage: 80.0% of statements [2019-09-02T23:27:38.966Z] === RUN TestCopyFromContainer// [2019-09-02T23:27:38.966Z] === RUN TestCopyFromContainer//bar/root [2019-09-02T23:27:38.966Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-02T23:27:39.223Z] === RUN TestCopyFromContainer/bar/quux [2019-09-02T23:27:39.223Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-02T23:27:39.223Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-02T23:27:39.440Z] ok github.com/docker/docker/pkg/discovery 0.005s coverage: 58.3% of statements [2019-09-02T23:27:39.482Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-02T23:27:39.482Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-02T23:27:39.482Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-02T23:27:39.482Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-02T23:27:39.739Z] --- PASS: TestCopyFromContainer (2.64s) [2019-09-02T23:27:39.739Z] --- PASS: TestCopyFromContainer// (0.11s) [2019-09-02T23:27:39.739Z] --- PASS: TestCopyFromContainer//bar/root (0.12s) [2019-09-02T23:27:39.739Z] --- PASS: TestCopyFromContainer//bar/root/ (0.08s) [2019-09-02T23:27:39.739Z] --- PASS: TestCopyFromContainer/bar/quux (0.10s) [2019-09-02T23:27:39.739Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2019-09-02T23:27:39.739Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s) [2019-09-02T23:27:39.739Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2019-09-02T23:27:39.739Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2019-09-02T23:27:39.739Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2019-09-02T23:27:39.739Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) [2019-09-02T23:27:39.739Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-09-02T23:27:39.739Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-02T23:27:39.739Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-02T23:27:39.739Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-02T23:27:39.739Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-02T23:27:39.739Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-02T23:27:39.739Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-02T23:27:39.739Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-02T23:27:39.739Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-02T23:27:39.739Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-02T23:27:39.739Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2019-09-02T23:27:39.739Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-09-02T23:27:39.739Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-09-02T23:27:39.739Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-09-02T23:27:39.739Z] === RUN TestCreateWithInvalidEnv [2019-09-02T23:27:39.739Z] === RUN TestCreateWithInvalidEnv/0 [2019-09-02T23:27:39.739Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-09-02T23:27:39.739Z] === RUN TestCreateWithInvalidEnv/1 [2019-09-02T23:27:39.739Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-09-02T23:27:39.739Z] === RUN TestCreateWithInvalidEnv/2 [2019-09-02T23:27:39.739Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-09-02T23:27:39.739Z] === CONT TestCreateWithInvalidEnv/0 [2019-09-02T23:27:39.739Z] === CONT TestCreateWithInvalidEnv/2 [2019-09-02T23:27:39.739Z] === CONT TestCreateWithInvalidEnv/1 [2019-09-02T23:27:39.739Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2019-09-02T23:27:39.739Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-09-02T23:27:39.739Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-09-02T23:27:39.740Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-09-02T23:27:39.740Z] === RUN TestCreateTmpfsMountsTarget [2019-09-02T23:27:39.740Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2019-09-02T23:27:39.740Z] === RUN TestCreateWithCustomMaskedPaths [2019-09-02T23:27:40.277Z] ok github.com/docker/docker/pkg/discovery/file 0.004s coverage: 92.9% of statements [2019-09-02T23:27:40.312Z] PASS: docker_cli_daemon_test.go:299: DockerDaemonSuite.TestDaemonIptablesClean 1.898s [2019-09-02T23:27:40.646Z] ok github.com/docker/docker/pkg/chrootarchive 3.592s coverage: 43.2% of statements [2019-09-02T23:27:40.646Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-09-02T23:27:40.646Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-09-02T23:27:41.242Z] PASS: docker_cli_build_test.go:1955: DockerSuite.TestBuildAddRemoteFileMTime 2.921s [2019-09-02T23:27:41.463Z] ok github.com/docker/docker/pkg/discovery/memory 0.003s coverage: 92.3% of statements [2019-09-02T23:27:41.847Z] ok github.com/docker/docker/pkg/discovery/nodes 0.003s coverage: 93.8% of statements [2019-09-02T23:27:42.174Z] --- PASS: TestCreateWithCustomMaskedPaths (2.42s) [2019-09-02T23:27:42.174Z] === RUN TestCreateWithCapabilities [2019-09-02T23:27:42.174Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-09-02T23:27:42.174Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-09-02T23:27:42.174Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-09-02T23:27:42.174Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-09-02T23:27:42.174Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-09-02T23:27:42.174Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-09-02T23:27:42.174Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-09-02T23:27:42.174Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-09-02T23:27:42.174Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-09-02T23:27:42.174Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-09-02T23:27:42.174Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-02T23:27:42.175Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-02T23:27:42.175Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-09-02T23:27:42.175Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-09-02T23:27:42.175Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-09-02T23:27:42.175Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-09-02T23:27:42.175Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-09-02T23:27:42.175Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-09-02T23:27:42.175Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-09-02T23:27:42.175Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-09-02T23:27:42.175Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-09-02T23:27:42.175Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-09-02T23:27:42.175Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-09-02T23:27:42.175Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-09-02T23:27:42.175Z] PASS: docker_cli_build_test.go:1930: DockerSuite.TestBuildAddRemoteFileWithAndWithoutCache 1.217s [2019-09-02T23:27:42.245Z] ok github.com/docker/docker/pkg/dmesg 0.003s coverage: 83.3% of statements [2019-09-02T23:27:42.432Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-09-02T23:27:42.432Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-09-02T23:27:42.432Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-09-02T23:27:42.432Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-09-02T23:27:42.432Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-02T23:27:42.432Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-09-02T23:27:42.432Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-09-02T23:27:42.432Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-09-02T23:27:42.432Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-09-02T23:27:42.432Z] --- PASS: TestCreateWithCapabilities (0.04s) [2019-09-02T23:27:42.432Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.08s) [2019-09-02T23:27:42.432Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.08s) [2019-09-02T23:27:42.432Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-09-02T23:27:42.432Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2019-09-02T23:27:42.432Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.07s) [2019-09-02T23:27:42.432Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.07s) [2019-09-02T23:27:42.432Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.07s) [2019-09-02T23:27:42.432Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.07s) [2019-09-02T23:27:42.432Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-09-02T23:27:42.432Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.06s) [2019-09-02T23:27:42.432Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.06s) [2019-09-02T23:27:42.432Z] === RUN TestCreateWithCustomReadonlyPaths [2019-09-02T23:27:43.668Z] ok github.com/docker/docker/pkg/filenotify 0.614s coverage: 67.0% of statements [2019-09-02T23:27:43.803Z] PASS: docker_cli_daemon_test.go:317: DockerDaemonSuite.TestDaemonIptablesCreate 3.005s [2019-09-02T23:27:43.803Z] PASS: docker_api_build_test.go:361: DockerSuite.TestBuildAddRemoteNoDecompress 1.490s [2019-09-02T23:27:44.060Z] PASS: docker_cli_daemon_test.go:553: DockerDaemonSuite.TestDaemonKeyGeneration 0.539s [2019-09-02T23:27:44.491Z] ok github.com/docker/docker/pkg/discovery/kv 3.152s coverage: 84.1% of statements [2019-09-02T23:27:44.491Z] ok github.com/docker/docker/pkg/fileutils 0.008s coverage: 89.5% of statements [2019-09-02T23:27:45.299Z] ok github.com/docker/docker/pkg/homedir 0.004s coverage: 10.2% of statements [2019-09-02T23:27:45.299Z] ok github.com/docker/docker/pkg/fsutils 0.386s coverage: 85.1% of statements [2019-09-02T23:27:45.431Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.97s) [2019-09-02T23:27:45.431Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-09-02T23:27:45.431Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-02T23:27:45.431Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-02T23:27:45.431Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-02T23:27:45.431Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-02T23:27:45.431Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-02T23:27:45.431Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-02T23:27:45.431Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-02T23:27:45.431Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-02T23:27:45.431Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-02T23:27:45.431Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-02T23:27:45.431Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-02T23:27:45.431Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-02T23:27:45.431Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-02T23:27:45.431Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-02T23:27:45.688Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-02T23:27:45.688Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2019-09-02T23:27:45.688Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2019-09-02T23:27:45.688Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2019-09-02T23:27:45.688Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2019-09-02T23:27:45.688Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2019-09-02T23:27:45.688Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2019-09-02T23:27:45.688Z] === RUN TestContainerStartOnDaemonRestart [2019-09-02T23:27:45.688Z] === PAUSE TestContainerStartOnDaemonRestart [2019-09-02T23:27:45.688Z] === RUN TestDaemonRestartIpcMode [2019-09-02T23:27:45.688Z] === PAUSE TestDaemonRestartIpcMode [2019-09-02T23:27:45.688Z] === RUN TestDiff [2019-09-02T23:27:46.121Z] ok github.com/docker/docker/pkg/idtools 0.323s coverage: 70.1% of statements [2019-09-02T23:27:46.619Z] --- PASS: TestDiff (0.86s) [2019-09-02T23:27:46.619Z] === RUN TestExecWithCloseStdin [2019-09-02T23:27:46.876Z] PASS: docker_cli_build_test.go:2816: DockerSuite.TestBuildAddScript 3.191s [2019-09-02T23:27:46.948Z] ok github.com/docker/docker/pkg/ioutils 0.415s coverage: 70.6% of statements [2019-09-02T23:27:46.948Z] ok github.com/docker/docker/pkg/jsonmessage 0.015s coverage: 91.7% of statements [2019-09-02T23:27:47.359Z] ok github.com/docker/docker/pkg/locker 0.032s coverage: 88.9% of statements [2019-09-02T23:27:47.359Z] ok github.com/docker/docker/pkg/longpath 0.004s coverage: 100.0% of statements [2019-09-02T23:27:47.359Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-09-02T23:27:47.441Z] --- PASS: TestExecWithCloseStdin (1.02s) [2019-09-02T23:27:47.441Z] === RUN TestExec [2019-09-02T23:27:48.007Z] PASS: docker_cli_daemon_plugins_test.go:72: DockerDaemonSuite.TestDaemonKillLiveRestoreWithPlugins 3.767s [2019-09-02T23:27:48.340Z] ok github.com/docker/docker/pkg/namesgenerator 0.004s coverage: 85.7% of statements [2019-09-02T23:27:48.340Z] ok github.com/docker/docker/pkg/parsers 0.004s coverage: 97.0% of statements [2019-09-02T23:27:48.573Z] --- PASS: TestExec (1.15s) [2019-09-02T23:27:48.573Z] === RUN TestExecUser [2019-09-02T23:27:48.754Z] ok github.com/docker/docker/pkg/parsers/kernel 0.004s coverage: 60.0% of statements [2019-09-02T23:27:49.555Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.007s coverage: 91.4% of statements [2019-09-02T23:27:49.555Z] ok github.com/docker/docker/pkg/mount 1.257s coverage: 69.6% of statements [2019-09-02T23:27:49.555Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-09-02T23:27:49.937Z] ok github.com/docker/docker/pkg/pidfile 0.004s coverage: 82.4% of statements [2019-09-02T23:27:49.937Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-09-02T23:27:49.937Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-09-02T23:27:49.943Z] --- PASS: TestExecUser (1.10s) [2019-09-02T23:27:49.943Z] === RUN TestExportContainerAndImportImage [2019-09-02T23:27:50.736Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.009s coverage: 56.8% of statements [2019-09-02T23:27:50.875Z] --- PASS: TestExportContainerAndImportImage (1.07s) [2019-09-02T23:27:50.875Z] === RUN TestExportContainerAfterDaemonRestart [2019-09-02T23:27:51.556Z] ok github.com/docker/docker/pkg/plugins/transport 0.004s coverage: 85.7% of statements [2019-09-02T23:27:51.807Z] PASS: docker_cli_daemon_plugins_test.go:161: DockerDaemonSuite.TestDaemonKillWithPlugins 3.996s [2019-09-02T23:27:51.949Z] ok github.com/docker/docker/pkg/pools 0.005s coverage: 87.9% of statements [2019-09-02T23:27:52.370Z] ok github.com/docker/docker/pkg/progress 0.003s coverage: 75.9% of statements [2019-09-02T23:27:52.739Z] --- PASS: TestExportContainerAfterDaemonRestart (1.77s) [2019-09-02T23:27:52.739Z] export_test.go:63: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestExportContainerAfterDaemonRestart [2019-09-02T23:27:52.739Z] daemon.go:336: [df37812948087] waiting for daemon to start [2019-09-02T23:27:52.739Z] daemon.go:336: [df37812948087] waiting for daemon to start [2019-09-02T23:27:52.739Z] daemon.go:364: [df37812948087] daemon started [2019-09-02T23:27:52.739Z] daemon.go:472: [df37812948087] Stopping daemon [2019-09-02T23:27:52.739Z] daemon.go:307: [df37812948087] exiting daemon [2019-09-02T23:27:52.739Z] daemon.go:459: [df37812948087] Daemon stopped [2019-09-02T23:27:52.739Z] daemon.go:336: [df37812948087] waiting for daemon to start [2019-09-02T23:27:52.739Z] daemon.go:336: [df37812948087] waiting for daemon to start [2019-09-02T23:27:52.739Z] daemon.go:364: [df37812948087] daemon started [2019-09-02T23:27:52.739Z] daemon.go:472: [df37812948087] Stopping daemon [2019-09-02T23:27:52.739Z] daemon.go:307: [df37812948087] exiting daemon [2019-09-02T23:27:52.739Z] daemon.go:459: [df37812948087] Daemon stopped [2019-09-02T23:27:52.739Z] === RUN TestHealthCheckWorkdir [2019-09-02T23:27:53.682Z] ok github.com/docker/docker/pkg/pubsub 1.053s coverage: 73.9% of statements [2019-09-02T23:27:54.056Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2019-09-02T23:27:54.111Z] --- PASS: TestHealthCheckWorkdir (1.37s) [2019-09-02T23:27:54.111Z] === RUN TestHealthKillContainer [2019-09-02T23:27:54.471Z] tests/integration/models_containers_test.py ............................ [ 83%] [2019-09-02T23:27:54.583Z] + return [2019-09-02T23:27:55.544Z] PASS: docker_cli_daemon_test.go:934: DockerDaemonSuite.TestDaemonLinksIpTablesRulesWhenLinkAndUnlink 3.592s [2019-09-02T23:27:55.803Z] PASS: docker_cli_build_test.go:506: DockerSuite.TestBuildAddSingleFileToExistDir 8.935s [2019-09-02T23:27:56.060Z] PASS: docker_cli_daemon_test.go:483: DockerDaemonSuite.TestDaemonLogLevelDebug 0.510s [2019-09-02T23:27:56.625Z] PASS: docker_cli_daemon_test.go:492: DockerDaemonSuite.TestDaemonLogLevelFatal 0.514s [2019-09-02T23:27:57.189Z] --- PASS: TestHealthKillContainer (3.10s) [2019-09-02T23:27:57.189Z] === RUN TestInspectCpusetInConfigPre120 [2019-09-02T23:27:57.189Z] PASS: docker_cli_daemon_test.go:479: DockerDaemonSuite.TestDaemonLogLevelWrong 0.501s [2019-09-02T23:27:57.238Z] ok github.com/docker/docker/pkg/signal 2.485s coverage: 61.0% of statements [2019-09-02T23:27:57.605Z] ok github.com/docker/docker/pkg/stdcopy 0.005s coverage: 100.0% of statements [2019-09-02T23:27:58.053Z] ok github.com/docker/docker/pkg/streamformatter 0.006s coverage: 66.2% of statements [2019-09-02T23:27:58.121Z] --- PASS: TestInspectCpusetInConfigPre120 (1.12s) [2019-09-02T23:27:58.121Z] === RUN TestIpcModeNone [2019-09-02T23:27:58.570Z] ok github.com/docker/docker/pkg/stringid 0.004s coverage: 70.6% of statements [2019-09-02T23:27:58.956Z] ok github.com/docker/docker/pkg/symlink 0.010s coverage: 87.7% of statements [2019-09-02T23:27:59.056Z] PASS: docker_cli_daemon_test.go:2251: DockerDaemonSuite.TestDaemonLogOptions 1.694s [2019-09-02T23:27:59.313Z] --- PASS: TestIpcModeNone (1.23s) [2019-09-02T23:27:59.313Z] === RUN TestIpcModePrivate [2019-09-02T23:27:59.332Z] ok github.com/docker/docker/pkg/sysinfo 0.007s coverage: 80.6% of statements [2019-09-02T23:28:00.096Z] Removing intermediate container 996b12b1d3dc [2019-09-02T23:28:00.096Z] ---> dca776e1c720 [2019-09-02T23:28:00.096Z] Step 76/126 : FROM runtime-dev AS runc [2019-09-02T23:28:00.096Z] ---> 8472b255530d [2019-09-02T23:28:00.096Z] Step 77/126 : ENV INSTALL_BINARY_NAME=runc [2019-09-02T23:28:00.096Z] ---> Running in c31c4c716e46 [2019-09-02T23:28:00.096Z] Removing intermediate container c31c4c716e46 [2019-09-02T23:28:00.096Z] ---> 4ff2a27d9c07 [2019-09-02T23:28:00.096Z] Step 78/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-02T23:28:00.096Z] ---> a1bd48645fb0 [2019-09-02T23:28:00.096Z] Step 79/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-02T23:28:00.131Z] ok github.com/docker/docker/pkg/system 0.037s coverage: 36.9% of statements [2019-09-02T23:28:00.381Z] ---> f63df8a9111e [2019-09-02T23:28:00.381Z] Step 80/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-02T23:28:00.381Z] ---> Running in 7ca26c063bd4 [2019-09-02T23:28:00.664Z] + RM_GOPATH=0 [2019-09-02T23:28:00.664Z] + TMP_GOPATH= [2019-09-02T23:28:00.664Z] + : /build [2019-09-02T23:28:00.664Z] + '[' -z '' ']' [2019-09-02T23:28:00.664Z] ++ mktemp -d [2019-09-02T23:28:00.664Z] + export GOPATH=/tmp/tmp.wGWEMSxEIg [2019-09-02T23:28:00.664Z] + GOPATH=/tmp/tmp.wGWEMSxEIg [2019-09-02T23:28:00.664Z] + RM_GOPATH=1 [2019-09-02T23:28:00.664Z] ++ dirname ./install.sh [2019-09-02T23:28:00.664Z] + dir=. [2019-09-02T23:28:00.664Z] + bin=runc [2019-09-02T23:28:00.664Z] + shift [2019-09-02T23:28:00.664Z] + '[' '!' -f ./runc.installer ']' [2019-09-02T23:28:00.664Z] + . ./runc.installer [2019-09-02T23:28:00.664Z] ++ RUNC_COMMIT=425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-02T23:28:00.664Z] + install_runc [2019-09-02T23:28:00.664Z] + uname -r [2019-09-02T23:28:00.664Z] + grep -q '^3\.10\.0.*\.el7\.' [2019-09-02T23:28:00.664Z] + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2019-09-02T23:28:00.664Z] + echo 'Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux )' [2019-09-02T23:28:00.664Z] + git clone https://github.com/opencontainers/runc.git /tmp/tmp.wGWEMSxEIg/src/github.com/opencontainers/runc [2019-09-02T23:28:00.664Z] Install runc version 425e105d5a03fabd737a126ad93d62a9eeede87f (build tags: seccomp apparmor selinux ) [2019-09-02T23:28:00.664Z] Cloning into '/tmp/tmp.wGWEMSxEIg/src/github.com/opencontainers/runc'... [2019-09-02T23:28:00.687Z] PASS: docker_cli_daemon_test.go:1032: DockerDaemonSuite.TestDaemonLoggingDriverDefault 1.676s [2019-09-02T23:28:00.687Z] --- PASS: TestIpcModePrivate (1.31s) [2019-09-02T23:28:00.687Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:210, shared: false, mustBeShared: false [2019-09-02T23:28:00.687Z] === RUN TestIpcModeShareable [2019-09-02T23:28:00.949Z] ok github.com/docker/docker/pkg/tailfile 0.082s coverage: 88.6% of statements [2019-09-02T23:28:01.251Z] PASS: docker_cli_build_test.go:723: DockerSuite.TestBuildAddSingleFileToNonExistingDir 5.301s [2019-09-02T23:28:01.327Z] ok github.com/docker/docker/pkg/tarsum 0.035s coverage: 89.3% of statements [2019-09-02T23:28:01.817Z] --- PASS: TestIpcModeShareable (1.18s) [2019-09-02T23:28:01.817Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:201, shared: true, mustBeShared: true [2019-09-02T23:28:01.817Z] === RUN TestAPIIpcModeShareableAndContainer [2019-09-02T23:28:02.151Z] ok github.com/docker/docker/pkg/term 0.005s coverage: 84.8% of statements [2019-09-02T23:28:02.382Z] PASS: docker_cli_daemon_test.go:1070: DockerDaemonSuite.TestDaemonLoggingDriverDefaultOverride 1.677s [2019-09-02T23:28:02.619Z] testing: warning: no tests to run [2019-09-02T23:28:02.619Z] ok github.com/docker/docker/pkg/term/windows 0.004s coverage: 0.0% of statements [no tests to run] [2019-09-02T23:28:02.695Z] + cd /tmp/tmp.wGWEMSxEIg/src/github.com/opencontainers/runc [2019-09-02T23:28:02.696Z] + git checkout -q 425e105d5a03fabd737a126ad93d62a9eeede87f [2019-09-02T23:28:02.696Z] + '[' -z '' ']' [2019-09-02T23:28:02.696Z] + target=static [2019-09-02T23:28:02.696Z] + make 'BUILDTAGS=seccomp apparmor selinux ' static [2019-09-02T23:28:02.979Z] 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-02T23:28:03.081Z] ok github.com/docker/docker/pkg/truncindex 0.104s coverage: 91.5% of statements [2019-09-02T23:28:03.480Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2019-09-02T23:28:03.856Z] ok github.com/docker/docker/pkg/useragent 0.003s coverage: 88.9% of statements [2019-09-02T23:28:04.279Z] PASS: docker_cli_daemon_test.go:1087: DockerDaemonSuite.TestDaemonLoggingDriverNone 1.834s [2019-09-02T23:28:04.536Z] PASS: docker_cli_build_test.go:467: DockerSuite.TestBuildAddSingleFileToRoot 3.355s [2019-09-02T23:28:05.100Z] PASS: docker_cli_build_test.go:483: DockerSuite.TestBuildAddSingleFileToWorkdir 0.414s [2019-09-02T23:28:05.358Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.55s) [2019-09-02T23:28:05.358Z] === RUN TestAPIIpcModeHost [2019-09-02T23:28:06.296Z] PASS: docker_cli_daemon_test.go:1144: DockerDaemonSuite.TestDaemonLoggingDriverNoneLogsError 1.975s [2019-09-02T23:28:06.355Z] ok github.com/docker/docker/plugin 0.537s coverage: 27.0% of statements [2019-09-02T23:28:06.553Z] --- PASS: TestAPIIpcModeHost (1.06s) [2019-09-02T23:28:06.553Z] === RUN TestDaemonIpcModeShareable [2019-09-02T23:28:06.738Z] ok github.com/docker/docker/plugin/v2 0.005s coverage: 14.5% of statements [2019-09-02T23:28:07.927Z] PASS: docker_cli_daemon_test.go:1104: DockerDaemonSuite.TestDaemonLoggingDriverNoneOverride 1.725s [2019-09-02T23:28:08.047Z] ok github.com/docker/docker/profiles/seccomp 0.006s coverage: 76.2% of statements [2019-09-02T23:28:08.183Z] --- PASS: TestDaemonIpcModeShareable (1.85s) [2019-09-02T23:28:08.183Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonIpcModeShareable [2019-09-02T23:28:08.183Z] daemon.go:336: [d93db449dc9ce] waiting for daemon to start [2019-09-02T23:28:08.183Z] daemon.go:336: [d93db449dc9ce] waiting for daemon to start [2019-09-02T23:28:08.183Z] daemon.go:364: [d93db449dc9ce] daemon started [2019-09-02T23:28:08.183Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:221, shared: true, mustBeShared: true [2019-09-02T23:28:08.183Z] daemon.go:472: [d93db449dc9ce] Stopping daemon [2019-09-02T23:28:08.183Z] daemon.go:307: [d93db449dc9ce] exiting daemon [2019-09-02T23:28:08.183Z] daemon.go:459: [d93db449dc9ce] Daemon stopped [2019-09-02T23:28:08.183Z] === RUN TestDaemonIpcModePrivate [2019-09-02T23:28:08.443Z] ok github.com/docker/docker/reference 0.013s coverage: 84.4% of statements [2019-09-02T23:28:10.091Z] PASS: docker_cli_daemon_test.go:1156: DockerDaemonSuite.TestDaemonLoggingDriverShouldBeIgnoredForBuild 2.023s [2019-09-02T23:28:10.335Z] ok github.com/docker/docker/registry 0.173s coverage: 56.4% of statements [2019-09-02T23:28:10.349Z] --- PASS: TestDaemonIpcModePrivate (1.95s) [2019-09-02T23:28:10.349Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonIpcModePrivate [2019-09-02T23:28:10.349Z] daemon.go:336: [dd55f0079b6f5] waiting for daemon to start [2019-09-02T23:28:10.349Z] daemon.go:336: [dd55f0079b6f5] waiting for daemon to start [2019-09-02T23:28:10.349Z] daemon.go:364: [dd55f0079b6f5] daemon started [2019-09-02T23:28:10.349Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:219, shared: false, mustBeShared: false [2019-09-02T23:28:10.349Z] daemon.go:472: [dd55f0079b6f5] Stopping daemon [2019-09-02T23:28:10.349Z] daemon.go:307: [dd55f0079b6f5] exiting daemon [2019-09-02T23:28:10.349Z] daemon.go:459: [dd55f0079b6f5] Daemon stopped [2019-09-02T23:28:10.349Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-09-02T23:28:10.606Z] PASS: docker_cli_daemon_test.go:2264: DockerDaemonSuite.TestDaemonMaxConcurrency 0.513s [2019-09-02T23:28:11.146Z] ok github.com/docker/docker/registry/resumable 0.018s coverage: 100.0% of statements [2019-09-02T23:28:11.532Z] ok github.com/docker/docker/restartmanager 0.003s coverage: 50.9% of statements [2019-09-02T23:28:11.976Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.75s) [2019-09-02T23:28:11.976Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonIpcModePrivateFromConfig [2019-09-02T23:28:11.976Z] daemon.go:336: [d658345b2c371] waiting for daemon to start [2019-09-02T23:28:11.976Z] daemon.go:336: [d658345b2c371] waiting for daemon to start [2019-09-02T23:28:11.976Z] daemon.go:364: [d658345b2c371] daemon started [2019-09-02T23:28:11.976Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:206, shared: false, mustBeShared: false [2019-09-02T23:28:11.976Z] daemon.go:472: [d658345b2c371] Stopping daemon [2019-09-02T23:28:11.976Z] daemon.go:307: [d658345b2c371] exiting daemon [2019-09-02T23:28:11.976Z] daemon.go:459: [d658345b2c371] Daemon stopped [2019-09-02T23:28:11.976Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-09-02T23:28:12.824Z] ok github.com/docker/docker/runconfig 0.013s coverage: 68.2% of statements [2019-09-02T23:28:13.752Z] ok github.com/docker/docker/volume/drivers 0.006s coverage: 36.1% of statements [2019-09-02T23:28:13.891Z] PASS: docker_cli_build_test.go:2832: DockerSuite.TestBuildAddTar 8.680s [2019-09-02T23:28:13.891Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.89s) [2019-09-02T23:28:13.891Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonIpcModeShareableFromConfig [2019-09-02T23:28:13.891Z] daemon.go:336: [de75324df5daf] waiting for daemon to start [2019-09-02T23:28:13.891Z] daemon.go:336: [de75324df5daf] waiting for daemon to start [2019-09-02T23:28:13.891Z] daemon.go:364: [de75324df5daf] daemon started [2019-09-02T23:28:13.891Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:203, shared: true, mustBeShared: true [2019-09-02T23:28:13.891Z] daemon.go:472: [de75324df5daf] Stopping daemon [2019-09-02T23:28:13.891Z] daemon.go:307: [de75324df5daf] exiting daemon [2019-09-02T23:28:13.891Z] daemon.go:459: [de75324df5daf] Daemon stopped [2019-09-02T23:28:13.891Z] === RUN TestIpcModeOlderClient [2019-09-02T23:28:13.891Z] === PAUSE TestIpcModeOlderClient [2019-09-02T23:28:13.891Z] === RUN TestKillContainerInvalidSignal [2019-09-02T23:28:14.148Z] PASS: docker_cli_daemon_test.go:2276: DockerDaemonSuite.TestDaemonMaxConcurrencyWithConfigFile 3.526s [2019-09-02T23:28:14.617Z] ok github.com/docker/docker/volume/local 0.033s coverage: 73.0% of statements [2019-09-02T23:28:14.712Z] --- PASS: TestKillContainerInvalidSignal (0.89s) [2019-09-02T23:28:14.712Z] === RUN TestKillContainer [2019-09-02T23:28:14.712Z] === RUN TestKillContainer/no_signal [2019-09-02T23:28:14.970Z] PASS: docker_cli_build_test.go:2950: DockerSuite.TestBuildAddTarXz 1.212s [2019-09-02T23:28:15.288Z] ......... [ 85%] [2019-09-02T23:28:15.451Z] ok github.com/docker/docker/volume/mounts 0.032s coverage: 67.0% of statements [2019-09-02T23:28:15.900Z] === RUN TestKillContainer/non_killing_signal [2019-09-02T23:28:16.157Z] PASS: docker_cli_build_test.go:2999: DockerSuite.TestBuildAddTarXzGz 1.219s [2019-09-02T23:28:16.414Z] === RUN TestKillContainer/killing_signal [2019-09-02T23:28:16.737Z] ok github.com/docker/docker/volume/service 0.019s coverage: 73.0% of statements [2019-09-02T23:28:17.345Z] --- PASS: TestKillContainer (2.57s) [2019-09-02T23:28:17.345Z] --- PASS: TestKillContainer/no_signal (0.90s) [2019-09-02T23:28:17.345Z] --- PASS: TestKillContainer/non_killing_signal (0.60s) [2019-09-02T23:28:17.345Z] --- PASS: TestKillContainer/killing_signal (0.78s) [2019-09-02T23:28:17.345Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-09-02T23:28:17.345Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-09-02T23:28:18.279Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-09-02T23:28:19.209Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.85s) [2019-09-02T23:28:19.209Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.97s) [2019-09-02T23:28:19.209Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.65s) [2019-09-02T23:28:19.209Z] === RUN TestKillStoppedContainer [2019-09-02T23:28:19.209Z] --- PASS: TestKillStoppedContainer (0.08s) [2019-09-02T23:28:19.209Z] === RUN TestKillStoppedContainerAPIPre120 [2019-09-02T23:28:19.466Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s) [2019-09-02T23:28:19.466Z] === RUN TestKillDifferentUserContainer [2019-09-02T23:28:20.398Z] --- PASS: TestKillDifferentUserContainer (0.83s) [2019-09-02T23:28:20.398Z] === RUN TestInspectOomKilledTrue [2019-09-02T23:28:20.398Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-09-02T23:28:20.398Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-02T23:28:20.398Z] === RUN TestInspectOomKilledFalse [2019-09-02T23:28:20.398Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-09-02T23:28:20.398Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-02T23:28:20.398Z] === RUN TestLinksEtcHostsContentMatch [2019-09-02T23:28:20.398Z] PASS: docker_cli_build_test.go:2246: DockerSuite.TestBuildAddToSymlinkDest 4.208s [2019-09-02T23:28:20.656Z] PASS: docker_cli_daemon_test.go:2317: DockerDaemonSuite.TestDaemonMaxConcurrencyWithConfigFileReload 6.507s [2019-09-02T23:28:20.915Z] --- PASS: TestLinksEtcHostsContentMatch (0.62s) [2019-09-02T23:28:20.915Z] === RUN TestLinksContainerNames [2019-09-02T23:28:20.995Z] tests/integration/models_images_test.py ............... [ 89%] [2019-09-02T23:28:22.609Z] tests/integration/models_networks_test.py .... [ 90%] [2019-09-02T23:28:22.811Z] --- PASS: TestLinksContainerNames (1.65s) [2019-09-02T23:28:22.811Z] === RUN TestLogsFollowTailEmpty [2019-09-02T23:28:23.375Z] --- PASS: TestLogsFollowTailEmpty (0.90s) [2019-09-02T23:28:23.375Z] === RUN TestContainerNetworkMountsNoChown [2019-09-02T23:28:24.374Z] ok github.com/docker/docker/pkg/plugins 33.625s coverage: 76.6% of statements [2019-09-02T23:28:24.374Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-09-02T23:28:24.374Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-09-02T23:28:24.374Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-09-02T23:28:24.374Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-09-02T23:28:24.374Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-09-02T23:28:24.374Z] ? github.com/docker/docker/rootless [no test files] [2019-09-02T23:28:24.374Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-09-02T23:28:24.374Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-09-02T23:28:24.374Z] ? github.com/docker/docker/volume [no test files] [2019-09-02T23:28:24.374Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-09-02T23:28:24.374Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-09-02T23:28:24.374Z] [2019-09-02T23:28:24.374Z] === Skipped [2019-09-02T23:28:24.374Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-09-02T23:28:24.374Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-09-02T23:28:24.374Z] [2019-09-02T23:28:24.374Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-09-02T23:28:24.374Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-09-02T23:28:24.374Z] [2019-09-02T23:28:24.374Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-09-02T23:28:24.374Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-02T23:28:24.374Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-02T23:28:24.374Z] [2019-09-02T23:28:24.374Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-09-02T23:28:24.374Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-02T23:28:24.374Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-02T23:28:24.374Z] [2019-09-02T23:28:24.374Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-09-02T23:28:24.374Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-02T23:28:24.374Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-02T23:28:24.374Z] [2019-09-02T23:28:24.374Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-09-02T23:28:24.374Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-02T23:28:24.374Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-02T23:28:24.374Z] [2019-09-02T23:28:24.374Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-09-02T23:28:24.374Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-02T23:28:24.374Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-02T23:28:24.374Z] [2019-09-02T23:28:24.374Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-09-02T23:28:24.374Z] graphtest_unix.go:73: No driver to put! [2019-09-02T23:28:24.374Z] [2019-09-02T23:28:24.374Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-09-02T23:28:24.374Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-09-02T23:28:24.374Z] [2019-09-02T23:28:24.374Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-09-02T23:28:24.374Z] overlay_test.go:49: Fails to compute changes intermittently [2019-09-02T23:28:24.374Z] [2019-09-02T23:28:24.374Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-09-02T23:28:24.374Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-09-02T23:28:24.374Z] [2019-09-02T23:28:24.374Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-09-02T23:28:24.374Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-09-02T23:28:24.374Z] [2019-09-02T23:28:24.374Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-09-02T23:28:24.374Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-02T23:28:24.374Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-02T23:28:24.374Z] [2019-09-02T23:28:24.374Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-09-02T23:28:24.374Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-02T23:28:24.374Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-02T23:28:24.374Z] [2019-09-02T23:28:24.374Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-09-02T23:28:24.374Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-02T23:28:24.374Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-02T23:28:24.374Z] [2019-09-02T23:28:24.374Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-09-02T23:28:24.374Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-02T23:28:24.374Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-02T23:28:24.374Z] [2019-09-02T23:28:24.374Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-09-02T23:28:24.374Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-02T23:28:24.374Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-02T23:28:24.374Z] [2019-09-02T23:28:24.374Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-09-02T23:28:24.374Z] graphtest_unix.go:73: No driver to put! [2019-09-02T23:28:24.374Z] [2019-09-02T23:28:24.374Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-09-02T23:28:24.374Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-09-02T23:28:24.374Z] [2019-09-02T23:28:24.374Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-09-02T23:28:24.374Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-09-02T23:28:24.374Z] [2019-09-02T23:28:24.374Z] [2019-09-02T23:28:24.374Z] DONE 2040 tests, 20 skipped in 234.433s [2019-09-02T23:28:24.747Z] --- PASS: TestContainerNetworkMountsNoChown (1.09s) [2019-09-02T23:28:24.747Z] === RUN TestMountDaemonRoot [2019-09-02T23:28:24.747Z] === RUN TestMountDaemonRoot/default [2019-09-02T23:28:24.747Z] === PAUSE TestMountDaemonRoot/default [2019-09-02T23:28:24.747Z] === RUN TestMountDaemonRoot/private [2019-09-02T23:28:24.747Z] === PAUSE TestMountDaemonRoot/private [2019-09-02T23:28:24.747Z] === RUN TestMountDaemonRoot/rprivate [2019-09-02T23:28:24.747Z] === PAUSE TestMountDaemonRoot/rprivate [2019-09-02T23:28:24.747Z] === RUN TestMountDaemonRoot/slave [2019-09-02T23:28:24.747Z] === PAUSE TestMountDaemonRoot/slave [2019-09-02T23:28:24.747Z] === RUN TestMountDaemonRoot/rslave [2019-09-02T23:28:24.747Z] === PAUSE TestMountDaemonRoot/rslave [2019-09-02T23:28:24.747Z] === RUN TestMountDaemonRoot/shared [2019-09-02T23:28:24.747Z] === PAUSE TestMountDaemonRoot/shared [2019-09-02T23:28:24.747Z] === RUN TestMountDaemonRoot/rshared [2019-09-02T23:28:24.747Z] === PAUSE TestMountDaemonRoot/rshared [2019-09-02T23:28:24.747Z] === CONT TestMountDaemonRoot/default [2019-09-02T23:28:24.747Z] === RUN TestMountDaemonRoot/default/bind_root [2019-09-02T23:28:24.747Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-09-02T23:28:24.747Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-09-02T23:28:24.747Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-09-02T23:28:24.747Z] === RUN TestMountDaemonRoot/default/mount_root [2019-09-02T23:28:24.747Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-09-02T23:28:24.747Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-09-02T23:28:24.747Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-09-02T23:28:24.747Z] === CONT TestMountDaemonRoot/default/bind_root [2019-09-02T23:28:24.747Z] === CONT TestMountDaemonRoot/rshared [2019-09-02T23:28:24.747Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-09-02T23:28:24.747Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-09-02T23:28:24.748Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-09-02T23:28:24.748Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-09-02T23:28:24.748Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-09-02T23:28:24.748Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-09-02T23:28:24.748Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-09-02T23:28:24.748Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-09-02T23:28:24.748Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-09-02T23:28:24.748Z] === CONT TestMountDaemonRoot/shared [2019-09-02T23:28:24.748Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-09-02T23:28:24.748Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-09-02T23:28:24.748Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-09-02T23:28:24.748Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-09-02T23:28:24.748Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-09-02T23:28:24.748Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-09-02T23:28:24.748Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-09-02T23:28:24.748Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-09-02T23:28:24.748Z] === CONT TestMountDaemonRoot/rslave [2019-09-02T23:28:24.748Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-09-02T23:28:24.748Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-09-02T23:28:24.748Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-09-02T23:28:24.748Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-09-02T23:28:24.748Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-09-02T23:28:24.748Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-09-02T23:28:24.748Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-09-02T23:28:24.748Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-09-02T23:28:24.748Z] === CONT TestMountDaemonRoot/slave [2019-09-02T23:28:24.748Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-09-02T23:28:24.748Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-09-02T23:28:24.748Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-09-02T23:28:24.748Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-09-02T23:28:24.748Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-09-02T23:28:24.748Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-09-02T23:28:24.748Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-09-02T23:28:24.748Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-09-02T23:28:24.748Z] === CONT TestMountDaemonRoot/rprivate [2019-09-02T23:28:24.748Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-09-02T23:28:24.748Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-09-02T23:28:24.748Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-09-02T23:28:24.748Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-09-02T23:28:24.748Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-09-02T23:28:24.748Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-09-02T23:28:24.748Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-09-02T23:28:24.748Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-09-02T23:28:24.748Z] === CONT TestMountDaemonRoot/private [2019-09-02T23:28:24.748Z] === RUN TestMountDaemonRoot/private/bind_root [2019-09-02T23:28:24.748Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-09-02T23:28:24.748Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-09-02T23:28:24.748Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-09-02T23:28:24.748Z] === RUN TestMountDaemonRoot/private/mount_root [2019-09-02T23:28:24.748Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-09-02T23:28:24.748Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-09-02T23:28:24.748Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-09-02T23:28:24.748Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-09-02T23:28:24.748Z] === CONT TestMountDaemonRoot/default/mount_root [2019-09-02T23:28:24.748Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-09-02T23:28:24.748Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-09-02T23:28:24.748Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-09-02T23:28:24.748Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-09-02T23:28:25.005Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-09-02T23:28:25.005Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-09-02T23:28:25.005Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-09-02T23:28:25.005Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-09-02T23:28:25.005Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-09-02T23:28:25.005Z] === CONT TestMountDaemonRoot/rslave/mount_root Post stage [Pipeline] junit [2019-09-02T23:28:25.262Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-09-02T23:28:25.262Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-09-02T23:28:25.262Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-09-02T23:28:25.262Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-09-02T23:28:25.262Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-09-02T23:28:25.262Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-09-02T23:28:25.262Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-09-02T23:28:25.262Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-09-02T23:28:25.262Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-09-02T23:28:25.262Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-09-02T23:28:25.262Z] === CONT TestMountDaemonRoot/private/bind_root [2019-09-02T23:28:25.262Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-09-02T23:28:25.262Z] === CONT TestMountDaemonRoot/private/mount_root [2019-09-02T23:28:25.279Z] Recording test results [2019-09-02T23:28:25.520Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-09-02T23:28:25.520Z] --- PASS: TestMountDaemonRoot (0.08s) [2019-09-02T23:28:25.520Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-09-02T23:28:25.520Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2019-09-02T23:28:25.520Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) [2019-09-02T23:28:25.520Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2019-09-02T23:28:25.520Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2019-09-02T23:28:25.520Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-09-02T23:28:25.520Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2019-09-02T23:28:25.520Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2019-09-02T23:28:25.520Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.23s) [2019-09-02T23:28:25.520Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.25s) [2019-09-02T23:28:25.520Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-09-02T23:28:25.520Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2019-09-02T23:28:25.520Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2019-09-02T23:28:25.520Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2019-09-02T23:28:25.520Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2019-09-02T23:28:25.520Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-09-02T23:28:25.520Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2019-09-02T23:28:25.520Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2019-09-02T23:28:25.520Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2019-09-02T23:28:25.520Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2019-09-02T23:28:25.520Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-09-02T23:28:25.520Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2019-09-02T23:28:25.520Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2019-09-02T23:28:25.520Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2019-09-02T23:28:25.520Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2019-09-02T23:28:25.520Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-09-02T23:28:25.520Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2019-09-02T23:28:25.520Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2019-09-02T23:28:25.520Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2019-09-02T23:28:25.520Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2019-09-02T23:28:25.520Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-09-02T23:28:25.520Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2019-09-02T23:28:25.520Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2019-09-02T23:28:25.520Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2019-09-02T23:28:25.520Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2019-09-02T23:28:25.520Z] === RUN TestContainerBindMountNonRecursive [2019-09-02T23:28:26.891Z] PASS: docker_cli_daemon_test.go:1772: DockerDaemonSuite.TestDaemonNoSpaceLeftOnDeviceError 6.118s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-09-02T23:28:27.706Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-39853/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e6fce00ec83df2f23523b836f647b8f3df97953f -e DOCKER_GRAPHDRIVER -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT docker:e6fce00ec83df2f23523b836f647b8f3df97953f hack/make.sh dynbinary test-integration [2019-09-02T23:28:27.822Z] --- PASS: TestContainerBindMountNonRecursive (2.19s) [2019-09-02T23:28:27.822Z] === RUN TestNetworkNat [2019-09-02T23:28:27.878Z] tests/integration/models_nodes_test.py . [ 91%] [2019-09-02T23:28:28.081Z] PASS: docker_cli_build_test.go:768: DockerSuite.TestBuildAddWholeDirToRoot 7.732s [2019-09-02T23:28:28.083Z] [2019-09-02T23:28:28.083Z] Removing bundles/ [2019-09-02T23:28:28.083Z] [2019-09-02T23:28:28.083Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-09-02T23:28:28.083Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-09-02T23:28:28.083Z] GOOS="" GOARCH="" GOARM="" [2019-09-02T23:28:28.645Z] PASS: docker_cli_build_test.go:1441: DockerSuite.TestBuildBlankName 0.431s [2019-09-02T23:28:28.645Z] --- PASS: TestNetworkNat (1.02s) [2019-09-02T23:28:28.645Z] === RUN TestNetworkLocalhostTCPNat [2019-09-02T23:28:29.209Z] PASS: docker_cli_daemon_test.go:1503: DockerDaemonSuite.TestDaemonRestartCleanupNetns 2.528s [2019-09-02T23:28:29.772Z] --- PASS: TestNetworkLocalhostTCPNat (0.95s) [2019-09-02T23:28:29.772Z] === RUN TestNetworkLoopbackNat [2019-09-02T23:28:29.779Z] tests/integration/models_resources_test.py . [ 91%] [2019-09-02T23:28:29.995Z] 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-02T23:28:29.995Z] + mkdir -p /build [2019-09-02T23:28:29.995Z] + cp runc /build/runc [2019-09-02T23:28:29.995Z] Removing intermediate container 7ca26c063bd4 [2019-09-02T23:28:29.995Z] ---> f9d352dc1412 [2019-09-02T23:28:29.995Z] Step 81/126 : FROM dev-base AS tini [2019-09-02T23:28:29.995Z] ---> 3892d6f295ce [2019-09-02T23:28:29.995Z] Step 82/126 : ARG DEBIAN_FRONTEND [2019-09-02T23:28:29.995Z] ---> Using cache [2019-09-02T23:28:29.995Z] ---> f2d94bc5aa65 [2019-09-02T23:28:29.995Z] Step 83/126 : RUN apt-get update && apt-get install -y --no-install-recommends cmake vim-common && rm -rf /var/lib/apt/lists/* [2019-09-02T23:28:29.995Z] ---> Running in acbed34e9662 [2019-09-02T23:28:29.995Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-02T23:28:29.995Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-02T23:28:29.995Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-02T23:28:29.995Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-02T23:28:29.995Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B] [2019-09-02T23:28:29.995Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [482 kB] [2019-09-02T23:28:29.995Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-09-02T23:28:29.995Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6903 kB] [2019-09-02T23:28:31.142Z] --- PASS: TestNetworkLoopbackNat (1.60s) [2019-09-02T23:28:31.142Z] === RUN TestPause [2019-09-02T23:28:31.399Z] PASS: docker_cli_build_test.go:4090: DockerSuite.TestBuildBuildTimeArg 2.794s [2019-09-02T23:28:32.043Z] Fetched 7718 kB in 2s (3042 kB/s) [2019-09-02T23:28:32.788Z] --- PASS: TestPause (1.56s) [2019-09-02T23:28:32.788Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-09-02T23:28:32.788Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-09-02T23:28:32.788Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-02T23:28:32.788Z] === RUN TestPauseStopPausedContainer [2019-09-02T23:28:33.052Z] Reading package lists... [2019-09-02T23:28:34.061Z] Reading package lists... [2019-09-02T23:28:34.162Z] --- PASS: TestPauseStopPausedContainer (1.10s) [2019-09-02T23:28:34.162Z] === RUN TestPsFilter [2019-09-02T23:28:34.162Z] --- PASS: TestPsFilter (0.23s) [2019-09-02T23:28:34.162Z] === RUN TestRemoveContainerWithRemovedVolume [2019-09-02T23:28:34.344Z] Building dependency tree... [2019-09-02T23:28:34.344Z] Reading state information... [2019-09-02T23:28:34.425Z] PASS: docker_cli_build_test.go:4462: DockerSuite.TestBuildBuildTimeArgBuiltinArg 2.874s [2019-09-02T23:28:34.627Z] The following additional packages will be installed: [2019-09-02T23:28:34.627Z] cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 xxd [2019-09-02T23:28:34.627Z] Suggested packages: [2019-09-02T23:28:34.627Z] codeblocks eclipse ninja-build lrzip [2019-09-02T23:28:34.627Z] Recommended packages: [2019-09-02T23:28:34.627Z] xml-core vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2019-09-02T23:28:34.627Z] The following NEW packages will be installed: [2019-09-02T23:28:34.627Z] cmake cmake-data libarchive13 libicu57 libjsoncpp1 liblzo2-2 libuv1 libxml2 [2019-09-02T23:28:34.627Z] vim-common xxd [2019-09-02T23:28:34.627Z] 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded. [2019-09-02T23:28:34.627Z] Need to get 13.4 MB of archives. [2019-09-02T23:28:34.627Z] After this operation, 60.4 MB of additional disk space will be used. [2019-09-02T23:28:34.627Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el cmake-data all 3.7.2-1 [1216 kB] [2019-09-02T23:28:34.627Z] 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-02T23:28:34.627Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libicu57 ppc64el 57.1-6+deb9u2 [7667 kB] [2019-09-02T23:28:34.989Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.75s) [2019-09-02T23:28:34.989Z] === RUN TestRemoveContainerWithVolume [2019-09-02T23:28:35.242Z] 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-02T23:28:35.242Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libarchive13 ppc64el 3.2.2-2+deb9u1 [272 kB] [2019-09-02T23:28:35.242Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2019-09-02T23:28:35.242Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libuv1 ppc64el 1.9.1-3 [78.3 kB] [2019-09-02T23:28:35.242Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el cmake ppc64el 3.7.2-1 [2872 kB] [2019-09-02T23:28:35.242Z] Get:9 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el xxd ppc64el 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-02T23:28:35.242Z] Get:10 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-02T23:28:35.526Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-02T23:28:35.526Z] Fetched 13.4 MB in 0s (17.9 MB/s) [2019-09-02T23:28:35.526Z] Selecting previously unselected package cmake-data. [2019-09-02T23:28:35.526Z] (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-02T23:28:35.526Z] Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ... [2019-09-02T23:28:35.526Z] Unpacking cmake-data (3.7.2-1) ... [2019-09-02T23:28:35.543Z] tests/integration/models_services_test.py ..............X. [ 95%] [2019-09-02T23:28:35.920Z] --- PASS: TestRemoveContainerWithVolume (0.86s) [2019-09-02T23:28:35.920Z] === RUN TestRemoveContainerRunning [2019-09-02T23:28:35.920Z] PASS: docker_cli_build_test.go:4184: DockerSuite.TestBuildBuildTimeArgCacheHit 1.578s [2019-09-02T23:28:36.143Z] Selecting previously unselected package liblzo2-2:ppc64el. [2019-09-02T23:28:36.143Z] Preparing to unpack .../1-liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-09-02T23:28:36.143Z] Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-09-02T23:28:36.143Z] Selecting previously unselected package libicu57:ppc64el. [2019-09-02T23:28:36.143Z] Preparing to unpack .../2-libicu57_57.1-6+deb9u2_ppc64el.deb ... [2019-09-02T23:28:36.143Z] Unpacking libicu57:ppc64el (57.1-6+deb9u2) ... [2019-09-02T23:28:36.854Z] --- PASS: TestRemoveContainerRunning (1.19s) [2019-09-02T23:28:36.854Z] === RUN TestRemoveContainerForceRemoveRunning [2019-09-02T23:28:37.151Z] Selecting previously unselected package libxml2:ppc64el. [2019-09-02T23:28:37.151Z] Preparing to unpack .../3-libxml2_2.9.4+dfsg1-2.2+deb9u2_ppc64el.deb ... [2019-09-02T23:28:37.151Z] Unpacking libxml2:ppc64el (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-02T23:28:37.434Z] Selecting previously unselected package libarchive13:ppc64el. [2019-09-02T23:28:37.435Z] Preparing to unpack .../4-libarchive13_3.2.2-2+deb9u1_ppc64el.deb ... [2019-09-02T23:28:37.435Z] Unpacking libarchive13:ppc64el (3.2.2-2+deb9u1) ... [2019-09-02T23:28:37.435Z] Selecting previously unselected package libjsoncpp1:ppc64el. [2019-09-02T23:28:37.435Z] Preparing to unpack .../5-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2019-09-02T23:28:37.435Z] Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2019-09-02T23:28:37.435Z] Selecting previously unselected package libuv1:ppc64el. [2019-09-02T23:28:37.435Z] Preparing to unpack .../6-libuv1_1.9.1-3_ppc64el.deb ... [2019-09-02T23:28:37.435Z] Unpacking libuv1:ppc64el (1.9.1-3) ... [2019-09-02T23:28:37.435Z] Selecting previously unselected package cmake. [2019-09-02T23:28:37.435Z] Preparing to unpack .../7-cmake_3.7.2-1_ppc64el.deb ... [2019-09-02T23:28:37.435Z] Unpacking cmake (3.7.2-1) ... [2019-09-02T23:28:38.060Z] Selecting previously unselected package xxd. [2019-09-02T23:28:38.060Z] Preparing to unpack .../8-xxd_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-09-02T23:28:38.060Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-02T23:28:38.060Z] Selecting previously unselected package vim-common. [2019-09-02T23:28:38.060Z] Preparing to unpack .../9-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-02T23:28:38.060Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-02T23:28:38.060Z] Processing triggers for mime-support (3.60) ... [2019-09-02T23:28:38.060Z] Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-02T23:28:38.060Z] Setting up libuv1:ppc64el (1.9.1-3) ... [2019-09-02T23:28:38.060Z] Setting up cmake-data (3.7.2-1) ... [2019-09-02T23:28:38.060Z] Setting up libicu57:ppc64el (57.1-6+deb9u2) ... [2019-09-02T23:28:38.060Z] Setting up libxml2:ppc64el (2.9.4+dfsg1-2.2+deb9u2) ... [2019-09-02T23:28:38.060Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-02T23:28:38.060Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-02T23:28:38.060Z] Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-09-02T23:28:38.060Z] Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2019-09-02T23:28:38.060Z] Setting up libarchive13:ppc64el (3.2.2-2+deb9u1) ... [2019-09-02T23:28:38.224Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.02s) [2019-09-02T23:28:38.224Z] === RUN TestRemoveInvalidContainer [2019-09-02T23:28:38.224Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2019-09-02T23:28:38.224Z] === RUN TestRenameLinkedContainer [2019-09-02T23:28:38.343Z] Setting up cmake (3.7.2-1) ... [2019-09-02T23:28:38.343Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-02T23:28:39.157Z] PASS: docker_cli_build_test.go:4208: DockerSuite.TestBuildBuildTimeArgCacheMissExtraArg 3.197s [2019-09-02T23:28:39.819Z] Removing intermediate container acbed34e9662 [2019-09-02T23:28:39.820Z] ---> 927b24d70622 [2019-09-02T23:28:39.820Z] Step 84/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-02T23:28:39.928Z] tests/integration/models_swarm_test.py .. [ 96%] [2019-09-02T23:28:39.928Z] tests/integration/models_volumes_test.py .. [ 96%] [2019-09-02T23:28:40.105Z] ---> ff5d23e85d6a [2019-09-02T23:28:40.105Z] Step 85/126 : ENV INSTALL_BINARY_NAME=tini [2019-09-02T23:28:40.105Z] ---> Running in cfd6a24ee0c3 [2019-09-02T23:28:40.105Z] Removing intermediate container cfd6a24ee0c3 [2019-09-02T23:28:40.105Z] ---> 5beeb8aae0f4 [2019-09-02T23:28:40.105Z] Step 86/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-02T23:28:40.389Z] ---> bba5d0ddb37a [2019-09-02T23:28:40.389Z] Step 87/126 : RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME [2019-09-02T23:28:40.389Z] ---> Running in 14f48758c11b [2019-09-02T23:28:40.672Z] + RM_GOPATH=0 [2019-09-02T23:28:40.672Z] + TMP_GOPATH= [2019-09-02T23:28:40.672Z] + : /build [2019-09-02T23:28:40.672Z] + '[' -z '' ']' [2019-09-02T23:28:40.672Z] ++ mktemp -d [2019-09-02T23:28:40.672Z] + export GOPATH=/tmp/tmp.hMTtpzyCbC [2019-09-02T23:28:40.672Z] + GOPATH=/tmp/tmp.hMTtpzyCbC [2019-09-02T23:28:40.672Z] + RM_GOPATH=1 [2019-09-02T23:28:40.672Z] ++ dirname ./install.sh [2019-09-02T23:28:40.672Z] Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-02T23:28:40.672Z] + dir=. [2019-09-02T23:28:40.672Z] + bin=tini [2019-09-02T23:28:40.672Z] + shift [2019-09-02T23:28:40.672Z] + '[' '!' -f ./tini.installer ']' [2019-09-02T23:28:40.672Z] + . ./tini.installer [2019-09-02T23:28:40.672Z] ++ TINI_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-02T23:28:40.672Z] + install_tini [2019-09-02T23:28:40.672Z] + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2019-09-02T23:28:40.672Z] + git clone https://github.com/krallin/tini.git /tmp/tmp.hMTtpzyCbC/tini [2019-09-02T23:28:40.672Z] Cloning into '/tmp/tmp.hMTtpzyCbC/tini'... [2019-09-02T23:28:40.955Z] + cd /tmp/tmp.hMTtpzyCbC/tini [2019-09-02T23:28:40.955Z] + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2019-09-02T23:28:40.955Z] + cmake . [2019-09-02T23:28:41.239Z] -- The C compiler identification is GNU 6.3.0 [2019-09-02T23:28:41.239Z] -- Check for working C compiler: /usr/bin/cc [2019-09-02T23:28:41.239Z] -- Check for working C compiler: /usr/bin/cc -- works [2019-09-02T23:28:41.239Z] -- Detecting C compiler ABI info [2019-09-02T23:28:41.523Z] -- Detecting C compiler ABI info - done [2019-09-02T23:28:41.523Z] -- Detecting C compile features [2019-09-02T23:28:41.806Z] -- Detecting C compile features - done [2019-09-02T23:28:41.806Z] -- Performing Test HAS_BUILTIN_FORTIFY [2019-09-02T23:28:41.806Z] -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2019-09-02T23:28:41.806Z] -- Configuring done [2019-09-02T23:28:41.806Z] -- Generating done [2019-09-02T23:28:41.806Z] -- Build files have been written to: /tmp/tmp.hMTtpzyCbC/tini [2019-09-02T23:28:41.806Z] + make tini-static [2019-09-02T23:28:42.088Z] Scanning dependencies of target tini-static [2019-09-02T23:28:42.088Z] [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2019-09-02T23:28:42.372Z] [100%] Linking C executable tini-static [2019-09-02T23:28:42.433Z] PASS: docker_cli_build_test.go:4239: DockerSuite.TestBuildBuildTimeArgCacheMissSameArgDiffVal 2.966s [2019-09-02T23:28:42.433Z] --- PASS: TestRenameLinkedContainer (4.26s) [2019-09-02T23:28:42.433Z] === RUN TestRenameStoppedContainer [2019-09-02T23:28:42.656Z] [100%] Built target tini-static [2019-09-02T23:28:42.656Z] + mkdir -p /build [2019-09-02T23:28:42.656Z] + cp tini-static /build/docker-init [2019-09-02T23:28:42.939Z] Removing intermediate container 14f48758c11b [2019-09-02T23:28:42.939Z] ---> b8e7e48edc75 [2019-09-02T23:28:42.939Z] Step 88/126 : FROM dev-base AS rootlesskit [2019-09-02T23:28:42.939Z] ---> 3892d6f295ce [2019-09-02T23:28:42.939Z] Step 89/126 : ENV INSTALL_BINARY_NAME=rootlesskit [2019-09-02T23:28:43.224Z] ---> Running in 502f4c423449 [2019-09-02T23:28:43.224Z] Removing intermediate container 502f4c423449 [2019-09-02T23:28:43.224Z] ---> 6bdf961b279f [2019-09-02T23:28:43.224Z] Step 90/126 : COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-02T23:28:43.224Z] ---> 0b8056b08f34 [2019-09-02T23:28:43.224Z] Step 91/126 : COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./ [2019-09-02T23:28:43.366Z] --- PASS: TestRenameStoppedContainer (1.12s) [2019-09-02T23:28:43.366Z] === RUN TestRenameRunningContainerAndReuse [2019-09-02T23:28:43.509Z] ---> 327cb7502cf7 [2019-09-02T23:28:43.509Z] Step 92/126 : RUN PREFIX=/build/ ./install.sh $INSTALL_BINARY_NAME [2019-09-02T23:28:43.509Z] ---> Running in 2392998b554f [2019-09-02T23:28:43.623Z] PASS: docker_cli_daemon_test.go:1799: DockerDaemonSuite.TestDaemonRestartContainerLinksRestart 12.369s [2019-09-02T23:28:43.794Z] + RM_GOPATH=0 [2019-09-02T23:28:43.794Z] + TMP_GOPATH= [2019-09-02T23:28:43.794Z] + : /build/ [2019-09-02T23:28:43.794Z] + '[' -z '' ']' [2019-09-02T23:28:43.794Z] ++ mktemp -d [2019-09-02T23:28:43.794Z] + export GOPATH=/tmp/tmp.rvlI8p1dNQ [2019-09-02T23:28:43.794Z] + GOPATH=/tmp/tmp.rvlI8p1dNQ [2019-09-02T23:28:43.794Z] + RM_GOPATH=1 [2019-09-02T23:28:43.794Z] ++ dirname ./install.sh [2019-09-02T23:28:43.794Z] + dir=. [2019-09-02T23:28:43.794Z] + bin=rootlesskit [2019-09-02T23:28:43.794Z] + shift [2019-09-02T23:28:43.794Z] + '[' '!' -f ./rootlesskit.installer ']' [2019-09-02T23:28:43.794Z] + . ./rootlesskit.installer [2019-09-02T23:28:43.794Z] ++ ROOTLESSKIT_COMMIT=2fcff6ceae968a1d895e6205e5154b107247356f [2019-09-02T23:28:43.794Z] + install_rootlesskit [2019-09-02T23:28:43.794Z] + case "$1" in [2019-09-02T23:28:43.794Z] + export CGO_ENABLED=0 [2019-09-02T23:28:43.794Z] + CGO_ENABLED=0 [2019-09-02T23:28:43.794Z] + _install_rootlesskit [2019-09-02T23:28:43.794Z] + echo 'Install rootlesskit version 2fcff6ceae968a1d895e6205e5154b107247356f' [2019-09-02T23:28:43.794Z] Install rootlesskit version 2fcff6ceae968a1d895e6205e5154b107247356f [2019-09-02T23:28:43.794Z] + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.rvlI8p1dNQ/src/github.com/rootless-containers/rootlesskit [2019-09-02T23:28:43.794Z] Cloning into '/tmp/tmp.rvlI8p1dNQ/src/github.com/rootless-containers/rootlesskit'... [2019-09-02T23:28:44.477Z] tests/integration/regression_test.py ...... [ 98%] [2019-09-02T23:28:44.814Z] + cd /tmp/tmp.rvlI8p1dNQ/src/github.com/rootless-containers/rootlesskit [2019-09-02T23:28:44.815Z] + git checkout -q 2fcff6ceae968a1d895e6205e5154b107247356f [2019-09-02T23:28:45.098Z] + for f in rootlesskit rootlesskit-docker-proxy [2019-09-02T23:28:45.098Z] + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2019-09-02T23:28:45.241Z] tests/integration/credentials/store_test.py ...... [ 99%] [2019-09-02T23:28:45.241Z] tests/integration/credentials/utils_test.py . [100%] [2019-09-02T23:28:45.241Z] [2019-09-02T23:28:45.241Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2019-09-02T23:28:45.241Z] =========================== short test summary info ============================ [2019-09-02T23:28:45.241Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2019-09-02T23:28:45.241Z] CONFIG_RT_GROUP_SCHED isn't enabled [2019-09-02T23:28:45.241Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2019-09-02T23:28:45.241Z] Not supported on most drivers [2019-09-02T23:28:45.241Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2019-09-02T23:28:45.241Z] This doesn't seem to be taken into account by the engine [2019-09-02T23:28:45.241Z] SKIP [1] tests/integration/api_image_test.py:290: Doesn't work inside a container - FIXME [2019-09-02T23:28:45.241Z] SKIP [1] tests/integration/api_service_test.py:853: API version is too low (< 1.38) [2019-09-02T23:28:45.241Z] SKIP [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39) [2019-09-02T23:28:45.241Z] SKIP [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39) [2019-09-02T23:28:45.241Z] SKIP [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39) [2019-09-02T23:28:45.241Z] SKIP [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39) [2019-09-02T23:28:45.241Z] SKIP [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2019-09-02T23:28:45.241Z] = 368 passed, 7 skipped, 5 deselected, 3 xfailed, 2 xpassed in 382.41 seconds == [2019-09-02T23:28:45.521Z] PASS: docker_cli_build_test.go:4485: DockerSuite.TestBuildBuildTimeArgDefaultOverride 2.999s [2019-09-02T23:28:45.521Z] --- PASS: TestRenameRunningContainerAndReuse (2.05s) [2019-09-02T23:28:45.521Z] === RUN TestRenameInvalidName [2019-09-02T23:28:45.800Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2019-09-02T23:28:46.084Z] PASS: docker_cli_daemon_test.go:1245: DockerDaemonSuite.TestDaemonRestartKillWait 2.375s [2019-09-02T23:28:46.341Z] --- PASS: TestRenameInvalidName (0.91s) [2019-09-02T23:28:46.341Z] === RUN TestRenameAnonymousContainer [2019-09-02T23:28:46.599Z] PASS: docker_cli_build_test.go:4624: DockerSuite.TestBuildBuildTimeArgDefinitionWithNoEnvInjection 1.437s [2019-09-02T23:28:47.165Z] PASS: docker_cli_daemon_test.go:1649: DockerDaemonSuite.TestDaemonRestartLocalVolumes 1.080s [2019-09-02T23:28:50.447Z] --- PASS: TestRenameAnonymousContainer (3.96s) [2019-09-02T23:28:50.447Z] === RUN TestRenameContainerWithSameName [2019-09-02T23:28:50.447Z] PASS: docker_cli_build_test.go:4608: DockerSuite.TestBuildBuildTimeArgEmptyValVariants 3.738s [2019-09-02T23:28:51.379Z] --- PASS: TestRenameContainerWithSameName (0.96s) [2019-09-02T23:28:51.379Z] === RUN TestRenameContainerWithLinkedContainer [2019-09-02T23:28:51.944Z] PASS: docker_cli_daemon_test.go:176: DockerDaemonSuite.TestDaemonRestartOnFailure 4.964s [2019-09-02T23:28:53.314Z] --- PASS: TestRenameContainerWithLinkedContainer (1.91s) [2019-09-02T23:28:53.314Z] === RUN TestResize [2019-09-02T23:28:54.245Z] --- PASS: TestResize (0.95s) [2019-09-02T23:28:54.245Z] === RUN TestResizeWithInvalidSize [2019-09-02T23:28:55.176Z] PASS: docker_cli_daemon_test.go:1014: DockerDaemonSuite.TestDaemonRestartRenameContainer 2.804s [2019-09-02T23:28:55.176Z] --- PASS: TestResizeWithInvalidSize (1.00s) [2019-09-02T23:28:55.176Z] === RUN TestResizeWhenContainerNotStarted [2019-09-02T23:28:56.107Z] --- PASS: TestResizeWhenContainerNotStarted (0.81s) [2019-09-02T23:28:56.107Z] === RUN TestDaemonRestartKillContainers [2019-09-02T23:28:56.107Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-02T23:28:56.107Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-02T23:28:56.107Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-02T23:28:56.107Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-02T23:28:56.107Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-02T23:28:56.107Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-02T23:28:56.107Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-02T23:28:56.107Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-02T23:28:56.107Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-02T23:28:56.107Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-02T23:28:56.107Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-02T23:28:56.107Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-02T23:28:56.107Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-02T23:28:56.107Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-02T23:28:56.107Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-02T23:28:56.107Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-02T23:28:56.107Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-02T23:28:56.107Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-02T23:28:56.107Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-02T23:28:56.107Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-02T23:28:56.107Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-02T23:28:56.107Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-02T23:28:56.107Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-02T23:28:56.107Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-02T23:28:56.107Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-02T23:28:56.107Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-02T23:28:57.663Z] + for f in rootlesskit rootlesskit-docker-proxy [2019-09-02T23:28:57.663Z] + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2019-09-02T23:28:57.945Z] umount: bundles/test-docker-py/root: mountpoint not found [2019-09-02T23:28:57.945Z] Clearing AppArmor profiles cache:. [2019-09-02T23:28:57.945Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-02T23:28:57.945Z] Unloading profiles will leave already running processes permanently [2019-09-02T23:28:57.945Z] unconfined, which can lead to unexpected situations. [2019-09-02T23:28:57.945Z] [2019-09-02T23:28:57.945Z] To set a process to complain mode, use the command line tool [2019-09-02T23:28:57.945Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-02T23:28:57.945Z] with the 'teardown' option." [2019-09-02T23:28:57.945Z] Post stage [Pipeline] junit [2019-09-02T23:28:58.513Z] Recording test results [2019-09-02T23:28:58.642Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-02T23:28:59.209Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [Pipeline] sh [2019-09-02T23:28:59.691Z] Removing intermediate container 2392998b554f [2019-09-02T23:28:59.691Z] ---> 9ef27486ea1f [2019-09-02T23:28:59.691Z] Step 93/126 : COPY ./contrib/dockerd-rootless.sh /build [2019-09-02T23:28:59.738Z] + echo Ensuring container killed. [2019-09-02T23:28:59.738Z] Ensuring container killed. [2019-09-02T23:28:59.738Z] + docker rm -vf docker-pr1 [2019-09-02T23:28:59.738Z] Error: No such container: docker-pr1 [2019-09-02T23:28:59.738Z] + true [Pipeline] sh [2019-09-02T23:28:59.978Z] ---> cc698254a8cb [2019-09-02T23:28:59.978Z] Step 94/126 : FROM runtime-dev AS dev [2019-09-02T23:28:59.978Z] ---> 8472b255530d [2019-09-02T23:28:59.978Z] Step 95/126 : ARG DEBIAN_FRONTEND [2019-09-02T23:28:59.978Z] ---> Running in 57ef53fce354 [2019-09-02T23:29:00.009Z] + echo Chowning /workspace to jenkins user [2019-09-02T23:29:00.010Z] Chowning /workspace to jenkins user [2019-09-02T23:29:00.010Z] + id -u [2019-09-02T23:29:00.010Z] + id -g [2019-09-02T23:29:00.010Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39853:/workspace busybox chown -R 1000:1000 /workspace [2019-09-02T23:29:00.262Z] Removing intermediate container 57ef53fce354 [2019-09-02T23:29:00.262Z] ---> 54c718bfb250 [2019-09-02T23:29:00.262Z] Step 96/126 : RUN groupadd -r docker [2019-09-02T23:29:00.262Z] ---> Running in 96f5828f860e [2019-09-02T23:29:00.880Z] Removing intermediate container 96f5828f860e [2019-09-02T23:29:00.880Z] ---> d23f1175b2bc [2019-09-02T23:29:00.880Z] Step 97/126 : RUN useradd --create-home --gid docker unprivilegeduser [2019-09-02T23:29:00.880Z] ---> Running in c2192a60fa94 [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-02T23:29:01.732Z] PASS: docker_cli_network_unix_test.go:1666: DockerDaemonSuite.TestDaemonRestartRestoreBridgeNetwork 6.337s [2019-09-02T23:29:01.742Z] + bundleName=docker-py [2019-09-02T23:29:01.742Z] + echo Creating docker-py-bundles.tar.gz [2019-09-02T23:29:01.742Z] Creating docker-py-bundles.tar.gz [2019-09-02T23:29:01.742Z] + 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-02T23:29:01.750Z] Archiving artifacts [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2019-09-02T23:29:01.892Z] Removing intermediate container c2192a60fa94 [2019-09-02T23:29:01.893Z] ---> 1f83c1876032 [2019-09-02T23:29:01.893Z] Step 98/126 : RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2019-09-02T23:29:01.893Z] ---> Running in a22aac3b1c7e [2019-09-02T23:29:01.893Z] '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2019-09-02T23:29:01.990Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-02T23:29:02.139Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39853/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=e6fce00ec83df2f23523b836f647b8f3df97953f -e DOCKER_GRAPHDRIVER docker:e6fce00ec83df2f23523b836f647b8f3df97953f hack/make.sh binary-daemon [2019-09-02T23:29:02.509Z] Removing intermediate container a22aac3b1c7e [2019-09-02T23:29:02.510Z] ---> 72c6f7ebb57f [2019-09-02T23:29:02.510Z] Step 99/126 : RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2019-09-02T23:29:02.510Z] ---> Running in 4e5298861527 [2019-09-02T23:29:02.698Z] [2019-09-02T23:29:02.698Z] Removing bundles/ [2019-09-02T23:29:02.698Z] [2019-09-02T23:29:02.698Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2019-09-02T23:29:02.923Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-02T23:29:02.923Z] PASS: docker_cli_daemon_test.go:1636: DockerDaemonSuite.TestDaemonRestartRmVolumeInUse 1.570s [2019-09-02T23:29:02.953Z] Building: bundles/binary-daemon/dockerd-dev [2019-09-02T23:29:02.953Z] GOOS="" GOARCH="" GOARM="" [2019-09-02T23:29:03.126Z] Removing intermediate container 4e5298861527 [2019-09-02T23:29:03.126Z] ---> 9f1ce4ccac50 [2019-09-02T23:29:03.126Z] Step 100/126 : RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2019-09-02T23:29:03.126Z] ---> Running in dc7ff2c26ecb [2019-09-02T23:29:03.744Z] Removing intermediate container dc7ff2c26ecb [2019-09-02T23:29:03.744Z] ---> fe15b7ffe245 [2019-09-02T23:29:03.744Z] Step 101/126 : RUN ldconfig [2019-09-02T23:29:03.744Z] ---> Running in 2ab94e36891f [2019-09-02T23:29:03.855Z] PASS: docker_cli_build_test.go:4527: DockerSuite.TestBuildBuildTimeArgEnv 13.435s [2019-09-02T23:29:04.753Z] Removing intermediate container 2ab94e36891f [2019-09-02T23:29:04.753Z] ---> d57e0294f0fc [2019-09-02T23:29:04.753Z] Step 102/126 : RUN apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion btrfs-tools iptables jq libcap2-bin libdevmapper-dev libudev-dev libsystemd-dev binutils-mingw-w64 g++-mingw-w64-x86-64 net-tools pigz python3-pip python3-setuptools python3-wheel thin-provisioning-tools vim vim-common xfsprogs zip bzip2 xz-utils libprotobuf-c1 libnet1 libnl-3-200 && rm -rf /var/lib/apt/lists/* [2019-09-02T23:29:04.753Z] ---> Running in 4e4833cf8c7c [2019-09-02T23:29:04.789Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-02T23:29:05.037Z] Ign:1 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-09-02T23:29:05.037Z] Get:2 http://cdn-fastly.deb.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-09-02T23:29:05.037Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB] [2019-09-02T23:29:05.037Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-09-02T23:29:05.037Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B] [2019-09-02T23:29:05.320Z] Get:6 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el Packages [482 kB] [2019-09-02T23:29:05.605Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [27.3 kB] [2019-09-02T23:29:05.605Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [6903 kB] [2019-09-02T23:29:05.720Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-02T23:29:05.720Z] PASS: docker_cli_daemon_test.go:2604: DockerDaemonSuite.TestDaemonRestartSaveContainerExitCode 2.616s [2019-09-02T23:29:07.090Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-02T23:29:07.347Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-02T23:29:07.347Z] PASS: docker_cli_build_test.go:4320: DockerSuite.TestBuildBuildTimeArgExpansion 3.547s [2019-09-02T23:29:07.638Z] Fetched 7718 kB in 2s (3084 kB/s) [2019-09-02T23:29:08.645Z] Reading package lists... [2019-09-02T23:29:08.718Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-02T23:29:08.975Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-02T23:29:09.653Z] Reading package lists... [2019-09-02T23:29:09.936Z] Building dependency tree... [2019-09-02T23:29:09.936Z] Reading state information... [2019-09-02T23:29:09.936Z] The following additional packages will be installed: [2019-09-02T23:29:09.936Z] binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs dh-python [2019-09-02T23:29:09.936Z] dmsetup gcc-mingw-w64-base gcc-mingw-w64-x86-64 libaio1 libapparmor-perl [2019-09-02T23:29:09.936Z] libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 libip4tc0 libip6tc0 [2019-09-02T23:29:09.936Z] libiptc0 libjq1 liblzo2-2 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 [2019-09-02T23:29:09.936Z] libonig4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2019-09-02T23:29:09.936Z] libpython3-stdlib libpython3.5-minimal libpython3.5-stdlib libreadline5 [2019-09-02T23:29:09.936Z] libselinux1-dev libsepol1-dev libxtables12 mingw-w64-common [2019-09-02T23:29:09.936Z] mingw-w64-x86-64-dev python-pip-whl python3 python3-minimal [2019-09-02T23:29:09.936Z] python3-pkg-resources python3.5 python3.5-minimal vim-runtime xxd [2019-09-02T23:29:09.936Z] Suggested packages: [2019-09-02T23:29:09.936Z] apparmor-profiles apparmor-profiles-extra apparmor-utils bzip2-doc [2019-09-02T23:29:09.936Z] gcc-6-locales kmod gpm wine64 python3-doc python3-tk python3-venv [2019-09-02T23:29:09.936Z] python-setuptools-doc python3.5-venv python3.5-doc binfmt-support ctags [2019-09-02T23:29:09.936Z] vim-doc vim-scripts xfsdump acl attr quota [2019-09-02T23:29:09.936Z] Recommended packages: [2019-09-02T23:29:09.936Z] aufs-dkms libpam-cap build-essential python3-dev python3-keyring [2019-09-02T23:29:09.936Z] python3-keyrings.alt python3-xdg unzip [2019-09-02T23:29:10.348Z] PASS: docker_cli_build_test.go:4410: DockerSuite.TestBuildBuildTimeArgExpansionOverride 2.921s [2019-09-02T23:29:10.915Z] PASS: docker_cli_build_test.go:4123: DockerSuite.TestBuildBuildTimeArgHistory 0.405s [2019-09-02T23:29:10.948Z] The following NEW packages will be installed: [2019-09-02T23:29:10.948Z] apparmor aufs-tools bash-completion binutils-mingw-w64 [2019-09-02T23:29:10.948Z] binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 btrfs-progs btrfs-tools [2019-09-02T23:29:10.948Z] bzip2 dh-python dmsetup g++-mingw-w64-x86-64 gcc-mingw-w64-base [2019-09-02T23:29:10.948Z] gcc-mingw-w64-x86-64 iptables jq libaio1 libapparmor-perl libcap2-bin [2019-09-02T23:29:10.948Z] libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libgpm2 [2019-09-02T23:29:10.948Z] libip4tc0 libip6tc0 libiptc0 libjq1 liblzo2-2 libmpdec2 libnet1 [2019-09-02T23:29:10.948Z] libnetfilter-conntrack3 libnfnetlink0 libnl-3-200 libonig4 libpcre16-3 [2019-09-02T23:29:10.948Z] libpcre3-dev libpcre32-3 libpcrecpp0v5 libprotobuf-c1 libpython3-stdlib [2019-09-02T23:29:10.948Z] libpython3.5-minimal libpython3.5-stdlib libreadline5 libselinux1-dev [2019-09-02T23:29:10.948Z] libsepol1-dev libsystemd-dev libudev-dev libxtables12 mingw-w64-common [2019-09-02T23:29:10.948Z] mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 python3-minimal [2019-09-02T23:29:10.948Z] python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.5 [2019-09-02T23:29:10.948Z] python3.5-minimal thin-provisioning-tools vim vim-common vim-runtime [2019-09-02T23:29:10.948Z] xfsprogs xxd xz-utils zip [2019-09-02T23:29:10.948Z] 0 upgraded, 69 newly installed, 0 to remove and 2 not upgraded. [2019-09-02T23:29:10.948Z] Need to get 87.3 MB of archives. [2019-09-02T23:29:10.948Z] After this operation, 585 MB of additional disk space will be used. [2019-09-02T23:29:10.948Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el bash-completion all 1:2.1-4.3 [178 kB] [2019-09-02T23:29:10.948Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3 [57.6 kB] [2019-09-02T23:29:10.948Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnfnetlink0 ppc64el 1.0.1-3 [12.8 kB] [2019-09-02T23:29:10.948Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-3 [152 kB] [2019-09-02T23:29:10.948Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libudev-dev ppc64el 232-25+deb9u11 [92.4 kB] [2019-09-02T23:29:10.948Z] 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-02T23:29:11.234Z] 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-02T23:29:11.234Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-minimal ppc64el 3.5.3-1 [35.3 kB] [2019-09-02T23:29:11.234Z] Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libmpdec2 ppc64el 2.4.2-1 [81.9 kB] [2019-09-02T23:29:11.234Z] 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-02T23:29:11.480Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-09-02T23:29:11.480Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.78s) [2019-09-02T23:29:11.480Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-02T23:29:11.480Z] daemon.go:336: [d7665517e5f6e] waiting for daemon to start [2019-09-02T23:29:11.480Z] daemon.go:336: [d7665517e5f6e] waiting for daemon to start [2019-09-02T23:29:11.480Z] daemon.go:364: [d7665517e5f6e] daemon started [2019-09-02T23:29:11.480Z] daemon.go:336: [d7665517e5f6e] waiting for daemon to start [2019-09-02T23:29:11.480Z] daemon.go:307: [d7665517e5f6e] exiting daemon [2019-09-02T23:29:11.480Z] daemon.go:336: [d7665517e5f6e] waiting for daemon to start [2019-09-02T23:29:11.480Z] daemon.go:364: [d7665517e5f6e] daemon started [2019-09-02T23:29:11.480Z] daemon.go:472: [d7665517e5f6e] Stopping daemon [2019-09-02T23:29:11.480Z] daemon.go:307: [d7665517e5f6e] exiting daemon [2019-09-02T23:29:11.480Z] daemon.go:459: [d7665517e5f6e] Daemon stopped [2019-09-02T23:29:11.480Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.14s) [2019-09-02T23:29:11.480Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-02T23:29:11.480Z] daemon.go:336: [d500567f6fdc0] waiting for daemon to start [2019-09-02T23:29:11.480Z] daemon.go:336: [d500567f6fdc0] waiting for daemon to start [2019-09-02T23:29:11.480Z] daemon.go:364: [d500567f6fdc0] daemon started [2019-09-02T23:29:11.480Z] daemon.go:336: [d500567f6fdc0] waiting for daemon to start [2019-09-02T23:29:11.480Z] daemon.go:307: [d500567f6fdc0] exiting daemon [2019-09-02T23:29:11.480Z] daemon.go:336: [d500567f6fdc0] waiting for daemon to start [2019-09-02T23:29:11.480Z] daemon.go:364: [d500567f6fdc0] daemon started [2019-09-02T23:29:11.480Z] daemon.go:472: [d500567f6fdc0] Stopping daemon [2019-09-02T23:29:11.480Z] daemon.go:307: [d500567f6fdc0] exiting daemon [2019-09-02T23:29:11.480Z] daemon.go:459: [d500567f6fdc0] Daemon stopped [2019-09-02T23:29:11.480Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.32s) [2019-09-02T23:29:11.480Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-02T23:29:11.480Z] daemon.go:336: [dff07e1d93791] waiting for daemon to start [2019-09-02T23:29:11.480Z] daemon.go:336: [dff07e1d93791] waiting for daemon to start [2019-09-02T23:29:11.480Z] daemon.go:364: [dff07e1d93791] daemon started [2019-09-02T23:29:11.480Z] daemon.go:472: [dff07e1d93791] Stopping daemon [2019-09-02T23:29:11.480Z] daemon.go:307: [dff07e1d93791] exiting daemon [2019-09-02T23:29:11.480Z] daemon.go:459: [dff07e1d93791] Daemon stopped [2019-09-02T23:29:11.480Z] daemon.go:336: [dff07e1d93791] waiting for daemon to start [2019-09-02T23:29:11.480Z] daemon.go:336: [dff07e1d93791] waiting for daemon to start [2019-09-02T23:29:11.480Z] daemon.go:364: [dff07e1d93791] daemon started [2019-09-02T23:29:11.480Z] daemon.go:472: [dff07e1d93791] Stopping daemon [2019-09-02T23:29:11.480Z] daemon.go:307: [dff07e1d93791] exiting daemon [2019-09-02T23:29:11.480Z] daemon.go:459: [dff07e1d93791] Daemon stopped [2019-09-02T23:29:11.480Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.80s) [2019-09-02T23:29:11.480Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-02T23:29:11.480Z] daemon.go:336: [dab81301f5079] waiting for daemon to start [2019-09-02T23:29:11.480Z] daemon.go:336: [dab81301f5079] waiting for daemon to start [2019-09-02T23:29:11.480Z] daemon.go:364: [dab81301f5079] daemon started [2019-09-02T23:29:11.480Z] daemon.go:307: [dab81301f5079] exiting daemon [2019-09-02T23:29:11.480Z] daemon.go:336: [dab81301f5079] waiting for daemon to start [2019-09-02T23:29:11.480Z] daemon.go:336: [dab81301f5079] waiting for daemon to start [2019-09-02T23:29:11.480Z] daemon.go:364: [dab81301f5079] daemon started [2019-09-02T23:29:11.480Z] daemon.go:472: [dab81301f5079] Stopping daemon [2019-09-02T23:29:11.480Z] daemon.go:307: [dab81301f5079] exiting daemon [2019-09-02T23:29:11.480Z] daemon.go:459: [dab81301f5079] Daemon stopped [2019-09-02T23:29:11.480Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.66s) [2019-09-02T23:29:11.480Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-02T23:29:11.480Z] daemon.go:336: [d1d917f10a8f0] waiting for daemon to start [2019-09-02T23:29:11.480Z] daemon.go:336: [d1d917f10a8f0] waiting for daemon to start [2019-09-02T23:29:11.480Z] daemon.go:364: [d1d917f10a8f0] daemon started [2019-09-02T23:29:11.480Z] daemon.go:472: [d1d917f10a8f0] Stopping daemon [2019-09-02T23:29:11.480Z] daemon.go:307: [d1d917f10a8f0] exiting daemon [2019-09-02T23:29:11.480Z] daemon.go:459: [d1d917f10a8f0] Daemon stopped [2019-09-02T23:29:11.480Z] daemon.go:336: [d1d917f10a8f0] waiting for daemon to start [2019-09-02T23:29:11.480Z] daemon.go:336: [d1d917f10a8f0] waiting for daemon to start [2019-09-02T23:29:11.480Z] daemon.go:364: [d1d917f10a8f0] daemon started [2019-09-02T23:29:11.480Z] daemon.go:472: [d1d917f10a8f0] Stopping daemon [2019-09-02T23:29:11.480Z] daemon.go:307: [d1d917f10a8f0] exiting daemon [2019-09-02T23:29:11.480Z] daemon.go:459: [d1d917f10a8f0] Daemon stopped [2019-09-02T23:29:11.480Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.65s) [2019-09-02T23:29:11.480Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-02T23:29:11.480Z] daemon.go:336: [dfd20ea8b47af] waiting for daemon to start [2019-09-02T23:29:11.480Z] daemon.go:336: [dfd20ea8b47af] waiting for daemon to start [2019-09-02T23:29:11.480Z] daemon.go:364: [dfd20ea8b47af] daemon started [2019-09-02T23:29:11.480Z] daemon.go:336: [dfd20ea8b47af] waiting for daemon to start [2019-09-02T23:29:11.480Z] daemon.go:307: [dfd20ea8b47af] exiting daemon [2019-09-02T23:29:11.480Z] daemon.go:336: [dfd20ea8b47af] waiting for daemon to start [2019-09-02T23:29:11.480Z] daemon.go:364: [dfd20ea8b47af] daemon started [2019-09-02T23:29:11.480Z] daemon.go:472: [dfd20ea8b47af] Stopping daemon [2019-09-02T23:29:11.480Z] daemon.go:307: [dfd20ea8b47af] exiting daemon [2019-09-02T23:29:11.480Z] daemon.go:459: [dfd20ea8b47af] Daemon stopped [2019-09-02T23:29:11.480Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.63s) [2019-09-02T23:29:11.480Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-02T23:29:11.480Z] daemon.go:336: [d4713e8c0fffd] waiting for daemon to start [2019-09-02T23:29:11.480Z] daemon.go:336: [d4713e8c0fffd] waiting for daemon to start [2019-09-02T23:29:11.480Z] daemon.go:364: [d4713e8c0fffd] daemon started [2019-09-02T23:29:11.480Z] daemon.go:472: [d4713e8c0fffd] Stopping daemon [2019-09-02T23:29:11.480Z] daemon.go:307: [d4713e8c0fffd] exiting daemon [2019-09-02T23:29:11.480Z] daemon.go:459: [d4713e8c0fffd] Daemon stopped [2019-09-02T23:29:11.480Z] daemon.go:336: [d4713e8c0fffd] waiting for daemon to start [2019-09-02T23:29:11.480Z] daemon.go:336: [d4713e8c0fffd] waiting for daemon to start [2019-09-02T23:29:11.480Z] daemon.go:364: [d4713e8c0fffd] daemon started [2019-09-02T23:29:11.480Z] daemon.go:472: [d4713e8c0fffd] Stopping daemon [2019-09-02T23:29:11.480Z] daemon.go:307: [d4713e8c0fffd] exiting daemon [2019-09-02T23:29:11.480Z] daemon.go:459: [d4713e8c0fffd] Daemon stopped [2019-09-02T23:29:11.480Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.75s) [2019-09-02T23:29:11.480Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-02T23:29:11.480Z] daemon.go:336: [d599dc7144543] waiting for daemon to start [2019-09-02T23:29:11.480Z] daemon.go:336: [d599dc7144543] waiting for daemon to start [2019-09-02T23:29:11.480Z] daemon.go:364: [d599dc7144543] daemon started [2019-09-02T23:29:11.480Z] daemon.go:472: [d599dc7144543] Stopping daemon [2019-09-02T23:29:11.480Z] daemon.go:307: [d599dc7144543] exiting daemon [2019-09-02T23:29:11.480Z] daemon.go:459: [d599dc7144543] Daemon stopped [2019-09-02T23:29:11.480Z] daemon.go:336: [d599dc7144543] waiting for daemon to start [2019-09-02T23:29:11.480Z] daemon.go:336: [d599dc7144543] waiting for daemon to start [2019-09-02T23:29:11.480Z] daemon.go:364: [d599dc7144543] daemon started [2019-09-02T23:29:11.480Z] daemon.go:472: [d599dc7144543] Stopping daemon [2019-09-02T23:29:11.480Z] daemon.go:307: [d599dc7144543] exiting daemon [2019-09-02T23:29:11.480Z] daemon.go:459: [d599dc7144543] Daemon stopped [2019-09-02T23:29:11.480Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.59s) [2019-09-02T23:29:11.481Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-02T23:29:11.481Z] daemon.go:336: [da873023b76b6] waiting for daemon to start [2019-09-02T23:29:11.481Z] daemon.go:336: [da873023b76b6] waiting for daemon to start [2019-09-02T23:29:11.481Z] daemon.go:364: [da873023b76b6] daemon started [2019-09-02T23:29:11.481Z] daemon.go:472: [da873023b76b6] Stopping daemon [2019-09-02T23:29:11.481Z] daemon.go:307: [da873023b76b6] exiting daemon [2019-09-02T23:29:11.481Z] daemon.go:459: [da873023b76b6] Daemon stopped [2019-09-02T23:29:11.481Z] daemon.go:336: [da873023b76b6] waiting for daemon to start [2019-09-02T23:29:11.481Z] daemon.go:336: [da873023b76b6] waiting for daemon to start [2019-09-02T23:29:11.481Z] daemon.go:364: [da873023b76b6] daemon started [2019-09-02T23:29:11.481Z] daemon.go:472: [da873023b76b6] Stopping daemon [2019-09-02T23:29:11.481Z] daemon.go:307: [da873023b76b6] exiting daemon [2019-09-02T23:29:11.481Z] daemon.go:459: [da873023b76b6] Daemon stopped [2019-09-02T23:29:11.481Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.60s) [2019-09-02T23:29:11.481Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-02T23:29:11.481Z] daemon.go:336: [d8c36ea286c17] waiting for daemon to start [2019-09-02T23:29:11.481Z] daemon.go:336: [d8c36ea286c17] waiting for daemon to start [2019-09-02T23:29:11.481Z] daemon.go:364: [d8c36ea286c17] daemon started [2019-09-02T23:29:11.481Z] daemon.go:336: [d8c36ea286c17] waiting for daemon to start [2019-09-02T23:29:11.481Z] daemon.go:307: [d8c36ea286c17] exiting daemon [2019-09-02T23:29:11.481Z] daemon.go:336: [d8c36ea286c17] waiting for daemon to start [2019-09-02T23:29:11.481Z] daemon.go:364: [d8c36ea286c17] daemon started [2019-09-02T23:29:11.481Z] daemon.go:472: [d8c36ea286c17] Stopping daemon [2019-09-02T23:29:11.481Z] daemon.go:307: [d8c36ea286c17] exiting daemon [2019-09-02T23:29:11.481Z] daemon.go:459: [d8c36ea286c17] Daemon stopped [2019-09-02T23:29:11.481Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.53s) [2019-09-02T23:29:11.481Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-02T23:29:11.481Z] daemon.go:336: [d41e37e4e586a] waiting for daemon to start [2019-09-02T23:29:11.481Z] daemon.go:336: [d41e37e4e586a] waiting for daemon to start [2019-09-02T23:29:11.481Z] daemon.go:364: [d41e37e4e586a] daemon started [2019-09-02T23:29:11.481Z] daemon.go:336: [d41e37e4e586a] waiting for daemon to start [2019-09-02T23:29:11.481Z] daemon.go:307: [d41e37e4e586a] exiting daemon [2019-09-02T23:29:11.481Z] daemon.go:336: [d41e37e4e586a] waiting for daemon to start [2019-09-02T23:29:11.481Z] daemon.go:364: [d41e37e4e586a] daemon started [2019-09-02T23:29:11.481Z] daemon.go:472: [d41e37e4e586a] Stopping daemon [2019-09-02T23:29:11.481Z] daemon.go:307: [d41e37e4e586a] exiting daemon [2019-09-02T23:29:11.481Z] daemon.go:459: [d41e37e4e586a] Daemon stopped [2019-09-02T23:29:11.481Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.46s) [2019-09-02T23:29:11.481Z] restart_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-02T23:29:11.481Z] daemon.go:336: [df9e0a1dd348b] waiting for daemon to start [2019-09-02T23:29:11.481Z] daemon.go:336: [df9e0a1dd348b] waiting for daemon to start [2019-09-02T23:29:11.481Z] daemon.go:364: [df9e0a1dd348b] daemon started [2019-09-02T23:29:11.481Z] daemon.go:472: [df9e0a1dd348b] Stopping daemon [2019-09-02T23:29:11.481Z] daemon.go:307: [df9e0a1dd348b] exiting daemon [2019-09-02T23:29:11.481Z] daemon.go:459: [df9e0a1dd348b] Daemon stopped [2019-09-02T23:29:11.481Z] daemon.go:336: [df9e0a1dd348b] waiting for daemon to start [2019-09-02T23:29:11.481Z] daemon.go:336: [df9e0a1dd348b] waiting for daemon to start [2019-09-02T23:29:11.481Z] daemon.go:364: [df9e0a1dd348b] daemon started [2019-09-02T23:29:11.481Z] daemon.go:472: [df9e0a1dd348b] Stopping daemon [2019-09-02T23:29:11.481Z] daemon.go:307: [df9e0a1dd348b] exiting daemon [2019-09-02T23:29:11.481Z] daemon.go:459: [df9e0a1dd348b] Daemon stopped [2019-09-02T23:29:11.481Z] === RUN TestCgroupNamespacesRun [2019-09-02T23:29:11.522Z] Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3.5 ppc64el 3.5.3-1+deb9u1 [229 kB] [2019-09-02T23:29:11.522Z] Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpython3-stdlib ppc64el 3.5.3-1 [18.6 kB] [2019-09-02T23:29:11.522Z] Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el dh-python all 2.20170125 [86.8 kB] [2019-09-02T23:29:11.522Z] Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3 ppc64el 3.5.3-1 [21.6 kB] [2019-09-02T23:29:11.522Z] Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el pigz ppc64el 2.3.4-1 [49.4 kB] [2019-09-02T23:29:11.522Z] Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libip4tc0 ppc64el 1.6.0+snapshot20161117-6 [67.6 kB] [2019-09-02T23:29:11.522Z] Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libip6tc0 ppc64el 1.6.0+snapshot20161117-6 [67.9 kB] [2019-09-02T23:29:11.522Z] Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libiptc0 ppc64el 1.6.0+snapshot20161117-6 [57.8 kB] [2019-09-02T23:29:11.522Z] Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libxtables12 ppc64el 1.6.0+snapshot20161117-6 [74.7 kB] [2019-09-02T23:29:11.522Z] Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.6-2 [34.7 kB] [2019-09-02T23:29:11.522Z] Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el iptables ppc64el 1.6.0+snapshot20161117-6 [278 kB] [2019-09-02T23:29:11.522Z] Get:22 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el xxd ppc64el 2:8.0.0197-4+deb9u3 [132 kB] [2019-09-02T23:29:11.522Z] Get:23 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el vim-common all 2:8.0.0197-4+deb9u3 [159 kB] [2019-09-02T23:29:11.522Z] Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el bzip2 ppc64el 1.0.6-8.1 [46.3 kB] [2019-09-02T23:29:11.522Z] 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-02T23:29:11.522Z] 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-02T23:29:11.522Z] Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el aufs-tools ppc64el 1:4.1+20161219-1 [102 kB] [2019-09-02T23:29:11.522Z] 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-02T23:29:11.522Z] Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-progs ppc64el 4.7.3-1 [520 kB] [2019-09-02T23:29:11.522Z] Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el btrfs-tools ppc64el 4.7.3-1 [16.9 kB] [2019-09-02T23:29:11.522Z] 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-02T23:29:11.522Z] Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el dmsetup ppc64el 2:1.02.137-2 [102 kB] [2019-09-02T23:29:11.522Z] Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libonig4 ppc64el 6.1.3-2 [140 kB] [2019-09-02T23:29:11.522Z] Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libjq1 ppc64el 1.5+dfsg-1.3 [111 kB] [2019-09-02T23:29:11.522Z] Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el jq ppc64el 1.5+dfsg-1.3 [58.9 kB] [2019-09-02T23:29:11.522Z] Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libaio1 ppc64el 0.3.110-3 [9514 B] [2019-09-02T23:29:11.522Z] Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libcap2-bin ppc64el 1:2.25-1 [27.2 kB] [2019-09-02T23:29:11.522Z] 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-02T23:29:11.522Z] Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libsepol1-dev ppc64el 2.6-2 [294 kB] [2019-09-02T23:29:11.522Z] Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre16-3 ppc64el 2:8.39-3 [239 kB] [2019-09-02T23:29:11.522Z] Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre32-3 ppc64el 2:8.39-3 [232 kB] [2019-09-02T23:29:11.522Z] Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libpcre3-dev ppc64el 2:8.39-3 [586 kB] [2019-09-02T23:29:11.522Z] Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libselinux1-dev ppc64el 2.6-3+b3 [183 kB] [2019-09-02T23:29:11.522Z] 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-02T23:29:11.522Z] 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-02T23:29:11.523Z] Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libprotobuf-c1 ppc64el 1.2.1-2 [24.6 kB] [2019-09-02T23:29:11.523Z] Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b1 [111 kB] [2019-09-02T23:29:11.523Z] Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el libsystemd-dev ppc64el 232-25+deb9u11 [1717 kB] [2019-09-02T23:29:11.523Z] Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el net-tools ppc64el 1.60+git20161116.90da8a0-1 [235 kB] [2019-09-02T23:29:11.523Z] 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-02T23:29:11.523Z] Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-pip all 9.0.1-2+deb9u1 [142 kB] [2019-09-02T23:29:11.523Z] Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-pkg-resources all 33.1.1-1 [137 kB] [2019-09-02T23:29:11.523Z] Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-setuptools all 33.1.1-1 [215 kB] [2019-09-02T23:29:11.523Z] Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el python3-wheel all 0.29.0-2 [51.8 kB] [2019-09-02T23:29:11.523Z] 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-02T23:29:11.812Z] Get:56 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el vim-runtime all 2:8.0.0197-4+deb9u3 [5409 kB] [2019-09-02T23:29:11.812Z] Get:57 http://cdn-fastly.deb.debian.org/debian-security stretch/updates/main ppc64el vim ppc64el 2:8.0.0197-4+deb9u3 [914 kB] [2019-09-02T23:29:11.812Z] Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el xfsprogs ppc64el 4.9.0+nmu1 [729 kB] [2019-09-02T23:29:11.812Z] Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2019-09-02T23:29:11.812Z] 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-02T23:29:11.812Z] Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el apparmor ppc64el 2.11.0-3+deb9u2 [527 kB] [2019-09-02T23:29:11.812Z] 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-02T23:29:11.812Z] 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-02T23:29:11.812Z] 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-02T23:29:11.812Z] Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el mingw-w64-common all 5.0.1-1 [4764 kB] [2019-09-02T23:29:12.099Z] 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-02T23:29:12.099Z] 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-02T23:29:12.099Z] 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-02T23:29:12.732Z] 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-02T23:29:13.363Z] debconf: delaying package configuration, since apt-utils is not installed [2019-09-02T23:29:13.363Z] Fetched 87.3 MB in 2s (40.2 MB/s) [2019-09-02T23:29:13.363Z] Selecting previously unselected package bash-completion. [2019-09-02T23:29:13.363Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15020 files and directories currently installed.) [2019-09-02T23:29:13.363Z] Preparing to unpack .../00-bash-completion_1%3a2.1-4.3_all.deb ... [2019-09-02T23:29:13.377Z] --- PASS: TestCgroupNamespacesRun (1.83s) [2019-09-02T23:29:13.377Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCgroupNamespacesRun [2019-09-02T23:29:13.377Z] daemon.go:336: [d6e87e387d5ff] waiting for daemon to start [2019-09-02T23:29:13.377Z] daemon.go:336: [d6e87e387d5ff] waiting for daemon to start [2019-09-02T23:29:13.377Z] daemon.go:364: [d6e87e387d5ff] daemon started [2019-09-02T23:29:13.377Z] daemon.go:472: [d6e87e387d5ff] Stopping daemon [2019-09-02T23:29:13.377Z] daemon.go:307: [d6e87e387d5ff] exiting daemon [2019-09-02T23:29:13.377Z] daemon.go:459: [d6e87e387d5ff] Daemon stopped [2019-09-02T23:29:13.377Z] === RUN TestCgroupNamespacesRunPrivileged [2019-09-02T23:29:13.377Z] PASS: docker_cli_build_test.go:4264: DockerSuite.TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv 2.601s [2019-09-02T23:29:14.380Z] Unpacking bash-completion (1:2.1-4.3) ... [2019-09-02T23:29:14.664Z] Selecting previously unselected package libnet1:ppc64el. [2019-09-02T23:29:14.664Z] Preparing to unpack .../01-libnet1_1.1.6+dfsg-3_ppc64el.deb ... [2019-09-02T23:29:14.664Z] Unpacking libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-09-02T23:29:14.664Z] Selecting previously unselected package libnfnetlink0:ppc64el. [2019-09-02T23:29:14.664Z] Preparing to unpack .../02-libnfnetlink0_1.0.1-3_ppc64el.deb ... [2019-09-02T23:29:14.664Z] Unpacking libnfnetlink0:ppc64el (1.0.1-3) ... [2019-09-02T23:29:14.664Z] Selecting previously unselected package libpcrecpp0v5:ppc64el. [2019-09-02T23:29:14.664Z] Preparing to unpack .../03-libpcrecpp0v5_2%3a8.39-3_ppc64el.deb ... [2019-09-02T23:29:14.664Z] Unpacking libpcrecpp0v5:ppc64el (2:8.39-3) ... [2019-09-02T23:29:14.664Z] Selecting previously unselected package libudev-dev:ppc64el. [2019-09-02T23:29:14.664Z] Preparing to unpack .../04-libudev-dev_232-25+deb9u11_ppc64el.deb ... [2019-09-02T23:29:14.664Z] Unpacking libudev-dev:ppc64el (232-25+deb9u11) ... [2019-09-02T23:29:14.664Z] Selecting previously unselected package libpython3.5-minimal:ppc64el. [2019-09-02T23:29:14.664Z] Preparing to unpack .../05-libpython3.5-minimal_3.5.3-1+deb9u1_ppc64el.deb ... [2019-09-02T23:29:14.664Z] Unpacking libpython3.5-minimal:ppc64el (3.5.3-1+deb9u1) ... [2019-09-02T23:29:14.948Z] Selecting previously unselected package python3.5-minimal. [2019-09-02T23:29:14.948Z] Preparing to unpack .../06-python3.5-minimal_3.5.3-1+deb9u1_ppc64el.deb ... [2019-09-02T23:29:14.948Z] Unpacking python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-02T23:29:15.245Z] Selecting previously unselected package python3-minimal. [2019-09-02T23:29:15.245Z] Preparing to unpack .../07-python3-minimal_3.5.3-1_ppc64el.deb ... [2019-09-02T23:29:15.245Z] Unpacking python3-minimal (3.5.3-1) ... [2019-09-02T23:29:15.245Z] Selecting previously unselected package libmpdec2:ppc64el. [2019-09-02T23:29:15.245Z] Preparing to unpack .../08-libmpdec2_2.4.2-1_ppc64el.deb ... [2019-09-02T23:29:15.245Z] Unpacking libmpdec2:ppc64el (2.4.2-1) ... [2019-09-02T23:29:15.245Z] Selecting previously unselected package libpython3.5-stdlib:ppc64el. [2019-09-02T23:29:15.245Z] Preparing to unpack .../09-libpython3.5-stdlib_3.5.3-1+deb9u1_ppc64el.deb ... [2019-09-02T23:29:15.245Z] Unpacking libpython3.5-stdlib:ppc64el (3.5.3-1+deb9u1) ... [2019-09-02T23:29:15.529Z] Selecting previously unselected package python3.5. [2019-09-02T23:29:15.529Z] Preparing to unpack .../10-python3.5_3.5.3-1+deb9u1_ppc64el.deb ... [2019-09-02T23:29:15.529Z] Unpacking python3.5 (3.5.3-1+deb9u1) ... [2019-09-02T23:29:15.529Z] Selecting previously unselected package libpython3-stdlib:ppc64el. [2019-09-02T23:29:15.529Z] Preparing to unpack .../11-libpython3-stdlib_3.5.3-1_ppc64el.deb ... [2019-09-02T23:29:15.529Z] Unpacking libpython3-stdlib:ppc64el (3.5.3-1) ... [2019-09-02T23:29:15.529Z] Selecting previously unselected package dh-python. [2019-09-02T23:29:15.529Z] Preparing to unpack .../12-dh-python_2.20170125_all.deb ... [2019-09-02T23:29:15.529Z] Unpacking dh-python (2.20170125) ... [2019-09-02T23:29:15.812Z] Setting up libpython3.5-minimal:ppc64el (3.5.3-1+deb9u1) ... [2019-09-02T23:29:15.812Z] Setting up python3.5-minimal (3.5.3-1+deb9u1) ... [2019-09-02T23:29:15.902Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.28s) [2019-09-02T23:29:15.902Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCgroupNamespacesRunPrivileged [2019-09-02T23:29:15.902Z] daemon.go:336: [d143bdda860d0] waiting for daemon to start [2019-09-02T23:29:15.902Z] daemon.go:336: [d143bdda860d0] waiting for daemon to start [2019-09-02T23:29:15.902Z] daemon.go:364: [d143bdda860d0] daemon started [2019-09-02T23:29:15.902Z] daemon.go:472: [d143bdda860d0] Stopping daemon [2019-09-02T23:29:15.902Z] daemon.go:307: [d143bdda860d0] exiting daemon [2019-09-02T23:29:15.902Z] daemon.go:459: [d143bdda860d0] Daemon stopped [2019-09-02T23:29:15.902Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-09-02T23:29:15.902Z] PASS: docker_cli_daemon_test.go:117: DockerDaemonSuite.TestDaemonRestartUnlessStopped 9.450s [2019-09-02T23:29:16.467Z] PASS: docker_cli_build_test.go:4293: DockerSuite.TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg 2.936s [2019-09-02T23:29:16.823Z] Setting up python3-minimal (3.5.3-1) ... [2019-09-02T23:29:16.823Z] Selecting previously unselected package python3. [2019-09-02T23:29:16.823Z] (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-02T23:29:16.823Z] Preparing to unpack .../00-python3_3.5.3-1_ppc64el.deb ... [2019-09-02T23:29:16.823Z] Unpacking python3 (3.5.3-1) ... [2019-09-02T23:29:16.823Z] Selecting previously unselected package pigz. [2019-09-02T23:29:16.823Z] Preparing to unpack .../01-pigz_2.3.4-1_ppc64el.deb ... [2019-09-02T23:29:16.823Z] Unpacking pigz (2.3.4-1) ... [2019-09-02T23:29:17.106Z] Selecting previously unselected package libip4tc0:ppc64el. [2019-09-02T23:29:17.106Z] Preparing to unpack .../02-libip4tc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-09-02T23:29:17.106Z] Unpacking libip4tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-02T23:29:17.106Z] Selecting previously unselected package libip6tc0:ppc64el. [2019-09-02T23:29:17.106Z] Preparing to unpack .../03-libip6tc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-09-02T23:29:17.106Z] Unpacking libip6tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-02T23:29:17.106Z] Selecting previously unselected package libiptc0:ppc64el. [2019-09-02T23:29:17.106Z] Preparing to unpack .../04-libiptc0_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-09-02T23:29:17.106Z] Unpacking libiptc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-02T23:29:17.106Z] Selecting previously unselected package libxtables12:ppc64el. [2019-09-02T23:29:17.106Z] Preparing to unpack .../05-libxtables12_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-09-02T23:29:17.106Z] Unpacking libxtables12:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-02T23:29:17.106Z] Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2019-09-02T23:29:17.106Z] Preparing to unpack .../06-libnetfilter-conntrack3_1.0.6-2_ppc64el.deb ... [2019-09-02T23:29:17.106Z] Unpacking libnetfilter-conntrack3:ppc64el (1.0.6-2) ... [2019-09-02T23:29:17.106Z] Selecting previously unselected package iptables. [2019-09-02T23:29:17.106Z] Preparing to unpack .../07-iptables_1.6.0+snapshot20161117-6_ppc64el.deb ... [2019-09-02T23:29:17.106Z] Unpacking iptables (1.6.0+snapshot20161117-6) ... [2019-09-02T23:29:17.392Z] Selecting previously unselected package xxd. [2019-09-02T23:29:17.392Z] Preparing to unpack .../08-xxd_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-09-02T23:29:17.392Z] Unpacking xxd (2:8.0.0197-4+deb9u3) ... [2019-09-02T23:29:17.392Z] Selecting previously unselected package vim-common. [2019-09-02T23:29:17.392Z] Preparing to unpack .../09-vim-common_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-02T23:29:17.392Z] Unpacking vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-02T23:29:17.392Z] Selecting previously unselected package bzip2. [2019-09-02T23:29:17.392Z] Preparing to unpack .../10-bzip2_1.0.6-8.1_ppc64el.deb ... [2019-09-02T23:29:17.392Z] Unpacking bzip2 (1.0.6-8.1) ... [2019-09-02T23:29:17.392Z] Selecting previously unselected package libgpm2:ppc64el. [2019-09-02T23:29:17.392Z] Preparing to unpack .../11-libgpm2_1.20.4-6.2+b1_ppc64el.deb ... [2019-09-02T23:29:17.392Z] Unpacking libgpm2:ppc64el (1.20.4-6.2+b1) ... [2019-09-02T23:29:17.392Z] Selecting previously unselected package xz-utils. [2019-09-02T23:29:17.392Z] Preparing to unpack .../12-xz-utils_5.2.2-1.2+b1_ppc64el.deb ... [2019-09-02T23:29:17.392Z] Unpacking xz-utils (5.2.2-1.2+b1) ... [2019-09-02T23:29:17.392Z] Selecting previously unselected package aufs-tools. [2019-09-02T23:29:17.392Z] Preparing to unpack .../13-aufs-tools_1%3a4.1+20161219-1_ppc64el.deb ... [2019-09-02T23:29:17.392Z] Unpacking aufs-tools (1:4.1+20161219-1) ... [2019-09-02T23:29:17.392Z] Selecting previously unselected package liblzo2-2:ppc64el. [2019-09-02T23:29:17.392Z] Preparing to unpack .../14-liblzo2-2_2.08-1.2+b2_ppc64el.deb ... [2019-09-02T23:29:17.392Z] Unpacking liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-09-02T23:29:17.400Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.80s) [2019-09-02T23:29:17.400Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCgroupNamespacesRunDaemonHostMode [2019-09-02T23:29:17.400Z] daemon.go:336: [d83ce8c4cf9e7] waiting for daemon to start [2019-09-02T23:29:17.400Z] daemon.go:336: [d83ce8c4cf9e7] waiting for daemon to start [2019-09-02T23:29:17.400Z] daemon.go:364: [d83ce8c4cf9e7] daemon started [2019-09-02T23:29:17.400Z] daemon.go:472: [d83ce8c4cf9e7] Stopping daemon [2019-09-02T23:29:17.400Z] daemon.go:307: [d83ce8c4cf9e7] exiting daemon [2019-09-02T23:29:17.401Z] daemon.go:459: [d83ce8c4cf9e7] Daemon stopped [2019-09-02T23:29:17.401Z] === RUN TestCgroupNamespacesRunHostMode [2019-09-02T23:29:17.675Z] Selecting previously unselected package btrfs-progs. [2019-09-02T23:29:17.675Z] Preparing to unpack .../15-btrfs-progs_4.7.3-1_ppc64el.deb ... [2019-09-02T23:29:17.675Z] Unpacking btrfs-progs (4.7.3-1) ... [2019-09-02T23:29:17.675Z] Selecting previously unselected package btrfs-tools. [2019-09-02T23:29:17.675Z] Preparing to unpack .../16-btrfs-tools_4.7.3-1_ppc64el.deb ... [2019-09-02T23:29:17.675Z] Unpacking btrfs-tools (4.7.3-1) ... [2019-09-02T23:29:17.675Z] Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2019-09-02T23:29:17.675Z] Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.137-2_ppc64el.deb ... [2019-09-02T23:29:17.675Z] Unpacking libdevmapper1.02.1:ppc64el (2:1.02.137-2) ... [2019-09-02T23:29:17.675Z] Selecting previously unselected package dmsetup. [2019-09-02T23:29:17.675Z] Preparing to unpack .../18-dmsetup_2%3a1.02.137-2_ppc64el.deb ... [2019-09-02T23:29:17.675Z] Unpacking dmsetup (2:1.02.137-2) ... [2019-09-02T23:29:17.675Z] Selecting previously unselected package libonig4:ppc64el. [2019-09-02T23:29:17.675Z] Preparing to unpack .../19-libonig4_6.1.3-2_ppc64el.deb ... [2019-09-02T23:29:17.675Z] Unpacking libonig4:ppc64el (6.1.3-2) ... [2019-09-02T23:29:17.675Z] Selecting previously unselected package libjq1:ppc64el. [2019-09-02T23:29:17.675Z] Preparing to unpack .../20-libjq1_1.5+dfsg-1.3_ppc64el.deb ... [2019-09-02T23:29:17.675Z] Unpacking libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-09-02T23:29:17.958Z] Selecting previously unselected package jq. [2019-09-02T23:29:17.958Z] Preparing to unpack .../21-jq_1.5+dfsg-1.3_ppc64el.deb ... [2019-09-02T23:29:17.958Z] Unpacking jq (1.5+dfsg-1.3) ... [2019-09-02T23:29:17.958Z] Selecting previously unselected package libaio1:ppc64el. [2019-09-02T23:29:17.958Z] Preparing to unpack .../22-libaio1_0.3.110-3_ppc64el.deb ... [2019-09-02T23:29:17.958Z] Unpacking libaio1:ppc64el (0.3.110-3) ... [2019-09-02T23:29:17.958Z] Selecting previously unselected package libcap2-bin. [2019-09-02T23:29:17.958Z] Preparing to unpack .../23-libcap2-bin_1%3a2.25-1_ppc64el.deb ... [2019-09-02T23:29:17.958Z] Unpacking libcap2-bin (1:2.25-1) ... [2019-09-02T23:29:17.958Z] Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2019-09-02T23:29:17.958Z] Preparing to unpack .../24-libdevmapper-event1.02.1_2%3a1.02.137-2_ppc64el.deb ... [2019-09-02T23:29:17.958Z] Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.137-2) ... [2019-09-02T23:29:17.958Z] Selecting previously unselected package libsepol1-dev:ppc64el. [2019-09-02T23:29:17.958Z] Preparing to unpack .../25-libsepol1-dev_2.6-2_ppc64el.deb ... [2019-09-02T23:29:17.958Z] Unpacking libsepol1-dev:ppc64el (2.6-2) ... [2019-09-02T23:29:17.958Z] Selecting previously unselected package libpcre16-3:ppc64el. [2019-09-02T23:29:17.958Z] Preparing to unpack .../26-libpcre16-3_2%3a8.39-3_ppc64el.deb ... [2019-09-02T23:29:17.958Z] Unpacking libpcre16-3:ppc64el (2:8.39-3) ... [2019-09-02T23:29:17.958Z] Selecting previously unselected package libpcre32-3:ppc64el. [2019-09-02T23:29:17.958Z] Preparing to unpack .../27-libpcre32-3_2%3a8.39-3_ppc64el.deb ... [2019-09-02T23:29:17.958Z] Unpacking libpcre32-3:ppc64el (2:8.39-3) ... [2019-09-02T23:29:18.268Z] Selecting previously unselected package libpcre3-dev:ppc64el. [2019-09-02T23:29:18.268Z] Preparing to unpack .../28-libpcre3-dev_2%3a8.39-3_ppc64el.deb ... [2019-09-02T23:29:18.268Z] Unpacking libpcre3-dev:ppc64el (2:8.39-3) ... [2019-09-02T23:29:18.268Z] Selecting previously unselected package libselinux1-dev:ppc64el. [2019-09-02T23:29:18.268Z] Preparing to unpack .../29-libselinux1-dev_2.6-3+b3_ppc64el.deb ... [2019-09-02T23:29:18.268Z] Unpacking libselinux1-dev:ppc64el (2.6-3+b3) ... [2019-09-02T23:29:18.268Z] Selecting previously unselected package libdevmapper-dev:ppc64el. [2019-09-02T23:29:18.268Z] Preparing to unpack .../30-libdevmapper-dev_2%3a1.02.137-2_ppc64el.deb ... [2019-09-02T23:29:18.268Z] Unpacking libdevmapper-dev:ppc64el (2:1.02.137-2) ... [2019-09-02T23:29:18.268Z] Selecting previously unselected package libnl-3-200:ppc64el. [2019-09-02T23:29:18.268Z] Preparing to unpack .../31-libnl-3-200_3.2.27-2_ppc64el.deb ... [2019-09-02T23:29:18.268Z] Unpacking libnl-3-200:ppc64el (3.2.27-2) ... [2019-09-02T23:29:18.268Z] Selecting previously unselected package libprotobuf-c1:ppc64el. [2019-09-02T23:29:18.268Z] Preparing to unpack .../32-libprotobuf-c1_1.2.1-2_ppc64el.deb ... [2019-09-02T23:29:18.268Z] Unpacking libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-09-02T23:29:18.552Z] Selecting previously unselected package libreadline5:ppc64el. [2019-09-02T23:29:18.552Z] Preparing to unpack .../33-libreadline5_5.2+dfsg-3+b1_ppc64el.deb ... [2019-09-02T23:29:18.552Z] Unpacking libreadline5:ppc64el (5.2+dfsg-3+b1) ... [2019-09-02T23:29:18.552Z] Selecting previously unselected package libsystemd-dev:ppc64el. [2019-09-02T23:29:18.552Z] Preparing to unpack .../34-libsystemd-dev_232-25+deb9u11_ppc64el.deb ... [2019-09-02T23:29:18.552Z] Unpacking libsystemd-dev:ppc64el (232-25+deb9u11) ... [2019-09-02T23:29:18.836Z] Selecting previously unselected package net-tools. [2019-09-02T23:29:18.836Z] Preparing to unpack .../35-net-tools_1.60+git20161116.90da8a0-1_ppc64el.deb ... [2019-09-02T23:29:18.836Z] Unpacking net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-02T23:29:18.836Z] Selecting previously unselected package python-pip-whl. [2019-09-02T23:29:18.836Z] Preparing to unpack .../36-python-pip-whl_9.0.1-2+deb9u1_all.deb ... [2019-09-02T23:29:18.836Z] Unpacking python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-02T23:29:19.120Z] Selecting previously unselected package python3-pip. [2019-09-02T23:29:19.120Z] Preparing to unpack .../37-python3-pip_9.0.1-2+deb9u1_all.deb ... [2019-09-02T23:29:19.120Z] Unpacking python3-pip (9.0.1-2+deb9u1) ... [2019-09-02T23:29:19.120Z] Selecting previously unselected package python3-pkg-resources. [2019-09-02T23:29:19.120Z] Preparing to unpack .../38-python3-pkg-resources_33.1.1-1_all.deb ... [2019-09-02T23:29:19.120Z] Unpacking python3-pkg-resources (33.1.1-1) ... [2019-09-02T23:29:19.120Z] Selecting previously unselected package python3-setuptools. [2019-09-02T23:29:19.120Z] Preparing to unpack .../39-python3-setuptools_33.1.1-1_all.deb ... [2019-09-02T23:29:19.120Z] Unpacking python3-setuptools (33.1.1-1) ... [2019-09-02T23:29:19.120Z] Selecting previously unselected package python3-wheel. [2019-09-02T23:29:19.120Z] Preparing to unpack .../40-python3-wheel_0.29.0-2_all.deb ... [2019-09-02T23:29:19.120Z] Unpacking python3-wheel (0.29.0-2) ... [2019-09-02T23:29:19.295Z] --- PASS: TestCgroupNamespacesRunHostMode (1.79s) [2019-09-02T23:29:19.295Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCgroupNamespacesRunHostMode [2019-09-02T23:29:19.295Z] daemon.go:336: [d5035d4defc76] waiting for daemon to start [2019-09-02T23:29:19.295Z] daemon.go:336: [d5035d4defc76] waiting for daemon to start [2019-09-02T23:29:19.295Z] daemon.go:364: [d5035d4defc76] daemon started [2019-09-02T23:29:19.295Z] daemon.go:472: [d5035d4defc76] Stopping daemon [2019-09-02T23:29:19.295Z] daemon.go:307: [d5035d4defc76] exiting daemon [2019-09-02T23:29:19.295Z] daemon.go:459: [d5035d4defc76] Daemon stopped [2019-09-02T23:29:19.295Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-09-02T23:29:19.407Z] Selecting previously unselected package thin-provisioning-tools. [2019-09-02T23:29:19.407Z] Preparing to unpack .../41-thin-provisioning-tools_0.6.1-4+b1_ppc64el.deb ... [2019-09-02T23:29:19.407Z] Unpacking thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-02T23:29:19.407Z] Selecting previously unselected package vim-runtime. [2019-09-02T23:29:19.407Z] Preparing to unpack .../42-vim-runtime_2%3a8.0.0197-4+deb9u3_all.deb ... [2019-09-02T23:29:19.407Z] 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-02T23:29:19.407Z] Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' [2019-09-02T23:29:19.407Z] Unpacking vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-02T23:29:19.552Z] PASS: docker_cli_daemon_test.go:2580: DockerDaemonSuite.TestDaemonRestartWithAutoRemoveContainer 3.533s [2019-09-02T23:29:20.114Z] Removing intermediate container b6f80d5b189c [2019-09-02T23:29:20.114Z] ---> 142610d10498 [2019-09-02T23:29:20.114Z] Step 6/8 : ENTRYPOINT ["powershell.exe"] [2019-09-02T23:29:20.114Z] ---> Running in ec23cee804a1 [2019-09-02T23:29:20.114Z] Removing intermediate container ec23cee804a1 [2019-09-02T23:29:20.114Z] ---> d7e97f0f4025 [2019-09-02T23:29:20.114Z] Step 7/8 : WORKDIR C:\go\src\github.com\docker\docker [2019-09-02T23:29:20.114Z] ---> Running in aca7b1c2fafe [2019-09-02T23:29:20.114Z] Removing intermediate container aca7b1c2fafe [2019-09-02T23:29:20.114Z] ---> 60fe055597db [2019-09-02T23:29:20.114Z] Step 8/8 : COPY . . [2019-09-02T23:29:20.419Z] Selecting previously unselected package vim. [2019-09-02T23:29:20.419Z] Preparing to unpack .../43-vim_2%3a8.0.0197-4+deb9u3_ppc64el.deb ... [2019-09-02T23:29:20.419Z] Unpacking vim (2:8.0.0197-4+deb9u3) ... [2019-09-02T23:29:20.419Z] Selecting previously unselected package xfsprogs. [2019-09-02T23:29:20.419Z] Preparing to unpack .../44-xfsprogs_4.9.0+nmu1_ppc64el.deb ... [2019-09-02T23:29:20.419Z] Unpacking xfsprogs (4.9.0+nmu1) ... [2019-09-02T23:29:20.702Z] Selecting previously unselected package zip. [2019-09-02T23:29:20.702Z] Preparing to unpack .../45-zip_3.0-11+b1_ppc64el.deb ... [2019-09-02T23:29:20.702Z] Unpacking zip (3.0-11+b1) ... [2019-09-02T23:29:20.702Z] Selecting previously unselected package libapparmor-perl. [2019-09-02T23:29:20.702Z] Preparing to unpack .../46-libapparmor-perl_2.11.0-3+deb9u2_ppc64el.deb ... [2019-09-02T23:29:20.702Z] Unpacking libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-02T23:29:20.702Z] Selecting previously unselected package apparmor. [2019-09-02T23:29:20.702Z] Preparing to unpack .../47-apparmor_2.11.0-3+deb9u2_ppc64el.deb ... [2019-09-02T23:29:20.702Z] Unpacking apparmor (2.11.0-3+deb9u2) ... [2019-09-02T23:29:20.702Z] Selecting previously unselected package binutils-mingw-w64-i686. [2019-09-02T23:29:20.702Z] Preparing to unpack .../48-binutils-mingw-w64-i686_2.28-5+7.4+b4_ppc64el.deb ... [2019-09-02T23:29:20.702Z] Unpacking binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-02T23:29:20.938Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.85s) [2019-09-02T23:29:20.938Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCgroupNamespacesRunPrivateMode [2019-09-02T23:29:20.938Z] daemon.go:336: [d2c56413eb64a] waiting for daemon to start [2019-09-02T23:29:20.938Z] daemon.go:336: [d2c56413eb64a] waiting for daemon to start [2019-09-02T23:29:20.938Z] daemon.go:364: [d2c56413eb64a] daemon started [2019-09-02T23:29:20.938Z] daemon.go:472: [d2c56413eb64a] Stopping daemon [2019-09-02T23:29:20.938Z] daemon.go:307: [d2c56413eb64a] exiting daemon [2019-09-02T23:29:20.938Z] daemon.go:459: [d2c56413eb64a] Daemon stopped [2019-09-02T23:29:20.938Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-09-02T23:29:21.194Z] PASS: docker_cli_daemon_test.go:688: DockerDaemonSuite.TestDaemonRestartWithBridgeIPChange 1.566s [2019-09-02T23:29:21.319Z] Selecting previously unselected package binutils-mingw-w64-x86-64. [2019-09-02T23:29:21.319Z] Preparing to unpack .../49-binutils-mingw-w64-x86-64_2.28-5+7.4+b4_ppc64el.deb ... [2019-09-02T23:29:21.319Z] Unpacking binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-02T23:29:21.603Z] Selecting previously unselected package binutils-mingw-w64. [2019-09-02T23:29:21.603Z] Preparing to unpack .../50-binutils-mingw-w64_2.27.90.20161231-1+7.4_all.deb ... [2019-09-02T23:29:21.603Z] Unpacking binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-02T23:29:21.603Z] Selecting previously unselected package mingw-w64-common. [2019-09-02T23:29:21.603Z] Preparing to unpack .../51-mingw-w64-common_5.0.1-1_all.deb ... [2019-09-02T23:29:21.603Z] Unpacking mingw-w64-common (5.0.1-1) ... [2019-09-02T23:29:22.126Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.91s) [2019-09-02T23:29:22.126Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCgroupNamespacesRunPrivilegedAndPrivate [2019-09-02T23:29:22.126Z] daemon.go:336: [df948daba8252] waiting for daemon to start [2019-09-02T23:29:22.126Z] daemon.go:336: [df948daba8252] waiting for daemon to start [2019-09-02T23:29:22.126Z] daemon.go:364: [df948daba8252] daemon started [2019-09-02T23:29:22.126Z] daemon.go:472: [df948daba8252] Stopping daemon [2019-09-02T23:29:22.126Z] daemon.go:307: [df948daba8252] exiting daemon [2019-09-02T23:29:22.126Z] daemon.go:459: [df948daba8252] Daemon stopped [2019-09-02T23:29:22.126Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-09-02T23:29:22.618Z] Selecting previously unselected package mingw-w64-x86-64-dev. [2019-09-02T23:29:22.618Z] Preparing to unpack .../52-mingw-w64-x86-64-dev_5.0.1-1_all.deb ... [2019-09-02T23:29:22.618Z] Unpacking mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-02T23:29:22.692Z] PASS: docker_cli_build_test.go:4587: DockerSuite.TestBuildBuildTimeArgQuotedValVariants 6.329s [2019-09-02T23:29:22.949Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.89s) [2019-09-02T23:29:22.949Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCgroupNamespacesRunInvalidMode [2019-09-02T23:29:22.949Z] daemon.go:336: [d441e703470b9] waiting for daemon to start [2019-09-02T23:29:22.949Z] daemon.go:336: [d441e703470b9] waiting for daemon to start [2019-09-02T23:29:22.949Z] daemon.go:364: [d441e703470b9] daemon started [2019-09-02T23:29:22.949Z] daemon.go:472: [d441e703470b9] Stopping daemon [2019-09-02T23:29:22.949Z] daemon.go:307: [d441e703470b9] exiting daemon [2019-09-02T23:29:22.949Z] daemon.go:459: [d441e703470b9] Daemon stopped [2019-09-02T23:29:22.949Z] === RUN TestCgroupNamespacesRunOlderClient [2019-09-02T23:29:23.512Z] PASS: docker_cli_daemon_test.go:1490: DockerDaemonSuite.TestDaemonRestartWithContainerRunning 2.359s [2019-09-02T23:29:24.075Z] PASS: docker_cli_build_test.go:4511: DockerSuite.TestBuildBuildTimeArgUnconsumedArg 1.414s [2019-09-02T23:29:24.096Z] Selecting previously unselected package gcc-mingw-w64-base. [2019-09-02T23:29:24.096Z] Preparing to unpack .../53-gcc-mingw-w64-base_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-09-02T23:29:24.096Z] Unpacking gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-02T23:29:24.096Z] Selecting previously unselected package gcc-mingw-w64-x86-64. [2019-09-02T23:29:24.096Z] Preparing to unpack .../54-gcc-mingw-w64-x86-64_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-09-02T23:29:24.096Z] Unpacking gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-02T23:29:25.008Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.03s) [2019-09-02T23:29:25.008Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCgroupNamespacesRunOlderClient [2019-09-02T23:29:25.008Z] daemon.go:336: [d250b55ba9c0f] waiting for daemon to start [2019-09-02T23:29:25.008Z] daemon.go:336: [d250b55ba9c0f] waiting for daemon to start [2019-09-02T23:29:25.008Z] daemon.go:364: [d250b55ba9c0f] daemon started [2019-09-02T23:29:25.008Z] daemon.go:472: [d250b55ba9c0f] Stopping daemon [2019-09-02T23:29:25.008Z] daemon.go:307: [d250b55ba9c0f] exiting daemon [2019-09-02T23:29:25.008Z] daemon.go:459: [d250b55ba9c0f] Daemon stopped [2019-09-02T23:29:25.008Z] === RUN TestKernelTCPMemory [2019-09-02T23:29:25.939Z] PASS: docker_cli_build_test.go:4438: DockerSuite.TestBuildBuildTimeArgUntrustedDefinedAfterUse 1.516s [2019-09-02T23:29:25.939Z] --- PASS: TestKernelTCPMemory (1.09s) [2019-09-02T23:29:25.939Z] === RUN TestNISDomainname [2019-09-02T23:29:26.505Z] PASS: docker_cli_build_test.go:372: DockerSuite.TestBuildCacheAdd 0.821s [2019-09-02T23:29:26.505Z] PASS: docker_cli_daemon_test.go:1564: DockerDaemonSuite.TestDaemonRestartWithContainerWithRestartPolicyAlways 2.855s [2019-09-02T23:29:26.505Z] SKIP: docker_cli_daemon_test.go:230: DockerDaemonSuite.TestDaemonRestartWithIncreasedBasesize (unmatched requirement Devicemapper) [2019-09-02T23:29:26.762Z] SKIP: docker_cli_daemon_test.go:210: DockerDaemonSuite.TestDaemonRestartWithInvalidBasesize (unmatched requirement Devicemapper) [2019-09-02T23:29:27.327Z] --- PASS: TestNISDomainname (1.49s) [2019-09-02T23:29:27.327Z] === RUN TestHostnameDnsResolution [2019-09-02T23:29:27.584Z] PASS: docker_cli_build_test.go:4761: DockerSuite.TestBuildCacheBrokenSymlink 0.880s [2019-09-02T23:29:28.500Z] Selecting previously unselected package g++-mingw-w64-x86-64. [2019-09-02T23:29:28.500Z] Preparing to unpack .../55-g++-mingw-w64-x86-64_6.3.0-18+19.3+b3_ppc64el.deb ... [2019-09-02T23:29:28.500Z] Unpacking g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-02T23:29:28.958Z] --- PASS: TestHostnameDnsResolution (1.47s) [2019-09-02T23:29:28.958Z] === RUN TestStats [2019-09-02T23:29:30.853Z] PASS: docker_cli_daemon_test.go:1955: DockerDaemonSuite.TestDaemonRestartWithKilledRunningContainer 3.909s [2019-09-02T23:29:31.110Z] --- PASS: TestStats (2.12s) [2019-09-02T23:29:31.110Z] === RUN TestStopContainerWithTimeout [2019-09-02T23:29:31.110Z] === RUN TestStopContainerWithTimeout/0 [2019-09-02T23:29:31.110Z] === PAUSE TestStopContainerWithTimeout/0 [2019-09-02T23:29:31.110Z] === RUN TestStopContainerWithTimeout/1 [2019-09-02T23:29:31.110Z] === PAUSE TestStopContainerWithTimeout/1 [2019-09-02T23:29:31.110Z] === RUN TestStopContainerWithTimeout/3 [2019-09-02T23:29:31.110Z] === PAUSE TestStopContainerWithTimeout/3 [2019-09-02T23:29:31.110Z] === RUN TestStopContainerWithTimeout/-1 [2019-09-02T23:29:31.110Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-09-02T23:29:31.110Z] === CONT TestStopContainerWithTimeout/0 [2019-09-02T23:29:31.110Z] === CONT TestStopContainerWithTimeout/-1 [2019-09-02T23:29:31.957Z] Setting up aufs-tools (1:4.1+20161219-1) ... [2019-09-02T23:29:31.957Z] Setting up binutils-mingw-w64-x86-64 (2.28-5+7.4+b4) ... [2019-09-02T23:29:31.957Z] Setting up libsepol1-dev:ppc64el (2.6-2) ... [2019-09-02T23:29:31.957Z] Setting up python-pip-whl (9.0.1-2+deb9u1) ... [2019-09-02T23:29:31.957Z] Setting up libnet1:ppc64el (1.1.6+dfsg-3) ... [2019-09-02T23:29:31.957Z] Setting up libip4tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-02T23:29:31.957Z] Processing triggers for mime-support (3.60) ... [2019-09-02T23:29:31.957Z] Setting up xxd (2:8.0.0197-4+deb9u3) ... [2019-09-02T23:29:31.957Z] Setting up libgpm2:ppc64el (1.20.4-6.2+b1) ... [2019-09-02T23:29:31.957Z] Setting up libcap2-bin (1:2.25-1) ... [2019-09-02T23:29:31.957Z] Setting up binutils-mingw-w64-i686 (2.28-5+7.4+b4) ... [2019-09-02T23:29:31.957Z] Setting up binutils-mingw-w64 (2.27.90.20161231-1+7.4) ... [2019-09-02T23:29:31.957Z] Setting up bash-completion (1:2.1-4.3) ... [2019-09-02T23:29:32.484Z] === CONT TestStopContainerWithTimeout/3 [2019-09-02T23:29:32.967Z] Setting up libonig4:ppc64el (6.1.3-2) ... [2019-09-02T23:29:32.967Z] Setting up libprotobuf-c1:ppc64el (1.2.1-2) ... [2019-09-02T23:29:32.967Z] Setting up zip (3.0-11+b1) ... [2019-09-02T23:29:32.967Z] Setting up bzip2 (1.0.6-8.1) ... [2019-09-02T23:29:32.967Z] Setting up gcc-mingw-w64-base (6.3.0-18+19.3+b3) ... [2019-09-02T23:29:32.967Z] Setting up libjq1:ppc64el (1.5+dfsg-1.3) ... [2019-09-02T23:29:32.967Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-02T23:29:32.967Z] Setting up libaio1:ppc64el (0.3.110-3) ... [2019-09-02T23:29:32.967Z] Setting up libxtables12:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-02T23:29:32.967Z] Setting up xz-utils (5.2.2-1.2+b1) ... [2019-09-02T23:29:32.967Z] update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2019-09-02T23:29:32.967Z] Setting up thin-provisioning-tools (0.6.1-4+b1) ... [2019-09-02T23:29:32.967Z] Setting up vim-common (2:8.0.0197-4+deb9u3) ... [2019-09-02T23:29:32.967Z] Setting up libpcrecpp0v5:ppc64el (2:8.39-3) ... [2019-09-02T23:29:32.967Z] Setting up libpcre32-3:ppc64el (2:8.39-3) ... [2019-09-02T23:29:32.967Z] Setting up libnfnetlink0:ppc64el (1.0.1-3) ... [2019-09-02T23:29:32.967Z] Setting up vim-runtime (2:8.0.0197-4+deb9u3) ... [2019-09-02T23:29:32.967Z] Setting up libsystemd-dev:ppc64el (232-25+deb9u11) ... [2019-09-02T23:29:32.967Z] Setting up libpcre16-3:ppc64el (2:8.39-3) ... [2019-09-02T23:29:32.967Z] Setting up libreadline5:ppc64el (5.2+dfsg-3+b1) ... [2019-09-02T23:29:32.967Z] Setting up libnl-3-200:ppc64el (3.2.27-2) ... [2019-09-02T23:29:32.967Z] Setting up net-tools (1.60+git20161116.90da8a0-1) ... [2019-09-02T23:29:32.967Z] Setting up libudev-dev:ppc64el (232-25+deb9u11) ... [2019-09-02T23:29:32.967Z] Setting up pigz (2.3.4-1) ... [2019-09-02T23:29:32.967Z] Setting up libapparmor-perl (2.11.0-3+deb9u2) ... [2019-09-02T23:29:32.967Z] Setting up libmpdec2:ppc64el (2.4.2-1) ... [2019-09-02T23:29:32.967Z] Setting up libip6tc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-02T23:29:32.967Z] Setting up mingw-w64-common (5.0.1-1) ... [2019-09-02T23:29:32.967Z] Setting up liblzo2-2:ppc64el (2.08-1.2+b2) ... [2019-09-02T23:29:32.967Z] Setting up jq (1.5+dfsg-1.3) ... [2019-09-02T23:29:32.967Z] Setting up libpcre3-dev:ppc64el (2:8.39-3) ... [2019-09-02T23:29:32.967Z] Setting up libnetfilter-conntrack3:ppc64el (1.0.6-2) ... [2019-09-02T23:29:32.967Z] Setting up xfsprogs (4.9.0+nmu1) ... [2019-09-02T23:29:32.967Z] Setting up vim (2:8.0.0197-4+deb9u3) ... [2019-09-02T23:29:32.967Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2019-09-02T23:29:32.967Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2019-09-02T23:29:32.967Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2019-09-02T23:29:32.967Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2019-09-02T23:29:32.967Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2019-09-02T23:29:32.967Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2019-09-02T23:29:32.967Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2019-09-02T23:29:32.967Z] update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2019-09-02T23:29:32.967Z] Setting up libpython3.5-stdlib:ppc64el (3.5.3-1+deb9u1) ... [2019-09-02T23:29:32.967Z] Setting up libiptc0:ppc64el (1.6.0+snapshot20161117-6) ... [2019-09-02T23:29:32.967Z] Setting up mingw-w64-x86-64-dev (5.0.1-1) ... [2019-09-02T23:29:32.967Z] Setting up iptables (1.6.0+snapshot20161117-6) ... [2019-09-02T23:29:32.967Z] Setting up btrfs-progs (4.7.3-1) ... [2019-09-02T23:29:32.967Z] Setting up libselinux1-dev:ppc64el (2.6-3+b3) ... [2019-09-02T23:29:32.967Z] Setting up python3.5 (3.5.3-1+deb9u1) ... [2019-09-02T23:29:33.417Z] PASS: docker_cli_build_test.go:5432: DockerSuite.TestBuildCacheFrom 5.829s [2019-09-02T23:29:34.348Z] === CONT TestStopContainerWithTimeout/1 [2019-09-02T23:29:34.913Z] PASS: docker_cli_build_test.go:5410: DockerSuite.TestBuildCacheFromEqualDiffIDsLength 1.596s [2019-09-02T23:29:35.648Z] Setting up libpython3-stdlib:ppc64el (3.5.3-1) ... [2019-09-02T23:29:35.648Z] Setting up gcc-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-02T23:29:35.648Z] 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-02T23:29:35.648Z] 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-02T23:29:35.648Z] 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-02T23:29:35.648Z] 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-02T23:29:35.648Z] Setting up btrfs-tools (4.7.3-1) ... [2019-09-02T23:29:35.648Z] Setting up g++-mingw-w64-x86-64 (6.3.0-18+19.3+b3) ... [2019-09-02T23:29:35.648Z] 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-02T23:29:35.648Z] 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-02T23:29:35.648Z] Setting up python3 (3.5.3-1) ... [2019-09-02T23:29:35.648Z] Setting up apparmor (2.11.0-3+deb9u2) ... [2019-09-02T23:29:35.845Z] PASS: docker_cli_daemon_test.go:1884: DockerDaemonSuite.TestDaemonRestartWithLinks 4.864s [2019-09-02T23:29:35.845Z] PASS: docker_cli_build_test.go:4873: DockerSuite.TestBuildCacheRootSource 0.774s [2019-09-02T23:29:36.264Z] update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults [2019-09-02T23:29:36.264Z] diff: /var/lib/apparmor/profiles/.apparmor.md5sums: No such file or directory [2019-09-02T23:29:36.264Z] Setting up libdevmapper1.02.1:ppc64el (2:1.02.137-2) ... [2019-09-02T23:29:36.264Z] Setting up python3-wheel (0.29.0-2) ... [2019-09-02T23:29:36.408Z] --- PASS: TestStopContainerWithTimeout (0.04s) [2019-09-02T23:29:36.408Z] --- PASS: TestStopContainerWithTimeout/0 (1.50s) [2019-09-02T23:29:36.408Z] --- PASS: TestStopContainerWithTimeout/-1 (3.19s) [2019-09-02T23:29:36.408Z] --- PASS: TestStopContainerWithTimeout/3 (2.79s) [2019-09-02T23:29:36.408Z] --- PASS: TestStopContainerWithTimeout/1 (1.99s) [2019-09-02T23:29:36.408Z] === RUN TestDeleteDevicemapper [2019-09-02T23:29:36.408Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-09-02T23:29:36.408Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-02T23:29:36.408Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-09-02T23:29:36.666Z] PASS: docker_cli_build_unix_test.go:134: DockerSuite.TestBuildCancellationKillsSleep 0.843s [2019-09-02T23:29:36.892Z] Setting up python3-pkg-resources (33.1.1-1) ... [2019-09-02T23:29:37.175Z] Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.137-2) ... [2019-09-02T23:29:37.175Z] Setting up python3-pip (9.0.1-2+deb9u1) ... [2019-09-02T23:29:37.457Z] Setting up dmsetup (2:1.02.137-2) ... [2019-09-02T23:29:37.457Z] Setting up python3-setuptools (33.1.1-1) ... [2019-09-02T23:29:37.742Z] Setting up dh-python (2.20170125) ... [2019-09-02T23:29:37.812Z] ---> 0f16446e093e [2019-09-02T23:29:37.812Z] Successfully built 0f16446e093e [2019-09-02T23:29:37.812Z] Successfully tagged docker:latest [2019-09-02T23:29:37.812Z] INFO: Image build ended at 09/02/2019 23:29:36. Duration:00:03:41.4547790 [2019-09-02T23:29:37.812Z] [2019-09-02T23:29:37.812Z] [2019-09-02T23:29:37.812Z] INFO: Building the test binaries at 09/02/2019 23:29:36... [2019-09-02T23:29:38.025Z] Setting up libdevmapper-dev:ppc64el (2:1.02.137-2) ... [2019-09-02T23:29:38.025Z] Processing triggers for libc-bin (2.24-11+deb9u4) ... [2019-09-02T23:29:38.611Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-09-02T23:29:38.611Z] [2019-09-02T23:29:38.611Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-02T23:29:38.611Z] PKG_CONFIG=pkg-config [2019-09-02T23:29:38.611Z] GOLANG_VERSION=1.12.9 [2019-09-02T23:29:38.611Z] HOSTNAME=15a4f8792354 [2019-09-02T23:29:38.611Z] DOCKER_EXPERIMENTAL=1 [2019-09-02T23:29:38.611Z] container=docker [2019-09-02T23:29:38.611Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-09-02T23:29:38.611Z] GOMETALINTER_OPTS=--deadline=2m [2019-09-02T23:29:38.611Z] GOPATH=/go [2019-09-02T23:29:38.611Z] PWD=/go/src/github.com/docker/docker [2019-09-02T23:29:38.611Z] HOME=/root [2019-09-02T23:29:38.611Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-02T23:29:38.611Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-02T23:29:38.611Z] DOCKER_GITCOMMIT=e6fce00ec83df2f23523b836f647b8f3df97953f [2019-09-02T23:29:38.611Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-02T23:29:38.611Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-02T23:29:38.611Z] TERM=xterm [2019-09-02T23:29:38.611Z] DEST=bundles/test-integration [2019-09-02T23:29:38.611Z] SHLVL=1 [2019-09-02T23:29:38.611Z] TIMEOUT=120m [2019-09-02T23:29:38.611Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-02T23:29:38.611Z] DOCKER_PKG=github.com/docker/docker [2019-09-02T23:29:38.611Z] _=/usr/bin/env [2019-09-02T23:29:38.611Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-09-02T23:29:39.189Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.59s) [2019-09-02T23:29:39.189Z] === RUN TestUpdateMemory [2019-09-02T23:29:39.189Z] --- SKIP: TestUpdateMemory (0.00s) [2019-09-02T23:29:39.189Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-09-02T23:29:39.189Z] === RUN TestUpdateCPUQuota [2019-09-02T23:29:39.189Z] PASS: docker_cli_daemon_test.go:1907: DockerDaemonSuite.TestDaemonRestartWithNames 3.359s [2019-09-02T23:29:41.085Z] --- PASS: TestUpdateCPUQuota (2.27s) [2019-09-02T23:29:41.085Z] === RUN TestUpdatePidsLimit [2019-09-02T23:29:41.085Z] === RUN TestUpdatePidsLimit/update_from_none [2019-09-02T23:29:41.657Z] === RUN TestUpdatePidsLimit/no_change [2019-09-02T23:29:42.240Z] === RUN TestUpdatePidsLimit/update_lower [2019-09-02T23:29:42.498Z] PASS: docker_cli_daemon_test.go:1603: DockerDaemonSuite.TestDaemonRestartWithPausedContainer 3.148s [2019-09-02T23:29:42.501Z] INFO: make.ps1 starting at 09/02/2019 23:29:42 [2019-09-02T23:29:42.755Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-09-02T23:29:42.963Z] INFO: Git commit (e6fce00ec) assumed from DOCKER_GITCOMMIT environment variable [2019-09-02T23:29:42.963Z] INFO: Invoking autogen... [2019-09-02T23:29:43.013Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-09-02T23:29:43.422Z] INFO: Building daemon... [2019-09-02T23:29:43.577Z] PASS: docker_api_build_test.go:405: DockerSuite.TestBuildChownOnCopy 6.664s [2019-09-02T23:29:43.577Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-09-02T23:29:44.143Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-09-02T23:29:44.707Z] PASS: docker_cli_daemon_plugins_test.go:45: DockerDaemonSuite.TestDaemonRestartWithPluginDisabled 2.267s [2019-09-02T23:29:46.078Z] --- PASS: TestUpdatePidsLimit (4.76s) [2019-09-02T23:29:46.078Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.46s) [2019-09-02T23:29:46.078Z] --- PASS: TestUpdatePidsLimit/no_change (0.62s) [2019-09-02T23:29:46.078Z] --- PASS: TestUpdatePidsLimit/update_lower (0.42s) [2019-09-02T23:29:46.078Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.46s) [2019-09-02T23:29:46.078Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.50s) [2019-09-02T23:29:46.078Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.52s) [2019-09-02T23:29:46.078Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.51s) [2019-09-02T23:29:46.078Z] === RUN TestUpdateRestartPolicy [2019-09-02T23:29:46.078Z] PASS: docker_cli_build_test.go:3575: DockerSuite.TestBuildChownSingleFile 2.613s [2019-09-02T23:29:47.010Z] PASS: docker_cli_build_test.go:3138: DockerSuite.TestBuildCleanupCmdOnEntrypoint 0.840s [2019-09-02T23:29:47.267Z] PASS: docker_cli_build_test.go:3157: DockerSuite.TestBuildClearCmd 0.469s [2019-09-02T23:29:47.831Z] PASS: docker_cli_build_test.go:1578: DockerSuite.TestBuildCmd 0.327s [2019-09-02T23:29:48.087Z] PASS: docker_cli_build_test.go:3241: DockerSuite.TestBuildCmdJSONNoShDashC 0.304s [2019-09-02T23:29:48.344Z] PASS: docker_cli_build_test.go:3200: DockerSuite.TestBuildCmdShDashC 0.376s [2019-09-02T23:29:48.344Z] SKIP: docker_cli_build_test.go:5341: DockerSuite.TestBuildCmdShellArgsEscaped (unmatched requirement DaemonIsWindows) [2019-09-02T23:29:48.426Z] Removing intermediate container 4e4833cf8c7c [2019-09-02T23:29:48.426Z] ---> 463402f117a7 [2019-09-02T23:29:48.426Z] Step 103/126 : RUN pip3 install yamllint==1.16.0 [2019-09-02T23:29:48.426Z] ---> Running in a1ceca01acab [2019-09-02T23:29:48.908Z] PASS: docker_cli_daemon_plugins_test.go:16: DockerDaemonSuite.TestDaemonRestartWithPluginEnabled 3.925s [2019-09-02T23:29:49.840Z] PASS: docker_cli_build_test.go:3215: DockerSuite.TestBuildCmdSpaces 1.425s [2019-09-02T23:29:50.456Z] Collecting yamllint==1.16.0 [2019-09-02T23:29:51.069Z] Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2019-09-02T23:29:51.069Z] Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2019-09-02T23:29:51.069Z] Downloading https://files.pythonhosted.org/packages/84/2a/bfee636b1e2f7d6e30dd74f49201ccfa5c3cf322d44929ecc6c137c486c5/pathspec-0.5.9.tar.gz [2019-09-02T23:29:52.084Z] Collecting pyyaml (from yamllint==1.16.0) [2019-09-02T23:29:52.084Z] Downloading https://files.pythonhosted.org/packages/e3/e8/b3212641ee2718d556df0f23f78de8303f068fe29cdaa7a91018849582fe/PyYAML-5.1.2.tar.gz (265kB) [2019-09-02T23:29:53.089Z] Building wheels for collected packages: pathspec, pyyaml [2019-09-02T23:29:53.089Z] Running setup.py bdist_wheel for pathspec: started [2019-09-02T23:29:53.114Z] PASS: docker_cli_daemon_test.go:57: DockerDaemonSuite.TestDaemonRestartWithRunningContainersPorts 3.661s [2019-09-02T23:29:53.703Z] Running setup.py bdist_wheel for pathspec: finished with status 'done' [2019-09-02T23:29:53.703Z] Stored in directory: /root/.cache/pip/wheels/45/cb/7e/ce6e6062c69446e39e328170524ca8213498bc66a74c6a210b [2019-09-02T23:29:53.703Z] Running setup.py bdist_wheel for pyyaml: started [2019-09-02T23:29:54.316Z] Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2019-09-02T23:29:54.316Z] Stored in directory: /root/.cache/pip/wheels/d9/45/dd/65f0b38450c47cf7e5312883deb97d065e030c5cca0a365030 [2019-09-02T23:29:54.316Z] Successfully built pathspec pyyaml [2019-09-02T23:29:54.316Z] Installing collected packages: pathspec, pyyaml, yamllint [2019-09-02T23:29:54.316Z] Successfully installed pathspec-0.5.9 pyyaml-5.1.2 yamllint-1.16.0 [2019-09-02T23:29:54.933Z] Removing intermediate container a1ceca01acab [2019-09-02T23:29:54.933Z] ---> b50b80d88acd [2019-09-02T23:29:54.933Z] Step 104/126 : COPY --from=swagger /build/swagger* /usr/local/bin/ [2019-09-02T23:29:55.637Z] PASS: docker_cli_build_test.go:2646: DockerSuite.TestBuildCommentsShebangs 5.782s [2019-09-02T23:29:55.942Z] ---> a108c0863996 [2019-09-02T23:29:55.942Z] Step 105/126 : COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-02T23:29:56.569Z] PASS: docker_cli_build_test.go:1774: DockerSuite.TestBuildConditionalCache 0.884s [2019-09-02T23:29:57.500Z] PASS: docker_cli_daemon_test.go:1421: DockerDaemonSuite.TestDaemonRestartWithSocketAsVolume 3.878s [2019-09-02T23:30:00.023Z] --- PASS: TestUpdateRestartPolicy (13.69s) [2019-09-02T23:30:00.023Z] === RUN TestUpdateRestartWithAutoRemove [2019-09-02T23:30:00.023Z] PASS: docker_cli_daemon_test.go:2052: DockerDaemonSuite.TestDaemonRestartWithUnpausedRunningContainer 2.352s [2019-09-02T23:30:00.023Z] PASS: docker_cli_build_test.go:5621: DockerSuite.TestBuildContChar 3.495s [2019-09-02T23:30:00.319Z] ---> ef64ac69e26a [2019-09-02T23:30:00.319Z] Step 106/126 : COPY --from=gometalinter /build/ /usr/local/bin/ [2019-09-02T23:30:00.588Z] --- PASS: TestUpdateRestartWithAutoRemove (0.90s) [2019-09-02T23:30:00.588Z] === RUN TestWaitNonBlocked [2019-09-02T23:30:00.588Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-02T23:30:00.588Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-02T23:30:00.588Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-02T23:30:00.588Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-02T23:30:00.588Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-02T23:30:00.588Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-02T23:30:01.153Z] PASS: docker_cli_build_test.go:3974: DockerSuite.TestBuildContainerWithCgroupParent 1.089s [2019-09-02T23:30:01.718Z] PASS: docker_cli_build_test.go:1513: DockerSuite.TestBuildContextCleanup 0.394s [2019-09-02T23:30:01.718Z] --- PASS: TestWaitNonBlocked (0.02s) [2019-09-02T23:30:01.718Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.19s) [2019-09-02T23:30:01.718Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.31s) [2019-09-02T23:30:01.718Z] === RUN TestWaitBlocked [2019-09-02T23:30:01.718Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-02T23:30:01.718Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-02T23:30:01.718Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-09-02T23:30:01.718Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-09-02T23:30:01.718Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-02T23:30:01.718Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-09-02T23:30:02.650Z] PASS: docker_cli_build_test.go:1535: DockerSuite.TestBuildContextCleanupFailedBuild 1.008s [2019-09-02T23:30:03.017Z] ---> 3ccbd860ef2b [2019-09-02T23:30:03.017Z] Step 107/126 : COPY --from=gotestsum /build/ /usr/local/bin/ [2019-09-02T23:30:03.017Z] ---> b1d10feb33b5 [2019-09-02T23:30:03.017Z] Step 108/126 : COPY --from=tomlv /build/ /usr/local/bin/ [2019-09-02T23:30:03.215Z] --- PASS: TestWaitBlocked (0.02s) [2019-09-02T23:30:03.215Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.29s) [2019-09-02T23:30:03.215Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.42s) [2019-09-02T23:30:03.215Z] === CONT TestContainerStartOnDaemonRestart [2019-09-02T23:30:03.215Z] === CONT TestIpcModeOlderClient [2019-09-02T23:30:03.215Z] PASS: docker_cli_build_test.go:2046: DockerSuite.TestBuildContextTarGzip 0.700s [2019-09-02T23:30:03.299Z] ---> c3da38b425d0 [2019-09-02T23:30:03.300Z] Step 109/126 : COPY --from=vndr /build/ /usr/local/bin/ [2019-09-02T23:30:03.477Z] PASS: docker_cli_daemon_test.go:91: DockerDaemonSuite.TestDaemonRestartWithVolumesRefs 3.585s [2019-09-02T23:30:03.477Z] --- PASS: TestIpcModeOlderClient (0.17s) [2019-09-02T23:30:03.477Z] === CONT TestDaemonRestartIpcMode [2019-09-02T23:30:03.582Z] ---> 4c5d4866a072 [2019-09-02T23:30:03.582Z] Step 110/126 : COPY --from=tini /build/ /usr/local/bin/ [2019-09-02T23:30:03.740Z] PASS: docker_cli_build_test.go:2050: DockerSuite.TestBuildContextTarNoCompression 0.388s [2019-09-02T23:30:03.866Z] ---> 789968632204 [2019-09-02T23:30:03.866Z] Step 111/126 : COPY --from=runc /build/ /usr/local/bin/ [2019-09-02T23:30:04.148Z] ---> 4377f4d2dd23 [2019-09-02T23:30:04.148Z] Step 112/126 : COPY --from=containerd /build/ /usr/local/bin/ [2019-09-02T23:30:05.156Z] ---> 0426d2cf775d [2019-09-02T23:30:05.156Z] Step 113/126 : COPY --from=proxy /build/ /usr/local/bin/ [2019-09-02T23:30:05.439Z] ---> 6c94bbc93b2e [2019-09-02T23:30:05.439Z] Step 114/126 : COPY --from=dockercli /build/ /usr/local/cli [2019-09-02T23:30:06.054Z] ---> 219d55927695 [2019-09-02T23:30:06.054Z] Step 115/126 : COPY --from=registry /build/registry* /usr/local/bin/ [2019-09-02T23:30:07.028Z] --- PASS: TestContainerStartOnDaemonRestart (3.64s) [2019-09-02T23:30:07.028Z] daemon_linux_test.go:35: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestContainerStartOnDaemonRestart [2019-09-02T23:30:07.028Z] daemon.go:336: [d937b28eb62d9] waiting for daemon to start [2019-09-02T23:30:07.028Z] daemon.go:336: [d937b28eb62d9] waiting for daemon to start [2019-09-02T23:30:07.028Z] daemon.go:364: [d937b28eb62d9] daemon started [2019-09-02T23:30:07.028Z] daemon.go:336: [d937b28eb62d9] waiting for daemon to start [2019-09-02T23:30:07.028Z] daemon.go:307: [d937b28eb62d9] exiting daemon [2019-09-02T23:30:07.028Z] daemon.go:336: [d937b28eb62d9] waiting for daemon to start [2019-09-02T23:30:07.028Z] daemon.go:364: [d937b28eb62d9] daemon started [2019-09-02T23:30:07.028Z] daemon.go:472: [d937b28eb62d9] Stopping daemon [2019-09-02T23:30:07.028Z] daemon.go:307: [d937b28eb62d9] exiting daemon [2019-09-02T23:30:07.028Z] daemon.go:459: [d937b28eb62d9] Daemon stopped [2019-09-02T23:30:07.285Z] --- PASS: TestDaemonRestartIpcMode (3.92s) [2019-09-02T23:30:07.285Z] daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartIpcMode [2019-09-02T23:30:07.285Z] daemon.go:336: [d7058c85915ab] waiting for daemon to start [2019-09-02T23:30:07.285Z] daemon.go:336: [d7058c85915ab] waiting for daemon to start [2019-09-02T23:30:07.285Z] daemon.go:364: [d7058c85915ab] daemon started [2019-09-02T23:30:07.285Z] daemon.go:472: [d7058c85915ab] Stopping daemon [2019-09-02T23:30:07.285Z] daemon.go:307: [d7058c85915ab] exiting daemon [2019-09-02T23:30:07.285Z] daemon.go:459: [d7058c85915ab] Daemon stopped [2019-09-02T23:30:07.285Z] daemon.go:336: [d7058c85915ab] waiting for daemon to start [2019-09-02T23:30:07.285Z] daemon.go:336: [d7058c85915ab] waiting for daemon to start [2019-09-02T23:30:07.285Z] daemon.go:364: [d7058c85915ab] daemon started [2019-09-02T23:30:07.285Z] daemon.go:472: [d7058c85915ab] Stopping daemon [2019-09-02T23:30:07.285Z] daemon.go:307: [d7058c85915ab] exiting daemon [2019-09-02T23:30:07.285Z] daemon.go:459: [d7058c85915ab] Daemon stopped [2019-09-02T23:30:07.285Z] PASS [2019-09-02T23:30:07.285Z] Running /go/src/github.com/docker/docker/integration/image flags=-test.v -test.timeout=120m [2019-09-02T23:30:07.531Z] ---> 45214fa70e27 [2019-09-02T23:30:07.531Z] Step 116/126 : COPY --from=criu /build/ /usr/local/ [2019-09-02T23:30:07.541Z] INFO: Testing against a local daemon [2019-09-02T23:30:07.541Z] === RUN TestCommitInheritsEnv [2019-09-02T23:30:07.818Z] ---> 9f5de3890f77 [2019-09-02T23:30:07.818Z] Step 117/126 : COPY --from=rootlesskit /build/ /usr/local/bin/ [2019-09-02T23:30:08.109Z] PASS: docker_cli_daemon_plugins_test.go:98: DockerDaemonSuite.TestDaemonShutdownLiveRestoreWithPlugins 4.540s [2019-09-02T23:30:08.109Z] --- PASS: TestCommitInheritsEnv (0.58s) [2019-09-02T23:30:08.109Z] === RUN TestImportExtremelyLargeImageWorks [2019-09-02T23:30:08.109Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-09-02T23:30:08.109Z] === RUN TestImagesFilterMultiReference [2019-09-02T23:30:08.109Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2019-09-02T23:30:08.109Z] === RUN TestImagePullPlatformInvalid [2019-09-02T23:30:08.366Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2019-09-02T23:30:08.366Z] === RUN TestRemoveImageOrphaning [2019-09-02T23:30:08.432Z] ---> eacd8a8fc5e0 [2019-09-02T23:30:08.432Z] Step 118/126 : COPY --from=djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e /vpnkit /usr/local/bin/vpnkit.x86_64 [2019-09-02T23:30:08.713Z] sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e: Pulling from djs55/vpnkit [2019-09-02T23:30:08.713Z] bad55c542dc9: Pulling fs layer [2019-09-02T23:30:08.931Z] --- PASS: TestRemoveImageOrphaning (0.53s) [2019-09-02T23:30:08.931Z] === RUN TestRemoveImageGarbageCollector [2019-09-02T23:30:09.329Z] bad55c542dc9: Verifying Checksum [2019-09-02T23:30:09.329Z] bad55c542dc9: Download complete [2019-09-02T23:30:09.611Z] bad55c542dc9: Pull complete [2019-09-02T23:30:09.611Z] Digest: sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2019-09-02T23:30:09.611Z] Status: Downloaded newer image for djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e [2019-09-02T23:30:09.864Z] PASS: docker_cli_daemon_test.go:2676: DockerDaemonSuite.TestDaemonShutdownTimeout 1.940s [2019-09-02T23:30:10.227Z] ---> 594cb8f48398 [2019-09-02T23:30:10.227Z] Step 119/126 : ENV PATH=/usr/local/cli:$PATH [2019-09-02T23:30:10.227Z] ---> Running in be9dea56b792 [2019-09-02T23:30:10.227Z] Removing intermediate container be9dea56b792 [2019-09-02T23:30:10.227Z] ---> c3e7936d44f8 [2019-09-02T23:30:10.227Z] Step 120/126 : ENV DOCKER_BUILDTAGS apparmor seccomp selinux [2019-09-02T23:30:10.227Z] ---> Running in 1ddf3ed7eb8b [2019-09-02T23:30:10.511Z] Removing intermediate container 1ddf3ed7eb8b [2019-09-02T23:30:10.511Z] ---> e16b113e6817 [2019-09-02T23:30:10.511Z] Step 121/126 : ENV GOMETALINTER_OPTS="--deadline=2m" [2019-09-02T23:30:10.511Z] ---> Running in 6d977660516e [2019-09-02T23:30:10.511Z] Removing intermediate container 6d977660516e [2019-09-02T23:30:10.511Z] ---> ad0dc4bc81e4 [2019-09-02T23:30:10.511Z] Step 122/126 : WORKDIR /go/src/github.com/docker/docker [2019-09-02T23:30:10.511Z] ---> Running in 1778ea4854e9 [2019-09-02T23:30:10.794Z] Removing intermediate container 1778ea4854e9 [2019-09-02T23:30:10.794Z] ---> 876fc689cd45 [2019-09-02T23:30:10.794Z] Step 123/126 : VOLUME /var/lib/docker [2019-09-02T23:30:10.794Z] ---> Running in 448d60111f12 [2019-09-02T23:30:10.794Z] Removing intermediate container 448d60111f12 [2019-09-02T23:30:10.794Z] ---> 4a2756fe720d [2019-09-02T23:30:10.794Z] Step 124/126 : ENTRYPOINT ["hack/dind"] [2019-09-02T23:30:10.794Z] ---> Running in cae52c7bdc39 [2019-09-02T23:30:11.076Z] Removing intermediate container cae52c7bdc39 [2019-09-02T23:30:11.076Z] ---> 59ce97e20610 [2019-09-02T23:30:11.076Z] Step 125/126 : FROM dev AS final [2019-09-02T23:30:11.076Z] ---> 59ce97e20610 [2019-09-02T23:30:11.076Z] Step 126/126 : COPY . /go/src/github.com/docker/docker [2019-09-02T23:30:11.759Z] --- PASS: TestRemoveImageGarbageCollector (2.72s) [2019-09-02T23:30:11.759Z] remove_unix_test.go:34: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestRemoveImageGarbageCollector [2019-09-02T23:30:11.759Z] daemon.go:336: [d645d15023ca0] waiting for daemon to start [2019-09-02T23:30:11.759Z] daemon.go:336: [d645d15023ca0] waiting for daemon to start [2019-09-02T23:30:11.759Z] daemon.go:364: [d645d15023ca0] daemon started [2019-09-02T23:30:11.759Z] daemon.go:472: [d645d15023ca0] Stopping daemon [2019-09-02T23:30:11.759Z] daemon.go:307: [d645d15023ca0] exiting daemon [2019-09-02T23:30:11.759Z] daemon.go:459: [d645d15023ca0] Daemon stopped [2019-09-02T23:30:11.759Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-09-02T23:30:11.759Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2019-09-02T23:30:11.759Z] === RUN TestTagInvalidReference [2019-09-02T23:30:11.759Z] --- PASS: TestTagInvalidReference (0.03s) [2019-09-02T23:30:11.759Z] === RUN TestTagValidPrefixedRepo [2019-09-02T23:30:11.759Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2019-09-02T23:30:11.759Z] === RUN TestTagExistedNameWithoutForce [2019-09-02T23:30:11.759Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2019-09-02T23:30:11.759Z] === RUN TestTagOfficialNames [2019-09-02T23:30:11.759Z] --- PASS: TestTagOfficialNames (0.06s) [2019-09-02T23:30:11.759Z] === RUN TestTagMatchesDigest [2019-09-02T23:30:11.759Z] --- PASS: TestTagMatchesDigest (0.01s) [2019-09-02T23:30:11.759Z] === CONT TestImportExtremelyLargeImageWorks [2019-09-02T23:30:13.654Z] PASS: docker_cli_daemon_test.go:2697: DockerDaemonSuite.TestDaemonShutdownTimeoutWithConfigFile 3.511s [2019-09-02T23:30:17.830Z] PASS: docker_cli_build_test.go:522: DockerSuite.TestBuildCopyAddMultipleFiles 13.808s [2019-09-02T23:30:17.884Z] ---> 6e4345dfc8f1 [2019-09-02T23:30:17.885Z] Successfully built 6e4345dfc8f1 [2019-09-02T23:30:17.885Z] Successfully tagged docker:e6fce00ec83df2f23523b836f647b8f3df97953f [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-09-02T23:30:18.322Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-39853/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e6fce00ec83df2f23523b836f647b8f3df97953f -e DOCKER_GRAPHDRIVER docker:e6fce00ec83df2f23523b836f647b8f3df97953f hack/test/unit [2019-09-02T23:30:18.761Z] PASS: docker_api_build_test.go:435: DockerSuite.TestBuildCopyCacheOnFileChange 1.063s [2019-09-02T23:30:19.325Z] PASS: docker_cli_build_test.go:1840: DockerSuite.TestBuildCopyDirButNotFile 0.630s [2019-09-02T23:30:19.583Z] PASS: docker_cli_daemon_plugins_test.go:123: DockerDaemonSuite.TestDaemonShutdownWithPlugins 6.176s [2019-09-02T23:30:19.736Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-09-02T23:30:19.736Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-09-02T23:30:20.955Z] PASS: docker_cli_daemon_test.go:283: DockerDaemonSuite.TestDaemonStartBridgeWithoutIPAssociation 1.048s [2019-09-02T23:30:21.212Z] PASS: docker_cli_daemon_test.go:205: DockerDaemonSuite.TestDaemonStartIptablesFalse 0.528s [2019-09-02T23:30:21.622Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-09-02T23:30:21.777Z] PASS: docker_cli_daemon_test.go:1686: DockerDaemonSuite.TestDaemonStartWithDefaultTLSHost 0.578s [2019-09-02T23:30:23.677Z] PASS: docker_cli_build_test.go:894: DockerSuite.TestBuildCopyDirContentToExistDir 4.252s [2019-09-02T23:30:23.813Z] ? github.com/docker/docker/api [no test files] [2019-09-02T23:30:24.302Z] Created binary: bundles/binary-daemon/dockerd-dev [2019-09-02T23:30:24.302Z] Copying nested executables into bundles/binary-daemon [2019-09-02T23:30:24.302Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2019-09-02T23:30:24.698Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39853/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=e6fce00ec83df2f23523b836f647b8f3df97953f -e DOCKER_GRAPHDRIVER docker:e6fce00ec83df2f23523b836f647b8f3df97953f hack/make.sh cross [2019-09-02T23:30:24.829Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-09-02T23:30:25.257Z] [2019-09-02T23:30:25.512Z] Removing bundles/ [2019-09-02T23:30:25.512Z] [2019-09-02T23:30:25.512Z] ---> Making bundle: cross (in bundles/cross) [2019-09-02T23:30:25.512Z] Cross building: bundles/cross/linux/amd64 [2019-09-02T23:30:25.512Z] Building: bundles/cross/linux/amd64/dockerd-dev [2019-09-02T23:30:25.512Z] GOOS="linux" GOARCH="amd64" GOARM="" [2019-09-02T23:30:26.952Z] PASS: docker_cli_daemon_test.go:2941: DockerDaemonSuite.TestDaemonStartWithIpcModes 5.109s [2019-09-02T23:30:27.356Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-09-02T23:30:28.326Z] PASS: docker_cli_daemon_test.go:2135: DockerDaemonSuite.TestDaemonStartWithoutColors 1.065s [2019-09-02T23:30:28.584Z] PASS: docker_cli_build_test.go:880: DockerSuite.TestBuildCopyDirContentToRoot 4.969s [2019-09-02T23:30:28.584Z] PASS: docker_cli_daemon_test.go:1677: DockerDaemonSuite.TestDaemonStartWithoutHost 0.528s [2019-09-02T23:30:29.150Z] PASS: docker_cli_daemon_test.go:1541: DockerDaemonSuite.TestDaemonTLSVerifyIssue13964 0.556s [2019-09-02T23:30:30.520Z] PASS: docker_cli_build_test.go:6045: DockerSuite.TestBuildCopyFileDotWithWorkdir 2.072s [2019-09-02T23:30:30.520Z] SKIP: docker_cli_build_test.go:607: DockerSuite.TestBuildCopyFileWithWhitespaceOnWindows (unmatched requirement DaemonIsWindows) [2019-09-02T23:30:30.520Z] SKIP: docker_cli_build_test.go:5918: DockerSuite.TestBuildCopyFromForbidWindowsRelativePaths (unmatched requirement DaemonIsWindows) [2019-09-02T23:30:30.520Z] SKIP: docker_cli_build_test.go:5901: DockerSuite.TestBuildCopyFromForbidWindowsSystemPaths (unmatched requirement DaemonIsWindows) [2019-09-02T23:30:30.717Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-09-02T23:30:30.777Z] SKIP: docker_cli_build_test.go:5936: DockerSuite.TestBuildCopyFromWindowsIsCaseInsensitive (unmatched requirement DaemonIsWindows) [2019-09-02T23:30:33.249Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-09-02T23:30:33.249Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-09-02T23:30:33.301Z] PASS: docker_cli_daemon_test.go:967: DockerDaemonSuite.TestDaemonUlimitDefaults 3.761s [2019-09-02T23:30:33.559Z] PASS: docker_cli_daemon_test.go:1171: DockerDaemonSuite.TestDaemonUnixSockCleanedUp 0.567s [2019-09-02T23:30:36.083Z] PASS: docker_cli_build_test.go:849: DockerSuite.TestBuildCopySingleFileToExistDir 5.529s [2019-09-02T23:30:36.575Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-09-02T23:30:37.897Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-09-02T23:30:41.204Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-09-02T23:30:42.634Z] PASS: docker_cli_build_test.go:865: DockerSuite.TestBuildCopySingleFileToNonExistDir 5.919s [2019-09-02T23:30:44.472Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-09-02T23:30:45.909Z] PASS: docker_cli_build_test.go:811: DockerSuite.TestBuildCopySingleFileToRoot 3.641s [2019-09-02T23:30:46.167Z] PASS: docker_cli_build_test.go:827: DockerSuite.TestBuildCopySingleFileToWorkdir 0.412s [2019-09-02T23:30:46.206Z] ok github.com/docker/docker/api/server 0.030s coverage: 7.9% of statements [2019-09-02T23:30:46.732Z] PASS: docker_cli_userns_test.go:25: DockerDaemonSuite.TestDaemonUserNamespaceRootSetting 2.866s [2019-09-02T23:30:47.015Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-09-02T23:30:49.256Z] PASS: docker_cli_daemon_test.go:1587: DockerDaemonSuite.TestDaemonWideLogConfig 2.085s [2019-09-02T23:30:50.436Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-09-02T23:30:52.893Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-09-02T23:30:54.193Z] 234c9b9e497c: Pull complete [2019-09-02T23:30:54.193Z] Digest: sha256:a8bc031f38ad457c3a04fcf72c7773014c6960978299c3dfe3e1c4d133f35190 [2019-09-02T23:30:54.193Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2016 [2019-09-02T23:30:54.193Z] mcr.microsoft.com/windows/servercore:ltsc2016 [2019-09-02T23:30:54.193Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2016 completed successfully [2019-09-02T23:30:54.193Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2016 as microsoft/windowsservercore [2019-09-02T23:30:54.193Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.14393.3144' [2019-09-02T23:30:54.193Z] INFO: Docker version of control daemon [2019-09-02T23:30:54.193Z] [2019-09-02T23:30:54.193Z] Client: Docker Engine - Enterprise [2019-09-02T23:30:54.193Z] Version: 19.03.2-tp2 [2019-09-02T23:30:54.193Z] API version: 1.40 [2019-09-02T23:30:54.193Z] Go version: go1.12.8 [2019-09-02T23:30:54.193Z] Git commit: 49fe2072d9 [2019-09-02T23:30:54.193Z] Built: 08/16/2019 19:26:08 [2019-09-02T23:30:54.193Z] OS/Arch: windows/amd64 [2019-09-02T23:30:54.193Z] Experimental: false [2019-09-02T23:30:54.193Z] [2019-09-02T23:30:54.193Z] Server: Docker Engine - Enterprise [2019-09-02T23:30:54.193Z] Engine: [2019-09-02T23:30:54.193Z] Version: 19.03.2-tp2 [2019-09-02T23:30:54.193Z] API version: 1.40 (minimum version 1.24) [2019-09-02T23:30:54.193Z] Go version: go1.12.8 [2019-09-02T23:30:54.193Z] Git commit: 49fe2072d9 [2019-09-02T23:30:54.193Z] Built: 08/16/2019 19:23:48 [2019-09-02T23:30:54.193Z] OS/Arch: windows/amd64 [2019-09-02T23:30:54.193Z] Experimental: true [2019-09-02T23:30:54.193Z] [2019-09-02T23:30:54.193Z] INFO: Docker info of control daemon [2019-09-02T23:30:54.193Z] [2019-09-02T23:30:54.193Z] Client: [2019-09-02T23:30:54.193Z] Debug Mode: false [2019-09-02T23:30:54.193Z] Plugins: [2019-09-02T23:30:54.193Z] cluster: Manage Docker clusters (Docker Inc., v1.0.1) [2019-09-02T23:30:54.193Z] [2019-09-02T23:30:54.193Z] Server: [2019-09-02T23:30:54.193Z] Containers: 0 [2019-09-02T23:30:54.193Z] Running: 0 [2019-09-02T23:30:54.193Z] Paused: 0 [2019-09-02T23:30:54.193Z] Stopped: 0 [2019-09-02T23:30:54.193Z] Images: 1 [2019-09-02T23:30:54.193Z] Server Version: 19.03.2-tp2 [2019-09-02T23:30:54.193Z] Storage Driver: windowsfilter [2019-09-02T23:30:54.193Z] Windows: [2019-09-02T23:30:54.193Z] Logging Driver: json-file [2019-09-02T23:30:54.193Z] Plugins: [2019-09-02T23:30:54.193Z] Volume: local [2019-09-02T23:30:54.193Z] Network: ics l2bridge l2tunnel nat null overlay transparent [2019-09-02T23:30:54.193Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-09-02T23:30:54.193Z] Swarm: inactive [2019-09-02T23:30:54.193Z] Default Isolation: process [2019-09-02T23:30:54.193Z] Kernel Version: 10.0 14393 (14393.3179.amd64fre.rs1_release_1.190806-2245) [2019-09-02T23:30:54.194Z] Operating System: Windows Server 2016 Datacenter Version 1607 (OS Build 14393.3181) [2019-09-02T23:30:54.194Z] OSType: windows [2019-09-02T23:30:54.194Z] Architecture: x86_64 [2019-09-02T23:30:54.194Z] CPUs: 4 [2019-09-02T23:30:54.194Z] Total Memory: 32GiB [2019-09-02T23:30:54.194Z] Name: azwin-2-888790 [2019-09-02T23:30:54.194Z] ID: 2UIV:VWQY:XVEE:4K7O:BNCB:5UVL:FIHW:7WNE:ZH6X:KWQB:QGVD:NYEG [2019-09-02T23:30:54.194Z] Docker Root Dir: D:\docker [2019-09-02T23:30:54.194Z] Debug Mode: false [2019-09-02T23:30:54.194Z] Registry: https://index.docker.io/v1/ [2019-09-02T23:30:54.194Z] Labels: [2019-09-02T23:30:54.194Z] Experimental: true [2019-09-02T23:30:54.194Z] Insecure Registries: [2019-09-02T23:30:54.194Z] 10.0.0.4:5000 [2019-09-02T23:30:54.194Z] 127.0.0.0/8 [2019-09-02T23:30:54.194Z] Registry Mirrors: [2019-09-02T23:30:54.194Z] http://10.0.0.4:5000/ [2019-09-02T23:30:54.194Z] Live Restore Enabled: false [2019-09-02T23:30:54.194Z] [2019-09-02T23:30:54.194Z] [2019-09-02T23:30:54.194Z] INFO: Commit hash is e6fce00ec [2019-09-02T23:30:54.194Z] INFO: Nuke-Everything... [2019-09-02T23:30:54.194Z] INFO: Container count on control daemon to delete is 0 [2019-09-02T23:30:54.194Z] INFO: Nuking d:\CI-1 [2019-09-02T23:30:54.194Z] INFO: Zapped successfully [2019-09-02T23:30:54.194Z] WARNING: There are 6 NdisAdapters leaked under Psched\Parameters [2019-09-02T23:30:54.194Z] WARNING: Cleaning Psched... [2019-09-02T23:30:54.194Z] WARNING: There are 6 NdisAdapters leaked under WFPLWFS\Parameters [2019-09-02T23:30:54.194Z] WARNING: Cleaning WFPLWFS... [2019-09-02T23:30:54.194Z] INFO: Location for testing is d:\CI-1\CI-e6fce00ec [2019-09-02T23:30:54.194Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2019-09-02T23:30:54.194Z] [2019-09-02T23:30:54.194Z] [2019-09-02T23:30:54.194Z] INFO: Building the image from Dockerfile.windows at 09/02/2019 23:30:48... [2019-09-02T23:30:54.194Z] [2019-09-02T23:30:54.355Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-09-02T23:30:54.513Z] PASS: docker_cli_daemon_test.go:2645: DockerDaemonSuite.TestDaemonWithUserlandProxyPath 4.476s [2019-09-02T23:30:54.513Z] PASS: docker_cli_build_test.go:910: DockerSuite.TestBuildCopyWholeDirToRoot 7.824s [2019-09-02T23:30:54.770Z] PASS: docker_cli_daemon_test.go:1192: DockerDaemonSuite.TestDaemonWithWrongkey 1.050s [2019-09-02T23:30:55.739Z] Sending build context to Docker daemon 49.99MB [2019-09-02T23:30:55.739Z] [2019-09-02T23:30:55.739Z] Step 1/8 : FROM microsoft/windowsservercore [2019-09-02T23:30:56.199Z] ---> 02bf0dbc0e6a [2019-09-02T23:30:56.199Z] Step 2/8 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2019-09-02T23:30:56.199Z] ---> Running in b07195c3b457 [2019-09-02T23:30:57.585Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-09-02T23:30:57.740Z] Removing intermediate container b07195c3b457 [2019-09-02T23:30:57.740Z] ---> dc5cfa426f57 [2019-09-02T23:30:57.740Z] Step 3/8 : ARG GO_VERSION=1.12.9 [2019-09-02T23:30:57.740Z] ---> Running in 5081ad9de2c2 [2019-09-02T23:30:58.907Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-09-02T23:30:58.907Z] Using test binary docker [2019-09-02T23:30:58.907Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-09-02T23:30:58.907Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-02T23:30:58.907Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-02T23:30:58.907Z] Warning failed to create cache: (null) [2019-09-02T23:30:58.907Z] . [2019-09-02T23:30:58.907Z] Starting dockerd [2019-09-02T23:30:58.907Z] INFO: Waiting for daemon to start... [2019-09-02T23:30:59.284Z] Removing intermediate container 5081ad9de2c2 [2019-09-02T23:30:59.284Z] ---> d84dc562b42d [2019-09-02T23:30:59.284Z] Step 4/8 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\go FROM_DOCKERFILE=1 [2019-09-02T23:30:59.284Z] ---> Running in 2a8274a1fcdc [2019-09-02T23:31:00.825Z] Removing intermediate container 2a8274a1fcdc [2019-09-02T23:31:00.825Z] ---> ced60bd8864f [2019-09-02T23:31:00.825Z] 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...; Download-File $('https://golang.org/dl/go'+$Env:GO_VERSION.TrimEnd('.0')"+'.windows-amd64.zip') C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/jhowardmsft/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/jhowardmsft/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/jhowardmsft/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; Write-Host INFO: Creating source directory...; New-Item -ItemType Directory -Path C:\go\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-02T23:31:00.825Z] ---> Running in f7a959059af0 [2019-09-02T23:31:00.848Z] . [2019-09-02T23:31:00.848Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-09-02T23:31:00.848Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-09-02T23:31:00.848Z] Error: No such image: emptyfs [2019-09-02T23:31:01.217Z] Running integration-test (iteration 1) [2019-09-02T23:31:01.217Z] Running /go/src/github.com/docker/docker/integration/build flags=-test.v -test.timeout=120m [2019-09-02T23:31:01.319Z] PASS: docker_cli_network_unix_test.go:807: DockerDaemonSuite.TestDockerNetworkNoDiscoveryDefaultBridgeNetwork 6.079s [2019-09-02T23:31:02.257Z] PASS: docker_cli_build_test.go:637: DockerSuite.TestBuildCopyWildcard 8.174s [2019-09-02T23:31:03.189Z] PASS: docker_cli_build_test.go:697: DockerSuite.TestBuildCopyWildcardCache 0.763s [2019-09-02T23:31:05.085Z] PASS: docker_cli_build_test.go:677: DockerSuite.TestBuildCopyWildcardInName 1.921s [2019-09-02T23:31:05.085Z] PASS: docker_cli_exec_test.go:81: DockerDaemonSuite.TestExecAfterDaemonRestart 3.774s [2019-09-02T23:31:09.453Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2019-09-02T23:31:09.453Z] [2019-09-02T23:31:09.453Z] ________ ____ __. [2019-09-02T23:31:09.453Z] \_____ \ | |/ _| [2019-09-02T23:31:09.453Z] / | \| < [2019-09-02T23:31:09.453Z] / | \ | \ [2019-09-02T23:31:09.453Z] \_______ /____|__ \ [2019-09-02T23:31:09.453Z] \/ \/ [2019-09-02T23:31:09.453Z] [2019-09-02T23:31:09.453Z] INFO: make.ps1 ended at 09/02/2019 23:31:06 [2019-09-02T23:31:09.453Z] INFO: Binaries build ended at 09/02/2019 23:31:09. Duration:00:01:31.7164082 [2019-09-02T23:31:10.342Z] PASS: docker_cli_build_test.go:5141: DockerSuite.TestBuildDeleteCommittedFile 5.114s [2019-09-02T23:31:10.727Z] Loaded image: buildpack-deps:jessie [2019-09-02T23:31:10.727Z] Loaded image: busybox:latest [2019-09-02T23:31:10.727Z] Loaded image: busybox:glibc [2019-09-02T23:31:10.727Z] Loaded image: debian:jessie [2019-09-02T23:31:10.727Z] Loaded image: hello-world:latest [2019-09-02T23:31:10.727Z] INFO: Testing against a local daemon [2019-09-02T23:31:10.727Z] === RUN TestCgroupNamespacesBuild [2019-09-02T23:31:10.905Z] PASS: docker_cli_build_test.go:2069: DockerSuite.TestBuildDockerfileStdin 0.673s [2019-09-02T23:31:10.905Z] PASS: docker_cli_build_test.go:2089: DockerSuite.TestBuildDockerfileStdinConflict 0.016s [2019-09-02T23:31:11.627Z] INFO: Copying the built daemon binary to d:\CI-1\CI-e6fce00ec\binary\dockerd-e6fce00ec.exe... [2019-09-02T23:31:11.990Z] --- PASS: TestCgroupNamespacesBuild (1.76s) [2019-09-02T23:31:11.990Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild [2019-09-02T23:31:11.990Z] daemon.go:336: [d62f4c3436c4c] waiting for daemon to start [2019-09-02T23:31:11.990Z] daemon.go:336: [d62f4c3436c4c] waiting for daemon to start [2019-09-02T23:31:11.990Z] daemon.go:364: [d62f4c3436c4c] daemon started [2019-09-02T23:31:11.990Z] daemon.go:472: [d62f4c3436c4c] Stopping daemon [2019-09-02T23:31:11.990Z] daemon.go:307: [d62f4c3436c4c] exiting daemon [2019-09-02T23:31:11.990Z] daemon.go:459: [d62f4c3436c4c] Daemon stopped [2019-09-02T23:31:11.990Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-09-02T23:31:12.277Z] PASS: docker_cli_build_test.go:2103: DockerSuite.TestBuildDockerfileStdinDockerignore 1.474s [2019-09-02T23:31:12.595Z] INFO: Copying the built client binary to d:\CI-1\CI-e6fce00ec\binary\docker-e6fce00ec.exe... [2019-09-02T23:31:12.595Z] INFO: Copying dockerversion from the container... [2019-09-02T23:31:13.054Z] INFO: Copying the golang package from the container to d:\CI-1\CI-e6fce00ec\installer\go.zip... [2019-09-02T23:31:13.802Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.64s) [2019-09-02T23:31:13.802Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode [2019-09-02T23:31:13.802Z] daemon.go:336: [d322ad1a2907f] waiting for daemon to start [2019-09-02T23:31:13.802Z] daemon.go:336: [d322ad1a2907f] waiting for daemon to start [2019-09-02T23:31:13.802Z] daemon.go:364: [d322ad1a2907f] daemon started [2019-09-02T23:31:13.802Z] daemon.go:472: [d322ad1a2907f] Stopping daemon [2019-09-02T23:31:13.802Z] daemon.go:307: [d322ad1a2907f] exiting daemon [2019-09-02T23:31:13.802Z] daemon.go:459: [d322ad1a2907f] Daemon stopped [2019-09-02T23:31:13.802Z] === RUN TestBuildWithSession [2019-09-02T23:31:14.173Z] PASS: docker_cli_build_test.go:2107: DockerSuite.TestBuildDockerfileStdinDockerignoreIgnored 1.423s [2019-09-02T23:31:15.544Z] PASS: docker_cli_build_test.go:2099: DockerSuite.TestBuildDockerfileStdinNoExtraFiles 1.423s [2019-09-02T23:31:15.959Z] INFO: Extracting go.zip to d:\CI-1\CI-e6fce00ec\go [2019-09-02T23:31:16.326Z] --- PASS: TestBuildWithSession (2.68s) [2019-09-02T23:31:16.326Z] === RUN TestBuildSquashParent [2019-09-02T23:31:18.537Z] [2019-09-02T23:31:18.537Z] SUCCESS: Specified value was saved. [2019-09-02T23:31:18.537Z] INFO: Downloading git... [2019-09-02T23:31:18.818Z] PASS: docker_cli_daemon_test.go:2731: DockerDaemonSuite.TestExecWithUserAfterLiveRestore 13.280s [2019-09-02T23:31:20.081Z] INFO: Downloading go... [2019-09-02T23:31:20.714Z] PASS: docker_cli_daemon_test.go:2965: DockerDaemonSuite.TestFailedPluginRemove 2.217s [2019-09-02T23:31:21.279Z] PASS: docker_cli_daemon_test.go:1279: DockerDaemonSuite.TestHTTPSInfo 0.574s [2019-09-02T23:31:21.622Z] INFO: Downloading compiler 1 of 3... [2019-09-02T23:31:21.843Z] PASS: docker_cli_daemon_test.go:1342: DockerDaemonSuite.TestHTTPSInfoRogueCert 0.576s [2019-09-02T23:31:22.408Z] PASS: docker_cli_daemon_test.go:1371: DockerDaemonSuite.TestHTTPSInfoRogueServerCert 0.557s [2019-09-02T23:31:22.593Z] INFO: Downloading compiler 2 of 3... [2019-09-02T23:31:22.659Z] --- PASS: TestBuildSquashParent (6.28s) [2019-09-02T23:31:22.659Z] === RUN TestBuildWithRemoveAndForceRemove [2019-09-02T23:31:22.659Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-02T23:31:22.659Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-02T23:31:22.659Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-02T23:31:22.659Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-02T23:31:22.659Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-02T23:31:22.659Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-02T23:31:22.659Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-02T23:31:22.659Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-02T23:31:22.659Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-02T23:31:22.659Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-02T23:31:22.659Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-02T23:31:22.659Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-02T23:31:22.659Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-02T23:31:22.659Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-02T23:31:23.054Z] INFO: Downloading compiler 3 of 3... [2019-09-02T23:31:23.514Z] INFO: Extracting git... [2019-09-02T23:31:24.932Z] PASS: docker_cli_daemon_test.go:1307: DockerDaemonSuite.TestHTTPSRun 2.130s [2019-09-02T23:31:24.932Z] PASS: docker_cli_daemon_test.go:49: DockerDaemonSuite.TestLegacyDaemonCommand 0.002s [2019-09-02T23:31:25.882Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-02T23:31:25.882Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-02T23:31:26.828Z] PASS: docker_cli_daemon_plugins_test.go:303: DockerDaemonSuite.TestPluginListFilterCapability 1.887s [2019-09-02T23:31:28.209Z] PASS: docker_cli_daemon_plugins_test.go:275: DockerDaemonSuite.TestPluginListFilterEnabled 1.789s [2019-09-02T23:31:28.403Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-02T23:31:28.403Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-02T23:31:28.774Z] PASS: docker_cli_build_test.go:2297: DockerSuite.TestBuildDockerignore 13.579s [2019-09-02T23:31:30.669Z] PASS: docker_cli_build_test.go:2335: DockerSuite.TestBuildDockerignoreCleanPaths 1.741s [2019-09-02T23:31:30.899Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2019-09-02T23:31:30.899Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.75s) [2019-09-02T23:31:30.899Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.82s) [2019-09-02T23:31:30.899Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.76s) [2019-09-02T23:31:30.899Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.79s) [2019-09-02T23:31:30.899Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.59s) [2019-09-02T23:31:30.899Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.76s) [2019-09-02T23:31:30.899Z] === RUN TestBuildMultiStageCopy [2019-09-02T23:31:30.899Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-02T23:31:32.564Z] PASS: docker_cli_daemon_plugins_test.go:234: DockerDaemonSuite.TestPluginVolumeRemoveOnRestart 4.110s [2019-09-02T23:31:33.936Z] PASS: docker_cli_prune_unix_test.go:82: DockerDaemonSuite.TestPruneImageDangling 1.457s [2019-09-02T23:31:34.073Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-02T23:31:34.073Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-02T23:31:34.500Z] PASS: docker_cli_build_test.go:5151: DockerSuite.TestBuildDockerignoreComment 3.958s [2019-09-02T23:31:34.502Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-02T23:31:34.931Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-02T23:31:35.710Z] --- PASS: TestBuildMultiStageCopy (4.62s) [2019-09-02T23:31:35.710Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.53s) [2019-09-02T23:31:35.710Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.48s) [2019-09-02T23:31:35.710Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.48s) [2019-09-02T23:31:35.710Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.56s) [2019-09-02T23:31:35.710Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.57s) [2019-09-02T23:31:35.710Z] === RUN TestBuildMultiStageParentConfig [2019-09-02T23:31:35.872Z] PASS: docker_cli_prune_unix_test.go:271: DockerDaemonSuite.TestPruneImageLabel 1.969s [2019-09-02T23:31:36.436Z] PASS: docker_cli_info_test.go:213: DockerDaemonSuite.TestRegistryMirrors 0.547s [2019-09-02T23:31:36.994Z] --- PASS: TestBuildMultiStageParentConfig (1.32s) [2019-09-02T23:31:36.994Z] === RUN TestBuildLabelWithTargets [2019-09-02T23:31:39.481Z] --- PASS: TestBuildLabelWithTargets (2.53s) [2019-09-02T23:31:39.481Z] === RUN TestBuildWithEmptyLayers [2019-09-02T23:31:40.469Z] --- PASS: TestBuildWithEmptyLayers (1.03s) [2019-09-02T23:31:40.469Z] === RUN TestBuildMultiStageOnBuild [2019-09-02T23:31:40.615Z] PASS: docker_cli_daemon_test.go:2759: DockerDaemonSuite.TestRemoveContainerAfterLiveRestore 3.814s [2019-09-02T23:31:43.621Z] --- PASS: TestBuildMultiStageOnBuild (2.81s) [2019-09-02T23:31:43.621Z] === RUN TestBuildUncleanTarFilenames [2019-09-02T23:31:44.442Z] --- PASS: TestBuildUncleanTarFilenames (1.19s) [2019-09-02T23:31:44.442Z] === RUN TestBuildMultiStageLayerLeak [2019-09-02T23:31:44.634Z] INFO: Expanding go... [2019-09-02T23:31:44.793Z] PASS: docker_cli_daemon_test.go:2792: DockerDaemonSuite.TestRestartPolicyWithLiveRestore 4.055s [2019-09-02T23:31:45.915Z] INFO: Extraction ended at 09/02/2019 23:31:42. Duration:00:00:26.5578782 [2019-09-02T23:31:45.915Z] INFO: Updating the golang and path environment variables [2019-09-02T23:31:45.915Z] INFO: GOPATH=d:\gopath [2019-09-02T23:31:45.915Z] INFO: go version go1.12.9 windows/amd64 [2019-09-02T23:31:45.915Z] INFO: Starting a daemon under test... [2019-09-02T23:31:45.915Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI-1\CI-e6fce00ec\daemon --pidfile d:\CI-1\CI-e6fce00ec\docker.pid [2019-09-02T23:31:45.915Z] INFO: Process started successfully. [2019-09-02T23:31:45.915Z] INFO: Waiting for the daemon under test to start... [2019-09-02T23:31:46.373Z] INFO: Daemon under test started and replied! [2019-09-02T23:31:46.373Z] INFO: Docker version of the daemon under test [2019-09-02T23:31:46.373Z] [2019-09-02T23:31:46.373Z] Client: [2019-09-02T23:31:46.373Z] Version: 17.06.2-ce [2019-09-02T23:31:46.373Z] API version: 1.30 [2019-09-02T23:31:46.373Z] Go version: go1.8.3 [2019-09-02T23:31:46.373Z] Git commit: cec0b72 [2019-09-02T23:31:46.373Z] Built: Tue Sep 5 19:57:19 2017 [2019-09-02T23:31:46.373Z] OS/Arch: windows/amd64 [2019-09-02T23:31:46.373Z] [2019-09-02T23:31:46.373Z] Server: [2019-09-02T23:31:46.373Z] Version: 0.0.0-dev [2019-09-02T23:31:46.373Z] API version: 1.41 (minimum version 1.24) [2019-09-02T23:31:46.373Z] Go version: go1.12.9 [2019-09-02T23:31:46.373Z] Git commit: e6fce00ec [2019-09-02T23:31:46.373Z] Built: 09/02/2019 23:29:42 [2019-09-02T23:31:46.373Z] OS/Arch: windows/amd64 [2019-09-02T23:31:46.373Z] Experimental: false [2019-09-02T23:31:46.373Z] [2019-09-02T23:31:46.373Z] INFO: Docker info of the daemon under test [2019-09-02T23:31:46.373Z] [2019-09-02T23:31:46.373Z] Containers: 0 [2019-09-02T23:31:46.373Z] Running: 0 [2019-09-02T23:31:46.373Z] Paused: 0 [2019-09-02T23:31:46.373Z] Stopped: 0 [2019-09-02T23:31:46.373Z] Images: 0 [2019-09-02T23:31:46.373Z] Server Version: 0.0.0-dev [2019-09-02T23:31:46.373Z] Storage Driver: windowsfilter [2019-09-02T23:31:46.373Z] Windows: [2019-09-02T23:31:46.373Z] Logging Driver: json-file [2019-09-02T23:31:46.373Z] Plugins: [2019-09-02T23:31:46.373Z] Volume: local [2019-09-02T23:31:46.373Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2019-09-02T23:31:46.373Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-09-02T23:31:46.373Z] Swarm: inactive [2019-09-02T23:31:46.373Z] Default Isolation: process [2019-09-02T23:31:46.373Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-09-02T23:31:46.373Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.678) [2019-09-02T23:31:46.373Z] OSType: windows [2019-09-02T23:31:46.373Z] Architecture: x86_64 [2019-09-02T23:31:46.373Z] CPUs: 4 [2019-09-02T23:31:46.373Z] Total Memory: 32GiB [2019-09-02T23:31:46.373Z] Name: azwin-2-5ee260 [2019-09-02T23:31:46.373Z] ID: OLFN:F26G:P2Q5:JOX5:DUUO:AEOL:ZIY2:UWUP:UXZ4:I4NQ:7OYD:BPNC [2019-09-02T23:31:46.373Z] Docker Root Dir: D:\CI-1\CI-e6fce00ec\daemon [2019-09-02T23:31:46.373Z] Debug Mode (client): false [2019-09-02T23:31:46.373Z] Debug Mode (server): false [2019-09-02T23:31:46.373Z] Registry: https://index.docker.io/v1/ [2019-09-02T23:31:46.373Z] Labels: [2019-09-02T23:31:46.373Z] Experimental: false [2019-09-02T23:31:46.373Z] Insecure Registries: [2019-09-02T23:31:46.373Z] 127.0.0.0/8 [2019-09-02T23:31:46.373Z] Live Restore Enabled: false [2019-09-02T23:31:46.373Z] [2019-09-02T23:31:46.373Z] [2019-09-02T23:31:46.373Z] INFO: Docker images of the daemon under test [2019-09-02T23:31:46.373Z] [2019-09-02T23:31:46.373Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2019-09-02T23:31:46.373Z] [2019-09-02T23:31:46.373Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2019-09-02T23:31:46.373Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2019-09-02T23:31:46.832Z] ltsc2019: Pulling from windows/servercore [2019-09-02T23:31:46.832Z] 65014b3c3121: Pulling fs layer [2019-09-02T23:31:46.832Z] e7a74de96ddd: Pulling fs layer [2019-09-02T23:31:46.860Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2019-09-02T23:31:46.860Z] Copying nested executables into bundles/cross/linux/amd64 [2019-09-02T23:31:46.860Z] Cross building: bundles/cross/windows/amd64 [2019-09-02T23:31:46.860Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2019-09-02T23:31:46.860Z] GOOS="windows" GOARCH="amd64" GOARM="" [2019-09-02T23:31:47.680Z] --- PASS: TestBuildMultiStageLayerLeak (2.90s) [2019-09-02T23:31:47.680Z] === RUN TestBuildWithHugeFile [2019-09-02T23:31:50.049Z] PASS: docker_cli_build_test.go:2349: DockerSuite.TestBuildDockerignoreExceptions 14.525s [2019-09-02T23:31:50.049Z] PASS: docker_cli_daemon_test.go:2109: DockerDaemonSuite.TestRunLinksChanged 5.080s [2019-09-02T23:31:50.306Z] PASS: docker_cli_build_test.go:2446: DockerSuite.TestBuildDockerignoreTouchDockerfile 1.259s [2019-09-02T23:31:50.563Z] PASS: docker_cli_build_test.go:2522: DockerSuite.TestBuildDockerignoringBadExclusion 0.021s [2019-09-02T23:31:51.495Z] PASS: docker_cli_run_unix_test.go:1444: DockerDaemonSuite.TestRunSeccompJSONNewFormat 1.959s [2019-09-02T23:31:52.868Z] PASS: docker_cli_run_unix_test.go:1495: DockerDaemonSuite.TestRunSeccompJSONNoArchAndArchMap 1.196s [2019-09-02T23:31:53.800Z] PASS: docker_cli_run_unix_test.go:1469: DockerDaemonSuite.TestRunSeccompJSONNoNameAndNames 1.161s [2019-09-02T23:31:55.419Z] e7a74de96ddd: Verifying Checksum [2019-09-02T23:31:55.419Z] e7a74de96ddd: Download complete [2019-09-02T23:31:57.106Z] PASS: docker_cli_build_test.go:2394: DockerSuite.TestBuildDockerignoringDockerfile 6.195s [2019-09-02T23:31:57.363Z] PASS: docker_cli_run_unix_test.go:1532: DockerDaemonSuite.TestRunWithDaemonDefaultSeccompProfile 3.615s [2019-09-02T23:31:59.890Z] PASS: docker_cli_build_test.go:2433: DockerSuite.TestBuildDockerignoringDockerignore 3.102s [2019-09-02T23:32:03.167Z] PASS: docker_cli_build_test.go:2505: DockerSuite.TestBuildDockerignoringOnlyDotfiles 2.758s [2019-09-02T23:32:04.016Z] 65014b3c3121: Verifying Checksum [2019-09-02T23:32:04.016Z] 65014b3c3121: Download complete [2019-09-02T23:32:07.346Z] PASS: docker_cli_daemon_test.go:2521: DockerDaemonSuite.TestRunWithRuntimeFromCommandLine 9.618s [2019-09-02T23:32:09.798Z] INFO: Expanding compiler 1 of 3... [2019-09-02T23:32:09.798Z] INFO: Expanding compiler 2 of 3... [2019-09-02T23:32:10.625Z] PASS: docker_cli_build_test.go:2412: DockerSuite.TestBuildDockerignoringRenamedDockerfile 8.062s [2019-09-02T23:32:13.900Z] PASS: docker_cli_build_test.go:2488: DockerSuite.TestBuildDockerignoringWholeDir 2.777s [2019-09-02T23:32:15.617Z] INFO: Expanding compiler 3 of 3... [2019-09-02T23:32:16.424Z] PASS: docker_cli_build_test.go:2561: DockerSuite.TestBuildDockerignoringWildDirs 2.668s [2019-09-02T23:32:16.612Z] INFO: Removing downloaded files... [2019-09-02T23:32:16.612Z] INFO: Creating source directory... [2019-09-02T23:32:16.612Z] INFO: Configuring git core.autocrlf... [2019-09-02T23:32:16.612Z] INFO: Completed [2019-09-02T23:32:16.988Z] PASS: docker_cli_daemon_test.go:2403: DockerDaemonSuite.TestRunWithRuntimeFromConfigFile 9.810s [2019-09-02T23:32:20.267Z] PASS: docker_cli_run_test.go:4114: DockerDaemonSuite.TestRunWithUlimitAndDaemonDefault 2.728s [2019-09-02T23:32:22.023Z] --- PASS: TestBuildWithHugeFile (31.07s) [2019-09-02T23:32:22.023Z] === RUN TestBuildWithEmptyDockerfile [2019-09-02T23:32:22.023Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-02T23:32:22.023Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-02T23:32:22.023Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-02T23:32:22.023Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-02T23:32:22.023Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-02T23:32:22.023Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-02T23:32:22.023Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-02T23:32:22.023Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-02T23:32:22.023Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-02T23:32:22.023Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2019-09-02T23:32:22.023Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.28s) [2019-09-02T23:32:22.023Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.28s) [2019-09-02T23:32:22.023Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.11s) [2019-09-02T23:32:22.023Z] === RUN TestBuildPreserveOwnership [2019-09-02T23:32:22.023Z] === RUN TestBuildPreserveOwnership/copy_from [2019-09-02T23:32:22.163Z] PASS: docker_cli_daemon_test.go:2849: DockerDaemonSuite.TestShmSize 2.161s [2019-09-02T23:32:22.822Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-09-02T23:32:25.325Z] --- PASS: TestBuildPreserveOwnership (6.20s) [2019-09-02T23:32:25.325Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.93s) [2019-09-02T23:32:25.325Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.24s) [2019-09-02T23:32:25.325Z] === RUN TestBuildPlatformInvalid [2019-09-02T23:32:25.325Z] --- PASS: TestBuildPlatformInvalid (0.14s) [2019-09-02T23:32:25.325Z] PASS [2019-09-02T23:32:25.325Z] Running /go/src/github.com/docker/docker/integration/config flags=-test.v -test.timeout=120m [2019-09-02T23:32:25.448Z] PASS: docker_cli_daemon_test.go:2866: DockerDaemonSuite.TestShmSizeReload 3.036s [2019-09-02T23:32:25.448Z] PASS: docker_cli_daemon_test.go:1333: DockerDaemonSuite.TestTLSVerify 0.112s [2019-09-02T23:32:25.699Z] INFO: Testing against a local daemon [2019-09-02T23:32:25.699Z] === RUN TestConfigList [2019-09-02T23:32:28.913Z] --- PASS: TestConfigList (3.02s) [2019-09-02T23:32:28.913Z] config_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigList [2019-09-02T23:32:28.913Z] daemon.go:336: [d81d9380f6919] waiting for daemon to start [2019-09-02T23:32:28.913Z] daemon.go:336: [d81d9380f6919] waiting for daemon to start [2019-09-02T23:32:28.913Z] daemon.go:364: [d81d9380f6919] daemon started [2019-09-02T23:32:28.913Z] daemon.go:472: [d81d9380f6919] Stopping daemon [2019-09-02T23:32:28.914Z] daemon.go:307: [d81d9380f6919] exiting daemon [2019-09-02T23:32:28.914Z] daemon.go:459: [d81d9380f6919] Daemon stopped [2019-09-02T23:32:28.914Z] === RUN TestConfigsCreateAndDelete [2019-09-02T23:32:31.367Z] --- PASS: TestConfigsCreateAndDelete (2.87s) [2019-09-02T23:32:31.367Z] config_test.go:112: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete [2019-09-02T23:32:31.367Z] daemon.go:336: [d72897a095ae1] waiting for daemon to start [2019-09-02T23:32:31.367Z] daemon.go:336: [d72897a095ae1] waiting for daemon to start [2019-09-02T23:32:31.367Z] daemon.go:364: [d72897a095ae1] daemon started [2019-09-02T23:32:31.367Z] daemon.go:472: [d72897a095ae1] Stopping daemon [2019-09-02T23:32:31.367Z] daemon.go:307: [d72897a095ae1] exiting daemon [2019-09-02T23:32:31.367Z] daemon.go:459: [d72897a095ae1] Daemon stopped [2019-09-02T23:32:31.367Z] === RUN TestConfigsUpdate [2019-09-02T23:32:31.997Z] PASS: docker_cli_daemon_plugins_test.go:188: DockerDaemonSuite.TestVolumePlugin 5.370s [2019-09-02T23:32:34.551Z] --- PASS: TestConfigsUpdate (2.96s) [2019-09-02T23:32:34.551Z] config_test.go:140: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate [2019-09-02T23:32:34.551Z] daemon.go:336: [d110126d43649] waiting for daemon to start [2019-09-02T23:32:34.551Z] daemon.go:336: [d110126d43649] waiting for daemon to start [2019-09-02T23:32:34.551Z] daemon.go:364: [d110126d43649] daemon started [2019-09-02T23:32:34.551Z] daemon.go:472: [d110126d43649] Stopping daemon [2019-09-02T23:32:34.551Z] daemon.go:307: [d110126d43649] exiting daemon [2019-09-02T23:32:34.551Z] daemon.go:459: [d110126d43649] Daemon stopped [2019-09-02T23:32:34.551Z] === RUN TestTemplatedConfig [2019-09-02T23:32:36.175Z] PASS: docker_api_swarm_test.go:902: DockerSwarmSuite.TestAPIDuplicateNetworks 2.630s [2019-09-02T23:32:36.433Z] PASS: docker_cli_build_test.go:2539: DockerSuite.TestBuildDockerignoringWildTopDir 20.310s [2019-09-02T23:32:36.691Z] PASS: docker_cli_build_test.go:3945: DockerSuite.TestBuildDotDotFile 0.138s [2019-09-02T23:32:38.331Z] ok github.com/docker/docker/api/server/httputils 0.035s coverage: 14.7% of statements [2019-09-02T23:32:38.331Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-09-02T23:32:38.331Z] ok github.com/docker/docker/api/server/middleware 0.013s coverage: 37.7% of statements [2019-09-02T23:32:38.331Z] ? github.com/docker/docker/api/server/router [no test files] [2019-09-02T23:32:38.331Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-09-02T23:32:38.331Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-09-02T23:32:38.331Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-09-02T23:32:38.331Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-09-02T23:32:38.331Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-09-02T23:32:38.331Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-09-02T23:32:38.331Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-09-02T23:32:38.331Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-09-02T23:32:38.331Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-09-02T23:32:38.331Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-09-02T23:32:38.331Z] ok github.com/docker/docker/api/types/strslice 0.018s coverage: 90.0% of statements [2019-09-02T23:32:38.331Z] ok github.com/docker/docker/api/types/filters 0.021s coverage: 95.2% of statements [2019-09-02T23:32:38.331Z] ok github.com/docker/docker/api/server/router/swarm 0.010s coverage: 4.0% of statements [2019-09-02T23:32:38.331Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-09-02T23:32:38.331Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-09-02T23:32:38.331Z] ? github.com/docker/docker/api/types [no test files] [2019-09-02T23:32:38.331Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-09-02T23:32:38.331Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-09-02T23:32:38.331Z] ? github.com/docker/docker/api/types/container [no test files] [2019-09-02T23:32:38.331Z] ? github.com/docker/docker/api/types/events [no test files] [2019-09-02T23:32:38.331Z] ? github.com/docker/docker/api/types/image [no test files] [2019-09-02T23:32:38.331Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-09-02T23:32:38.331Z] ? github.com/docker/docker/api/types/network [no test files] [2019-09-02T23:32:38.331Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-09-02T23:32:38.331Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-09-02T23:32:38.331Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-09-02T23:32:38.331Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-09-02T23:32:38.331Z] ok github.com/docker/docker/api/types/time 0.023s coverage: 100.0% of statements [2019-09-02T23:32:38.331Z] ok github.com/docker/docker/api/types/versions 0.017s coverage: 75.0% of statements [2019-09-02T23:32:38.331Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-09-02T23:32:38.331Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-09-02T23:32:38.331Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-09-02T23:32:38.331Z] ? github.com/docker/docker/builder [no test files] [2019-09-02T23:32:38.331Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-09-02T23:32:38.331Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-09-02T23:32:38.331Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-09-02T23:32:38.331Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-09-02T23:32:38.331Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-09-02T23:32:38.331Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-09-02T23:32:38.331Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-09-02T23:32:38.331Z] ok github.com/docker/docker/builder/dockerignore 0.021s coverage: 96.8% of statements [2019-09-02T23:32:38.765Z] --- PASS: TestTemplatedConfig (3.69s) [2019-09-02T23:32:38.765Z] config_test.go:192: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig [2019-09-02T23:32:38.765Z] daemon.go:336: [dc46026df1b56] waiting for daemon to start [2019-09-02T23:32:38.765Z] daemon.go:336: [dc46026df1b56] waiting for daemon to start [2019-09-02T23:32:38.765Z] daemon.go:364: [dc46026df1b56] daemon started [2019-09-02T23:32:38.765Z] daemon.go:472: [dc46026df1b56] Stopping daemon [2019-09-02T23:32:38.765Z] daemon.go:307: [dc46026df1b56] exiting daemon [2019-09-02T23:32:38.765Z] daemon.go:459: [dc46026df1b56] Daemon stopped [2019-09-02T23:32:38.765Z] === RUN TestConfigInspect [2019-09-02T23:32:39.218Z] PASS: docker_api_swarm_test.go:1028: DockerSwarmSuite.TestAPINetworkInspectWithScope 1.496s [2019-09-02T23:32:41.194Z] --- PASS: TestConfigInspect (2.97s) [2019-09-02T23:32:41.194Z] config_test.go:326: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect [2019-09-02T23:32:41.194Z] daemon.go:336: [d2cd5adeaddbd] waiting for daemon to start [2019-09-02T23:32:41.194Z] daemon.go:336: [d2cd5adeaddbd] waiting for daemon to start [2019-09-02T23:32:41.194Z] daemon.go:364: [d2cd5adeaddbd] daemon started [2019-09-02T23:32:41.194Z] daemon.go:472: [d2cd5adeaddbd] Stopping daemon [2019-09-02T23:32:41.194Z] daemon.go:307: [d2cd5adeaddbd] exiting daemon [2019-09-02T23:32:41.194Z] daemon.go:459: [d2cd5adeaddbd] Daemon stopped [2019-09-02T23:32:41.194Z] === RUN TestConfigCreateWithLabels [2019-09-02T23:32:42.746Z] ok github.com/docker/docker/builder/fscache 0.145s coverage: 69.2% of statements [2019-09-02T23:32:43.395Z] PASS: docker_cli_build_test.go:2635: DockerSuite.TestBuildEOLInLine 6.238s [2019-09-02T23:32:43.395Z] PASS: docker_cli_build_test.go:3169: DockerSuite.TestBuildEmptyCmd 0.402s [2019-09-02T23:32:43.654Z] PASS: docker_cli_build_test.go:1705: DockerSuite.TestBuildEmptyEntrypoint 0.492s [2019-09-02T23:32:43.766Z] ok github.com/docker/docker/builder/remotecontext/git 4.123s coverage: 85.1% of statements [2019-09-02T23:32:43.766Z] ok github.com/docker/docker/builder/remotecontext 0.415s coverage: 13.6% of statements [2019-09-02T23:32:44.052Z] ok github.com/docker/docker/cli/debug 0.007s coverage: 100.0% of statements [2019-09-02T23:32:44.520Z] --- PASS: TestConfigCreateWithLabels (2.88s) [2019-09-02T23:32:44.520Z] config_test.go:350: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels [2019-09-02T23:32:44.520Z] daemon.go:336: [d086f1f57f04c] waiting for daemon to start [2019-09-02T23:32:44.520Z] daemon.go:336: [d086f1f57f04c] waiting for daemon to start [2019-09-02T23:32:44.520Z] daemon.go:364: [d086f1f57f04c] daemon started [2019-09-02T23:32:44.520Z] daemon.go:472: [d086f1f57f04c] Stopping daemon [2019-09-02T23:32:44.520Z] daemon.go:307: [d086f1f57f04c] exiting daemon [2019-09-02T23:32:44.520Z] daemon.go:459: [d086f1f57f04c] Daemon stopped [2019-09-02T23:32:44.520Z] === RUN TestConfigCreateResolve [2019-09-02T23:32:44.588Z] PASS: docker_cli_build_test.go:1682: DockerSuite.TestBuildEmptyEntrypointInheritance 0.931s [2019-09-02T23:32:44.674Z] ok github.com/docker/docker/builder/dockerfile 1.055s coverage: 45.1% of statements [2019-09-02T23:32:44.674Z] ? github.com/docker/docker/cli [no test files] [2019-09-02T23:32:44.674Z] ? github.com/docker/docker/cli/config [no test files] [2019-09-02T23:32:44.845Z] PASS: docker_api_swarm_service_test.go:34: DockerSwarmSuite.TestAPIServiceUpdatePort 4.935s [2019-09-02T23:32:44.845Z] PASS: docker_cli_build_test.go:3937: DockerSuite.TestBuildEmptyScratch 0.184s [2019-09-02T23:32:45.412Z] PASS: docker_cli_build_test.go:3962: DockerSuite.TestBuildEmptyStringVolume 0.425s [2019-09-02T23:32:45.669Z] PASS: docker_cli_build_test.go:1719: DockerSuite.TestBuildEntrypoint 0.448s [2019-09-02T23:32:46.984Z] --- PASS: TestConfigCreateResolve (2.97s) [2019-09-02T23:32:46.984Z] config_test.go:377: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve [2019-09-02T23:32:46.984Z] daemon.go:336: [da092b8957ec9] waiting for daemon to start [2019-09-02T23:32:46.984Z] daemon.go:336: [da092b8957ec9] waiting for daemon to start [2019-09-02T23:32:46.984Z] daemon.go:364: [da092b8957ec9] daemon started [2019-09-02T23:32:46.984Z] daemon.go:472: [da092b8957ec9] Stopping daemon [2019-09-02T23:32:46.984Z] daemon.go:307: [da092b8957ec9] exiting daemon [2019-09-02T23:32:46.984Z] daemon.go:459: [da092b8957ec9] Daemon stopped [2019-09-02T23:32:46.984Z] === RUN TestConfigDaemonLibtrustID [2019-09-02T23:32:47.362Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2019-09-02T23:32:47.362Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID [2019-09-02T23:32:47.362Z] daemon.go:336: [d45be40c21326] waiting for daemon to start [2019-09-02T23:32:47.362Z] daemon.go:336: [d45be40c21326] waiting for daemon to start [2019-09-02T23:32:47.362Z] daemon.go:364: [d45be40c21326] daemon started [2019-09-02T23:32:47.362Z] daemon.go:472: [d45be40c21326] Stopping daemon [2019-09-02T23:32:47.362Z] daemon.go:307: [d45be40c21326] exiting daemon [2019-09-02T23:32:47.362Z] daemon.go:459: [d45be40c21326] Daemon stopped [2019-09-02T23:32:47.362Z] PASS [2019-09-02T23:32:47.362Z] Running /go/src/github.com/docker/docker/integration/container flags=-test.v -test.timeout=120m [2019-09-02T23:32:47.791Z] INFO: Testing against a local daemon [2019-09-02T23:32:47.791Z] === RUN TestCheckpoint [2019-09-02T23:32:47.791Z] --- SKIP: TestCheckpoint (0.00s) [2019-09-02T23:32:47.791Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-02T23:32:47.791Z] === RUN TestContainerInvalidJSON [2019-09-02T23:32:47.791Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-09-02T23:32:47.791Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-09-02T23:32:47.791Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-09-02T23:32:47.791Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-09-02T23:32:47.791Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-09-02T23:32:47.791Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-09-02T23:32:47.791Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-09-02T23:32:47.791Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-09-02T23:32:47.791Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-09-02T23:32:47.791Z] --- PASS: TestContainerInvalidJSON (0.01s) [2019-09-02T23:32:47.791Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-09-02T23:32:47.791Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-09-02T23:32:47.791Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-09-02T23:32:47.791Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-02T23:32:47.791Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.14s) [2019-09-02T23:32:47.791Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-02T23:32:48.216Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.14s) [2019-09-02T23:32:48.216Z] === RUN TestCopyToContainerPathDoesNotExist [2019-09-02T23:32:48.216Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.14s) [2019-09-02T23:32:48.216Z] === RUN TestCopyToContainerPathIsNotDir [2019-09-02T23:32:48.216Z] --- PASS: TestCopyToContainerPathIsNotDir (0.16s) [2019-09-02T23:32:48.216Z] === RUN TestCopyFromContainer [2019-09-02T23:32:48.944Z] PASS: docker_cli_build_test.go:3252: DockerSuite.TestBuildEntrypointCanBeOverriddenByChild 2.909s [2019-09-02T23:32:50.020Z] === RUN TestCopyFromContainer// [2019-09-02T23:32:50.411Z] === RUN TestCopyFromContainer//bar/root [2019-09-02T23:32:50.411Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-02T23:32:50.411Z] === RUN TestCopyFromContainer/bar/quux [2019-09-02T23:32:50.411Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-02T23:32:50.785Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-02T23:32:50.785Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-02T23:32:50.785Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-02T23:32:50.785Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-02T23:32:50.839Z] PASS: docker_cli_build_test.go:3272: DockerSuite.TestBuildEntrypointCanBeOverriddenByChildInspect 1.792s [2019-09-02T23:32:51.161Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-02T23:32:51.162Z] --- PASS: TestCopyFromContainer (2.77s) [2019-09-02T23:32:51.162Z] --- PASS: TestCopyFromContainer// (0.11s) [2019-09-02T23:32:51.162Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2019-09-02T23:32:51.162Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2019-09-02T23:32:51.162Z] --- PASS: TestCopyFromContainer/bar/quux (0.11s) [2019-09-02T23:32:51.162Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2019-09-02T23:32:51.162Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2019-09-02T23:32:51.162Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2019-09-02T23:32:51.162Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2019-09-02T23:32:51.162Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2019-09-02T23:32:51.162Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2019-09-02T23:32:51.162Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-09-02T23:32:51.162Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-02T23:32:51.162Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-02T23:32:51.162Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-02T23:32:51.162Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-02T23:32:51.162Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-02T23:32:51.162Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-02T23:32:51.162Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-02T23:32:51.162Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-02T23:32:51.162Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-02T23:32:51.162Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2019-09-02T23:32:51.162Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2019-09-02T23:32:51.162Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-09-02T23:32:51.162Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-09-02T23:32:51.162Z] === RUN TestCreateWithInvalidEnv [2019-09-02T23:32:51.162Z] === RUN TestCreateWithInvalidEnv/0 [2019-09-02T23:32:51.162Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-09-02T23:32:51.162Z] === RUN TestCreateWithInvalidEnv/1 [2019-09-02T23:32:51.162Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-09-02T23:32:51.162Z] === RUN TestCreateWithInvalidEnv/2 [2019-09-02T23:32:51.162Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-09-02T23:32:51.162Z] === CONT TestCreateWithInvalidEnv/0 [2019-09-02T23:32:51.162Z] === CONT TestCreateWithInvalidEnv/2 [2019-09-02T23:32:51.162Z] === CONT TestCreateWithInvalidEnv/1 [2019-09-02T23:32:51.162Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2019-09-02T23:32:51.162Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-09-02T23:32:51.162Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-09-02T23:32:51.162Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-09-02T23:32:51.162Z] === RUN TestCreateTmpfsMountsTarget [2019-09-02T23:32:51.162Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2019-09-02T23:32:51.162Z] === RUN TestCreateWithCustomMaskedPaths [2019-09-02T23:32:52.735Z] PASS: docker_cli_build_test.go:2171: DockerSuite.TestBuildEntrypointRunCleanup 1.929s [2019-09-02T23:32:53.683Z] --- PASS: TestCreateWithCustomMaskedPaths (2.55s) [2019-09-02T23:32:53.683Z] === RUN TestCreateWithCapabilities [2019-09-02T23:32:53.683Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-09-02T23:32:53.683Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-09-02T23:32:53.683Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-09-02T23:32:53.683Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-09-02T23:32:53.683Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-09-02T23:32:53.683Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-09-02T23:32:53.683Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-09-02T23:32:53.683Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-09-02T23:32:53.683Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-09-02T23:32:53.683Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-09-02T23:32:53.683Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-02T23:32:53.683Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-02T23:32:53.683Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-09-02T23:32:53.683Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-09-02T23:32:53.683Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-09-02T23:32:53.683Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-09-02T23:32:53.683Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-09-02T23:32:53.683Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-09-02T23:32:53.683Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-09-02T23:32:53.683Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-09-02T23:32:53.683Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-09-02T23:32:53.683Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-09-02T23:32:53.683Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-09-02T23:32:53.683Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-09-02T23:32:53.683Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-09-02T23:32:53.683Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-09-02T23:32:53.683Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-09-02T23:32:53.683Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-09-02T23:32:54.075Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-02T23:32:54.075Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-09-02T23:32:54.075Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-09-02T23:32:54.075Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-09-02T23:32:54.075Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-09-02T23:32:54.075Z] --- PASS: TestCreateWithCapabilities (0.02s) [2019-09-02T23:32:54.075Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) [2019-09-02T23:32:54.075Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-09-02T23:32:54.075Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.06s) [2019-09-02T23:32:54.075Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.07s) [2019-09-02T23:32:54.075Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.09s) [2019-09-02T23:32:54.075Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.09s) [2019-09-02T23:32:54.075Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.09s) [2019-09-02T23:32:54.075Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.09s) [2019-09-02T23:32:54.075Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-09-02T23:32:54.075Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.06s) [2019-09-02T23:32:54.075Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.06s) [2019-09-02T23:32:54.075Z] === RUN TestCreateWithCustomReadonlyPaths [2019-09-02T23:32:54.104Z] PASS: docker_cli_build_test.go:1470: DockerSuite.TestBuildEnv 1.659s [2019-09-02T23:32:54.504Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2019-09-02T23:32:54.504Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2019-09-02T23:32:54.504Z] remote: Enumerating objects: 19, done. [2019-09-02T23:32:54.504Z] remote: Total 19 (delta 0), reused 0 (delta 0), pack-reused 19 [2019-09-02T23:32:54.504Z] 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-02T23:32:54.504Z] Building: bundles/cross/windows/amd64/containerutility.exe [2019-09-02T23:32:54.504Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2019-09-02T23:32:54.910Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39853/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e6fce00ec83df2f23523b836f647b8f3df97953f -e DOCKER_GRAPHDRIVER docker:e6fce00ec83df2f23523b836f647b8f3df97953f hack/test/unit [2019-09-02T23:32:56.007Z] PASS: docker_cli_build_test.go:303: DockerSuite.TestBuildEnvEscapes 1.661s [2019-09-02T23:32:56.537Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.60s) [2019-09-02T23:32:56.537Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-09-02T23:32:56.537Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-02T23:32:56.537Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-02T23:32:56.537Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-02T23:32:56.537Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-02T23:32:56.537Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-02T23:32:56.537Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-02T23:32:56.537Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-02T23:32:56.537Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-02T23:32:56.537Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-02T23:32:56.537Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-02T23:32:56.537Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-02T23:32:56.537Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-02T23:32:56.537Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-02T23:32:56.537Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-02T23:32:56.537Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-02T23:32:56.537Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2019-09-02T23:32:56.537Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2019-09-02T23:32:56.537Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2019-09-02T23:32:56.537Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2019-09-02T23:32:56.537Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2019-09-02T23:32:56.537Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2019-09-02T23:32:56.537Z] === RUN TestContainerStartOnDaemonRestart [2019-09-02T23:32:56.537Z] === PAUSE TestContainerStartOnDaemonRestart [2019-09-02T23:32:56.537Z] === RUN TestDaemonRestartIpcMode [2019-09-02T23:32:56.537Z] === PAUSE TestDaemonRestartIpcMode [2019-09-02T23:32:56.537Z] === RUN TestDiff [2019-09-02T23:32:57.330Z] --- PASS: TestDiff (0.81s) [2019-09-02T23:32:57.330Z] === RUN TestExecWithCloseStdin [2019-09-02T23:32:57.376Z] PASS: docker_cli_build_test.go:320: DockerSuite.TestBuildEnvOverwrite 1.359s [2019-09-02T23:32:57.419Z] ? github.com/docker/docker/api [no test files] [2019-09-02T23:32:57.941Z] PASS: docker_api_swarm_test.go:183: DockerSwarmSuite.TestAPISwarmCAHash 12.724s [2019-09-02T23:32:58.666Z] --- PASS: TestExecWithCloseStdin (1.17s) [2019-09-02T23:32:58.666Z] === RUN TestExec [2019-09-02T23:32:59.310Z] PASS: docker_api_swarm_test.go:887: DockerSwarmSuite.TestAPISwarmErrorHandling 1.072s [2019-09-02T23:32:59.912Z] --- PASS: TestExec (1.11s) [2019-09-02T23:32:59.912Z] === RUN TestExecUser [2019-09-02T23:32:59.935Z] ok github.com/docker/docker/client 0.800s coverage: 75.6% of statements [2019-09-02T23:33:00.725Z] --- PASS: TestExecUser (1.10s) [2019-09-02T23:33:00.725Z] === RUN TestExportContainerAndImportImage [2019-09-02T23:33:02.000Z] --- PASS: TestExportContainerAndImportImage (1.16s) [2019-09-02T23:33:02.000Z] === RUN TestExportContainerAfterDaemonRestart [2019-09-02T23:33:03.946Z] --- PASS: TestExportContainerAfterDaemonRestart (1.57s) [2019-09-02T23:33:03.946Z] export_test.go:63: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart [2019-09-02T23:33:03.946Z] daemon.go:336: [d081286a25737] waiting for daemon to start [2019-09-02T23:33:03.946Z] daemon.go:336: [d081286a25737] waiting for daemon to start [2019-09-02T23:33:03.946Z] daemon.go:364: [d081286a25737] daemon started [2019-09-02T23:33:03.946Z] daemon.go:472: [d081286a25737] Stopping daemon [2019-09-02T23:33:03.946Z] daemon.go:307: [d081286a25737] exiting daemon [2019-09-02T23:33:03.946Z] daemon.go:459: [d081286a25737] Daemon stopped [2019-09-02T23:33:03.946Z] daemon.go:336: [d081286a25737] waiting for daemon to start [2019-09-02T23:33:03.946Z] daemon.go:336: [d081286a25737] waiting for daemon to start [2019-09-02T23:33:03.946Z] daemon.go:364: [d081286a25737] daemon started [2019-09-02T23:33:03.946Z] daemon.go:472: [d081286a25737] Stopping daemon [2019-09-02T23:33:03.946Z] daemon.go:307: [d081286a25737] exiting daemon [2019-09-02T23:33:03.946Z] daemon.go:459: [d081286a25737] Daemon stopped [2019-09-02T23:33:03.946Z] === RUN TestHealthCheckWorkdir [2019-09-02T23:33:04.567Z] --- PASS: TestImportExtremelyLargeImageWorks (172.06s) [2019-09-02T23:33:04.567Z] import_test.go:26: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestImportExtremelyLargeImageWorks [2019-09-02T23:33:04.567Z] daemon.go:336: [dd9f021de4f6e] waiting for daemon to start [2019-09-02T23:33:04.567Z] daemon.go:336: [dd9f021de4f6e] waiting for daemon to start [2019-09-02T23:33:04.567Z] daemon.go:364: [dd9f021de4f6e] daemon started [2019-09-02T23:33:04.567Z] daemon.go:472: [dd9f021de4f6e] Stopping daemon [2019-09-02T23:33:04.567Z] daemon.go:307: [dd9f021de4f6e] exiting daemon [2019-09-02T23:33:04.567Z] daemon.go:459: [dd9f021de4f6e] Daemon stopped [2019-09-02T23:33:04.567Z] PASS [2019-09-02T23:33:04.567Z] Running /go/src/github.com/docker/docker/integration/network flags=-test.v -test.timeout=120m [2019-09-02T23:33:04.567Z] INFO: Testing against a local daemon [2019-09-02T23:33:04.567Z] === RUN TestNetworkCreateDelete [2019-09-02T23:33:04.567Z] --- PASS: TestNetworkCreateDelete (0.12s) [2019-09-02T23:33:04.567Z] === RUN TestDockerNetworkDeletePreferID [2019-09-02T23:33:04.567Z] --- PASS: TestDockerNetworkDeletePreferID (0.34s) [2019-09-02T23:33:04.567Z] === RUN TestInspectNetwork [2019-09-02T23:33:04.736Z] --- PASS: TestHealthCheckWorkdir (1.27s) [2019-09-02T23:33:04.736Z] === RUN TestHealthKillContainer [2019-09-02T23:33:06.464Z] PASS: docker_cli_build_test.go:2716: DockerSuite.TestBuildEnvUsage 8.934s [2019-09-02T23:33:08.748Z] --- PASS: TestHealthKillContainer (3.22s) [2019-09-02T23:33:08.748Z] === RUN TestInspectCpusetInConfigPre120 [2019-09-02T23:33:09.144Z] --- PASS: TestInspectCpusetInConfigPre120 (0.87s) [2019-09-02T23:33:09.144Z] === RUN TestIpcModeNone [2019-09-02T23:33:10.003Z] --- PASS: TestIpcModeNone (0.97s) [2019-09-02T23:33:10.003Z] === RUN TestIpcModePrivate [2019-09-02T23:33:11.292Z] --- PASS: TestIpcModePrivate (1.09s) [2019-09-02T23:33:11.292Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:56, shared: false, mustBeShared: false [2019-09-02T23:33:11.292Z] === RUN TestIpcModeShareable [2019-09-02T23:33:11.717Z] === RUN TestInspectNetwork/full_network_id [2019-09-02T23:33:11.718Z] === RUN TestInspectNetwork/partial_network_id [2019-09-02T23:33:11.718Z] === RUN TestInspectNetwork/network_name [2019-09-02T23:33:11.718Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-09-02T23:33:12.085Z] --- PASS: TestIpcModeShareable (1.14s) [2019-09-02T23:33:12.085Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:50, shared: true, mustBeShared: true [2019-09-02T23:33:12.085Z] === RUN TestAPIIpcModeShareableAndContainer [2019-09-02T23:33:12.254Z] ok github.com/docker/docker/api/server 0.004s coverage: 7.9% of statements [2019-09-02T23:33:15.341Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.96s) [2019-09-02T23:33:15.341Z] === RUN TestAPIIpcModeHost [2019-09-02T23:33:15.898Z] --- PASS: TestInspectNetwork (11.00s) [2019-09-02T23:33:15.898Z] inspect_test.go:18: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestInspectNetwork [2019-09-02T23:33:15.898Z] daemon.go:336: [dd2d2892c044b] waiting for daemon to start [2019-09-02T23:33:15.898Z] daemon.go:336: [dd2d2892c044b] waiting for daemon to start [2019-09-02T23:33:15.898Z] daemon.go:364: [dd2d2892c044b] daemon started [2019-09-02T23:33:15.898Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-09-02T23:33:15.898Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-09-02T23:33:15.898Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-09-02T23:33:15.898Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-09-02T23:33:15.898Z] daemon.go:472: [dd2d2892c044b] Stopping daemon [2019-09-02T23:33:15.898Z] daemon.go:307: [dd2d2892c044b] exiting daemon [2019-09-02T23:33:15.898Z] daemon.go:459: [dd2d2892c044b] Daemon stopped [2019-09-02T23:33:15.898Z] === RUN TestRunContainerWithBridgeNone [2019-09-02T23:33:16.141Z] --- PASS: TestAPIIpcModeHost (0.84s) [2019-09-02T23:33:16.141Z] === RUN TestDaemonIpcModeShareable [2019-09-02T23:33:17.966Z] --- PASS: TestDaemonIpcModeShareable (1.90s) [2019-09-02T23:33:17.966Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable [2019-09-02T23:33:17.966Z] daemon.go:336: [d9036b447d93d] waiting for daemon to start [2019-09-02T23:33:17.966Z] daemon.go:336: [d9036b447d93d] waiting for daemon to start [2019-09-02T23:33:17.966Z] daemon.go:364: [d9036b447d93d] daemon started [2019-09-02T23:33:17.966Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2019-09-02T23:33:17.966Z] daemon.go:472: [d9036b447d93d] Stopping daemon [2019-09-02T23:33:17.966Z] daemon.go:307: [d9036b447d93d] exiting daemon [2019-09-02T23:33:17.966Z] daemon.go:459: [d9036b447d93d] Daemon stopped [2019-09-02T23:33:17.966Z] === RUN TestDaemonIpcModePrivate [2019-09-02T23:33:18.420Z] --- PASS: TestRunContainerWithBridgeNone (2.69s) [2019-09-02T23:33:18.420Z] network_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestRunContainerWithBridgeNone [2019-09-02T23:33:18.420Z] daemon.go:336: [d81c53dddfbf4] waiting for daemon to start [2019-09-02T23:33:18.420Z] daemon.go:336: [d81c53dddfbf4] waiting for daemon to start [2019-09-02T23:33:18.420Z] daemon.go:364: [d81c53dddfbf4] daemon started [2019-09-02T23:33:18.420Z] daemon.go:472: [d81c53dddfbf4] Stopping daemon [2019-09-02T23:33:18.420Z] daemon.go:307: [d81c53dddfbf4] exiting daemon [2019-09-02T23:33:18.420Z] daemon.go:459: [d81c53dddfbf4] Daemon stopped [2019-09-02T23:33:18.420Z] === RUN TestNetworkInvalidJSON [2019-09-02T23:33:18.420Z] === RUN TestNetworkInvalidJSON//networks/create [2019-09-02T23:33:18.420Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-09-02T23:33:18.420Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-09-02T23:33:18.420Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-09-02T23:33:18.420Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-02T23:33:18.420Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-02T23:33:18.420Z] === CONT TestNetworkInvalidJSON//networks/create [2019-09-02T23:33:18.420Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-02T23:33:18.420Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-09-02T23:33:18.420Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2019-09-02T23:33:18.420Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-09-02T23:33:18.420Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-09-02T23:33:18.420Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-09-02T23:33:18.420Z] === RUN TestDaemonRestartWithLiveRestore [2019-09-02T23:33:19.351Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2019-09-02T23:33:19.351Z] service_test.go:32: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartWithLiveRestore [2019-09-02T23:33:19.351Z] daemon.go:336: [d876843b309cf] waiting for daemon to start [2019-09-02T23:33:19.351Z] daemon.go:336: [d876843b309cf] waiting for daemon to start [2019-09-02T23:33:19.351Z] daemon.go:364: [d876843b309cf] daemon started [2019-09-02T23:33:19.351Z] daemon.go:472: [d876843b309cf] Stopping daemon [2019-09-02T23:33:19.351Z] daemon.go:307: [d876843b309cf] exiting daemon [2019-09-02T23:33:19.351Z] daemon.go:459: [d876843b309cf] Daemon stopped [2019-09-02T23:33:19.351Z] daemon.go:336: [d876843b309cf] waiting for daemon to start [2019-09-02T23:33:19.351Z] daemon.go:336: [d876843b309cf] waiting for daemon to start [2019-09-02T23:33:19.351Z] daemon.go:364: [d876843b309cf] daemon started [2019-09-02T23:33:19.351Z] daemon.go:472: [d876843b309cf] Stopping daemon [2019-09-02T23:33:19.351Z] daemon.go:307: [d876843b309cf] exiting daemon [2019-09-02T23:33:19.351Z] daemon.go:459: [d876843b309cf] Daemon stopped [2019-09-02T23:33:19.351Z] === RUN TestDaemonDefaultNetworkPools [2019-09-02T23:33:19.798Z] --- PASS: TestDaemonIpcModePrivate (1.84s) [2019-09-02T23:33:19.798Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate [2019-09-02T23:33:19.798Z] daemon.go:336: [de6c7eabdc053] waiting for daemon to start [2019-09-02T23:33:19.798Z] daemon.go:336: [de6c7eabdc053] waiting for daemon to start [2019-09-02T23:33:19.798Z] daemon.go:364: [de6c7eabdc053] daemon started [2019-09-02T23:33:19.798Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false [2019-09-02T23:33:19.798Z] daemon.go:472: [de6c7eabdc053] Stopping daemon [2019-09-02T23:33:19.798Z] daemon.go:307: [de6c7eabdc053] exiting daemon [2019-09-02T23:33:19.798Z] daemon.go:459: [de6c7eabdc053] Daemon stopped [2019-09-02T23:33:19.798Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-09-02T23:33:19.915Z] --- PASS: TestDaemonDefaultNetworkPools (0.75s) [2019-09-02T23:33:19.915Z] service_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonDefaultNetworkPools [2019-09-02T23:33:19.915Z] daemon.go:336: [dedbe95e6361d] waiting for daemon to start [2019-09-02T23:33:19.915Z] daemon.go:336: [dedbe95e6361d] waiting for daemon to start [2019-09-02T23:33:19.915Z] daemon.go:364: [dedbe95e6361d] daemon started [2019-09-02T23:33:19.915Z] daemon.go:472: [dedbe95e6361d] Stopping daemon [2019-09-02T23:33:19.915Z] daemon.go:307: [dedbe95e6361d] exiting daemon [2019-09-02T23:33:19.915Z] daemon.go:459: [dedbe95e6361d] Daemon stopped [2019-09-02T23:33:19.915Z] === RUN TestDaemonRestartWithExistingNetwork [2019-09-02T23:33:21.285Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2019-09-02T23:33:21.285Z] service_test.go:98: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartWithExistingNetwork [2019-09-02T23:33:21.285Z] daemon.go:336: [d31bf4ef04e23] waiting for daemon to start [2019-09-02T23:33:21.285Z] daemon.go:336: [d31bf4ef04e23] waiting for daemon to start [2019-09-02T23:33:21.285Z] daemon.go:364: [d31bf4ef04e23] daemon started [2019-09-02T23:33:21.285Z] daemon.go:472: [d31bf4ef04e23] Stopping daemon [2019-09-02T23:33:21.285Z] daemon.go:307: [d31bf4ef04e23] exiting daemon [2019-09-02T23:33:21.285Z] daemon.go:459: [d31bf4ef04e23] Daemon stopped [2019-09-02T23:33:21.285Z] daemon.go:336: [d31bf4ef04e23] waiting for daemon to start [2019-09-02T23:33:21.285Z] daemon.go:336: [d31bf4ef04e23] waiting for daemon to start [2019-09-02T23:33:21.285Z] daemon.go:364: [d31bf4ef04e23] daemon started [2019-09-02T23:33:21.285Z] daemon.go:472: [d31bf4ef04e23] Stopping daemon [2019-09-02T23:33:21.285Z] daemon.go:307: [d31bf4ef04e23] exiting daemon [2019-09-02T23:33:21.285Z] daemon.go:459: [d31bf4ef04e23] Daemon stopped [2019-09-02T23:33:21.285Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-02T23:33:21.709Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.92s) [2019-09-02T23:33:21.710Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig [2019-09-02T23:33:21.710Z] daemon.go:336: [d56c1ee60c14b] waiting for daemon to start [2019-09-02T23:33:21.710Z] daemon.go:336: [d56c1ee60c14b] waiting for daemon to start [2019-09-02T23:33:21.710Z] daemon.go:364: [d56c1ee60c14b] daemon started [2019-09-02T23:33:21.710Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false [2019-09-02T23:33:21.710Z] daemon.go:472: [d56c1ee60c14b] Stopping daemon [2019-09-02T23:33:21.710Z] daemon.go:307: [d56c1ee60c14b] exiting daemon [2019-09-02T23:33:21.710Z] daemon.go:459: [d56c1ee60c14b] Daemon stopped [2019-09-02T23:33:21.710Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-09-02T23:33:22.219Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.23s) [2019-09-02T23:33:22.219Z] service_test.go:131: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-02T23:33:22.219Z] daemon.go:336: [d4af418615895] waiting for daemon to start [2019-09-02T23:33:22.219Z] daemon.go:336: [d4af418615895] waiting for daemon to start [2019-09-02T23:33:22.219Z] daemon.go:364: [d4af418615895] daemon started [2019-09-02T23:33:22.219Z] daemon.go:472: [d4af418615895] Stopping daemon [2019-09-02T23:33:22.219Z] daemon.go:307: [d4af418615895] exiting daemon [2019-09-02T23:33:22.219Z] daemon.go:459: [d4af418615895] Daemon stopped [2019-09-02T23:33:22.219Z] daemon.go:336: [d4af418615895] waiting for daemon to start [2019-09-02T23:33:22.219Z] daemon.go:336: [d4af418615895] waiting for daemon to start [2019-09-02T23:33:22.219Z] daemon.go:364: [d4af418615895] daemon started [2019-09-02T23:33:22.219Z] daemon.go:472: [d4af418615895] Stopping daemon [2019-09-02T23:33:22.219Z] daemon.go:307: [d4af418615895] exiting daemon [2019-09-02T23:33:22.219Z] daemon.go:459: [d4af418615895] Daemon stopped [2019-09-02T23:33:22.219Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-09-02T23:33:23.151Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2019-09-02T23:33:23.151Z] service_test.go:181: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonWithBipAndDefaultNetworkPool [2019-09-02T23:33:23.151Z] daemon.go:336: [de5a658e0bfe6] waiting for daemon to start [2019-09-02T23:33:23.151Z] daemon.go:336: [de5a658e0bfe6] waiting for daemon to start [2019-09-02T23:33:23.151Z] daemon.go:364: [de5a658e0bfe6] daemon started [2019-09-02T23:33:23.151Z] daemon.go:472: [de5a658e0bfe6] Stopping daemon [2019-09-02T23:33:23.151Z] daemon.go:307: [de5a658e0bfe6] exiting daemon [2019-09-02T23:33:23.151Z] daemon.go:459: [de5a658e0bfe6] Daemon stopped [2019-09-02T23:33:23.151Z] === RUN TestServiceWithPredefinedNetwork [2019-09-02T23:33:23.540Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.80s) [2019-09-02T23:33:23.540Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig [2019-09-02T23:33:23.540Z] daemon.go:336: [dfd26f3e8fcb0] waiting for daemon to start [2019-09-02T23:33:23.540Z] daemon.go:336: [dfd26f3e8fcb0] waiting for daemon to start [2019-09-02T23:33:23.540Z] daemon.go:364: [dfd26f3e8fcb0] daemon started [2019-09-02T23:33:23.540Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2019-09-02T23:33:23.540Z] daemon.go:472: [dfd26f3e8fcb0] Stopping daemon [2019-09-02T23:33:23.540Z] daemon.go:307: [dfd26f3e8fcb0] exiting daemon [2019-09-02T23:33:23.540Z] daemon.go:459: [dfd26f3e8fcb0] Daemon stopped [2019-09-02T23:33:23.540Z] === RUN TestIpcModeOlderClient [2019-09-02T23:33:23.540Z] === PAUSE TestIpcModeOlderClient [2019-09-02T23:33:23.540Z] === RUN TestKillContainerInvalidSignal [2019-09-02T23:33:24.322Z] --- PASS: TestKillContainerInvalidSignal (0.89s) [2019-09-02T23:33:24.322Z] === RUN TestKillContainer [2019-09-02T23:33:24.322Z] === RUN TestKillContainer/no_signal [2019-09-02T23:33:25.099Z] === RUN TestKillContainer/non_killing_signal [2019-09-02T23:33:25.680Z] PASS: docker_api_swarm_test.go:560: DockerSwarmSuite.TestAPISwarmForceNewCluster 14.984s [2019-09-02T23:33:25.680Z] SKIP: docker_api_swarm_test.go:932: DockerSwarmSuite.TestAPISwarmHealthcheckNone (Root cause of Issue #36386 is needed) [2019-09-02T23:33:25.938Z] --- PASS: TestServiceWithPredefinedNetwork (3.11s) [2019-09-02T23:33:25.938Z] service_test.go:203: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceWithPredefinedNetwork [2019-09-02T23:33:25.938Z] daemon.go:336: [d14e937d7d223] waiting for daemon to start [2019-09-02T23:33:25.938Z] daemon.go:336: [d14e937d7d223] waiting for daemon to start [2019-09-02T23:33:25.938Z] daemon.go:364: [d14e937d7d223] daemon started [2019-09-02T23:33:25.938Z] daemon.go:472: [d14e937d7d223] Stopping daemon [2019-09-02T23:33:25.938Z] daemon.go:307: [d14e937d7d223] exiting daemon [2019-09-02T23:33:25.938Z] daemon.go:459: [d14e937d7d223] Daemon stopped [2019-09-02T23:33:25.938Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-09-02T23:33:25.938Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-02T23:33:25.938Z] service_test.go:230: FLAKY_TEST [2019-09-02T23:33:25.938Z] === RUN TestServiceWithDataPathPortInit [2019-09-02T23:33:25.976Z] === RUN TestKillContainer/killing_signal [2019-09-02T23:33:27.232Z] --- PASS: TestKillContainer (2.67s) [2019-09-02T23:33:27.232Z] --- PASS: TestKillContainer/no_signal (0.89s) [2019-09-02T23:33:27.232Z] --- PASS: TestKillContainer/non_killing_signal (0.66s) [2019-09-02T23:33:27.232Z] --- PASS: TestKillContainer/killing_signal (0.77s) [2019-09-02T23:33:27.232Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-09-02T23:33:27.232Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-09-02T23:33:28.015Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-09-02T23:33:28.814Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.87s) [2019-09-02T23:33:28.814Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.91s) [2019-09-02T23:33:28.814Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.61s) [2019-09-02T23:33:28.814Z] === RUN TestKillStoppedContainer [2019-09-02T23:33:28.814Z] --- PASS: TestKillStoppedContainer (0.11s) [2019-09-02T23:33:28.814Z] === RUN TestKillStoppedContainerAPIPre120 [2019-09-02T23:33:29.193Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2019-09-02T23:33:29.193Z] === RUN TestKillDifferentUserContainer [2019-09-02T23:33:29.215Z] PASS: docker_cli_build_test.go:2747: DockerSuite.TestBuildEnvUsage2 22.972s [2019-09-02T23:33:29.973Z] --- PASS: TestKillDifferentUserContainer (0.86s) [2019-09-02T23:33:29.973Z] === RUN TestInspectOomKilledTrue [2019-09-02T23:33:29.973Z] --- SKIP: TestInspectOomKilledTrue (0.01s) [2019-09-02T23:33:29.973Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-02T23:33:29.973Z] === RUN TestInspectOomKilledFalse [2019-09-02T23:33:29.973Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-09-02T23:33:29.973Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-02T23:33:29.973Z] === RUN TestLinksEtcHostsContentMatch [2019-09-02T23:33:30.805Z] --- PASS: TestLinksEtcHostsContentMatch (0.69s) [2019-09-02T23:33:30.805Z] === RUN TestLinksContainerNames [2019-09-02T23:33:31.109Z] PASS: docker_cli_build_test.go:148: DockerSuite.TestBuildEnvironmentReplacementAddCopy 1.639s [2019-09-02T23:33:32.051Z] --- PASS: TestLinksContainerNames (1.55s) [2019-09-02T23:33:32.051Z] === RUN TestLogsFollowTailEmpty [2019-09-02T23:33:33.296Z] --- PASS: TestLogsFollowTailEmpty (0.91s) [2019-09-02T23:33:33.296Z] === RUN TestContainerNetworkMountsNoChown [2019-09-02T23:33:34.086Z] --- PASS: TestContainerNetworkMountsNoChown (0.93s) [2019-09-02T23:33:34.086Z] === RUN TestMountDaemonRoot [2019-09-02T23:33:34.086Z] === RUN TestMountDaemonRoot/default [2019-09-02T23:33:34.086Z] === PAUSE TestMountDaemonRoot/default [2019-09-02T23:33:34.086Z] === RUN TestMountDaemonRoot/private [2019-09-02T23:33:34.086Z] === PAUSE TestMountDaemonRoot/private [2019-09-02T23:33:34.086Z] === RUN TestMountDaemonRoot/rprivate [2019-09-02T23:33:34.086Z] === PAUSE TestMountDaemonRoot/rprivate [2019-09-02T23:33:34.086Z] === RUN TestMountDaemonRoot/slave [2019-09-02T23:33:34.086Z] === PAUSE TestMountDaemonRoot/slave [2019-09-02T23:33:34.086Z] === RUN TestMountDaemonRoot/rslave [2019-09-02T23:33:34.086Z] === PAUSE TestMountDaemonRoot/rslave [2019-09-02T23:33:34.086Z] === RUN TestMountDaemonRoot/shared [2019-09-02T23:33:34.086Z] === PAUSE TestMountDaemonRoot/shared [2019-09-02T23:33:34.086Z] === RUN TestMountDaemonRoot/rshared [2019-09-02T23:33:34.086Z] === PAUSE TestMountDaemonRoot/rshared [2019-09-02T23:33:34.086Z] === CONT TestMountDaemonRoot/default [2019-09-02T23:33:34.086Z] === CONT TestMountDaemonRoot/rslave [2019-09-02T23:33:34.086Z] === RUN TestMountDaemonRoot/default/bind_root [2019-09-02T23:33:34.086Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-09-02T23:33:34.086Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-09-02T23:33:34.086Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-09-02T23:33:34.086Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-09-02T23:33:34.086Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-09-02T23:33:34.086Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-09-02T23:33:34.086Z] === RUN TestMountDaemonRoot/default/mount_root [2019-09-02T23:33:34.086Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-09-02T23:33:34.086Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-09-02T23:33:34.086Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-09-02T23:33:34.086Z] === CONT TestMountDaemonRoot/rshared [2019-09-02T23:33:34.086Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-09-02T23:33:34.086Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-09-02T23:33:34.086Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-09-02T23:33:34.086Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-09-02T23:33:34.086Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-09-02T23:33:34.086Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-09-02T23:33:34.086Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-09-02T23:33:34.086Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-09-02T23:33:34.086Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-09-02T23:33:34.086Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-09-02T23:33:34.086Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-09-02T23:33:34.086Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-09-02T23:33:34.086Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-09-02T23:33:34.086Z] === CONT TestMountDaemonRoot/shared [2019-09-02T23:33:34.086Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-09-02T23:33:34.086Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-09-02T23:33:34.086Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-09-02T23:33:34.086Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-09-02T23:33:34.086Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-09-02T23:33:34.086Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-09-02T23:33:34.086Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-09-02T23:33:34.086Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-09-02T23:33:34.086Z] === CONT TestMountDaemonRoot/rprivate [2019-09-02T23:33:34.086Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-09-02T23:33:34.086Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-09-02T23:33:34.086Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-09-02T23:33:34.086Z] === CONT TestMountDaemonRoot/slave [2019-09-02T23:33:34.086Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-09-02T23:33:34.086Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-09-02T23:33:34.086Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-09-02T23:33:34.086Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-09-02T23:33:34.086Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-09-02T23:33:34.086Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-09-02T23:33:34.086Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-09-02T23:33:34.086Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-09-02T23:33:34.086Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-09-02T23:33:34.086Z] === CONT TestMountDaemonRoot/private [2019-09-02T23:33:34.086Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-09-02T23:33:34.086Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-09-02T23:33:34.086Z] === RUN TestMountDaemonRoot/private/bind_root [2019-09-02T23:33:34.086Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-09-02T23:33:34.086Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-09-02T23:33:34.086Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-09-02T23:33:34.086Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-09-02T23:33:34.086Z] === RUN TestMountDaemonRoot/private/mount_root [2019-09-02T23:33:34.086Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-09-02T23:33:34.086Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-09-02T23:33:34.086Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-09-02T23:33:34.086Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-09-02T23:33:34.086Z] === CONT TestMountDaemonRoot/default/bind_root [2019-09-02T23:33:34.086Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-09-02T23:33:34.086Z] === CONT TestMountDaemonRoot/default/mount_root [2019-09-02T23:33:34.086Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-09-02T23:33:34.086Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-09-02T23:33:34.086Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-09-02T23:33:34.454Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-09-02T23:33:34.454Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-09-02T23:33:34.454Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-09-02T23:33:34.454Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-09-02T23:33:34.454Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-09-02T23:33:34.454Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-09-02T23:33:34.454Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-09-02T23:33:34.454Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-09-02T23:33:34.454Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-09-02T23:33:34.454Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-09-02T23:33:34.454Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-09-02T23:33:34.454Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-09-02T23:33:34.454Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-09-02T23:33:34.846Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-09-02T23:33:34.846Z] === CONT TestMountDaemonRoot/private/bind_root [2019-09-02T23:33:34.846Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-09-02T23:33:34.846Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-09-02T23:33:34.846Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-09-02T23:33:34.846Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-09-02T23:33:34.846Z] === CONT TestMountDaemonRoot/private/mount_root [2019-09-02T23:33:34.846Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-09-02T23:33:34.846Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-09-02T23:33:34.846Z] --- PASS: TestMountDaemonRoot (0.02s) [2019-09-02T23:33:34.846Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-09-02T23:33:34.846Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2019-09-02T23:33:34.846Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.11s) [2019-09-02T23:33:34.846Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2019-09-02T23:33:34.846Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.10s) [2019-09-02T23:33:34.846Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-09-02T23:33:34.846Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2019-09-02T23:33:34.846Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2019-09-02T23:33:34.846Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.10s) [2019-09-02T23:33:34.846Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2019-09-02T23:33:34.846Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-09-02T23:33:34.846Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2019-09-02T23:33:34.846Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2019-09-02T23:33:34.846Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2019-09-02T23:33:34.846Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s) [2019-09-02T23:33:34.846Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-09-02T23:33:34.846Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2019-09-02T23:33:34.846Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2019-09-02T23:33:34.846Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2019-09-02T23:33:34.846Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2019-09-02T23:33:34.846Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-09-02T23:33:34.846Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2019-09-02T23:33:34.846Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2019-09-02T23:33:34.846Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2019-09-02T23:33:34.846Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2019-09-02T23:33:34.846Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-09-02T23:33:34.846Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2019-09-02T23:33:34.846Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2019-09-02T23:33:34.846Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2019-09-02T23:33:34.846Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2019-09-02T23:33:34.846Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-09-02T23:33:34.846Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2019-09-02T23:33:34.846Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2019-09-02T23:33:34.846Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2019-09-02T23:33:34.846Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2019-09-02T23:33:34.846Z] === RUN TestContainerBindMountNonRecursive [2019-09-02T23:33:36.761Z] --- PASS: TestContainerBindMountNonRecursive (2.00s) [2019-09-02T23:33:36.761Z] === RUN TestNetworkNat [2019-09-02T23:33:38.007Z] --- PASS: TestNetworkNat (0.87s) [2019-09-02T23:33:38.007Z] === RUN TestNetworkLocalhostTCPNat [2019-09-02T23:33:38.789Z] --- PASS: TestNetworkLocalhostTCPNat (0.88s) [2019-09-02T23:33:38.789Z] === RUN TestNetworkLoopbackNat [2019-09-02T23:33:40.160Z] --- PASS: TestNetworkLoopbackNat (1.19s) [2019-09-02T23:33:40.160Z] === RUN TestPause [2019-09-02T23:33:40.583Z] --- PASS: TestPause (0.93s) [2019-09-02T23:33:40.583Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-09-02T23:33:40.583Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-09-02T23:33:40.583Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-02T23:33:40.583Z] === RUN TestPauseStopPausedContainer [2019-09-02T23:33:41.063Z] --- PASS: TestServiceWithDataPathPortInit (14.25s) [2019-09-02T23:33:41.063Z] service_test.go:339: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceWithDataPathPortInit [2019-09-02T23:33:41.063Z] daemon.go:336: [d1b6ffd44fb0a] waiting for daemon to start [2019-09-02T23:33:41.063Z] daemon.go:336: [d1b6ffd44fb0a] waiting for daemon to start [2019-09-02T23:33:41.063Z] daemon.go:364: [d1b6ffd44fb0a] daemon started [2019-09-02T23:33:41.063Z] daemon.go:472: [d1b6ffd44fb0a] Stopping daemon [2019-09-02T23:33:41.063Z] daemon.go:307: [d1b6ffd44fb0a] exiting daemon [2019-09-02T23:33:41.063Z] daemon.go:459: [d1b6ffd44fb0a] Daemon stopped [2019-09-02T23:33:41.063Z] service_test.go:367: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceWithDataPathPortInit [2019-09-02T23:33:41.063Z] daemon.go:336: [df083b4469eb2] waiting for daemon to start [2019-09-02T23:33:41.063Z] daemon.go:336: [df083b4469eb2] waiting for daemon to start [2019-09-02T23:33:41.063Z] daemon.go:364: [df083b4469eb2] daemon started [2019-09-02T23:33:41.063Z] daemon.go:472: [df083b4469eb2] Stopping daemon [2019-09-02T23:33:41.063Z] daemon.go:307: [df083b4469eb2] exiting daemon [2019-09-02T23:33:41.063Z] daemon.go:459: [df083b4469eb2] Daemon stopped [2019-09-02T23:33:41.063Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-09-02T23:33:41.063Z] PASS: docker_cli_build_test.go:172: DockerSuite.TestBuildEnvironmentReplacementEnv 9.540s [2019-09-02T23:33:41.320Z] PASS: docker_cli_build_test.go:103: DockerSuite.TestBuildEnvironmentReplacementExpose 0.934s [2019-09-02T23:33:41.840Z] --- PASS: TestPauseStopPausedContainer (1.01s) [2019-09-02T23:33:41.840Z] === RUN TestPsFilter [2019-09-02T23:33:41.883Z] PASS: docker_cli_build_test.go:61: DockerSuite.TestBuildEnvironmentReplacementUser 0.454s [2019-09-02T23:33:42.208Z] --- PASS: TestPsFilter (0.28s) [2019-09-02T23:33:42.209Z] === RUN TestRemoveContainerWithRemovedVolume [2019-09-02T23:33:42.448Z] PASS: docker_cli_build_test.go:78: DockerSuite.TestBuildEnvironmentReplacementVolume 0.519s [2019-09-02T23:33:42.995Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.77s) [2019-09-02T23:33:42.995Z] === RUN TestRemoveContainerWithVolume [2019-09-02T23:33:43.783Z] --- PASS: TestRemoveContainerWithVolume (0.92s) [2019-09-02T23:33:43.783Z] === RUN TestRemoveContainerRunning [2019-09-02T23:33:43.817Z] PASS: docker_cli_build_test.go:128: DockerSuite.TestBuildEnvironmentReplacementWorkdir 1.523s [2019-09-02T23:33:43.817Z] SKIP: docker_cli_build_test.go:5318: DockerSuite.TestBuildEscapeNotBackslashWordTest (unmatched requirement DaemonIsWindows) [2019-09-02T23:33:44.381Z] PASS: docker_cli_build_test.go:2264: DockerSuite.TestBuildEscapeWhitespace 0.306s [2019-09-02T23:33:44.381Z] --- PASS: TestServiceWithDefaultAddressPoolInit (4.18s) [2019-09-02T23:33:44.381Z] service_test.go:398: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceWithDefaultAddressPoolInit [2019-09-02T23:33:44.381Z] daemon.go:336: [d70e478d6a8b6] waiting for daemon to start [2019-09-02T23:33:44.381Z] daemon.go:336: [d70e478d6a8b6] waiting for daemon to start [2019-09-02T23:33:44.381Z] daemon.go:364: [d70e478d6a8b6] daemon started [2019-09-02T23:33:44.381Z] service_test.go:425: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:yrei0f1rlq1wst1fbtn3h1m9d Created:2019-09-02 23:33:41.747231676 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.0.0/24 IPRange: Gateway:20.20.0.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[] Services:map[]} [2019-09-02T23:33:44.381Z] daemon.go:472: [d70e478d6a8b6] Stopping daemon [2019-09-02T23:33:44.381Z] daemon.go:307: [d70e478d6a8b6] exiting daemon [2019-09-02T23:33:44.381Z] daemon.go:459: [d70e478d6a8b6] Daemon stopped [2019-09-02T23:33:44.381Z] service_test.go:438: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceWithDefaultAddressPoolInit [2019-09-02T23:33:44.381Z] daemon.go:336: [d2a034a4bd369] waiting for daemon to start [2019-09-02T23:33:44.381Z] daemon.go:336: [d2a034a4bd369] waiting for daemon to start [2019-09-02T23:33:44.381Z] daemon.go:364: [d2a034a4bd369] daemon started [2019-09-02T23:33:44.381Z] daemon.go:472: [d2a034a4bd369] Stopping daemon [2019-09-02T23:33:44.381Z] daemon.go:307: [d2a034a4bd369] exiting daemon [2019-09-02T23:33:44.381Z] daemon.go:459: [d2a034a4bd369] Daemon stopped [2019-09-02T23:33:44.381Z] PASS [2019-09-02T23:33:44.381Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan flags=-test.v -test.timeout=120m [2019-09-02T23:33:44.592Z] --- PASS: TestRemoveContainerRunning (0.90s) [2019-09-02T23:33:44.592Z] === RUN TestRemoveContainerForceRemoveRunning [2019-09-02T23:33:44.637Z] INFO: Testing against a local daemon [2019-09-02T23:33:44.637Z] === RUN TestDockerNetworkIpvlanPersistance [2019-09-02T23:33:44.637Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2019-09-02T23:33:44.637Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-02T23:33:44.637Z] === RUN TestDockerNetworkIpvlan [2019-09-02T23:33:44.637Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2019-09-02T23:33:44.637Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2019-09-02T23:33:44.637Z] PASS [2019-09-02T23:33:44.637Z] Running /go/src/github.com/docker/docker/integration/network/macvlan flags=-test.v -test.timeout=120m [2019-09-02T23:33:44.894Z] INFO: Testing against a local daemon [2019-09-02T23:33:44.894Z] === RUN TestDockerNetworkMacvlanPersistance [2019-09-02T23:33:45.151Z] PASS: docker_api_swarm_test.go:37: DockerSwarmSuite.TestAPISwarmInit 14.304s [2019-09-02T23:33:45.536Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.89s) [2019-09-02T23:33:45.536Z] === RUN TestRemoveInvalidContainer [2019-09-02T23:33:45.536Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2019-09-02T23:33:45.536Z] === RUN TestRenameLinkedContainer [2019-09-02T23:33:46.082Z] PASS: docker_api_swarm_test.go:542: DockerSwarmSuite.TestAPISwarmInvalidAddress 0.801s [2019-09-02T23:33:46.341Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.50s) [2019-09-02T23:33:46.341Z] macvlan_test.go:24: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDockerNetworkMacvlanPersistance [2019-09-02T23:33:46.341Z] daemon.go:336: [d9d3834880070] waiting for daemon to start [2019-09-02T23:33:46.341Z] daemon.go:336: [d9d3834880070] waiting for daemon to start [2019-09-02T23:33:46.341Z] daemon.go:364: [d9d3834880070] daemon started [2019-09-02T23:33:46.341Z] daemon.go:472: [d9d3834880070] Stopping daemon [2019-09-02T23:33:46.341Z] daemon.go:307: [d9d3834880070] exiting daemon [2019-09-02T23:33:46.341Z] daemon.go:459: [d9d3834880070] Daemon stopped [2019-09-02T23:33:46.341Z] daemon.go:336: [d9d3834880070] waiting for daemon to start [2019-09-02T23:33:46.341Z] daemon.go:336: [d9d3834880070] waiting for daemon to start [2019-09-02T23:33:46.341Z] daemon.go:364: [d9d3834880070] daemon started [2019-09-02T23:33:46.341Z] daemon.go:472: [d9d3834880070] Stopping daemon [2019-09-02T23:33:46.341Z] daemon.go:307: [d9d3834880070] exiting daemon [2019-09-02T23:33:46.341Z] daemon.go:459: [d9d3834880070] Daemon stopped [2019-09-02T23:33:46.341Z] === RUN TestDockerNetworkMacvlan [2019-09-02T23:33:47.167Z] ok github.com/docker/docker/cmd/dockerd 0.135s coverage: 29.9% of statements [2019-09-02T23:33:47.272Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-09-02T23:33:48.207Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-09-02T23:33:49.141Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-09-02T23:33:49.557Z] --- PASS: TestRenameLinkedContainer (3.47s) [2019-09-02T23:33:49.557Z] === RUN TestRenameStoppedContainer [2019-09-02T23:33:49.934Z] --- PASS: TestRenameStoppedContainer (0.96s) [2019-09-02T23:33:49.934Z] === RUN TestRenameRunningContainerAndReuse [2019-09-02T23:33:51.783Z] --- PASS: TestRenameRunningContainerAndReuse (1.84s) [2019-09-02T23:33:51.783Z] === RUN TestRenameInvalidName [2019-09-02T23:33:52.416Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-09-02T23:33:53.033Z] --- PASS: TestRenameInvalidName (1.00s) [2019-09-02T23:33:53.033Z] === RUN TestRenameAnonymousContainer [2019-09-02T23:33:54.025Z] ok github.com/docker/docker/container 0.179s coverage: 35.5% of statements [2019-09-02T23:33:54.025Z] ? github.com/docker/docker/container/stream [no test files] [2019-09-02T23:33:54.025Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-09-02T23:33:54.025Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-09-02T23:33:54.025Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-09-02T23:33:56.192Z] --- PASS: TestRenameAnonymousContainer (3.16s) [2019-09-02T23:33:56.192Z] === RUN TestRenameContainerWithSameName [2019-09-02T23:33:56.597Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-09-02T23:33:56.598Z] PASS: docker_cli_build_test.go:3303: DockerSuite.TestBuildExoticShellInterpolation 12.329s [2019-09-02T23:33:56.855Z] PASS: docker_cli_build_test.go:1591: DockerSuite.TestBuildExpose 0.304s [2019-09-02T23:33:57.054Z] --- PASS: TestRenameContainerWithSameName (0.86s) [2019-09-02T23:33:57.054Z] === RUN TestRenameContainerWithLinkedContainer [2019-09-02T23:33:57.786Z] PASS: docker_cli_build_test.go:1605: DockerSuite.TestBuildExposeMorePorts 0.547s [2019-09-02T23:33:57.786Z] --- PASS: TestDockerNetworkMacvlan (11.31s) [2019-09-02T23:33:57.786Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDockerNetworkMacvlan [2019-09-02T23:33:57.786Z] daemon.go:336: [d90ae9f533a59] waiting for daemon to start [2019-09-02T23:33:57.786Z] daemon.go:336: [d90ae9f533a59] waiting for daemon to start [2019-09-02T23:33:57.786Z] daemon.go:364: [d90ae9f533a59] daemon started [2019-09-02T23:33:57.786Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2019-09-02T23:33:57.786Z] daemon.go:472: [d90ae9f533a59] Stopping daemon [2019-09-02T23:33:57.786Z] daemon.go:307: [d90ae9f533a59] exiting daemon [2019-09-02T23:33:57.786Z] daemon.go:459: [d90ae9f533a59] Daemon stopped [2019-09-02T23:33:57.786Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDockerNetworkMacvlan [2019-09-02T23:33:57.786Z] daemon.go:336: [da15a52f8008b] waiting for daemon to start [2019-09-02T23:33:57.786Z] daemon.go:336: [da15a52f8008b] waiting for daemon to start [2019-09-02T23:33:57.786Z] daemon.go:364: [da15a52f8008b] daemon started [2019-09-02T23:33:57.786Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2019-09-02T23:33:57.786Z] daemon.go:472: [da15a52f8008b] Stopping daemon [2019-09-02T23:33:57.786Z] daemon.go:307: [da15a52f8008b] exiting daemon [2019-09-02T23:33:57.786Z] daemon.go:459: [da15a52f8008b] Daemon stopped [2019-09-02T23:33:57.786Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDockerNetworkMacvlan [2019-09-02T23:33:57.786Z] daemon.go:336: [d4b2b99797ec1] waiting for daemon to start [2019-09-02T23:33:57.786Z] daemon.go:336: [d4b2b99797ec1] waiting for daemon to start [2019-09-02T23:33:57.786Z] daemon.go:364: [d4b2b99797ec1] daemon started [2019-09-02T23:33:57.786Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.69s) [2019-09-02T23:33:57.786Z] daemon.go:472: [d4b2b99797ec1] Stopping daemon [2019-09-02T23:33:57.786Z] daemon.go:307: [d4b2b99797ec1] exiting daemon [2019-09-02T23:33:57.786Z] daemon.go:459: [d4b2b99797ec1] Daemon stopped [2019-09-02T23:33:57.786Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDockerNetworkMacvlan [2019-09-02T23:33:57.786Z] daemon.go:336: [d835f7e1d9db5] waiting for daemon to start [2019-09-02T23:33:57.786Z] daemon.go:336: [d835f7e1d9db5] waiting for daemon to start [2019-09-02T23:33:57.786Z] daemon.go:364: [d835f7e1d9db5] daemon started [2019-09-02T23:33:57.786Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.92s) [2019-09-02T23:33:57.786Z] daemon.go:472: [d835f7e1d9db5] Stopping daemon [2019-09-02T23:33:57.786Z] daemon.go:307: [d835f7e1d9db5] exiting daemon [2019-09-02T23:33:57.786Z] daemon.go:459: [d835f7e1d9db5] Daemon stopped [2019-09-02T23:33:57.786Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDockerNetworkMacvlan [2019-09-02T23:33:57.786Z] daemon.go:336: [d64850e6249c1] waiting for daemon to start [2019-09-02T23:33:57.786Z] daemon.go:336: [d64850e6249c1] waiting for daemon to start [2019-09-02T23:33:57.786Z] daemon.go:364: [d64850e6249c1] daemon started [2019-09-02T23:33:57.786Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.38s) [2019-09-02T23:33:57.786Z] daemon.go:472: [d64850e6249c1] Stopping daemon [2019-09-02T23:33:57.786Z] daemon.go:307: [d64850e6249c1] exiting daemon [2019-09-02T23:33:57.786Z] daemon.go:459: [d64850e6249c1] Daemon stopped [2019-09-02T23:33:57.786Z] PASS [2019-09-02T23:33:57.786Z] Running /go/src/github.com/docker/docker/integration/plugin flags=-test.v -test.timeout=120m [2019-09-02T23:33:57.786Z] testing: warning: no tests to run [2019-09-02T23:33:57.786Z] PASS [2019-09-02T23:33:57.786Z] Running /go/src/github.com/docker/docker/integration/plugin/authz flags=-test.v -test.timeout=120m [2019-09-02T23:33:58.043Z] INFO: Testing against a local daemon [2019-09-02T23:33:58.043Z] === RUN TestAuthZPluginAllowRequest [2019-09-02T23:33:58.043Z] PASS: docker_cli_build_test.go:1654: DockerSuite.TestBuildExposeOrder 0.464s [2019-09-02T23:33:58.301Z] PASS: docker_cli_build_test.go:1670: DockerSuite.TestBuildExposeUpperCaseProto 0.340s [2019-09-02T23:33:58.859Z] --- PASS: TestRenameContainerWithLinkedContainer (1.78s) [2019-09-02T23:33:58.860Z] === RUN TestResize [2019-09-02T23:33:59.539Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.029s coverage: 65.3% of statements [2019-09-02T23:33:59.652Z] --- PASS: TestResize (0.90s) [2019-09-02T23:33:59.652Z] === RUN TestResizeWithInvalidSize [2019-09-02T23:33:59.671Z] PASS: docker_cli_build_test.go:2228: DockerSuite.TestBuildFails 0.921s [2019-09-02T23:33:59.671Z] PASS: docker_cli_build_test.go:4898: DockerSuite.TestBuildFailsGitNotCallable 0.035s [2019-09-02T23:33:59.671Z] --- PASS: TestAuthZPluginAllowRequest (1.58s) [2019-09-02T23:33:59.671Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginAllowRequest [2019-09-02T23:33:59.671Z] daemon.go:336: [d6b059f06b371] waiting for daemon to start [2019-09-02T23:33:59.671Z] daemon.go:336: [d6b059f06b371] waiting for daemon to start [2019-09-02T23:33:59.671Z] daemon.go:364: [d6b059f06b371] daemon started [2019-09-02T23:33:59.671Z] daemon.go:472: [d6b059f06b371] Stopping daemon [2019-09-02T23:33:59.671Z] daemon.go:307: [d6b059f06b371] exiting daemon [2019-09-02T23:33:59.671Z] daemon.go:459: [d6b059f06b371] Daemon stopped [2019-09-02T23:33:59.671Z] === RUN TestAuthZPluginTLS [2019-09-02T23:34:00.235Z] --- PASS: TestAuthZPluginTLS (0.55s) [2019-09-02T23:34:00.235Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginTLS [2019-09-02T23:34:00.235Z] daemon.go:336: [d05b83907981e] waiting for daemon to start [2019-09-02T23:34:00.235Z] daemon.go:336: [d05b83907981e] waiting for daemon to start [2019-09-02T23:34:00.235Z] daemon.go:364: [d05b83907981e] daemon started [2019-09-02T23:34:00.235Z] daemon.go:472: [d05b83907981e] Stopping daemon [2019-09-02T23:34:00.235Z] daemon.go:307: [d05b83907981e] exiting daemon [2019-09-02T23:34:00.235Z] daemon.go:459: [d05b83907981e] Daemon stopped [2019-09-02T23:34:00.235Z] === RUN TestAuthZPluginDenyRequest [2019-09-02T23:34:00.429Z] --- PASS: TestResizeWithInvalidSize (0.93s) [2019-09-02T23:34:00.429Z] === RUN TestResizeWhenContainerNotStarted [2019-09-02T23:34:00.799Z] --- PASS: TestAuthZPluginDenyRequest (0.55s) [2019-09-02T23:34:00.799Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginDenyRequest [2019-09-02T23:34:00.799Z] daemon.go:336: [d0f5a76923aaa] waiting for daemon to start [2019-09-02T23:34:00.799Z] daemon.go:336: [d0f5a76923aaa] waiting for daemon to start [2019-09-02T23:34:00.799Z] daemon.go:364: [d0f5a76923aaa] daemon started [2019-09-02T23:34:00.799Z] daemon.go:472: [d0f5a76923aaa] Stopping daemon [2019-09-02T23:34:00.799Z] daemon.go:307: [d0f5a76923aaa] exiting daemon [2019-09-02T23:34:00.799Z] daemon.go:459: [d0f5a76923aaa] Daemon stopped [2019-09-02T23:34:00.799Z] === RUN TestAuthZPluginAPIDenyResponse [2019-09-02T23:34:01.227Z] --- PASS: TestResizeWhenContainerNotStarted (0.93s) [2019-09-02T23:34:01.228Z] === RUN TestDaemonRestartKillContainers [2019-09-02T23:34:01.228Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-02T23:34:01.228Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-02T23:34:01.228Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-02T23:34:01.228Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-02T23:34:01.228Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-02T23:34:01.228Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-02T23:34:01.228Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-02T23:34:01.228Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-02T23:34:01.228Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-02T23:34:01.228Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-02T23:34:01.228Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-02T23:34:01.228Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-02T23:34:01.228Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-02T23:34:01.228Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-02T23:34:01.228Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-02T23:34:01.228Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-02T23:34:01.228Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-02T23:34:01.228Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-02T23:34:01.228Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-02T23:34:01.228Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-02T23:34:01.228Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-02T23:34:01.228Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-02T23:34:01.228Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-02T23:34:01.228Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-02T23:34:01.228Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-02T23:34:01.228Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-02T23:34:01.362Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.56s) [2019-09-02T23:34:01.362Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginAPIDenyResponse [2019-09-02T23:34:01.362Z] daemon.go:336: [dfdb2ee776d10] waiting for daemon to start [2019-09-02T23:34:01.362Z] daemon.go:336: [dfdb2ee776d10] waiting for daemon to start [2019-09-02T23:34:01.362Z] daemon.go:364: [dfdb2ee776d10] daemon started [2019-09-02T23:34:01.362Z] daemon.go:472: [dfdb2ee776d10] Stopping daemon [2019-09-02T23:34:01.362Z] daemon.go:307: [dfdb2ee776d10] exiting daemon [2019-09-02T23:34:01.362Z] daemon.go:459: [dfdb2ee776d10] Daemon stopped [2019-09-02T23:34:01.362Z] === RUN TestAuthZPluginDenyResponse [2019-09-02T23:34:01.929Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2019-09-02T23:34:01.929Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginDenyResponse [2019-09-02T23:34:01.929Z] daemon.go:336: [dcffd689d6a7a] waiting for daemon to start [2019-09-02T23:34:01.929Z] daemon.go:336: [dcffd689d6a7a] waiting for daemon to start [2019-09-02T23:34:01.929Z] daemon.go:364: [dcffd689d6a7a] daemon started [2019-09-02T23:34:01.929Z] daemon.go:472: [dcffd689d6a7a] Stopping daemon [2019-09-02T23:34:01.929Z] daemon.go:307: [dcffd689d6a7a] exiting daemon [2019-09-02T23:34:01.929Z] daemon.go:459: [dcffd689d6a7a] Daemon stopped [2019-09-02T23:34:01.929Z] === RUN TestAuthZPluginAllowEventStream [2019-09-02T23:34:01.929Z] PASS: docker_cli_build_test.go:4818: DockerSuite.TestBuildFollowSymlinkToDir 2.358s [2019-09-02T23:34:03.296Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-02T23:34:03.827Z] --- PASS: TestAuthZPluginAllowEventStream (1.68s) [2019-09-02T23:34:03.827Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginAllowEventStream [2019-09-02T23:34:03.827Z] daemon.go:336: [d35c2e24f8e34] waiting for daemon to start [2019-09-02T23:34:03.827Z] daemon.go:336: [d35c2e24f8e34] waiting for daemon to start [2019-09-02T23:34:03.827Z] daemon.go:364: [d35c2e24f8e34] daemon started [2019-09-02T23:34:03.827Z] daemon.go:472: [d35c2e24f8e34] Stopping daemon [2019-09-02T23:34:03.827Z] daemon.go:307: [d35c2e24f8e34] exiting daemon [2019-09-02T23:34:03.827Z] daemon.go:459: [d35c2e24f8e34] Daemon stopped [2019-09-02T23:34:03.827Z] === RUN TestAuthZPluginErrorResponse [2019-09-02T23:34:04.084Z] --- PASS: TestAuthZPluginErrorResponse (0.57s) [2019-09-02T23:34:04.084Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginErrorResponse [2019-09-02T23:34:04.084Z] daemon.go:336: [da8cd308abb16] waiting for daemon to start [2019-09-02T23:34:04.084Z] daemon.go:336: [da8cd308abb16] waiting for daemon to start [2019-09-02T23:34:04.084Z] daemon.go:364: [da8cd308abb16] daemon started [2019-09-02T23:34:04.084Z] daemon.go:472: [da8cd308abb16] Stopping daemon [2019-09-02T23:34:04.084Z] daemon.go:307: [da8cd308abb16] exiting daemon [2019-09-02T23:34:04.084Z] daemon.go:459: [da8cd308abb16] Daemon stopped [2019-09-02T23:34:04.084Z] === RUN TestAuthZPluginErrorRequest [2019-09-02T23:34:04.084Z] PASS: docker_cli_build_test.go:4788: DockerSuite.TestBuildFollowSymlinkToFile 2.357s [2019-09-02T23:34:04.117Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-02T23:34:04.648Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2019-09-02T23:34:04.648Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginErrorRequest [2019-09-02T23:34:04.648Z] daemon.go:336: [dcdaa81618e4d] waiting for daemon to start [2019-09-02T23:34:04.648Z] daemon.go:336: [dcdaa81618e4d] waiting for daemon to start [2019-09-02T23:34:04.648Z] daemon.go:364: [dcdaa81618e4d] daemon started [2019-09-02T23:34:04.648Z] daemon.go:472: [dcdaa81618e4d] Stopping daemon [2019-09-02T23:34:04.648Z] daemon.go:307: [dcdaa81618e4d] exiting daemon [2019-09-02T23:34:04.648Z] daemon.go:459: [dcdaa81618e4d] Daemon stopped [2019-09-02T23:34:04.648Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-09-02T23:34:04.914Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-02T23:34:05.215Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2019-09-02T23:34:05.215Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-09-02T23:34:05.215Z] daemon.go:336: [de78b105768bd] waiting for daemon to start [2019-09-02T23:34:05.215Z] daemon.go:336: [de78b105768bd] waiting for daemon to start [2019-09-02T23:34:05.215Z] daemon.go:364: [de78b105768bd] daemon started [2019-09-02T23:34:05.215Z] daemon.go:472: [de78b105768bd] Stopping daemon [2019-09-02T23:34:05.215Z] daemon.go:307: [de78b105768bd] exiting daemon [2019-09-02T23:34:05.215Z] daemon.go:459: [de78b105768bd] Daemon stopped [2019-09-02T23:34:05.215Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-09-02T23:34:05.281Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-02T23:34:06.147Z] PASS: docker_cli_build_test.go:1171: DockerSuite.TestBuildForceRm 2.002s [2019-09-02T23:34:06.566Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-02T23:34:06.985Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-02T23:34:07.077Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.08s) [2019-09-02T23:34:07.077Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginEnsureLoadImportWorking [2019-09-02T23:34:07.077Z] daemon.go:336: [dca50495ea72e] waiting for daemon to start [2019-09-02T23:34:07.077Z] daemon.go:336: [dca50495ea72e] waiting for daemon to start [2019-09-02T23:34:07.077Z] daemon.go:364: [dca50495ea72e] daemon started [2019-09-02T23:34:07.078Z] daemon.go:472: [dca50495ea72e] Stopping daemon [2019-09-02T23:34:07.078Z] daemon.go:307: [dca50495ea72e] exiting daemon [2019-09-02T23:34:07.078Z] daemon.go:459: [dca50495ea72e] Daemon stopped [2019-09-02T23:34:07.078Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-09-02T23:34:07.961Z] ok github.com/docker/docker/daemon/cluster/convert 0.025s coverage: 35.8% of statements [2019-09-02T23:34:08.009Z] PASS: docker_cli_build_test.go:3052: DockerSuite.TestBuildFromGit 1.635s [2019-09-02T23:34:08.266Z] PASS: docker_cli_build_test.go:3071: DockerSuite.TestBuildFromGitWithContext 0.383s [2019-09-02T23:34:08.854Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-02T23:34:09.197Z] PASS: docker_cli_build_test.go:3090: DockerSuite.TestBuildFromGitWithF 0.927s [2019-09-02T23:34:09.197Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.11s) [2019-09-02T23:34:09.197Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthzPluginEnsureContainerCopyToFrom [2019-09-02T23:34:09.197Z] daemon.go:336: [deb18186aeae0] waiting for daemon to start [2019-09-02T23:34:09.197Z] daemon.go:336: [deb18186aeae0] waiting for daemon to start [2019-09-02T23:34:09.197Z] daemon.go:364: [deb18186aeae0] daemon started [2019-09-02T23:34:09.197Z] daemon.go:472: [deb18186aeae0] Stopping daemon [2019-09-02T23:34:09.197Z] daemon.go:307: [deb18186aeae0] exiting daemon [2019-09-02T23:34:09.197Z] daemon.go:459: [deb18186aeae0] Daemon stopped [2019-09-02T23:34:09.197Z] === RUN TestAuthZPluginHeader [2019-09-02T23:34:09.226Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-02T23:34:10.129Z] --- PASS: TestAuthZPluginHeader (0.81s) [2019-09-02T23:34:10.129Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginHeader [2019-09-02T23:34:10.129Z] daemon.go:336: [d7abd95b73410] waiting for daemon to start [2019-09-02T23:34:10.129Z] daemon.go:336: [d7abd95b73410] waiting for daemon to start [2019-09-02T23:34:10.129Z] daemon.go:364: [d7abd95b73410] daemon started [2019-09-02T23:34:10.129Z] daemon.go:472: [d7abd95b73410] Stopping daemon [2019-09-02T23:34:10.129Z] daemon.go:307: [d7abd95b73410] exiting daemon [2019-09-02T23:34:10.129Z] daemon.go:459: [d7abd95b73410] Daemon stopped [2019-09-02T23:34:10.129Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-09-02T23:34:10.669Z] ok github.com/docker/docker/daemon/cluster 0.164s coverage: 0.5% of statements [2019-09-02T23:34:11.499Z] PASS: docker_cli_build_test.go:3702: DockerSuite.TestBuildFromMixedcaseDockerfile 2.109s [2019-09-02T23:34:11.723Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-02T23:34:12.064Z] PASS: docker_cli_build_test.go:3778: DockerSuite.TestBuildFromOfficialNames 0.779s [2019-09-02T23:34:12.321Z] PASS: docker_cli_build_test.go:3103: DockerSuite.TestBuildFromRemoteTarball 0.301s [2019-09-02T23:34:12.741Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-02T23:34:14.631Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-09-02T23:34:14.631Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.00s) [2019-09-02T23:34:14.631Z] 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-02T23:34:14.631Z] daemon.go:336: [d9f37eddcb2bb] waiting for daemon to start [2019-09-02T23:34:14.631Z] daemon.go:336: [d9f37eddcb2bb] waiting for daemon to start [2019-09-02T23:34:14.631Z] daemon.go:364: [d9f37eddcb2bb] daemon started [2019-09-02T23:34:14.631Z] daemon.go:336: [d9f37eddcb2bb] waiting for daemon to start [2019-09-02T23:34:14.631Z] daemon.go:307: [d9f37eddcb2bb] exiting daemon [2019-09-02T23:34:14.631Z] daemon.go:336: [d9f37eddcb2bb] waiting for daemon to start [2019-09-02T23:34:14.631Z] daemon.go:364: [d9f37eddcb2bb] daemon started [2019-09-02T23:34:14.631Z] daemon.go:472: [d9f37eddcb2bb] Stopping daemon [2019-09-02T23:34:14.631Z] daemon.go:307: [d9f37eddcb2bb] exiting daemon [2019-09-02T23:34:14.631Z] daemon.go:459: [d9f37eddcb2bb] Daemon stopped [2019-09-02T23:34:14.631Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.52s) [2019-09-02T23:34:14.631Z] 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-02T23:34:14.631Z] daemon.go:336: [df22943dede9d] waiting for daemon to start [2019-09-02T23:34:14.631Z] daemon.go:336: [df22943dede9d] waiting for daemon to start [2019-09-02T23:34:14.631Z] daemon.go:364: [df22943dede9d] daemon started [2019-09-02T23:34:14.631Z] daemon.go:307: [df22943dede9d] exiting daemon [2019-09-02T23:34:14.631Z] daemon.go:336: [df22943dede9d] waiting for daemon to start [2019-09-02T23:34:14.631Z] daemon.go:336: [df22943dede9d] waiting for daemon to start [2019-09-02T23:34:14.631Z] daemon.go:364: [df22943dede9d] daemon started [2019-09-02T23:34:14.631Z] daemon.go:472: [df22943dede9d] Stopping daemon [2019-09-02T23:34:14.631Z] daemon.go:307: [df22943dede9d] exiting daemon [2019-09-02T23:34:14.631Z] daemon.go:459: [df22943dede9d] Daemon stopped [2019-09-02T23:34:14.631Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.53s) [2019-09-02T23:34:14.631Z] 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-02T23:34:14.631Z] daemon.go:336: [d4ebee040365a] waiting for daemon to start [2019-09-02T23:34:14.631Z] daemon.go:336: [d4ebee040365a] waiting for daemon to start [2019-09-02T23:34:14.631Z] daemon.go:364: [d4ebee040365a] daemon started [2019-09-02T23:34:14.631Z] daemon.go:472: [d4ebee040365a] Stopping daemon [2019-09-02T23:34:14.631Z] daemon.go:307: [d4ebee040365a] exiting daemon [2019-09-02T23:34:14.631Z] daemon.go:459: [d4ebee040365a] Daemon stopped [2019-09-02T23:34:14.631Z] daemon.go:336: [d4ebee040365a] waiting for daemon to start [2019-09-02T23:34:14.631Z] daemon.go:336: [d4ebee040365a] waiting for daemon to start [2019-09-02T23:34:14.631Z] daemon.go:364: [d4ebee040365a] daemon started [2019-09-02T23:34:14.631Z] daemon.go:472: [d4ebee040365a] Stopping daemon [2019-09-02T23:34:14.631Z] daemon.go:307: [d4ebee040365a] exiting daemon [2019-09-02T23:34:14.631Z] daemon.go:459: [d4ebee040365a] Daemon stopped [2019-09-02T23:34:14.631Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.49s) [2019-09-02T23:34:14.631Z] 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-02T23:34:14.631Z] daemon.go:336: [d8afcde4e2ac7] waiting for daemon to start [2019-09-02T23:34:14.631Z] daemon.go:336: [d8afcde4e2ac7] waiting for daemon to start [2019-09-02T23:34:14.631Z] daemon.go:364: [d8afcde4e2ac7] daemon started [2019-09-02T23:34:14.631Z] daemon.go:336: [d8afcde4e2ac7] waiting for daemon to start [2019-09-02T23:34:14.631Z] daemon.go:307: [d8afcde4e2ac7] exiting daemon [2019-09-02T23:34:14.631Z] daemon.go:336: [d8afcde4e2ac7] waiting for daemon to start [2019-09-02T23:34:14.631Z] daemon.go:364: [d8afcde4e2ac7] daemon started [2019-09-02T23:34:14.631Z] daemon.go:472: [d8afcde4e2ac7] Stopping daemon [2019-09-02T23:34:14.631Z] daemon.go:307: [d8afcde4e2ac7] exiting daemon [2019-09-02T23:34:14.631Z] daemon.go:459: [d8afcde4e2ac7] Daemon stopped [2019-09-02T23:34:14.631Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.51s) [2019-09-02T23:34:14.631Z] 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-02T23:34:14.631Z] daemon.go:336: [d04156902f9b3] waiting for daemon to start [2019-09-02T23:34:14.631Z] daemon.go:336: [d04156902f9b3] waiting for daemon to start [2019-09-02T23:34:14.631Z] daemon.go:364: [d04156902f9b3] daemon started [2019-09-02T23:34:14.631Z] daemon.go:472: [d04156902f9b3] Stopping daemon [2019-09-02T23:34:14.631Z] daemon.go:307: [d04156902f9b3] exiting daemon [2019-09-02T23:34:14.631Z] daemon.go:459: [d04156902f9b3] Daemon stopped [2019-09-02T23:34:14.631Z] daemon.go:336: [d04156902f9b3] waiting for daemon to start [2019-09-02T23:34:14.631Z] daemon.go:336: [d04156902f9b3] waiting for daemon to start [2019-09-02T23:34:14.631Z] daemon.go:364: [d04156902f9b3] daemon started [2019-09-02T23:34:14.631Z] daemon.go:472: [d04156902f9b3] Stopping daemon [2019-09-02T23:34:14.631Z] daemon.go:307: [d04156902f9b3] exiting daemon [2019-09-02T23:34:14.631Z] daemon.go:459: [d04156902f9b3] Daemon stopped [2019-09-02T23:34:14.631Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.49s) [2019-09-02T23:34:14.631Z] 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-02T23:34:14.631Z] daemon.go:336: [d78e8d8646613] waiting for daemon to start [2019-09-02T23:34:14.631Z] daemon.go:336: [d78e8d8646613] waiting for daemon to start [2019-09-02T23:34:14.631Z] daemon.go:364: [d78e8d8646613] daemon started [2019-09-02T23:34:14.631Z] daemon.go:336: [d78e8d8646613] waiting for daemon to start [2019-09-02T23:34:14.631Z] daemon.go:307: [d78e8d8646613] exiting daemon [2019-09-02T23:34:14.631Z] daemon.go:336: [d78e8d8646613] waiting for daemon to start [2019-09-02T23:34:14.631Z] daemon.go:364: [d78e8d8646613] daemon started [2019-09-02T23:34:14.631Z] daemon.go:472: [d78e8d8646613] Stopping daemon [2019-09-02T23:34:14.631Z] daemon.go:307: [d78e8d8646613] exiting daemon [2019-09-02T23:34:14.631Z] daemon.go:459: [d78e8d8646613] Daemon stopped [2019-09-02T23:34:14.632Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.42s) [2019-09-02T23:34:14.632Z] 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-02T23:34:14.632Z] daemon.go:336: [da783437adb83] waiting for daemon to start [2019-09-02T23:34:14.632Z] daemon.go:336: [da783437adb83] waiting for daemon to start [2019-09-02T23:34:14.632Z] daemon.go:364: [da783437adb83] daemon started [2019-09-02T23:34:14.632Z] daemon.go:472: [da783437adb83] Stopping daemon [2019-09-02T23:34:14.632Z] daemon.go:307: [da783437adb83] exiting daemon [2019-09-02T23:34:14.632Z] daemon.go:459: [da783437adb83] Daemon stopped [2019-09-02T23:34:14.632Z] daemon.go:336: [da783437adb83] waiting for daemon to start [2019-09-02T23:34:14.632Z] daemon.go:336: [da783437adb83] waiting for daemon to start [2019-09-02T23:34:14.632Z] daemon.go:364: [da783437adb83] daemon started [2019-09-02T23:34:14.632Z] daemon.go:472: [da783437adb83] Stopping daemon [2019-09-02T23:34:14.632Z] daemon.go:307: [da783437adb83] exiting daemon [2019-09-02T23:34:14.632Z] daemon.go:459: [da783437adb83] Daemon stopped [2019-09-02T23:34:14.632Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.36s) [2019-09-02T23:34:14.632Z] 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-02T23:34:14.632Z] daemon.go:336: [d6ee7a37628d7] waiting for daemon to start [2019-09-02T23:34:14.632Z] daemon.go:336: [d6ee7a37628d7] waiting for daemon to start [2019-09-02T23:34:14.632Z] daemon.go:364: [d6ee7a37628d7] daemon started [2019-09-02T23:34:14.632Z] daemon.go:472: [d6ee7a37628d7] Stopping daemon [2019-09-02T23:34:14.632Z] daemon.go:307: [d6ee7a37628d7] exiting daemon [2019-09-02T23:34:14.632Z] daemon.go:459: [d6ee7a37628d7] Daemon stopped [2019-09-02T23:34:14.632Z] daemon.go:336: [d6ee7a37628d7] waiting for daemon to start [2019-09-02T23:34:14.632Z] daemon.go:336: [d6ee7a37628d7] waiting for daemon to start [2019-09-02T23:34:14.632Z] daemon.go:364: [d6ee7a37628d7] daemon started [2019-09-02T23:34:14.632Z] daemon.go:472: [d6ee7a37628d7] Stopping daemon [2019-09-02T23:34:14.632Z] daemon.go:307: [d6ee7a37628d7] exiting daemon [2019-09-02T23:34:14.632Z] daemon.go:459: [d6ee7a37628d7] Daemon stopped [2019-09-02T23:34:14.632Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.03s) [2019-09-02T23:34:14.632Z] 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-02T23:34:14.632Z] daemon.go:336: [db3fba6557401] waiting for daemon to start [2019-09-02T23:34:14.632Z] daemon.go:336: [db3fba6557401] waiting for daemon to start [2019-09-02T23:34:14.632Z] daemon.go:364: [db3fba6557401] daemon started [2019-09-02T23:34:14.632Z] daemon.go:472: [db3fba6557401] Stopping daemon [2019-09-02T23:34:14.632Z] daemon.go:307: [db3fba6557401] exiting daemon [2019-09-02T23:34:14.632Z] daemon.go:459: [db3fba6557401] Daemon stopped [2019-09-02T23:34:14.632Z] daemon.go:336: [db3fba6557401] waiting for daemon to start [2019-09-02T23:34:14.632Z] daemon.go:336: [db3fba6557401] waiting for daemon to start [2019-09-02T23:34:14.632Z] daemon.go:364: [db3fba6557401] daemon started [2019-09-02T23:34:14.632Z] daemon.go:472: [db3fba6557401] Stopping daemon [2019-09-02T23:34:14.632Z] daemon.go:307: [db3fba6557401] exiting daemon [2019-09-02T23:34:14.632Z] daemon.go:459: [db3fba6557401] Daemon stopped [2019-09-02T23:34:14.632Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.08s) [2019-09-02T23:34:14.632Z] 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-02T23:34:14.632Z] daemon.go:336: [d7acd67eeda84] waiting for daemon to start [2019-09-02T23:34:14.632Z] daemon.go:336: [d7acd67eeda84] waiting for daemon to start [2019-09-02T23:34:14.632Z] daemon.go:364: [d7acd67eeda84] daemon started [2019-09-02T23:34:14.632Z] daemon.go:336: [d7acd67eeda84] waiting for daemon to start [2019-09-02T23:34:14.632Z] daemon.go:307: [d7acd67eeda84] exiting daemon [2019-09-02T23:34:14.632Z] daemon.go:336: [d7acd67eeda84] waiting for daemon to start [2019-09-02T23:34:14.632Z] daemon.go:364: [d7acd67eeda84] daemon started [2019-09-02T23:34:14.632Z] daemon.go:472: [d7acd67eeda84] Stopping daemon [2019-09-02T23:34:14.632Z] daemon.go:307: [d7acd67eeda84] exiting daemon [2019-09-02T23:34:14.632Z] daemon.go:459: [d7acd67eeda84] Daemon stopped [2019-09-02T23:34:14.632Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.49s) [2019-09-02T23:34:14.632Z] 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-02T23:34:14.632Z] daemon.go:336: [dd88f1d04ae99] waiting for daemon to start [2019-09-02T23:34:14.632Z] daemon.go:336: [dd88f1d04ae99] waiting for daemon to start [2019-09-02T23:34:14.632Z] daemon.go:364: [dd88f1d04ae99] daemon started [2019-09-02T23:34:14.632Z] daemon.go:336: [dd88f1d04ae99] waiting for daemon to start [2019-09-02T23:34:14.632Z] daemon.go:307: [dd88f1d04ae99] exiting daemon [2019-09-02T23:34:14.632Z] daemon.go:336: [dd88f1d04ae99] waiting for daemon to start [2019-09-02T23:34:14.632Z] daemon.go:364: [dd88f1d04ae99] daemon started [2019-09-02T23:34:14.632Z] daemon.go:472: [dd88f1d04ae99] Stopping daemon [2019-09-02T23:34:14.632Z] daemon.go:307: [dd88f1d04ae99] exiting daemon [2019-09-02T23:34:14.632Z] daemon.go:459: [dd88f1d04ae99] Daemon stopped [2019-09-02T23:34:14.632Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.38s) [2019-09-02T23:34:14.632Z] 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-02T23:34:14.632Z] daemon.go:336: [d460ec259ad56] waiting for daemon to start [2019-09-02T23:34:14.632Z] daemon.go:336: [d460ec259ad56] waiting for daemon to start [2019-09-02T23:34:14.632Z] daemon.go:364: [d460ec259ad56] daemon started [2019-09-02T23:34:14.632Z] daemon.go:472: [d460ec259ad56] Stopping daemon [2019-09-02T23:34:14.632Z] daemon.go:307: [d460ec259ad56] exiting daemon [2019-09-02T23:34:14.632Z] daemon.go:459: [d460ec259ad56] Daemon stopped [2019-09-02T23:34:14.632Z] daemon.go:336: [d460ec259ad56] waiting for daemon to start [2019-09-02T23:34:14.632Z] daemon.go:336: [d460ec259ad56] waiting for daemon to start [2019-09-02T23:34:14.632Z] daemon.go:364: [d460ec259ad56] daemon started [2019-09-02T23:34:14.632Z] daemon.go:472: [d460ec259ad56] Stopping daemon [2019-09-02T23:34:14.632Z] daemon.go:307: [d460ec259ad56] exiting daemon [2019-09-02T23:34:14.632Z] daemon.go:459: [d460ec259ad56] Daemon stopped [2019-09-02T23:34:14.632Z] === RUN TestCgroupNamespacesRun [2019-09-02T23:34:14.848Z] PASS: docker_cli_build_test.go:3753: DockerSuite.TestBuildFromStdinWithF 2.238s [2019-09-02T23:34:14.848Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.74s) [2019-09-02T23:34:14.848Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginV2AllowNonVolumeRequest [2019-09-02T23:34:14.848Z] daemon.go:336: [d07ef52c42f8f] waiting for daemon to start [2019-09-02T23:34:14.848Z] daemon.go:336: [d07ef52c42f8f] waiting for daemon to start [2019-09-02T23:34:14.848Z] daemon.go:364: [d07ef52c42f8f] daemon started [2019-09-02T23:34:14.848Z] daemon.go:472: [d07ef52c42f8f] Stopping daemon [2019-09-02T23:34:14.848Z] daemon.go:307: [d07ef52c42f8f] exiting daemon [2019-09-02T23:34:14.848Z] daemon.go:459: [d07ef52c42f8f] Daemon stopped [2019-09-02T23:34:14.848Z] daemon.go:336: [d07ef52c42f8f] waiting for daemon to start [2019-09-02T23:34:14.848Z] daemon.go:336: [d07ef52c42f8f] waiting for daemon to start [2019-09-02T23:34:14.848Z] daemon.go:364: [d07ef52c42f8f] daemon started [2019-09-02T23:34:14.848Z] daemon.go:472: [d07ef52c42f8f] Stopping daemon [2019-09-02T23:34:14.848Z] daemon.go:307: [d07ef52c42f8f] exiting daemon [2019-09-02T23:34:14.849Z] daemon.go:459: [d07ef52c42f8f] Daemon stopped [2019-09-02T23:34:14.849Z] === RUN TestAuthZPluginV2Disable [2019-09-02T23:34:16.209Z] ok github.com/docker/docker/daemon/discovery 0.009s coverage: 30.0% of statements [2019-09-02T23:34:16.493Z] --- PASS: TestCgroupNamespacesRun (1.80s) [2019-09-02T23:34:16.493Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun [2019-09-02T23:34:16.493Z] daemon.go:336: [def98df1b2d20] waiting for daemon to start [2019-09-02T23:34:16.493Z] daemon.go:336: [def98df1b2d20] waiting for daemon to start [2019-09-02T23:34:16.493Z] daemon.go:364: [def98df1b2d20] daemon started [2019-09-02T23:34:16.493Z] daemon.go:472: [def98df1b2d20] Stopping daemon [2019-09-02T23:34:16.493Z] daemon.go:307: [def98df1b2d20] exiting daemon [2019-09-02T23:34:16.493Z] daemon.go:459: [def98df1b2d20] Daemon stopped [2019-09-02T23:34:16.493Z] === RUN TestCgroupNamespacesRunPrivileged [2019-09-02T23:34:17.379Z] PASS: docker_cli_build_test.go:3726: DockerSuite.TestBuildFromURLWithF 2.358s [2019-09-02T23:34:18.248Z] ok github.com/docker/docker/daemon/events 0.066s coverage: 50.0% of statements [2019-09-02T23:34:18.248Z] ok github.com/docker/docker/daemon/config 0.138s coverage: 84.2% of statements [2019-09-02T23:34:18.408Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.82s) [2019-09-02T23:34:18.408Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged [2019-09-02T23:34:18.408Z] daemon.go:336: [d62f9711155d2] waiting for daemon to start [2019-09-02T23:34:18.408Z] daemon.go:336: [d62f9711155d2] waiting for daemon to start [2019-09-02T23:34:18.408Z] daemon.go:364: [d62f9711155d2] daemon started [2019-09-02T23:34:18.408Z] daemon.go:472: [d62f9711155d2] Stopping daemon [2019-09-02T23:34:18.408Z] daemon.go:307: [d62f9711155d2] exiting daemon [2019-09-02T23:34:18.408Z] daemon.go:459: [d62f9711155d2] Daemon stopped [2019-09-02T23:34:18.408Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-09-02T23:34:18.748Z] PASS: docker_cli_build_test.go:235: DockerSuite.TestBuildHandleEscapesInVolume 1.460s [2019-09-02T23:34:18.748Z] --- PASS: TestAuthZPluginV2Disable (3.69s) [2019-09-02T23:34:18.748Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginV2Disable [2019-09-02T23:34:18.748Z] daemon.go:336: [d6b387ec8be16] waiting for daemon to start [2019-09-02T23:34:18.748Z] daemon.go:336: [d6b387ec8be16] waiting for daemon to start [2019-09-02T23:34:18.748Z] daemon.go:364: [d6b387ec8be16] daemon started [2019-09-02T23:34:18.748Z] daemon.go:472: [d6b387ec8be16] Stopping daemon [2019-09-02T23:34:18.748Z] daemon.go:307: [d6b387ec8be16] exiting daemon [2019-09-02T23:34:18.748Z] daemon.go:459: [d6b387ec8be16] Daemon stopped [2019-09-02T23:34:18.748Z] daemon.go:336: [d6b387ec8be16] waiting for daemon to start [2019-09-02T23:34:18.748Z] daemon.go:336: [d6b387ec8be16] waiting for daemon to start [2019-09-02T23:34:18.748Z] daemon.go:364: [d6b387ec8be16] daemon started [2019-09-02T23:34:18.748Z] daemon.go:472: [d6b387ec8be16] Stopping daemon [2019-09-02T23:34:18.748Z] daemon.go:307: [d6b387ec8be16] exiting daemon [2019-09-02T23:34:18.748Z] daemon.go:459: [d6b387ec8be16] Daemon stopped [2019-09-02T23:34:18.748Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-09-02T23:34:19.904Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-09-02T23:34:19.904Z] ok github.com/docker/docker/api/server/httputils 0.010s coverage: 14.7% of statements [2019-09-02T23:34:19.904Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2019-09-02T23:34:19.904Z] ? github.com/docker/docker/api/server/router [no test files] [2019-09-02T23:34:19.904Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-09-02T23:34:19.904Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-09-02T23:34:19.904Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-09-02T23:34:19.904Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-09-02T23:34:19.904Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-09-02T23:34:19.904Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-09-02T23:34:19.904Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-09-02T23:34:19.904Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-09-02T23:34:19.904Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-09-02T23:34:19.904Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-09-02T23:34:19.904Z] ok github.com/docker/docker/api/server/router/swarm 0.009s coverage: 4.0% of statements [2019-09-02T23:34:19.904Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-09-02T23:34:19.904Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-09-02T23:34:19.904Z] ? github.com/docker/docker/api/types [no test files] [2019-09-02T23:34:19.904Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-09-02T23:34:19.904Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-09-02T23:34:19.904Z] ? github.com/docker/docker/api/types/container [no test files] [2019-09-02T23:34:19.904Z] ? github.com/docker/docker/api/types/events [no test files] [2019-09-02T23:34:19.904Z] ok github.com/docker/docker/api/types/strslice 0.014s coverage: 90.0% of statements [2019-09-02T23:34:19.904Z] ok github.com/docker/docker/api/types/filters 0.006s coverage: 95.2% of statements [2019-09-02T23:34:19.904Z] ? github.com/docker/docker/api/types/image [no test files] [2019-09-02T23:34:19.904Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-09-02T23:34:19.904Z] ? github.com/docker/docker/api/types/network [no test files] [2019-09-02T23:34:19.904Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-09-02T23:34:19.904Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-09-02T23:34:19.904Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-09-02T23:34:19.904Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-09-02T23:34:19.904Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2019-09-02T23:34:19.904Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 75.0% of statements [2019-09-02T23:34:19.904Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-09-02T23:34:19.904Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-09-02T23:34:19.904Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-09-02T23:34:19.904Z] ? github.com/docker/docker/builder [no test files] [2019-09-02T23:34:19.904Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-09-02T23:34:19.904Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-09-02T23:34:19.904Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-09-02T23:34:19.904Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-09-02T23:34:19.904Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-09-02T23:34:19.904Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-09-02T23:34:19.904Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-09-02T23:34:19.904Z] ok github.com/docker/docker/builder/dockerignore 0.015s coverage: 96.8% of statements [2019-09-02T23:34:20.245Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.80s) [2019-09-02T23:34:20.245Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode [2019-09-02T23:34:20.245Z] daemon.go:336: [d4458460cfa91] waiting for daemon to start [2019-09-02T23:34:20.245Z] daemon.go:336: [d4458460cfa91] waiting for daemon to start [2019-09-02T23:34:20.245Z] daemon.go:364: [d4458460cfa91] daemon started [2019-09-02T23:34:20.245Z] daemon.go:472: [d4458460cfa91] Stopping daemon [2019-09-02T23:34:20.245Z] daemon.go:307: [d4458460cfa91] exiting daemon [2019-09-02T23:34:20.245Z] daemon.go:459: [d4458460cfa91] Daemon stopped [2019-09-02T23:34:20.245Z] === RUN TestCgroupNamespacesRunHostMode [2019-09-02T23:34:21.268Z] ok github.com/docker/docker/builder/fscache 0.114s coverage: 69.2% of statements [2019-09-02T23:34:21.723Z] ok github.com/docker/docker/daemon/graphdriver 0.011s coverage: 2.2% of statements [2019-09-02T23:34:21.827Z] ok github.com/docker/docker/builder/dockerfile 0.593s coverage: 45.1% of statements [2019-09-02T23:34:22.021Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.13s) [2019-09-02T23:34:22.021Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginV2RejectVolumeRequests [2019-09-02T23:34:22.021Z] daemon.go:336: [da6b6c2f986ed] waiting for daemon to start [2019-09-02T23:34:22.021Z] daemon.go:336: [da6b6c2f986ed] waiting for daemon to start [2019-09-02T23:34:22.021Z] daemon.go:364: [da6b6c2f986ed] daemon started [2019-09-02T23:34:22.021Z] daemon.go:472: [da6b6c2f986ed] Stopping daemon [2019-09-02T23:34:22.021Z] daemon.go:307: [da6b6c2f986ed] exiting daemon [2019-09-02T23:34:22.021Z] daemon.go:459: [da6b6c2f986ed] Daemon stopped [2019-09-02T23:34:22.021Z] daemon.go:336: [da6b6c2f986ed] waiting for daemon to start [2019-09-02T23:34:22.021Z] daemon.go:336: [da6b6c2f986ed] waiting for daemon to start [2019-09-02T23:34:22.021Z] daemon.go:364: [da6b6c2f986ed] daemon started [2019-09-02T23:34:22.021Z] daemon.go:472: [da6b6c2f986ed] Stopping daemon [2019-09-02T23:34:22.021Z] daemon.go:307: [da6b6c2f986ed] exiting daemon [2019-09-02T23:34:22.021Z] daemon.go:459: [da6b6c2f986ed] Daemon stopped [2019-09-02T23:34:22.021Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-09-02T23:34:22.073Z] --- PASS: TestCgroupNamespacesRunHostMode (1.81s) [2019-09-02T23:34:22.073Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode [2019-09-02T23:34:22.073Z] daemon.go:336: [d49b77f898c19] waiting for daemon to start [2019-09-02T23:34:22.073Z] daemon.go:336: [d49b77f898c19] waiting for daemon to start [2019-09-02T23:34:22.073Z] daemon.go:364: [d49b77f898c19] daemon started [2019-09-02T23:34:22.073Z] daemon.go:472: [d49b77f898c19] Stopping daemon [2019-09-02T23:34:22.073Z] daemon.go:307: [d49b77f898c19] exiting daemon [2019-09-02T23:34:22.073Z] daemon.go:459: [d49b77f898c19] Daemon stopped [2019-09-02T23:34:22.073Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-09-02T23:34:23.392Z] PASS: docker_cli_history_test.go:16: DockerSuite.TestBuildHistory 4.632s [2019-09-02T23:34:23.952Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.85s) [2019-09-02T23:34:23.952Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode [2019-09-02T23:34:23.952Z] daemon.go:336: [deb0667f5390a] waiting for daemon to start [2019-09-02T23:34:23.952Z] daemon.go:336: [deb0667f5390a] waiting for daemon to start [2019-09-02T23:34:23.952Z] daemon.go:364: [deb0667f5390a] daemon started [2019-09-02T23:34:23.952Z] daemon.go:472: [deb0667f5390a] Stopping daemon [2019-09-02T23:34:23.952Z] daemon.go:307: [deb0667f5390a] exiting daemon [2019-09-02T23:34:23.952Z] daemon.go:459: [deb0667f5390a] Daemon stopped [2019-09-02T23:34:23.952Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-09-02T23:34:23.960Z] PASS: docker_cli_build_test.go:6182: DockerSuite.TestBuildIidFile 0.686s [2019-09-02T23:34:24.336Z] ok github.com/docker/docker/builder/remotecontext/git 0.812s coverage: 85.1% of statements [2019-09-02T23:34:24.336Z] ok github.com/docker/docker/builder/remotecontext 0.181s coverage: 13.6% of statements [2019-09-02T23:34:24.407Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.514s coverage: 13.7% of statements [2019-09-02T23:34:24.591Z] ? github.com/docker/docker/cli [no test files] [2019-09-02T23:34:24.592Z] ? github.com/docker/docker/cli/config [no test files] [2019-09-02T23:34:24.592Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2019-09-02T23:34:24.745Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.88s) [2019-09-02T23:34:24.745Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate [2019-09-02T23:34:24.745Z] daemon.go:336: [d9c83d5cab9f7] waiting for daemon to start [2019-09-02T23:34:24.745Z] daemon.go:336: [d9c83d5cab9f7] waiting for daemon to start [2019-09-02T23:34:24.745Z] daemon.go:364: [d9c83d5cab9f7] daemon started [2019-09-02T23:34:24.745Z] daemon.go:472: [d9c83d5cab9f7] Stopping daemon [2019-09-02T23:34:24.745Z] daemon.go:307: [d9c83d5cab9f7] exiting daemon [2019-09-02T23:34:24.745Z] daemon.go:459: [d9c83d5cab9f7] Daemon stopped [2019-09-02T23:34:24.745Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-09-02T23:34:25.329Z] PASS: docker_cli_build_test.go:6207: DockerSuite.TestBuildIidFileCleanupOnFail 1.497s [2019-09-02T23:34:25.540Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.87s) [2019-09-02T23:34:25.540Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode [2019-09-02T23:34:25.540Z] daemon.go:336: [d41e61be14544] waiting for daemon to start [2019-09-02T23:34:25.540Z] daemon.go:336: [d41e61be14544] waiting for daemon to start [2019-09-02T23:34:25.540Z] daemon.go:364: [d41e61be14544] daemon started [2019-09-02T23:34:25.540Z] daemon.go:472: [d41e61be14544] Stopping daemon [2019-09-02T23:34:25.540Z] daemon.go:307: [d41e61be14544] exiting daemon [2019-09-02T23:34:25.540Z] daemon.go:459: [d41e61be14544] Daemon stopped [2019-09-02T23:34:25.540Z] === RUN TestCgroupNamespacesRunOlderClient [2019-09-02T23:34:26.444Z] ok github.com/docker/docker/daemon 12.423s coverage: 17.6% of statements [2019-09-02T23:34:26.444Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-09-02T23:34:26.444Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-09-02T23:34:26.444Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-09-02T23:34:26.444Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-09-02T23:34:27.080Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.060s coverage: 2.9% of statements [2019-09-02T23:34:27.224Z] PASS: docker_cli_build_test.go:2207: DockerSuite.TestBuildInheritance 1.676s [2019-09-02T23:34:27.385Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.90s) [2019-09-02T23:34:27.385Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient [2019-09-02T23:34:27.385Z] daemon.go:336: [ddc33868a2ff7] waiting for daemon to start [2019-09-02T23:34:27.385Z] daemon.go:336: [ddc33868a2ff7] waiting for daemon to start [2019-09-02T23:34:27.385Z] daemon.go:364: [ddc33868a2ff7] daemon started [2019-09-02T23:34:27.385Z] daemon.go:472: [ddc33868a2ff7] Stopping daemon [2019-09-02T23:34:27.385Z] daemon.go:307: [ddc33868a2ff7] exiting daemon [2019-09-02T23:34:27.386Z] daemon.go:459: [ddc33868a2ff7] Daemon stopped [2019-09-02T23:34:27.386Z] === RUN TestKernelTCPMemory [2019-09-02T23:34:27.789Z] PASS: docker_cli_build_test.go:5975: DockerSuite.TestBuildIntermediateTarget 0.711s [2019-09-02T23:34:27.789Z] PASS: docker_cli_build_test.go:3192: DockerSuite.TestBuildInvalidTag 0.013s [2019-09-02T23:34:28.350Z] Removing intermediate container f7a959059af0 [2019-09-02T23:34:28.350Z] ---> 216140ec5308 [2019-09-02T23:34:28.350Z] Step 6/8 : ENTRYPOINT ["powershell.exe"] [2019-09-02T23:34:28.350Z] ---> Running in 67548774d2e2 [2019-09-02T23:34:28.350Z] Removing intermediate container 67548774d2e2 [2019-09-02T23:34:28.350Z] ---> 84ee8d188455 [2019-09-02T23:34:28.350Z] Step 7/8 : WORKDIR C:\go\src\github.com\docker\docker [2019-09-02T23:34:28.350Z] ---> Running in e7a66c46233b [2019-09-02T23:34:28.350Z] Removing intermediate container e7a66c46233b [2019-09-02T23:34:28.350Z] ---> 91c551d93a45 [2019-09-02T23:34:28.350Z] Step 8/8 : COPY . . [2019-09-02T23:34:28.568Z] ok github.com/docker/docker/daemon/graphdriver/copy 1.684s coverage: 57.8% of statements [2019-09-02T23:34:28.790Z] --- PASS: TestKernelTCPMemory (1.00s) [2019-09-02T23:34:28.790Z] === RUN TestNISDomainname [2019-09-02T23:34:29.609Z] --- PASS: TestNISDomainname (1.21s) [2019-09-02T23:34:29.609Z] === RUN TestHostnameDnsResolution [2019-09-02T23:34:29.684Z] PASS: docker_cli_build_test.go:35: DockerSuite.TestBuildJSONEmptyRun 1.829s [2019-09-02T23:34:30.249Z] PASS: docker_cli_build_test.go:4924: DockerSuite.TestBuildLabel 0.428s [2019-09-02T23:34:30.814Z] PASS: docker_cli_build_test.go:4955: DockerSuite.TestBuildLabelCacheCommit 0.462s [2019-09-02T23:34:30.864Z] --- PASS: TestHostnameDnsResolution (1.28s) [2019-09-02T23:34:30.864Z] === RUN TestStats [2019-09-02T23:34:30.884Z] 65014b3c3121: Pull complete [2019-09-02T23:34:31.072Z] PASS: docker_cli_build_test.go:4976: DockerSuite.TestBuildLabelMultiple 0.424s [2019-09-02T23:34:31.116Z] ok github.com/docker/docker/client 0.191s coverage: 75.6% of statements [2019-09-02T23:34:31.329Z] PASS: docker_cli_build_test.go:4941: DockerSuite.TestBuildLabelOneNode 0.332s [2019-09-02T23:34:31.893Z] PASS: docker_cli_build_test.go:3374: DockerSuite.TestBuildLabels 0.488s [2019-09-02T23:34:33.262Z] PASS: docker_cli_build_test.go:3386: DockerSuite.TestBuildLabelsCache 1.181s [2019-09-02T23:34:33.262Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.59s) [2019-09-02T23:34:33.262Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginV2BadManifestFailsDaemonStart [2019-09-02T23:34:33.262Z] daemon.go:336: [d21642423399b] waiting for daemon to start [2019-09-02T23:34:33.262Z] daemon.go:336: [d21642423399b] waiting for daemon to start [2019-09-02T23:34:33.262Z] daemon.go:364: [d21642423399b] daemon started [2019-09-02T23:34:33.262Z] daemon.go:472: [d21642423399b] Stopping daemon [2019-09-02T23:34:33.262Z] daemon.go:307: [d21642423399b] exiting daemon [2019-09-02T23:34:33.262Z] daemon.go:459: [d21642423399b] Daemon stopped [2019-09-02T23:34:33.262Z] daemon.go:336: [d21642423399b] waiting for daemon to start [2019-09-02T23:34:33.262Z] daemon.go:336: [d21642423399b] waiting for daemon to start [2019-09-02T23:34:33.262Z] daemon.go:307: [d21642423399b] exiting daemon [2019-09-02T23:34:33.262Z] daemon.go:336: [d21642423399b] waiting for daemon to start [2019-09-02T23:34:33.262Z] daemon.go:336: [d21642423399b] waiting for daemon to start [2019-09-02T23:34:33.262Z] daemon.go:336: [d21642423399b] waiting for daemon to start [2019-09-02T23:34:33.262Z] daemon.go:364: [d21642423399b] daemon started [2019-09-02T23:34:33.262Z] daemon.go:472: [d21642423399b] Stopping daemon [2019-09-02T23:34:33.262Z] daemon.go:307: [d21642423399b] exiting daemon [2019-09-02T23:34:33.262Z] daemon.go:459: [d21642423399b] Daemon stopped [2019-09-02T23:34:33.262Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-09-02T23:34:33.280Z] --- PASS: TestStats (2.47s) [2019-09-02T23:34:33.280Z] === RUN TestStopContainerWithTimeout [2019-09-02T23:34:33.280Z] === RUN TestStopContainerWithTimeout/0 [2019-09-02T23:34:33.280Z] === PAUSE TestStopContainerWithTimeout/0 [2019-09-02T23:34:33.280Z] === RUN TestStopContainerWithTimeout/1 [2019-09-02T23:34:33.280Z] === PAUSE TestStopContainerWithTimeout/1 [2019-09-02T23:34:33.280Z] === RUN TestStopContainerWithTimeout/3 [2019-09-02T23:34:33.280Z] === PAUSE TestStopContainerWithTimeout/3 [2019-09-02T23:34:33.280Z] === RUN TestStopContainerWithTimeout/-1 [2019-09-02T23:34:33.280Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-09-02T23:34:33.280Z] === CONT TestStopContainerWithTimeout/0 [2019-09-02T23:34:33.280Z] === CONT TestStopContainerWithTimeout/-1 [2019-09-02T23:34:34.082Z] ok github.com/docker/docker/daemon/graphdriver/aufs 11.204s coverage: 68.6% of statements [2019-09-02T23:34:34.082Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.029s coverage: 50.8% of statements [2019-09-02T23:34:34.588Z] === CONT TestStopContainerWithTimeout/3 [2019-09-02T23:34:34.632Z] PASS: docker_api_swarm_test.go:83: DockerSwarmSuite.TestAPISwarmJoinToken 48.121s [2019-09-02T23:34:36.386Z] === CONT TestStopContainerWithTimeout/1 [2019-09-02T23:34:36.530Z] PASS: docker_cli_build_test.go:5062: DockerSuite.TestBuildLabelsOverride 3.083s [2019-09-02T23:34:36.797Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.174s coverage: 45.9% of statements [2019-09-02T23:34:36.797Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-09-02T23:34:38.176Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2019-09-02T23:34:38.176Z] --- PASS: TestStopContainerWithTimeout/0 (1.00s) [2019-09-02T23:34:38.176Z] --- PASS: TestStopContainerWithTimeout/-1 (2.92s) [2019-09-02T23:34:38.176Z] --- PASS: TestStopContainerWithTimeout/3 (2.91s) [2019-09-02T23:34:38.176Z] --- PASS: TestStopContainerWithTimeout/1 (1.97s) [2019-09-02T23:34:38.176Z] === RUN TestDeleteDevicemapper [2019-09-02T23:34:38.176Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-09-02T23:34:38.176Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-02T23:34:38.176Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-09-02T23:34:38.283Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.019s coverage: 58.0% of statements [2019-09-02T23:34:38.907Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.491s coverage: 76.1% of statements [2019-09-02T23:34:38.907Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 4.712s coverage: 52.5% of statements [2019-09-02T23:34:38.907Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-09-02T23:34:38.907Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-09-02T23:34:40.944Z] ok github.com/docker/docker/daemon/links 0.029s coverage: 93.0% of statements [2019-09-02T23:34:41.795Z] PASS: docker_cli_build_test.go:392: DockerSuite.TestBuildLastModified 5.367s [2019-09-02T23:34:42.274Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.74s) [2019-09-02T23:34:42.274Z] === RUN TestUpdateMemory [2019-09-02T23:34:42.274Z] --- SKIP: TestUpdateMemory (0.00s) [2019-09-02T23:34:42.274Z] update_linux_test.go:23: !testEnv.DaemonInfo.SwapLimit [2019-09-02T23:34:42.274Z] === RUN TestUpdateCPUQuota [2019-09-02T23:34:42.985Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.039s coverage: 3.0% of statements [2019-09-02T23:34:43.548Z] --- PASS: TestUpdateCPUQuota (1.68s) [2019-09-02T23:34:43.548Z] === RUN TestUpdatePidsLimit [2019-09-02T23:34:43.548Z] === RUN TestUpdatePidsLimit/update_from_none [2019-09-02T23:34:44.359Z] === RUN TestUpdatePidsLimit/no_change [2019-09-02T23:34:44.730Z] === RUN TestUpdatePidsLimit/update_lower [2019-09-02T23:34:45.024Z] ok github.com/docker/docker/daemon/logger 0.318s coverage: 42.7% of statements [2019-09-02T23:34:45.139Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-09-02T23:34:45.602Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-09-02T23:34:45.969Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-09-02T23:34:45.972Z] PASS: docker_cli_build_test.go:2624: DockerSuite.TestBuildLineBreak 3.681s [2019-09-02T23:34:45.972Z] PASS: docker_cli_build_test.go:6107: DockerSuite.TestBuildLineErrorOnBuild 0.092s [2019-09-02T23:34:45.972Z] PASS: docker_cli_build_test.go:6118: DockerSuite.TestBuildLineErrorUnknownInstruction 0.085s [2019-09-02T23:34:45.972Z] PASS: docker_cli_build_test.go:6149: DockerSuite.TestBuildLineErrorWithComments 0.095s [2019-09-02T23:34:45.972Z] PASS: docker_cli_build_test.go:6132: DockerSuite.TestBuildLineErrorWithEmptyLines 0.097s [2019-09-02T23:34:45.972Z] PASS: docker_cli_build_test.go:1268: DockerSuite.TestBuildMaintainer 0.268s [2019-09-02T23:34:46.055Z] ---> 0d4959b428f6 [2019-09-02T23:34:46.055Z] Successfully built 0d4959b428f6 [2019-09-02T23:34:46.055Z] Successfully tagged docker:latest [2019-09-02T23:34:46.055Z] INFO: Image build ended at 09/02/2019 23:34:45. Duration:00:03:56.8099169 [2019-09-02T23:34:46.335Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-09-02T23:34:46.515Z] [2019-09-02T23:34:46.515Z] [2019-09-02T23:34:46.515Z] INFO: Building the test binaries at 09/02/2019 23:34:46... [2019-09-02T23:34:47.341Z] PASS: docker_cli_build_test.go:3892: DockerSuite.TestBuildMissingArgs 1.345s [2019-09-02T23:34:47.725Z] ok github.com/docker/docker/daemon/logger/gelf 0.034s coverage: 68.2% of statements [2019-09-02T23:34:48.159Z] --- PASS: TestUpdatePidsLimit (4.37s) [2019-09-02T23:34:48.159Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.43s) [2019-09-02T23:34:48.159Z] --- PASS: TestUpdatePidsLimit/no_change (0.43s) [2019-09-02T23:34:48.159Z] --- PASS: TestUpdatePidsLimit/update_lower (0.46s) [2019-09-02T23:34:48.159Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.49s) [2019-09-02T23:34:48.159Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.45s) [2019-09-02T23:34:48.159Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.44s) [2019-09-02T23:34:48.159Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.45s) [2019-09-02T23:34:48.159Z] === RUN TestUpdateRestartPolicy [2019-09-02T23:34:49.219Z] ok github.com/docker/docker/daemon/logger/awslogs 0.639s coverage: 78.6% of statements [2019-09-02T23:34:49.219Z] ok github.com/docker/docker/daemon/images 0.053s coverage: 4.9% of statements [2019-09-02T23:34:49.219Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-09-02T23:34:49.219Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-09-02T23:34:49.219Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-09-02T23:34:49.219Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-09-02T23:34:49.234Z] PASS: docker_cli_build_test.go:445: DockerSuite.TestBuildModifyFileInFolder 1.545s [2019-09-02T23:34:49.797Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.59s) [2019-09-02T23:34:49.797Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestAuthZPluginV2NonexistentFailsDaemonStart [2019-09-02T23:34:49.797Z] daemon.go:336: [d7be24f22e073] waiting for daemon to start [2019-09-02T23:34:49.797Z] daemon.go:336: [d7be24f22e073] waiting for daemon to start [2019-09-02T23:34:49.797Z] daemon.go:364: [d7be24f22e073] daemon started [2019-09-02T23:34:49.797Z] daemon.go:472: [d7be24f22e073] Stopping daemon [2019-09-02T23:34:49.797Z] daemon.go:307: [d7be24f22e073] exiting daemon [2019-09-02T23:34:49.797Z] daemon.go:459: [d7be24f22e073] Daemon stopped [2019-09-02T23:34:49.797Z] daemon.go:336: [d7be24f22e073] waiting for daemon to start [2019-09-02T23:34:49.797Z] daemon.go:336: [d7be24f22e073] waiting for daemon to start [2019-09-02T23:34:49.797Z] daemon.go:336: [d7be24f22e073] waiting for daemon to start [2019-09-02T23:34:49.797Z] daemon.go:336: [d7be24f22e073] waiting for daemon to start [2019-09-02T23:34:49.797Z] daemon.go:350: [d7be24f22e073] error pinging daemon on start: Get http://d7be24f22e073.sock/_ping: context deadline exceeded [2019-09-02T23:34:49.797Z] daemon.go:336: [d7be24f22e073] waiting for daemon to start [2019-09-02T23:34:49.797Z] daemon.go:350: [d7be24f22e073] error pinging daemon on start: Get http://d7be24f22e073.sock/_ping: context deadline exceeded [2019-09-02T23:34:49.797Z] daemon.go:336: [d7be24f22e073] waiting for daemon to start [2019-09-02T23:34:49.797Z] daemon.go:350: [d7be24f22e073] error pinging daemon on start: Get http://d7be24f22e073.sock/_ping: context deadline exceeded [2019-09-02T23:34:49.797Z] daemon.go:336: [d7be24f22e073] waiting for daemon to start [2019-09-02T23:34:49.797Z] daemon.go:350: [d7be24f22e073] error pinging daemon on start: Get http://d7be24f22e073.sock/_ping: context deadline exceeded [2019-09-02T23:34:49.797Z] daemon.go:307: [d7be24f22e073] exiting daemon [2019-09-02T23:34:49.797Z] daemon.go:336: [d7be24f22e073] waiting for daemon to start [2019-09-02T23:34:49.797Z] daemon.go:336: [d7be24f22e073] waiting for daemon to start [2019-09-02T23:34:49.797Z] daemon.go:336: [d7be24f22e073] waiting for daemon to start [2019-09-02T23:34:49.797Z] daemon.go:364: [d7be24f22e073] daemon started [2019-09-02T23:34:49.797Z] daemon.go:472: [d7be24f22e073] Stopping daemon [2019-09-02T23:34:49.797Z] daemon.go:307: [d7be24f22e073] exiting daemon [2019-09-02T23:34:49.797Z] daemon.go:459: [d7be24f22e073] Daemon stopped [2019-09-02T23:34:49.797Z] PASS [2019-09-02T23:34:49.797Z] Running /go/src/github.com/docker/docker/integration/plugin/common flags=-test.v -test.timeout=120m [2019-09-02T23:34:49.845Z] ok github.com/docker/docker/daemon/logger/journald 0.016s coverage: 26.2% of statements [2019-09-02T23:34:50.055Z] INFO: Testing against a local daemon [2019-09-02T23:34:50.055Z] === RUN TestPluginInvalidJSON [2019-09-02T23:34:50.055Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-09-02T23:34:50.055Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-09-02T23:34:50.055Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-09-02T23:34:50.055Z] --- PASS: TestPluginInvalidJSON (0.03s) [2019-09-02T23:34:50.055Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-09-02T23:34:50.055Z] PASS [2019-09-02T23:34:50.055Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver flags=-test.v -test.timeout=120m [2019-09-02T23:34:50.311Z] INFO: Testing against a local daemon [2019-09-02T23:34:50.311Z] === RUN TestExternalGraphDriver [2019-09-02T23:34:50.568Z] === RUN TestExternalGraphDriver/json [2019-09-02T23:34:51.325Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.070s coverage: 88.3% of statements [2019-09-02T23:34:51.612Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.018s coverage: 62.1% of statements [2019-09-02T23:34:52.463Z] === RUN TestExternalGraphDriver/spec [2019-09-02T23:34:53.394Z] PASS: docker_cli_build_test.go:4638: DockerSuite.TestBuildMultiStageArg 4.348s [2019-09-02T23:34:53.959Z] PASS: docker_cli_build_test.go:5526: DockerSuite.TestBuildMultiStageCache 0.482s [2019-09-02T23:34:54.321Z] ok github.com/docker/docker/daemon/logger/local 0.121s coverage: 74.7% of statements [2019-09-02T23:34:54.321Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-09-02T23:34:54.524Z] PASS: docker_cli_build_test.go:5705: DockerSuite.TestBuildMultiStageCopyFromErrors 0.566s [2019-09-02T23:34:54.524Z] === RUN TestExternalGraphDriver/pull [2019-09-02T23:34:55.340Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.062s coverage: 18.6% of statements [2019-09-02T23:34:55.627Z] ok github.com/docker/docker/daemon/logger/syslog 0.011s coverage: 47.8% of statements [2019-09-02T23:34:57.046Z] --- PASS: TestExternalGraphDriver (6.58s) [2019-09-02T23:34:57.046Z] external_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestExternalGraphDriver [2019-09-02T23:34:57.046Z] daemon.go:336: [d4183ffb172a0] waiting for daemon to start [2019-09-02T23:34:57.046Z] daemon.go:336: [d4183ffb172a0] waiting for daemon to start [2019-09-02T23:34:57.046Z] daemon.go:364: [d4183ffb172a0] daemon started [2019-09-02T23:34:57.046Z] daemon.go:472: [d4183ffb172a0] Stopping daemon [2019-09-02T23:34:57.046Z] daemon.go:307: [d4183ffb172a0] exiting daemon [2019-09-02T23:34:57.046Z] daemon.go:459: [d4183ffb172a0] Daemon stopped [2019-09-02T23:34:57.046Z] daemon.go:336: [d4183ffb172a0] waiting for daemon to start [2019-09-02T23:34:57.046Z] daemon.go:336: [d4183ffb172a0] waiting for daemon to start [2019-09-02T23:34:57.046Z] daemon.go:364: [d4183ffb172a0] daemon started [2019-09-02T23:34:57.046Z] daemon.go:472: [d4183ffb172a0] Stopping daemon [2019-09-02T23:34:57.046Z] daemon.go:307: [d4183ffb172a0] exiting daemon [2019-09-02T23:34:57.046Z] daemon.go:459: [d4183ffb172a0] Daemon stopped [2019-09-02T23:34:57.046Z] --- PASS: TestExternalGraphDriver/json (2.09s) [2019-09-02T23:34:57.046Z] daemon.go:336: [d4183ffb172a0] waiting for daemon to start [2019-09-02T23:34:57.046Z] daemon.go:336: [d4183ffb172a0] waiting for daemon to start [2019-09-02T23:34:57.046Z] daemon.go:364: [d4183ffb172a0] daemon started [2019-09-02T23:34:57.046Z] daemon.go:472: [d4183ffb172a0] Stopping daemon [2019-09-02T23:34:57.046Z] daemon.go:307: [d4183ffb172a0] exiting daemon [2019-09-02T23:34:57.046Z] daemon.go:459: [d4183ffb172a0] Daemon stopped [2019-09-02T23:34:57.046Z] daemon.go:336: [d4183ffb172a0] waiting for daemon to start [2019-09-02T23:34:57.046Z] daemon.go:336: [d4183ffb172a0] waiting for daemon to start [2019-09-02T23:34:57.046Z] daemon.go:364: [d4183ffb172a0] daemon started [2019-09-02T23:34:57.046Z] daemon.go:472: [d4183ffb172a0] Stopping daemon [2019-09-02T23:34:57.046Z] daemon.go:307: [d4183ffb172a0] exiting daemon [2019-09-02T23:34:57.046Z] daemon.go:459: [d4183ffb172a0] Daemon stopped [2019-09-02T23:34:57.046Z] --- PASS: TestExternalGraphDriver/spec (2.09s) [2019-09-02T23:34:57.046Z] daemon.go:336: [d4183ffb172a0] waiting for daemon to start [2019-09-02T23:34:57.046Z] daemon.go:336: [d4183ffb172a0] waiting for daemon to start [2019-09-02T23:34:57.046Z] daemon.go:364: [d4183ffb172a0] daemon started [2019-09-02T23:34:57.046Z] daemon.go:472: [d4183ffb172a0] Stopping daemon [2019-09-02T23:34:57.046Z] daemon.go:307: [d4183ffb172a0] exiting daemon [2019-09-02T23:34:57.046Z] daemon.go:459: [d4183ffb172a0] Daemon stopped [2019-09-02T23:34:57.046Z] --- PASS: TestExternalGraphDriver/pull (2.19s) [2019-09-02T23:34:57.046Z] === RUN TestGraphdriverPluginV2 [2019-09-02T23:34:57.114Z] ok github.com/docker/docker/daemon/logger/templates 0.031s coverage: 8.3% of statements [2019-09-02T23:34:58.921Z] INFO: make.ps1 starting at 09/02/2019 23:34:57 [2019-09-02T23:34:58.921Z] INFO: Git commit (e6fce00ec) assumed from DOCKER_GITCOMMIT environment variable [2019-09-02T23:34:58.921Z] INFO: Invoking autogen... [2019-09-02T23:34:58.921Z] INFO: Building daemon... [2019-09-02T23:34:59.150Z] ok github.com/docker/docker/daemon/network 0.038s coverage: 63.8% of statements [2019-09-02T23:35:00.185Z] ok github.com/docker/docker/daemon/logger/splunk 3.256s coverage: 84.5% of statements [2019-09-02T23:35:00.185Z] ? github.com/docker/docker/daemon/names [no test files] [2019-09-02T23:35:00.185Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-09-02T23:35:01.844Z] --- PASS: TestUpdateRestartPolicy (12.88s) [2019-09-02T23:35:01.845Z] === RUN TestUpdateRestartWithAutoRemove [2019-09-02T23:35:01.845Z] --- PASS: TestUpdateRestartWithAutoRemove (0.91s) [2019-09-02T23:35:01.845Z] === RUN TestWaitNonBlocked [2019-09-02T23:35:01.845Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-02T23:35:01.845Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-02T23:35:01.845Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-02T23:35:01.845Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-02T23:35:01.845Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-02T23:35:01.845Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-02T23:35:02.301Z] --- PASS: TestGraphdriverPluginV2 (4.70s) [2019-09-02T23:35:02.301Z] external_test.go:413: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestGraphdriverPluginV2 [2019-09-02T23:35:02.301Z] daemon.go:336: [d8401dfd975f3] waiting for daemon to start [2019-09-02T23:35:02.301Z] daemon.go:336: [d8401dfd975f3] waiting for daemon to start [2019-09-02T23:35:02.301Z] daemon.go:364: [d8401dfd975f3] daemon started [2019-09-02T23:35:02.301Z] daemon.go:472: [d8401dfd975f3] Stopping daemon [2019-09-02T23:35:02.301Z] daemon.go:307: [d8401dfd975f3] exiting daemon [2019-09-02T23:35:02.301Z] daemon.go:459: [d8401dfd975f3] Daemon stopped [2019-09-02T23:35:02.301Z] daemon.go:336: [d8401dfd975f3] waiting for daemon to start [2019-09-02T23:35:02.301Z] daemon.go:336: [d8401dfd975f3] waiting for daemon to start [2019-09-02T23:35:02.301Z] daemon.go:364: [d8401dfd975f3] daemon started [2019-09-02T23:35:02.301Z] daemon.go:472: [d8401dfd975f3] Stopping daemon [2019-09-02T23:35:02.301Z] daemon.go:307: [d8401dfd975f3] exiting daemon [2019-09-02T23:35:02.301Z] daemon.go:459: [d8401dfd975f3] Daemon stopped [2019-09-02T23:35:02.301Z] PASS [2019-09-02T23:35:02.301Z] Running /go/src/github.com/docker/docker/integration/plugin/logging flags=-test.v -test.timeout=120m [2019-09-02T23:35:02.301Z] INFO: Testing against a local daemon [2019-09-02T23:35:02.301Z] === RUN TestContinueAfterPluginCrash [2019-09-02T23:35:02.301Z] === PAUSE TestContinueAfterPluginCrash [2019-09-02T23:35:02.301Z] === RUN TestDaemonStartWithLogOpt [2019-09-02T23:35:02.301Z] === PAUSE TestDaemonStartWithLogOpt [2019-09-02T23:35:02.301Z] === CONT TestContinueAfterPluginCrash [2019-09-02T23:35:02.301Z] === CONT TestDaemonStartWithLogOpt [2019-09-02T23:35:02.928Z] ok github.com/docker/docker/distribution/metadata 0.153s coverage: 48.2% of statements [2019-09-02T23:35:03.100Z] --- PASS: TestWaitNonBlocked (0.03s) [2019-09-02T23:35:03.100Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.99s) [2019-09-02T23:35:03.100Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.11s) [2019-09-02T23:35:03.100Z] === RUN TestWaitBlocked [2019-09-02T23:35:03.100Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-02T23:35:03.100Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-02T23:35:03.100Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-09-02T23:35:03.100Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-09-02T23:35:03.100Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-02T23:35:03.100Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-09-02T23:35:03.551Z] ok github.com/docker/docker/errdefs 0.024s coverage: 49.4% of statements [2019-09-02T23:35:04.574Z] ok github.com/docker/docker/distribution 0.651s coverage: 22.6% of statements [2019-09-02T23:35:04.574Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-09-02T23:35:04.578Z] --- PASS: TestWaitBlocked (0.01s) [2019-09-02T23:35:04.578Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.49s) [2019-09-02T23:35:04.578Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.54s) [2019-09-02T23:35:04.578Z] === CONT TestContainerStartOnDaemonRestart [2019-09-02T23:35:04.578Z] === CONT TestIpcModeOlderClient [2019-09-02T23:35:04.578Z] --- PASS: TestIpcModeOlderClient (0.16s) [2019-09-02T23:35:04.578Z] === CONT TestDaemonRestartIpcMode [2019-09-02T23:35:06.481Z] PASS: docker_cli_build_test.go:5647: DockerSuite.TestBuildMultiStageCopyFromSyntax 11.858s [2019-09-02T23:35:07.807Z] --- PASS: TestContainerStartOnDaemonRestart (2.96s) [2019-09-02T23:35:07.807Z] daemon_linux_test.go:35: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart [2019-09-02T23:35:07.807Z] daemon.go:336: [dbabaa86dd1c7] waiting for daemon to start [2019-09-02T23:35:07.807Z] daemon.go:336: [dbabaa86dd1c7] waiting for daemon to start [2019-09-02T23:35:07.807Z] daemon.go:364: [dbabaa86dd1c7] daemon started [2019-09-02T23:35:07.807Z] daemon.go:336: [dbabaa86dd1c7] waiting for daemon to start [2019-09-02T23:35:07.807Z] daemon.go:307: [dbabaa86dd1c7] exiting daemon [2019-09-02T23:35:07.807Z] daemon.go:336: [dbabaa86dd1c7] waiting for daemon to start [2019-09-02T23:35:07.807Z] daemon.go:364: [dbabaa86dd1c7] daemon started [2019-09-02T23:35:07.807Z] daemon.go:472: [dbabaa86dd1c7] Stopping daemon [2019-09-02T23:35:07.807Z] daemon.go:307: [dbabaa86dd1c7] exiting daemon [2019-09-02T23:35:07.807Z] daemon.go:459: [dbabaa86dd1c7] Daemon stopped [2019-09-02T23:35:08.064Z] ok github.com/docker/docker/distribution/xfer 1.481s coverage: 83.4% of statements [2019-09-02T23:35:08.064Z] ? github.com/docker/docker/dockerversion [no test files] [2019-09-02T23:35:08.690Z] ok github.com/docker/docker/image/cache 0.047s coverage: 19.2% of statements [2019-09-02T23:35:09.108Z] --- PASS: TestDaemonRestartIpcMode (4.18s) [2019-09-02T23:35:09.108Z] daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode [2019-09-02T23:35:09.108Z] daemon.go:336: [dc657a064b270] waiting for daemon to start [2019-09-02T23:35:09.108Z] daemon.go:336: [dc657a064b270] waiting for daemon to start [2019-09-02T23:35:09.108Z] daemon.go:364: [dc657a064b270] daemon started [2019-09-02T23:35:09.108Z] daemon.go:472: [dc657a064b270] Stopping daemon [2019-09-02T23:35:09.108Z] daemon.go:307: [dc657a064b270] exiting daemon [2019-09-02T23:35:09.108Z] daemon.go:459: [dc657a064b270] Daemon stopped [2019-09-02T23:35:09.108Z] daemon.go:336: [dc657a064b270] waiting for daemon to start [2019-09-02T23:35:09.108Z] daemon.go:336: [dc657a064b270] waiting for daemon to start [2019-09-02T23:35:09.108Z] daemon.go:364: [dc657a064b270] daemon started [2019-09-02T23:35:09.108Z] daemon.go:472: [dc657a064b270] Stopping daemon [2019-09-02T23:35:09.108Z] daemon.go:307: [dc657a064b270] exiting daemon [2019-09-02T23:35:09.108Z] daemon.go:459: [dc657a064b270] Daemon stopped [2019-09-02T23:35:09.108Z] PASS [2019-09-02T23:35:09.108Z] Running /go/src/github.com/docker/docker/integration/image flags=-test.v -test.timeout=120m [2019-09-02T23:35:09.108Z] INFO: Testing against a local daemon [2019-09-02T23:35:09.108Z] === RUN TestCommitInheritsEnv [2019-09-02T23:35:09.323Z] ok github.com/docker/docker/image 0.128s coverage: 86.4% of statements [2019-09-02T23:35:09.323Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-09-02T23:35:09.768Z] ok github.com/docker/docker/cmd/dockerd 0.076s coverage: 29.9% of statements [2019-09-02T23:35:09.768Z] ok github.com/docker/docker/container 0.130s coverage: 35.5% of statements [2019-09-02T23:35:09.768Z] ? github.com/docker/docker/container/stream [no test files] [2019-09-02T23:35:09.768Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-09-02T23:35:09.768Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-09-02T23:35:09.768Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-09-02T23:35:09.954Z] --- PASS: TestCommitInheritsEnv (0.60s) [2019-09-02T23:35:09.954Z] === RUN TestImportExtremelyLargeImageWorks [2019-09-02T23:35:09.954Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-09-02T23:35:09.954Z] === RUN TestImagesFilterMultiReference [2019-09-02T23:35:09.954Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2019-09-02T23:35:09.954Z] === RUN TestImagePullPlatformInvalid [2019-09-02T23:35:09.954Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2019-09-02T23:35:09.954Z] === RUN TestRemoveImageOrphaning [2019-09-02T23:35:10.329Z] --- PASS: TestRemoveImageOrphaning (0.52s) [2019-09-02T23:35:10.329Z] === RUN TestRemoveImageGarbageCollector [2019-09-02T23:35:10.329Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2019-09-02T23:35:10.329Z] remove_unix_test.go:30: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-02T23:35:10.329Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-09-02T23:35:10.329Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2019-09-02T23:35:10.329Z] === RUN TestTagInvalidReference [2019-09-02T23:35:10.329Z] --- PASS: TestTagInvalidReference (0.04s) [2019-09-02T23:35:10.329Z] === RUN TestTagValidPrefixedRepo [2019-09-02T23:35:10.349Z] ok github.com/docker/docker/image/v1 0.024s coverage: 25.0% of statements [2019-09-02T23:35:10.349Z] ? github.com/docker/docker/internal/test [no test files] [2019-09-02T23:35:10.697Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2019-09-02T23:35:10.697Z] === RUN TestTagExistedNameWithoutForce [2019-09-02T23:35:10.697Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2019-09-02T23:35:10.697Z] === RUN TestTagOfficialNames [2019-09-02T23:35:10.697Z] --- PASS: TestTagOfficialNames (0.04s) [2019-09-02T23:35:10.697Z] === RUN TestTagMatchesDigest [2019-09-02T23:35:10.697Z] --- PASS: TestTagMatchesDigest (0.02s) [2019-09-02T23:35:10.697Z] === CONT TestImportExtremelyLargeImageWorks [2019-09-02T23:35:11.749Z] PASS: docker_api_swarm_test.go:293: DockerSwarmSuite.TestAPISwarmLeaderElection 20.755s [2019-09-02T23:35:11.749Z] PASS: docker_cli_build_test.go:4662: DockerSuite.TestBuildMultiStageGlobalArg 5.479s [2019-09-02T23:35:12.394Z] ok github.com/docker/docker/internal/testutil 0.006s coverage: 62.5% of statements [2019-09-02T23:35:13.416Z] ? github.com/docker/docker/internal/test/daemon [no test files] [2019-09-02T23:35:13.416Z] ? github.com/docker/docker/internal/test/environment [no test files] [2019-09-02T23:35:13.416Z] ? github.com/docker/docker/internal/test/fakecontext [no test files] [2019-09-02T23:35:13.416Z] ? github.com/docker/docker/internal/test/fakegit [no test files] [2019-09-02T23:35:13.416Z] ? github.com/docker/docker/internal/test/fakestorage [no test files] [2019-09-02T23:35:13.416Z] ? github.com/docker/docker/internal/test/fixtures/load [no test files] [2019-09-02T23:35:13.416Z] ? github.com/docker/docker/internal/test/fixtures/plugin [no test files] [2019-09-02T23:35:13.416Z] ? github.com/docker/docker/internal/test/fixtures/plugin/basic [no test files] [2019-09-02T23:35:13.651Z] PASS: docker_cli_build_test.go:5785: DockerSuite.TestBuildMultiStageImplicitFrom 1.766s [2019-09-02T23:35:13.701Z] ? github.com/docker/docker/internal/test/registry [no test files] [2019-09-02T23:35:13.701Z] ? github.com/docker/docker/internal/test/request [no test files] [2019-09-02T23:35:13.988Z] ok github.com/docker/docker/libcontainerd/queue 0.028s coverage: 100.0% of statements [2019-09-02T23:35:15.047Z] ok github.com/docker/docker/daemon/cluster 0.052s coverage: 0.5% of statements [2019-09-02T23:35:16.038Z] ok github.com/docker/docker/pkg/aaparser 0.044s coverage: 50.0% of statements [2019-09-02T23:35:16.933Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2019-09-02T23:35:17.832Z] PASS: docker_cli_build_test.go:5752: DockerSuite.TestBuildMultiStageMultipleBuilds 3.770s [2019-09-02T23:35:17.832Z] SKIP: docker_cli_build_test.go:5867: DockerSuite.TestBuildMultiStageMultipleBuildsWindows (unmatched requirement DaemonIsWindows) [2019-09-02T23:35:18.089Z] --- PASS: TestDaemonStartWithLogOpt (16.47s) [2019-09-02T23:35:18.089Z] validation_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDaemonStartWithLogOpt [2019-09-02T23:35:18.089Z] daemon.go:336: [d2a0c1d2172b5] waiting for daemon to start [2019-09-02T23:35:18.089Z] daemon.go:336: [d2a0c1d2172b5] waiting for daemon to start [2019-09-02T23:35:18.089Z] daemon.go:364: [d2a0c1d2172b5] daemon started [2019-09-02T23:35:18.089Z] daemon.go:472: [d2a0c1d2172b5] Stopping daemon [2019-09-02T23:35:18.089Z] daemon.go:307: [d2a0c1d2172b5] exiting daemon [2019-09-02T23:35:18.089Z] daemon.go:459: [d2a0c1d2172b5] Daemon stopped [2019-09-02T23:35:18.089Z] daemon.go:336: [d2a0c1d2172b5] waiting for daemon to start [2019-09-02T23:35:18.089Z] daemon.go:336: [d2a0c1d2172b5] waiting for daemon to start [2019-09-02T23:35:18.089Z] daemon.go:364: [d2a0c1d2172b5] daemon started [2019-09-02T23:35:18.089Z] daemon.go:472: [d2a0c1d2172b5] Stopping daemon [2019-09-02T23:35:18.089Z] daemon.go:307: [d2a0c1d2172b5] exiting daemon [2019-09-02T23:35:18.089Z] daemon.go:459: [d2a0c1d2172b5] Daemon stopped [2019-09-02T23:35:18.294Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.8% of statements [2019-09-02T23:35:19.534Z] ok github.com/docker/docker/opts 0.074s coverage: 66.9% of statements [2019-09-02T23:35:21.026Z] ok github.com/docker/docker/pkg/broadcaster 0.005s coverage: 100.0% of statements [2019-09-02T23:35:21.313Z] ok github.com/docker/docker/pkg/authorization 1.353s coverage: 66.7% of statements [2019-09-02T23:35:21.937Z] ok github.com/docker/docker/pkg/archive 1.399s coverage: 77.2% of statements [2019-09-02T23:35:21.937Z] ok github.com/docker/docker/pkg/capabilities 0.035s coverage: 87.5% of statements [2019-09-02T23:35:23.344Z] PASS: docker_cli_build_test.go:5842: DockerSuite.TestBuildMultiStageNameVariants 5.043s [2019-09-02T23:35:23.344Z] PASS: docker_cli_build_test.go:5955: DockerSuite.TestBuildMultiStageResetScratch 0.472s [2019-09-02T23:35:23.344Z] --- PASS: TestContinueAfterPluginCrash (21.72s) [2019-09-02T23:35:23.344Z] logging_linux_test.go:22: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestContinueAfterPluginCrash [2019-09-02T23:35:23.344Z] daemon.go:336: [d56136e7c0c33] waiting for daemon to start [2019-09-02T23:35:23.344Z] daemon.go:336: [d56136e7c0c33] waiting for daemon to start [2019-09-02T23:35:23.344Z] daemon.go:364: [d56136e7c0c33] daemon started [2019-09-02T23:35:23.344Z] daemon.go:472: [d56136e7c0c33] Stopping daemon [2019-09-02T23:35:23.344Z] daemon.go:307: [d56136e7c0c33] exiting daemon [2019-09-02T23:35:23.344Z] daemon.go:459: [d56136e7c0c33] Daemon stopped [2019-09-02T23:35:23.344Z] PASS [2019-09-02T23:35:23.344Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes flags=-test.v -test.timeout=120m [2019-09-02T23:35:23.426Z] ok github.com/docker/docker/pkg/directory 0.021s coverage: 80.0% of statements [2019-09-02T23:35:23.601Z] INFO: Testing against a local daemon [2019-09-02T23:35:23.601Z] === RUN TestPluginWithDevMounts [2019-09-02T23:35:23.601Z] === PAUSE TestPluginWithDevMounts [2019-09-02T23:35:23.601Z] === CONT TestPluginWithDevMounts [2019-09-02T23:35:24.444Z] ok github.com/docker/docker/pkg/discovery 0.007s coverage: 58.3% of statements [2019-09-02T23:35:25.065Z] ok github.com/docker/docker/pkg/discovery/file 0.007s coverage: 97.6% of statements [2019-09-02T23:35:25.494Z] PASS: docker_cli_build_test.go:4687: DockerSuite.TestBuildMultiStageUnusedArg 2.355s [2019-09-02T23:35:25.751Z] --- PASS: TestPluginWithDevMounts (1.95s) [2019-09-02T23:35:25.751Z] mounts_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestPluginWithDevMounts [2019-09-02T23:35:25.751Z] daemon.go:336: [d58ee3fced7bc] waiting for daemon to start [2019-09-02T23:35:25.751Z] daemon.go:336: [d58ee3fced7bc] waiting for daemon to start [2019-09-02T23:35:25.751Z] daemon.go:364: [d58ee3fced7bc] daemon started [2019-09-02T23:35:25.751Z] daemon.go:472: [d58ee3fced7bc] Stopping daemon [2019-09-02T23:35:25.751Z] daemon.go:307: [d58ee3fced7bc] exiting daemon [2019-09-02T23:35:25.751Z] daemon.go:459: [d58ee3fced7bc] Daemon stopped [2019-09-02T23:35:25.751Z] PASS [2019-09-02T23:35:25.751Z] Running /go/src/github.com/docker/docker/integration/secret flags=-test.v -test.timeout=120m [2019-09-02T23:35:25.751Z] PASS: docker_cli_build_test.go:4748: DockerSuite.TestBuildMultipleTags 0.325s [2019-09-02T23:35:25.751Z] INFO: Testing against a local daemon [2019-09-02T23:35:25.751Z] === RUN TestSecretInspect [2019-09-02T23:35:26.085Z] ok github.com/docker/docker/layer 7.236s coverage: 66.9% of statements [2019-09-02T23:35:26.085Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-09-02T23:35:26.085Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-09-02T23:35:26.085Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-09-02T23:35:26.085Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-09-02T23:35:26.085Z] ? github.com/docker/docker/oci [no test files] [2019-09-02T23:35:26.085Z] ? github.com/docker/docker/oci/caps [no test files] [2019-09-02T23:35:26.706Z] ok github.com/docker/docker/pkg/discovery/memory 0.010s coverage: 92.3% of statements [2019-09-02T23:35:27.647Z] --- PASS: TestSecretInspect (1.88s) [2019-09-02T23:35:27.647Z] secret_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestSecretInspect [2019-09-02T23:35:27.647Z] daemon.go:336: [d9f2e2b3d119f] waiting for daemon to start [2019-09-02T23:35:27.647Z] daemon.go:336: [d9f2e2b3d119f] waiting for daemon to start [2019-09-02T23:35:27.647Z] daemon.go:364: [d9f2e2b3d119f] daemon started [2019-09-02T23:35:27.647Z] daemon.go:472: [d9f2e2b3d119f] Stopping daemon [2019-09-02T23:35:27.647Z] daemon.go:307: [d9f2e2b3d119f] exiting daemon [2019-09-02T23:35:27.647Z] daemon.go:459: [d9f2e2b3d119f] Daemon stopped [2019-09-02T23:35:27.647Z] === RUN TestSecretList [2019-09-02T23:35:27.726Z] ok github.com/docker/docker/pkg/discovery/nodes 0.008s coverage: 93.8% of statements [2019-09-02T23:35:27.726Z] ok github.com/docker/docker/pkg/dmesg 0.011s coverage: 83.3% of statements [2019-09-02T23:35:27.904Z] PASS: docker_cli_build_test.go:5562: DockerSuite.TestBuildNetContainer 1.998s [2019-09-02T23:35:28.223Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.430s coverage: 13.7% of statements [2019-09-02T23:35:28.223Z] ok github.com/docker/docker/daemon 12.197s coverage: 17.6% of statements [2019-09-02T23:35:28.223Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-09-02T23:35:28.223Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-09-02T23:35:28.838Z] PASS: docker_cli_build_test.go:5550: DockerSuite.TestBuildNetNone 0.808s [2019-09-02T23:35:29.149Z] ok github.com/docker/docker/daemon/discovery 0.005s coverage: 30.0% of statements [2019-09-02T23:35:29.213Z] ok github.com/docker/docker/pkg/chrootarchive 4.813s coverage: 43.2% of statements [2019-09-02T23:35:29.213Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-09-02T23:35:29.213Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-09-02T23:35:29.404Z] ok github.com/docker/docker/daemon/config 0.069s coverage: 84.2% of statements [2019-09-02T23:35:29.498Z] ok github.com/docker/docker/pkg/filenotify 0.626s coverage: 67.0% of statements [2019-09-02T23:35:29.498Z] ok github.com/docker/docker/pkg/fileutils 0.021s coverage: 89.5% of statements [2019-09-02T23:35:29.769Z] --- PASS: TestSecretList (2.14s) [2019-09-02T23:35:29.769Z] secret_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestSecretList [2019-09-02T23:35:29.769Z] daemon.go:336: [d0a7a9cfbb90c] waiting for daemon to start [2019-09-02T23:35:29.769Z] daemon.go:336: [d0a7a9cfbb90c] waiting for daemon to start [2019-09-02T23:35:29.769Z] daemon.go:364: [d0a7a9cfbb90c] daemon started [2019-09-02T23:35:29.769Z] daemon.go:472: [d0a7a9cfbb90c] Stopping daemon [2019-09-02T23:35:29.769Z] daemon.go:307: [d0a7a9cfbb90c] exiting daemon [2019-09-02T23:35:29.769Z] daemon.go:459: [d0a7a9cfbb90c] Daemon stopped [2019-09-02T23:35:29.769Z] === RUN TestSecretsCreateAndDelete [2019-09-02T23:35:30.027Z] PASS: docker_cli_build_test.go:2054: DockerSuite.TestBuildNoContext 1.315s [2019-09-02T23:35:30.329Z] ok github.com/docker/docker/daemon/events 0.064s coverage: 50.0% of statements [2019-09-02T23:35:30.330Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-09-02T23:35:30.330Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-09-02T23:35:30.985Z] ok github.com/docker/docker/pkg/discovery/kv 3.254s coverage: 84.1% of statements [2019-09-02T23:35:30.985Z] ok github.com/docker/docker/pkg/fsutils 0.457s coverage: 85.1% of statements [2019-09-02T23:35:31.398Z] PASS: docker_cli_build_test.go:4002: DockerSuite.TestBuildNoDupOutput 1.007s [2019-09-02T23:35:31.609Z] ok github.com/docker/docker/pkg/homedir 0.037s coverage: 10.2% of statements [2019-09-02T23:35:31.691Z] ok github.com/docker/docker/daemon/graphdriver 0.024s coverage: 2.2% of statements [2019-09-02T23:35:31.961Z] --- PASS: TestSecretsCreateAndDelete (2.14s) [2019-09-02T23:35:31.962Z] secret_test.go:125: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestSecretsCreateAndDelete [2019-09-02T23:35:31.962Z] daemon.go:336: [da3eb3f0a6f96] waiting for daemon to start [2019-09-02T23:35:31.962Z] daemon.go:336: [da3eb3f0a6f96] waiting for daemon to start [2019-09-02T23:35:31.962Z] daemon.go:364: [da3eb3f0a6f96] daemon started [2019-09-02T23:35:31.962Z] daemon.go:472: [da3eb3f0a6f96] Stopping daemon [2019-09-02T23:35:31.962Z] daemon.go:307: [da3eb3f0a6f96] exiting daemon [2019-09-02T23:35:31.962Z] daemon.go:459: [da3eb3f0a6f96] Daemon stopped [2019-09-02T23:35:31.962Z] === RUN TestSecretsUpdate [2019-09-02T23:35:33.097Z] ok github.com/docker/docker/pkg/jsonmessage 0.032s coverage: 91.7% of statements [2019-09-02T23:35:33.333Z] PASS: docker_cli_build_test.go:4707: DockerSuite.TestBuildNoNamedVolume 2.024s [2019-09-02T23:35:33.382Z] ok github.com/docker/docker/pkg/locker 0.040s coverage: 88.9% of statements [2019-09-02T23:35:33.590Z] PASS: docker_cli_build_test.go:3499: DockerSuite.TestBuildNotVerboseFailure 0.439s [2019-09-02T23:35:33.590Z] PASS: docker_cli_build_test.go:3527: DockerSuite.TestBuildNotVerboseFailureRemote 0.025s [2019-09-02T23:35:33.669Z] ok github.com/docker/docker/pkg/idtools 0.773s coverage: 70.1% of statements [2019-09-02T23:35:34.154Z] PASS: docker_cli_build_test.go:3478: DockerSuite.TestBuildNotVerboseFailureWithNonExistImage 0.566s [2019-09-02T23:35:34.203Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.005s coverage: 2.9% of statements [2019-09-02T23:35:34.311Z] ok github.com/docker/docker/pkg/longpath 0.005s coverage: 100.0% of statements [2019-09-02T23:35:34.411Z] --- PASS: TestSecretsUpdate (2.29s) [2019-09-02T23:35:34.411Z] secret_test.go:172: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestSecretsUpdate [2019-09-02T23:35:34.411Z] daemon.go:336: [de961cc926a66] waiting for daemon to start [2019-09-02T23:35:34.411Z] daemon.go:336: [de961cc926a66] waiting for daemon to start [2019-09-02T23:35:34.411Z] daemon.go:364: [de961cc926a66] daemon started [2019-09-02T23:35:34.411Z] daemon.go:472: [de961cc926a66] Stopping daemon [2019-09-02T23:35:34.411Z] daemon.go:307: [de961cc926a66] exiting daemon [2019-09-02T23:35:34.411Z] daemon.go:459: [de961cc926a66] Daemon stopped [2019-09-02T23:35:34.411Z] === RUN TestTemplatedSecret [2019-09-02T23:35:34.669Z] PASS: docker_cli_build_test.go:3427: DockerSuite.TestBuildNotVerboseSuccess 0.445s [2019-09-02T23:35:34.763Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.231s coverage: 56.9% of statements [2019-09-02T23:35:35.272Z] PASS: docker_api_swarm_test.go:268: DockerSwarmSuite.TestAPISwarmLeaderProxy 6.054s [2019-09-02T23:35:35.331Z] ok github.com/docker/docker/pkg/namesgenerator 0.022s coverage: 85.7% of statements [2019-09-02T23:35:35.529Z] PASS: docker_cli_build_test.go:4052: DockerSuite.TestBuildNullStringInAddCopyVolume 0.837s [2019-09-02T23:35:35.618Z] ok github.com/docker/docker/pkg/ioutils 2.726s coverage: 70.1% of statements [2019-09-02T23:35:35.618Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-09-02T23:35:36.240Z] ok github.com/docker/docker/pkg/parsers 0.004s coverage: 97.0% of statements [2019-09-02T23:35:36.526Z] ok github.com/docker/docker/pkg/parsers/kernel 0.004s coverage: 60.0% of statements [2019-09-02T23:35:36.811Z] ok github.com/docker/docker/pkg/mount 1.092s coverage: 69.6% of statements [2019-09-02T23:35:36.811Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-09-02T23:35:37.097Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.022s coverage: 91.4% of statements [2019-09-02T23:35:37.384Z] ok github.com/docker/docker/pkg/pidfile 0.028s coverage: 82.4% of statements [2019-09-02T23:35:37.384Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-09-02T23:35:37.384Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-09-02T23:35:38.028Z] ok github.com/docker/docker/daemon/graphdriver/aufs 5.335s coverage: 72.5% of statements [2019-09-02T23:35:38.028Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 1.697s coverage: 46.0% of statements [2019-09-02T23:35:38.028Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-09-02T23:35:38.052Z] --- PASS: TestTemplatedSecret (3.32s) [2019-09-02T23:35:38.052Z] secret_test.go:221: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestTemplatedSecret [2019-09-02T23:35:38.052Z] daemon.go:336: [df3d121a643f4] waiting for daemon to start [2019-09-02T23:35:38.052Z] daemon.go:336: [df3d121a643f4] waiting for daemon to start [2019-09-02T23:35:38.052Z] daemon.go:364: [df3d121a643f4] daemon started [2019-09-02T23:35:38.052Z] daemon.go:472: [df3d121a643f4] Stopping daemon [2019-09-02T23:35:38.052Z] daemon.go:307: [df3d121a643f4] exiting daemon [2019-09-02T23:35:38.052Z] daemon.go:459: [df3d121a643f4] Daemon stopped [2019-09-02T23:35:38.052Z] === RUN TestSecretCreateResolve [2019-09-02T23:35:38.052Z] PASS: docker_cli_build_test.go:2237: DockerSuite.TestBuildOnBuild 2.627s [2019-09-02T23:35:38.873Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.020s coverage: 56.8% of statements [2019-09-02T23:35:38.983Z] PASS: docker_api_build_test.go:282: DockerSuite.TestBuildOnBuildCache 0.773s [2019-09-02T23:35:39.913Z] --- PASS: TestSecretCreateResolve (2.28s) [2019-09-02T23:35:39.913Z] secret_test.go:342: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestSecretCreateResolve [2019-09-02T23:35:39.913Z] daemon.go:336: [db1bee5d6913c] waiting for daemon to start [2019-09-02T23:35:39.913Z] daemon.go:336: [db1bee5d6913c] waiting for daemon to start [2019-09-02T23:35:39.913Z] daemon.go:364: [db1bee5d6913c] daemon started [2019-09-02T23:35:39.913Z] daemon.go:472: [db1bee5d6913c] Stopping daemon [2019-09-02T23:35:39.913Z] daemon.go:307: [db1bee5d6913c] exiting daemon [2019-09-02T23:35:39.913Z] daemon.go:459: [db1bee5d6913c] Daemon stopped [2019-09-02T23:35:39.913Z] PASS [2019-09-02T23:35:39.913Z] Running /go/src/github.com/docker/docker/integration/service flags=-test.v -test.timeout=120m [2019-09-02T23:35:40.169Z] INFO: Testing against a local daemon [2019-09-02T23:35:40.169Z] === RUN TestServiceCreateInit [2019-09-02T23:35:40.169Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-09-02T23:35:40.375Z] ok github.com/docker/docker/pkg/pools 0.007s coverage: 87.9% of statements [2019-09-02T23:35:40.375Z] ok github.com/docker/docker/pkg/plugins/transport 0.023s coverage: 85.7% of statements [2019-09-02T23:35:40.375Z] ok github.com/docker/docker/pkg/progress 0.024s coverage: 75.9% of statements [2019-09-02T23:35:40.537Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.972s coverage: 50.8% of statements [2019-09-02T23:35:41.859Z] ok github.com/docker/docker/pkg/reexec 0.009s coverage: 82.4% of statements [2019-09-02T23:35:42.064Z] PASS: docker_cli_build_test.go:338: DockerSuite.TestBuildOnBuildCmdEntrypointJSON 2.828s [2019-09-02T23:35:42.144Z] ok github.com/docker/docker/pkg/pubsub 1.168s coverage: 73.9% of statements [2019-09-02T23:35:42.454Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.656s coverage: 76.1% of statements [2019-09-02T23:35:42.765Z] ok github.com/docker/docker/pkg/stdcopy 0.013s coverage: 100.0% of statements [2019-09-02T23:35:43.013Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 2.853s coverage: 57.2% of statements [2019-09-02T23:35:43.013Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2019-09-02T23:35:43.013Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-09-02T23:35:43.434Z] PASS: docker_cli_build_test.go:355: DockerSuite.TestBuildOnBuildEntrypointJSON 1.653s [2019-09-02T23:35:43.783Z] ok github.com/docker/docker/pkg/stringid 0.005s coverage: 70.6% of statements [2019-09-02T23:35:43.783Z] ok github.com/docker/docker/pkg/streamformatter 0.011s coverage: 66.2% of statements [2019-09-02T23:35:43.939Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.007s coverage: 58.0% of statements [2019-09-02T23:35:44.500Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.007s coverage: 3.0% of statements [2019-09-02T23:35:44.796Z] ok github.com/docker/docker/pkg/symlink 0.017s coverage: 87.7% of statements [2019-09-02T23:35:44.804Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-09-02T23:35:45.081Z] ok github.com/docker/docker/pkg/sysinfo 0.012s coverage: 80.0% of statements [2019-09-02T23:35:45.081Z] ok github.com/docker/docker/pkg/signal 3.429s coverage: 61.0% of statements [2019-09-02T23:35:45.425Z] ok github.com/docker/docker/daemon/links 0.002s coverage: 93.0% of statements [2019-09-02T23:35:46.177Z] PASS: docker_cli_build_test.go:1734: DockerSuite.TestBuildOnBuildLimitedInheritance 2.508s [2019-09-02T23:35:46.564Z] ok github.com/docker/docker/pkg/system 0.068s coverage: 36.9% of statements [2019-09-02T23:35:47.185Z] ok github.com/docker/docker/pkg/tailfile 0.187s coverage: 88.6% of statements [2019-09-02T23:35:47.547Z] PASS: docker_cli_build_test.go:279: DockerSuite.TestBuildOnBuildLowercase 1.357s [2019-09-02T23:35:47.938Z] ok github.com/docker/docker/daemon/images 0.010s coverage: 4.9% of statements [2019-09-02T23:35:47.938Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-09-02T23:35:47.938Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-09-02T23:35:47.938Z] ok github.com/docker/docker/daemon/logger 0.224s coverage: 42.7% of statements [2019-09-02T23:35:48.232Z] ok github.com/docker/docker/pkg/tarsum 0.197s coverage: 89.3% of statements [2019-09-02T23:35:48.232Z] ok github.com/docker/docker/pkg/term 0.021s coverage: 84.8% of statements [2019-09-02T23:35:48.583Z] testing: warning: no tests to run [2019-09-02T23:35:48.583Z] ok github.com/docker/docker/pkg/term/windows 0.019s coverage: 0.0% of statements [no tests to run] [2019-09-02T23:35:49.003Z] PASS: docker_cli_build_test.go:3182: DockerSuite.TestBuildOnBuildOutput 1.558s [2019-09-02T23:35:49.260Z] --- PASS: TestServiceCreateInit (9.12s) [2019-09-02T23:35:49.260Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.79s) [2019-09-02T23:35:49.260Z] create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceCreateInit/daemonInitDisabled [2019-09-02T23:35:49.260Z] daemon.go:336: [d4cc5289873ed] waiting for daemon to start [2019-09-02T23:35:49.260Z] daemon.go:336: [d4cc5289873ed] waiting for daemon to start [2019-09-02T23:35:49.260Z] daemon.go:364: [d4cc5289873ed] daemon started [2019-09-02T23:35:49.260Z] daemon.go:472: [d4cc5289873ed] Stopping daemon [2019-09-02T23:35:49.260Z] daemon.go:307: [d4cc5289873ed] exiting daemon [2019-09-02T23:35:49.260Z] daemon.go:459: [d4cc5289873ed] Daemon stopped [2019-09-02T23:35:49.260Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.31s) [2019-09-02T23:35:49.260Z] create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceCreateInit/daemonInitEnabled [2019-09-02T23:35:49.260Z] daemon.go:336: [d56c097ac8b9a] waiting for daemon to start [2019-09-02T23:35:49.260Z] daemon.go:336: [d56c097ac8b9a] waiting for daemon to start [2019-09-02T23:35:49.260Z] daemon.go:364: [d56c097ac8b9a] daemon started [2019-09-02T23:35:49.260Z] daemon.go:472: [d56c097ac8b9a] Stopping daemon [2019-09-02T23:35:49.260Z] daemon.go:307: [d56c097ac8b9a] exiting daemon [2019-09-02T23:35:49.260Z] daemon.go:459: [d56c097ac8b9a] Daemon stopped [2019-09-02T23:35:49.260Z] === RUN TestCreateServiceMultipleTimes [2019-09-02T23:35:49.363Z] ok github.com/docker/docker/daemon/logger/gelf 0.005s coverage: 68.2% of statements [2019-09-02T23:35:49.363Z] ok github.com/docker/docker/daemon/logger/awslogs 0.139s coverage: 78.2% of statements [2019-09-02T23:35:49.363Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-09-02T23:35:49.363Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-09-02T23:35:49.517Z] PASS: docker_api_build_test.go:257: DockerSuite.TestBuildOnBuildWithCopy 0.454s [2019-09-02T23:35:49.601Z] ok github.com/docker/docker/pkg/urlutil 0.004s coverage: 100.0% of statements [2019-09-02T23:35:49.601Z] ok github.com/docker/docker/pkg/truncindex 0.110s coverage: 91.5% of statements [2019-09-02T23:35:49.890Z] ok github.com/docker/docker/pkg/useragent 0.023s coverage: 88.9% of statements [2019-09-02T23:35:50.723Z] ok github.com/docker/docker/daemon/logger/journald 0.013s coverage: 26.2% of statements [2019-09-02T23:35:50.979Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.007s coverage: 62.1% of statements [2019-09-02T23:35:51.234Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.004s coverage: 88.3% of statements [2019-09-02T23:35:52.593Z] ok github.com/docker/docker/plugin/v2 0.016s coverage: 14.5% of statements [2019-09-02T23:35:52.597Z] ok github.com/docker/docker/daemon/logger/local 0.024s coverage: 74.7% of statements [2019-09-02T23:35:52.598Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-09-02T23:35:52.853Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.037s coverage: 18.6% of statements [2019-09-02T23:35:53.694Z] PASS: docker_cli_build_test.go:6013: DockerSuite.TestBuildOpaqueDirectory 4.243s [2019-09-02T23:35:54.633Z] ok github.com/docker/docker/reference 0.021s coverage: 84.4% of statements [2019-09-02T23:35:54.740Z] ok github.com/docker/docker/daemon/logger/syslog 0.010s coverage: 47.8% of statements [2019-09-02T23:35:54.917Z] ok github.com/docker/docker/profiles/seccomp 0.017s coverage: 68.8% of statements [2019-09-02T23:35:54.995Z] ok github.com/docker/docker/daemon/logger/templates 0.001s coverage: 8.3% of statements [2019-09-02T23:35:55.554Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2019-09-02T23:35:56.114Z] ok github.com/docker/docker/daemon/logger/splunk 1.656s coverage: 84.5% of statements [2019-09-02T23:35:56.114Z] ? github.com/docker/docker/daemon/names [no test files] [2019-09-02T23:35:56.114Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-09-02T23:35:56.219Z] PASS: docker_cli_build_test.go:1484: DockerSuite.TestBuildPATH 2.260s [2019-09-02T23:35:56.414Z] ok github.com/docker/docker/plugin 0.639s coverage: 27.0% of statements [2019-09-02T23:35:56.785Z] PASS: docker_cli_build_test.go:4030: DockerSuite.TestBuildRUNErrMsg 0.863s [2019-09-02T23:35:57.430Z] ok github.com/docker/docker/registry/resumable 0.026s coverage: 100.0% of statements [2019-09-02T23:35:57.999Z] ok github.com/docker/docker/distribution/metadata 0.039s coverage: 48.2% of statements [2019-09-02T23:35:58.155Z] PASS: docker_cli_build_test.go:3952: DockerSuite.TestBuildRUNoneJSON 1.098s [2019-09-02T23:35:58.449Z] ok github.com/docker/docker/restartmanager 0.019s coverage: 45.3% of statements [2019-09-02T23:35:58.559Z] ok github.com/docker/docker/distribution 0.244s coverage: 22.6% of statements [2019-09-02T23:35:58.559Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-09-02T23:35:59.534Z] PASS: docker_api_swarm_test.go:444: DockerSwarmSuite.TestAPISwarmLeaveOnPendingJoin 23.492s [2019-09-02T23:35:59.920Z] ok github.com/docker/docker/errdefs 0.007s coverage: 49.4% of statements [2019-09-02T23:36:00.492Z] ok github.com/docker/docker/runconfig 0.022s coverage: 68.2% of statements [2019-09-02T23:36:00.492Z] ok github.com/docker/docker/registry 0.460s coverage: 56.4% of statements [2019-09-02T23:36:01.113Z] ok github.com/docker/docker/volume/drivers 0.011s coverage: 36.1% of statements [2019-09-02T23:36:01.281Z] ok github.com/docker/docker/image 0.015s coverage: 86.4% of statements [2019-09-02T23:36:01.281Z] ok github.com/docker/docker/distribution/xfer 1.431s coverage: 83.9% of statements [2019-09-02T23:36:01.281Z] ? github.com/docker/docker/dockerversion [no test files] [2019-09-02T23:36:02.655Z] ok github.com/docker/docker/image/cache 0.036s coverage: 19.2% of statements [2019-09-02T23:36:02.655Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-09-02T23:36:02.912Z] ok github.com/docker/docker/image/v1 0.009s coverage: 25.0% of statements [2019-09-02T23:36:02.912Z] ? github.com/docker/docker/internal/test [no test files] [2019-09-02T23:36:03.815Z] ok github.com/docker/docker/volume/mounts 0.064s coverage: 67.0% of statements [2019-09-02T23:36:04.098Z] ok github.com/docker/docker/volume/local 0.062s coverage: 73.0% of statements [2019-09-02T23:36:04.789Z] PASS: docker_api_swarm_test.go:421: DockerSwarmSuite.TestAPISwarmLeaveRemovesContainer 4.367s [2019-09-02T23:36:04.798Z] ? github.com/docker/docker/internal/test/daemon [no test files] [2019-09-02T23:36:04.798Z] ? github.com/docker/docker/internal/test/environment [no test files] [2019-09-02T23:36:04.798Z] ? github.com/docker/docker/internal/test/fakecontext [no test files] [2019-09-02T23:36:04.798Z] ? github.com/docker/docker/internal/test/fakegit [no test files] [2019-09-02T23:36:04.798Z] ? github.com/docker/docker/internal/test/fakestorage [no test files] [2019-09-02T23:36:04.798Z] ? github.com/docker/docker/internal/test/fixtures/load [no test files] [2019-09-02T23:36:04.798Z] ? github.com/docker/docker/internal/test/fixtures/plugin [no test files] [2019-09-02T23:36:04.798Z] ? github.com/docker/docker/internal/test/fixtures/plugin/basic [no test files] [2019-09-02T23:36:04.798Z] ? github.com/docker/docker/internal/test/registry [no test files] [2019-09-02T23:36:04.798Z] ? github.com/docker/docker/internal/test/request [no test files] [2019-09-02T23:36:05.054Z] ok github.com/docker/docker/internal/testutil 0.011s coverage: 62.5% of statements [2019-09-02T23:36:05.581Z] ok github.com/docker/docker/volume/service 0.031s coverage: 73.0% of statements [2019-09-02T23:36:05.980Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2019-09-02T23:36:07.341Z] ok github.com/docker/docker/opts 0.018s coverage: 66.9% of statements [2019-09-02T23:36:07.341Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2019-09-02T23:36:09.225Z] ok github.com/docker/docker/pkg/archive 0.373s coverage: 77.0% of statements [2019-09-02T23:36:10.046Z] PASS: docker_cli_build_test.go:1402: DockerSuite.TestBuildRelativeCopy 11.606s [2019-09-02T23:36:10.151Z] ok github.com/docker/docker/pkg/authorization 0.194s coverage: 66.7% of statements [2019-09-02T23:36:10.406Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2019-09-02T23:36:10.661Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2019-09-02T23:36:10.977Z] --- PASS: TestCreateServiceMultipleTimes (21.83s) [2019-09-02T23:36:10.977Z] create_test.go:80: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCreateServiceMultipleTimes [2019-09-02T23:36:10.977Z] daemon.go:336: [d28de0f6800a5] waiting for daemon to start [2019-09-02T23:36:10.977Z] daemon.go:336: [d28de0f6800a5] waiting for daemon to start [2019-09-02T23:36:10.977Z] daemon.go:364: [d28de0f6800a5] daemon started [2019-09-02T23:36:10.977Z] daemon.go:472: [d28de0f6800a5] Stopping daemon [2019-09-02T23:36:10.977Z] daemon.go:307: [d28de0f6800a5] exiting daemon [2019-09-02T23:36:10.977Z] daemon.go:459: [d28de0f6800a5] Daemon stopped [2019-09-02T23:36:10.977Z] === RUN TestCreateServiceConflict [2019-09-02T23:36:13.500Z] --- PASS: TestCreateServiceConflict (2.04s) [2019-09-02T23:36:13.500Z] create_test.go:129: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCreateServiceConflict [2019-09-02T23:36:13.500Z] daemon.go:336: [d961ef10cfc15] waiting for daemon to start [2019-09-02T23:36:13.500Z] daemon.go:336: [d961ef10cfc15] waiting for daemon to start [2019-09-02T23:36:13.500Z] daemon.go:364: [d961ef10cfc15] daemon started [2019-09-02T23:36:13.500Z] daemon.go:472: [d961ef10cfc15] Stopping daemon [2019-09-02T23:36:13.500Z] daemon.go:307: [d961ef10cfc15] exiting daemon [2019-09-02T23:36:13.500Z] daemon.go:459: [d961ef10cfc15] Daemon stopped [2019-09-02T23:36:13.500Z] === RUN TestCreateServiceMaxReplicas [2019-09-02T23:36:13.944Z] ok github.com/docker/docker/pkg/plugins 33.638s coverage: 76.6% of statements [2019-09-02T23:36:13.944Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-09-02T23:36:13.944Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-09-02T23:36:13.944Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-09-02T23:36:13.944Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-09-02T23:36:13.944Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-09-02T23:36:13.944Z] ? github.com/docker/docker/rootless [no test files] [2019-09-02T23:36:13.944Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-09-02T23:36:13.944Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-09-02T23:36:13.944Z] ? github.com/docker/docker/volume [no test files] [2019-09-02T23:36:13.944Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-09-02T23:36:13.944Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-09-02T23:36:13.944Z] [2019-09-02T23:36:13.944Z] === Skipped [2019-09-02T23:36:13.944Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-09-02T23:36:13.944Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-09-02T23:36:13.944Z] [2019-09-02T23:36:13.944Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-09-02T23:36:13.944Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-09-02T23:36:13.944Z] [2019-09-02T23:36:13.944Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-09-02T23:36:13.944Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-02T23:36:13.944Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-02T23:36:13.944Z] [2019-09-02T23:36:13.944Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-09-02T23:36:13.944Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-02T23:36:13.944Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-02T23:36:13.944Z] [2019-09-02T23:36:13.944Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-09-02T23:36:13.944Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-02T23:36:13.944Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-02T23:36:13.944Z] [2019-09-02T23:36:13.944Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-09-02T23:36:13.944Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-02T23:36:13.944Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-02T23:36:13.944Z] [2019-09-02T23:36:13.944Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-09-02T23:36:13.944Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-02T23:36:13.944Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-02T23:36:13.944Z] [2019-09-02T23:36:13.944Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-09-02T23:36:13.944Z] graphtest_unix.go:73: No driver to put! [2019-09-02T23:36:13.944Z] [2019-09-02T23:36:13.944Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-09-02T23:36:13.944Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-09-02T23:36:13.944Z] [2019-09-02T23:36:13.944Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-09-02T23:36:13.944Z] overlay_test.go:49: Fails to compute changes intermittently [2019-09-02T23:36:13.944Z] [2019-09-02T23:36:13.944Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-09-02T23:36:13.944Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-09-02T23:36:13.944Z] [2019-09-02T23:36:13.944Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-09-02T23:36:13.944Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-09-02T23:36:13.944Z] [2019-09-02T23:36:13.944Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-09-02T23:36:13.944Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-02T23:36:13.944Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-02T23:36:13.944Z] [2019-09-02T23:36:13.944Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-09-02T23:36:13.944Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-02T23:36:13.944Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-02T23:36:13.944Z] [2019-09-02T23:36:13.944Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-09-02T23:36:13.944Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-02T23:36:13.944Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-02T23:36:13.944Z] [2019-09-02T23:36:13.944Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-09-02T23:36:13.944Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-02T23:36:13.944Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-02T23:36:13.944Z] [2019-09-02T23:36:13.944Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-09-02T23:36:13.944Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-02T23:36:13.944Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-02T23:36:13.944Z] [2019-09-02T23:36:13.944Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-09-02T23:36:13.944Z] graphtest_unix.go:73: No driver to put! [2019-09-02T23:36:13.944Z] [2019-09-02T23:36:13.944Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-09-02T23:36:13.944Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-09-02T23:36:13.944Z] [2019-09-02T23:36:13.944Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-09-02T23:36:13.944Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-09-02T23:36:13.944Z] [2019-09-02T23:36:13.944Z] [2019-09-02T23:36:13.944Z] DONE 2040 tests, 20 skipped in 353.339s [2019-09-02T23:36:14.065Z] PASS: docker_cli_build_test.go:1295: DockerSuite.TestBuildRelativeWorkdir 4.473s Post stage [Pipeline] junit [2019-09-02T23:36:14.598Z] Recording test results [2019-09-02T23:36:14.816Z] ok github.com/docker/docker/layer 7.640s coverage: 66.9% of statements [2019-09-02T23:36:14.816Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-09-02T23:36:14.816Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-09-02T23:36:14.816Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-09-02T23:36:14.816Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-09-02T23:36:14.816Z] ? github.com/docker/docker/oci [no test files] [2019-09-02T23:36:14.816Z] ? github.com/docker/docker/oci/caps [no test files] [2019-09-02T23:36:14.816Z] ok github.com/docker/docker/pkg/chrootarchive 2.994s coverage: 43.2% of statements [2019-09-02T23:36:14.816Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-09-02T23:36:14.816Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-09-02T23:36:14.816Z] ok github.com/docker/docker/pkg/directory 0.022s coverage: 80.0% of statements [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2019-09-02T23:36:15.327Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-39853/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e6fce00ec83df2f23523b836f647b8f3df97953f -e DOCKER_GRAPHDRIVER -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT docker:e6fce00ec83df2f23523b836f647b8f3df97953f hack/make.sh dynbinary test-integration [2019-09-02T23:36:15.613Z] [2019-09-02T23:36:15.742Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2019-09-02T23:36:15.742Z] ok github.com/docker/docker/pkg/discovery/file 0.011s coverage: 92.9% of statements [2019-09-02T23:36:15.896Z] Removing bundles/ [2019-09-02T23:36:15.896Z] [2019-09-02T23:36:15.896Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2019-09-02T23:36:15.896Z] Building: bundles/dynbinary-daemon/dockerd-dev [2019-09-02T23:36:15.896Z] GOOS="" GOARCH="" GOARM="" [2019-09-02T23:36:16.302Z] ok github.com/docker/docker/pkg/discovery/memory 0.010s coverage: 92.3% of statements [2019-09-02T23:36:16.588Z] PASS: docker_cli_build_unix_test.go:28: DockerSuite.TestBuildResourceConstraintsAreUsed 2.129s [2019-09-02T23:36:16.588Z] --- PASS: TestCreateServiceMaxReplicas (3.27s) [2019-09-02T23:36:16.588Z] create_test.go:150: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCreateServiceMaxReplicas [2019-09-02T23:36:16.588Z] daemon.go:336: [d1206e9a4db33] waiting for daemon to start [2019-09-02T23:36:16.588Z] daemon.go:336: [d1206e9a4db33] waiting for daemon to start [2019-09-02T23:36:16.588Z] daemon.go:364: [d1206e9a4db33] daemon started [2019-09-02T23:36:16.588Z] daemon.go:472: [d1206e9a4db33] Stopping daemon [2019-09-02T23:36:16.588Z] daemon.go:307: [d1206e9a4db33] exiting daemon [2019-09-02T23:36:16.588Z] daemon.go:459: [d1206e9a4db33] Daemon stopped [2019-09-02T23:36:16.588Z] === RUN TestCreateWithDuplicateNetworkNames [2019-09-02T23:36:16.862Z] ok github.com/docker/docker/pkg/discovery/nodes 0.021s coverage: 93.8% of statements [2019-09-02T23:36:16.862Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2019-09-02T23:36:17.957Z] PASS: docker_api_swarm_node_test.go:14: DockerSwarmSuite.TestAPISwarmListNodes 3.451s [2019-09-02T23:36:18.223Z] ok github.com/docker/docker/pkg/filenotify 0.604s coverage: 67.0% of statements [2019-09-02T23:36:19.148Z] ok github.com/docker/docker/pkg/fileutils 0.012s coverage: 89.5% of statements [2019-09-02T23:36:19.710Z] ok github.com/docker/docker/pkg/fsutils 0.203s coverage: 85.1% of statements [2019-09-02T23:36:19.853Z] PASS: docker_cli_build_test.go:1190: DockerSuite.TestBuildRm 3.594s [2019-09-02T23:36:20.270Z] ok github.com/docker/docker/pkg/homedir 0.007s coverage: 10.2% of statements [2019-09-02T23:36:20.270Z] ok github.com/docker/docker/pkg/discovery/kv 3.118s coverage: 84.1% of statements [2019-09-02T23:36:21.225Z] PASS: docker_cli_build_test.go:3296: DockerSuite.TestBuildRunShEntrypoint 1.287s [2019-09-02T23:36:21.631Z] ok github.com/docker/docker/pkg/idtools 0.404s coverage: 70.1% of statements [2019-09-02T23:36:21.631Z] ok github.com/docker/docker/pkg/ioutils 0.414s coverage: 69.3% of statements [2019-09-02T23:36:22.191Z] ok github.com/docker/docker/pkg/jsonmessage 0.009s coverage: 91.7% of statements [2019-09-02T23:36:22.191Z] ok github.com/docker/docker/pkg/locker 0.017s coverage: 88.9% of statements [2019-09-02T23:36:22.447Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2019-09-02T23:36:22.447Z] ? github.com/docker/docker/pkg/loopback [no test files] [2019-09-02T23:36:23.007Z] ok github.com/docker/docker/pkg/namesgenerator 0.001s coverage: 85.7% of statements [2019-09-02T23:36:23.121Z] PASS: docker_cli_build_test.go:1752: DockerSuite.TestBuildSameDockerfileWithAndWithoutCache 1.790s [2019-09-02T23:36:23.262Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2019-09-02T23:36:23.378Z] PASS: docker_api_build_test.go:517: DockerSuite.TestBuildScratchCopy 0.565s [2019-09-02T23:36:23.517Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2019-09-02T23:36:23.517Z] ok github.com/docker/docker/pkg/mount 0.576s coverage: 69.6% of statements [2019-09-02T23:36:23.517Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-09-02T23:36:24.077Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.005s coverage: 91.4% of statements [2019-09-02T23:36:24.077Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2019-09-02T23:36:24.077Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-09-02T23:36:24.077Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-09-02T23:36:24.309Z] PASS: docker_cli_build_test.go:6163: DockerSuite.TestBuildSetCommandWithDefinedShell 0.604s [2019-09-02T23:36:25.001Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.013s coverage: 56.8% of statements [2019-09-02T23:36:25.015Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2019-09-02T23:36:25.015Z] [2019-09-02T23:36:25.015Z] ________ ____ __. [2019-09-02T23:36:25.015Z] \_____ \ | |/ _| [2019-09-02T23:36:25.015Z] / | \| < [2019-09-02T23:36:25.015Z] / | \ | \ [2019-09-02T23:36:25.015Z] \_______ /____|__ \ [2019-09-02T23:36:25.015Z] \/ \/ [2019-09-02T23:36:25.015Z] [2019-09-02T23:36:25.015Z] INFO: make.ps1 ended at 09/02/2019 23:36:19 [2019-09-02T23:36:25.015Z] INFO: Binaries build ended at 09/02/2019 23:36:21. Duration:00:01:34.9303795 [2019-09-02T23:36:25.015Z] INFO: Copying the built daemon binary to d:\CI-1\CI-e6fce00ec\binary\dockerd-e6fce00ec.exe... [2019-09-02T23:36:25.015Z] INFO: Copying the built client binary to d:\CI-1\CI-e6fce00ec\binary\docker-e6fce00ec.exe... [2019-09-02T23:36:25.015Z] INFO: Copying dockerversion from the container... [2019-09-02T23:36:25.015Z] INFO: Copying the golang package from the container to d:\CI-1\CI-e6fce00ec\installer\go.zip... [2019-09-02T23:36:25.559Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2019-09-02T23:36:25.684Z] PASS: docker_cli_build_test.go:42: DockerSuite.TestBuildShCmdJSONEntrypoint 1.284s [2019-09-02T23:36:26.133Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 87.9% of statements [2019-09-02T23:36:26.133Z] ok github.com/docker/docker/pkg/progress 0.017s coverage: 75.9% of statements [2019-09-02T23:36:26.614Z] PASS: docker_cli_build_test.go:5265: DockerSuite.TestBuildShellEntrypoint 1.243s [2019-09-02T23:36:27.338Z] e7a74de96ddd: Pull complete [2019-09-02T23:36:27.338Z] Digest: sha256:9323b05cd7a2678cd894fdd310612c21c50010017d6579f028d5774f3867baab [2019-09-02T23:36:27.338Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-02T23:36:27.338Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2019-09-02T23:36:27.338Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2019-09-02T23:36:27.338Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.678' [2019-09-02T23:36:27.338Z] WARN: Skipping validation tests [2019-09-02T23:36:27.338Z] INFO: Running unit tests at 09/02/2019 23:36:26... [2019-09-02T23:36:27.505Z] ok github.com/docker/docker/pkg/pubsub 1.032s coverage: 73.9% of statements [2019-09-02T23:36:27.935Z] INFO: Extracting go.zip to d:\CI-1\CI-e6fce00ec\go [2019-09-02T23:36:27.983Z] PASS: docker_cli_build_test.go:5280: DockerSuite.TestBuildShellInherited 1.109s [2019-09-02T23:36:28.065Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2019-09-02T23:36:31.079Z] INFO: make.ps1 starting at 09/02/2019 23:36:30 [2019-09-02T23:36:31.260Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.92s) [2019-09-02T23:36:31.260Z] create_test.go:171: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCreateWithDuplicateNetworkNames [2019-09-02T23:36:31.260Z] daemon.go:336: [d6bda1371a45f] waiting for daemon to start [2019-09-02T23:36:31.260Z] daemon.go:336: [d6bda1371a45f] waiting for daemon to start [2019-09-02T23:36:31.260Z] daemon.go:364: [d6bda1371a45f] daemon started [2019-09-02T23:36:31.260Z] daemon.go:472: [d6bda1371a45f] Stopping daemon [2019-09-02T23:36:31.260Z] daemon.go:307: [d6bda1371a45f] exiting daemon [2019-09-02T23:36:31.260Z] daemon.go:459: [d6bda1371a45f] Daemon stopped [2019-09-02T23:36:31.260Z] === RUN TestCreateServiceSecretFileMode [2019-09-02T23:36:31.321Z] ok github.com/docker/docker/pkg/signal 2.507s coverage: 61.0% of statements [2019-09-02T23:36:31.321Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2019-09-02T23:36:31.537Z] INFO: Git commit (e6fce00ec) assumed from DOCKER_GITCOMMIT environment variable [2019-09-02T23:36:31.537Z] INFO: Invoking autogen... [2019-09-02T23:36:31.576Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2019-09-02T23:36:31.827Z] PASS: docker_cli_build_test.go:5229: DockerSuite.TestBuildShellMultiple 4.129s [2019-09-02T23:36:31.830Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2019-09-02T23:36:31.996Z] INFO: Running unit tests... [2019-09-02T23:36:32.085Z] PASS: docker_cli_build_test.go:5293: DockerSuite.TestBuildShellNotJSON 0.131s [2019-09-02T23:36:32.085Z] ok github.com/docker/docker/pkg/symlink 0.007s coverage: 87.7% of statements [2019-09-02T23:36:32.343Z] PASS: docker_cli_build_test.go:5212: DockerSuite.TestBuildShellUpdatesConfig 0.322s [2019-09-02T23:36:32.343Z] SKIP: docker_cli_build_test.go:5306: DockerSuite.TestBuildShellWindowsPowershell (unmatched requirement DaemonIsWindows) [2019-09-02T23:36:32.645Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 80.6% of statements [2019-09-02T23:36:32.907Z] PASS: docker_cli_build_test.go:3796: DockerSuite.TestBuildSpaces 0.472s [2019-09-02T23:36:33.205Z] ok github.com/docker/docker/pkg/system 0.022s coverage: 36.9% of statements [2019-09-02T23:36:33.461Z] ok github.com/docker/docker/pkg/tailfile 0.048s coverage: 88.6% of statements [2019-09-02T23:36:33.841Z] --- PASS: TestCreateServiceSecretFileMode (2.35s) [2019-09-02T23:36:33.841Z] create_test.go:224: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCreateServiceSecretFileMode [2019-09-02T23:36:33.841Z] daemon.go:336: [d8e182620d1ff] waiting for daemon to start [2019-09-02T23:36:33.841Z] daemon.go:336: [d8e182620d1ff] waiting for daemon to start [2019-09-02T23:36:33.841Z] daemon.go:364: [d8e182620d1ff] daemon started [2019-09-02T23:36:33.841Z] daemon.go:472: [d8e182620d1ff] Stopping daemon [2019-09-02T23:36:33.841Z] daemon.go:307: [d8e182620d1ff] exiting daemon [2019-09-02T23:36:33.841Z] daemon.go:459: [d8e182620d1ff] Daemon stopped [2019-09-02T23:36:33.841Z] === RUN TestCreateServiceConfigFileMode [2019-09-02T23:36:33.841Z] PASS: docker_cli_build_test.go:3859: DockerSuite.TestBuildSpacesWithQuotes 1.000s [2019-09-02T23:36:34.021Z] ok github.com/docker/docker/pkg/tarsum 0.039s coverage: 89.3% of statements [2019-09-02T23:36:34.098Z] PASS: docker_cli_build_test.go:4019: DockerSuite.TestBuildStartsFromOne 0.126s [2019-09-02T23:36:34.580Z] ok github.com/docker/docker/pkg/term 0.003s coverage: 84.8% of statements [2019-09-02T23:36:34.836Z] testing: warning: no tests to run [2019-09-02T23:36:34.836Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: 0.0% of statements [no tests to run] [2019-09-02T23:36:35.029Z] PASS: docker_cli_build_test.go:3557: DockerSuite.TestBuildStderr 1.113s [2019-09-02T23:36:35.394Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2019-09-02T23:36:35.394Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2019-09-02T23:36:35.649Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2019-09-02T23:36:36.400Z] --- PASS: TestCreateServiceConfigFileMode (2.72s) [2019-09-02T23:36:36.400Z] create_test.go:288: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCreateServiceConfigFileMode [2019-09-02T23:36:36.400Z] daemon.go:336: [d564f61f95cc7] waiting for daemon to start [2019-09-02T23:36:36.400Z] daemon.go:336: [d564f61f95cc7] waiting for daemon to start [2019-09-02T23:36:36.400Z] daemon.go:364: [d564f61f95cc7] daemon started [2019-09-02T23:36:36.400Z] daemon.go:472: [d564f61f95cc7] Stopping daemon [2019-09-02T23:36:36.400Z] daemon.go:307: [d564f61f95cc7] exiting daemon [2019-09-02T23:36:36.400Z] daemon.go:459: [d564f61f95cc7] Daemon stopped [2019-09-02T23:36:36.400Z] === RUN TestCreateServiceSysctls [2019-09-02T23:36:38.158Z] ok github.com/docker/docker/plugin 0.535s coverage: 27.0% of statements [2019-09-02T23:36:38.717Z] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.5% of statements [2019-09-02T23:36:39.642Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 73.8% of statements [2019-09-02T23:36:40.202Z] ok github.com/docker/docker/reference 0.005s coverage: 83.7% of statements [2019-09-02T23:36:40.575Z] PASS: docker_cli_build_test.go:5381: DockerSuite.TestBuildStepsWithProgress 4.878s [2019-09-02T23:36:40.575Z] --- PASS: TestCreateServiceSysctls (3.95s) [2019-09-02T23:36:40.575Z] create_test.go:378: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCreateServiceSysctls [2019-09-02T23:36:40.575Z] daemon.go:336: [d0ea93d76f72c] waiting for daemon to start [2019-09-02T23:36:40.575Z] daemon.go:336: [d0ea93d76f72c] waiting for daemon to start [2019-09-02T23:36:40.575Z] daemon.go:364: [d0ea93d76f72c] daemon started [2019-09-02T23:36:40.575Z] daemon.go:472: [d0ea93d76f72c] Stopping daemon [2019-09-02T23:36:40.575Z] daemon.go:307: [d0ea93d76f72c] exiting daemon [2019-09-02T23:36:40.575Z] daemon.go:459: [d0ea93d76f72c] Daemon stopped [2019-09-02T23:36:40.575Z] === RUN TestCreateServiceCapabilities [2019-09-02T23:36:41.510Z] PASS: docker_cli_build_test.go:4072: DockerSuite.TestBuildStopSignal 1.133s [2019-09-02T23:36:41.564Z] ok github.com/docker/docker/registry 0.086s coverage: 56.4% of statements [2019-09-02T23:36:42.124Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2019-09-02T23:36:42.378Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 45.3% of statements [2019-09-02T23:36:42.880Z] PASS: docker_cli_build_test.go:4852: DockerSuite.TestBuildSymlinkBasename 1.350s [2019-09-02T23:36:43.137Z] --- PASS: TestCreateServiceCapabilities (2.94s) [2019-09-02T23:36:43.137Z] create_test.go:462: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestCreateServiceCapabilities [2019-09-02T23:36:43.137Z] daemon.go:336: [d8bc6241daaa6] waiting for daemon to start [2019-09-02T23:36:43.137Z] daemon.go:336: [d8bc6241daaa6] waiting for daemon to start [2019-09-02T23:36:43.137Z] daemon.go:364: [d8bc6241daaa6] daemon started [2019-09-02T23:36:43.137Z] daemon.go:472: [d8bc6241daaa6] Stopping daemon [2019-09-02T23:36:43.137Z] daemon.go:307: [d8bc6241daaa6] exiting daemon [2019-09-02T23:36:43.137Z] daemon.go:459: [d8bc6241daaa6] Daemon stopped [2019-09-02T23:36:43.137Z] === RUN TestInspect [2019-09-02T23:36:43.303Z] ok github.com/docker/docker/runconfig 0.008s coverage: 68.2% of statements [2019-09-02T23:36:43.394Z] PASS: docker_cli_build_test.go:3599: DockerSuite.TestBuildSymlinkBreakout 0.601s [2019-09-02T23:36:43.864Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2019-09-02T23:36:44.764Z] PASS: docker_cli_build_test.go:4724: DockerSuite.TestBuildTagEvent 1.081s [2019-09-02T23:36:44.789Z] ok github.com/docker/docker/volume/local 0.021s coverage: 73.0% of statements [2019-09-02T23:36:45.331Z] --- PASS: TestInspect (2.05s) [2019-09-02T23:36:45.331Z] inspect_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestInspect [2019-09-02T23:36:45.331Z] daemon.go:336: [d80d96878497d] waiting for daemon to start [2019-09-02T23:36:45.331Z] daemon.go:336: [d80d96878497d] waiting for daemon to start [2019-09-02T23:36:45.331Z] daemon.go:364: [d80d96878497d] daemon started [2019-09-02T23:36:45.331Z] daemon.go:472: [d80d96878497d] Stopping daemon [2019-09-02T23:36:45.331Z] daemon.go:307: [d80d96878497d] exiting daemon [2019-09-02T23:36:45.331Z] daemon.go:459: [d80d96878497d] Daemon stopped [2019-09-02T23:36:45.331Z] === RUN TestDockerNetworkConnectAlias [2019-09-02T23:36:45.350Z] ok github.com/docker/docker/volume/mounts 0.017s coverage: 67.0% of statements [2019-09-02T23:36:46.263Z] PASS: docker_cli_build_test.go:4144: DockerSuite.TestBuildTimeArgHistoryExclusions 1.656s [2019-09-02T23:36:46.711Z] ok github.com/docker/docker/volume/service 0.013s coverage: 73.0% of statements [2019-09-02T23:36:48.800Z] PASS: docker_cli_build_test.go:1281: DockerSuite.TestBuildUser 2.278s [2019-09-02T23:36:50.181Z] --- PASS: TestImportExtremelyLargeImageWorks (95.42s) [2019-09-02T23:36:50.181Z] import_test.go:26: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks [2019-09-02T23:36:50.181Z] daemon.go:336: [d3107e963b5d6] waiting for daemon to start [2019-09-02T23:36:50.181Z] daemon.go:336: [d3107e963b5d6] waiting for daemon to start [2019-09-02T23:36:50.181Z] daemon.go:364: [d3107e963b5d6] daemon started [2019-09-02T23:36:50.181Z] daemon.go:472: [d3107e963b5d6] Stopping daemon [2019-09-02T23:36:50.181Z] daemon.go:307: [d3107e963b5d6] exiting daemon [2019-09-02T23:36:50.181Z] daemon.go:459: [d3107e963b5d6] Daemon stopped [2019-09-02T23:36:50.181Z] PASS [2019-09-02T23:36:50.181Z] Running /go/src/github.com/docker/docker/integration/network flags=-test.v -test.timeout=120m [2019-09-02T23:36:50.181Z] INFO: Testing against a local daemon [2019-09-02T23:36:50.181Z] === RUN TestNetworkCreateDelete [2019-09-02T23:36:50.181Z] --- PASS: TestNetworkCreateDelete (0.22s) [2019-09-02T23:36:50.181Z] === RUN TestDockerNetworkDeletePreferID [2019-09-02T23:36:50.181Z] --- PASS: TestDockerNetworkDeletePreferID (0.65s) [2019-09-02T23:36:50.181Z] === RUN TestInspectNetwork [2019-09-02T23:36:50.695Z] --- PASS: TestDockerNetworkConnectAlias (5.46s) [2019-09-02T23:36:50.695Z] network_test.go:20: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDockerNetworkConnectAlias [2019-09-02T23:36:50.695Z] daemon.go:336: [d0f9d54e12d89] waiting for daemon to start [2019-09-02T23:36:50.695Z] daemon.go:336: [d0f9d54e12d89] waiting for daemon to start [2019-09-02T23:36:50.695Z] daemon.go:364: [d0f9d54e12d89] daemon started [2019-09-02T23:36:50.695Z] daemon.go:472: [d0f9d54e12d89] Stopping daemon [2019-09-02T23:36:50.695Z] daemon.go:307: [d0f9d54e12d89] exiting daemon [2019-09-02T23:36:50.695Z] daemon.go:459: [d0f9d54e12d89] Daemon stopped [2019-09-02T23:36:50.695Z] === RUN TestDockerNetworkReConnect [2019-09-02T23:36:52.589Z] PASS: docker_cli_build_test.go:555: DockerSuite.TestBuildUsernamespaceValidateRemappedRoot 4.053s [2019-09-02T23:36:52.610Z] === RUN TestInspectNetwork/full_network_id [2019-09-02T23:36:52.610Z] === RUN TestInspectNetwork/partial_network_id [2019-09-02T23:36:52.610Z] === RUN TestInspectNetwork/network_name [2019-09-02T23:36:52.610Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-09-02T23:36:55.866Z] --- PASS: TestDockerNetworkReConnect (4.66s) [2019-09-02T23:36:55.866Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestDockerNetworkReConnect [2019-09-02T23:36:55.866Z] daemon.go:336: [d642f47a653ae] waiting for daemon to start [2019-09-02T23:36:55.866Z] daemon.go:336: [d642f47a653ae] waiting for daemon to start [2019-09-02T23:36:55.866Z] daemon.go:364: [d642f47a653ae] daemon started [2019-09-02T23:36:55.866Z] daemon.go:472: [d642f47a653ae] Stopping daemon [2019-09-02T23:36:55.866Z] daemon.go:307: [d642f47a653ae] exiting daemon [2019-09-02T23:36:55.866Z] daemon.go:459: [d642f47a653ae] Daemon stopped [2019-09-02T23:36:55.866Z] === RUN TestServicePlugin [2019-09-02T23:36:57.130Z] ? github.com/docker/docker/api [no test files] [2019-09-02T23:36:57.781Z] --- PASS: TestInspectNetwork (10.38s) [2019-09-02T23:36:57.781Z] inspect_test.go:18: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork [2019-09-02T23:36:57.781Z] daemon.go:336: [d530859154a24] waiting for daemon to start [2019-09-02T23:36:57.781Z] daemon.go:336: [d530859154a24] waiting for daemon to start [2019-09-02T23:36:57.781Z] daemon.go:364: [d530859154a24] daemon started [2019-09-02T23:36:57.781Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-09-02T23:36:57.781Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-09-02T23:36:57.781Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-09-02T23:36:57.781Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-09-02T23:36:57.781Z] daemon.go:472: [d530859154a24] Stopping daemon [2019-09-02T23:36:57.781Z] daemon.go:307: [d530859154a24] exiting daemon [2019-09-02T23:36:57.781Z] daemon.go:459: [d530859154a24] Daemon stopped [2019-09-02T23:36:57.781Z] === RUN TestRunContainerWithBridgeNone [2019-09-02T23:36:57.915Z] INFO: Extraction ended at 09/02/2019 23:36:53. Duration:00:00:25.7483550 [2019-09-02T23:36:57.915Z] INFO: Updating the golang and path environment variables [2019-09-02T23:36:57.915Z] INFO: GOPATH=d:\gopath [2019-09-02T23:36:57.915Z] INFO: go version go1.12.9 windows/amd64 [2019-09-02T23:36:57.915Z] INFO: Starting a daemon under test... [2019-09-02T23:36:57.915Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI-1\CI-e6fce00ec\daemon --pidfile d:\CI-1\CI-e6fce00ec\docker.pid [2019-09-02T23:36:57.915Z] INFO: Process started successfully. [2019-09-02T23:36:57.915Z] INFO: Waiting for the daemon under test to start... [2019-09-02T23:36:57.915Z] INFO: Daemon under test started and replied! [2019-09-02T23:36:57.915Z] INFO: Docker version of the daemon under test [2019-09-02T23:36:57.915Z] [2019-09-02T23:36:57.915Z] Client: [2019-09-02T23:36:57.915Z] Version: 17.06.2-ce [2019-09-02T23:36:57.915Z] API version: 1.30 [2019-09-02T23:36:57.915Z] Go version: go1.8.3 [2019-09-02T23:36:57.915Z] Git commit: cec0b72 [2019-09-02T23:36:57.915Z] Built: Tue Sep 5 19:57:19 2017 [2019-09-02T23:36:57.915Z] OS/Arch: windows/amd64 [2019-09-02T23:36:57.915Z] [2019-09-02T23:36:57.915Z] Server: [2019-09-02T23:36:57.915Z] Version: 0.0.0-dev [2019-09-02T23:36:57.915Z] API version: 1.41 (minimum version 1.24) [2019-09-02T23:36:57.915Z] Go version: go1.12.9 [2019-09-02T23:36:57.915Z] Git commit: e6fce00ec [2019-09-02T23:36:57.915Z] Built: 09/02/2019 23:34:57 [2019-09-02T23:36:57.915Z] OS/Arch: windows/amd64 [2019-09-02T23:36:57.915Z] Experimental: false [2019-09-02T23:36:57.915Z] [2019-09-02T23:36:57.915Z] INFO: Docker info of the daemon under test [2019-09-02T23:36:57.915Z] [2019-09-02T23:36:57.915Z] Containers: 0 [2019-09-02T23:36:57.915Z] Running: 0 [2019-09-02T23:36:57.915Z] Paused: 0 [2019-09-02T23:36:57.915Z] Stopped: 0 [2019-09-02T23:36:57.915Z] Images: 0 [2019-09-02T23:36:57.915Z] Server Version: 0.0.0-dev [2019-09-02T23:36:57.915Z] Storage Driver: windowsfilter [2019-09-02T23:36:57.915Z] Windows: [2019-09-02T23:36:57.915Z] Logging Driver: json-file [2019-09-02T23:36:57.915Z] Plugins: [2019-09-02T23:36:57.915Z] Volume: local [2019-09-02T23:36:57.915Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2019-09-02T23:36:57.915Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-09-02T23:36:57.915Z] Swarm: inactive [2019-09-02T23:36:57.915Z] Default Isolation: process [2019-09-02T23:36:57.915Z] Kernel Version: 10.0 14393 (14393.3179.amd64fre.rs1_release_1.190806-2245) [2019-09-02T23:36:57.915Z] Operating System: Windows Server 2016 Datacenter Version 1607 (OS Build 14393.3181) [2019-09-02T23:36:57.915Z] OSType: windows [2019-09-02T23:36:57.915Z] Architecture: x86_64 [2019-09-02T23:36:57.915Z] CPUs: 4 [2019-09-02T23:36:57.915Z] Total Memory: 32GiB [2019-09-02T23:36:57.915Z] Name: azwin-2-888790 [2019-09-02T23:36:57.915Z] ID: 534P:VMET:BTG4:LE3R:7QOL:WZXJ:A4XA:NQ42:6FZJ:LI53:I4LH:U23O [2019-09-02T23:36:57.915Z] Docker Root Dir: D:\CI-1\CI-e6fce00ec\daemon [2019-09-02T23:36:57.915Z] Debug Mode (client): false [2019-09-02T23:36:57.915Z] Debug Mode (server): false [2019-09-02T23:36:57.915Z] Registry: https://index.docker.io/v1/ [2019-09-02T23:36:57.915Z] Labels: [2019-09-02T23:36:57.915Z] Experimental: false [2019-09-02T23:36:57.915Z] Insecure Registries: [2019-09-02T23:36:57.915Z] 127.0.0.0/8 [2019-09-02T23:36:57.915Z] Live Restore Enabled: false [2019-09-02T23:36:57.915Z] [2019-09-02T23:36:57.915Z] [2019-09-02T23:36:57.915Z] INFO: Docker images of the daemon under test [2019-09-02T23:36:57.915Z] [2019-09-02T23:36:57.915Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2019-09-02T23:36:57.915Z] [2019-09-02T23:36:57.915Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2019-09-02T23:36:57.915Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2016 from docker hub into daemon under test. This may take some time... [2019-09-02T23:36:57.915Z] ltsc2016: Pulling from windows/servercore [2019-09-02T23:36:57.915Z] 3889bb8d808b: Pulling fs layer [2019-09-02T23:36:57.915Z] 234c9b9e497c: Pulling fs layer [2019-09-02T23:36:58.874Z] ok github.com/docker/docker/pkg/plugins 33.622s coverage: 76.6% of statements [2019-09-02T23:36:58.874Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-09-02T23:36:58.874Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-09-02T23:36:58.874Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-09-02T23:36:58.874Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-09-02T23:36:58.874Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2019-09-02T23:36:58.874Z] ? github.com/docker/docker/rootless [no test files] [2019-09-02T23:36:58.874Z] ? github.com/docker/docker/rootless/specconv [no test files] [2019-09-02T23:36:58.874Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-09-02T23:36:58.874Z] ? github.com/docker/docker/volume [no test files] [2019-09-02T23:36:58.874Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-09-02T23:36:58.874Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-09-02T23:36:59.130Z] [2019-09-02T23:36:59.130Z] === Skipped [2019-09-02T23:36:59.130Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2019-09-02T23:36:59.130Z] exec_linux_test.go:18: requires AppArmor to be enabled [2019-09-02T23:36:59.130Z] [2019-09-02T23:36:59.130Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2019-09-02T23:36:59.130Z] exec_linux_test.go:38: requires AppArmor to be enabled [2019-09-02T23:36:59.130Z] [2019-09-02T23:36:59.130Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2019-09-02T23:36:59.130Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-02T23:36:59.130Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-02T23:36:59.130Z] [2019-09-02T23:36:59.130Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2019-09-02T23:36:59.130Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-02T23:36:59.130Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-02T23:36:59.130Z] [2019-09-02T23:36:59.130Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2019-09-02T23:36:59.130Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-02T23:36:59.130Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-02T23:36:59.130Z] [2019-09-02T23:36:59.130Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2019-09-02T23:36:59.130Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-02T23:36:59.130Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-02T23:36:59.130Z] [2019-09-02T23:36:59.130Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2019-09-02T23:36:59.130Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-02T23:36:59.130Z] graphtest_unix.go:46: Driver btrfs not supported [2019-09-02T23:36:59.130Z] [2019-09-02T23:36:59.130Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2019-09-02T23:36:59.130Z] graphtest_unix.go:73: No driver to put! [2019-09-02T23:36:59.130Z] [2019-09-02T23:36:59.130Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2019-09-02T23:36:59.130Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2019-09-02T23:36:59.130Z] [2019-09-02T23:36:59.130Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2019-09-02T23:36:59.130Z] overlay_test.go:49: Fails to compute changes intermittently [2019-09-02T23:36:59.130Z] [2019-09-02T23:36:59.130Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2019-09-02T23:36:59.130Z] overlay_test.go:65: Cannot run test with naive change algorithm [2019-09-02T23:36:59.130Z] [2019-09-02T23:36:59.130Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2019-09-02T23:36:59.130Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2019-09-02T23:36:59.130Z] [2019-09-02T23:36:59.130Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2019-09-02T23:36:59.130Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-02T23:36:59.130Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-02T23:36:59.130Z] [2019-09-02T23:36:59.130Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2019-09-02T23:36:59.130Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-02T23:36:59.130Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-02T23:36:59.130Z] [2019-09-02T23:36:59.130Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2019-09-02T23:36:59.130Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-02T23:36:59.130Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-02T23:36:59.130Z] [2019-09-02T23:36:59.130Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2019-09-02T23:36:59.130Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-02T23:36:59.130Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-02T23:36:59.130Z] [2019-09-02T23:36:59.130Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2019-09-02T23:36:59.130Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2019-09-02T23:36:59.130Z] graphtest_unix.go:46: Driver zfs not supported [2019-09-02T23:36:59.130Z] [2019-09-02T23:36:59.130Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2019-09-02T23:36:59.130Z] graphtest_unix.go:73: No driver to put! [2019-09-02T23:36:59.130Z] [2019-09-02T23:36:59.130Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2019-09-02T23:36:59.130Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2019-09-02T23:36:59.130Z] [2019-09-02T23:36:59.130Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2019-09-02T23:36:59.130Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2019-09-02T23:36:59.130Z] [2019-09-02T23:36:59.130Z] [2019-09-02T23:36:59.130Z] DONE 2040 tests, 20 skipped in 242.612s Post stage [Pipeline] junit [2019-09-02T23:36:59.698Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2019-09-02T23:37:00.255Z] --- PASS: TestRunContainerWithBridgeNone (2.75s) [2019-09-02T23:37:00.255Z] network_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone [2019-09-02T23:37:00.255Z] daemon.go:336: [d010c13d23461] waiting for daemon to start [2019-09-02T23:37:00.255Z] daemon.go:336: [d010c13d23461] waiting for daemon to start [2019-09-02T23:37:00.255Z] daemon.go:364: [d010c13d23461] daemon started [2019-09-02T23:37:00.255Z] daemon.go:472: [d010c13d23461] Stopping daemon [2019-09-02T23:37:00.255Z] daemon.go:307: [d010c13d23461] exiting daemon [2019-09-02T23:37:00.255Z] daemon.go:459: [d010c13d23461] Daemon stopped [2019-09-02T23:37:00.255Z] === RUN TestNetworkInvalidJSON [2019-09-02T23:37:00.255Z] === RUN TestNetworkInvalidJSON//networks/create [2019-09-02T23:37:00.255Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-09-02T23:37:00.255Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-09-02T23:37:00.255Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-09-02T23:37:00.255Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-02T23:37:00.255Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-02T23:37:00.255Z] === CONT TestNetworkInvalidJSON//networks/create [2019-09-02T23:37:00.255Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-02T23:37:00.255Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-09-02T23:37:00.255Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2019-09-02T23:37:00.255Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-09-02T23:37:00.255Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-09-02T23:37:00.255Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-09-02T23:37:00.255Z] === RUN TestDaemonRestartWithLiveRestore [2019-09-02T23:37:00.319Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39853/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e6fce00ec83df2f23523b836f647b8f3df97953f -e DOCKER_GRAPHDRIVER docker:e6fce00ec83df2f23523b836f647b8f3df97953f hack/validate/vendor [2019-09-02T23:37:01.245Z] No vendor changes in diff. [2019-09-02T23:37:01.650Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2019-09-02T23:37:01.650Z] service_test.go:32: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore [2019-09-02T23:37:01.650Z] daemon.go:336: [d3639a614dc6c] waiting for daemon to start [2019-09-02T23:37:01.650Z] daemon.go:336: [d3639a614dc6c] waiting for daemon to start [2019-09-02T23:37:01.650Z] daemon.go:364: [d3639a614dc6c] daemon started [2019-09-02T23:37:01.650Z] daemon.go:472: [d3639a614dc6c] Stopping daemon [2019-09-02T23:37:01.650Z] daemon.go:307: [d3639a614dc6c] exiting daemon [2019-09-02T23:37:01.650Z] daemon.go:459: [d3639a614dc6c] Daemon stopped [2019-09-02T23:37:01.650Z] daemon.go:336: [d3639a614dc6c] waiting for daemon to start [2019-09-02T23:37:01.650Z] daemon.go:336: [d3639a614dc6c] waiting for daemon to start [2019-09-02T23:37:01.650Z] daemon.go:364: [d3639a614dc6c] daemon started [2019-09-02T23:37:01.650Z] daemon.go:472: [d3639a614dc6c] Stopping daemon [2019-09-02T23:37:01.650Z] daemon.go:307: [d3639a614dc6c] exiting daemon [2019-09-02T23:37:01.650Z] daemon.go:459: [d3639a614dc6c] Daemon stopped [2019-09-02T23:37:01.650Z] === RUN TestDaemonDefaultNetworkPools [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build e2e image) [Pipeline] sh [2019-09-02T23:37:02.154Z] + echo Building e2e image [2019-09-02T23:37:02.154Z] Building e2e image [2019-09-02T23:37:02.154Z] + docker build --build-arg DOCKER_GITCOMMIT=e6fce00ec83df2f23523b836f647b8f3df97953f -t moby-e2e-test -f Dockerfile.e2e . [2019-09-02T23:37:02.154Z] #2 [internal] load .dockerignore [2019-09-02T23:37:02.154Z] #2 transferring context: 34B done [2019-09-02T23:37:02.154Z] #2 DONE 0.0s [2019-09-02T23:37:02.154Z] [2019-09-02T23:37:02.154Z] #1 [internal] load build definition from Dockerfile.e2e [2019-09-02T23:37:02.154Z] #1 transferring dockerfile: 3.19kB done [2019-09-02T23:37:02.154Z] #1 DONE 0.0s [2019-09-02T23:37:02.154Z] [2019-09-02T23:37:02.154Z] #4 [internal] load metadata for docker.io/library/golang:1.12.9-alpine [2019-09-02T23:37:02.410Z] #4 DONE 0.4s [2019-09-02T23:37:02.410Z] [2019-09-02T23:37:02.410Z] #3 [internal] load metadata for docker.io/library/alpine:3.10 [2019-09-02T23:37:02.447Z] --- PASS: TestDaemonDefaultNetworkPools (0.81s) [2019-09-02T23:37:02.447Z] service_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools [2019-09-02T23:37:02.447Z] daemon.go:336: [d7fb8dbc33993] waiting for daemon to start [2019-09-02T23:37:02.447Z] daemon.go:336: [d7fb8dbc33993] waiting for daemon to start [2019-09-02T23:37:02.447Z] daemon.go:364: [d7fb8dbc33993] daemon started [2019-09-02T23:37:02.447Z] daemon.go:472: [d7fb8dbc33993] Stopping daemon [2019-09-02T23:37:02.447Z] daemon.go:307: [d7fb8dbc33993] exiting daemon [2019-09-02T23:37:02.447Z] daemon.go:459: [d7fb8dbc33993] Daemon stopped [2019-09-02T23:37:02.447Z] === RUN TestDaemonRestartWithExistingNetwork [2019-09-02T23:37:02.666Z] #3 DONE 0.4s [2019-09-02T23:37:02.666Z] [2019-09-02T23:37:02.666Z] #14 [base 1/5] FROM docker.io/library/golang:1.12.9-alpine@sha256:e0660b4f1e... [2019-09-02T23:37:02.666Z] #14 resolve docker.io/library/golang:1.12.9-alpine@sha256:e0660b4f1e68e0d408420acb874b396fc6dd25e7c1d03ad36e7d6d1155a4dff6 done [2019-09-02T23:37:02.666Z] #14 extracting sha256:9d48c3bd43c520dc2784e868a780e976b207cbf493eaff8c6596eb871cbd9609 [2019-09-02T23:37:02.666Z] #14 sha256:39f9d94d45e404c98c3aa3c9b2406185f46ffddefeb45cdd9b778024626302fc 1.36kB / 1.36kB done [2019-09-02T23:37:02.666Z] #14 sha256:e0d64652399115816bb8c0b5bb008fa4166bda4d6e06ebf3c0196a5adfc87a66 3.81kB / 3.81kB done [2019-09-02T23:37:02.666Z] #14 sha256:9d48c3bd43c520dc2784e868a780e976b207cbf493eaff8c6596eb871cbd9609 2.79MB / 2.79MB 0.1s done [2019-09-02T23:37:02.666Z] #14 sha256:7f94eaf8af200ac18deb367dab5fb993b8ee609611a0493aa4adc287f8c682f7 301.73kB / 301.73kB 0.1s done [2019-09-02T23:37:02.666Z] #14 sha256:9fe9984849c103d07696bf941dcae6df23b652efdaedf3d804baeede686e8faf 154B / 154B 0.1s done [2019-09-02T23:37:02.666Z] #14 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 0B / 125.33MB 0.1s [2019-09-02T23:37:02.666Z] #14 sha256:0f7136d717396dbb712539e3513a59019cf6ba3c0009cbe16fa8dbb278fdbed7 0B / 126B 0.1s [2019-09-02T23:37:02.666Z] #14 sha256:e0660b4f1e68e0d408420acb874b396fc6dd25e7c1d03ad36e7d6d1155a4dff6 1.65kB / 1.65kB done [2019-09-02T23:37:02.920Z] #14 ... [2019-09-02T23:37:02.920Z] [2019-09-02T23:37:02.920Z] #8 [internal] load build context [2019-09-02T23:37:02.920Z] #8 transferring context: 796.36kB 0.3s done [2019-09-02T23:37:02.920Z] #8 DONE 0.3s [2019-09-02T23:37:02.920Z] [2019-09-02T23:37:02.920Z] #14 [base 1/5] FROM docker.io/library/golang:1.12.9-alpine@sha256:e0660b4f1e... [2019-09-02T23:37:02.920Z] #14 sha256:0f7136d717396dbb712539e3513a59019cf6ba3c0009cbe16fa8dbb278fdbed7 126B / 126B 0.2s done [2019-09-02T23:37:02.920Z] #14 ... [2019-09-02T23:37:02.920Z] [2019-09-02T23:37:02.920Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:72c42ed48c3a2db3... [2019-09-02T23:37:02.920Z] #5 resolve docker.io/library/alpine:3.10@sha256:72c42ed48c3a2db31b7dafe17d275b634664a708d901ec9fd57b1529280f01fb done [2019-09-02T23:37:02.920Z] #5 sha256:72c42ed48c3a2db31b7dafe17d275b634664a708d901ec9fd57b1529280f01fb 1.64kB / 1.64kB done [2019-09-02T23:37:02.920Z] #5 sha256:acd3ca9941a85e8ed16515bfc5328e4e2f8c128caa72959a58a127b7801ee01f 528B / 528B done [2019-09-02T23:37:02.920Z] #5 sha256:961769676411f082461f9ef46626dd7a2d1e2b2a38e6a44364bcbecf51e66dd4 1.51kB / 1.51kB done [2019-09-02T23:37:02.920Z] #5 DONE 0.4s [2019-09-02T23:37:02.920Z] [2019-09-02T23:37:02.920Z] #14 [base 1/5] FROM docker.io/library/golang:1.12.9-alpine@sha256:e0660b4f1e... [2019-09-02T23:37:02.920Z] #14 extracting sha256:9d48c3bd43c520dc2784e868a780e976b207cbf493eaff8c6596eb871cbd9609 0.2s done [2019-09-02T23:37:03.176Z] #14 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 6.63MB / 125.33MB 0.4s [2019-09-02T23:37:03.176Z] #14 extracting sha256:7f94eaf8af200ac18deb367dab5fb993b8ee609611a0493aa4adc287f8c682f7 0.1s [2019-09-02T23:37:03.176Z] #14 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 17.78MB / 125.33MB 0.6s [2019-09-02T23:37:03.176Z] #14 extracting sha256:7f94eaf8af200ac18deb367dab5fb993b8ee609611a0493aa4adc287f8c682f7 0.1s done [2019-09-02T23:37:03.176Z] #14 extracting sha256:9fe9984849c103d07696bf941dcae6df23b652efdaedf3d804baeede686e8faf 0.0s done [2019-09-02T23:37:03.713Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.26s) [2019-09-02T23:37:03.713Z] service_test.go:98: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork [2019-09-02T23:37:03.713Z] daemon.go:336: [d00cb5a9b3397] waiting for daemon to start [2019-09-02T23:37:03.713Z] daemon.go:336: [d00cb5a9b3397] waiting for daemon to start [2019-09-02T23:37:03.713Z] daemon.go:364: [d00cb5a9b3397] daemon started [2019-09-02T23:37:03.713Z] daemon.go:472: [d00cb5a9b3397] Stopping daemon [2019-09-02T23:37:03.713Z] daemon.go:307: [d00cb5a9b3397] exiting daemon [2019-09-02T23:37:03.713Z] daemon.go:459: [d00cb5a9b3397] Daemon stopped [2019-09-02T23:37:03.713Z] daemon.go:336: [d00cb5a9b3397] waiting for daemon to start [2019-09-02T23:37:03.713Z] daemon.go:336: [d00cb5a9b3397] waiting for daemon to start [2019-09-02T23:37:03.713Z] daemon.go:364: [d00cb5a9b3397] daemon started [2019-09-02T23:37:03.713Z] daemon.go:472: [d00cb5a9b3397] Stopping daemon [2019-09-02T23:37:03.713Z] daemon.go:307: [d00cb5a9b3397] exiting daemon [2019-09-02T23:37:03.713Z] daemon.go:459: [d00cb5a9b3397] Daemon stopped [2019-09-02T23:37:03.713Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-02T23:37:03.735Z] #14 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 26.82MB / 125.33MB 1.0s [2019-09-02T23:37:03.735Z] #14 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 33.54MB / 125.33MB 1.1s [2019-09-02T23:37:03.990Z] #14 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 56.99MB / 125.33MB 1.4s [2019-09-02T23:37:04.246Z] #14 ... [2019-09-02T23:37:04.246Z] [2019-09-02T23:37:04.246Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... [2019-09-02T23:37:04.246Z] #6 DONE 1.1s [2019-09-02T23:37:04.246Z] [2019-09-02T23:37:04.246Z] #14 [base 1/5] FROM docker.io/library/golang:1.12.9-alpine@sha256:e0660b4f1e... [2019-09-02T23:37:04.246Z] #14 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 67.40MB / 125.33MB 1.5s [2019-09-02T23:37:04.501Z] #14 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 85.38MB / 125.33MB 1.8s [2019-09-02T23:37:04.756Z] #14 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 102.84MB / 125.33MB 2.0s [2019-09-02T23:37:04.756Z] #14 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 110.76MB / 125.33MB 2.1s [2019-09-02T23:37:04.993Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.44s) [2019-09-02T23:37:04.993Z] service_test.go:131: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-02T23:37:04.993Z] daemon.go:336: [d19f2b4613442] waiting for daemon to start [2019-09-02T23:37:04.993Z] daemon.go:336: [d19f2b4613442] waiting for daemon to start [2019-09-02T23:37:04.993Z] daemon.go:364: [d19f2b4613442] daemon started [2019-09-02T23:37:04.993Z] daemon.go:472: [d19f2b4613442] Stopping daemon [2019-09-02T23:37:04.993Z] daemon.go:307: [d19f2b4613442] exiting daemon [2019-09-02T23:37:04.993Z] daemon.go:459: [d19f2b4613442] Daemon stopped [2019-09-02T23:37:04.993Z] daemon.go:336: [d19f2b4613442] waiting for daemon to start [2019-09-02T23:37:04.993Z] daemon.go:336: [d19f2b4613442] waiting for daemon to start [2019-09-02T23:37:04.993Z] daemon.go:364: [d19f2b4613442] daemon started [2019-09-02T23:37:04.993Z] daemon.go:472: [d19f2b4613442] Stopping daemon [2019-09-02T23:37:04.993Z] daemon.go:307: [d19f2b4613442] exiting daemon [2019-09-02T23:37:04.993Z] daemon.go:459: [d19f2b4613442] Daemon stopped [2019-09-02T23:37:04.993Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-09-02T23:37:05.010Z] #14 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 125.33MB / 125.33MB 2.3s [2019-09-02T23:37:05.011Z] #14 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 125.33MB / 125.33MB 2.4s done [2019-09-02T23:37:05.265Z] #14 extracting sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 [2019-09-02T23:37:05.851Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.62s) [2019-09-02T23:37:05.851Z] service_test.go:181: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool [2019-09-02T23:37:05.851Z] daemon.go:336: [d96fc2a85e664] waiting for daemon to start [2019-09-02T23:37:05.851Z] daemon.go:336: [d96fc2a85e664] waiting for daemon to start [2019-09-02T23:37:05.851Z] daemon.go:364: [d96fc2a85e664] daemon started [2019-09-02T23:37:05.851Z] daemon.go:472: [d96fc2a85e664] Stopping daemon [2019-09-02T23:37:05.851Z] daemon.go:307: [d96fc2a85e664] exiting daemon [2019-09-02T23:37:05.851Z] daemon.go:459: [d96fc2a85e664] Daemon stopped [2019-09-02T23:37:05.851Z] === RUN TestServiceWithPredefinedNetwork [2019-09-02T23:37:08.048Z] PASS: docker_api_swarm_test.go:491: DockerSwarmSuite.TestAPISwarmManagerRestore 31.011s [2019-09-02T23:37:08.418Z] --- PASS: TestServiceWithPredefinedNetwork (2.91s) [2019-09-02T23:37:08.418Z] service_test.go:203: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork [2019-09-02T23:37:08.418Z] daemon.go:336: [df23c5529107f] waiting for daemon to start [2019-09-02T23:37:08.418Z] daemon.go:336: [df23c5529107f] waiting for daemon to start [2019-09-02T23:37:08.418Z] daemon.go:364: [df23c5529107f] daemon started [2019-09-02T23:37:08.418Z] daemon.go:472: [df23c5529107f] Stopping daemon [2019-09-02T23:37:08.418Z] daemon.go:307: [df23c5529107f] exiting daemon [2019-09-02T23:37:08.418Z] daemon.go:459: [df23c5529107f] Daemon stopped [2019-09-02T23:37:08.418Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-09-02T23:37:08.418Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-02T23:37:08.418Z] service_test.go:230: FLAKY_TEST [2019-09-02T23:37:08.418Z] === RUN TestServiceWithDataPathPortInit [2019-09-02T23:37:10.506Z] #14 extracting sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 5.1s [2019-09-02T23:37:10.506Z] #14 ... [2019-09-02T23:37:10.506Z] [2019-09-02T23:37:10.506Z] #7 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... [2019-09-02T23:37:10.506Z] #7 0.956 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2019-09-02T23:37:10.506Z] #7 2.160 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2019-09-02T23:37:10.506Z] #7 2.268 (1/31) Installing ncurses-terminfo-base (6.1_p20190518-r0) [2019-09-02T23:37:10.506Z] #7 2.272 (2/31) Installing ncurses-terminfo (6.1_p20190518-r0) [2019-09-02T23:37:10.506Z] #7 2.483 (3/31) Installing ncurses-libs (6.1_p20190518-r0) [2019-09-02T23:37:10.506Z] #7 2.495 (4/31) Installing readline (8.0.0-r0) [2019-09-02T23:37:10.506Z] #7 2.503 (5/31) Installing bash (5.0.0-r0) [2019-09-02T23:37:10.506Z] #7 2.520 Executing bash-5.0.0-r0.post-install [2019-09-02T23:37:10.506Z] #7 2.524 (6/31) Installing ca-certificates (20190108-r0) [2019-09-02T23:37:10.506Z] #7 2.545 (7/31) Installing libgcc (8.3.0-r0) [2019-09-02T23:37:10.506Z] #7 2.550 (8/31) Installing libstdc++ (8.3.0-r0) [2019-09-02T23:37:10.506Z] #7 2.565 (9/31) Installing binutils (2.32-r0) [2019-09-02T23:37:10.506Z] #7 2.672 (10/31) Installing gmp (6.1.2-r1) [2019-09-02T23:37:10.506Z] #7 2.680 (11/31) Installing isl (0.18-r0) [2019-09-02T23:37:10.506Z] #7 2.698 (12/31) Installing libgomp (8.3.0-r0) [2019-09-02T23:37:10.506Z] #7 2.703 (13/31) Installing libatomic (8.3.0-r0) [2019-09-02T23:37:10.506Z] #7 2.705 (14/31) Installing mpfr3 (3.1.5-r1) [2019-09-02T23:37:10.506Z] #7 2.711 (15/31) Installing mpc1 (1.1.0-r0) [2019-09-02T23:37:10.506Z] #7 2.716 (16/31) Installing gcc (8.3.0-r0) [2019-09-02T23:37:10.506Z] #7 3.672 (17/31) Installing musl-dev (1.1.22-r3) [2019-09-02T23:37:10.506Z] #7 3.779 (18/31) Installing libc-dev (0.7.1-r0) [2019-09-02T23:37:10.506Z] #7 3.781 (19/31) Installing g++ (8.3.0-r0) [2019-09-02T23:37:10.506Z] #7 4.383 (20/31) Installing nghttp2-libs (1.39.2-r0) [2019-09-02T23:37:10.506Z] #7 4.388 (21/31) Installing libcurl (7.65.1-r0) [2019-09-02T23:37:10.506Z] #7 4.399 (22/31) Installing expat (2.2.7-r0) [2019-09-02T23:37:10.506Z] #7 4.404 (23/31) Installing pcre2 (10.33-r0) [2019-09-02T23:37:10.506Z] #7 4.415 (24/31) Installing git (2.22.0-r0) [2019-09-02T23:37:10.506Z] #7 4.645 (25/31) Installing libmnl (1.0.4-r0) [2019-09-02T23:37:10.506Z] #7 4.651 (26/31) Installing libnftnl-libs (1.1.3-r0) [2019-09-02T23:37:10.506Z] #7 4.655 (27/31) Installing iptables (1.8.3-r0) [2019-09-02T23:37:10.506Z] #7 4.692 (28/31) Installing pigz (2.4-r0) [2019-09-02T23:37:10.506Z] #7 4.696 (29/31) Installing tar (1.32-r0) [2019-09-02T23:37:10.506Z] #7 4.705 (30/31) Installing xz-libs (5.2.4-r0) [2019-09-02T23:37:10.506Z] #7 4.710 (31/31) Installing xz (5.2.4-r0) [2019-09-02T23:37:10.506Z] #7 4.716 Executing busybox-1.30.1-r2.trigger [2019-09-02T23:37:10.506Z] #7 4.720 Executing ca-certificates-20190108-r0.trigger [2019-09-02T23:37:10.506Z] #7 4.781 OK: 185 MiB in 45 packages [2019-09-02T23:37:10.506Z] #7 DONE 6.2s [2019-09-02T23:37:10.506Z] [2019-09-02T23:37:10.506Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh [2019-09-02T23:37:10.506Z] #9 DONE 0.1s [2019-09-02T23:37:10.506Z] [2019-09-02T23:37:10.506Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh [2019-09-02T23:37:10.506Z] #10 DONE 0.1s [2019-09-02T23:37:10.506Z] [2019-09-02T23:37:10.506Z] #11 [runner 6/12] COPY integration/testdata /tests/integration/testdat... [2019-09-02T23:37:10.779Z] #11 DONE 0.1s [2019-09-02T23:37:10.779Z] [2019-09-02T23:37:10.779Z] #14 [base 1/5] FROM docker.io/library/golang:1.12.9-alpine@sha256:e0660b4f1e... [2019-09-02T23:37:10.779Z] #14 ... [2019-09-02T23:37:10.779Z] [2019-09-02T23:37:10.779Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t... [2019-09-02T23:37:10.779Z] #12 DONE 0.2s [2019-09-02T23:37:10.779Z] [2019-09-02T23:37:10.779Z] #13 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... [2019-09-02T23:37:10.779Z] #13 DONE 0.1s [2019-09-02T23:37:11.034Z] [2019-09-02T23:37:11.034Z] #14 [base 1/5] FROM docker.io/library/golang:1.12.9-alpine@sha256:e0660b4f1e... [2019-09-02T23:37:11.034Z] #14 extracting sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 5.7s done [2019-09-02T23:37:11.034Z] #14 extracting sha256:0f7136d717396dbb712539e3513a59019cf6ba3c0009cbe16fa8dbb278fdbed7 done [2019-09-02T23:37:11.034Z] #14 DONE 8.5s [2019-09-02T23:37:11.289Z] [2019-09-02T23:37:11.289Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2019-09-02T23:37:12.213Z] #15 0.749 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2019-09-02T23:37:12.226Z] PASS: docker_cli_build_test.go:2660: DockerSuite.TestBuildUsersAndGroups 19.283s [2019-09-02T23:37:12.790Z] PASS: docker_cli_build_test.go:3345: DockerSuite.TestBuildVerboseOut 1.021s [2019-09-02T23:37:13.136Z] #15 1.802 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2019-09-02T23:37:13.136Z] #15 1.874 (1/43) Installing ncurses-terminfo-base (6.1_p20190518-r0) [2019-09-02T23:37:13.136Z] #15 1.877 (2/43) Installing ncurses-terminfo (6.1_p20190518-r0) [2019-09-02T23:37:13.136Z] #15 2.005 (3/43) Installing ncurses-libs (6.1_p20190518-r0) [2019-09-02T23:37:13.136Z] #15 2.012 (4/43) Installing readline (8.0.0-r0) [2019-09-02T23:37:13.136Z] #15 2.017 (5/43) Installing bash (5.0.0-r0) [2019-09-02T23:37:13.136Z] #15 2.029 Executing bash-5.0.0-r0.post-install [2019-09-02T23:37:13.136Z] #15 2.031 (6/43) Installing linux-headers (4.19.36-r0) [2019-09-02T23:37:13.391Z] #15 2.101 (7/43) Installing libuuid (2.33.2-r0) [2019-09-02T23:37:13.391Z] #15 2.104 (8/43) Installing btrfs-progs-libs (5.1.1-r0) [2019-09-02T23:37:13.391Z] #15 2.106 (9/43) Installing btrfs-progs-dev (5.1.1-r0) [2019-09-02T23:37:13.391Z] #15 2.110 (10/43) Installing binutils (2.32-r0) [2019-09-02T23:37:13.391Z] #15 2.177 (11/43) Installing libmagic (5.37-r0) [2019-09-02T23:37:13.391Z] #15 2.199 (12/43) Installing file (5.37-r0) [2019-09-02T23:37:13.391Z] #15 2.201 (13/43) Installing gmp (6.1.2-r1) [2019-09-02T23:37:13.391Z] #15 2.208 (14/43) Installing isl (0.18-r0) [2019-09-02T23:37:13.391Z] #15 2.223 (15/43) Installing libgomp (8.3.0-r0) [2019-09-02T23:37:13.391Z] #15 2.227 (16/43) Installing libatomic (8.3.0-r0) [2019-09-02T23:37:13.391Z] #15 2.229 (17/43) Installing libgcc (8.3.0-r0) [2019-09-02T23:37:13.391Z] #15 2.232 (18/43) Installing mpfr3 (3.1.5-r1) [2019-09-02T23:37:13.391Z] #15 2.237 (19/43) Installing mpc1 (1.1.0-r0) [2019-09-02T23:37:13.391Z] #15 2.240 (20/43) Installing libstdc++ (8.3.0-r0) [2019-09-02T23:37:13.391Z] #15 2.251 (21/43) Installing gcc (8.3.0-r0) [2019-09-02T23:37:13.952Z] #15 2.897 (22/43) Installing musl-dev (1.1.22-r3) [2019-09-02T23:37:14.162Z] PASS: docker_cli_build_test.go:2282: DockerSuite.TestBuildVerifyIntString 1.146s [2019-09-02T23:37:14.207Z] #15 2.974 (23/43) Installing libc-dev (0.7.1-r0) [2019-09-02T23:37:14.207Z] #15 2.993 (24/43) Installing g++ (8.3.0-r0) [2019-09-02T23:37:14.463Z] #15 3.411 (25/43) Installing make (4.2.1-r2) [2019-09-02T23:37:14.463Z] #15 3.416 (26/43) Installing fortify-headers (1.1-r0) [2019-09-02T23:37:14.463Z] #15 3.418 (27/43) Installing build-base (0.5-r1) [2019-09-02T23:37:14.463Z] #15 3.420 (28/43) Installing nghttp2-libs (1.39.2-r0) [2019-09-02T23:37:14.463Z] #15 3.422 (29/43) Installing libcurl (7.65.1-r0) [2019-09-02T23:37:14.463Z] #15 3.429 (30/43) Installing curl (7.65.1-r0) [2019-09-02T23:37:14.463Z] #15 3.432 (31/43) Installing oniguruma (6.9.2-r0) [2019-09-02T23:37:14.463Z] #15 3.438 (32/43) Installing jq (1.6-r0) [2019-09-02T23:37:14.463Z] #15 3.445 (33/43) Installing device-mapper-libs (2.02.184-r0) [2019-09-02T23:37:14.463Z] #15 3.450 (34/43) Installing device-mapper-event-libs (2.02.184-r0) [2019-09-02T23:37:14.463Z] #15 3.452 (35/43) Installing libaio (0.3.111-r0) [2019-09-02T23:37:14.463Z] #15 3.454 (36/43) Installing libblkid (2.33.2-r0) [2019-09-02T23:37:14.463Z] #15 3.459 (37/43) Installing lvm2-libs (2.02.184-r0) [2019-09-02T23:37:14.463Z] #15 3.487 (38/43) Installing libfdisk (2.33.2-r0) [2019-09-02T23:37:14.463Z] #15 3.492 (39/43) Installing libmount (2.33.2-r0) [2019-09-02T23:37:14.463Z] #15 3.497 (40/43) Installing libsmartcols (2.33.2-r0) [2019-09-02T23:37:14.463Z] #15 3.502 (41/43) Installing pkgconf (1.6.1-r1) [2019-09-02T23:37:14.463Z] #15 3.505 (42/43) Installing util-linux-dev (2.33.2-r0) [2019-09-02T23:37:14.713Z] --- PASS: TestServiceWithDataPathPortInit (5.53s) [2019-09-02T23:37:14.713Z] service_test.go:339: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit [2019-09-02T23:37:14.713Z] daemon.go:336: [db7b026000f90] waiting for daemon to start [2019-09-02T23:37:14.713Z] daemon.go:336: [db7b026000f90] waiting for daemon to start [2019-09-02T23:37:14.713Z] daemon.go:364: [db7b026000f90] daemon started [2019-09-02T23:37:14.713Z] daemon.go:472: [db7b026000f90] Stopping daemon [2019-09-02T23:37:14.713Z] daemon.go:307: [db7b026000f90] exiting daemon [2019-09-02T23:37:14.713Z] daemon.go:459: [db7b026000f90] Daemon stopped [2019-09-02T23:37:14.713Z] service_test.go:367: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit [2019-09-02T23:37:14.713Z] daemon.go:336: [dd5130627dcd0] waiting for daemon to start [2019-09-02T23:37:14.713Z] daemon.go:336: [dd5130627dcd0] waiting for daemon to start [2019-09-02T23:37:14.713Z] daemon.go:364: [dd5130627dcd0] daemon started [2019-09-02T23:37:14.713Z] daemon.go:472: [dd5130627dcd0] Stopping daemon [2019-09-02T23:37:14.713Z] daemon.go:307: [dd5130627dcd0] exiting daemon [2019-09-02T23:37:14.713Z] daemon.go:459: [dd5130627dcd0] Daemon stopped [2019-09-02T23:37:14.713Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-09-02T23:37:14.717Z] #15 3.529 (43/43) Installing lvm2-dev (2.02.184-r0) [2019-09-02T23:37:14.717Z] #15 3.534 Executing busybox-1.30.1-r2.trigger [2019-09-02T23:37:14.717Z] #15 3.540 OK: 190 MiB in 58 packages [2019-09-02T23:37:14.814Z] ok github.com/docker/docker/api/server 0.136s coverage: 7.9% of statements [2019-09-02T23:37:15.276Z] #15 DONE 4.1s [2019-09-02T23:37:15.276Z] [2019-09-02T23:37:15.276Z] #16 [base 3/5] RUN mkdir -p /build/ [2019-09-02T23:37:15.532Z] PASS: docker_cli_build_test.go:3328: DockerSuite.TestBuildVerifySingleQuoteFails 1.294s [2019-09-02T23:37:16.201Z] #16 DONE 0.8s [2019-09-02T23:37:16.201Z] [2019-09-02T23:37:16.201Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/ [2019-09-02T23:37:16.464Z] PASS: docker_cli_build_test.go:3879: DockerSuite.TestBuildVolumeFileExistsinContainer 0.975s [2019-09-02T23:37:16.763Z] #17 DONE 0.7s [2019-09-02T23:37:16.763Z] [2019-09-02T23:37:16.763Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/ [2019-09-02T23:37:16.763Z] #18 DONE 0.0s [2019-09-02T23:37:16.763Z] [2019-09-02T23:37:16.763Z] #26 [contrib 1/4] COPY contrib/syscall-test /build/syscall-test [2019-09-02T23:37:17.018Z] #26 DONE 0.1s [2019-09-02T23:37:17.018Z] [2019-09-02T23:37:17.018Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh / [2019-09-02T23:37:17.018Z] #19 DONE 0.1s [2019-09-02T23:37:17.018Z] [2019-09-02T23:37:17.018Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2019-09-02T23:37:17.018Z] #22 DONE 0.1s [2019-09-02T23:37:17.018Z] [2019-09-02T23:37:17.018Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2019-09-02T23:37:17.018Z] #23 DONE 0.1s [2019-09-02T23:37:17.018Z] [2019-09-02T23:37:17.018Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... [2019-09-02T23:37:17.018Z] #27 DONE 0.1s [2019-09-02T23:37:17.018Z] [2019-09-02T23:37:17.018Z] #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver [2019-09-02T23:37:17.018Z] #28 DONE 0.1s [2019-09-02T23:37:17.018Z] [2019-09-02T23:37:17.018Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2019-09-02T23:37:18.379Z] #29 ... [2019-09-02T23:37:18.379Z] [2019-09-02T23:37:18.379Z] #31 [builder 1/4] COPY . . [2019-09-02T23:37:18.379Z] #31 DONE 1.4s [2019-09-02T23:37:18.379Z] [2019-09-02T23:37:18.379Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-... [2019-09-02T23:37:18.988Z] PASS: docker_cli_build_test.go:3672: DockerSuite.TestBuildVolumesRetainContents 2.436s [2019-09-02T23:37:18.988Z] SKIP: docker_cli_build_test.go:1348: DockerSuite.TestBuildWindowsAddCopyPathProcessing (unmatched requirement DaemonIsWindows) [2019-09-02T23:37:18.988Z] SKIP: docker_cli_build_test.go:6058: DockerSuite.TestBuildWindowsEnvCaseInsensitive (unmatched requirement DaemonIsWindows) [2019-09-02T23:37:18.988Z] SKIP: docker_cli_build_test.go:6028: DockerSuite.TestBuildWindowsUser (unmatched requirement DaemonIsWindows) [2019-09-02T23:37:18.988Z] SKIP: docker_cli_build_test.go:1337: DockerSuite.TestBuildWindowsWorkdirProcessing (unmatched requirement DaemonIsWindows) [2019-09-02T23:37:20.269Z] #32 DONE 1.7s [2019-09-02T23:37:20.269Z] [2019-09-02T23:37:20.269Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2019-09-02T23:37:20.269Z] #24 1.488 + RM_GOPATH=0 [2019-09-02T23:37:20.269Z] #24 1.488 + TMP_GOPATH= [2019-09-02T23:37:20.269Z] #24 1.488 + : /build [2019-09-02T23:37:20.269Z] #24 1.488 + '[' -z '' ']' [2019-09-02T23:37:20.269Z] #24 1.489 ++ mktemp -d [2019-09-02T23:37:20.269Z] #24 1.490 + export GOPATH=/tmp/tmp.PdMpCl [2019-09-02T23:37:20.269Z] #24 1.490 + GOPATH=/tmp/tmp.PdMpCl [2019-09-02T23:37:20.269Z] #24 1.490 + RM_GOPATH=1 [2019-09-02T23:37:20.269Z] #24 1.491 ++ dirname ./install.sh [2019-09-02T23:37:20.269Z] #24 1.492 + dir=. [2019-09-02T23:37:20.269Z] #24 1.492 + bin=dockercli [2019-09-02T23:37:20.269Z] #24 1.492 + shift [2019-09-02T23:37:20.269Z] #24 1.492 + '[' '!' -f ./dockercli.installer ']' [2019-09-02T23:37:20.269Z] #24 1.493 + . ./dockercli.installer [2019-09-02T23:37:20.269Z] #24 1.493 ++ DOCKERCLI_CHANNEL=stable [2019-09-02T23:37:20.269Z] #24 1.493 ++ DOCKERCLI_VERSION=17.06.2-ce [2019-09-02T23:37:20.269Z] #24 1.494 + install_dockercli [2019-09-02T23:37:20.269Z] #24 1.494 + echo 'Install docker/cli version 17.06.2-ce from stable' [2019-09-02T23:37:20.269Z] #24 1.494 Install docker/cli version 17.06.2-ce from stable [2019-09-02T23:37:20.269Z] #24 1.494 ++ uname -m [2019-09-02T23:37:20.269Z] #24 1.496 + arch=x86_64 [2019-09-02T23:37:20.269Z] #24 1.496 + '[' x86_64 '!=' x86_64 ']' [2019-09-02T23:37:20.269Z] #24 1.496 + url=https://download.docker.com/linux/static [2019-09-02T23:37:20.269Z] #24 1.496 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2019-09-02T23:37:20.269Z] #24 1.499 + tar -xz docker/docker [2019-09-02T23:37:20.886Z] PASS: docker_cli_build_test.go:5578: DockerSuite.TestBuildWithExtraHost 2.009s [2019-09-02T23:37:20.887Z] PASS: docker_cli_build_test.go:5594: DockerSuite.TestBuildWithExtraHostInvalidFormat 0.048s [2019-09-02T23:37:20.924Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.04s) [2019-09-02T23:37:20.924Z] service_test.go:398: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit [2019-09-02T23:37:20.924Z] daemon.go:336: [d6b7e54bd4436] waiting for daemon to start [2019-09-02T23:37:20.924Z] daemon.go:336: [d6b7e54bd4436] waiting for daemon to start [2019-09-02T23:37:20.924Z] daemon.go:364: [d6b7e54bd4436] daemon started [2019-09-02T23:37:20.924Z] service_test.go:425: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:685sy60v5ifhnoajyplfeq0rm Created:2019-09-02 23:37:15.338326053 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.0.0/24 IPRange: Gateway:20.20.0.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[] Services:map[]} [2019-09-02T23:37:20.924Z] daemon.go:472: [d6b7e54bd4436] Stopping daemon [2019-09-02T23:37:20.924Z] daemon.go:307: [d6b7e54bd4436] exiting daemon [2019-09-02T23:37:20.924Z] daemon.go:459: [d6b7e54bd4436] Daemon stopped [2019-09-02T23:37:20.924Z] service_test.go:438: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit [2019-09-02T23:37:20.924Z] daemon.go:336: [d4561eb2da734] waiting for daemon to start [2019-09-02T23:37:20.924Z] daemon.go:336: [d4561eb2da734] waiting for daemon to start [2019-09-02T23:37:20.924Z] daemon.go:364: [d4561eb2da734] daemon started [2019-09-02T23:37:20.924Z] daemon.go:472: [d4561eb2da734] Stopping daemon [2019-09-02T23:37:20.924Z] daemon.go:307: [d4561eb2da734] exiting daemon [2019-09-02T23:37:20.924Z] daemon.go:459: [d4561eb2da734] Daemon stopped [2019-09-02T23:37:20.924Z] PASS [2019-09-02T23:37:20.924Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan flags=-test.v -test.timeout=120m [2019-09-02T23:37:20.924Z] INFO: Testing against a local daemon [2019-09-02T23:37:20.924Z] === RUN TestDockerNetworkIpvlanPersistance [2019-09-02T23:37:21.632Z] #24 4.558 + mkdir -p /build [2019-09-02T23:37:21.632Z] #24 4.559 + mv docker/docker /build/ [2019-09-02T23:37:21.632Z] #24 4.567 + rmdir docker [2019-09-02T23:37:21.820Z] PASS: docker_cli_build_test.go:5392: DockerSuite.TestBuildWithFailure 1.022s [2019-09-02T23:37:21.836Z] --- PASS: TestDockerNetworkIpvlanPersistance (1.49s) [2019-09-02T23:37:21.836Z] ipvlan_test.go:28: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlanPersistance [2019-09-02T23:37:21.836Z] daemon.go:336: [d5adfc9388a4e] waiting for daemon to start [2019-09-02T23:37:21.836Z] daemon.go:336: [d5adfc9388a4e] waiting for daemon to start [2019-09-02T23:37:21.836Z] daemon.go:364: [d5adfc9388a4e] daemon started [2019-09-02T23:37:21.836Z] daemon.go:472: [d5adfc9388a4e] Stopping daemon [2019-09-02T23:37:21.836Z] daemon.go:307: [d5adfc9388a4e] exiting daemon [2019-09-02T23:37:21.836Z] daemon.go:459: [d5adfc9388a4e] Daemon stopped [2019-09-02T23:37:21.836Z] daemon.go:336: [d5adfc9388a4e] waiting for daemon to start [2019-09-02T23:37:21.836Z] daemon.go:336: [d5adfc9388a4e] waiting for daemon to start [2019-09-02T23:37:21.836Z] daemon.go:364: [d5adfc9388a4e] daemon started [2019-09-02T23:37:21.836Z] daemon.go:472: [d5adfc9388a4e] Stopping daemon [2019-09-02T23:37:21.836Z] daemon.go:307: [d5adfc9388a4e] exiting daemon [2019-09-02T23:37:21.836Z] daemon.go:459: [d5adfc9388a4e] Daemon stopped [2019-09-02T23:37:21.836Z] === RUN TestDockerNetworkIpvlan [2019-09-02T23:37:21.888Z] #24 DONE 4.8s [2019-09-02T23:37:21.888Z] [2019-09-02T23:37:21.888Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-02T23:37:21.888Z] #20 2.793 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... [2019-09-02T23:37:21.888Z] #20 3.648 [2019-09-02T23:37:21.888Z] #20 3.782 # 1.8% ###### 9.2% ######################## 33.6% #################################### 50.5% ############################################## 64.3% ########################################################## 81.6% ######################################################################## 100.0% [2019-09-02T23:37:21.888Z] #20 4.810 [2019-09-02T23:37:22.143Z] #20 5.000 0.1% ############################ 39.3% ######################################################################## 100.0% [2019-09-02T23:37:22.384Z] PASS: docker_cli_build_test.go:1050: DockerSuite.TestBuildWithInaccessibleFilesInContext 0.584s [2019-09-02T23:37:22.633Z] === RUN TestDockerNetworkIpvlan/Subinterface [2019-09-02T23:37:22.703Z] #20 5.824 [2019-09-02T23:37:23.214Z] #20 5.958 #=#=# ## 2.9% ####################### 33.2% ############################################## 64.4% ########################################################## 81.5% ######################################################################## 100.0% [2019-09-02T23:37:23.407Z] === RUN TestDockerNetworkIpvlan/OverlapParent [2019-09-02T23:37:23.753Z] PASS: docker_cli_build_test.go:3359: DockerSuite.TestBuildWithTabs 1.035s [2019-09-02T23:37:23.753Z] PASS: docker_cli_build_test.go:5185: DockerSuite.TestBuildWithUTF8BOM 0.095s [2019-09-02T23:37:23.775Z] #20 6.879 [2019-09-02T23:37:24.682Z] === RUN TestDockerNetworkIpvlan/L2NilParent [2019-09-02T23:37:24.686Z] PASS: docker_api_swarm_node_test.go:75: DockerSwarmSuite.TestAPISwarmNodeDrainPause 11.956s [2019-09-02T23:37:25.819Z] #20 7.026 0.0% #### 6.7% ######### 12.9% ########### 16.3% ################## 25.3% ######################## 33.4% ########################### 37.7% ############################## 41.9% ################################ 44.8% ################################## 48.4% ##################################### 51.9% ########################################## 58.8% ################################################ 67.8% ##################################################### 74.9% ############################################################ 83.9% ###################################################################### 97.4% ######################################################################## 100.0% [2019-09-02T23:37:25.819Z] #20 9.128 [2019-09-02T23:37:27.183Z] #20 10.23 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... [2019-09-02T23:37:27.212Z] PASS: docker_cli_build_test.go:5195: DockerSuite.TestBuildWithUTF8BOMDockerignore 3.226s [2019-09-02T23:37:27.290Z] === RUN TestDockerNetworkIpvlan/L2InternalMode [2019-09-02T23:37:27.745Z] #20 10.65 [2019-09-02T23:37:27.745Z] #20 10.76 ######################################################################## 100.0% [2019-09-02T23:37:27.918Z] 234c9b9e497c: Verifying Checksum [2019-09-02T23:37:27.918Z] 234c9b9e497c: Download complete [2019-09-02T23:37:28.001Z] #20 11.09 [2019-09-02T23:37:29.105Z] PASS: docker_cli_build_test.go:2151: DockerSuite.TestBuildWithVolumeOwnership 2.106s [2019-09-02T23:37:29.365Z] #20 12.32 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... [2019-09-02T23:37:29.623Z] #20 12.75 [2019-09-02T23:37:29.879Z] #20 12.92 0.7% ######################################################################## 100.0% [2019-09-02T23:37:29.879Z] #20 ... [2019-09-02T23:37:29.879Z] [2019-09-02T23:37:29.879Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-09-02T23:37:29.879Z] #33 1.582 [2019-09-02T23:37:29.879Z] #33 1.737 Removing bundles/ [2019-09-02T23:37:29.879Z] #33 1.737 [2019-09-02T23:37:29.879Z] #33 1.742 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary) [2019-09-02T23:37:29.879Z] #33 3.645 Building test suite binary ./integration-cli/test.main [2019-09-02T23:37:30.036Z] PASS: docker_cli_build_test.go:1233: DockerSuite.TestBuildWithVolumes 0.948s [2019-09-02T23:37:30.134Z] #33 ... [2019-09-02T23:37:30.134Z] [2019-09-02T23:37:30.134Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2019-09-02T23:37:30.134Z] #20 13.26 [2019-09-02T23:37:30.293Z] PASS: docker_cli_build_test.go:6093: DockerSuite.TestBuildWorkdirCmd 0.385s [2019-09-02T23:37:30.492Z] === RUN TestDockerNetworkIpvlan/L3NilParent [2019-09-02T23:37:30.857Z] --- PASS: TestServicePlugin (35.32s) [2019-09-02T23:37:30.857Z] plugin_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServicePlugin [2019-09-02T23:37:30.857Z] daemon.go:336: [d847075eed0b0] waiting for daemon to start [2019-09-02T23:37:30.857Z] daemon.go:336: [d847075eed0b0] waiting for daemon to start [2019-09-02T23:37:30.857Z] daemon.go:364: [d847075eed0b0] daemon started [2019-09-02T23:37:30.857Z] daemon.go:472: [d847075eed0b0] Stopping daemon [2019-09-02T23:37:30.857Z] daemon.go:307: [d847075eed0b0] exiting daemon [2019-09-02T23:37:30.857Z] daemon.go:459: [d847075eed0b0] Daemon stopped [2019-09-02T23:37:30.857Z] plugin_test.go:59: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServicePlugin [2019-09-02T23:37:30.857Z] daemon.go:336: [d640efd183076] waiting for daemon to start [2019-09-02T23:37:30.857Z] daemon.go:336: [d640efd183076] waiting for daemon to start [2019-09-02T23:37:30.857Z] daemon.go:364: [d640efd183076] daemon started [2019-09-02T23:37:30.857Z] plugin_test.go:61: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServicePlugin [2019-09-02T23:37:30.857Z] daemon.go:336: [d69eb6d65dbb3] waiting for daemon to start [2019-09-02T23:37:30.857Z] daemon.go:336: [d69eb6d65dbb3] waiting for daemon to start [2019-09-02T23:37:30.857Z] daemon.go:364: [d69eb6d65dbb3] daemon started [2019-09-02T23:37:30.857Z] plugin_test.go:62: [d69eb6d65dbb3] joining swarm manager [d640efd183076]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2019-09-02T23:37:30.857Z] plugin_test.go:64: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServicePlugin [2019-09-02T23:37:30.857Z] daemon.go:336: [d75099287e75c] waiting for daemon to start [2019-09-02T23:37:30.857Z] daemon.go:336: [d75099287e75c] waiting for daemon to start [2019-09-02T23:37:30.857Z] daemon.go:364: [d75099287e75c] daemon started [2019-09-02T23:37:30.857Z] plugin_test.go:65: [d75099287e75c] joining swarm manager [d640efd183076]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2019-09-02T23:37:30.857Z] daemon.go:472: [d75099287e75c] Stopping daemon [2019-09-02T23:37:30.857Z] daemon.go:307: [d75099287e75c] exiting daemon [2019-09-02T23:37:30.857Z] daemon.go:459: [d75099287e75c] Daemon stopped [2019-09-02T23:37:30.858Z] daemon.go:472: [d69eb6d65dbb3] Stopping daemon [2019-09-02T23:37:30.858Z] daemon.go:307: [d69eb6d65dbb3] exiting daemon [2019-09-02T23:37:30.858Z] daemon.go:459: [d69eb6d65dbb3] Daemon stopped [2019-09-02T23:37:30.858Z] daemon.go:472: [d640efd183076] Stopping daemon [2019-09-02T23:37:30.858Z] daemon.go:307: [d640efd183076] exiting daemon [2019-09-02T23:37:30.858Z] daemon.go:459: [d640efd183076] Daemon stopped [2019-09-02T23:37:30.858Z] === RUN TestServiceUpdateLabel [2019-09-02T23:37:31.061Z] #20 14.31 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... [2019-09-02T23:37:31.114Z] PASS: docker_cli_build_test.go:6072: DockerSuite.TestBuildWorkdirImageCmd 0.639s [2019-09-02T23:37:31.114Z] SKIP: docker_cli_build_test.go:4913: DockerSuite.TestBuildWorkdirWindowsPath (unmatched requirement DaemonIsWindows) [2019-09-02T23:37:31.316Z] #20 14.45 skipping existing 1849cc453dee [2019-09-02T23:37:31.877Z] #20 14.76 [2019-09-02T23:37:32.045Z] PASS: docker_cli_build_test.go:1381: DockerSuite.TestBuildWorkdirWithEnvVariables 0.938s [2019-09-02T23:37:32.818Z] #20 15.84 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... [2019-09-02T23:37:32.978Z] --- PASS: TestServiceUpdateLabel (2.14s) [2019-09-02T23:37:32.978Z] update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceUpdateLabel [2019-09-02T23:37:32.978Z] daemon.go:336: [df729c8d0a8b7] waiting for daemon to start [2019-09-02T23:37:32.978Z] daemon.go:336: [df729c8d0a8b7] waiting for daemon to start [2019-09-02T23:37:32.978Z] daemon.go:364: [df729c8d0a8b7] daemon started [2019-09-02T23:37:32.978Z] daemon.go:472: [df729c8d0a8b7] Stopping daemon [2019-09-02T23:37:32.978Z] daemon.go:307: [df729c8d0a8b7] exiting daemon [2019-09-02T23:37:32.978Z] daemon.go:459: [df729c8d0a8b7] Daemon stopped [2019-09-02T23:37:32.978Z] === RUN TestServiceUpdateSecrets [2019-09-02T23:37:33.388Z] #20 16.30 [2019-09-02T23:37:33.388Z] #20 16.41 ######################################################################## 100.0% [2019-09-02T23:37:33.644Z] #20 16.73 [2019-09-02T23:37:33.644Z] #20 16.84 Download of images into '/build' complete. [2019-09-02T23:37:33.749Z] === RUN TestDockerNetworkIpvlan/L3InternalMode [2019-09-02T23:37:33.898Z] #20 16.84 Use something like the following to load the result into a Docker daemon: [2019-09-02T23:37:33.898Z] #20 16.84 tar -cC '/build' . | docker load [2019-09-02T23:37:34.354Z] PASS: docker_cli_build_test.go:3654: DockerSuite.TestBuildXZHost 2.420s [2019-09-02T23:37:34.354Z] PASS: docker_cli_proxy_test.go:12: DockerSuite.TestCLIProxyDisableProxyUnixSock 0.017s [2019-09-02T23:37:34.354Z] SKIP: docker_cli_sni_test.go:17: DockerSuite.TestClientSetsTLSServerName (Flakey test) [2019-09-02T23:37:34.457Z] #20 DONE 17.7s [2019-09-02T23:37:34.457Z] [2019-09-02T23:37:34.457Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2019-09-02T23:37:35.285Z] PASS: docker_cli_run_test.go:3687: DockerSuite.TestCmdCannotBeInvoked 0.845s [2019-09-02T23:37:36.216Z] PASS: docker_cli_commit_test.go:12: DockerSuite.TestCommitAfterContainerIsDone 0.969s [2019-09-02T23:37:36.933Z] === RUN TestDockerNetworkIpvlan/L2MultiSubnet [2019-09-02T23:37:36.969Z] #29 ... [2019-09-02T23:37:36.969Z] [2019-09-02T23:37:36.969Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images [2019-09-02T23:37:37.586Z] PASS: docker_cli_commit_test.go:106: DockerSuite.TestCommitChange 1.007s [2019-09-02T23:37:37.895Z] #21 DONE 1.0s [2019-09-02T23:37:37.895Z] [2019-09-02T23:37:37.896Z] #25 [runner 10/12] COPY --from=dockercli /build/ /usr/bin/ [2019-09-02T23:37:37.896Z] #25 DONE 0.1s [2019-09-02T23:37:37.896Z] [2019-09-02T23:37:37.896Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2019-09-02T23:37:38.517Z] PASS: docker_cli_commit_test.go:156: DockerSuite.TestCommitChangeLabels 1.014s [2019-09-02T23:37:40.415Z] PASS: docker_cli_commit_test.go:67: DockerSuite.TestCommitHardlink 1.736s [2019-09-02T23:37:41.784Z] PASS: docker_cli_commit_test.go:56: DockerSuite.TestCommitNewFile 1.707s [2019-09-02T23:37:42.098Z] === RUN TestDockerNetworkIpvlan/L3MultiSubnet [2019-09-02T23:37:43.163Z] PASS: docker_cli_commit_test.go:42: DockerSuite.TestCommitPausedContainer 0.844s [2019-09-02T23:37:44.533Z] PASS: docker_cli_commit_test.go:87: DockerSuite.TestCommitTTY 1.711s [2019-09-02T23:37:45.464Z] PASS: docker_cli_images_test.go:105: DockerSuite.TestCommitWithFilterLabel 0.934s [2019-09-02T23:37:47.218Z] === RUN TestDockerNetworkIpvlan/Addressing [2019-09-02T23:37:47.357Z] PASS: docker_cli_commit_test.go:96: DockerSuite.TestCommitWithHostBindMount 1.671s [2019-09-02T23:37:47.833Z] #29 30.71 # github.com/docker/docker/contrib/httpserver [2019-09-02T23:37:47.833Z] #29 30.71 loadinternal: cannot find runtime/cgo [2019-09-02T23:37:48.088Z] #29 DONE 31.0s [2019-09-02T23:37:48.088Z] [2019-09-02T23:37:48.088Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-09-02T23:37:48.287Z] --- PASS: TestServiceUpdateSecrets (15.23s) [2019-09-02T23:37:48.288Z] update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceUpdateSecrets [2019-09-02T23:37:48.288Z] daemon.go:336: [d9de8891a350f] waiting for daemon to start [2019-09-02T23:37:48.288Z] daemon.go:336: [d9de8891a350f] waiting for daemon to start [2019-09-02T23:37:48.288Z] daemon.go:364: [d9de8891a350f] daemon started [2019-09-02T23:37:48.288Z] daemon.go:472: [d9de8891a350f] Stopping daemon [2019-09-02T23:37:48.288Z] daemon.go:307: [d9de8891a350f] exiting daemon [2019-09-02T23:37:48.288Z] daemon.go:459: [d9de8891a350f] Daemon stopped [2019-09-02T23:37:48.288Z] === RUN TestServiceUpdateConfigs [2019-09-02T23:37:48.288Z] PASS: docker_cli_commit_test.go:26: DockerSuite.TestCommitWithoutPause 1.029s [2019-09-02T23:37:48.288Z] PASS: docker_cli_netmode_test.go:55: DockerSuite.TestConflictContainerNetworkAndLinks 0.025s [2019-09-02T23:37:48.288Z] PASS: docker_cli_netmode_test.go:62: DockerSuite.TestConflictContainerNetworkHostAndLinks 0.012s [2019-09-02T23:37:48.545Z] PASS: docker_cli_netmode_test.go:76: DockerSuite.TestConflictNetworkModeAndOptions 0.067s [2019-09-02T23:37:48.545Z] PASS: docker_cli_netmode_test.go:69: DockerSuite.TestConflictNetworkModeNetHostAndOptions 0.013s [2019-09-02T23:37:48.545Z] PASS: docker_api_containers_test.go:543: DockerSuite.TestContainerAPIBadPort 0.002s [2019-09-02T23:37:48.545Z] PASS: docker_api_containers_test.go:1266: DockerSuite.TestContainerAPIChunkedEncoding 0.067s [2019-09-02T23:37:49.015Z] #33 ... [2019-09-02T23:37:49.015Z] [2019-09-02T23:37:49.015Z] #30 [runner 11/12] COPY --from=contrib /build/ /tests/contrib/ [2019-09-02T23:37:49.015Z] #30 DONE 0.1s [2019-09-02T23:37:49.015Z] [2019-09-02T23:37:49.015Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2019-09-02T23:37:49.216Z] --- PASS: TestDockerNetworkIpvlan (27.19s) [2019-09-02T23:37:49.216Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-02T23:37:49.217Z] daemon.go:336: [dd5c679dc6a50] waiting for daemon to start [2019-09-02T23:37:49.217Z] daemon.go:336: [dd5c679dc6a50] waiting for daemon to start [2019-09-02T23:37:49.217Z] daemon.go:364: [dd5c679dc6a50] daemon started [2019-09-02T23:37:49.217Z] --- PASS: TestDockerNetworkIpvlan/Subinterface (0.09s) [2019-09-02T23:37:49.217Z] daemon.go:472: [dd5c679dc6a50] Stopping daemon [2019-09-02T23:37:49.217Z] daemon.go:307: [dd5c679dc6a50] exiting daemon [2019-09-02T23:37:49.217Z] daemon.go:459: [dd5c679dc6a50] Daemon stopped [2019-09-02T23:37:49.217Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-02T23:37:49.217Z] daemon.go:336: [d965c26bbf71c] waiting for daemon to start [2019-09-02T23:37:49.217Z] daemon.go:336: [d965c26bbf71c] waiting for daemon to start [2019-09-02T23:37:49.217Z] daemon.go:364: [d965c26bbf71c] daemon started [2019-09-02T23:37:49.217Z] --- PASS: TestDockerNetworkIpvlan/OverlapParent (0.06s) [2019-09-02T23:37:49.217Z] daemon.go:472: [d965c26bbf71c] Stopping daemon [2019-09-02T23:37:49.217Z] daemon.go:307: [d965c26bbf71c] exiting daemon [2019-09-02T23:37:49.217Z] daemon.go:459: [d965c26bbf71c] Daemon stopped [2019-09-02T23:37:49.217Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-02T23:37:49.217Z] daemon.go:336: [d830f7e98d11e] waiting for daemon to start [2019-09-02T23:37:49.217Z] daemon.go:336: [d830f7e98d11e] waiting for daemon to start [2019-09-02T23:37:49.217Z] daemon.go:364: [d830f7e98d11e] daemon started [2019-09-02T23:37:49.217Z] --- PASS: TestDockerNetworkIpvlan/L2NilParent (1.32s) [2019-09-02T23:37:49.217Z] daemon.go:472: [d830f7e98d11e] Stopping daemon [2019-09-02T23:37:49.217Z] daemon.go:307: [d830f7e98d11e] exiting daemon [2019-09-02T23:37:49.217Z] daemon.go:459: [d830f7e98d11e] Daemon stopped [2019-09-02T23:37:49.217Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-02T23:37:49.217Z] daemon.go:336: [dfdb42fc25218] waiting for daemon to start [2019-09-02T23:37:49.217Z] daemon.go:336: [dfdb42fc25218] waiting for daemon to start [2019-09-02T23:37:49.217Z] daemon.go:364: [dfdb42fc25218] daemon started [2019-09-02T23:37:49.217Z] --- PASS: TestDockerNetworkIpvlan/L2InternalMode (2.22s) [2019-09-02T23:37:49.217Z] daemon.go:472: [dfdb42fc25218] Stopping daemon [2019-09-02T23:37:49.217Z] daemon.go:307: [dfdb42fc25218] exiting daemon [2019-09-02T23:37:49.217Z] daemon.go:459: [dfdb42fc25218] Daemon stopped [2019-09-02T23:37:49.217Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-02T23:37:49.217Z] daemon.go:336: [d14a7b8fb4ec7] waiting for daemon to start [2019-09-02T23:37:49.217Z] daemon.go:336: [d14a7b8fb4ec7] waiting for daemon to start [2019-09-02T23:37:49.217Z] daemon.go:364: [d14a7b8fb4ec7] daemon started [2019-09-02T23:37:49.217Z] --- PASS: TestDockerNetworkIpvlan/L3NilParent (1.31s) [2019-09-02T23:37:49.217Z] daemon.go:472: [d14a7b8fb4ec7] Stopping daemon [2019-09-02T23:37:49.217Z] daemon.go:307: [d14a7b8fb4ec7] exiting daemon [2019-09-02T23:37:49.217Z] daemon.go:459: [d14a7b8fb4ec7] Daemon stopped [2019-09-02T23:37:49.217Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-02T23:37:49.217Z] daemon.go:336: [d500f88ac8b85] waiting for daemon to start [2019-09-02T23:37:49.217Z] daemon.go:336: [d500f88ac8b85] waiting for daemon to start [2019-09-02T23:37:49.217Z] daemon.go:364: [d500f88ac8b85] daemon started [2019-09-02T23:37:49.217Z] --- PASS: TestDockerNetworkIpvlan/L3InternalMode (2.28s) [2019-09-02T23:37:49.217Z] daemon.go:472: [d500f88ac8b85] Stopping daemon [2019-09-02T23:37:49.217Z] daemon.go:307: [d500f88ac8b85] exiting daemon [2019-09-02T23:37:49.217Z] daemon.go:459: [d500f88ac8b85] Daemon stopped [2019-09-02T23:37:49.217Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-02T23:37:49.217Z] daemon.go:336: [d3f22c2d26590] waiting for daemon to start [2019-09-02T23:37:49.217Z] daemon.go:336: [d3f22c2d26590] waiting for daemon to start [2019-09-02T23:37:49.217Z] daemon.go:364: [d3f22c2d26590] daemon started [2019-09-02T23:37:49.217Z] --- PASS: TestDockerNetworkIpvlan/L2MultiSubnet (3.28s) [2019-09-02T23:37:49.217Z] daemon.go:472: [d3f22c2d26590] Stopping daemon [2019-09-02T23:37:49.217Z] daemon.go:307: [d3f22c2d26590] exiting daemon [2019-09-02T23:37:49.217Z] daemon.go:459: [d3f22c2d26590] Daemon stopped [2019-09-02T23:37:49.217Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-02T23:37:49.217Z] daemon.go:336: [d2d8497295387] waiting for daemon to start [2019-09-02T23:37:49.217Z] daemon.go:336: [d2d8497295387] waiting for daemon to start [2019-09-02T23:37:49.217Z] daemon.go:364: [d2d8497295387] daemon started [2019-09-02T23:37:49.217Z] --- PASS: TestDockerNetworkIpvlan/L3MultiSubnet (3.26s) [2019-09-02T23:37:49.217Z] daemon.go:472: [d2d8497295387] Stopping daemon [2019-09-02T23:37:49.217Z] daemon.go:307: [d2d8497295387] exiting daemon [2019-09-02T23:37:49.217Z] daemon.go:459: [d2d8497295387] Daemon stopped [2019-09-02T23:37:49.217Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-02T23:37:49.217Z] daemon.go:336: [d9b45a4bf6873] waiting for daemon to start [2019-09-02T23:37:49.217Z] daemon.go:336: [d9b45a4bf6873] waiting for daemon to start [2019-09-02T23:37:49.217Z] daemon.go:364: [d9b45a4bf6873] daemon started [2019-09-02T23:37:49.217Z] --- PASS: TestDockerNetworkIpvlan/Addressing (1.92s) [2019-09-02T23:37:49.217Z] daemon.go:472: [d9b45a4bf6873] Stopping daemon [2019-09-02T23:37:49.217Z] daemon.go:307: [d9b45a4bf6873] exiting daemon [2019-09-02T23:37:49.217Z] daemon.go:459: [d9b45a4bf6873] Daemon stopped [2019-09-02T23:37:49.217Z] PASS [2019-09-02T23:37:49.217Z] Running /go/src/github.com/docker/docker/integration/network/macvlan flags=-test.v -test.timeout=120m [2019-09-02T23:37:49.217Z] INFO: Testing against a local daemon [2019-09-02T23:37:49.217Z] === RUN TestDockerNetworkMacvlanPersistance [2019-09-02T23:37:50.444Z] PASS: docker_api_containers_test.go:489: DockerSuite.TestContainerAPICommit 1.864s [2019-09-02T23:37:50.509Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.42s) [2019-09-02T23:37:50.509Z] macvlan_test.go:24: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance [2019-09-02T23:37:50.509Z] daemon.go:336: [dc71a4cb30e3e] waiting for daemon to start [2019-09-02T23:37:50.509Z] daemon.go:336: [dc71a4cb30e3e] waiting for daemon to start [2019-09-02T23:37:50.509Z] daemon.go:364: [dc71a4cb30e3e] daemon started [2019-09-02T23:37:50.509Z] daemon.go:472: [dc71a4cb30e3e] Stopping daemon [2019-09-02T23:37:50.509Z] daemon.go:307: [dc71a4cb30e3e] exiting daemon [2019-09-02T23:37:50.509Z] daemon.go:459: [dc71a4cb30e3e] Daemon stopped [2019-09-02T23:37:50.509Z] daemon.go:336: [dc71a4cb30e3e] waiting for daemon to start [2019-09-02T23:37:50.509Z] daemon.go:336: [dc71a4cb30e3e] waiting for daemon to start [2019-09-02T23:37:50.509Z] daemon.go:364: [dc71a4cb30e3e] daemon started [2019-09-02T23:37:50.509Z] daemon.go:472: [dc71a4cb30e3e] Stopping daemon [2019-09-02T23:37:50.509Z] daemon.go:307: [dc71a4cb30e3e] exiting daemon [2019-09-02T23:37:50.509Z] daemon.go:459: [dc71a4cb30e3e] Daemon stopped [2019-09-02T23:37:50.509Z] === RUN TestDockerNetworkMacvlan [2019-09-02T23:37:51.302Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-09-02T23:37:52.339Z] PASS: docker_api_containers_test.go:511: DockerSuite.TestContainerAPICommitWithLabelInConfig 1.621s [2019-09-02T23:37:52.339Z] PASS: docker_api_containers_test.go:1132: DockerSuite.TestContainerAPICopyContainerNotFoundPr124 0.001s [2019-09-02T23:37:52.609Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-09-02T23:37:52.903Z] PASS: docker_api_containers_test.go:1047: DockerSuite.TestContainerAPICopyNotExistsAnyMore 0.821s [2019-09-02T23:37:53.465Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-09-02T23:37:54.274Z] PASS: docker_api_containers_test.go:1060: DockerSuite.TestContainerAPICopyPre124 1.101s [2019-09-02T23:37:54.838Z] PASS: docker_api_containers_test.go:1090: DockerSuite.TestContainerAPICopyResourcePathEmptyPre124 0.836s [2019-09-02T23:37:55.769Z] PASS: docker_api_containers_test.go:1111: DockerSuite.TestContainerAPICopyResourcePathNotFoundPre124 0.742s [2019-09-02T23:37:55.942Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-09-02T23:37:56.699Z] PASS: docker_api_containers_test.go:570: DockerSuite.TestContainerAPICreate 0.872s [2019-09-02T23:37:56.699Z] PASS: docker_api_containers_test.go:626: DockerSuite.TestContainerAPICreateBridgeNetworkMode 0.060s [2019-09-02T23:37:56.699Z] PASS: docker_api_containers_test.go:587: DockerSuite.TestContainerAPICreateEmptyConfig 0.002s [2019-09-02T23:37:57.263Z] PASS: docker_api_containers_test.go:1975: DockerSuite.TestContainerAPICreateMountsBindRead 0.700s [2019-09-02T23:37:57.263Z] PASS: docker_api_containers_test.go:599: DockerSuite.TestContainerAPICreateMultipleNetworksConfig 0.002s [2019-09-02T23:37:57.263Z] PASS: docker_api_containers_test.go:1388: DockerSuite.TestContainerAPICreateNoHostConfig118 0.065s [2019-09-02T23:37:57.520Z] PASS: docker_api_containers_test.go:632: DockerSuite.TestContainerAPICreateOtherNetworkModes 0.127s [2019-09-02T23:37:57.520Z] PASS: docker_api_containers_test.go:661: DockerSuite.TestContainerAPICreateWithCpuSharesCpuset 0.077s [2019-09-02T23:37:58.451Z] PASS: docker_api_containers_test.go:1143: DockerSuite.TestContainerAPIDelete 0.866s [2019-09-02T23:37:59.381Z] PASS: docker_api_containers_test.go:1216: DockerSuite.TestContainerAPIDeleteConflict 0.621s [2019-09-02T23:38:00.016Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-09-02T23:38:00.312Z] PASS: docker_api_containers_test.go:1168: DockerSuite.TestContainerAPIDeleteForce 0.881s [2019-09-02T23:38:00.312Z] PASS: docker_api_containers_test.go:1159: DockerSuite.TestContainerAPIDeleteNotExist 0.001s [2019-09-02T23:38:00.312Z] PASS: docker_api_swarm_node_test.go:46: DockerSwarmSuite.TestAPISwarmNodeRemove 30.097s [2019-09-02T23:38:01.301Z] --- PASS: TestDockerNetworkMacvlan (10.40s) [2019-09-02T23:38:01.301Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-02T23:38:01.301Z] daemon.go:336: [d759fb9522f6a] waiting for daemon to start [2019-09-02T23:38:01.301Z] daemon.go:336: [d759fb9522f6a] waiting for daemon to start [2019-09-02T23:38:01.301Z] daemon.go:364: [d759fb9522f6a] daemon started [2019-09-02T23:38:01.301Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2019-09-02T23:38:01.301Z] daemon.go:472: [d759fb9522f6a] Stopping daemon [2019-09-02T23:38:01.301Z] daemon.go:307: [d759fb9522f6a] exiting daemon [2019-09-02T23:38:01.301Z] daemon.go:459: [d759fb9522f6a] Daemon stopped [2019-09-02T23:38:01.301Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-02T23:38:01.301Z] daemon.go:336: [d70c1ecc433b1] waiting for daemon to start [2019-09-02T23:38:01.301Z] daemon.go:336: [d70c1ecc433b1] waiting for daemon to start [2019-09-02T23:38:01.301Z] daemon.go:364: [d70c1ecc433b1] daemon started [2019-09-02T23:38:01.301Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.10s) [2019-09-02T23:38:01.301Z] daemon.go:472: [d70c1ecc433b1] Stopping daemon [2019-09-02T23:38:01.301Z] daemon.go:307: [d70c1ecc433b1] exiting daemon [2019-09-02T23:38:01.301Z] daemon.go:459: [d70c1ecc433b1] Daemon stopped [2019-09-02T23:38:01.301Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-02T23:38:01.301Z] daemon.go:336: [dc905f94b4bcc] waiting for daemon to start [2019-09-02T23:38:01.301Z] daemon.go:336: [dc905f94b4bcc] waiting for daemon to start [2019-09-02T23:38:01.301Z] daemon.go:364: [dc905f94b4bcc] daemon started [2019-09-02T23:38:01.301Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.23s) [2019-09-02T23:38:01.301Z] daemon.go:472: [dc905f94b4bcc] Stopping daemon [2019-09-02T23:38:01.301Z] daemon.go:307: [dc905f94b4bcc] exiting daemon [2019-09-02T23:38:01.301Z] daemon.go:459: [dc905f94b4bcc] Daemon stopped [2019-09-02T23:38:01.301Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-02T23:38:01.301Z] daemon.go:336: [d52bce8c25dac] waiting for daemon to start [2019-09-02T23:38:01.301Z] daemon.go:336: [d52bce8c25dac] waiting for daemon to start [2019-09-02T23:38:01.301Z] daemon.go:364: [d52bce8c25dac] daemon started [2019-09-02T23:38:01.301Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.34s) [2019-09-02T23:38:01.301Z] daemon.go:472: [d52bce8c25dac] Stopping daemon [2019-09-02T23:38:01.301Z] daemon.go:307: [d52bce8c25dac] exiting daemon [2019-09-02T23:38:01.301Z] daemon.go:459: [d52bce8c25dac] Daemon stopped [2019-09-02T23:38:01.301Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-02T23:38:01.301Z] daemon.go:336: [d52ec71967ca3] waiting for daemon to start [2019-09-02T23:38:01.301Z] daemon.go:336: [d52ec71967ca3] waiting for daemon to start [2019-09-02T23:38:01.301Z] daemon.go:364: [d52ec71967ca3] daemon started [2019-09-02T23:38:01.301Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.93s) [2019-09-02T23:38:01.301Z] daemon.go:472: [d52ec71967ca3] Stopping daemon [2019-09-02T23:38:01.301Z] daemon.go:307: [d52ec71967ca3] exiting daemon [2019-09-02T23:38:01.301Z] daemon.go:459: [d52ec71967ca3] Daemon stopped [2019-09-02T23:38:01.301Z] PASS [2019-09-02T23:38:01.301Z] Running /go/src/github.com/docker/docker/integration/plugin flags=-test.v -test.timeout=120m [2019-09-02T23:38:01.301Z] testing: warning: no tests to run [2019-09-02T23:38:01.301Z] PASS [2019-09-02T23:38:01.301Z] Running /go/src/github.com/docker/docker/integration/plugin/authz flags=-test.v -test.timeout=120m [2019-09-02T23:38:01.301Z] INFO: Testing against a local daemon [2019-09-02T23:38:01.301Z] === RUN TestAuthZPluginAllowRequest [2019-09-02T23:38:02.208Z] PASS: docker_api_containers_test.go:1185: DockerSuite.TestContainerAPIDeleteRemoveLinks 1.422s [2019-09-02T23:38:02.774Z] --- PASS: TestServiceUpdateConfigs (14.55s) [2019-09-02T23:38:02.774Z] update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceUpdateConfigs [2019-09-02T23:38:02.774Z] daemon.go:336: [dcea5993a152a] waiting for daemon to start [2019-09-02T23:38:02.774Z] daemon.go:336: [dcea5993a152a] waiting for daemon to start [2019-09-02T23:38:02.774Z] daemon.go:364: [dcea5993a152a] daemon started [2019-09-02T23:38:02.774Z] daemon.go:472: [dcea5993a152a] Stopping daemon [2019-09-02T23:38:02.774Z] daemon.go:307: [dcea5993a152a] exiting daemon [2019-09-02T23:38:02.774Z] daemon.go:459: [dcea5993a152a] Daemon stopped [2019-09-02T23:38:02.774Z] === RUN TestServiceUpdateNetwork [2019-09-02T23:38:03.031Z] PASS: docker_api_containers_test.go:1231: DockerSuite.TestContainerAPIDeleteRemoveVolume 0.849s [2019-09-02T23:38:03.031Z] PASS: docker_api_containers_test.go:1626: DockerSuite.TestContainerAPIDeleteWithEmptyName 0.001s [2019-09-02T23:38:03.119Z] --- PASS: TestAuthZPluginAllowRequest (1.66s) [2019-09-02T23:38:03.119Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest [2019-09-02T23:38:03.119Z] daemon.go:336: [d2925754de96a] waiting for daemon to start [2019-09-02T23:38:03.119Z] daemon.go:336: [d2925754de96a] waiting for daemon to start [2019-09-02T23:38:03.119Z] daemon.go:364: [d2925754de96a] daemon started [2019-09-02T23:38:03.119Z] daemon.go:472: [d2925754de96a] Stopping daemon [2019-09-02T23:38:03.119Z] daemon.go:307: [d2925754de96a] exiting daemon [2019-09-02T23:38:03.119Z] daemon.go:459: [d2925754de96a] Daemon stopped [2019-09-02T23:38:03.119Z] === RUN TestAuthZPluginTLS [2019-09-02T23:38:03.482Z] --- PASS: TestAuthZPluginTLS (0.55s) [2019-09-02T23:38:03.482Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS [2019-09-02T23:38:03.482Z] daemon.go:336: [d1f2d4d73784d] waiting for daemon to start [2019-09-02T23:38:03.482Z] daemon.go:336: [d1f2d4d73784d] waiting for daemon to start [2019-09-02T23:38:03.482Z] daemon.go:364: [d1f2d4d73784d] daemon started [2019-09-02T23:38:03.482Z] daemon.go:472: [d1f2d4d73784d] Stopping daemon [2019-09-02T23:38:03.482Z] daemon.go:307: [d1f2d4d73784d] exiting daemon [2019-09-02T23:38:03.482Z] daemon.go:459: [d1f2d4d73784d] Daemon stopped [2019-09-02T23:38:03.482Z] === RUN TestAuthZPluginDenyRequest [2019-09-02T23:38:03.974Z] PASS: docker_api_containers_test.go:41: DockerSuite.TestContainerAPIGetAll 0.920s [2019-09-02T23:38:04.365Z] --- PASS: TestAuthZPluginDenyRequest (0.55s) [2019-09-02T23:38:04.365Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest [2019-09-02T23:38:04.365Z] daemon.go:336: [d3396e1c34815] waiting for daemon to start [2019-09-02T23:38:04.365Z] daemon.go:336: [d3396e1c34815] waiting for daemon to start [2019-09-02T23:38:04.365Z] daemon.go:364: [d3396e1c34815] daemon started [2019-09-02T23:38:04.365Z] daemon.go:472: [d3396e1c34815] Stopping daemon [2019-09-02T23:38:04.365Z] daemon.go:307: [d3396e1c34815] exiting daemon [2019-09-02T23:38:04.365Z] daemon.go:459: [d3396e1c34815] Daemon stopped [2019-09-02T23:38:04.365Z] === RUN TestAuthZPluginAPIDenyResponse [2019-09-02T23:38:04.738Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s) [2019-09-02T23:38:04.738Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse [2019-09-02T23:38:04.738Z] daemon.go:336: [d14ffeecde11f] waiting for daemon to start [2019-09-02T23:38:04.738Z] daemon.go:336: [d14ffeecde11f] waiting for daemon to start [2019-09-02T23:38:04.738Z] daemon.go:364: [d14ffeecde11f] daemon started [2019-09-02T23:38:04.738Z] daemon.go:472: [d14ffeecde11f] Stopping daemon [2019-09-02T23:38:04.738Z] daemon.go:307: [d14ffeecde11f] exiting daemon [2019-09-02T23:38:04.738Z] daemon.go:459: [d14ffeecde11f] Daemon stopped [2019-09-02T23:38:04.738Z] === RUN TestAuthZPluginDenyResponse [2019-09-02T23:38:04.907Z] PASS: docker_api_containers_test.go:167: DockerSuite.TestContainerAPIGetChanges 0.874s [2019-09-02T23:38:05.124Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2019-09-02T23:38:05.124Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse [2019-09-02T23:38:05.124Z] daemon.go:336: [d400c9ff01810] waiting for daemon to start [2019-09-02T23:38:05.124Z] daemon.go:336: [d400c9ff01810] waiting for daemon to start [2019-09-02T23:38:05.124Z] daemon.go:364: [d400c9ff01810] daemon started [2019-09-02T23:38:05.124Z] daemon.go:472: [d400c9ff01810] Stopping daemon [2019-09-02T23:38:05.124Z] daemon.go:307: [d400c9ff01810] exiting daemon [2019-09-02T23:38:05.124Z] daemon.go:459: [d400c9ff01810] Daemon stopped [2019-09-02T23:38:05.124Z] === RUN TestAuthZPluginAllowEventStream [2019-09-02T23:38:05.837Z] PASS: docker_api_containers_test.go:140: DockerSuite.TestContainerAPIGetExport 1.089s [2019-09-02T23:38:06.768Z] PASS: docker_api_swarm_node_test.go:33: DockerSwarmSuite.TestAPISwarmNodeUpdate 1.331s [2019-09-02T23:38:06.768Z] PASS: docker_api_containers_test.go:61: DockerSuite.TestContainerAPIGetJSONNoFieldsOmitted 0.932s [2019-09-02T23:38:06.768Z] PASS: docker_api_containers_test.go:733: DockerSuite.TestContainerAPIInvalidPortSyntax 0.006s [2019-09-02T23:38:06.970Z] --- PASS: TestAuthZPluginAllowEventStream (1.70s) [2019-09-02T23:38:06.970Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream [2019-09-02T23:38:06.970Z] daemon.go:336: [d4850c356f2b3] waiting for daemon to start [2019-09-02T23:38:06.970Z] daemon.go:336: [d4850c356f2b3] waiting for daemon to start [2019-09-02T23:38:06.970Z] daemon.go:364: [d4850c356f2b3] daemon started [2019-09-02T23:38:06.970Z] daemon.go:472: [d4850c356f2b3] Stopping daemon [2019-09-02T23:38:06.970Z] daemon.go:307: [d4850c356f2b3] exiting daemon [2019-09-02T23:38:06.970Z] daemon.go:459: [d4850c356f2b3] Daemon stopped [2019-09-02T23:38:06.970Z] === RUN TestAuthZPluginErrorResponse [2019-09-02T23:38:07.347Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2019-09-02T23:38:07.347Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse [2019-09-02T23:38:07.347Z] daemon.go:336: [d45130049f001] waiting for daemon to start [2019-09-02T23:38:07.347Z] daemon.go:336: [d45130049f001] waiting for daemon to start [2019-09-02T23:38:07.347Z] daemon.go:364: [d45130049f001] daemon started [2019-09-02T23:38:07.347Z] daemon.go:472: [d45130049f001] Stopping daemon [2019-09-02T23:38:07.347Z] daemon.go:307: [d45130049f001] exiting daemon [2019-09-02T23:38:07.347Z] daemon.go:459: [d45130049f001] Daemon stopped [2019-09-02T23:38:07.347Z] === RUN TestAuthZPluginErrorRequest [2019-09-02T23:38:07.700Z] PASS: docker_api_containers_test.go:934: DockerSuite.TestContainerAPIKill 0.944s [2019-09-02T23:38:08.135Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2019-09-02T23:38:08.135Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest [2019-09-02T23:38:08.135Z] daemon.go:336: [d6ddbc81a4436] waiting for daemon to start [2019-09-02T23:38:08.135Z] daemon.go:336: [d6ddbc81a4436] waiting for daemon to start [2019-09-02T23:38:08.135Z] daemon.go:364: [d6ddbc81a4436] daemon started [2019-09-02T23:38:08.135Z] daemon.go:472: [d6ddbc81a4436] Stopping daemon [2019-09-02T23:38:08.135Z] daemon.go:307: [d6ddbc81a4436] exiting daemon [2019-09-02T23:38:08.135Z] daemon.go:459: [d6ddbc81a4436] Daemon stopped [2019-09-02T23:38:08.136Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-09-02T23:38:08.508Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2019-09-02T23:38:08.508Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-09-02T23:38:08.508Z] daemon.go:336: [d7dd5d343e9fe] waiting for daemon to start [2019-09-02T23:38:08.508Z] daemon.go:336: [d7dd5d343e9fe] waiting for daemon to start [2019-09-02T23:38:08.508Z] daemon.go:364: [d7dd5d343e9fe] daemon started [2019-09-02T23:38:08.508Z] daemon.go:472: [d7dd5d343e9fe] Stopping daemon [2019-09-02T23:38:08.508Z] daemon.go:307: [d7dd5d343e9fe] exiting daemon [2019-09-02T23:38:08.508Z] daemon.go:459: [d7dd5d343e9fe] Daemon stopped [2019-09-02T23:38:08.508Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-09-02T23:38:08.631Z] PASS: docker_api_containers_test.go:404: DockerSuite.TestContainerAPIPause 0.750s [2019-09-02T23:38:09.563Z] PASS: docker_api_containers_test.go:1286: DockerSuite.TestContainerAPIPostContainerStop 0.813s [2019-09-02T23:38:09.563Z] PASS: docker_api_containers_test.go:849: DockerSuite.TestContainerAPIPostCreateNull 0.071s [2019-09-02T23:38:10.478Z] 3889bb8d808b: Verifying Checksum [2019-09-02T23:38:10.478Z] 3889bb8d808b: Download complete [2019-09-02T23:38:10.494Z] PASS: docker_api_containers_test.go:107: DockerSuite.TestContainerAPIPsOmitFields 0.566s [2019-09-02T23:38:11.151Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.23s) [2019-09-02T23:38:11.151Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking [2019-09-02T23:38:11.151Z] daemon.go:336: [d71551d04353d] waiting for daemon to start [2019-09-02T23:38:11.151Z] daemon.go:336: [d71551d04353d] waiting for daemon to start [2019-09-02T23:38:11.151Z] daemon.go:364: [d71551d04353d] daemon started [2019-09-02T23:38:11.151Z] daemon.go:472: [d71551d04353d] Stopping daemon [2019-09-02T23:38:11.151Z] daemon.go:307: [d71551d04353d] exiting daemon [2019-09-02T23:38:11.151Z] daemon.go:459: [d71551d04353d] Daemon stopped [2019-09-02T23:38:11.151Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-09-02T23:38:11.424Z] PASS: docker_api_containers_test.go:917: DockerSuite.TestContainerAPIRename 0.543s [2019-09-02T23:38:12.970Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.14s) [2019-09-02T23:38:12.970Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom [2019-09-02T23:38:12.970Z] daemon.go:336: [de2330af66fd4] waiting for daemon to start [2019-09-02T23:38:12.970Z] daemon.go:336: [de2330af66fd4] waiting for daemon to start [2019-09-02T23:38:12.970Z] daemon.go:364: [de2330af66fd4] daemon started [2019-09-02T23:38:12.970Z] daemon.go:472: [de2330af66fd4] Stopping daemon [2019-09-02T23:38:12.970Z] daemon.go:307: [de2330af66fd4] exiting daemon [2019-09-02T23:38:12.970Z] daemon.go:459: [de2330af66fd4] Daemon stopped [2019-09-02T23:38:12.970Z] === RUN TestAuthZPluginHeader [2019-09-02T23:38:13.317Z] PASS: docker_api_containers_test.go:949: DockerSuite.TestContainerAPIRestart 1.798s [2019-09-02T23:38:13.756Z] --- PASS: TestAuthZPluginHeader (0.84s) [2019-09-02T23:38:13.756Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader [2019-09-02T23:38:13.756Z] daemon.go:336: [d54a369a680be] waiting for daemon to start [2019-09-02T23:38:13.756Z] daemon.go:336: [d54a369a680be] waiting for daemon to start [2019-09-02T23:38:13.756Z] daemon.go:364: [d54a369a680be] daemon started [2019-09-02T23:38:13.756Z] daemon.go:472: [d54a369a680be] Stopping daemon [2019-09-02T23:38:13.756Z] daemon.go:307: [d54a369a680be] exiting daemon [2019-09-02T23:38:13.756Z] daemon.go:459: [d54a369a680be] Daemon stopped [2019-09-02T23:38:13.756Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-09-02T23:38:13.756Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-09-02T23:38:13.756Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-02T23:38:13.756Z] === RUN TestAuthZPluginV2Disable [2019-09-02T23:38:13.756Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-09-02T23:38:13.756Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-02T23:38:13.756Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-09-02T23:38:13.756Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-09-02T23:38:13.756Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-02T23:38:13.756Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-09-02T23:38:13.756Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-09-02T23:38:13.756Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-02T23:38:13.756Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-09-02T23:38:15.210Z] PASS: docker_api_containers_test.go:963: DockerSuite.TestContainerAPIRestartNotimeoutParam 1.380s [2019-09-02T23:38:15.210Z] PASS: docker_api_containers_test.go:831: DockerSuite.TestContainerAPIRestartPolicyDefaultRetryCount 0.060s [2019-09-02T23:38:15.211Z] PASS: docker_api_containers_test.go:759: DockerSuite.TestContainerAPIRestartPolicyInvalidPolicyName 0.005s [2019-09-02T23:38:15.211Z] PASS: docker_api_containers_test.go:807: DockerSuite.TestContainerAPIRestartPolicyNegativeRetryCount 0.005s [2019-09-02T23:38:15.211Z] PASS: docker_api_containers_test.go:783: DockerSuite.TestContainerAPIRestartPolicyRetryMismatch 0.013s [2019-09-02T23:38:15.251Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-09-02T23:38:15.251Z] ok github.com/docker/docker/api/server/httputils 0.136s coverage: 14.7% of statements [2019-09-02T23:38:15.251Z] ok github.com/docker/docker/api/server/middleware 0.147s coverage: 37.7% of statements [2019-09-02T23:38:15.251Z] ? github.com/docker/docker/api/server/router [no test files] [2019-09-02T23:38:15.251Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-09-02T23:38:15.251Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-09-02T23:38:15.251Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-09-02T23:38:15.251Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-09-02T23:38:15.251Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-09-02T23:38:15.251Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-09-02T23:38:15.251Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-09-02T23:38:15.251Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-09-02T23:38:15.251Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-09-02T23:38:15.251Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-09-02T23:38:15.251Z] ok github.com/docker/docker/api/server/router/swarm 0.167s coverage: 4.0% of statements [2019-09-02T23:38:15.251Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-09-02T23:38:15.251Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-09-02T23:38:15.251Z] ? github.com/docker/docker/api/types [no test files] [2019-09-02T23:38:15.251Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-09-02T23:38:15.251Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-09-02T23:38:15.251Z] ? github.com/docker/docker/api/types/container [no test files] [2019-09-02T23:38:15.251Z] ? github.com/docker/docker/api/types/events [no test files] [2019-09-02T23:38:15.251Z] ok github.com/docker/docker/api/types/filters 0.074s coverage: 95.2% of statements [2019-09-02T23:38:15.251Z] ? github.com/docker/docker/api/types/image [no test files] [2019-09-02T23:38:15.251Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-09-02T23:38:15.251Z] ? github.com/docker/docker/api/types/network [no test files] [2019-09-02T23:38:15.251Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-09-02T23:38:15.251Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-09-02T23:38:15.251Z] ok github.com/docker/docker/api/types/strslice 0.134s coverage: 90.0% of statements [2019-09-02T23:38:15.251Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-09-02T23:38:15.251Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-09-02T23:38:15.709Z] ok github.com/docker/docker/api/types/time 0.455s coverage: 100.0% of statements [2019-09-02T23:38:15.710Z] ok github.com/docker/docker/api/types/versions 0.067s coverage: 75.0% of statements [2019-09-02T23:38:15.710Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-09-02T23:38:15.710Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-09-02T23:38:15.710Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-09-02T23:38:15.710Z] ? github.com/docker/docker/autogen/winresources/docker [no test files] [2019-09-02T23:38:15.710Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2019-09-02T23:38:15.710Z] ? github.com/docker/docker/builder [no test files] [2019-09-02T23:38:15.710Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-09-02T23:38:15.710Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-09-02T23:38:15.710Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-09-02T23:38:15.710Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-09-02T23:38:15.710Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-09-02T23:38:15.710Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-09-02T23:38:15.710Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-09-02T23:38:15.773Z] PASS: docker_api_containers_test.go:979: DockerSuite.TestContainerAPIStart 0.608s [2019-09-02T23:38:18.293Z] --- PASS: TestServiceUpdateNetwork (15.21s) [2019-09-02T23:38:18.293Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestServiceUpdateNetwork [2019-09-02T23:38:18.293Z] daemon.go:336: [d9af85a96a3bf] waiting for daemon to start [2019-09-02T23:38:18.293Z] daemon.go:336: [d9af85a96a3bf] waiting for daemon to start [2019-09-02T23:38:18.293Z] daemon.go:364: [d9af85a96a3bf] daemon started [2019-09-02T23:38:18.293Z] daemon.go:472: [d9af85a96a3bf] Stopping daemon [2019-09-02T23:38:18.293Z] daemon.go:307: [d9af85a96a3bf] exiting daemon [2019-09-02T23:38:18.293Z] daemon.go:459: [d9af85a96a3bf] Daemon stopped [2019-09-02T23:38:18.293Z] PASS [2019-09-02T23:38:18.293Z] Running /go/src/github.com/docker/docker/integration/session flags=-test.v -test.timeout=120m [2019-09-02T23:38:18.293Z] INFO: Testing against a local daemon [2019-09-02T23:38:18.293Z] === RUN TestSessionCreate [2019-09-02T23:38:18.293Z] --- PASS: TestSessionCreate (0.03s) [2019-09-02T23:38:18.293Z] === RUN TestSessionCreateWithBadUpgrade [2019-09-02T23:38:18.293Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2019-09-02T23:38:18.293Z] PASS [2019-09-02T23:38:18.293Z] Running /go/src/github.com/docker/docker/integration/system flags=-test.v -test.timeout=120m [2019-09-02T23:38:18.293Z] INFO: Testing against a local daemon [2019-09-02T23:38:18.293Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-09-02T23:38:18.293Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-02T23:38:18.293Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-02T23:38:18.293Z] === RUN TestEventsExecDie [2019-09-02T23:38:19.224Z] --- PASS: TestEventsExecDie (0.89s) [2019-09-02T23:38:19.224Z] === RUN TestEventsBackwardsCompatible [2019-09-02T23:38:19.224Z] --- PASS: TestEventsBackwardsCompatible (0.09s) [2019-09-02T23:38:19.224Z] === RUN TestInfoBinaryCommits [2019-09-02T23:38:19.224Z] --- PASS: TestInfoBinaryCommits (0.02s) [2019-09-02T23:38:19.224Z] === RUN TestInfoAPIVersioned [2019-09-02T23:38:19.224Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-09-02T23:38:19.224Z] === RUN TestInfoAPI [2019-09-02T23:38:19.224Z] --- PASS: TestInfoAPI (0.02s) [2019-09-02T23:38:19.224Z] === RUN TestInfoAPIWarnings [2019-09-02T23:38:20.154Z] --- PASS: TestInfoAPIWarnings (0.74s) [2019-09-02T23:38:20.154Z] info_test.go:49: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/1/TestInfoAPIWarnings [2019-09-02T23:38:20.154Z] daemon.go:336: [d2e16fe047319] waiting for daemon to start [2019-09-02T23:38:20.154Z] daemon.go:336: [d2e16fe047319] waiting for daemon to start [2019-09-02T23:38:20.154Z] daemon.go:364: [d2e16fe047319] daemon started [2019-09-02T23:38:20.154Z] daemon.go:472: [d2e16fe047319] Stopping daemon [2019-09-02T23:38:20.154Z] daemon.go:307: [d2e16fe047319] exiting daemon [2019-09-02T23:38:20.154Z] daemon.go:459: [d2e16fe047319] Daemon stopped [2019-09-02T23:38:20.154Z] === RUN TestLoginFailsWithBadCredentials [2019-09-02T23:38:20.154Z] --- PASS: TestLoginFailsWithBadCredentials (0.23s) [2019-09-02T23:38:20.154Z] === RUN TestPingCacheHeaders [2019-09-02T23:38:20.154Z] --- PASS: TestPingCacheHeaders (0.03s) [2019-09-02T23:38:20.154Z] === RUN TestPingGet [2019-09-02T23:38:20.411Z] --- PASS: TestPingGet (0.03s) [2019-09-02T23:38:20.411Z] === RUN TestPingHead [2019-09-02T23:38:20.411Z] --- PASS: TestPingHead (0.05s) [2019-09-02T23:38:20.411Z] === RUN TestVersion [2019-09-02T23:38:20.411Z] --- PASS: TestVersion (0.05s) [2019-09-02T23:38:20.411Z] PASS [2019-09-02T23:38:20.411Z] Running /go/src/github.com/docker/docker/integration/volume flags=-test.v -test.timeout=120m [2019-09-02T23:38:20.411Z] PASS: docker_api_containers_test.go:1635: DockerSuite.TestContainerAPIStatsWithNetworkDisabled 4.682s [2019-09-02T23:38:20.668Z] INFO: Testing against a local daemon [2019-09-02T23:38:20.668Z] === RUN TestVolumesCreateAndList [2019-09-02T23:38:20.668Z] --- PASS: TestVolumesCreateAndList (0.06s) [2019-09-02T23:38:20.668Z] === RUN TestVolumesRemove [2019-09-02T23:38:20.668Z] --- PASS: TestVolumesRemove (0.09s) [2019-09-02T23:38:20.668Z] === RUN TestVolumesInspect [2019-09-02T23:38:20.668Z] --- PASS: TestVolumesInspect (0.03s) [2019-09-02T23:38:20.668Z] === RUN TestVolumesInvalidJSON [2019-09-02T23:38:20.668Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-09-02T23:38:20.668Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-09-02T23:38:20.668Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-09-02T23:38:20.668Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2019-09-02T23:38:20.668Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-09-02T23:38:20.668Z] PASS [2019-09-02T23:38:20.668Z] ---> Making bundle: .integration-daemon-stop (in /go/src/github.com/docker/docker/bundles/test-integration/1) [2019-09-02T23:38:21.599Z] PASS: docker_api_containers_test.go:1005: DockerSuite.TestContainerAPIStop 1.030s [2019-09-02T23:38:22.528Z] PASS: docker_api_containers_test.go:435: DockerSuite.TestContainerAPITop 0.617s [2019-09-02T23:38:22.528Z] SKIP: docker_api_containers_test.go:458: DockerSuite.TestContainerAPITopWindows (unmatched requirement DaemonIsWindows) [2019-09-02T23:38:22.528Z] umount: /go/src/github.com/docker/docker/bundles/test-integration/1/root: mountpoint not found [2019-09-02T23:38:22.528Z] Clearing AppArmor profiles cache:PASS: docker_api_containers_test.go:692: DockerSuite.TestContainerAPIVerifyHeader 0.072s [2019-09-02T23:38:22.528Z] . [2019-09-02T23:38:22.528Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-02T23:38:22.528Z] Unloading profiles will leave already running processes permanently [2019-09-02T23:38:22.528Z] unconfined, which can lead to unexpected situations. [2019-09-02T23:38:22.528Z] [2019-09-02T23:38:22.528Z] To set a process to complain mode, use the command line tool [2019-09-02T23:38:22.528Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-02T23:38:22.528Z] with the 'teardown' option." [2019-09-02T23:38:22.528Z] Removing test suite binaries [2019-09-02T23:38:22.528Z] [2019-09-02T23:38:22.790Z] ok github.com/docker/docker/builder/dockerfile 0.497s coverage: 43.2% of statements [2019-09-02T23:38:22.791Z] ok github.com/docker/docker/builder/dockerignore 0.092s coverage: 96.8% of statements [2019-09-02T23:38:22.791Z] ok github.com/docker/docker/builder/fscache 1.033s coverage: 69.2% of statements [2019-09-02T23:38:22.791Z] ok github.com/docker/docker/builder/remotecontext 0.507s coverage: 9.2% of statements [2019-09-02T23:38:23.048Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2019-09-02T23:38:23.048Z] [2019-09-02T23:38:23.048Z] ---> Making bundle: test-integration (in bundles/test-integration) [2019-09-02T23:38:23.048Z] PKG_CONFIG=pkg-config [2019-09-02T23:38:23.048Z] GOLANG_VERSION=1.12.9 [2019-09-02T23:38:23.048Z] HOSTNAME=c0674b9838f2 [2019-09-02T23:38:23.048Z] DOCKER_EXPERIMENTAL=1 [2019-09-02T23:38:23.048Z] container=docker [2019-09-02T23:38:23.048Z] TEST_SKIP_INTEGRATION_CLI=1 [2019-09-02T23:38:23.048Z] GOMETALINTER_OPTS=--deadline=2m [2019-09-02T23:38:23.048Z] GOPATH=/go [2019-09-02T23:38:23.048Z] PWD=/go/src/github.com/docker/docker [2019-09-02T23:38:23.048Z] HOME=/root [2019-09-02T23:38:23.048Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2019-09-02T23:38:23.048Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2019-09-02T23:38:23.048Z] DOCKER_GITCOMMIT=e6fce00ec83df2f23523b836f647b8f3df97953f [2019-09-02T23:38:23.048Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2019-09-02T23:38:23.048Z] DOCKER_GRAPHDRIVER=overlay2 [2019-09-02T23:38:23.048Z] TERM=xterm [2019-09-02T23:38:23.048Z] DEST=bundles/test-integration [2019-09-02T23:38:23.048Z] SHLVL=1 [2019-09-02T23:38:23.048Z] TIMEOUT=120m [2019-09-02T23:38:23.048Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-09-02T23:38:23.048Z] DOCKER_PKG=github.com/docker/docker [2019-09-02T23:38:23.048Z] _=/usr/bin/env [2019-09-02T23:38:23.048Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-09-02T23:38:26.725Z] PASS: docker_api_containers_test.go:1024: DockerSuite.TestContainerAPIWait 3.633s [2019-09-02T23:38:26.981Z] PASS: docker_api_containers_test.go:2270: DockerSuite.TestContainerKillCustomStopSignal 0.817s [2019-09-02T23:38:28.350Z] PASS: docker_cli_run_test.go:2414: DockerSuite.TestContainerNetworkMode 1.009s [2019-09-02T23:38:31.626Z] PASS: docker_api_swarm_test.go:198: DockerSwarmSuite.TestAPISwarmPromoteDemote 14.223s [2019-09-02T23:38:32.996Z] PASS: docker_cli_run_test.go:3535: DockerSuite.TestContainerRestartInMultipleNetworks 3.876s [2019-09-02T23:38:33.738Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.85s) [2019-09-02T23:38:33.738Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart [2019-09-02T23:38:33.738Z] daemon.go:336: [daf0cda02c56b] waiting for daemon to start [2019-09-02T23:38:33.738Z] daemon.go:336: [daf0cda02c56b] waiting for daemon to start [2019-09-02T23:38:33.738Z] daemon.go:364: [daf0cda02c56b] daemon started [2019-09-02T23:38:33.738Z] daemon.go:472: [daf0cda02c56b] Stopping daemon [2019-09-02T23:38:33.738Z] daemon.go:307: [daf0cda02c56b] exiting daemon [2019-09-02T23:38:33.738Z] daemon.go:459: [daf0cda02c56b] Daemon stopped [2019-09-02T23:38:33.738Z] daemon.go:336: [daf0cda02c56b] waiting for daemon to start [2019-09-02T23:38:33.738Z] daemon.go:336: [daf0cda02c56b] waiting for daemon to start [2019-09-02T23:38:33.738Z] daemon.go:336: [daf0cda02c56b] waiting for daemon to start [2019-09-02T23:38:33.738Z] daemon.go:336: [daf0cda02c56b] waiting for daemon to start [2019-09-02T23:38:33.738Z] daemon.go:350: [daf0cda02c56b] error pinging daemon on start: Get http://daf0cda02c56b.sock/_ping: context deadline exceeded [2019-09-02T23:38:33.738Z] daemon.go:336: [daf0cda02c56b] waiting for daemon to start [2019-09-02T23:38:33.738Z] daemon.go:350: [daf0cda02c56b] error pinging daemon on start: Get http://daf0cda02c56b.sock/_ping: context deadline exceeded [2019-09-02T23:38:33.738Z] daemon.go:336: [daf0cda02c56b] waiting for daemon to start [2019-09-02T23:38:33.738Z] daemon.go:350: [daf0cda02c56b] error pinging daemon on start: Get http://daf0cda02c56b.sock/_ping: context deadline exceeded [2019-09-02T23:38:33.738Z] daemon.go:336: [daf0cda02c56b] waiting for daemon to start [2019-09-02T23:38:33.738Z] daemon.go:350: [daf0cda02c56b] error pinging daemon on start: Get http://daf0cda02c56b.sock/_ping: context deadline exceeded [2019-09-02T23:38:33.738Z] daemon.go:307: [daf0cda02c56b] exiting daemon [2019-09-02T23:38:33.738Z] daemon.go:336: [daf0cda02c56b] waiting for daemon to start [2019-09-02T23:38:33.738Z] daemon.go:336: [daf0cda02c56b] waiting for daemon to start [2019-09-02T23:38:33.738Z] daemon.go:336: [daf0cda02c56b] waiting for daemon to start [2019-09-02T23:38:33.738Z] daemon.go:364: [daf0cda02c56b] daemon started [2019-09-02T23:38:33.738Z] daemon.go:472: [daf0cda02c56b] Stopping daemon [2019-09-02T23:38:33.738Z] daemon.go:307: [daf0cda02c56b] exiting daemon [2019-09-02T23:38:33.738Z] daemon.go:459: [daf0cda02c56b] Daemon stopped [2019-09-02T23:38:33.738Z] PASS [2019-09-02T23:38:33.738Z] Running /go/src/github.com/docker/docker/integration/plugin/common flags=-test.v -test.timeout=120m [2019-09-02T23:38:33.738Z] INFO: Testing against a local daemon [2019-09-02T23:38:33.738Z] === RUN TestPluginInvalidJSON [2019-09-02T23:38:33.738Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-09-02T23:38:33.738Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-09-02T23:38:33.738Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-09-02T23:38:33.738Z] --- PASS: TestPluginInvalidJSON (0.03s) [2019-09-02T23:38:33.738Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-09-02T23:38:33.738Z] PASS [2019-09-02T23:38:33.738Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver flags=-test.v -test.timeout=120m [2019-09-02T23:38:33.738Z] INFO: Testing against a local daemon [2019-09-02T23:38:33.738Z] === RUN TestExternalGraphDriver [2019-09-02T23:38:33.738Z] === RUN TestExternalGraphDriver/json [2019-09-02T23:38:33.738Z] === RUN TestExternalGraphDriver/spec [2019-09-02T23:38:33.928Z] PASS: docker_cli_run_test.go:3567: DockerSuite.TestContainerWithConflictingHostNetworks 0.628s [2019-09-02T23:38:35.566Z] === RUN TestExternalGraphDriver/pull [2019-09-02T23:38:35.823Z] PASS: docker_cli_run_test.go:3598: DockerSuite.TestContainerWithConflictingNoneNetwork 1.558s [2019-09-02T23:38:37.192Z] PASS: docker_cli_run_test.go:3581: DockerSuite.TestContainerWithConflictingSharedNetwork 0.882s [2019-09-02T23:38:38.029Z] --- PASS: TestExternalGraphDriver (6.64s) [2019-09-02T23:38:38.029Z] external_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver [2019-09-02T23:38:38.029Z] daemon.go:336: [d9da2387d3448] waiting for daemon to start [2019-09-02T23:38:38.029Z] daemon.go:336: [d9da2387d3448] waiting for daemon to start [2019-09-02T23:38:38.029Z] daemon.go:364: [d9da2387d3448] daemon started [2019-09-02T23:38:38.029Z] daemon.go:472: [d9da2387d3448] Stopping daemon [2019-09-02T23:38:38.029Z] daemon.go:307: [d9da2387d3448] exiting daemon [2019-09-02T23:38:38.029Z] daemon.go:459: [d9da2387d3448] Daemon stopped [2019-09-02T23:38:38.029Z] daemon.go:336: [d9da2387d3448] waiting for daemon to start [2019-09-02T23:38:38.029Z] daemon.go:336: [d9da2387d3448] waiting for daemon to start [2019-09-02T23:38:38.029Z] daemon.go:364: [d9da2387d3448] daemon started [2019-09-02T23:38:38.029Z] daemon.go:472: [d9da2387d3448] Stopping daemon [2019-09-02T23:38:38.029Z] daemon.go:307: [d9da2387d3448] exiting daemon [2019-09-02T23:38:38.029Z] daemon.go:459: [d9da2387d3448] Daemon stopped [2019-09-02T23:38:38.029Z] --- PASS: TestExternalGraphDriver/json (2.06s) [2019-09-02T23:38:38.029Z] daemon.go:336: [d9da2387d3448] waiting for daemon to start [2019-09-02T23:38:38.029Z] daemon.go:336: [d9da2387d3448] waiting for daemon to start [2019-09-02T23:38:38.029Z] daemon.go:364: [d9da2387d3448] daemon started [2019-09-02T23:38:38.029Z] daemon.go:472: [d9da2387d3448] Stopping daemon [2019-09-02T23:38:38.029Z] daemon.go:307: [d9da2387d3448] exiting daemon [2019-09-02T23:38:38.029Z] daemon.go:459: [d9da2387d3448] Daemon stopped [2019-09-02T23:38:38.029Z] daemon.go:336: [d9da2387d3448] waiting for daemon to start [2019-09-02T23:38:38.029Z] daemon.go:336: [d9da2387d3448] waiting for daemon to start [2019-09-02T23:38:38.029Z] daemon.go:364: [d9da2387d3448] daemon started [2019-09-02T23:38:38.029Z] daemon.go:472: [d9da2387d3448] Stopping daemon [2019-09-02T23:38:38.029Z] daemon.go:307: [d9da2387d3448] exiting daemon [2019-09-02T23:38:38.029Z] daemon.go:459: [d9da2387d3448] Daemon stopped [2019-09-02T23:38:38.029Z] --- PASS: TestExternalGraphDriver/spec (2.14s) [2019-09-02T23:38:38.029Z] daemon.go:336: [d9da2387d3448] waiting for daemon to start [2019-09-02T23:38:38.029Z] daemon.go:336: [d9da2387d3448] waiting for daemon to start [2019-09-02T23:38:38.029Z] daemon.go:364: [d9da2387d3448] daemon started [2019-09-02T23:38:38.029Z] daemon.go:472: [d9da2387d3448] Stopping daemon [2019-09-02T23:38:38.029Z] daemon.go:307: [d9da2387d3448] exiting daemon [2019-09-02T23:38:38.029Z] daemon.go:459: [d9da2387d3448] Daemon stopped [2019-09-02T23:38:38.029Z] --- PASS: TestExternalGraphDriver/pull (2.25s) [2019-09-02T23:38:38.029Z] === RUN TestGraphdriverPluginV2 [2019-09-02T23:38:38.029Z] --- SKIP: TestGraphdriverPluginV2 (0.07s) [2019-09-02T23:38:38.029Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-02T23:38:38.029Z] PASS [2019-09-02T23:38:38.029Z] Running /go/src/github.com/docker/docker/integration/plugin/logging flags=-test.v -test.timeout=120m [2019-09-02T23:38:38.029Z] INFO: Testing against a local daemon [2019-09-02T23:38:38.029Z] === RUN TestContinueAfterPluginCrash [2019-09-02T23:38:38.029Z] === PAUSE TestContinueAfterPluginCrash [2019-09-02T23:38:38.029Z] === RUN TestDaemonStartWithLogOpt [2019-09-02T23:38:38.029Z] === PAUSE TestDaemonStartWithLogOpt [2019-09-02T23:38:38.029Z] === CONT TestContinueAfterPluginCrash [2019-09-02T23:38:38.029Z] === CONT TestDaemonStartWithLogOpt [2019-09-02T23:38:49.701Z] --- PASS: TestDaemonStartWithLogOpt (11.03s) [2019-09-02T23:38:49.701Z] validation_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt [2019-09-02T23:38:49.701Z] daemon.go:336: [d97aa8bbdb550] waiting for daemon to start [2019-09-02T23:38:49.701Z] daemon.go:336: [d97aa8bbdb550] waiting for daemon to start [2019-09-02T23:38:49.701Z] daemon.go:364: [d97aa8bbdb550] daemon started [2019-09-02T23:38:49.701Z] daemon.go:472: [d97aa8bbdb550] Stopping daemon [2019-09-02T23:38:49.701Z] daemon.go:307: [d97aa8bbdb550] exiting daemon [2019-09-02T23:38:49.701Z] daemon.go:459: [d97aa8bbdb550] Daemon stopped [2019-09-02T23:38:49.701Z] daemon.go:336: [d97aa8bbdb550] waiting for daemon to start [2019-09-02T23:38:49.701Z] daemon.go:336: [d97aa8bbdb550] waiting for daemon to start [2019-09-02T23:38:49.701Z] daemon.go:364: [d97aa8bbdb550] daemon started [2019-09-02T23:38:49.702Z] daemon.go:472: [d97aa8bbdb550] Stopping daemon [2019-09-02T23:38:49.702Z] daemon.go:307: [d97aa8bbdb550] exiting daemon [2019-09-02T23:38:49.702Z] daemon.go:459: [d97aa8bbdb550] Daemon stopped [2019-09-02T23:38:54.775Z] --- PASS: TestContinueAfterPluginCrash (15.94s) [2019-09-02T23:38:54.775Z] logging_linux_test.go:22: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash [2019-09-02T23:38:54.775Z] daemon.go:336: [dfe357fc50d9a] waiting for daemon to start [2019-09-02T23:38:54.775Z] daemon.go:336: [dfe357fc50d9a] waiting for daemon to start [2019-09-02T23:38:54.775Z] daemon.go:364: [dfe357fc50d9a] daemon started [2019-09-02T23:38:54.775Z] daemon.go:472: [dfe357fc50d9a] Stopping daemon [2019-09-02T23:38:54.775Z] daemon.go:307: [dfe357fc50d9a] exiting daemon [2019-09-02T23:38:54.775Z] daemon.go:459: [dfe357fc50d9a] Daemon stopped [2019-09-02T23:38:54.775Z] PASS [2019-09-02T23:38:54.775Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes flags=-test.v -test.timeout=120m [2019-09-02T23:38:54.775Z] INFO: Testing against a local daemon [2019-09-02T23:38:54.775Z] === RUN TestPluginWithDevMounts [2019-09-02T23:38:54.775Z] === PAUSE TestPluginWithDevMounts [2019-09-02T23:38:54.775Z] === CONT TestPluginWithDevMounts [2019-09-02T23:38:56.700Z] --- PASS: TestPluginWithDevMounts (2.05s) [2019-09-02T23:38:56.700Z] mounts_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts [2019-09-02T23:38:56.700Z] daemon.go:336: [d32c7a78501d9] waiting for daemon to start [2019-09-02T23:38:56.700Z] daemon.go:336: [d32c7a78501d9] waiting for daemon to start [2019-09-02T23:38:56.700Z] daemon.go:364: [d32c7a78501d9] daemon started [2019-09-02T23:38:56.700Z] daemon.go:472: [d32c7a78501d9] Stopping daemon [2019-09-02T23:38:56.700Z] daemon.go:307: [d32c7a78501d9] exiting daemon [2019-09-02T23:38:56.700Z] daemon.go:459: [d32c7a78501d9] Daemon stopped [2019-09-02T23:38:56.700Z] PASS [2019-09-02T23:38:56.700Z] Running /go/src/github.com/docker/docker/integration/secret flags=-test.v -test.timeout=120m [2019-09-02T23:38:56.700Z] INFO: Testing against a local daemon [2019-09-02T23:38:56.700Z] === RUN TestSecretInspect [2019-09-02T23:38:58.471Z] ok github.com/docker/docker/builder/remotecontext/git 35.767s coverage: 85.1% of statements [2019-09-02T23:38:58.471Z] ? github.com/docker/docker/cli [no test files] [2019-09-02T23:38:58.471Z] ? github.com/docker/docker/cli/config [no test files] [2019-09-02T23:38:58.471Z] ok github.com/docker/docker/cli/debug 0.057s coverage: 100.0% of statements [2019-09-02T23:38:58.471Z] ok github.com/docker/docker/client 0.612s coverage: 75.1% of statements [2019-09-02T23:38:59.906Z] --- PASS: TestSecretInspect (2.98s) [2019-09-02T23:38:59.906Z] secret_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect [2019-09-02T23:38:59.906Z] daemon.go:336: [d8b4a02d3a672] waiting for daemon to start [2019-09-02T23:38:59.906Z] daemon.go:336: [d8b4a02d3a672] waiting for daemon to start [2019-09-02T23:38:59.906Z] daemon.go:364: [d8b4a02d3a672] daemon started [2019-09-02T23:38:59.906Z] daemon.go:472: [d8b4a02d3a672] Stopping daemon [2019-09-02T23:38:59.906Z] daemon.go:307: [d8b4a02d3a672] exiting daemon [2019-09-02T23:38:59.906Z] daemon.go:459: [d8b4a02d3a672] Daemon stopped [2019-09-02T23:38:59.906Z] === RUN TestSecretList [2019-09-02T23:39:02.378Z] --- PASS: TestSecretList (2.92s) [2019-09-02T23:39:02.378Z] secret_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretList [2019-09-02T23:39:02.378Z] daemon.go:336: [d64cd2c4e85a4] waiting for daemon to start [2019-09-02T23:39:02.378Z] daemon.go:336: [d64cd2c4e85a4] waiting for daemon to start [2019-09-02T23:39:02.378Z] daemon.go:364: [d64cd2c4e85a4] daemon started [2019-09-02T23:39:02.378Z] daemon.go:472: [d64cd2c4e85a4] Stopping daemon [2019-09-02T23:39:02.378Z] daemon.go:307: [d64cd2c4e85a4] exiting daemon [2019-09-02T23:39:02.378Z] daemon.go:459: [d64cd2c4e85a4] Daemon stopped [2019-09-02T23:39:02.378Z] === RUN TestSecretsCreateAndDelete [2019-09-02T23:39:03.163Z] ok github.com/docker/docker/cmd/dockerd 0.652s coverage: 18.7% of statements [2019-09-02T23:39:03.699Z] PASS: docker_api_containers_test.go:2006: DockerSuite.TestContainersAPICreateMountsCreate 23.658s [2019-09-02T23:39:03.699Z] PASS: docker_api_containers_test.go:2220: DockerSuite.TestContainersAPICreateMountsTmpfs 1.517s [2019-09-02T23:39:03.699Z] PASS: docker_api_containers_test.go:1684: DockerSuite.TestContainersAPICreateMountsValidation 0.455s [2019-09-02T23:39:05.593Z] PASS: docker_cli_run_test.go:3471: DockerSuite.TestContainersInMultipleNetworks 2.189s [2019-09-02T23:39:05.721Z] --- PASS: TestSecretsCreateAndDelete (2.96s) [2019-09-02T23:39:05.721Z] secret_test.go:125: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete [2019-09-02T23:39:05.721Z] daemon.go:336: [d1096f377ebc2] waiting for daemon to start [2019-09-02T23:39:05.721Z] daemon.go:336: [d1096f377ebc2] waiting for daemon to start [2019-09-02T23:39:05.721Z] daemon.go:364: [d1096f377ebc2] daemon started [2019-09-02T23:39:05.721Z] daemon.go:472: [d1096f377ebc2] Stopping daemon [2019-09-02T23:39:05.721Z] daemon.go:307: [d1096f377ebc2] exiting daemon [2019-09-02T23:39:05.721Z] daemon.go:459: [d1096f377ebc2] Daemon stopped [2019-09-02T23:39:05.721Z] === RUN TestSecretsUpdate [2019-09-02T23:39:06.068Z] ok github.com/docker/docker/container 0.587s coverage: 42.7% of statements [2019-09-02T23:39:06.068Z] ? github.com/docker/docker/container/stream [no test files] [2019-09-02T23:39:06.068Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-09-02T23:39:06.068Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-09-02T23:39:06.068Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-09-02T23:39:08.112Z] PASS: docker_cli_run_test.go:3463: DockerSuite.TestContainersInUserDefinedNetwork 2.104s [2019-09-02T23:39:08.160Z] --- PASS: TestSecretsUpdate (2.94s) [2019-09-02T23:39:08.160Z] secret_test.go:172: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate [2019-09-02T23:39:08.160Z] daemon.go:336: [d6cfd2171c9ac] waiting for daemon to start [2019-09-02T23:39:08.160Z] daemon.go:336: [d6cfd2171c9ac] waiting for daemon to start [2019-09-02T23:39:08.160Z] daemon.go:364: [d6cfd2171c9ac] daemon started [2019-09-02T23:39:08.160Z] daemon.go:472: [d6cfd2171c9ac] Stopping daemon [2019-09-02T23:39:08.160Z] daemon.go:307: [d6cfd2171c9ac] exiting daemon [2019-09-02T23:39:08.160Z] daemon.go:459: [d6cfd2171c9ac] Daemon stopped [2019-09-02T23:39:08.160Z] === RUN TestTemplatedSecret [2019-09-02T23:39:11.393Z] PASS: docker_cli_run_test.go:3490: DockerSuite.TestContainersNetworkIsolation 2.383s [2019-09-02T23:39:12.310Z] --- PASS: TestTemplatedSecret (3.58s) [2019-09-02T23:39:12.310Z] secret_test.go:221: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret [2019-09-02T23:39:12.310Z] daemon.go:336: [d08c2511fab02] waiting for daemon to start [2019-09-02T23:39:12.310Z] daemon.go:336: [d08c2511fab02] waiting for daemon to start [2019-09-02T23:39:12.310Z] daemon.go:364: [d08c2511fab02] daemon started [2019-09-02T23:39:12.310Z] daemon.go:472: [d08c2511fab02] Stopping daemon [2019-09-02T23:39:12.310Z] daemon.go:307: [d08c2511fab02] exiting daemon [2019-09-02T23:39:12.310Z] daemon.go:459: [d08c2511fab02] Daemon stopped [2019-09-02T23:39:12.310Z] === RUN TestSecretCreateResolve [2019-09-02T23:39:12.762Z] PASS: docker_cli_cp_test.go:536: DockerSuite.TestCopyAndRestart 1.718s [2019-09-02T23:39:13.019Z] PASS: docker_cli_cp_test.go:555: DockerSuite.TestCopyCreatedContainer 0.183s [2019-09-02T23:39:13.951Z] PASS: docker_cli_cp_test.go:115: DockerSuite.TestCpAbsolutePath 0.954s [2019-09-02T23:39:14.140Z] --- PASS: TestSecretCreateResolve (2.39s) [2019-09-02T23:39:14.140Z] secret_test.go:342: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve [2019-09-02T23:39:14.140Z] daemon.go:336: [dd2e8cc1f1298] waiting for daemon to start [2019-09-02T23:39:14.140Z] daemon.go:336: [dd2e8cc1f1298] waiting for daemon to start [2019-09-02T23:39:14.140Z] daemon.go:364: [dd2e8cc1f1298] daemon started [2019-09-02T23:39:14.140Z] daemon.go:472: [dd2e8cc1f1298] Stopping daemon [2019-09-02T23:39:14.140Z] daemon.go:307: [dd2e8cc1f1298] exiting daemon [2019-09-02T23:39:14.140Z] daemon.go:459: [dd2e8cc1f1298] Daemon stopped [2019-09-02T23:39:14.140Z] PASS [2019-09-02T23:39:14.140Z] Running /go/src/github.com/docker/docker/integration/service flags=-test.v -test.timeout=120m [2019-09-02T23:39:14.506Z] INFO: Testing against a local daemon [2019-09-02T23:39:14.506Z] === RUN TestServiceCreateInit [2019-09-02T23:39:14.506Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-09-02T23:39:14.882Z] PASS: docker_cli_cp_test.go:152: DockerSuite.TestCpAbsoluteSymlink 0.987s [2019-09-02T23:39:16.253Z] PASS: docker_cli_cp_to_container_unix_test.go:41: DockerSuite.TestCpCheckDestOwnership 1.087s [2019-09-02T23:39:17.184Z] PASS: docker_cli_cp_from_container_test.go:120: DockerSuite.TestCpFromCaseA 0.918s [2019-09-02T23:39:18.114Z] PASS: docker_cli_cp_from_container_test.go:140: DockerSuite.TestCpFromCaseB 0.942s [2019-09-02T23:39:19.044Z] PASS: docker_cli_cp_from_container_test.go:158: DockerSuite.TestCpFromCaseC 0.954s [2019-09-02T23:39:19.978Z] PASS: docker_cli_cp_from_container_test.go:183: DockerSuite.TestCpFromCaseD 1.137s [2019-09-02T23:39:20.870Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-09-02T23:39:20.909Z] PASS: docker_cli_cp_from_container_test.go:223: DockerSuite.TestCpFromCaseE 0.982s [2019-09-02T23:39:22.279Z] PASS: docker_cli_cp_from_container_test.go:252: DockerSuite.TestCpFromCaseF 0.952s [2019-09-02T23:39:23.210Z] PASS: docker_cli_cp_from_container_test.go:275: DockerSuite.TestCpFromCaseG 1.021s [2019-09-02T23:39:24.140Z] PASS: docker_cli_cp_from_container_test.go:314: DockerSuite.TestCpFromCaseH 1.128s [2019-09-02T23:39:25.072Z] PASS: docker_cli_cp_from_container_test.go:344: DockerSuite.TestCpFromCaseI 0.963s [2019-09-02T23:39:25.984Z] --- PASS: TestServiceCreateInit (11.08s) [2019-09-02T23:39:25.984Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.55s) [2019-09-02T23:39:25.984Z] create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled [2019-09-02T23:39:25.984Z] daemon.go:336: [d852cfd686c58] waiting for daemon to start [2019-09-02T23:39:25.984Z] daemon.go:336: [d852cfd686c58] waiting for daemon to start [2019-09-02T23:39:25.984Z] daemon.go:364: [d852cfd686c58] daemon started [2019-09-02T23:39:25.984Z] daemon.go:472: [d852cfd686c58] Stopping daemon [2019-09-02T23:39:25.984Z] daemon.go:307: [d852cfd686c58] exiting daemon [2019-09-02T23:39:25.984Z] daemon.go:459: [d852cfd686c58] Daemon stopped [2019-09-02T23:39:25.984Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.51s) [2019-09-02T23:39:25.984Z] create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled [2019-09-02T23:39:25.984Z] daemon.go:336: [d7564e5873704] waiting for daemon to start [2019-09-02T23:39:25.984Z] daemon.go:336: [d7564e5873704] waiting for daemon to start [2019-09-02T23:39:25.984Z] daemon.go:364: [d7564e5873704] daemon started [2019-09-02T23:39:25.984Z] daemon.go:472: [d7564e5873704] Stopping daemon [2019-09-02T23:39:25.984Z] daemon.go:307: [d7564e5873704] exiting daemon [2019-09-02T23:39:25.984Z] daemon.go:459: [d7564e5873704] Daemon stopped [2019-09-02T23:39:25.984Z] === RUN TestCreateServiceMultipleTimes [2019-09-02T23:39:26.442Z] PASS: docker_cli_cp_from_container_test.go:368: DockerSuite.TestCpFromCaseJ 1.086s [2019-09-02T23:39:27.811Z] PASS: docker_cli_cp_from_container_test.go:25: DockerSuite.TestCpFromSymlinkDestination 1.509s [2019-09-02T23:39:28.740Z] PASS: docker_cli_cp_test.go:188: DockerSuite.TestCpFromSymlinkToDirectory 1.034s [2019-09-02T23:39:29.670Z] PASS: docker_cli_cp_test.go:37: DockerSuite.TestCpGarbagePath 0.941s [2019-09-02T23:39:29.670Z] PASS: docker_cli_cp_test.go:30: DockerSuite.TestCpLocalOnly 0.010s [2019-09-02T23:39:30.603Z] PASS: docker_cli_cp_test.go:517: DockerSuite.TestCpNameHasColon 0.913s [2019-09-02T23:39:30.863Z] PASS: docker_api_swarm_test.go:374: DockerSwarmSuite.TestAPISwarmRaftQuorum 48.531s [2019-09-02T23:39:31.199Z] ok github.com/docker/docker/daemon 3.236s coverage: 9.1% of statements [2019-09-02T23:39:31.199Z] ok github.com/docker/docker/daemon/cluster 1.672s coverage: 0.5% of statements [2019-09-02T23:39:31.200Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.410s coverage: 65.3% of statements [2019-09-02T23:39:31.200Z] ok github.com/docker/docker/daemon/cluster/convert 0.487s coverage: 35.8% of statements [2019-09-02T23:39:31.200Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-09-02T23:39:31.200Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.976s coverage: 10.9% of statements [2019-09-02T23:39:31.200Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-09-02T23:39:31.200Z] ok github.com/docker/docker/daemon/config 0.921s coverage: 82.3% of statements [2019-09-02T23:39:31.200Z] ok github.com/docker/docker/daemon/discovery 0.222s coverage: 30.0% of statements [2019-09-02T23:39:31.200Z] ok github.com/docker/docker/daemon/events 0.412s coverage: 50.0% of statements [2019-09-02T23:39:31.200Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-09-02T23:39:31.200Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-09-02T23:39:31.200Z] ok github.com/docker/docker/daemon/graphdriver 0.212s coverage: 2.3% of statements [2019-09-02T23:39:31.200Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2019-09-02T23:39:31.200Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2019-09-02T23:39:31.200Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-09-02T23:39:31.200Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2019-09-02T23:39:31.200Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2019-09-02T23:39:31.200Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2019-09-02T23:39:31.200Z] ? github.com/docker/docker/daemon/graphdriver/quota [no test files] [2019-09-02T23:39:31.200Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-09-02T23:39:31.200Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2019-09-02T23:39:31.200Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2019-09-02T23:39:31.200Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2019-09-02T23:39:31.200Z] ok github.com/docker/docker/daemon/images 0.385s coverage: 4.9% of statements [2019-09-02T23:39:31.200Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-09-02T23:39:31.200Z] ok github.com/docker/docker/daemon/links 0.181s coverage: 93.0% of statements [2019-09-02T23:39:31.200Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-09-02T23:39:31.200Z] ok github.com/docker/docker/daemon/logger 0.480s coverage: 43.0% of statements [2019-09-02T23:39:31.200Z] ok github.com/docker/docker/daemon/logger/awslogs 0.646s coverage: 78.2% of statements [2019-09-02T23:39:31.200Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2019-09-02T23:39:31.200Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-09-02T23:39:31.200Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-09-02T23:39:31.200Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2019-09-02T23:39:31.200Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2019-09-02T23:39:31.200Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.526s coverage: 62.1% of statements [2019-09-02T23:39:31.658Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.571s coverage: 88.3% of statements [2019-09-02T23:39:31.792Z] PASS: docker_cli_cp_test.go:73: DockerSuite.TestCpRelativePath 1.061s [2019-09-02T23:39:33.162Z] PASS: docker_cli_cp_test.go:374: DockerSuite.TestCpSpecialFiles 1.403s [2019-09-02T23:39:33.836Z] ok github.com/docker/docker/daemon/logger/local 0.450s coverage: 74.7% of statements [2019-09-02T23:39:33.836Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-09-02T23:39:33.836Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.219s coverage: 18.1% of statements [2019-09-02T23:39:34.092Z] PASS: docker_cli_cp_test.go:311: DockerSuite.TestCpSymlinkComponent 0.807s [2019-09-02T23:39:35.462Z] PASS: docker_cli_cp_test.go:568: DockerSuite.TestCpSymlinkFromConToHostFollowSymlink 1.278s [2019-09-02T23:39:36.751Z] ok github.com/docker/docker/daemon/logger/splunk 2.350s coverage: 84.5% of statements [2019-09-02T23:39:36.751Z] ok github.com/docker/docker/daemon/logger/syslog 0.371s coverage: 47.8% of statements [2019-09-02T23:39:36.751Z] ok github.com/docker/docker/daemon/logger/templates 0.060s coverage: 8.3% of statements [2019-09-02T23:39:36.751Z] ? github.com/docker/docker/daemon/names [no test files] [2019-09-02T23:39:36.751Z] ? github.com/docker/docker/daemon/network [no test files] [2019-09-02T23:39:36.751Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-09-02T23:39:37.356Z] PASS: docker_cli_cp_to_container_test.go:124: DockerSuite.TestCpToCaseA 1.893s [2019-09-02T23:39:38.287Z] PASS: docker_cli_cp_to_container_test.go:145: DockerSuite.TestCpToCaseB 0.959s [2019-09-02T23:39:39.659Z] ok github.com/docker/docker/distribution 1.435s coverage: 20.8% of statements [2019-09-02T23:39:39.659Z] ok github.com/docker/docker/distribution/metadata 1.615s coverage: 48.2% of statements [2019-09-02T23:39:39.659Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-09-02T23:39:40.118Z] ok github.com/docker/docker/distribution/xfer 2.003s coverage: 62.7% of statements [2019-09-02T23:39:40.118Z] ? github.com/docker/docker/dockerversion [no test files] [2019-09-02T23:39:40.118Z] ok github.com/docker/docker/errdefs 0.140s coverage: 49.4% of statements [2019-09-02T23:39:40.374Z] #33 126.1 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2019-09-02T23:39:40.374Z] #33 129.0 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-09-02T23:39:40.374Z] #33 131.6 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-09-02T23:39:40.374Z] #33 134.7 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-09-02T23:39:40.374Z] #33 137.2 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-09-02T23:39:40.374Z] #33 139.8 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-09-02T23:39:40.811Z] PASS: docker_cli_cp_to_container_test.go:166: DockerSuite.TestCpToCaseC 2.692s [2019-09-02T23:39:42.275Z] #33 142.3 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-09-02T23:39:43.854Z] ok github.com/docker/docker/image 0.980s coverage: 86.4% of statements [2019-09-02T23:39:43.854Z] ok github.com/docker/docker/image/cache 0.346s coverage: 19.2% of statements [2019-09-02T23:39:43.854Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-09-02T23:39:43.854Z] ok github.com/docker/docker/image/v1 0.437s coverage: 25.0% of statements [2019-09-02T23:39:43.854Z] ? github.com/docker/docker/internal/test [no test files] [2019-09-02T23:39:43.854Z] ? github.com/docker/docker/internal/test/daemon [no test files] [2019-09-02T23:39:43.854Z] ? github.com/docker/docker/internal/test/environment [no test files] [2019-09-02T23:39:43.854Z] ? github.com/docker/docker/internal/test/fakecontext [no test files] [2019-09-02T23:39:43.854Z] ? github.com/docker/docker/internal/test/fakegit [no test files] [2019-09-02T23:39:43.854Z] ? github.com/docker/docker/internal/test/fakestorage [no test files] [2019-09-02T23:39:43.854Z] ? github.com/docker/docker/internal/test/fixtures/load [no test files] [2019-09-02T23:39:43.854Z] ? github.com/docker/docker/internal/test/fixtures/plugin [no test files] [2019-09-02T23:39:43.854Z] ? github.com/docker/docker/internal/test/fixtures/plugin/basic [no test files] [2019-09-02T23:39:43.854Z] ? github.com/docker/docker/internal/test/registry [no test files] [2019-09-02T23:39:43.854Z] ? github.com/docker/docker/internal/test/request [no test files] [2019-09-02T23:39:44.784Z] #33 144.8 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-09-02T23:39:44.822Z] ok github.com/docker/docker/internal/testutil 0.167s coverage: 62.5% of statements [2019-09-02T23:39:45.039Z] #33 145.1 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-09-02T23:39:45.137Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2019-09-02T23:39:45.137Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2019-09-02T23:39:45.799Z] --- PASS: TestCreateServiceMultipleTimes (18.25s) [2019-09-02T23:39:45.799Z] create_test.go:80: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes [2019-09-02T23:39:45.799Z] daemon.go:336: [d2b24ffb84f7d] waiting for daemon to start [2019-09-02T23:39:45.799Z] daemon.go:336: [d2b24ffb84f7d] waiting for daemon to start [2019-09-02T23:39:45.799Z] daemon.go:364: [d2b24ffb84f7d] daemon started [2019-09-02T23:39:45.799Z] daemon.go:472: [d2b24ffb84f7d] Stopping daemon [2019-09-02T23:39:45.799Z] daemon.go:307: [d2b24ffb84f7d] exiting daemon [2019-09-02T23:39:45.799Z] daemon.go:459: [d2b24ffb84f7d] Daemon stopped [2019-09-02T23:39:45.799Z] === RUN TestCreateServiceConflict [2019-09-02T23:39:46.063Z] PASS: docker_cli_cp_to_container_test.go:193: DockerSuite.TestCpToCaseD 5.159s [2019-09-02T23:39:46.579Z] --- PASS: TestCreateServiceConflict (2.95s) [2019-09-02T23:39:46.579Z] create_test.go:129: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict [2019-09-02T23:39:46.579Z] daemon.go:336: [d926cc45f8207] waiting for daemon to start [2019-09-02T23:39:46.579Z] daemon.go:336: [d926cc45f8207] waiting for daemon to start [2019-09-02T23:39:46.579Z] daemon.go:364: [d926cc45f8207] daemon started [2019-09-02T23:39:46.579Z] daemon.go:472: [d926cc45f8207] Stopping daemon [2019-09-02T23:39:46.579Z] daemon.go:307: [d926cc45f8207] exiting daemon [2019-09-02T23:39:46.579Z] daemon.go:459: [d926cc45f8207] Daemon stopped [2019-09-02T23:39:46.579Z] === RUN TestCreateServiceMaxReplicas [2019-09-02T23:39:47.549Z] #33 147.7 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-09-02T23:39:47.724Z] ok github.com/docker/docker/layer 0.451s coverage: 27.9% of statements [2019-09-02T23:39:47.724Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-09-02T23:39:47.813Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2019-09-02T23:39:48.559Z] #33 148.7 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-09-02T23:39:49.899Z] ok github.com/docker/docker/libcontainerd/local 0.364s coverage: 1.0% of statements [2019-09-02T23:39:49.899Z] ok github.com/docker/docker/libcontainerd/queue 0.065s coverage: 100.0% of statements [2019-09-02T23:39:49.899Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-09-02T23:39:49.899Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-09-02T23:39:49.899Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-09-02T23:39:49.899Z] ? github.com/docker/docker/oci [no test files] [2019-09-02T23:39:49.899Z] ? github.com/docker/docker/oci/caps [no test files] [2019-09-02T23:39:49.899Z] ok github.com/docker/docker/opts 0.584s coverage: 67.3% of statements [2019-09-02T23:39:49.899Z] ok github.com/docker/docker/pkg/aaparser 0.180s coverage: 50.0% of statements [2019-09-02T23:39:50.238Z] PASS: docker_cli_cp_to_container_test.go:239: DockerSuite.TestCpToCaseE 3.532s [2019-09-02T23:39:50.494Z] PASS: docker_cli_cp_to_container_test.go:274: DockerSuite.TestCpToCaseF 0.891s [2019-09-02T23:39:50.840Z] --- PASS: TestCreateServiceMaxReplicas (3.97s) [2019-09-02T23:39:50.840Z] create_test.go:150: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas [2019-09-02T23:39:50.840Z] daemon.go:336: [d17f714a526f0] waiting for daemon to start [2019-09-02T23:39:50.840Z] daemon.go:336: [d17f714a526f0] waiting for daemon to start [2019-09-02T23:39:50.840Z] daemon.go:364: [d17f714a526f0] daemon started [2019-09-02T23:39:50.840Z] daemon.go:472: [d17f714a526f0] Stopping daemon [2019-09-02T23:39:50.840Z] daemon.go:307: [d17f714a526f0] exiting daemon [2019-09-02T23:39:50.840Z] daemon.go:459: [d17f714a526f0] Daemon stopped [2019-09-02T23:39:50.840Z] === RUN TestCreateWithDuplicateNetworkNames [2019-09-02T23:39:51.067Z] #33 151.2 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-09-02T23:39:53.577Z] #33 153.7 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-09-02T23:39:54.617Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2019-09-02T23:39:55.745Z] PASS: docker_cli_cp_to_container_test.go:297: DockerSuite.TestCpToCaseG 5.023s [2019-09-02T23:39:56.084Z] #33 156.2 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-09-02T23:39:58.596Z] #33 158.7 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-09-02T23:39:59.924Z] PASS: docker_cli_cp_to_container_test.go:343: DockerSuite.TestCpToCaseH 3.736s [2019-09-02T23:40:00.106Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2019-09-02T23:40:00.189Z] PASS: docker_cli_cp_to_container_test.go:379: DockerSuite.TestCpToCaseI 0.925s [2019-09-02T23:40:01.855Z] #33 161.5 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-09-02T23:40:02.414Z] #33 162.5 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-09-02T23:40:04.926Z] #33 165.0 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-09-02T23:40:05.448Z] PASS: docker_cli_cp_to_container_test.go:403: DockerSuite.TestCpToCaseJ 5.134s [2019-09-02T23:40:05.616Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2019-09-02T23:40:06.288Z] #33 166.2 [2019-09-02T23:40:06.379Z] PASS: docker_cli_cp_to_container_unix_test.go:17: DockerSuite.TestCpToContainerWithPermissions 1.049s [2019-09-02T23:40:07.215Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.23s) [2019-09-02T23:40:07.215Z] create_test.go:171: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames [2019-09-02T23:40:07.215Z] daemon.go:336: [d34dd7ab62309] waiting for daemon to start [2019-09-02T23:40:07.215Z] daemon.go:336: [d34dd7ab62309] waiting for daemon to start [2019-09-02T23:40:07.215Z] daemon.go:364: [d34dd7ab62309] daemon started [2019-09-02T23:40:07.215Z] daemon.go:472: [d34dd7ab62309] Stopping daemon [2019-09-02T23:40:07.215Z] daemon.go:307: [d34dd7ab62309] exiting daemon [2019-09-02T23:40:07.215Z] daemon.go:459: [d34dd7ab62309] Daemon stopped [2019-09-02T23:40:07.215Z] === RUN TestCreateServiceSecretFileMode [2019-09-02T23:40:07.309Z] PASS: docker_cli_cp_test.go:477: DockerSuite.TestCpToDot 0.957s [2019-09-02T23:40:07.647Z] #33 DONE 167.4s [2019-09-02T23:40:07.647Z] [2019-09-02T23:40:07.647Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ... [2019-09-02T23:40:08.459Z] --- PASS: TestCreateServiceSecretFileMode (3.37s) [2019-09-02T23:40:08.459Z] create_test.go:224: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode [2019-09-02T23:40:08.459Z] daemon.go:336: [da4ac4928b942] waiting for daemon to start [2019-09-02T23:40:08.459Z] daemon.go:336: [da4ac4928b942] waiting for daemon to start [2019-09-02T23:40:08.459Z] daemon.go:364: [da4ac4928b942] daemon started [2019-09-02T23:40:08.459Z] daemon.go:472: [da4ac4928b942] Stopping daemon [2019-09-02T23:40:08.459Z] daemon.go:307: [da4ac4928b942] exiting daemon [2019-09-02T23:40:08.459Z] daemon.go:459: [da4ac4928b942] Daemon stopped [2019-09-02T23:40:08.459Z] === RUN TestCreateServiceConfigFileMode [2019-09-02T23:40:09.201Z] PASS: docker_cli_cp_to_container_test.go:446: DockerSuite.TestCpToErrReadOnlyRootfs 1.713s [2019-09-02T23:40:09.542Z] #34 DONE 2.3s [2019-09-02T23:40:11.094Z] PASS: docker_cli_cp_to_container_test.go:473: DockerSuite.TestCpToErrReadOnlyVolume 1.803s [2019-09-02T23:40:11.111Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2019-09-02T23:40:11.394Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2019-09-02T23:40:11.744Z] --- PASS: TestCreateServiceConfigFileMode (3.34s) [2019-09-02T23:40:11.744Z] create_test.go:288: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode [2019-09-02T23:40:11.744Z] daemon.go:336: [d84303d1fa26e] waiting for daemon to start [2019-09-02T23:40:11.744Z] daemon.go:336: [d84303d1fa26e] waiting for daemon to start [2019-09-02T23:40:11.744Z] daemon.go:364: [d84303d1fa26e] daemon started [2019-09-02T23:40:11.744Z] daemon.go:472: [d84303d1fa26e] Stopping daemon [2019-09-02T23:40:11.744Z] daemon.go:307: [d84303d1fa26e] exiting daemon [2019-09-02T23:40:11.744Z] daemon.go:459: [d84303d1fa26e] Daemon stopped [2019-09-02T23:40:11.744Z] === RUN TestCreateServiceSysctls [2019-09-02T23:40:12.024Z] PASS: docker_cli_cp_test.go:500: DockerSuite.TestCpToStdout 0.973s [2019-09-02T23:40:12.052Z] [2019-09-02T23:40:12.052Z] #35 [runner 12/12] COPY --from=builder /build/ / [2019-09-02T23:40:13.411Z] #35 DONE 1.6s [2019-09-02T23:40:13.411Z] [2019-09-02T23:40:13.411Z] #36 exporting to image [2019-09-02T23:40:13.411Z] #36 exporting layers [2019-09-02T23:40:15.296Z] PASS: docker_cli_cp_to_container_test.go:23: DockerSuite.TestCpToSymlinkDestination 3.479s [2019-09-02T23:40:15.801Z] --- PASS: TestCreateServiceSysctls (3.83s) [2019-09-02T23:40:15.801Z] create_test.go:378: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls [2019-09-02T23:40:15.801Z] daemon.go:336: [d3a262ffe8910] waiting for daemon to start [2019-09-02T23:40:15.802Z] daemon.go:336: [d3a262ffe8910] waiting for daemon to start [2019-09-02T23:40:15.802Z] daemon.go:364: [d3a262ffe8910] daemon started [2019-09-02T23:40:15.802Z] daemon.go:472: [d3a262ffe8910] Stopping daemon [2019-09-02T23:40:15.802Z] daemon.go:307: [d3a262ffe8910] exiting daemon [2019-09-02T23:40:15.802Z] daemon.go:459: [d3a262ffe8910] Daemon stopped [2019-09-02T23:40:15.802Z] === RUN TestCreateServiceCapabilities [2019-09-02T23:40:15.859Z] PASS: docker_cli_cp_test.go:234: DockerSuite.TestCpToSymlinkToDirectory 0.393s [2019-09-02T23:40:16.790Z] PASS: docker_cli_cp_test.go:350: DockerSuite.TestCpUnprivilegedUser 0.957s [2019-09-02T23:40:17.610Z] #36 exporting layers 3.8s done [2019-09-02T23:40:17.610Z] #36 writing image sha256:1b5ca7f112737f165c8ff48a6adb30b99820937d36475a3e8672ac2be96df87e done [2019-09-02T23:40:17.610Z] #36 naming to docker.io/library/moby-e2e-test done [2019-09-02T23:40:17.610Z] #36 DONE 3.8s [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-09-02T23:40:17.953Z] + echo Ensuring container killed. [2019-09-02T23:40:17.953Z] Ensuring container killed. [2019-09-02T23:40:17.953Z] + docker rm -vf docker-pr1 [2019-09-02T23:40:17.953Z] Error: No such container: docker-pr1 [2019-09-02T23:40:17.953Z] + true [Pipeline] sh [2019-09-02T23:40:18.217Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2019-09-02T23:40:18.229Z] + echo Chowning /workspace to jenkins user [2019-09-02T23:40:18.229Z] Chowning /workspace to jenkins user [2019-09-02T23:40:18.229Z] + id -u [2019-09-02T23:40:18.229Z] + id -g [2019-09-02T23:40:18.229Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39853:/workspace busybox chown -R 1000:1000 /workspace [2019-09-02T23:40:18.302Z] --- PASS: TestCreateServiceCapabilities (2.83s) [2019-09-02T23:40:18.302Z] create_test.go:462: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities [2019-09-02T23:40:18.302Z] daemon.go:336: [da1ffcd90e042] waiting for daemon to start [2019-09-02T23:40:18.302Z] daemon.go:336: [da1ffcd90e042] waiting for daemon to start [2019-09-02T23:40:18.302Z] daemon.go:364: [da1ffcd90e042] daemon started [2019-09-02T23:40:18.302Z] daemon.go:472: [da1ffcd90e042] Stopping daemon [2019-09-02T23:40:18.302Z] daemon.go:307: [da1ffcd90e042] exiting daemon [2019-09-02T23:40:18.302Z] daemon.go:459: [da1ffcd90e042] Daemon stopped [2019-09-02T23:40:18.302Z] === RUN TestInspect [2019-09-02T23:40:18.682Z] PASS: docker_cli_cp_test.go:414: DockerSuite.TestCpVolumePath 1.749s [2019-09-02T23:40:18.682Z] PASS: docker_cli_create_test.go:328: DockerSuite.TestCreate64ByteHexID 0.078s [2019-09-02T23:40:18.682Z] PASS: docker_cli_create_test.go:23: DockerSuite.TestCreateArgs 0.091s [2019-09-02T23:40:19.245Z] PASS: docker_cli_create_test.go:260: DockerSuite.TestCreateByImageID 0.571s [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-02T23:40:19.834Z] ok github.com/docker/docker/pkg/archive 10.255s coverage: 62.2% of statements [2019-09-02T23:40:19.834Z] ok github.com/docker/docker/pkg/authorization 0.969s coverage: 26.2% of statements [2019-09-02T23:40:19.834Z] ok github.com/docker/docker/pkg/broadcaster 0.391s coverage: 100.0% of statements [2019-09-02T23:40:19.834Z] ok github.com/docker/docker/pkg/capabilities 0.078s coverage: 87.5% of statements [2019-09-02T23:40:19.834Z] ok github.com/docker/docker/pkg/chrootarchive 0.225s coverage: 15.4% of statements [2019-09-02T23:40:19.834Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-09-02T23:40:19.834Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-09-02T23:40:19.834Z] ok github.com/docker/docker/pkg/directory 0.209s coverage: 80.0% of statements [2019-09-02T23:40:19.834Z] ok github.com/docker/docker/pkg/discovery 0.169s coverage: 58.3% of statements [2019-09-02T23:40:19.834Z] ok github.com/docker/docker/pkg/discovery/file 0.177s coverage: 92.9% of statements [2019-09-02T23:40:19.834Z] ok github.com/docker/docker/pkg/discovery/kv 3.608s coverage: 84.1% of statements [2019-09-02T23:40:19.834Z] ok github.com/docker/docker/pkg/discovery/memory 0.111s coverage: 92.3% of statements [2019-09-02T23:40:19.834Z] ok github.com/docker/docker/pkg/discovery/nodes 0.101s coverage: 93.8% of statements [2019-09-02T23:40:19.834Z] ok github.com/docker/docker/pkg/filenotify 0.216s coverage: 45.7% of statements [2019-09-02T23:40:19.834Z] ok github.com/docker/docker/pkg/fileutils 0.175s coverage: 87.7% of statements [2019-09-02T23:40:19.834Z] ok github.com/docker/docker/pkg/homedir 0.132s coverage: 37.5% of statements [2019-09-02T23:40:19.834Z] ok github.com/docker/docker/pkg/idtools 0.144s coverage: 6.3% of statements [2019-09-02T23:40:19.834Z] ok github.com/docker/docker/pkg/ioutils 0.700s coverage: 69.2% of statements [2019-09-02T23:40:19.834Z] ok github.com/docker/docker/pkg/jsonmessage 0.244s coverage: 91.7% of statements [2019-09-02T23:40:19.834Z] ok github.com/docker/docker/pkg/locker 0.137s coverage: 88.9% of statements [2019-09-02T23:40:19.834Z] ok github.com/docker/docker/pkg/longpath 0.129s coverage: 100.0% of statements [2019-09-02T23:40:19.834Z] ? github.com/docker/docker/pkg/mount [no test files] [2019-09-02T23:40:19.834Z] ok github.com/docker/docker/pkg/namesgenerator 0.206s coverage: 85.7% of statements [2019-09-02T23:40:19.834Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-09-02T23:40:19.834Z] ok github.com/docker/docker/pkg/parsers 0.103s coverage: 97.0% of statements [2019-09-02T23:40:19.834Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2019-09-02T23:40:19.834Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2019-09-02T23:40:19.834Z] ok github.com/docker/docker/pkg/pidfile 0.092s coverage: 82.6% of statements [2019-09-02T23:40:19.834Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-09-02T23:40:19.834Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-09-02T23:40:19.956Z] + bundleName=unit [2019-09-02T23:40:19.956Z] + echo Creating unit-bundles.tar.gz [2019-09-02T23:40:19.956Z] Creating unit-bundles.tar.gz [2019-09-02T23:40:19.956Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2019-09-02T23:40:19.956Z] bundles/junit-report.xml [2019-09-02T23:40:19.956Z] bundles/go-test-report.json [2019-09-02T23:40:19.956Z] bundles/profile.out [Pipeline] archiveArtifacts [2019-09-02T23:40:19.965Z] Archiving artifacts [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-02T23:40:20.174Z] PASS: docker_cli_create_test.go:165: DockerSuite.TestCreateEchoStdout 0.803s [2019-09-02T23:40:20.174Z] SKIP: docker_cli_create_test.go:61: DockerSuite.TestCreateGrowRootfs (unmatched requirement Devicemapper) [2019-09-02T23:40:20.175Z] PASS: docker_cli_create_test.go:85: DockerSuite.TestCreateHostConfig 0.072s [2019-09-02T23:40:20.281Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2019-09-02T23:40:20.405Z] + make clean [2019-09-02T23:40:20.405Z] docker volume rm -f docker-dev-cache [2019-09-02T23:40:20.660Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-09-02T23:40:21.104Z] PASS: docker_cli_create_test.go:223: DockerSuite.TestCreateHostnameWithNumber 0.809s [2019-09-02T23:40:21.361Z] PASS: docker_cli_create_test.go:206: DockerSuite.TestCreateLabelFromImage 0.368s [2019-09-02T23:40:21.478Z] --- PASS: TestInspect (2.96s) [2019-09-02T23:40:21.478Z] inspect_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspect [2019-09-02T23:40:21.478Z] daemon.go:336: [d12518c3f39f6] waiting for daemon to start [2019-09-02T23:40:21.478Z] daemon.go:336: [d12518c3f39f6] waiting for daemon to start [2019-09-02T23:40:21.478Z] daemon.go:364: [d12518c3f39f6] daemon started [2019-09-02T23:40:21.478Z] daemon.go:472: [d12518c3f39f6] Stopping daemon [2019-09-02T23:40:21.478Z] daemon.go:307: [d12518c3f39f6] exiting daemon [2019-09-02T23:40:21.478Z] daemon.go:459: [d12518c3f39f6] Daemon stopped [2019-09-02T23:40:21.478Z] === RUN TestDockerNetworkConnectAlias [2019-09-02T23:40:21.618Z] PASS: docker_cli_create_test.go:193: DockerSuite.TestCreateLabels 0.085s [2019-09-02T23:40:21.618Z] PASS: docker_cli_create_test.go:250: DockerSuite.TestCreateModeIpcContainer 0.125s [2019-09-02T23:40:21.874Z] PASS: docker_cli_create_test.go:233: DockerSuite.TestCreateRM 0.179s [2019-09-02T23:40:21.874Z] SKIP: docker_cli_create_test.go:75: DockerSuite.TestCreateShrinkRootfs (unmatched requirement Devicemapper) [2019-09-02T23:40:21.874Z] PASS: docker_cli_create_test.go:293: DockerSuite.TestCreateStopSignal 0.084s [2019-09-02T23:40:22.131Z] PASS: docker_cli_create_test.go:363: DockerSuite.TestCreateStopTimeout 0.174s [2019-09-02T23:40:24.653Z] PASS: docker_cli_create_test.go:336: DockerSuite.TestCreateUnsetEntrypoint 2.304s [2019-09-02T23:40:24.653Z] PASS: docker_cli_create_test.go:174: DockerSuite.TestCreateVolumesCreated 0.090s [2019-09-02T23:40:24.653Z] PASS: docker_cli_create_test.go:316: DockerSuite.TestCreateWithInvalidLogOpts 0.021s [2019-09-02T23:40:25.773Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2019-09-02T23:40:27.910Z] --- PASS: TestDockerNetworkConnectAlias (5.90s) [2019-09-02T23:40:27.910Z] network_test.go:20: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias [2019-09-02T23:40:27.910Z] daemon.go:336: [d5c8872683390] waiting for daemon to start [2019-09-02T23:40:27.910Z] daemon.go:336: [d5c8872683390] waiting for daemon to start [2019-09-02T23:40:27.910Z] daemon.go:364: [d5c8872683390] daemon started [2019-09-02T23:40:27.910Z] daemon.go:472: [d5c8872683390] Stopping daemon [2019-09-02T23:40:27.910Z] daemon.go:307: [d5c8872683390] exiting daemon [2019-09-02T23:40:27.910Z] daemon.go:459: [d5c8872683390] Daemon stopped [2019-09-02T23:40:27.910Z] === RUN TestDockerNetworkReConnect [2019-09-02T23:40:27.944Z] PASS: docker_cli_create_test.go:136: DockerSuite.TestCreateWithLargePortRange 2.449s [2019-09-02T23:40:27.944Z] PASS: docker_cli_create_test.go:107: DockerSuite.TestCreateWithPortRange 0.079s [2019-09-02T23:40:27.944Z] PASS: docker_api_containers_test.go:893: DockerSuite.TestCreateWithTooLowMemoryLimit 0.023s [2019-09-02T23:40:27.944Z] PASS: docker_cli_create_test.go:302: DockerSuite.TestCreateWithWorkdir 0.149s [2019-09-02T23:40:27.944Z] PASS: docker_deprecated_api_v124_test.go:71: DockerSuite.TestDeprecatedContainerAPIStartDupVolumeBinds 0.074s [2019-09-02T23:40:27.944Z] PASS: docker_deprecated_api_v124_test.go:21: DockerSuite.TestDeprecatedContainerAPIStartHostConfig 0.084s [2019-09-02T23:40:28.875Z] PASS: docker_deprecated_api_v124_test.go:40: DockerSuite.TestDeprecatedContainerAPIStartVolumeBinds 0.612s [2019-09-02T23:40:30.243Z] PASS: docker_deprecated_api_v124_test.go:104: DockerSuite.TestDeprecatedContainerAPIStartVolumesFrom 1.422s [2019-09-02T23:40:31.175Z] PASS: docker_deprecated_api_v124_test.go:137: DockerSuite.TestDeprecatedPostContainerBindNormalVolume 0.671s [2019-09-02T23:40:32.086Z] --- PASS: TestDockerNetworkReConnect (4.60s) [2019-09-02T23:40:32.086Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect [2019-09-02T23:40:32.086Z] daemon.go:336: [d1cbfdf1fdda9] waiting for daemon to start [2019-09-02T23:40:32.086Z] daemon.go:336: [d1cbfdf1fdda9] waiting for daemon to start [2019-09-02T23:40:32.086Z] daemon.go:364: [d1cbfdf1fdda9] daemon started [2019-09-02T23:40:32.086Z] daemon.go:472: [d1cbfdf1fdda9] Stopping daemon [2019-09-02T23:40:32.086Z] daemon.go:307: [d1cbfdf1fdda9] exiting daemon [2019-09-02T23:40:32.086Z] daemon.go:459: [d1cbfdf1fdda9] Daemon stopped [2019-09-02T23:40:32.086Z] === RUN TestServicePlugin [2019-09-02T23:40:32.086Z] --- SKIP: TestServicePlugin (0.00s) [2019-09-02T23:40:32.086Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-02T23:40:32.086Z] === RUN TestServiceUpdateLabel [2019-09-02T23:40:32.600Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2019-09-02T23:40:33.069Z] PASS: docker_deprecated_api_v124_test.go:199: DockerSuite.TestDeprecatedPostContainersStartWithLinksInHostConfig 1.113s [2019-09-02T23:40:34.520Z] --- PASS: TestServiceUpdateLabel (2.42s) [2019-09-02T23:40:34.520Z] update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel [2019-09-02T23:40:34.520Z] daemon.go:336: [dfba834d401bf] waiting for daemon to start [2019-09-02T23:40:34.520Z] daemon.go:336: [dfba834d401bf] waiting for daemon to start [2019-09-02T23:40:34.520Z] daemon.go:364: [dfba834d401bf] daemon started [2019-09-02T23:40:34.520Z] daemon.go:472: [dfba834d401bf] Stopping daemon [2019-09-02T23:40:34.520Z] daemon.go:307: [dfba834d401bf] exiting daemon [2019-09-02T23:40:34.520Z] daemon.go:459: [dfba834d401bf] Daemon stopped [2019-09-02T23:40:34.520Z] === RUN TestServiceUpdateSecrets [2019-09-02T23:40:34.963Z] PASS: docker_deprecated_api_v124_test.go:217: DockerSuite.TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked 1.721s [2019-09-02T23:40:35.526Z] PASS: docker_deprecated_api_v124_test.go:182: DockerSuite.TestDeprecatedPostContainersStartWithoutLinksInHostConfig 0.593s [2019-09-02T23:40:36.088Z] PASS: docker_deprecated_api_v124_test.go:236: DockerSuite.TestDeprecatedStartWithNilDNS 0.597s [2019-09-02T23:40:36.345Z] PASS: docker_deprecated_api_v124_test.go:157: DockerSuite.TestDeprecatedStartWithTooLowMemoryLimit 0.078s [2019-09-02T23:40:36.909Z] PASS: docker_api_swarm_test.go:796: DockerSwarmSuite.TestAPISwarmRestartCluster 25.591s [2019-09-02T23:40:37.166Z] PASS: docker_cli_run_test.go:2999: DockerSuite.TestDevicePermissions 0.763s [2019-09-02T23:40:37.166Z] PASS: docker_cli_run_test.go:3710: DockerSuite.TestDockerFails 0.014s [2019-09-02T23:40:37.166Z] PASS: docker_cli_network_unix_test.go:450: DockerSuite.TestDockerInspectMultipleNetwork 0.017s [2019-09-02T23:40:37.166Z] PASS: docker_cli_network_unix_test.go:460: DockerSuite.TestDockerInspectMultipleNetworksIncludingNonexistent 0.029s [2019-09-02T23:40:37.560Z] ok github.com/docker/docker/pkg/plugins 35.054s coverage: 73.4% of statements [2019-09-02T23:40:37.560Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.133s coverage: 56.8% of statements [2019-09-02T23:40:37.560Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-09-02T23:40:37.560Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-09-02T23:40:37.560Z] ok github.com/docker/docker/pkg/plugins/transport 0.110s coverage: 85.7% of statements [2019-09-02T23:40:37.560Z] ok github.com/docker/docker/pkg/pools 0.068s coverage: 87.9% of statements [2019-09-02T23:40:37.560Z] ok github.com/docker/docker/pkg/progress 0.047s coverage: 75.9% of statements [2019-09-02T23:40:37.560Z] ok github.com/docker/docker/pkg/pubsub 1.104s coverage: 73.9% of statements [2019-09-02T23:40:37.560Z] ok github.com/docker/docker/pkg/reexec 0.089s coverage: 82.4% of statements [2019-09-02T23:40:37.560Z] ok github.com/docker/docker/pkg/signal 0.073s coverage: 20.3% of statements [2019-09-02T23:40:37.560Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-09-02T23:40:37.560Z] ok github.com/docker/docker/pkg/stdcopy 0.039s coverage: 100.0% of statements [2019-09-02T23:40:37.560Z] ok github.com/docker/docker/pkg/streamformatter 0.105s coverage: 66.2% of statements [2019-09-02T23:40:37.560Z] ok github.com/docker/docker/pkg/stringid 0.042s coverage: 70.6% of statements [2019-09-02T23:40:37.560Z] ? github.com/docker/docker/pkg/symlink [no test files] [2019-09-02T23:40:37.560Z] ok github.com/docker/docker/pkg/sysinfo 0.106s coverage: 38.2% of statements [2019-09-02T23:40:37.560Z] ok github.com/docker/docker/pkg/system 0.093s coverage: 12.7% of statements [2019-09-02T23:40:37.560Z] ok github.com/docker/docker/pkg/tailfile 0.103s coverage: 88.6% of statements [2019-09-02T23:40:37.560Z] ok github.com/docker/docker/pkg/tarsum 0.213s coverage: 89.3% of statements [2019-09-02T23:40:37.560Z] ok github.com/docker/docker/pkg/term 0.048s coverage: 30.8% of statements [2019-09-02T23:40:37.560Z] ok github.com/docker/docker/pkg/term/windows 0.063s coverage: 0.0% of statements [no tests to run] [2019-09-02T23:40:37.560Z] ok github.com/docker/docker/pkg/truncindex 0.145s coverage: 91.5% of statements [2019-09-02T23:40:37.560Z] ok github.com/docker/docker/pkg/urlutil 0.031s coverage: 100.0% of statements [2019-09-02T23:40:37.560Z] ok github.com/docker/docker/pkg/useragent 0.033s coverage: 88.9% of statements [2019-09-02T23:40:37.560Z] ok github.com/docker/docker/plugin 0.232s coverage: 11.6% of statements [2019-09-02T23:40:37.560Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-09-02T23:40:37.560Z] ok github.com/docker/docker/plugin/v2 0.151s coverage: 20.1% of statements [2019-09-02T23:40:37.560Z] ok github.com/docker/docker/reference 0.209s coverage: 83.7% of statements [2019-09-02T23:40:37.560Z] ok github.com/docker/docker/registry 0.523s coverage: 52.3% of statements [2019-09-02T23:40:37.560Z] ok github.com/docker/docker/registry/resumable 0.292s coverage: 100.0% of statements [2019-09-02T23:40:37.560Z] ok github.com/docker/docker/restartmanager 0.038s coverage: 50.9% of statements [2019-09-02T23:40:37.560Z] ? github.com/docker/docker/rootless [no test files] [2019-09-02T23:40:37.560Z] ok github.com/docker/docker/runconfig 0.181s coverage: 54.5% of statements [2019-09-02T23:40:37.560Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-09-02T23:40:37.560Z] ? github.com/docker/docker/volume [no test files] [2019-09-02T23:40:37.560Z] ok github.com/docker/docker/volume/drivers 0.200s coverage: 36.1% of statements [2019-09-02T23:40:37.560Z] ok github.com/docker/docker/volume/local 0.237s coverage: 37.7% of statements [2019-09-02T23:40:37.560Z] ok github.com/docker/docker/volume/mounts 0.091s coverage: 66.2% of statements [2019-09-02T23:40:37.560Z] ok github.com/docker/docker/volume/service 0.448s coverage: 70.3% of statements [2019-09-02T23:40:37.560Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-09-02T23:40:37.560Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-09-02T23:40:38.086Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2019-09-02T23:40:38.534Z] PASS: docker_cli_network_unix_test.go:499: DockerSuite.TestDockerInspectNetworkWithContainerName 1.373s [2019-09-02T23:40:39.465Z] PASS: docker_cli_network_unix_test.go:1621: DockerSuite.TestDockerNetworkConnectFailsNoInspectChange 0.883s [2019-09-02T23:40:40.462Z] INFO: make.ps1 ended at 09/02/2019 23:40:39 [2019-09-02T23:40:40.834Z] PASS: docker_cli_network_unix_test.go:404: DockerSuite.TestDockerNetworkDeleteMultiple 1.194s [2019-09-02T23:40:40.834Z] PASS: docker_cli_network_unix_test.go:399: DockerSuite.TestDockerNetworkDeleteNotExists 0.012s [2019-09-02T23:40:40.834Z] PASS: docker_cli_network_unix_test.go:428: DockerSuite.TestDockerNetworkInspect 0.023s [2019-09-02T23:40:41.090Z] PASS: docker_cli_network_unix_test.go:439: DockerSuite.TestDockerNetworkInspectWithID 0.068s [2019-09-02T23:40:41.429Z] INFO: Unit tests ended at 09/02/2019 23:40:41. Duration:00:04:15.1405533 [2019-09-02T23:40:41.429Z] INFO: Building busybox [2019-09-02T23:40:41.887Z] Downloading build context from remote url: https://raw.githubusercontent.com/jhowardmsft/busybox/v1.1/Dockerfile 701B [2019-09-02T23:40:41.887Z] Downloading build context from remote url: https://raw.githubusercontent.com/jhowardmsft/busybox/v1.1/Dockerfile 701B [2019-09-02T23:40:41.887Z] [2019-09-02T23:40:41.887Z] Sending build context to Docker daemon 2.56kB [2019-09-02T23:40:41.887Z] [2019-09-02T23:40:41.887Z] Step 1/6 : FROM microsoft/windowsservercore [2019-09-02T23:40:41.887Z] ---> b05c49cadc10 [2019-09-02T23:40:41.887Z] Step 2/6 : RUN mkdir C:\tmp && mkdir C:\bin [2019-09-02T23:40:41.887Z] ---> Running in a50091b944d7 [2019-09-02T23:40:43.572Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2019-09-02T23:40:47.632Z] PASS: docker_cli_network_unix_test.go:1636: DockerSuite.TestDockerNetworkInternalMode 6.037s [2019-09-02T23:40:47.677Z] Removing intermediate container a50091b944d7 [2019-09-02T23:40:47.677Z] ---> 63512431874f [2019-09-02T23:40:47.677Z] Step 3/6 : ADD http://frippery.org/files/busybox/busybox.exe /bin/ [2019-09-02T23:40:48.135Z] [2019-09-02T23:40:48.595Z] ---> 063f5ed78d50 [2019-09-02T23:40:48.595Z] Step 4/6 : RUN setx /M PATH "C:\bin;%PATH%" [2019-09-02T23:40:48.595Z] ---> Running in 7581e2f2e566 [2019-09-02T23:40:50.129Z] [2019-09-02T23:40:50.129Z] SUCCESS: Specified value was saved. [2019-09-02T23:40:50.383Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2019-09-02T23:40:50.911Z] PASS: docker_cli_volume_test.go:475: DockerSuite.TestDuplicateMountpointsForVolumesFrom 2.959s [2019-09-02T23:40:51.030Z] --- PASS: TestServiceUpdateSecrets (15.62s) [2019-09-02T23:40:51.030Z] update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets [2019-09-02T23:40:51.030Z] daemon.go:336: [db34f381397c8] waiting for daemon to start [2019-09-02T23:40:51.030Z] daemon.go:336: [db34f381397c8] waiting for daemon to start [2019-09-02T23:40:51.030Z] daemon.go:364: [db34f381397c8] daemon started [2019-09-02T23:40:51.030Z] daemon.go:472: [db34f381397c8] Stopping daemon [2019-09-02T23:40:51.030Z] daemon.go:307: [db34f381397c8] exiting daemon [2019-09-02T23:40:51.030Z] daemon.go:459: [db34f381397c8] Daemon stopped [2019-09-02T23:40:51.030Z] === RUN TestServiceUpdateConfigs [2019-09-02T23:40:51.868Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2019-09-02T23:40:52.304Z] Removing intermediate container 7581e2f2e566 [2019-09-02T23:40:52.304Z] ---> 5965abd60d2f [2019-09-02T23:40:52.304Z] Step 5/6 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2019-09-02T23:40:52.304Z] ---> Running in 082cb178fc46 [2019-09-02T23:40:53.431Z] PASS: docker_cli_volume_test.go:517: DockerSuite.TestDuplicateMountpointsForVolumesFromAndBind 2.779s [2019-09-02T23:40:55.322Z] PASS: docker_cli_volume_test.go:561: DockerSuite.TestDuplicateMountpointsForVolumesFromAndMounts 2.015s [2019-09-02T23:40:56.690Z] PASS: docker_cli_network_unix_test.go:1613: DockerSuite.TestEmbeddedDNSInvalidInput 1.144s [2019-09-02T23:40:57.619Z] PASS: docker_cli_events_test.go:463: DockerSuite.TestEventsAttach 0.860s [2019-09-02T23:40:58.549Z] PASS: docker_api_swarm_test.go:473: DockerSwarmSuite.TestAPISwarmRestoreOnPendingJoin 21.537s [2019-09-02T23:40:58.549Z] PASS: docker_cli_events_test.go:394: DockerSuite.TestEventsCommit 1.058s [2019-09-02T23:40:58.678Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2019-09-02T23:40:59.377Z] Cannot create a file when that file already exists. [2019-09-02T23:40:59.480Z] PASS: docker_cli_events_test.go:80: DockerSuite.TestEventsContainerEvents 0.937s [2019-09-02T23:41:00.156Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2019-09-02T23:41:00.156Z] Using test binary docker [2019-09-02T23:41:00.156Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2019-09-02T23:41:00.156Z] /etc/init.d/apparmor: 130: /etc/init.d/apparmor: systemd-detect-virt: not found [2019-09-02T23:41:00.156Z] Starting AppArmor profiles:Warning from stdin (line 1): /sbin/apparmor_parser: cannot use or update cache, disable, or force-complain via stdin [2019-09-02T23:41:00.156Z] Warning failed to create cache: (null) [2019-09-02T23:41:00.156Z] . [2019-09-02T23:41:00.156Z] INFO: Waiting for daemon to start... [2019-09-02T23:41:00.156Z] Starting dockerd [2019-09-02T23:41:00.413Z] PASS: docker_cli_events_test.go:92: DockerSuite.TestEventsContainerEventsAttrSort 0.882s [2019-09-02T23:41:01.346Z] PASS: docker_cli_events_test.go:116: DockerSuite.TestEventsContainerEventsSinceUnixEpoch 0.848s [2019-09-02T23:41:02.171Z] . [2019-09-02T23:41:02.171Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2019-09-02T23:41:02.171Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2019-09-02T23:41:02.171Z] Error: No such image: emptyfs [2019-09-02T23:41:02.459Z] Running integration-test (iteration 1) [2019-09-02T23:41:02.459Z] Running /go/src/github.com/docker/docker/integration/build flags=-test.v -test.timeout=120m [2019-09-02T23:41:02.716Z] PASS: docker_api_swarm_test.go:518: DockerSwarmSuite.TestAPISwarmScaleNoRollingUpdate 3.507s [2019-09-02T23:41:03.280Z] PASS: docker_cli_events_unix_test.go:142: DockerSuite.TestEventsContainerFilterBeforeCreate 1.679s [2019-09-02T23:41:05.164Z] Removing intermediate container 082cb178fc46 [2019-09-02T23:41:05.164Z] ---> 8bd1dee72544 [2019-09-02T23:41:05.164Z] Step 6/6 : CMD ["sh"] [2019-09-02T23:41:05.164Z] ---> Running in d56445c71510 [2019-09-02T23:41:05.174Z] PASS: docker_cli_events_unix_test.go:128: DockerSuite.TestEventsContainerFilterByName 1.301s [2019-09-02T23:41:05.622Z] Removing intermediate container d56445c71510 [2019-09-02T23:41:05.622Z] ---> 5f38d68ecb84 [2019-09-02T23:41:05.622Z] Successfully built 5f38d68ecb84 [2019-09-02T23:41:05.622Z] Successfully tagged busybox:latest [2019-09-02T23:41:05.622Z] INFO: Docker images of the daemon under test [2019-09-02T23:41:05.622Z] [2019-09-02T23:41:05.622Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2019-09-02T23:41:05.622Z] busybox latest 5f38d68ecb84 Less than a second ago 4.74GB [2019-09-02T23:41:05.622Z] mcr.microsoft.com/windows/servercore ltsc2019 b05c49cadc10 2 weeks ago 4.71GB [2019-09-02T23:41:05.622Z] microsoft/windowsservercore latest b05c49cadc10 2 weeks ago 4.71GB [2019-09-02T23:41:05.622Z] [2019-09-02T23:41:05.622Z] INFO: Running integration tests at 09/02/2019 23:41:05... [2019-09-02T23:41:05.622Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2019-09-02T23:41:05.622Z] INFO: Integration API tests being run from the host: [2019-09-02T23:41:05.622Z] INFO: make.ps1 starting at 09/02/2019 23:41:05 [2019-09-02T23:41:07.175Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\build [2019-09-02T23:41:07.383Z] --- PASS: TestServiceUpdateConfigs (15.96s) [2019-09-02T23:41:07.383Z] update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs [2019-09-02T23:41:07.383Z] daemon.go:336: [d020d0019fb71] waiting for daemon to start [2019-09-02T23:41:07.383Z] daemon.go:336: [d020d0019fb71] waiting for daemon to start [2019-09-02T23:41:07.383Z] daemon.go:364: [d020d0019fb71] daemon started [2019-09-02T23:41:07.383Z] daemon.go:472: [d020d0019fb71] Stopping daemon [2019-09-02T23:41:07.383Z] daemon.go:307: [d020d0019fb71] exiting daemon [2019-09-02T23:41:07.383Z] daemon.go:459: [d020d0019fb71] Daemon stopped [2019-09-02T23:41:07.383Z] === RUN TestServiceUpdateNetwork [2019-09-02T23:41:09.350Z] PASS: docker_cli_events_test.go:643: DockerSuite.TestEventsContainerRestart 3.621s [2019-09-02T23:41:11.245Z] PASS: docker_cli_events_unix_test.go:222: DockerSuite.TestEventsContainerWithMultiNetwork 2.455s [2019-09-02T23:41:12.614Z] PASS: docker_cli_events_test.go:411: DockerSuite.TestEventsCopy 1.316s [2019-09-02T23:41:14.512Z] PASS: docker_cli_events_test.go:356: DockerSuite.TestEventsFilterContainer 1.674s [2019-09-02T23:41:15.076Z] PASS: docker_cli_events_test.go:633: DockerSuite.TestEventsFilterImageInContainerAction 0.605s [2019-09-02T23:41:15.640Z] PASS: docker_cli_events_test.go:326: DockerSuite.TestEventsFilterImageLabels 0.347s [2019-09-02T23:41:17.011Z] PASS: docker_cli_events_test.go:263: DockerSuite.TestEventsFilterImageName 1.071s [2019-09-02T23:41:17.268Z] PASS: docker_cli_events_test.go:291: DockerSuite.TestEventsFilterLabels 0.172s [2019-09-02T23:41:17.268Z] PASS: docker_cli_events_unix_test.go:377: DockerSuite.TestEventsFilterNetworkID 0.050s [2019-09-02T23:41:17.525Z] PASS: docker_cli_events_test.go:549: DockerSuite.TestEventsFilterType 0.337s [2019-09-02T23:41:17.695Z] Loaded image: buildpack-deps:jessie [2019-09-02T23:41:17.695Z] Loaded image: busybox:latest [2019-09-02T23:41:17.695Z] Loaded image: busybox:glibc [2019-09-02T23:41:17.695Z] Loaded image: debian:jessie [2019-09-02T23:41:17.695Z] Loaded image: hello-world:latest [2019-09-02T23:41:17.695Z] INFO: Testing against a local daemon [2019-09-02T23:41:17.695Z] === RUN TestCgroupNamespacesBuild [2019-09-02T23:41:17.782Z] PASS: docker_cli_events_unix_test.go:343: DockerSuite.TestEventsFilterVolumeAndNetworkType 0.059s [2019-09-02T23:41:17.782Z] PASS: docker_cli_events_unix_test.go:362: DockerSuite.TestEventsFilterVolumeID 0.022s [2019-09-02T23:41:17.978Z] --- PASS: TestCgroupNamespacesBuild (1.63s) [2019-09-02T23:41:17.978Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuild [2019-09-02T23:41:17.978Z] daemon.go:336: [d96da2b67f925] waiting for daemon to start [2019-09-02T23:41:17.978Z] daemon.go:336: [d96da2b67f925] waiting for daemon to start [2019-09-02T23:41:17.978Z] daemon.go:364: [d96da2b67f925] daemon started [2019-09-02T23:41:17.978Z] daemon.go:472: [d96da2b67f925] Stopping daemon [2019-09-02T23:41:17.978Z] daemon.go:307: [d96da2b67f925] exiting daemon [2019-09-02T23:41:17.978Z] daemon.go:459: [d96da2b67f925] Daemon stopped [2019-09-02T23:41:17.978Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2019-09-02T23:41:19.451Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.61s) [2019-09-02T23:41:19.451Z] build_cgroupns_linux_test.go:42: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesBuildDaemonHostMode [2019-09-02T23:41:19.451Z] daemon.go:336: [d3b4465f428df] waiting for daemon to start [2019-09-02T23:41:19.451Z] daemon.go:336: [d3b4465f428df] waiting for daemon to start [2019-09-02T23:41:19.451Z] daemon.go:364: [d3b4465f428df] daemon started [2019-09-02T23:41:19.451Z] daemon.go:472: [d3b4465f428df] Stopping daemon [2019-09-02T23:41:19.451Z] daemon.go:307: [d3b4465f428df] exiting daemon [2019-09-02T23:41:19.451Z] daemon.go:459: [d3b4465f428df] Daemon stopped [2019-09-02T23:41:19.451Z] === RUN TestBuildWithSession [2019-09-02T23:41:19.682Z] PASS: docker_cli_events_test.go:248: DockerSuite.TestEventsFilters 1.643s [2019-09-02T23:41:20.961Z] --- PASS: TestServiceUpdateNetwork (13.86s) [2019-09-02T23:41:20.961Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork [2019-09-02T23:41:20.961Z] daemon.go:336: [d8a026df13a1a] waiting for daemon to start [2019-09-02T23:41:20.961Z] daemon.go:336: [d8a026df13a1a] waiting for daemon to start [2019-09-02T23:41:20.961Z] daemon.go:364: [d8a026df13a1a] daemon started [2019-09-02T23:41:20.961Z] daemon.go:472: [d8a026df13a1a] Stopping daemon [2019-09-02T23:41:20.961Z] daemon.go:307: [d8a026df13a1a] exiting daemon [2019-09-02T23:41:20.961Z] daemon.go:459: [d8a026df13a1a] Daemon stopped [2019-09-02T23:41:20.961Z] PASS [2019-09-02T23:41:20.961Z] Running /go/src/github.com/docker/docker/integration/session flags=-test.v -test.timeout=120m [2019-09-02T23:41:20.961Z] INFO: Testing against a local daemon [2019-09-02T23:41:20.961Z] === RUN TestSessionCreate [2019-09-02T23:41:20.961Z] --- PASS: TestSessionCreate (0.04s) [2019-09-02T23:41:20.961Z] === RUN TestSessionCreateWithBadUpgrade [2019-09-02T23:41:20.961Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s) [2019-09-02T23:41:20.961Z] PASS [2019-09-02T23:41:20.961Z] Running /go/src/github.com/docker/docker/integration/system flags=-test.v -test.timeout=120m [2019-09-02T23:41:20.961Z] INFO: Testing against a local daemon [2019-09-02T23:41:20.961Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-09-02T23:41:20.961Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-02T23:41:20.961Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-02T23:41:20.961Z] === RUN TestEventsExecDie [2019-09-02T23:41:21.051Z] PASS: docker_cli_events_test.go:712: DockerSuite.TestEventsFormat 1.594s [2019-09-02T23:41:21.051Z] PASS: docker_cli_events_test.go:745: DockerSuite.TestEventsFormatBadField 0.010s [2019-09-02T23:41:21.051Z] PASS: docker_cli_events_test.go:735: DockerSuite.TestEventsFormatBadFunc 0.009s [2019-09-02T23:41:21.334Z] --- PASS: TestEventsExecDie (1.00s) [2019-09-02T23:41:21.334Z] === RUN TestEventsBackwardsCompatible [2019-09-02T23:41:21.334Z] --- PASS: TestEventsBackwardsCompatible (0.11s) [2019-09-02T23:41:21.334Z] === RUN TestInfoBinaryCommits [2019-09-02T23:41:21.334Z] --- PASS: TestInfoBinaryCommits (0.03s) [2019-09-02T23:41:21.334Z] === RUN TestInfoAPIVersioned [2019-09-02T23:41:21.334Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-09-02T23:41:21.334Z] === RUN TestInfoAPI [2019-09-02T23:41:21.334Z] --- PASS: TestInfoAPI (0.02s) [2019-09-02T23:41:21.334Z] === RUN TestInfoAPIWarnings [2019-09-02T23:41:21.983Z] PASS: docker_cli_events_test.go:166: DockerSuite.TestEventsImageImport 0.854s [2019-09-02T23:41:21.983Z] PASS: docker_api_swarm_service_test.go:403: DockerSwarmSuite.TestAPISwarmServiceConstraintLabel 8.238s [2019-09-02T23:41:22.119Z] --- PASS: TestInfoAPIWarnings (0.87s) [2019-09-02T23:41:22.120Z] info_test.go:49: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings [2019-09-02T23:41:22.120Z] daemon.go:336: [daa7c1c5856bb] waiting for daemon to start [2019-09-02T23:41:22.120Z] daemon.go:336: [daa7c1c5856bb] waiting for daemon to start [2019-09-02T23:41:22.120Z] daemon.go:364: [daa7c1c5856bb] daemon started [2019-09-02T23:41:22.120Z] daemon.go:472: [daa7c1c5856bb] Stopping daemon [2019-09-02T23:41:22.120Z] daemon.go:307: [daa7c1c5856bb] exiting daemon [2019-09-02T23:41:22.120Z] daemon.go:459: [daa7c1c5856bb] Daemon stopped [2019-09-02T23:41:22.120Z] === RUN TestLoginFailsWithBadCredentials [2019-09-02T23:41:22.148Z] --- PASS: TestBuildWithSession (2.22s) [2019-09-02T23:41:22.148Z] === RUN TestBuildSquashParent [2019-09-02T23:41:22.239Z] PASS: docker_cli_events_test.go:190: DockerSuite.TestEventsImageLoad 0.284s [2019-09-02T23:41:22.496Z] PASS: docker_cli_events_test.go:148: DockerSuite.TestEventsImagePull 0.427s [2019-09-02T23:41:22.500Z] --- PASS: TestLoginFailsWithBadCredentials (0.45s) [2019-09-02T23:41:22.500Z] === RUN TestPingCacheHeaders [2019-09-02T23:41:22.898Z] --- PASS: TestPingCacheHeaders (0.05s) [2019-09-02T23:41:22.898Z] === RUN TestPingGet [2019-09-02T23:41:22.898Z] --- PASS: TestPingGet (0.01s) [2019-09-02T23:41:22.898Z] === RUN TestPingHead [2019-09-02T23:41:22.898Z] --- PASS: TestPingHead (0.03s) [2019-09-02T23:41:22.898Z] === RUN TestVersion [2019-09-02T23:41:22.898Z] --- PASS: TestVersion (0.02s) [2019-09-02T23:41:22.898Z] PASS [2019-09-02T23:41:22.898Z] Running /go/src/github.com/docker/docker/integration/volume flags=-test.v -test.timeout=120m [2019-09-02T23:41:22.898Z] INFO: Testing against a local daemon [2019-09-02T23:41:22.898Z] === RUN TestVolumesCreateAndList [2019-09-02T23:41:22.898Z] --- PASS: TestVolumesCreateAndList (0.03s) [2019-09-02T23:41:22.898Z] === RUN TestVolumesRemove [2019-09-02T23:41:22.898Z] --- PASS: TestVolumesRemove (0.12s) [2019-09-02T23:41:22.898Z] === RUN TestVolumesInspect [2019-09-02T23:41:23.299Z] --- PASS: TestVolumesInspect (0.03s) [2019-09-02T23:41:23.299Z] === RUN TestVolumesInvalidJSON [2019-09-02T23:41:23.299Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-09-02T23:41:23.299Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-09-02T23:41:23.299Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-09-02T23:41:23.299Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2019-09-02T23:41:23.299Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-09-02T23:41:23.299Z] PASS [2019-09-02T23:41:23.299Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-09-02T23:41:23.864Z] PASS: docker_cli_events_test.go:130: DockerSuite.TestEventsImageTag 1.040s [2019-09-02T23:41:24.121Z] PASS: docker_cli_events_unix_test.go:304: DockerSuite.TestEventsImageUntagDelete 0.341s [2019-09-02T23:41:24.121Z] SKIP: docker_cli_events_unix_test.go:50: DockerSuite.TestEventsOOMDisableFalse (unmatched requirement swapMemorySupport) [2019-09-02T23:41:24.121Z] SKIP: docker_cli_events_unix_test.go:80: DockerSuite.TestEventsOOMDisableTrue (unmatched requirement swapMemorySupport) [2019-09-02T23:41:25.230Z] umount: bundles/test-integration/root: mountpoint not found [2019-09-02T23:41:25.230Z] Clearing AppArmor profiles cache:. [2019-09-02T23:41:25.230Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-02T23:41:25.230Z] Unloading profiles will leave already running processes permanently [2019-09-02T23:41:25.230Z] unconfined, which can lead to unexpected situations. [2019-09-02T23:41:25.230Z] [2019-09-02T23:41:25.230Z] To set a process to complain mode, use the command line tool [2019-09-02T23:41:25.230Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-02T23:41:25.230Z] with the 'teardown' option." [2019-09-02T23:41:25.230Z] Removing test suite binaries [2019-09-02T23:41:25.230Z] [2019-09-02T23:41:26.014Z] PASS: docker_cli_events_test.go:229: DockerSuite.TestEventsPluginOps 1.914s [2019-09-02T23:41:26.945Z] PASS: docker_cli_events_unix_test.go:24: DockerSuite.TestEventsRedirectStdout 0.943s [2019-09-02T23:41:27.640Z] --- PASS: TestBuildSquashParent (5.73s) [2019-09-02T23:41:27.641Z] === RUN TestBuildWithRemoveAndForceRemove [2019-09-02T23:41:27.641Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-02T23:41:27.641Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-02T23:41:27.641Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-02T23:41:27.641Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-02T23:41:27.641Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-02T23:41:27.641Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-02T23:41:27.641Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-02T23:41:27.641Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2019-09-02T23:41:27.641Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-02T23:41:27.641Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-02T23:41:27.641Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-02T23:41:27.641Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-02T23:41:27.641Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2019-09-02T23:41:27.641Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2019-09-02T23:41:27.641Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2019-09-02T23:41:27.641Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-09-02T23:41:28.317Z] PASS: docker_cli_events_test.go:501: DockerSuite.TestEventsRename 1.289s [2019-09-02T23:41:28.564Z] + echo Ensuring container killed. [2019-09-02T23:41:28.564Z] Ensuring container killed. [2019-09-02T23:41:28.564Z] + docker rm -vf docker-pr1 [2019-09-02T23:41:28.564Z] Error: No such container: docker-pr1 [2019-09-02T23:41:28.564Z] + true [Pipeline] sh [2019-09-02T23:41:29.247Z] PASS: docker_cli_events_test.go:440: DockerSuite.TestEventsResize 0.897s [2019-09-02T23:41:29.418Z] + echo Chowning /workspace to jenkins user [2019-09-02T23:41:29.418Z] Chowning /workspace to jenkins user [2019-09-02T23:41:29.418Z] + id -u [2019-09-02T23:41:29.418Z] + id -g [2019-09-02T23:41:29.418Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-39853:/workspace busybox chown -R 1001:1001 /workspace [2019-09-02T23:41:29.418Z] Unable to find image 'busybox:latest' locally [2019-09-02T23:41:29.780Z] latest: Pulling from library/busybox [2019-09-02T23:41:29.780Z] 7eaca4b6b397: Pulling fs layer [2019-09-02T23:41:29.810Z] PASS: docker_cli_events_test.go:683: DockerSuite.TestEventsSinceInTheFuture 0.604s [2019-09-02T23:41:30.159Z] 7eaca4b6b397: Verifying Checksum [2019-09-02T23:41:30.159Z] 7eaca4b6b397: Download complete [2019-09-02T23:41:30.345Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2019-09-02T23:41:30.526Z] 7eaca4b6b397: Pull complete [2019-09-02T23:41:30.526Z] Digest: sha256:9f1003c480699be56815db0f8146ad2e22efea85129b5b5983d0e0fb52d9ab70 [2019-09-02T23:41:30.526Z] Status: Downloaded newer image for busybox:latest [2019-09-02T23:41:30.634Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2019-09-02T23:41:31.180Z] PASS: docker_cli_events_test.go:603: DockerSuite.TestEventsSpecialFiltersWithExecCreate 0.737s [2019-09-02T23:41:31.745Z] PASS: docker_cli_events_unix_test.go:250: DockerSuite.TestEventsStreaming 0.813s [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-02T23:41:33.220Z] + bundleName=s390x-integration [2019-09-02T23:41:33.220Z] + echo Creating s390x-integration-bundles.tar.gz [2019-09-02T23:41:33.220Z] Creating s390x-integration-bundles.tar.gz [2019-09-02T23:41:33.220Z] + xargs tar -czf s390x-integration-bundles.tar.gz [2019-09-02T23:41:33.220Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *.log -o -name *.prof ) -print [Pipeline] archiveArtifacts [2019-09-02T23:41:33.318Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2019-09-02T23:41:33.319Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.91s) [2019-09-02T23:41:33.319Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.08s) [2019-09-02T23:41:33.319Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.41s) [2019-09-02T23:41:33.319Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.48s) [2019-09-02T23:41:33.319Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.07s) [2019-09-02T23:41:33.319Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.32s) [2019-09-02T23:41:33.319Z] === RUN TestBuildMultiStageCopy [2019-09-02T23:41:33.319Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-02T23:41:33.360Z] Archiving artifacts [2019-09-02T23:41:34.789Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-02T23:41:35.017Z] PASS: docker_cli_events_test.go:28: DockerSuite.TestEventsTimestampFormats 3.059s [2019-09-02T23:41:35.073Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-02T23:41:35.580Z] PASS: docker_cli_events_test.go:512: DockerSuite.TestEventsTop 0.872s [2019-09-02T23:41:35.686Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-02T23:41:35.970Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-02T23:41:36.253Z] --- PASS: TestBuildMultiStageCopy (3.55s) [2019-09-02T23:41:36.253Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.96s) [2019-09-02T23:41:36.253Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.36s) [2019-09-02T23:41:36.253Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.40s) [2019-09-02T23:41:36.253Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.40s) [2019-09-02T23:41:36.253Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.43s) [2019-09-02T23:41:36.253Z] === RUN TestBuildMultiStageParentConfig [2019-09-02T23:41:37.265Z] --- PASS: TestBuildMultiStageParentConfig (0.96s) [2019-09-02T23:41:37.265Z] === RUN TestBuildLabelWithTargets [2019-09-02T23:41:38.118Z] PASS: docker_cli_events_test.go:57: DockerSuite.TestEventsUntag 2.551s [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-02T23:41:38.751Z] --- PASS: TestBuildLabelWithTargets (1.56s) [2019-09-02T23:41:38.751Z] === RUN TestBuildWithEmptyLayers [2019-09-02T23:41:38.922Z] + make clean [2019-09-02T23:41:39.048Z] PASS: docker_api_swarm_service_test.go:351: DockerSwarmSuite.TestAPISwarmServiceConstraintRole 6.294s [2019-09-02T23:41:39.283Z] docker volume rm -f docker-dev-cache [2019-09-02T23:41:39.283Z] docker-dev-cache [Pipeline] deleteDir [2019-09-02T23:41:39.758Z] --- PASS: TestBuildWithEmptyLayers (0.76s) [2019-09-02T23:41:39.758Z] === RUN TestBuildMultiStageOnBuild [2019-09-02T23:41:39.978Z] PASS: docker_cli_events_test.go:695: DockerSuite.TestEventsUntilInThePast 1.428s [2019-09-02T23:41:40.910Z] PASS: docker_cli_exec_test.go:25: DockerSuite.TestExec 0.721s [2019-09-02T23:41:41.779Z] --- PASS: TestBuildMultiStageOnBuild (2.19s) [2019-09-02T23:41:41.779Z] === RUN TestBuildUncleanTarFilenames [2019-09-02T23:41:41.841Z] PASS: docker_api_exec_test.go:61: DockerSuite.TestExecAPICreateContainerPaused 0.500s [2019-09-02T23:41:42.771Z] PASS: docker_api_exec_test.go:24: DockerSuite.TestExecAPICreateNoCmd 0.670s [2019-09-02T23:41:43.255Z] --- PASS: TestBuildUncleanTarFilenames (1.14s) [2019-09-02T23:41:43.255Z] === RUN TestBuildMultiStageLayerLeak [2019-09-02T23:41:43.703Z] PASS: docker_api_exec_test.go:40: DockerSuite.TestExecAPICreateNoValidContentType 0.899s [2019-09-02T23:41:45.277Z] --- PASS: TestBuildMultiStageLayerLeak (2.29s) [2019-09-02T23:41:45.277Z] === RUN TestBuildWithHugeFile [2019-09-02T23:41:45.601Z] PASS: docker_api_exec_test.go:80: DockerSuite.TestExecAPIStart 1.675s [2019-09-02T23:41:46.532Z] PASS: docker_api_exec_test.go:117: DockerSuite.TestExecAPIStartBackwardsCompatible 0.663s [2019-09-02T23:41:47.462Z] PASS: docker_api_exec_test.go:107: DockerSuite.TestExecAPIStartEnsureHeaders 0.684s [2019-09-02T23:41:48.391Z] PASS: docker_api_exec_test.go:189: DockerSuite.TestExecAPIStartInvalidCommand 0.672s [2019-09-02T23:41:49.323Z] PASS: docker_api_exec_test.go:132: DockerSuite.TestExecAPIStartMultipleTimesError 0.683s [2019-09-02T23:41:49.720Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\config [2019-09-02T23:41:50.178Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\container [2019-09-02T23:41:50.254Z] PASS: docker_api_exec_test.go:173: DockerSuite.TestExecAPIStartValidCommand 0.758s [2019-09-02T23:41:51.183Z] PASS: docker_api_exec_test.go:142: DockerSuite.TestExecAPIStartWithDetach 0.656s [2019-09-02T23:41:53.076Z] PASS: docker_cli_exec_test.go:70: DockerSuite.TestExecAfterContainerRestart 1.482s [2019-09-02T23:41:54.445Z] PASS: docker_cli_exec_test.go:247: DockerSuite.TestExecCgroup 1.259s [2019-09-02T23:41:55.009Z] PASS: docker_api_swarm_service_test.go:498: DockerSwarmSuite.TestAPISwarmServicePlacementPrefs 4.564s [2019-09-02T23:41:55.266Z] PASS: docker_cli_exec_test.go:99: DockerSuite.TestExecEnv 0.704s [2019-09-02T23:41:55.986Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\image [2019-09-02T23:41:57.792Z] PASS: docker_cli_exec_test.go:524: DockerSuite.TestExecEnvLinksHost 1.406s [2019-09-02T23:41:59.167Z] PASS: docker_cli_exec_test.go:125: DockerSuite.TestExecExitStatus 0.999s [2019-09-02T23:42:00.673Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-09-02T23:42:01.688Z] PASS: docker_api_swarm_service_test.go:63: DockerSwarmSuite.TestAPISwarmServicesCreate 5.982s [2019-09-02T23:42:01.946Z] PASS: docker_cli_exec_test.go:300: DockerSuite.TestExecInspectID 3.082s [2019-09-02T23:42:03.315Z] PASS: docker_cli_exec_test.go:34: DockerSuite.TestExecInteractive 0.748s [2019-09-02T23:42:04.247Z] PASS: docker_cli_exec_unix_test.go:18: DockerSuite.TestExecInteractiveStdinClose 0.850s [2019-09-02T23:42:05.183Z] PASS: docker_cli_exec_test.go:480: DockerSuite.TestExecOnReadonlyContainer 0.773s [2019-09-02T23:42:05.356Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2019-09-02T23:42:05.813Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\macvlan [2019-09-02T23:42:06.114Z] PASS: docker_cli_exec_test.go:205: DockerSuite.TestExecParseError 0.666s [2019-09-02T23:42:06.873Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin [2019-09-02T23:42:07.049Z] PASS: docker_cli_exec_test.go:132: DockerSuite.TestExecPausedContainer 0.711s [2019-09-02T23:42:07.332Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\authz [2019-09-02T23:42:07.983Z] PASS: docker_api_exec_resize_test.go:18: DockerSuite.TestExecResizeAPIHeightWidthNoInt 0.684s [2019-09-02T23:42:08.299Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\common [2019-09-02T23:42:10.505Z] PASS: docker_api_exec_resize_test.go:34: DockerSuite.TestExecResizeImmediatelyAfterExecStart 1.765s [2019-09-02T23:42:11.200Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2019-09-02T23:42:11.435Z] PASS: docker_cli_exec_test.go:114: DockerSuite.TestExecSetEnv 0.685s [2019-09-02T23:42:12.365Z] PASS: docker_cli_exec_test.go:500: DockerSuite.TestExecStartFails 0.693s [2019-09-02T23:42:15.885Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\logging [2019-09-02T23:42:19.625Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2019-09-02T23:42:24.310Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\secret [2019-09-02T23:42:24.545Z] PASS: docker_api_exec_test.go:207: DockerSuite.TestExecStateCleanup 11.128s [2019-09-02T23:42:24.545Z] PASS: docker_cli_exec_test.go:219: DockerSuite.TestExecStopNotHanging 0.873s [2019-09-02T23:42:25.475Z] PASS: docker_cli_exec_unix_test.go:47: DockerSuite.TestExecTTY 0.686s [2019-09-02T23:42:26.405Z] PASS: docker_cli_exec_test.go:147: DockerSuite.TestExecTTYCloseStdin 0.738s [2019-09-02T23:42:27.341Z] PASS: docker_cli_exec_test.go:168: DockerSuite.TestExecTTYWithoutStdin 0.617s [2019-09-02T23:42:28.270Z] PASS: docker_cli_exec_test.go:488: DockerSuite.TestExecUlimits 0.681s [2019-09-02T23:42:28.270Z] SKIP: docker_cli_exec_test.go:514: DockerSuite.TestExecWindowsPathNotWiped (unmatched requirement DaemonIsWindows) [2019-09-02T23:42:29.001Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\service [2019-09-02T23:42:30.163Z] PASS: docker_cli_exec_test.go:467: DockerSuite.TestExecWithImageUser 1.866s [2019-09-02T23:42:30.163Z] PASS: docker_api_swarm_service_test.go:124: DockerSwarmSuite.TestAPISwarmServicesCreateGlobal 7.322s [2019-09-02T23:42:31.534Z] PASS: docker_cli_exec_unix_test.go:89: DockerSuite.TestExecWithNoTERM 0.776s [2019-09-02T23:42:32.904Z] PASS: docker_cli_exec_test.go:437: DockerSuite.TestExecWithPrivileged 1.040s [2019-09-02T23:42:33.471Z] PASS: docker_api_swarm_service_test.go:55: DockerSwarmSuite.TestAPISwarmServicesEmptyList 1.482s [2019-09-02T23:42:33.685Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\session [2019-09-02T23:42:33.732Z] PASS: docker_cli_exec_unix_test.go:77: DockerSuite.TestExecWithTERM 0.844s [2019-09-02T23:42:35.100Z] PASS: docker_cli_exec_test.go:424: DockerSuite.TestExecWithUser 0.872s [2019-09-02T23:42:35.858Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\system [2019-09-02T23:42:40.352Z] PASS: docker_api_containers_test.go:190: DockerSuite.TestGetContainerStats 5.013s [2019-09-02T23:42:40.543Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\volume [2019-09-02T23:42:43.444Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2019-09-02T23:42:43.444Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-02T23:42:43.444Z] INFO: Testing against a local daemon [2019-09-02T23:42:43.444Z] === RUN TestBuildWithSession [2019-09-02T23:42:43.444Z] --- SKIP: TestBuildWithSession (0.00s) [2019-09-02T23:42:43.444Z] build_session_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:42:43.444Z] === RUN TestBuildSquashParent [2019-09-02T23:42:43.444Z] --- SKIP: TestBuildSquashParent (0.00s) [2019-09-02T23:42:43.444Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:42:43.444Z] === RUN TestBuildWithRemoveAndForceRemove [2019-09-02T23:42:43.444Z] --- SKIP: TestBuildWithRemoveAndForceRemove (0.00s) [2019-09-02T23:42:43.444Z] build_test.go:25: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-02T23:42:43.444Z] === RUN TestBuildMultiStageCopy [2019-09-02T23:42:43.444Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-02T23:42:45.603Z] PASS: docker_api_containers_test.go:338: DockerSuite.TestGetContainerStatsNoStream 4.824s [2019-09-02T23:42:47.496Z] PASS: docker_api_containers_test.go:230: DockerSuite.TestGetContainerStatsRmRunning 2.636s [2019-09-02T23:42:52.747Z] PASS: docker_api_containers_test.go:297: DockerSuite.TestGetContainerStatsStream 4.832s [2019-09-02T23:42:53.003Z] PASS: docker_api_attach_test.go:26: DockerSuite.TestGetContainersAttachWebsocket 0.590s [2019-09-02T23:42:53.004Z] PASS: docker_api_attach_test.go:90: DockerSuite.TestGetContainersWsAttachContainerNotFound 0.001s [2019-09-02T23:42:53.004Z] PASS: docker_api_containers_test.go:378: DockerSuite.TestGetStoppedContainerStats 0.077s [2019-09-02T23:42:53.772Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-02T23:42:54.230Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-02T23:42:54.293Z] 3889bb8d808b: Pull complete [2019-09-02T23:42:55.197Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-02T23:42:56.165Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-02T23:42:56.286Z] PASS: docker_api_swarm_service_test.go:311: DockerSwarmSuite.TestAPISwarmServicesFailedUpdate 11.220s [2019-09-02T23:42:57.703Z] --- PASS: TestBuildMultiStageCopy (13.90s) [2019-09-02T23:42:57.703Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (9.99s) [2019-09-02T23:42:57.703Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.71s) [2019-09-02T23:42:57.703Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.94s) [2019-09-02T23:42:57.703Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.01s) [2019-09-02T23:42:57.703Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.25s) [2019-09-02T23:42:57.703Z] === RUN TestBuildMultiStageParentConfig [2019-09-02T23:42:57.703Z] --- SKIP: TestBuildMultiStageParentConfig (0.00s) [2019-09-02T23:42:57.703Z] build_test.go:192: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-02T23:42:57.703Z] === RUN TestBuildLabelWithTargets [2019-09-02T23:42:57.703Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2019-09-02T23:42:57.703Z] build_test.go:236: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-02T23:42:57.703Z] === RUN TestBuildWithEmptyLayers [2019-09-02T23:42:58.162Z] --- PASS: TestBuildWithEmptyLayers (0.91s) [2019-09-02T23:42:58.162Z] === RUN TestBuildMultiStageOnBuild [2019-09-02T23:42:58.162Z] --- SKIP: TestBuildMultiStageOnBuild (0.00s) [2019-09-02T23:42:58.162Z] build_test.go:343: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-02T23:42:58.162Z] === RUN TestBuildUncleanTarFilenames [2019-09-02T23:42:58.162Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2019-09-02T23:42:58.162Z] build_test.go:390: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-02T23:42:58.162Z] === RUN TestBuildMultiStageLayerLeak [2019-09-02T23:42:58.162Z] --- SKIP: TestBuildMultiStageLayerLeak (0.01s) [2019-09-02T23:42:58.162Z] build_test.go:450: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-02T23:42:58.162Z] === RUN TestBuildWithHugeFile [2019-09-02T23:42:58.162Z] --- SKIP: TestBuildWithHugeFile (0.01s) [2019-09-02T23:42:58.162Z] build_test.go:491: testEnv.OSType == "windows" [2019-09-02T23:42:58.162Z] === RUN TestBuildWithEmptyDockerfile [2019-09-02T23:42:58.162Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-02T23:42:58.162Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-02T23:42:58.162Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-02T23:42:58.162Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-02T23:42:58.162Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-02T23:42:58.162Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-02T23:42:58.621Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-02T23:42:58.621Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-02T23:42:58.621Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-02T23:42:58.621Z] --- PASS: TestBuildWithEmptyDockerfile (0.37s) [2019-09-02T23:42:58.621Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s) [2019-09-02T23:42:58.621Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2019-09-02T23:42:58.621Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s) [2019-09-02T23:42:58.621Z] === RUN TestBuildPreserveOwnership [2019-09-02T23:42:58.621Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2019-09-02T23:42:58.621Z] build_test.go:579: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-02T23:42:58.621Z] === RUN TestBuildPlatformInvalid [2019-09-02T23:42:58.621Z] --- PASS: TestBuildPlatformInvalid (0.04s) [2019-09-02T23:42:58.621Z] PASS [2019-09-02T23:42:58.621Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2019-09-02T23:42:58.621Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-02T23:42:58.621Z] INFO: Testing against a local daemon [2019-09-02T23:42:58.621Z] === RUN TestConfigList [2019-09-02T23:42:58.621Z] --- SKIP: TestConfigList (0.00s) [2019-09-02T23:42:58.621Z] config_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:42:58.621Z] === RUN TestConfigsCreateAndDelete [2019-09-02T23:42:58.621Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2019-09-02T23:42:58.621Z] config_test.go:109: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:42:58.621Z] === RUN TestConfigsUpdate [2019-09-02T23:42:58.621Z] --- SKIP: TestConfigsUpdate (0.00s) [2019-09-02T23:42:58.621Z] config_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:42:58.621Z] === RUN TestTemplatedConfig [2019-09-02T23:42:58.621Z] --- SKIP: TestTemplatedConfig (0.00s) [2019-09-02T23:42:58.621Z] config_test.go:191: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:42:58.621Z] === RUN TestConfigInspect [2019-09-02T23:42:58.621Z] --- SKIP: TestConfigInspect (0.00s) [2019-09-02T23:42:58.621Z] config_test.go:323: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:42:58.621Z] === RUN TestConfigCreateWithLabels [2019-09-02T23:42:58.621Z] --- SKIP: TestConfigCreateWithLabels (0.00s) [2019-09-02T23:42:58.621Z] config_test.go:347: testEnv.DaemonInfo.OSType != "linux" [2019-09-02T23:42:58.621Z] === RUN TestConfigCreateResolve [2019-09-02T23:42:58.621Z] --- SKIP: TestConfigCreateResolve (0.00s) [2019-09-02T23:42:58.621Z] config_test.go:374: testEnv.DaemonInfo.OSType != "linux" [2019-09-02T23:42:58.621Z] === RUN TestConfigDaemonLibtrustID [2019-09-02T23:42:58.621Z] --- SKIP: TestConfigDaemonLibtrustID (0.01s) [2019-09-02T23:42:58.621Z] config_test.go:424: testEnv.DaemonInfo.OSType != "linux" [2019-09-02T23:42:58.621Z] PASS [2019-09-02T23:42:58.621Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2019-09-02T23:42:59.079Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-02T23:42:59.079Z] INFO: Testing against a local daemon [2019-09-02T23:42:59.079Z] === RUN TestCheckpoint [2019-09-02T23:42:59.079Z] --- SKIP: TestCheckpoint (0.00s) [2019-09-02T23:42:59.079Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-02T23:42:59.079Z] === RUN TestContainerInvalidJSON [2019-09-02T23:42:59.079Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-09-02T23:42:59.079Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-09-02T23:42:59.079Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-09-02T23:42:59.079Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-09-02T23:42:59.079Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-09-02T23:42:59.079Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-09-02T23:42:59.079Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-09-02T23:42:59.079Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-09-02T23:42:59.079Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-09-02T23:42:59.079Z] --- PASS: TestContainerInvalidJSON (0.03s) [2019-09-02T23:42:59.079Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-09-02T23:42:59.079Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-09-02T23:42:59.079Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-09-02T23:42:59.079Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-02T23:42:59.079Z] --- SKIP: TestCopyFromContainerPathDoesNotExist (0.02s) [2019-09-02T23:42:59.079Z] copy_test.go:25: testEnv.OSType == "windows" [2019-09-02T23:42:59.079Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-02T23:42:59.079Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.02s) [2019-09-02T23:42:59.079Z] copy_test.go:39: testEnv.OSType == "windows" [2019-09-02T23:42:59.079Z] === RUN TestCopyToContainerPathDoesNotExist [2019-09-02T23:42:59.079Z] --- SKIP: TestCopyToContainerPathDoesNotExist (0.02s) [2019-09-02T23:42:59.079Z] copy_test.go:51: testEnv.OSType == "windows" [2019-09-02T23:42:59.079Z] === RUN TestCopyToContainerPathIsNotDir [2019-09-02T23:42:59.079Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.02s) [2019-09-02T23:42:59.079Z] copy_test.go:65: testEnv.OSType == "windows" [2019-09-02T23:42:59.079Z] === RUN TestCopyFromContainer [2019-09-02T23:42:59.079Z] --- SKIP: TestCopyFromContainer (0.00s) [2019-09-02T23:42:59.079Z] copy_test.go:76: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:42:59.079Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-09-02T23:42:59.079Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-02T23:42:59.079Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-02T23:42:59.079Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-02T23:42:59.079Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-02T23:42:59.079Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-02T23:42:59.079Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-02T23:42:59.079Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-02T23:42:59.079Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-02T23:42:59.079Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-02T23:42:59.079Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2019-09-02T23:42:59.079Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2019-09-02T23:42:59.079Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-09-02T23:42:59.079Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-09-02T23:42:59.079Z] === RUN TestCreateWithInvalidEnv [2019-09-02T23:42:59.079Z] === RUN TestCreateWithInvalidEnv/0 [2019-09-02T23:42:59.079Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-09-02T23:42:59.079Z] === RUN TestCreateWithInvalidEnv/1 [2019-09-02T23:42:59.079Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-09-02T23:42:59.079Z] === RUN TestCreateWithInvalidEnv/2 [2019-09-02T23:42:59.079Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-09-02T23:42:59.079Z] === CONT TestCreateWithInvalidEnv/0 [2019-09-02T23:42:59.079Z] === CONT TestCreateWithInvalidEnv/2 [2019-09-02T23:42:59.079Z] === CONT TestCreateWithInvalidEnv/1 [2019-09-02T23:42:59.079Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2019-09-02T23:42:59.079Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-09-02T23:42:59.079Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-09-02T23:42:59.079Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-09-02T23:42:59.079Z] === RUN TestCreateTmpfsMountsTarget [2019-09-02T23:42:59.079Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2019-09-02T23:42:59.079Z] create_test.go:111: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:42:59.079Z] === RUN TestCreateWithCustomMaskedPaths [2019-09-02T23:42:59.079Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2019-09-02T23:42:59.079Z] create_test.go:154: testEnv.DaemonInfo.OSType != "linux" [2019-09-02T23:42:59.079Z] === RUN TestCreateWithCapabilities [2019-09-02T23:42:59.079Z] --- SKIP: TestCreateWithCapabilities (0.00s) [2019-09-02T23:42:59.079Z] create_test.go:233: testEnv.DaemonInfo.OSType == "windows": FIXME: test should be able to run on LCOW [2019-09-02T23:42:59.079Z] === RUN TestCreateWithCustomReadonlyPaths [2019-09-02T23:42:59.079Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2019-09-02T23:42:59.079Z] create_test.go:359: testEnv.DaemonInfo.OSType != "linux" [2019-09-02T23:42:59.079Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-09-02T23:42:59.079Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-02T23:42:59.079Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-02T23:42:59.079Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-02T23:42:59.079Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-02T23:42:59.079Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-02T23:42:59.079Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-02T23:42:59.079Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-02T23:42:59.079Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-02T23:42:59.079Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-02T23:42:59.079Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-02T23:42:59.079Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-02T23:42:59.079Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-02T23:42:59.079Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-02T23:42:59.079Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-02T23:42:59.079Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-02T23:42:59.079Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2019-09-02T23:42:59.079Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s) [2019-09-02T23:42:59.079Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s) [2019-09-02T23:42:59.079Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s) [2019-09-02T23:42:59.080Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2019-09-02T23:42:59.080Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2019-09-02T23:42:59.080Z] === RUN TestDiff [2019-09-02T23:42:59.080Z] --- SKIP: TestDiff (0.00s) [2019-09-02T23:42:59.080Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2019-09-02T23:42:59.080Z] === RUN TestExecWithCloseStdin [2019-09-02T23:43:01.256Z] --- PASS: TestExecWithCloseStdin (2.04s) [2019-09-02T23:43:01.256Z] === RUN TestExec [2019-09-02T23:43:01.256Z] --- SKIP: TestExec (0.00s) [2019-09-02T23:43:01.256Z] exec_test.go:88: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2019-09-02T23:43:01.256Z] === RUN TestExecUser [2019-09-02T23:43:01.256Z] --- SKIP: TestExecUser (0.00s) [2019-09-02T23:43:01.256Z] exec_test.go:123: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2019-09-02T23:43:01.256Z] === RUN TestExportContainerAndImportImage [2019-09-02T23:43:01.256Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2019-09-02T23:43:01.256Z] export_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:43:01.256Z] === RUN TestExportContainerAfterDaemonRestart [2019-09-02T23:43:01.256Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2019-09-02T23:43:01.256Z] export_test.go:60: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:43:01.256Z] === RUN TestHealthCheckWorkdir [2019-09-02T23:43:01.256Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2019-09-02T23:43:01.256Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2019-09-02T23:43:01.256Z] === RUN TestHealthKillContainer [2019-09-02T23:43:01.256Z] --- SKIP: TestHealthKillContainer (0.00s) [2019-09-02T23:43:01.256Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2019-09-02T23:43:01.256Z] === RUN TestInspectCpusetInConfigPre120 [2019-09-02T23:43:01.256Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2019-09-02T23:43:01.256Z] inspect_test.go:19: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2019-09-02T23:43:01.256Z] === RUN TestKillContainerInvalidSignal [2019-09-02T23:43:02.791Z] --- PASS: TestKillContainerInvalidSignal (1.59s) [2019-09-02T23:43:02.791Z] === RUN TestKillContainer [2019-09-02T23:43:02.791Z] --- SKIP: TestKillContainer (0.00s) [2019-09-02T23:43:02.791Z] kill_test.go:33: testEnv.OSType == "windows": TODO Windows: FIXME. No SIGWINCH [2019-09-02T23:43:02.791Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-09-02T23:43:02.791Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2019-09-02T23:43:02.791Z] kill_test.go:73: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-09-02T23:43:02.791Z] === RUN TestKillStoppedContainer [2019-09-02T23:43:02.791Z] --- SKIP: TestKillStoppedContainer (0.00s) [2019-09-02T23:43:02.791Z] kill_test.go:112: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-09-02T23:43:02.791Z] === RUN TestKillStoppedContainerAPIPre120 [2019-09-02T23:43:02.791Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2019-09-02T23:43:02.791Z] kill_test.go:123: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-09-02T23:43:02.791Z] === RUN TestKillDifferentUserContainer [2019-09-02T23:43:02.791Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2019-09-02T23:43:02.791Z] kill_test.go:134: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2019-09-02T23:43:02.791Z] === RUN TestInspectOomKilledTrue [2019-09-02T23:43:02.791Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-09-02T23:43:02.791Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-02T23:43:02.791Z] === RUN TestInspectOomKilledFalse [2019-09-02T23:43:02.791Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-09-02T23:43:02.791Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-02T23:43:02.791Z] === RUN TestLogsFollowTailEmpty [2019-09-02T23:43:04.328Z] --- PASS: TestLogsFollowTailEmpty (1.68s) [2019-09-02T23:43:04.328Z] === RUN TestNetworkNat [2019-09-02T23:43:04.328Z] --- SKIP: TestNetworkNat (0.00s) [2019-09-02T23:43:04.328Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2019-09-02T23:43:04.328Z] === RUN TestNetworkLocalhostTCPNat [2019-09-02T23:43:04.328Z] --- SKIP: TestNetworkLocalhostTCPNat (0.00s) [2019-09-02T23:43:04.328Z] nat_test.go:43: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-02T23:43:04.328Z] === RUN TestNetworkLoopbackNat [2019-09-02T23:43:04.328Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2019-09-02T23:43:04.328Z] nat_test.go:61: testEnv.OSType == "windows": FIXME [2019-09-02T23:43:04.328Z] === RUN TestPause [2019-09-02T23:43:04.328Z] --- SKIP: TestPause (0.00s) [2019-09-02T23:43:04.328Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2019-09-02T23:43:04.328Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-09-02T23:43:06.508Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.72s) [2019-09-02T23:43:06.508Z] === RUN TestPauseStopPausedContainer [2019-09-02T23:43:06.508Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2019-09-02T23:43:06.508Z] pause_test.go:68: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:43:06.508Z] === RUN TestPsFilter [2019-09-02T23:43:06.508Z] --- PASS: TestPsFilter (0.11s) [2019-09-02T23:43:06.508Z] === RUN TestRemoveContainerWithRemovedVolume [2019-09-02T23:43:07.325Z] --- PASS: TestBuildWithHugeFile (81.53s) [2019-09-02T23:43:07.325Z] === RUN TestBuildWithEmptyDockerfile [2019-09-02T23:43:07.325Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-02T23:43:07.325Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-02T23:43:07.325Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-02T23:43:07.325Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-02T23:43:07.325Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-02T23:43:07.325Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-02T23:43:07.325Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-02T23:43:07.325Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-02T23:43:07.325Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-02T23:43:07.325Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2019-09-02T23:43:07.325Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.24s) [2019-09-02T23:43:07.325Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.26s) [2019-09-02T23:43:07.325Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.27s) [2019-09-02T23:43:07.325Z] === RUN TestBuildPreserveOwnership [2019-09-02T23:43:07.325Z] === RUN TestBuildPreserveOwnership/copy_from [2019-09-02T23:43:08.682Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.04s) [2019-09-02T23:43:08.682Z] === RUN TestRemoveContainerWithVolume [2019-09-02T23:43:10.217Z] --- PASS: TestRemoveContainerWithVolume (2.01s) [2019-09-02T23:43:10.217Z] === RUN TestRemoveContainerRunning [2019-09-02T23:43:10.785Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2019-09-02T23:43:11.794Z] --- PASS: TestBuildPreserveOwnership (4.79s) [2019-09-02T23:43:11.794Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.13s) [2019-09-02T23:43:11.794Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.64s) [2019-09-02T23:43:11.794Z] === RUN TestBuildPlatformInvalid [2019-09-02T23:43:12.077Z] --- PASS: TestBuildPlatformInvalid (0.15s) [2019-09-02T23:43:12.077Z] PASS [2019-09-02T23:43:12.077Z] Running /go/src/github.com/docker/docker/integration/config flags=-test.v -test.timeout=120m [2019-09-02T23:43:12.077Z] INFO: Testing against a local daemon [2019-09-02T23:43:12.077Z] === RUN TestConfigList [2019-09-02T23:43:12.395Z] --- PASS: TestRemoveContainerRunning (1.85s) [2019-09-02T23:43:12.395Z] === RUN TestRemoveContainerForceRemoveRunning [2019-09-02T23:43:13.929Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.77s) [2019-09-02T23:43:13.929Z] === RUN TestRemoveInvalidContainer [2019-09-02T23:43:13.929Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2019-09-02T23:43:13.929Z] === RUN TestRenameLinkedContainer [2019-09-02T23:43:13.929Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2019-09-02T23:43:13.929Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2019-09-02T23:43:13.929Z] === RUN TestRenameStoppedContainer [2019-09-02T23:43:14.771Z] --- PASS: TestConfigList (2.21s) [2019-09-02T23:43:14.771Z] config_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigList [2019-09-02T23:43:14.771Z] daemon.go:336: [d14003c3e814d] waiting for daemon to start [2019-09-02T23:43:14.771Z] daemon.go:336: [d14003c3e814d] waiting for daemon to start [2019-09-02T23:43:14.771Z] daemon.go:364: [d14003c3e814d] daemon started [2019-09-02T23:43:14.771Z] daemon.go:472: [d14003c3e814d] Stopping daemon [2019-09-02T23:43:14.771Z] daemon.go:307: [d14003c3e814d] exiting daemon [2019-09-02T23:43:14.771Z] daemon.go:459: [d14003c3e814d] Daemon stopped [2019-09-02T23:43:14.771Z] === RUN TestConfigsCreateAndDelete [2019-09-02T23:43:16.110Z] --- PASS: TestRenameStoppedContainer (2.03s) [2019-09-02T23:43:16.110Z] === RUN TestRenameRunningContainerAndReuse [2019-09-02T23:43:16.800Z] --- PASS: TestConfigsCreateAndDelete (2.23s) [2019-09-02T23:43:16.800Z] config_test.go:112: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsCreateAndDelete [2019-09-02T23:43:16.800Z] daemon.go:336: [dccd862ae929b] waiting for daemon to start [2019-09-02T23:43:16.800Z] daemon.go:336: [dccd862ae929b] waiting for daemon to start [2019-09-02T23:43:16.800Z] daemon.go:364: [dccd862ae929b] daemon started [2019-09-02T23:43:16.800Z] daemon.go:472: [dccd862ae929b] Stopping daemon [2019-09-02T23:43:16.800Z] daemon.go:307: [dccd862ae929b] exiting daemon [2019-09-02T23:43:16.800Z] daemon.go:459: [dccd862ae929b] Daemon stopped [2019-09-02T23:43:16.800Z] === RUN TestConfigsUpdate [2019-09-02T23:43:18.185Z] PASS: docker_cli_health_test.go:39: DockerSuite.TestHealth 21.447s [2019-09-02T23:43:18.185Z] PASS: docker_cli_history_test.go:58: DockerSuite.TestHistoryExistentImage 0.010s [2019-09-02T23:43:18.185Z] PASS: docker_cli_history_test.go:86: DockerSuite.TestHistoryHumanOptionFalse 0.010s [2019-09-02T23:43:18.185Z] PASS: docker_cli_history_test.go:104: DockerSuite.TestHistoryHumanOptionTrue 0.009s [2019-09-02T23:43:18.185Z] PASS: docker_cli_history_test.go:67: DockerSuite.TestHistoryImageWithComment 1.132s [2019-09-02T23:43:18.185Z] PASS: docker_cli_history_test.go:62: DockerSuite.TestHistoryNonExistentImage 0.024s [2019-09-02T23:43:18.185Z] PASS: docker_cli_images_test.go:227: DockerSuite.TestImagesEnsureDanglingImageOnlyListedOnce 0.859s [2019-09-02T23:43:18.185Z] PASS: docker_cli_images_test.go:22: DockerSuite.TestImagesEnsureImageIsListed 0.035s [2019-09-02T23:43:18.185Z] PASS: docker_cli_images_test.go:46: DockerSuite.TestImagesEnsureImageWithBadTagIsNotListed 0.013s [2019-09-02T23:43:18.185Z] PASS: docker_cli_images_test.go:27: DockerSuite.TestImagesEnsureImageWithTagIsListed 0.066s [2019-09-02T23:43:18.185Z] PASS: docker_cli_images_test.go:301: DockerSuite.TestImagesEnsureImagesFromBusyboxShown 0.306s [2019-09-02T23:43:18.185Z] PASS: docker_cli_images_test.go:284: DockerSuite.TestImagesEnsureImagesFromScratchShown 0.276s [2019-09-02T23:43:18.185Z] PASS: docker_cli_images_test.go:261: DockerSuite.TestImagesEnsureOnlyHeadsImagesShown 0.470s [2019-09-02T23:43:18.185Z] PASS: docker_cli_images_test.go:71: DockerSuite.TestImagesErrorWithInvalidFilterNameTest 0.009s [2019-09-02T23:43:18.748Z] PASS: docker_cli_images_test.go:77: DockerSuite.TestImagesFilterLabelMatch 0.882s [2019-09-02T23:43:18.748Z] PASS: docker_cli_images_test.go:316: DockerSuite.TestImagesFilterNameWithPort 0.041s [2019-09-02T23:43:18.823Z] --- PASS: TestConfigsUpdate (2.20s) [2019-09-02T23:43:18.823Z] config_test.go:140: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigsUpdate [2019-09-02T23:43:18.823Z] daemon.go:336: [d1cfcf4df95bd] waiting for daemon to start [2019-09-02T23:43:18.823Z] daemon.go:336: [d1cfcf4df95bd] waiting for daemon to start [2019-09-02T23:43:18.823Z] daemon.go:364: [d1cfcf4df95bd] daemon started [2019-09-02T23:43:18.823Z] daemon.go:472: [d1cfcf4df95bd] Stopping daemon [2019-09-02T23:43:18.823Z] daemon.go:307: [d1cfcf4df95bd] exiting daemon [2019-09-02T23:43:18.823Z] daemon.go:459: [d1cfcf4df95bd] Daemon stopped [2019-09-02T23:43:18.823Z] === RUN TestTemplatedConfig [2019-09-02T23:43:19.678Z] PASS: docker_cli_images_test.go:117: DockerSuite.TestImagesFilterSinceAndBefore 0.853s [2019-09-02T23:43:20.608Z] PASS: docker_cli_images_test.go:187: DockerSuite.TestImagesFilterSpaceTrimCase 0.938s [2019-09-02T23:43:20.608Z] PASS: docker_cli_images_test.go:329: DockerSuite.TestImagesFormat 0.040s [2019-09-02T23:43:20.797Z] --- PASS: TestRenameRunningContainerAndReuse (4.39s) [2019-09-02T23:43:20.797Z] === RUN TestRenameInvalidName [2019-09-02T23:43:21.496Z] --- PASS: TestTemplatedConfig (2.81s) [2019-09-02T23:43:21.496Z] config_test.go:192: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedConfig [2019-09-02T23:43:21.496Z] daemon.go:336: [db30dce40c1b8] waiting for daemon to start [2019-09-02T23:43:21.496Z] daemon.go:336: [db30dce40c1b8] waiting for daemon to start [2019-09-02T23:43:21.496Z] daemon.go:364: [db30dce40c1b8] daemon started [2019-09-02T23:43:21.496Z] daemon.go:472: [db30dce40c1b8] Stopping daemon [2019-09-02T23:43:21.496Z] daemon.go:307: [db30dce40c1b8] exiting daemon [2019-09-02T23:43:21.496Z] daemon.go:459: [db30dce40c1b8] Daemon stopped [2019-09-02T23:43:21.496Z] === RUN TestConfigInspect [2019-09-02T23:43:21.542Z] PASS: docker_cli_images_test.go:345: DockerSuite.TestImagesFormatDefaultFormat 0.810s [2019-09-02T23:43:21.800Z] PASS: docker_api_swarm_service_test.go:96: DockerSwarmSuite.TestAPISwarmServicesMultipleAgents 19.623s [2019-09-02T23:43:22.333Z] --- PASS: TestRenameInvalidName (1.68s) [2019-09-02T23:43:22.333Z] === RUN TestRenameAnonymousContainer [2019-09-02T23:43:22.333Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2019-09-02T23:43:22.333Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2019-09-02T23:43:22.333Z] === RUN TestRenameContainerWithSameName [2019-09-02T23:43:23.872Z] --- PASS: TestRenameContainerWithSameName (1.63s) [2019-09-02T23:43:23.872Z] === RUN TestRenameContainerWithLinkedContainer [2019-09-02T23:43:23.872Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2019-09-02T23:43:23.872Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2019-09-02T23:43:23.872Z] === RUN TestResize [2019-09-02T23:43:23.872Z] --- SKIP: TestResize (0.00s) [2019-09-02T23:43:23.872Z] resize_test.go:20: testEnv.OSType == "windows": FIXME [2019-09-02T23:43:23.872Z] === RUN TestResizeWithInvalidSize [2019-09-02T23:43:23.872Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2019-09-02T23:43:23.872Z] resize_test.go:38: testEnv.OSType == "windows": FIXME [2019-09-02T23:43:23.872Z] === RUN TestResizeWhenContainerNotStarted [2019-09-02T23:43:24.168Z] --- PASS: TestConfigInspect (2.19s) [2019-09-02T23:43:24.168Z] config_test.go:326: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigInspect [2019-09-02T23:43:24.168Z] daemon.go:336: [d089be97c4d3c] waiting for daemon to start [2019-09-02T23:43:24.168Z] daemon.go:336: [d089be97c4d3c] waiting for daemon to start [2019-09-02T23:43:24.168Z] daemon.go:364: [d089be97c4d3c] daemon started [2019-09-02T23:43:24.168Z] daemon.go:472: [d089be97c4d3c] Stopping daemon [2019-09-02T23:43:24.168Z] daemon.go:307: [d089be97c4d3c] exiting daemon [2019-09-02T23:43:24.168Z] daemon.go:459: [d089be97c4d3c] Daemon stopped [2019-09-02T23:43:24.168Z] === RUN TestConfigCreateWithLabels [2019-09-02T23:43:25.073Z] PASS: docker_cli_images_test.go:51: DockerSuite.TestImagesOrderedByCreationDate 2.983s [2019-09-02T23:43:25.073Z] PASS: docker_cli_images_test.go:255: DockerSuite.TestImagesWithIncorrectFilter 0.017s [2019-09-02T23:43:25.073Z] PASS: docker_cli_import_test.go:37: DockerSuite.TestImportBadURL 0.027s [2019-09-02T23:43:25.408Z] --- PASS: TestResizeWhenContainerNotStarted (1.95s) [2019-09-02T23:43:25.408Z] === RUN TestDaemonRestartKillContainers [2019-09-02T23:43:25.408Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2019-09-02T23:43:25.408Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:43:25.408Z] === RUN TestStats [2019-09-02T23:43:25.408Z] --- SKIP: TestStats (0.00s) [2019-09-02T23:43:25.408Z] stats_test.go:19: !testEnv.DaemonInfo.MemoryLimit [2019-09-02T23:43:25.408Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-09-02T23:43:26.194Z] --- PASS: TestConfigCreateWithLabels (2.24s) [2019-09-02T23:43:26.194Z] config_test.go:350: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateWithLabels [2019-09-02T23:43:26.194Z] daemon.go:336: [d2e191e6b40ac] waiting for daemon to start [2019-09-02T23:43:26.194Z] daemon.go:336: [d2e191e6b40ac] waiting for daemon to start [2019-09-02T23:43:26.194Z] daemon.go:364: [d2e191e6b40ac] daemon started [2019-09-02T23:43:26.194Z] daemon.go:472: [d2e191e6b40ac] Stopping daemon [2019-09-02T23:43:26.194Z] daemon.go:307: [d2e191e6b40ac] exiting daemon [2019-09-02T23:43:26.194Z] daemon.go:459: [d2e191e6b40ac] Daemon stopped [2019-09-02T23:43:26.194Z] === RUN TestConfigCreateResolve [2019-09-02T23:43:26.443Z] PASS: docker_cli_import_test.go:19: DockerSuite.TestImportDisplay 1.708s [2019-09-02T23:43:28.216Z] --- PASS: TestConfigCreateResolve (2.21s) [2019-09-02T23:43:28.216Z] config_test.go:377: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigCreateResolve [2019-09-02T23:43:28.216Z] daemon.go:336: [d9ace04dac777] waiting for daemon to start [2019-09-02T23:43:28.216Z] daemon.go:336: [d9ace04dac777] waiting for daemon to start [2019-09-02T23:43:28.217Z] daemon.go:364: [d9ace04dac777] daemon started [2019-09-02T23:43:28.217Z] daemon.go:472: [d9ace04dac777] Stopping daemon [2019-09-02T23:43:28.217Z] daemon.go:307: [d9ace04dac777] exiting daemon [2019-09-02T23:43:28.217Z] daemon.go:459: [d9ace04dac777] Daemon stopped [2019-09-02T23:43:28.217Z] === RUN TestConfigDaemonLibtrustID [2019-09-02T23:43:28.830Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2019-09-02T23:43:28.830Z] config_test.go:427: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestConfigDaemonLibtrustID [2019-09-02T23:43:28.830Z] daemon.go:336: [d4920996995a2] waiting for daemon to start [2019-09-02T23:43:28.830Z] daemon.go:336: [d4920996995a2] waiting for daemon to start [2019-09-02T23:43:28.830Z] daemon.go:364: [d4920996995a2] daemon started [2019-09-02T23:43:28.830Z] daemon.go:472: [d4920996995a2] Stopping daemon [2019-09-02T23:43:28.830Z] daemon.go:307: [d4920996995a2] exiting daemon [2019-09-02T23:43:28.830Z] daemon.go:459: [d4920996995a2] Daemon stopped [2019-09-02T23:43:28.830Z] PASS [2019-09-02T23:43:28.830Z] Running /go/src/github.com/docker/docker/integration/container flags=-test.v -test.timeout=120m [2019-09-02T23:43:28.830Z] INFO: Testing against a local daemon [2019-09-02T23:43:28.830Z] === RUN TestCheckpoint [2019-09-02T23:43:28.830Z] --- SKIP: TestCheckpoint (0.00s) [2019-09-02T23:43:28.830Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-02T23:43:28.830Z] === RUN TestContainerInvalidJSON [2019-09-02T23:43:28.830Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-09-02T23:43:28.830Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-09-02T23:43:28.830Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-09-02T23:43:28.830Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-09-02T23:43:28.830Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-09-02T23:43:28.830Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-09-02T23:43:28.830Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-09-02T23:43:28.830Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-09-02T23:43:28.830Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-09-02T23:43:28.830Z] --- PASS: TestContainerInvalidJSON (0.03s) [2019-09-02T23:43:28.830Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-09-02T23:43:28.830Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-09-02T23:43:28.830Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-09-02T23:43:28.830Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-02T23:43:28.970Z] PASS: docker_cli_import_test.go:48: DockerSuite.TestImportFile 2.627s [2019-09-02T23:43:28.970Z] PASS: docker_cli_import_test.go:123: DockerSuite.TestImportFileNonExistentFile 0.023s [2019-09-02T23:43:29.112Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.10s) [2019-09-02T23:43:29.112Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-02T23:43:29.112Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.08s) [2019-09-02T23:43:29.112Z] === RUN TestCopyToContainerPathDoesNotExist [2019-09-02T23:43:29.112Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.10s) [2019-09-02T23:43:29.112Z] === RUN TestCopyToContainerPathIsNotDir [2019-09-02T23:43:29.395Z] --- PASS: TestCopyToContainerPathIsNotDir (0.09s) [2019-09-02T23:43:29.395Z] === RUN TestCopyFromContainer [2019-09-02T23:43:30.865Z] PASS: docker_cli_import_test.go:92: DockerSuite.TestImportFileWithMessage 1.818s [2019-09-02T23:43:30.869Z] === RUN TestCopyFromContainer// [2019-09-02T23:43:30.869Z] === RUN TestCopyFromContainer//bar/root [2019-09-02T23:43:31.152Z] === RUN TestCopyFromContainer//bar/root/ [2019-09-02T23:43:31.152Z] === RUN TestCopyFromContainer/bar/quux [2019-09-02T23:43:31.152Z] === RUN TestCopyFromContainer/bar/quux/ [2019-09-02T23:43:31.192Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.80s) [2019-09-02T23:43:31.192Z] === RUN TestStopContainerWithTimeout [2019-09-02T23:43:31.192Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2019-09-02T23:43:31.192Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2019-09-02T23:43:31.192Z] === RUN TestUpdateRestartPolicy [2019-09-02T23:43:31.436Z] === RUN TestCopyFromContainer/bar/quux/baz [2019-09-02T23:43:31.436Z] === RUN TestCopyFromContainer/bar/filesymlink [2019-09-02T23:43:31.436Z] === RUN TestCopyFromContainer/bar/dirsymlink [2019-09-02T23:43:31.720Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2019-09-02T23:43:31.720Z] === RUN TestCopyFromContainer/bar/notarget [2019-09-02T23:43:31.720Z] --- PASS: TestCopyFromContainer (2.53s) [2019-09-02T23:43:31.720Z] --- PASS: TestCopyFromContainer// (0.09s) [2019-09-02T23:43:31.720Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2019-09-02T23:43:31.720Z] --- PASS: TestCopyFromContainer//bar/root/ (0.09s) [2019-09-02T23:43:31.720Z] --- PASS: TestCopyFromContainer/bar/quux (0.11s) [2019-09-02T23:43:31.720Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2019-09-02T23:43:31.720Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s) [2019-09-02T23:43:31.720Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2019-09-02T23:43:31.720Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s) [2019-09-02T23:43:31.720Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2019-09-02T23:43:31.720Z] --- PASS: TestCopyFromContainer/bar/notarget (0.09s) [2019-09-02T23:43:31.720Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-09-02T23:43:31.720Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-02T23:43:31.720Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-02T23:43:31.720Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-02T23:43:31.720Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-02T23:43:31.720Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-02T23:43:31.720Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-02T23:43:32.005Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-02T23:43:32.005Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-02T23:43:32.005Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-02T23:43:32.005Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2019-09-02T23:43:32.005Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2019-09-02T23:43:32.005Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2019-09-02T23:43:32.005Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.02s) [2019-09-02T23:43:32.005Z] === RUN TestCreateWithInvalidEnv [2019-09-02T23:43:32.005Z] === RUN TestCreateWithInvalidEnv/0 [2019-09-02T23:43:32.005Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-09-02T23:43:32.005Z] === RUN TestCreateWithInvalidEnv/1 [2019-09-02T23:43:32.005Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-09-02T23:43:32.005Z] === RUN TestCreateWithInvalidEnv/2 [2019-09-02T23:43:32.005Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-09-02T23:43:32.005Z] === CONT TestCreateWithInvalidEnv/0 [2019-09-02T23:43:32.005Z] === CONT TestCreateWithInvalidEnv/2 [2019-09-02T23:43:32.005Z] === CONT TestCreateWithInvalidEnv/1 [2019-09-02T23:43:32.005Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2019-09-02T23:43:32.005Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-09-02T23:43:32.005Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-09-02T23:43:32.005Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2019-09-02T23:43:32.005Z] === RUN TestCreateTmpfsMountsTarget [2019-09-02T23:43:32.005Z] --- PASS: TestCreateTmpfsMountsTarget (0.04s) [2019-09-02T23:43:32.005Z] === RUN TestCreateWithCustomMaskedPaths [2019-09-02T23:43:32.758Z] PASS: docker_cli_import_test.go:69: DockerSuite.TestImportGzipped 1.826s [2019-09-02T23:43:34.032Z] --- PASS: TestCreateWithCustomMaskedPaths (1.95s) [2019-09-02T23:43:34.033Z] === RUN TestCreateWithCapabilities [2019-09-02T23:43:34.033Z] === RUN TestCreateWithCapabilities/no_capabilities [2019-09-02T23:43:34.033Z] === PAUSE TestCreateWithCapabilities/no_capabilities [2019-09-02T23:43:34.033Z] === RUN TestCreateWithCapabilities/empty_capabilities [2019-09-02T23:43:34.033Z] === PAUSE TestCreateWithCapabilities/empty_capabilities [2019-09-02T23:43:34.033Z] === RUN TestCreateWithCapabilities/valid_capabilities [2019-09-02T23:43:34.033Z] === PAUSE TestCreateWithCapabilities/valid_capabilities [2019-09-02T23:43:34.033Z] === RUN TestCreateWithCapabilities/invalid_capabilities [2019-09-02T23:43:34.033Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities [2019-09-02T23:43:34.033Z] === RUN TestCreateWithCapabilities/duplicate_capabilities [2019-09-02T23:43:34.033Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities [2019-09-02T23:43:34.033Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-02T23:43:34.033Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-02T23:43:34.033Z] === RUN TestCreateWithCapabilities/empty_capadd [2019-09-02T23:43:34.033Z] === PAUSE TestCreateWithCapabilities/empty_capadd [2019-09-02T23:43:34.033Z] === RUN TestCreateWithCapabilities/empty_capdrop [2019-09-02T23:43:34.033Z] === PAUSE TestCreateWithCapabilities/empty_capdrop [2019-09-02T23:43:34.033Z] === RUN TestCreateWithCapabilities/capadd_capdrop [2019-09-02T23:43:34.033Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop [2019-09-02T23:43:34.033Z] === RUN TestCreateWithCapabilities/conflict_with_capadd [2019-09-02T23:43:34.033Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd [2019-09-02T23:43:34.033Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop [2019-09-02T23:43:34.033Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop [2019-09-02T23:43:34.033Z] === CONT TestCreateWithCapabilities/no_capabilities [2019-09-02T23:43:34.033Z] === CONT TestCreateWithCapabilities/empty_capadd [2019-09-02T23:43:34.033Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop [2019-09-02T23:43:34.033Z] === CONT TestCreateWithCapabilities/conflict_with_capadd [2019-09-02T23:43:34.033Z] === CONT TestCreateWithCapabilities/capadd_capdrop [2019-09-02T23:43:34.033Z] === CONT TestCreateWithCapabilities/empty_capdrop [2019-09-02T23:43:34.033Z] === CONT TestCreateWithCapabilities/invalid_capabilities [2019-09-02T23:43:34.033Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 [2019-09-02T23:43:34.033Z] === CONT TestCreateWithCapabilities/duplicate_capabilities [2019-09-02T23:43:34.033Z] === CONT TestCreateWithCapabilities/valid_capabilities [2019-09-02T23:43:34.033Z] === CONT TestCreateWithCapabilities/empty_capabilities [2019-09-02T23:43:34.033Z] --- PASS: TestCreateWithCapabilities (0.06s) [2019-09-02T23:43:34.033Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) [2019-09-02T23:43:34.033Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s) [2019-09-02T23:43:34.033Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.05s) [2019-09-02T23:43:34.033Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) [2019-09-02T23:43:34.033Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.05s) [2019-09-02T23:43:34.033Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.06s) [2019-09-02T23:43:34.033Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.07s) [2019-09-02T23:43:34.033Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.05s) [2019-09-02T23:43:34.033Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.05s) [2019-09-02T23:43:34.033Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.05s) [2019-09-02T23:43:34.033Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.07s) [2019-09-02T23:43:34.033Z] === RUN TestCreateWithCustomReadonlyPaths [2019-09-02T23:43:34.653Z] PASS: docker_cli_import_test.go:128: DockerSuite.TestImportWithQuotedChanges 1.783s [2019-09-02T23:43:34.909Z] PASS: docker_cli_info_test.go:178: DockerSuite.TestInfoDebug 0.534s [2019-09-02T23:43:35.480Z] PASS: docker_cli_info_test.go:107: DockerSuite.TestInfoDiscoveryAdvertiseInterfaceName 0.600s [2019-09-02T23:43:36.043Z] PASS: docker_cli_info_test.go:73: DockerSuite.TestInfoDiscoveryBackend 0.527s [2019-09-02T23:43:36.061Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.95s) [2019-09-02T23:43:36.061Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-09-02T23:43:36.061Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-02T23:43:36.061Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-02T23:43:36.061Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-02T23:43:36.061Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-02T23:43:36.061Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-02T23:43:36.061Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-02T23:43:36.061Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-02T23:43:36.061Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-02T23:43:36.061Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-02T23:43:36.061Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-02T23:43:36.061Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-02T23:43:36.061Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-02T23:43:36.061Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-02T23:43:36.061Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-02T23:43:36.061Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-02T23:43:36.061Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2019-09-02T23:43:36.061Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2019-09-02T23:43:36.061Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s) [2019-09-02T23:43:36.061Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2019-09-02T23:43:36.061Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2019-09-02T23:43:36.061Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2019-09-02T23:43:36.061Z] === RUN TestContainerStartOnDaemonRestart [2019-09-02T23:43:36.061Z] === PAUSE TestContainerStartOnDaemonRestart [2019-09-02T23:43:36.061Z] === RUN TestDaemonRestartIpcMode [2019-09-02T23:43:36.061Z] === PAUSE TestDaemonRestartIpcMode [2019-09-02T23:43:36.061Z] === RUN TestDiff [2019-09-02T23:43:37.066Z] --- PASS: TestDiff (0.66s) [2019-09-02T23:43:37.066Z] === RUN TestExecWithCloseStdin [2019-09-02T23:43:37.411Z] PASS: docker_cli_info_test.go:90: DockerSuite.TestInfoDiscoveryInvalidAdvertise 1.001s [2019-09-02T23:43:37.682Z] --- PASS: TestExecWithCloseStdin (0.91s) [2019-09-02T23:43:37.682Z] === RUN TestExec [2019-09-02T23:43:38.340Z] PASS: docker_cli_info_test.go:144: DockerSuite.TestInfoDisplaysPausedContainers 0.774s [2019-09-02T23:43:38.689Z] --- PASS: TestExec (0.87s) [2019-09-02T23:43:38.689Z] === RUN TestExecUser [2019-09-02T23:43:39.271Z] PASS: docker_cli_info_test.go:131: DockerSuite.TestInfoDisplaysRunningContainers 0.697s [2019-09-02T23:43:39.694Z] --- PASS: TestExecUser (0.86s) [2019-09-02T23:43:39.694Z] === RUN TestExportContainerAndImportImage [2019-09-02T23:43:40.201Z] PASS: docker_cli_info_test.go:161: DockerSuite.TestInfoDisplaysStoppedContainers 0.843s [2019-09-02T23:43:40.201Z] PASS: docker_cli_info_test.go:17: DockerSuite.TestInfoEnsureSucceeds 0.017s [2019-09-02T23:43:40.201Z] PASS: docker_cli_info_test.go:61: DockerSuite.TestInfoFormat 0.039s [2019-09-02T23:43:40.201Z] PASS: docker_cli_info_unix_test.go:10: DockerSuite.TestInfoSecurityOptions 0.016s [2019-09-02T23:43:40.712Z] --- PASS: TestExportContainerAndImportImage (1.01s) [2019-09-02T23:43:40.712Z] === RUN TestExportContainerAfterDaemonRestart [2019-09-02T23:43:40.766Z] PASS: docker_cli_info_test.go:196: DockerSuite.TestInsecureRegistries 0.537s [2019-09-02T23:43:41.695Z] PASS: docker_api_inspect_test.go:146: DockerSuite.TestInspectAPIBridgeNetworkSettings120 0.601s [2019-09-02T23:43:42.186Z] --- PASS: TestExportContainerAfterDaemonRestart (1.57s) [2019-09-02T23:43:42.186Z] export_test.go:63: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExportContainerAfterDaemonRestart [2019-09-02T23:43:42.186Z] daemon.go:336: [d17a721d9947d] waiting for daemon to start [2019-09-02T23:43:42.186Z] daemon.go:336: [d17a721d9947d] waiting for daemon to start [2019-09-02T23:43:42.186Z] daemon.go:364: [d17a721d9947d] daemon started [2019-09-02T23:43:42.186Z] daemon.go:472: [d17a721d9947d] Stopping daemon [2019-09-02T23:43:42.186Z] daemon.go:307: [d17a721d9947d] exiting daemon [2019-09-02T23:43:42.186Z] daemon.go:459: [d17a721d9947d] Daemon stopped [2019-09-02T23:43:42.186Z] daemon.go:336: [d17a721d9947d] waiting for daemon to start [2019-09-02T23:43:42.186Z] daemon.go:336: [d17a721d9947d] waiting for daemon to start [2019-09-02T23:43:42.186Z] daemon.go:364: [d17a721d9947d] daemon started [2019-09-02T23:43:42.186Z] daemon.go:472: [d17a721d9947d] Stopping daemon [2019-09-02T23:43:42.186Z] daemon.go:307: [d17a721d9947d] exiting daemon [2019-09-02T23:43:42.186Z] daemon.go:459: [d17a721d9947d] Daemon stopped [2019-09-02T23:43:42.186Z] === RUN TestHealthCheckWorkdir [2019-09-02T23:43:42.259Z] PASS: docker_api_inspect_test.go:163: DockerSuite.TestInspectAPIBridgeNetworkSettings121 0.597s [2019-09-02T23:43:43.189Z] PASS: docker_api_inspect_test.go:16: DockerSuite.TestInspectAPIContainerResponse 0.611s [2019-09-02T23:43:43.196Z] --- PASS: TestHealthCheckWorkdir (1.07s) [2019-09-02T23:43:43.196Z] === RUN TestHealthKillContainer [2019-09-02T23:43:44.119Z] PASS: docker_api_inspect_test.go:83: DockerSuite.TestInspectAPIContainerVolumeDriver 0.626s [2019-09-02T23:43:44.681Z] PASS: docker_api_swarm_service_test.go:540: DockerSwarmSuite.TestAPISwarmServicesStateReporting 9.382s [2019-09-02T23:43:44.681Z] PASS: docker_api_inspect_test.go:60: DockerSuite.TestInspectAPIContainerVolumeDriverLegacy 0.588s [2019-09-02T23:43:45.611Z] PASS: docker_api_inspect_test.go:122: DockerSuite.TestInspectAPIEmptyFieldsInConfigPre121 0.667s [2019-09-02T23:43:45.611Z] PASS: docker_api_inspect_test.go:107: DockerSuite.TestInspectAPIImageResponse 0.025s [2019-09-02T23:43:46.645Z] --- PASS: TestHealthKillContainer (2.94s) [2019-09-02T23:43:46.645Z] === RUN TestInspectCpusetInConfigPre120 [2019-09-02T23:43:46.645Z] --- PASS: TestInspectCpusetInConfigPre120 (0.69s) [2019-09-02T23:43:46.645Z] === RUN TestIpcModeNone [2019-09-02T23:43:47.507Z] PASS: docker_cli_network_unix_test.go:1034: DockerSuite.TestInspectAPIMultipleNetworks 1.144s [2019-09-02T23:43:47.653Z] --- PASS: TestIpcModeNone (0.84s) [2019-09-02T23:43:47.653Z] === RUN TestIpcModePrivate [2019-09-02T23:43:48.440Z] PASS: docker_cli_inspect_test.go:413: DockerSuite.TestInspectAmpersand 0.893s [2019-09-02T23:43:48.661Z] --- PASS: TestIpcModePrivate (0.88s) [2019-09-02T23:43:48.661Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:54, shared: false, mustBeShared: false [2019-09-02T23:43:48.661Z] === RUN TestIpcModeShareable [2019-09-02T23:43:49.277Z] --- PASS: TestIpcModeShareable (0.89s) [2019-09-02T23:43:49.277Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:48, shared: true, mustBeShared: true [2019-09-02T23:43:49.277Z] === RUN TestAPIIpcModeShareableAndContainer [2019-09-02T23:43:49.372Z] PASS: docker_cli_inspect_test.go:207: DockerSuite.TestInspectBindMountPoint 0.815s [2019-09-02T23:43:49.372Z] PASS: docker_cli_inspect_test.go:342: DockerSuite.TestInspectByPrefix 0.032s [2019-09-02T23:43:50.303Z] PASS: docker_cli_inspect_test.go:142: DockerSuite.TestInspectContainerFilterInt 0.627s [2019-09-02T23:43:50.303Z] SKIP: docker_cli_inspect_test.go:182: DockerSuite.TestInspectContainerGraphDriver (unmatched requirement Devicemapper) [2019-09-02T23:43:51.672Z] PASS: docker_cli_inspect_test.go:392: DockerSuite.TestInspectContainerNetworkCustom 0.920s [2019-09-02T23:43:51.950Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.48s) [2019-09-02T23:43:51.950Z] === RUN TestAPIIpcModeHost [2019-09-02T23:43:52.237Z] PASS: docker_cli_inspect_test.go:380: DockerSuite.TestInspectContainerNetworkDefault 0.501s [2019-09-02T23:43:52.270Z] --- PASS: TestUpdateRestartPolicy (20.19s) [2019-09-02T23:43:52.270Z] === RUN TestUpdateRestartWithAutoRemove [2019-09-02T23:43:52.270Z] --- PASS: TestUpdateRestartWithAutoRemove (1.72s) [2019-09-02T23:43:52.270Z] === RUN TestWaitNonBlocked [2019-09-02T23:43:52.270Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-02T23:43:52.270Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-02T23:43:52.270Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-02T23:43:52.270Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-02T23:43:52.270Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-02T23:43:52.270Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-02T23:43:52.566Z] --- PASS: TestAPIIpcModeHost (0.70s) [2019-09-02T23:43:52.566Z] === RUN TestDaemonIpcModeShareable [2019-09-02T23:43:53.167Z] PASS: docker_cli_inspect_test.go:45: DockerSuite.TestInspectDefault 0.621s [2019-09-02T23:43:54.096Z] PASS: docker_cli_inspect_test.go:372: DockerSuite.TestInspectHistory 0.919s [2019-09-02T23:43:54.096Z] PASS: docker_cli_inspect_test.go:25: DockerSuite.TestInspectImage 0.010s [2019-09-02T23:43:54.096Z] PASS: docker_cli_inspect_test.go:126: DockerSuite.TestInspectImageFilterInt 0.021s [2019-09-02T23:43:54.096Z] SKIP: docker_cli_inspect_test.go:164: DockerSuite.TestInspectImageGraphDriver (unmatched requirement Devicemapper) [2019-09-02T23:43:54.585Z] --- PASS: TestDaemonIpcModeShareable (1.80s) [2019-09-02T23:43:54.585Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareable [2019-09-02T23:43:54.585Z] daemon.go:336: [d1f00797640c0] waiting for daemon to start [2019-09-02T23:43:54.585Z] daemon.go:336: [d1f00797640c0] waiting for daemon to start [2019-09-02T23:43:54.585Z] daemon.go:364: [d1f00797640c0] daemon started [2019-09-02T23:43:54.585Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:56, shared: true, mustBeShared: true [2019-09-02T23:43:54.585Z] daemon.go:472: [d1f00797640c0] Stopping daemon [2019-09-02T23:43:54.585Z] daemon.go:307: [d1f00797640c0] exiting daemon [2019-09-02T23:43:54.585Z] daemon.go:459: [d1f00797640c0] Daemon stopped [2019-09-02T23:43:54.585Z] === RUN TestDaemonIpcModePrivate [2019-09-02T23:43:55.029Z] PASS: docker_cli_inspect_test.go:39: DockerSuite.TestInspectInt64 0.647s [2019-09-02T23:43:55.199Z] --- PASS: TestWaitNonBlocked (0.02s) [2019-09-02T23:43:55.199Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.43s) [2019-09-02T23:43:55.199Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.53s) [2019-09-02T23:43:55.199Z] === RUN TestWaitBlocked [2019-09-02T23:43:55.199Z] --- SKIP: TestWaitBlocked (0.00s) [2019-09-02T23:43:55.199Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2019-09-02T23:43:55.199Z] PASS [2019-09-02T23:43:55.199Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2019-09-02T23:43:55.199Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-02T23:43:55.199Z] INFO: Testing against a local daemon [2019-09-02T23:43:55.199Z] === RUN TestCommitInheritsEnv [2019-09-02T23:43:55.199Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2019-09-02T23:43:55.199Z] commit_test.go:17: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-02T23:43:55.199Z] === RUN TestImportExtremelyLargeImageWorks [2019-09-02T23:43:55.199Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2019-09-02T23:43:55.199Z] import_test.go:22: testEnv.OSType == "windows": TODO enable on windows [2019-09-02T23:43:55.199Z] === RUN TestImagesFilterMultiReference [2019-09-02T23:43:55.199Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2019-09-02T23:43:55.199Z] === RUN TestImagePullPlatformInvalid [2019-09-02T23:43:55.199Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2019-09-02T23:43:55.199Z] === RUN TestRemoveImageOrphaning [2019-09-02T23:43:55.199Z] --- SKIP: TestRemoveImageOrphaning (0.00s) [2019-09-02T23:43:55.199Z] remove_test.go:15: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-02T23:43:55.199Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-09-02T23:43:55.199Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2019-09-02T23:43:55.199Z] === RUN TestTagInvalidReference [2019-09-02T23:43:55.199Z] --- PASS: TestTagInvalidReference (0.02s) [2019-09-02T23:43:55.199Z] === RUN TestTagValidPrefixedRepo [2019-09-02T23:43:55.199Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2019-09-02T23:43:55.199Z] === RUN TestTagExistedNameWithoutForce [2019-09-02T23:43:55.199Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2019-09-02T23:43:55.199Z] === RUN TestTagOfficialNames [2019-09-02T23:43:55.199Z] --- SKIP: TestTagOfficialNames (0.00s) [2019-09-02T23:43:55.199Z] tag_test.go:98: testEnv.OSType == "windows" [2019-09-02T23:43:55.199Z] === RUN TestTagMatchesDigest [2019-09-02T23:43:55.199Z] --- PASS: TestTagMatchesDigest (0.02s) [2019-09-02T23:43:55.199Z] PASS [2019-09-02T23:43:55.199Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2019-09-02T23:43:55.199Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-02T23:43:55.199Z] INFO: Testing against a local daemon [2019-09-02T23:43:55.199Z] === RUN TestNetworkCreateDelete [2019-09-02T23:43:55.199Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2019-09-02T23:43:55.199Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2019-09-02T23:43:55.199Z] === RUN TestDockerNetworkDeletePreferID [2019-09-02T23:43:55.199Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2019-09-02T23:43:55.199Z] 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-02T23:43:55.199Z] === RUN TestInspectNetwork [2019-09-02T23:43:55.199Z] --- SKIP: TestInspectNetwork (0.00s) [2019-09-02T23:43:55.199Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2019-09-02T23:43:55.199Z] === RUN TestRunContainerWithBridgeNone [2019-09-02T23:43:55.199Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2019-09-02T23:43:55.199Z] network_test.go:22: testEnv.DaemonInfo.OSType != "linux" [2019-09-02T23:43:55.199Z] === RUN TestNetworkInvalidJSON [2019-09-02T23:43:55.199Z] === RUN TestNetworkInvalidJSON//networks/create [2019-09-02T23:43:55.199Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-09-02T23:43:55.199Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-09-02T23:43:55.199Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-09-02T23:43:55.199Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-02T23:43:55.199Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-02T23:43:55.199Z] === CONT TestNetworkInvalidJSON//networks/create [2019-09-02T23:43:55.199Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-02T23:43:55.199Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-09-02T23:43:55.199Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2019-09-02T23:43:55.199Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-09-02T23:43:55.199Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-09-02T23:43:55.199Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-09-02T23:43:55.199Z] === RUN TestDaemonRestartWithLiveRestore [2019-09-02T23:43:55.199Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2019-09-02T23:43:55.199Z] service_test.go:29: testEnv.OSType == "windows" [2019-09-02T23:43:55.199Z] === RUN TestDaemonDefaultNetworkPools [2019-09-02T23:43:55.199Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2019-09-02T23:43:55.199Z] service_test.go:51: testEnv.OSType == "windows" [2019-09-02T23:43:55.199Z] === RUN TestDaemonRestartWithExistingNetwork [2019-09-02T23:43:55.199Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2019-09-02T23:43:55.199Z] service_test.go:94: testEnv.OSType == "windows" [2019-09-02T23:43:55.199Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-02T23:43:55.199Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2019-09-02T23:43:55.199Z] service_test.go:127: testEnv.OSType == "windows" [2019-09-02T23:43:55.199Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-09-02T23:43:55.199Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2019-09-02T23:43:55.199Z] service_test.go:177: testEnv.OSType == "windows" [2019-09-02T23:43:55.199Z] === RUN TestServiceWithPredefinedNetwork [2019-09-02T23:43:55.199Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2019-09-02T23:43:55.199Z] service_test.go:201: testEnv.OSType == "windows" [2019-09-02T23:43:55.199Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-09-02T23:43:55.199Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-02T23:43:55.199Z] service_test.go:230: FLAKY_TEST [2019-09-02T23:43:55.199Z] === RUN TestServiceWithDataPathPortInit [2019-09-02T23:43:55.199Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2019-09-02T23:43:55.199Z] service_test.go:333: testEnv.OSType == "windows" [2019-09-02T23:43:55.199Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-09-02T23:43:55.199Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2019-09-02T23:43:55.199Z] service_test.go:392: testEnv.OSType == "windows" [2019-09-02T23:43:55.199Z] PASS [2019-09-02T23:43:55.199Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2019-09-02T23:43:55.199Z] PASS [2019-09-02T23:43:55.658Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2019-09-02T23:43:55.658Z] PASS [2019-09-02T23:43:55.658Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2019-09-02T23:43:55.658Z] PASS [2019-09-02T23:43:55.658Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2019-09-02T23:43:55.658Z] PASS [2019-09-02T23:43:55.658Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2019-09-02T23:43:55.658Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-02T23:43:55.658Z] INFO: Testing against a local daemon [2019-09-02T23:43:55.658Z] === RUN TestPluginInvalidJSON [2019-09-02T23:43:55.658Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-09-02T23:43:55.658Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-09-02T23:43:55.658Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-09-02T23:43:55.658Z] --- PASS: TestPluginInvalidJSON (0.03s) [2019-09-02T23:43:55.658Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-09-02T23:43:55.658Z] PASS [2019-09-02T23:43:55.658Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2019-09-02T23:43:55.658Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-02T23:43:55.658Z] INFO: Testing against a local daemon [2019-09-02T23:43:55.658Z] === RUN TestExternalGraphDriver [2019-09-02T23:43:55.658Z] --- SKIP: TestExternalGraphDriver (0.00s) [2019-09-02T23:43:55.658Z] external_test.go:48: runtime.GOOS == "windows" [2019-09-02T23:43:55.658Z] === RUN TestGraphdriverPluginV2 [2019-09-02T23:43:55.658Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2019-09-02T23:43:55.658Z] external_test.go:407: runtime.GOOS == "windows" [2019-09-02T23:43:55.658Z] PASS [2019-09-02T23:43:55.658Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2019-09-02T23:43:55.658Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-02T23:43:55.658Z] INFO: Testing against a local daemon [2019-09-02T23:43:55.658Z] PASS [2019-09-02T23:43:55.658Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2019-09-02T23:43:55.658Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-02T23:43:55.658Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2019-09-02T23:43:55.965Z] PASS: docker_cli_inspect_test.go:334: DockerSuite.TestInspectJSONFields 0.579s [2019-09-02T23:43:55.966Z] PASS: docker_cli_inspect_test.go:284: DockerSuite.TestInspectLogConfigNoType 0.085s [2019-09-02T23:43:56.056Z] --- PASS: TestDaemonIpcModePrivate (1.78s) [2019-09-02T23:43:56.056Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivate [2019-09-02T23:43:56.056Z] daemon.go:336: [d2baa0c45bd0d] waiting for daemon to start [2019-09-02T23:43:56.056Z] daemon.go:336: [d2baa0c45bd0d] waiting for daemon to start [2019-09-02T23:43:56.056Z] daemon.go:364: [d2baa0c45bd0d] daemon started [2019-09-02T23:43:56.056Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:62, shared: false, mustBeShared: false [2019-09-02T23:43:56.056Z] daemon.go:472: [d2baa0c45bd0d] Stopping daemon [2019-09-02T23:43:56.056Z] daemon.go:307: [d2baa0c45bd0d] exiting daemon [2019-09-02T23:43:56.056Z] daemon.go:459: [d2baa0c45bd0d] Daemon stopped [2019-09-02T23:43:56.056Z] === RUN TestDaemonIpcModePrivateFromConfig [2019-09-02T23:43:56.116Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-02T23:43:56.116Z] INFO: Testing against a local daemon [2019-09-02T23:43:56.116Z] === RUN TestSecretInspect [2019-09-02T23:43:56.116Z] --- SKIP: TestSecretInspect (0.00s) [2019-09-02T23:43:56.116Z] secret_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:43:56.116Z] === RUN TestSecretList [2019-09-02T23:43:56.116Z] --- SKIP: TestSecretList (0.00s) [2019-09-02T23:43:56.116Z] secret_test.go:45: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:43:56.116Z] === RUN TestSecretsCreateAndDelete [2019-09-02T23:43:56.116Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2019-09-02T23:43:56.116Z] secret_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:43:56.116Z] === RUN TestSecretsUpdate [2019-09-02T23:43:56.116Z] --- SKIP: TestSecretsUpdate (0.00s) [2019-09-02T23:43:56.116Z] secret_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:43:56.116Z] === RUN TestTemplatedSecret [2019-09-02T23:43:56.116Z] --- SKIP: TestTemplatedSecret (0.00s) [2019-09-02T23:43:56.116Z] secret_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:43:56.116Z] === RUN TestSecretCreateResolve [2019-09-02T23:43:56.116Z] --- SKIP: TestSecretCreateResolve (0.00s) [2019-09-02T23:43:56.116Z] secret_test.go:339: testEnv.DaemonInfo.OSType != "linux" [2019-09-02T23:43:56.116Z] PASS [2019-09-02T23:43:56.116Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2019-09-02T23:43:56.116Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-02T23:43:56.116Z] INFO: Testing against a local daemon [2019-09-02T23:43:56.116Z] === RUN TestServiceCreateInit [2019-09-02T23:43:56.116Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-09-02T23:43:56.116Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-09-02T23:43:56.116Z] --- PASS: TestServiceCreateInit (0.04s) [2019-09-02T23:43:56.116Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2019-09-02T23:43:56.116Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:43:56.116Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2019-09-02T23:43:56.116Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:43:56.116Z] === RUN TestCreateServiceMultipleTimes [2019-09-02T23:43:56.116Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2019-09-02T23:43:56.116Z] create_test.go:78: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:43:56.116Z] === RUN TestCreateServiceConflict [2019-09-02T23:43:56.116Z] --- SKIP: TestCreateServiceConflict (0.00s) [2019-09-02T23:43:56.116Z] create_test.go:127: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:43:56.116Z] === RUN TestCreateServiceMaxReplicas [2019-09-02T23:43:56.116Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2019-09-02T23:43:56.116Z] create_test.go:150: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:43:56.116Z] === RUN TestCreateWithDuplicateNetworkNames [2019-09-02T23:43:56.116Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2019-09-02T23:43:56.116Z] create_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:43:56.116Z] === RUN TestCreateServiceSecretFileMode [2019-09-02T23:43:56.116Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2019-09-02T23:43:56.116Z] create_test.go:222: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:43:56.116Z] === RUN TestCreateServiceConfigFileMode [2019-09-02T23:43:56.116Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2019-09-02T23:43:56.116Z] create_test.go:286: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:43:56.116Z] === RUN TestCreateServiceSysctls [2019-09-02T23:43:56.116Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2019-09-02T23:43:56.116Z] create_test.go:378: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:43:56.116Z] === RUN TestCreateServiceCapabilities [2019-09-02T23:43:56.116Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2019-09-02T23:43:56.116Z] create_test.go:462: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:43:56.116Z] === RUN TestInspect [2019-09-02T23:43:56.116Z] --- SKIP: TestInspect (0.00s) [2019-09-02T23:43:56.116Z] inspect_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:43:56.116Z] === RUN TestDockerNetworkConnectAlias [2019-09-02T23:43:56.116Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2019-09-02T23:43:56.116Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:43:56.116Z] === RUN TestDockerNetworkReConnect [2019-09-02T23:43:56.116Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2019-09-02T23:43:56.116Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:43:56.116Z] === RUN TestServicePlugin [2019-09-02T23:43:56.116Z] --- SKIP: TestServicePlugin (0.00s) [2019-09-02T23:43:56.116Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:43:56.116Z] === RUN TestServiceUpdateLabel [2019-09-02T23:43:56.116Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2019-09-02T23:43:56.116Z] update_test.go:19: testEnv.DaemonInfo.OSType != "linux" [2019-09-02T23:43:56.116Z] === RUN TestServiceUpdateSecrets [2019-09-02T23:43:56.116Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2019-09-02T23:43:56.116Z] update_test.go:75: testEnv.DaemonInfo.OSType != "linux" [2019-09-02T23:43:56.116Z] === RUN TestServiceUpdateConfigs [2019-09-02T23:43:56.116Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2019-09-02T23:43:56.116Z] update_test.go:137: testEnv.DaemonInfo.OSType != "linux" [2019-09-02T23:43:56.116Z] === RUN TestServiceUpdateNetwork [2019-09-02T23:43:56.116Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2019-09-02T23:43:56.116Z] update_test.go:199: testEnv.DaemonInfo.OSType != "linux" [2019-09-02T23:43:56.116Z] PASS [2019-09-02T23:43:56.116Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2019-09-02T23:43:56.116Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-02T23:43:56.116Z] INFO: Testing against a local daemon [2019-09-02T23:43:56.116Z] === RUN TestSessionCreate [2019-09-02T23:43:56.116Z] --- SKIP: TestSessionCreate (0.00s) [2019-09-02T23:43:56.116Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2019-09-02T23:43:56.116Z] === RUN TestSessionCreateWithBadUpgrade [2019-09-02T23:43:56.116Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2019-09-02T23:43:56.116Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2019-09-02T23:43:56.116Z] PASS [2019-09-02T23:43:56.116Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2019-09-02T23:43:56.116Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-02T23:43:56.116Z] INFO: Testing against a local daemon [2019-09-02T23:43:56.116Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-09-02T23:43:56.116Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-02T23:43:56.116Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:43:56.116Z] === RUN TestEventsExecDie [2019-09-02T23:43:56.116Z] --- SKIP: TestEventsExecDie (0.00s) [2019-09-02T23:43:56.116Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2019-09-02T23:43:56.116Z] === RUN TestEventsBackwardsCompatible [2019-09-02T23:43:56.116Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2019-09-02T23:43:56.116Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2019-09-02T23:43:56.116Z] === RUN TestInfoAPI [2019-09-02T23:43:56.574Z] --- PASS: TestInfoAPI (0.03s) [2019-09-02T23:43:56.574Z] === RUN TestInfoAPIWarnings [2019-09-02T23:43:56.574Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2019-09-02T23:43:56.574Z] info_test.go:48: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-02T23:43:56.574Z] === RUN TestLoginFailsWithBadCredentials [2019-09-02T23:43:56.894Z] PASS: docker_cli_inspect_test.go:239: DockerSuite.TestInspectNamedMountPoint 0.608s [2019-09-02T23:43:57.540Z] --- PASS: TestLoginFailsWithBadCredentials (1.06s) [2019-09-02T23:43:57.540Z] === RUN TestPingCacheHeaders [2019-09-02T23:43:57.540Z] --- PASS: TestPingCacheHeaders (0.02s) [2019-09-02T23:43:57.540Z] === RUN TestPingGet [2019-09-02T23:43:57.540Z] --- PASS: TestPingGet (0.02s) [2019-09-02T23:43:57.540Z] === RUN TestPingHead [2019-09-02T23:43:57.540Z] --- PASS: TestPingHead (0.02s) [2019-09-02T23:43:57.540Z] === RUN TestVersion [2019-09-02T23:43:57.540Z] --- PASS: TestVersion (0.02s) [2019-09-02T23:43:57.540Z] PASS [2019-09-02T23:43:57.540Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2019-09-02T23:43:57.540Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-02T23:43:57.540Z] INFO: Testing against a local daemon [2019-09-02T23:43:57.540Z] === RUN TestVolumesCreateAndList [2019-09-02T23:43:57.540Z] --- PASS: TestVolumesCreateAndList (0.03s) [2019-09-02T23:43:57.540Z] === RUN TestVolumesRemove [2019-09-02T23:43:57.540Z] --- SKIP: TestVolumesRemove (0.00s) [2019-09-02T23:43:57.540Z] volume_test.go:64: testEnv.OSType == "windows": FIXME [2019-09-02T23:43:57.540Z] === RUN TestVolumesInspect [2019-09-02T23:43:57.540Z] --- PASS: TestVolumesInspect (0.03s) [2019-09-02T23:43:57.540Z] === RUN TestVolumesInvalidJSON [2019-09-02T23:43:57.540Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-09-02T23:43:57.540Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-09-02T23:43:57.540Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-09-02T23:43:57.540Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2019-09-02T23:43:57.540Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-09-02T23:43:57.540Z] PASS [2019-09-02T23:43:57.540Z] INFO: make.ps1 ended at 09/02/2019 23:43:57 [2019-09-02T23:43:57.540Z] INFO: Integration CLI tests being run from the host: [2019-09-02T23:43:57.540Z] INFO: go test "-check.v" "-tags" "autogen" "-check.timeout" "10m" "-test.timeout" "200m" [2019-09-02T23:43:57.824Z] PASS: docker_cli_inspect_test.go:297: DockerSuite.TestInspectNoSizeFlagContainer 0.760s [2019-09-02T23:43:58.088Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.77s) [2019-09-02T23:43:58.089Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModePrivateFromConfig [2019-09-02T23:43:58.089Z] daemon.go:336: [d05c78c546f5c] waiting for daemon to start [2019-09-02T23:43:58.089Z] daemon.go:336: [d05c78c546f5c] waiting for daemon to start [2019-09-02T23:43:58.089Z] daemon.go:364: [d05c78c546f5c] daemon started [2019-09-02T23:43:58.089Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:62, shared: false, mustBeShared: false [2019-09-02T23:43:58.089Z] daemon.go:472: [d05c78c546f5c] Stopping daemon [2019-09-02T23:43:58.089Z] daemon.go:307: [d05c78c546f5c] exiting daemon [2019-09-02T23:43:58.089Z] daemon.go:459: [d05c78c546f5c] Daemon stopped [2019-09-02T23:43:58.089Z] === RUN TestDaemonIpcModeShareableFromConfig [2019-09-02T23:43:59.561Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.76s) [2019-09-02T23:43:59.561Z] ipcmode_linux_test.go:230: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonIpcModeShareableFromConfig [2019-09-02T23:43:59.561Z] daemon.go:336: [d1d15fb5ee9c3] waiting for daemon to start [2019-09-02T23:43:59.561Z] daemon.go:336: [d1d15fb5ee9c3] waiting for daemon to start [2019-09-02T23:43:59.561Z] daemon.go:364: [d1d15fb5ee9c3] daemon started [2019-09-02T23:43:59.561Z] ipcmode_linux_test.go:258: [testDaemonIpcPrivateShareable] ipcdev: 0:56, shared: true, mustBeShared: true [2019-09-02T23:43:59.561Z] daemon.go:472: [d1d15fb5ee9c3] Stopping daemon [2019-09-02T23:43:59.561Z] daemon.go:307: [d1d15fb5ee9c3] exiting daemon [2019-09-02T23:43:59.561Z] daemon.go:459: [d1d15fb5ee9c3] Daemon stopped [2019-09-02T23:43:59.561Z] === RUN TestIpcModeOlderClient [2019-09-02T23:43:59.561Z] === PAUSE TestIpcModeOlderClient [2019-09-02T23:43:59.561Z] === RUN TestKillContainerInvalidSignal [2019-09-02T23:43:59.718Z] PASS: docker_cli_inspect_test.go:423: DockerSuite.TestInspectPlugin 1.940s [2019-09-02T23:43:59.718Z] PASS: docker_cli_inspect_test.go:403: DockerSuite.TestInspectRootFS 0.011s [2019-09-02T23:44:00.565Z] --- PASS: TestKillContainerInvalidSignal (0.71s) [2019-09-02T23:44:00.565Z] === RUN TestKillContainer [2019-09-02T23:44:00.565Z] === RUN TestKillContainer/no_signal [2019-09-02T23:44:00.646Z] PASS: docker_cli_inspect_test.go:309: DockerSuite.TestInspectSizeFlagContainer 0.626s [2019-09-02T23:44:01.177Z] === RUN TestKillContainer/non_killing_signal [2019-09-02T23:44:01.460Z] === RUN TestKillContainer/killing_signal [2019-09-02T23:44:01.575Z] PASS: docker_cli_inspect_test.go:56: DockerSuite.TestInspectStatus 0.932s [2019-09-02T23:44:02.471Z] --- PASS: TestKillContainer (2.10s) [2019-09-02T23:44:02.471Z] --- PASS: TestKillContainer/no_signal (0.65s) [2019-09-02T23:44:02.471Z] --- PASS: TestKillContainer/non_killing_signal (0.51s) [2019-09-02T23:44:02.471Z] --- PASS: TestKillContainer/killing_signal (0.65s) [2019-09-02T23:44:02.471Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-09-02T23:44:02.471Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2019-09-02T23:44:03.085Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2019-09-02T23:44:03.469Z] PASS: docker_cli_inspect_test.go:353: DockerSuite.TestInspectStopWhenNotFound 1.193s [2019-09-02T23:44:04.032Z] PASS: docker_cli_inspect_test.go:320: DockerSuite.TestInspectTemplateError 0.676s [2019-09-02T23:44:04.093Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.48s) [2019-09-02T23:44:04.093Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.70s) [2019-09-02T23:44:04.093Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.50s) [2019-09-02T23:44:04.093Z] === RUN TestKillStoppedContainer [2019-09-02T23:44:04.093Z] --- PASS: TestKillStoppedContainer (0.09s) [2019-09-02T23:44:04.093Z] === RUN TestKillStoppedContainerAPIPre120 [2019-09-02T23:44:04.093Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2019-09-02T23:44:04.093Z] === RUN TestKillDifferentUserContainer [2019-09-02T23:44:04.711Z] --- PASS: TestKillDifferentUserContainer (0.72s) [2019-09-02T23:44:04.711Z] === RUN TestInspectOomKilledTrue [2019-09-02T23:44:04.964Z] PASS: docker_cli_inspect_test.go:263: DockerSuite.TestInspectTimesAsRFC3339Nano 0.825s [2019-09-02T23:44:05.896Z] PASS: docker_cli_inspect_test.go:81: DockerSuite.TestInspectTypeFlagContainer 0.640s [2019-09-02T23:44:06.185Z] --- PASS: TestInspectOomKilledTrue (1.22s) [2019-09-02T23:44:06.185Z] === RUN TestInspectOomKilledFalse [2019-09-02T23:44:06.799Z] --- PASS: TestInspectOomKilledFalse (0.68s) [2019-09-02T23:44:06.799Z] === RUN TestLinksEtcHostsContentMatch [2019-09-02T23:44:06.837Z] PASS: docker_cli_inspect_test.go:103: DockerSuite.TestInspectTypeFlagWithImage 0.787s [2019-09-02T23:44:07.415Z] --- PASS: TestLinksEtcHostsContentMatch (0.67s) [2019-09-02T23:44:07.415Z] === RUN TestLinksContainerNames [2019-09-02T23:44:07.766Z] PASS: docker_cli_inspect_test.go:114: DockerSuite.TestInspectTypeFlagWithInvalidValue 0.631s [2019-09-02T23:44:08.329Z] PASS: docker_cli_inspect_test.go:91: DockerSuite.TestInspectTypeFlagWithNoContainer 0.612s [2019-09-02T23:44:08.586Z] PASS: docker_cli_inspect_test.go:454: DockerSuite.TestInspectUnknownObject 0.020s [2019-09-02T23:44:08.887Z] --- PASS: TestLinksContainerNames (1.38s) [2019-09-02T23:44:08.887Z] === RUN TestLogsFollowTailEmpty [2019-09-02T23:44:09.502Z] --- PASS: TestLogsFollowTailEmpty (0.65s) [2019-09-02T23:44:09.502Z] === RUN TestContainerNetworkMountsNoChown [2019-09-02T23:44:09.923Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2019-09-02T23:44:09.923Z] INFO: Testing against a local daemon [2019-09-02T23:44:09.923Z] PASS: docker_api_test.go:36: DockerSuite.TestAPIClientVersionOldNotSupported 0.001s [2019-09-02T23:44:09.923Z] SKIP: docker_api_network_test.go:241: DockerSuite.TestAPICreateDeletePredefinedNetworks (unmatched requirement DaemonIsLinux) [2019-09-02T23:44:09.923Z] PASS: docker_api_test.go:60: DockerSuite.TestAPIErrorJSON 0.002s [2019-09-02T23:44:09.923Z] PASS: docker_api_test.go:91: DockerSuite.TestAPIErrorNotFoundJSON 0.001s [2019-09-02T23:44:09.923Z] PASS: docker_api_test.go:102: DockerSuite.TestAPIErrorNotFoundPlainText 0.001s [2019-09-02T23:44:09.923Z] SKIP: docker_api_test.go:74: DockerSuite.TestAPIErrorPlainText (unmatched requirement DaemonIsLinux) [2019-09-02T23:44:09.923Z] PASS: docker_api_test.go:24: DockerSuite.TestAPIGetEnabledCORS 0.002s [2019-09-02T23:44:09.923Z] PASS: docker_api_images_test.go:90: DockerSuite.TestAPIImagesDelete 0.536s [2019-09-02T23:44:10.120Z] --- PASS: TestContainerNetworkMountsNoChown (0.69s) [2019-09-02T23:44:10.120Z] === RUN TestMountDaemonRoot [2019-09-02T23:44:10.120Z] === RUN TestMountDaemonRoot/default [2019-09-02T23:44:10.120Z] === PAUSE TestMountDaemonRoot/default [2019-09-02T23:44:10.120Z] === RUN TestMountDaemonRoot/private [2019-09-02T23:44:10.120Z] === PAUSE TestMountDaemonRoot/private [2019-09-02T23:44:10.120Z] === RUN TestMountDaemonRoot/rprivate [2019-09-02T23:44:10.120Z] === PAUSE TestMountDaemonRoot/rprivate [2019-09-02T23:44:10.120Z] === RUN TestMountDaemonRoot/slave [2019-09-02T23:44:10.120Z] === PAUSE TestMountDaemonRoot/slave [2019-09-02T23:44:10.120Z] === RUN TestMountDaemonRoot/rslave [2019-09-02T23:44:10.120Z] === PAUSE TestMountDaemonRoot/rslave [2019-09-02T23:44:10.120Z] === RUN TestMountDaemonRoot/shared [2019-09-02T23:44:10.120Z] === PAUSE TestMountDaemonRoot/shared [2019-09-02T23:44:10.120Z] === RUN TestMountDaemonRoot/rshared [2019-09-02T23:44:10.120Z] === PAUSE TestMountDaemonRoot/rshared [2019-09-02T23:44:10.120Z] === CONT TestMountDaemonRoot/default [2019-09-02T23:44:10.120Z] === CONT TestMountDaemonRoot/shared [2019-09-02T23:44:10.120Z] === CONT TestMountDaemonRoot/rslave [2019-09-02T23:44:10.120Z] === RUN TestMountDaemonRoot/shared/bind_root [2019-09-02T23:44:10.120Z] === RUN TestMountDaemonRoot/rslave/bind_root [2019-09-02T23:44:10.120Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2019-09-02T23:44:10.120Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2019-09-02T23:44:10.120Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2019-09-02T23:44:10.120Z] === RUN TestMountDaemonRoot/shared/mount_root [2019-09-02T23:44:10.120Z] === RUN TestMountDaemonRoot/default/bind_root [2019-09-02T23:44:10.120Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2019-09-02T23:44:10.120Z] === PAUSE TestMountDaemonRoot/default/bind_root [2019-09-02T23:44:10.120Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2019-09-02T23:44:10.120Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2019-09-02T23:44:10.120Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2019-09-02T23:44:10.120Z] === RUN TestMountDaemonRoot/default/bind_subpath [2019-09-02T23:44:10.120Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2019-09-02T23:44:10.120Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2019-09-02T23:44:10.120Z] === CONT TestMountDaemonRoot/rshared [2019-09-02T23:44:10.120Z] === RUN TestMountDaemonRoot/default/mount_root [2019-09-02T23:44:10.120Z] === RUN TestMountDaemonRoot/rshared/bind_root [2019-09-02T23:44:10.120Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2019-09-02T23:44:10.120Z] === RUN TestMountDaemonRoot/rslave/mount_root [2019-09-02T23:44:10.120Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2019-09-02T23:44:10.120Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2019-09-02T23:44:10.120Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2019-09-02T23:44:10.120Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2019-09-02T23:44:10.120Z] === CONT TestMountDaemonRoot/rprivate [2019-09-02T23:44:10.120Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2019-09-02T23:44:10.120Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2019-09-02T23:44:10.120Z] === PAUSE TestMountDaemonRoot/default/mount_root [2019-09-02T23:44:10.120Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2019-09-02T23:44:10.120Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2019-09-02T23:44:10.120Z] === CONT TestMountDaemonRoot/slave [2019-09-02T23:44:10.120Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2019-09-02T23:44:10.120Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2019-09-02T23:44:10.120Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2019-09-02T23:44:10.120Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2019-09-02T23:44:10.120Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2019-09-02T23:44:10.120Z] === RUN TestMountDaemonRoot/slave/mount_root [2019-09-02T23:44:10.120Z] === RUN TestMountDaemonRoot/default/mount_subpath [2019-09-02T23:44:10.120Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2019-09-02T23:44:10.120Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2019-09-02T23:44:10.120Z] === CONT TestMountDaemonRoot/private [2019-09-02T23:44:10.120Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2019-09-02T23:44:10.120Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2019-09-02T23:44:10.120Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2019-09-02T23:44:10.120Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2019-09-02T23:44:10.120Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2019-09-02T23:44:10.120Z] === RUN TestMountDaemonRoot/slave/bind_root [2019-09-02T23:44:10.120Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2019-09-02T23:44:10.120Z] === CONT TestMountDaemonRoot/shared/bind_root [2019-09-02T23:44:10.120Z] === RUN TestMountDaemonRoot/private/bind_root [2019-09-02T23:44:10.120Z] === PAUSE TestMountDaemonRoot/private/bind_root [2019-09-02T23:44:10.120Z] === RUN TestMountDaemonRoot/private/bind_subpath [2019-09-02T23:44:10.120Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2019-09-02T23:44:10.120Z] === RUN TestMountDaemonRoot/private/mount_root [2019-09-02T23:44:10.120Z] === PAUSE TestMountDaemonRoot/private/mount_root [2019-09-02T23:44:10.120Z] === RUN TestMountDaemonRoot/private/mount_subpath [2019-09-02T23:44:10.120Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2019-09-02T23:44:10.120Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2019-09-02T23:44:10.120Z] === RUN TestMountDaemonRoot/rshared/mount_root [2019-09-02T23:44:10.120Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2019-09-02T23:44:10.120Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2019-09-02T23:44:10.120Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2019-09-02T23:44:10.120Z] === CONT TestMountDaemonRoot/shared/mount_root [2019-09-02T23:44:10.120Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2019-09-02T23:44:10.120Z] === CONT TestMountDaemonRoot/rslave/bind_root [2019-09-02T23:44:10.120Z] === CONT TestMountDaemonRoot/rslave/mount_root [2019-09-02T23:44:10.120Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2019-09-02T23:44:10.120Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2019-09-02T23:44:10.120Z] === CONT TestMountDaemonRoot/default/bind_root [2019-09-02T23:44:10.120Z] === CONT TestMountDaemonRoot/default/mount_subpath [2019-09-02T23:44:10.381Z] PASS: docker_api_images_test.go:22: DockerSuite.TestAPIImagesFilter 0.221s [2019-09-02T23:44:10.403Z] === CONT TestMountDaemonRoot/default/bind_subpath [2019-09-02T23:44:10.403Z] === CONT TestMountDaemonRoot/default/mount_root [2019-09-02T23:44:10.403Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2019-09-02T23:44:10.403Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2019-09-02T23:44:10.403Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2019-09-02T23:44:10.403Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2019-09-02T23:44:10.403Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2019-09-02T23:44:10.403Z] === CONT TestMountDaemonRoot/private/bind_root [2019-09-02T23:44:10.403Z] === CONT TestMountDaemonRoot/slave/bind_root [2019-09-02T23:44:10.403Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2019-09-02T23:44:10.403Z] === CONT TestMountDaemonRoot/slave/mount_root [2019-09-02T23:44:10.403Z] === CONT TestMountDaemonRoot/rshared/bind_root [2019-09-02T23:44:10.403Z] === CONT TestMountDaemonRoot/private/mount_subpath [2019-09-02T23:44:10.403Z] === CONT TestMountDaemonRoot/private/mount_root [2019-09-02T23:44:10.403Z] === CONT TestMountDaemonRoot/private/bind_subpath [2019-09-02T23:44:10.403Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2019-09-02T23:44:10.403Z] === CONT TestMountDaemonRoot/rshared/mount_root [2019-09-02T23:44:10.403Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2019-09-02T23:44:10.403Z] --- PASS: TestMountDaemonRoot (0.04s) [2019-09-02T23:44:10.403Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2019-09-02T23:44:10.403Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2019-09-02T23:44:10.403Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2019-09-02T23:44:10.403Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2019-09-02T23:44:10.403Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.06s) [2019-09-02T23:44:10.403Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2019-09-02T23:44:10.403Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2019-09-02T23:44:10.403Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2019-09-02T23:44:10.403Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2019-09-02T23:44:10.403Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s) [2019-09-02T23:44:10.403Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2019-09-02T23:44:10.403Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2019-09-02T23:44:10.403Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2019-09-02T23:44:10.403Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2019-09-02T23:44:10.403Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2019-09-02T23:44:10.403Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2019-09-02T23:44:10.403Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2019-09-02T23:44:10.403Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2019-09-02T23:44:10.403Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.06s) [2019-09-02T23:44:10.403Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2019-09-02T23:44:10.403Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2019-09-02T23:44:10.403Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2019-09-02T23:44:10.403Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2019-09-02T23:44:10.403Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2019-09-02T23:44:10.403Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2019-09-02T23:44:10.403Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2019-09-02T23:44:10.403Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2019-09-02T23:44:10.403Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2019-09-02T23:44:10.403Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2019-09-02T23:44:10.403Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2019-09-02T23:44:10.403Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2019-09-02T23:44:10.403Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2019-09-02T23:44:10.403Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2019-09-02T23:44:10.403Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2019-09-02T23:44:10.403Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2019-09-02T23:44:10.403Z] === RUN TestContainerBindMountNonRecursive [2019-09-02T23:44:10.839Z] PASS: docker_api_images_test.go:114: DockerSuite.TestAPIImagesHistory 0.561s [2019-09-02T23:44:11.106Z] PASS: docker_cli_run_unix_test.go:1158: DockerSuite.TestLegacyRunNoNewPrivSetuid 2.443s [2019-09-02T23:44:11.298Z] PASS: docker_api_images_test.go:140: DockerSuite.TestAPIImagesImportBadSrc 0.327s [2019-09-02T23:44:12.436Z] --- PASS: TestContainerBindMountNonRecursive (1.72s) [2019-09-02T23:44:12.436Z] === RUN TestNetworkNat [2019-09-02T23:44:12.999Z] PASS: docker_cli_links_test.go:201: DockerSuite.TestLinkShortDefinition 1.210s [2019-09-02T23:44:13.064Z] --- PASS: TestNetworkNat (0.75s) [2019-09-02T23:44:13.064Z] === RUN TestNetworkLocalhostTCPNat [2019-09-02T23:44:13.682Z] --- PASS: TestNetworkLocalhostTCPNat (0.74s) [2019-09-02T23:44:13.682Z] === RUN TestNetworkLoopbackNat [2019-09-02T23:44:14.370Z] PASS: docker_cli_links_test.go:192: DockerSuite.TestLinksEnvs 1.537s [2019-09-02T23:44:14.691Z] --- PASS: TestNetworkLoopbackNat (0.96s) [2019-09-02T23:44:14.691Z] === RUN TestPause [2019-09-02T23:44:14.933Z] PASS: docker_cli_links_test.go:228: DockerSuite.TestLinksEtcHostsRegularFile 0.347s [2019-09-02T23:44:15.698Z] --- PASS: TestPause (0.77s) [2019-09-02T23:44:15.698Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-09-02T23:44:15.698Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2019-09-02T23:44:15.698Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2019-09-02T23:44:15.698Z] === RUN TestPauseStopPausedContainer [2019-09-02T23:44:16.328Z] --- PASS: TestPauseStopPausedContainer (0.79s) [2019-09-02T23:44:16.328Z] === RUN TestPsFilter [2019-09-02T23:44:16.328Z] --- PASS: TestPsFilter (0.21s) [2019-09-02T23:44:16.328Z] === RUN TestRemoveContainerWithRemovedVolume [2019-09-02T23:44:16.826Z] PASS: docker_cli_links_test.go:141: DockerSuite.TestLinksHostsFilesInject 1.364s [2019-09-02T23:44:17.335Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.64s) [2019-09-02T23:44:17.335Z] === RUN TestRemoveContainerWithVolume [2019-09-02T23:44:17.955Z] --- PASS: TestRemoveContainerWithVolume (0.69s) [2019-09-02T23:44:17.955Z] === RUN TestRemoveContainerRunning [2019-09-02T23:44:18.571Z] --- PASS: TestRemoveContainerRunning (0.73s) [2019-09-02T23:44:18.571Z] === RUN TestRemoveContainerForceRemoveRunning [2019-09-02T23:44:19.188Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.73s) [2019-09-02T23:44:19.188Z] === RUN TestRemoveInvalidContainer [2019-09-02T23:44:19.188Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2019-09-02T23:44:19.188Z] === RUN TestRenameLinkedContainer [2019-09-02T23:44:19.348Z] PASS: docker_cli_links_test.go:94: DockerSuite.TestLinksInspectLinksStarted 1.770s [2019-09-02T23:44:21.867Z] PASS: docker_cli_links_test.go:113: DockerSuite.TestLinksInspectLinksStopped 1.824s [2019-09-02T23:44:21.867Z] PASS: docker_cli_links_test.go:25: DockerSuite.TestLinksInvalidContainerTarget 0.044s [2019-09-02T23:44:22.642Z] --- PASS: TestRenameLinkedContainer (2.82s) [2019-09-02T23:44:22.642Z] === RUN TestRenameStoppedContainer [2019-09-02T23:44:22.924Z] --- PASS: TestRenameStoppedContainer (0.69s) [2019-09-02T23:44:22.924Z] === RUN TestRenameRunningContainerAndReuse [2019-09-02T23:44:24.386Z] PASS: docker_cli_links_test.go:235: DockerSuite.TestLinksMultipleWithSameName 2.004s [2019-09-02T23:44:24.395Z] --- PASS: TestRenameRunningContainerAndReuse (1.39s) [2019-09-02T23:44:24.395Z] === RUN TestRenameInvalidName [2019-09-02T23:44:24.643Z] PASS: docker_cli_links_test.go:217: DockerSuite.TestLinksNetworkHostContainer 0.273s [2019-09-02T23:44:24.901Z] PASS: docker_api_swarm_service_test.go:142: DockerSwarmSuite.TestAPISwarmServicesUpdate 28.677s [2019-09-02T23:44:25.015Z] --- PASS: TestRenameInvalidName (0.70s) [2019-09-02T23:44:25.015Z] === RUN TestRenameAnonymousContainer [2019-09-02T23:44:25.464Z] PASS: docker_cli_links_test.go:133: DockerSuite.TestLinksNotStartedParentNotFail 0.662s [2019-09-02T23:44:27.716Z] --- PASS: TestRenameAnonymousContainer (2.65s) [2019-09-02T23:44:27.716Z] === RUN TestRenameContainerWithSameName [2019-09-02T23:44:28.338Z] --- PASS: TestRenameContainerWithSameName (0.71s) [2019-09-02T23:44:28.338Z] === RUN TestRenameContainerWithLinkedContainer [2019-09-02T23:44:29.815Z] --- PASS: TestRenameContainerWithLinkedContainer (1.43s) [2019-09-02T23:44:29.815Z] === RUN TestResize [2019-09-02T23:44:30.430Z] --- PASS: TestResize (0.72s) [2019-09-02T23:44:30.430Z] === RUN TestResizeWithInvalidSize [2019-09-02T23:44:31.046Z] --- PASS: TestResizeWithInvalidSize (0.74s) [2019-09-02T23:44:31.046Z] === RUN TestResizeWhenContainerNotStarted [2019-09-02T23:44:32.076Z] --- PASS: TestResizeWhenContainerNotStarted (0.68s) [2019-09-02T23:44:32.076Z] === RUN TestDaemonRestartKillContainers [2019-09-02T23:44:32.076Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-02T23:44:32.076Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-02T23:44:32.076Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-02T23:44:32.076Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-02T23:44:32.076Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-02T23:44:32.076Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-02T23:44:32.076Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-02T23:44:32.076Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-02T23:44:32.076Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-02T23:44:32.076Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-02T23:44:32.076Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-02T23:44:32.076Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-02T23:44:32.076Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-02T23:44:32.076Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-02T23:44:32.076Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-02T23:44:32.076Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-02T23:44:32.076Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-02T23:44:32.076Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-02T23:44:32.076Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-02T23:44:32.076Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-02T23:44:32.076Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-02T23:44:32.076Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-02T23:44:32.076Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-02T23:44:32.076Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-02T23:44:32.077Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2019-09-02T23:44:32.077Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2019-09-02T23:44:32.077Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2019-09-02T23:44:32.077Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2019-09-02T23:44:34.144Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2019-09-02T23:44:35.167Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2019-09-02T23:44:35.167Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2019-09-02T23:44:35.167Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2019-09-02T23:44:35.790Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2019-09-02T23:44:37.840Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2019-09-02T23:44:38.463Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2019-09-02T23:44:38.463Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2019-09-02T23:44:40.321Z] PASS: docker_cli_links_test.go:37: DockerSuite.TestLinksPingLinkedContainers 13.348s [2019-09-02T23:44:41.691Z] PASS: docker_cli_links_test.go:81: DockerSuite.TestLinksPingLinkedContainersAfterRename 2.712s [2019-09-02T23:44:41.941Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2019-09-02T23:44:41.941Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (2.14s) [2019-09-02T23:44:41.941Z] 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-02T23:44:41.941Z] daemon.go:336: [da18e88b0a0a1] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:336: [da18e88b0a0a1] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:364: [da18e88b0a0a1] daemon started [2019-09-02T23:44:41.941Z] daemon.go:472: [da18e88b0a0a1] Stopping daemon [2019-09-02T23:44:41.941Z] daemon.go:307: [da18e88b0a0a1] exiting daemon [2019-09-02T23:44:41.941Z] daemon.go:459: [da18e88b0a0a1] Daemon stopped [2019-09-02T23:44:41.941Z] daemon.go:336: [da18e88b0a0a1] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:336: [da18e88b0a0a1] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:364: [da18e88b0a0a1] daemon started [2019-09-02T23:44:41.941Z] daemon.go:472: [da18e88b0a0a1] Stopping daemon [2019-09-02T23:44:41.941Z] daemon.go:307: [da18e88b0a0a1] exiting daemon [2019-09-02T23:44:41.941Z] daemon.go:459: [da18e88b0a0a1] Daemon stopped [2019-09-02T23:44:41.941Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.24s) [2019-09-02T23:44:41.941Z] 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-02T23:44:41.941Z] daemon.go:336: [d120148cf33a6] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:336: [d120148cf33a6] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:364: [d120148cf33a6] daemon started [2019-09-02T23:44:41.941Z] daemon.go:336: [d120148cf33a6] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:307: [d120148cf33a6] exiting daemon [2019-09-02T23:44:41.941Z] daemon.go:336: [d120148cf33a6] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:364: [d120148cf33a6] daemon started [2019-09-02T23:44:41.941Z] daemon.go:472: [d120148cf33a6] Stopping daemon [2019-09-02T23:44:41.941Z] daemon.go:307: [d120148cf33a6] exiting daemon [2019-09-02T23:44:41.941Z] daemon.go:459: [d120148cf33a6] Daemon stopped [2019-09-02T23:44:41.941Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.42s) [2019-09-02T23:44:41.941Z] 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-02T23:44:41.941Z] daemon.go:336: [d912867f1f795] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:336: [d912867f1f795] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:364: [d912867f1f795] daemon started [2019-09-02T23:44:41.941Z] daemon.go:472: [d912867f1f795] Stopping daemon [2019-09-02T23:44:41.941Z] daemon.go:307: [d912867f1f795] exiting daemon [2019-09-02T23:44:41.941Z] daemon.go:459: [d912867f1f795] Daemon stopped [2019-09-02T23:44:41.941Z] daemon.go:336: [d912867f1f795] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:336: [d912867f1f795] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:364: [d912867f1f795] daemon started [2019-09-02T23:44:41.941Z] daemon.go:472: [d912867f1f795] Stopping daemon [2019-09-02T23:44:41.941Z] daemon.go:307: [d912867f1f795] exiting daemon [2019-09-02T23:44:41.941Z] daemon.go:459: [d912867f1f795] Daemon stopped [2019-09-02T23:44:41.941Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.46s) [2019-09-02T23:44:41.941Z] 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-02T23:44:41.941Z] daemon.go:336: [d8b695343e90d] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:336: [d8b695343e90d] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:364: [d8b695343e90d] daemon started [2019-09-02T23:44:41.941Z] daemon.go:307: [d8b695343e90d] exiting daemon [2019-09-02T23:44:41.941Z] daemon.go:336: [d8b695343e90d] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:336: [d8b695343e90d] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:364: [d8b695343e90d] daemon started [2019-09-02T23:44:41.941Z] daemon.go:472: [d8b695343e90d] Stopping daemon [2019-09-02T23:44:41.941Z] daemon.go:307: [d8b695343e90d] exiting daemon [2019-09-02T23:44:41.941Z] daemon.go:459: [d8b695343e90d] Daemon stopped [2019-09-02T23:44:41.941Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.94s) [2019-09-02T23:44:41.941Z] 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-02T23:44:41.941Z] daemon.go:336: [db47ba84cec6f] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:336: [db47ba84cec6f] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:364: [db47ba84cec6f] daemon started [2019-09-02T23:44:41.941Z] daemon.go:307: [db47ba84cec6f] exiting daemon [2019-09-02T23:44:41.941Z] daemon.go:336: [db47ba84cec6f] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:336: [db47ba84cec6f] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:364: [db47ba84cec6f] daemon started [2019-09-02T23:44:41.941Z] daemon.go:472: [db47ba84cec6f] Stopping daemon [2019-09-02T23:44:41.941Z] daemon.go:307: [db47ba84cec6f] exiting daemon [2019-09-02T23:44:41.941Z] daemon.go:459: [db47ba84cec6f] Daemon stopped [2019-09-02T23:44:41.941Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.97s) [2019-09-02T23:44:41.941Z] 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-02T23:44:41.941Z] daemon.go:336: [d5ee9a62d9b6f] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:336: [d5ee9a62d9b6f] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:364: [d5ee9a62d9b6f] daemon started [2019-09-02T23:44:41.941Z] daemon.go:472: [d5ee9a62d9b6f] Stopping daemon [2019-09-02T23:44:41.941Z] daemon.go:307: [d5ee9a62d9b6f] exiting daemon [2019-09-02T23:44:41.941Z] daemon.go:459: [d5ee9a62d9b6f] Daemon stopped [2019-09-02T23:44:41.941Z] daemon.go:336: [d5ee9a62d9b6f] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:336: [d5ee9a62d9b6f] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:364: [d5ee9a62d9b6f] daemon started [2019-09-02T23:44:41.941Z] daemon.go:472: [d5ee9a62d9b6f] Stopping daemon [2019-09-02T23:44:41.941Z] daemon.go:307: [d5ee9a62d9b6f] exiting daemon [2019-09-02T23:44:41.941Z] daemon.go:459: [d5ee9a62d9b6f] Daemon stopped [2019-09-02T23:44:41.941Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.23s) [2019-09-02T23:44:41.941Z] 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-02T23:44:41.941Z] daemon.go:336: [d65d64be08314] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:336: [d65d64be08314] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:364: [d65d64be08314] daemon started [2019-09-02T23:44:41.941Z] daemon.go:472: [d65d64be08314] Stopping daemon [2019-09-02T23:44:41.941Z] daemon.go:307: [d65d64be08314] exiting daemon [2019-09-02T23:44:41.941Z] daemon.go:459: [d65d64be08314] Daemon stopped [2019-09-02T23:44:41.941Z] daemon.go:336: [d65d64be08314] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:336: [d65d64be08314] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:364: [d65d64be08314] daemon started [2019-09-02T23:44:41.941Z] daemon.go:472: [d65d64be08314] Stopping daemon [2019-09-02T23:44:41.941Z] daemon.go:307: [d65d64be08314] exiting daemon [2019-09-02T23:44:41.941Z] daemon.go:459: [d65d64be08314] Daemon stopped [2019-09-02T23:44:41.941Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.25s) [2019-09-02T23:44:41.941Z] 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-02T23:44:41.941Z] daemon.go:336: [d42b4c6816275] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:336: [d42b4c6816275] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:364: [d42b4c6816275] daemon started [2019-09-02T23:44:41.941Z] daemon.go:336: [d42b4c6816275] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:307: [d42b4c6816275] exiting daemon [2019-09-02T23:44:41.941Z] daemon.go:336: [d42b4c6816275] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:364: [d42b4c6816275] daemon started [2019-09-02T23:44:41.941Z] daemon.go:472: [d42b4c6816275] Stopping daemon [2019-09-02T23:44:41.941Z] daemon.go:307: [d42b4c6816275] exiting daemon [2019-09-02T23:44:41.941Z] daemon.go:459: [d42b4c6816275] Daemon stopped [2019-09-02T23:44:41.941Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (3.30s) [2019-09-02T23:44:41.941Z] 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-02T23:44:41.941Z] daemon.go:336: [d54dd270800ca] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:336: [d54dd270800ca] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:364: [d54dd270800ca] daemon started [2019-09-02T23:44:41.941Z] daemon.go:472: [d54dd270800ca] Stopping daemon [2019-09-02T23:44:41.941Z] daemon.go:307: [d54dd270800ca] exiting daemon [2019-09-02T23:44:41.941Z] daemon.go:459: [d54dd270800ca] Daemon stopped [2019-09-02T23:44:41.941Z] daemon.go:336: [d54dd270800ca] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:336: [d54dd270800ca] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:364: [d54dd270800ca] daemon started [2019-09-02T23:44:41.941Z] daemon.go:472: [d54dd270800ca] Stopping daemon [2019-09-02T23:44:41.941Z] daemon.go:307: [d54dd270800ca] exiting daemon [2019-09-02T23:44:41.941Z] daemon.go:459: [d54dd270800ca] Daemon stopped [2019-09-02T23:44:41.941Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.66s) [2019-09-02T23:44:41.941Z] 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-02T23:44:41.941Z] daemon.go:336: [dbc7afd8985d7] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:336: [dbc7afd8985d7] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:364: [dbc7afd8985d7] daemon started [2019-09-02T23:44:41.941Z] daemon.go:336: [dbc7afd8985d7] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:307: [dbc7afd8985d7] exiting daemon [2019-09-02T23:44:41.941Z] daemon.go:336: [dbc7afd8985d7] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:364: [dbc7afd8985d7] daemon started [2019-09-02T23:44:41.941Z] daemon.go:472: [dbc7afd8985d7] Stopping daemon [2019-09-02T23:44:41.941Z] daemon.go:307: [dbc7afd8985d7] exiting daemon [2019-09-02T23:44:41.941Z] daemon.go:459: [dbc7afd8985d7] Daemon stopped [2019-09-02T23:44:41.941Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.18s) [2019-09-02T23:44:41.941Z] 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-02T23:44:41.941Z] daemon.go:336: [de10958a25df2] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:336: [de10958a25df2] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:364: [de10958a25df2] daemon started [2019-09-02T23:44:41.941Z] daemon.go:336: [de10958a25df2] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:307: [de10958a25df2] exiting daemon [2019-09-02T23:44:41.941Z] daemon.go:336: [de10958a25df2] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:364: [de10958a25df2] daemon started [2019-09-02T23:44:41.941Z] daemon.go:472: [de10958a25df2] Stopping daemon [2019-09-02T23:44:41.941Z] daemon.go:307: [de10958a25df2] exiting daemon [2019-09-02T23:44:41.941Z] daemon.go:459: [de10958a25df2] Daemon stopped [2019-09-02T23:44:41.941Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.16s) [2019-09-02T23:44:41.941Z] 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-02T23:44:41.941Z] daemon.go:336: [d54171066927e] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:336: [d54171066927e] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:364: [d54171066927e] daemon started [2019-09-02T23:44:41.941Z] daemon.go:472: [d54171066927e] Stopping daemon [2019-09-02T23:44:41.941Z] daemon.go:307: [d54171066927e] exiting daemon [2019-09-02T23:44:41.941Z] daemon.go:459: [d54171066927e] Daemon stopped [2019-09-02T23:44:41.941Z] daemon.go:336: [d54171066927e] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:336: [d54171066927e] waiting for daemon to start [2019-09-02T23:44:41.941Z] daemon.go:364: [d54171066927e] daemon started [2019-09-02T23:44:41.941Z] daemon.go:472: [d54171066927e] Stopping daemon [2019-09-02T23:44:41.941Z] daemon.go:307: [d54171066927e] exiting daemon [2019-09-02T23:44:41.941Z] daemon.go:459: [d54171066927e] Daemon stopped [2019-09-02T23:44:41.941Z] === RUN TestCgroupNamespacesRun [2019-09-02T23:44:43.422Z] --- PASS: TestCgroupNamespacesRun (1.76s) [2019-09-02T23:44:43.422Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRun [2019-09-02T23:44:43.422Z] daemon.go:336: [d84b8f545a2d0] waiting for daemon to start [2019-09-02T23:44:43.422Z] daemon.go:336: [d84b8f545a2d0] waiting for daemon to start [2019-09-02T23:44:43.422Z] daemon.go:364: [d84b8f545a2d0] daemon started [2019-09-02T23:44:43.422Z] daemon.go:472: [d84b8f545a2d0] Stopping daemon [2019-09-02T23:44:43.422Z] daemon.go:307: [d84b8f545a2d0] exiting daemon [2019-09-02T23:44:43.422Z] daemon.go:459: [d84b8f545a2d0] Daemon stopped [2019-09-02T23:44:43.422Z] === RUN TestCgroupNamespacesRunPrivileged [2019-09-02T23:44:44.213Z] PASS: docker_cli_exec_test.go:367: DockerSuite.TestLinksPingLinkedContainersOnRename 1.622s [2019-09-02T23:44:44.903Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.74s) [2019-09-02T23:44:44.903Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivileged [2019-09-02T23:44:44.903Z] daemon.go:336: [dd8ab7a8b2ee7] waiting for daemon to start [2019-09-02T23:44:44.903Z] daemon.go:336: [dd8ab7a8b2ee7] waiting for daemon to start [2019-09-02T23:44:44.903Z] daemon.go:364: [dd8ab7a8b2ee7] daemon started [2019-09-02T23:44:44.903Z] daemon.go:472: [dd8ab7a8b2ee7] Stopping daemon [2019-09-02T23:44:44.903Z] daemon.go:307: [dd8ab7a8b2ee7] exiting daemon [2019-09-02T23:44:44.903Z] daemon.go:459: [dd8ab7a8b2ee7] Daemon stopped [2019-09-02T23:44:44.903Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2019-09-02T23:44:45.143Z] PASS: docker_cli_links_test.go:16: DockerSuite.TestLinksPingUnlinkedContainers 1.112s [2019-09-02T23:44:46.935Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.75s) [2019-09-02T23:44:46.935Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunDaemonHostMode [2019-09-02T23:44:46.935Z] daemon.go:336: [d1f3a7794c9f9] waiting for daemon to start [2019-09-02T23:44:46.935Z] daemon.go:336: [d1f3a7794c9f9] waiting for daemon to start [2019-09-02T23:44:46.935Z] daemon.go:364: [d1f3a7794c9f9] daemon started [2019-09-02T23:44:46.935Z] daemon.go:472: [d1f3a7794c9f9] Stopping daemon [2019-09-02T23:44:46.935Z] daemon.go:307: [d1f3a7794c9f9] exiting daemon [2019-09-02T23:44:46.935Z] daemon.go:459: [d1f3a7794c9f9] Daemon stopped [2019-09-02T23:44:46.935Z] === RUN TestCgroupNamespacesRunHostMode [2019-09-02T23:44:48.417Z] PASS: docker_cli_links_test.go:159: DockerSuite.TestLinksUpdateOnRestart 2.404s [2019-09-02T23:44:48.417Z] PASS: docker_cli_save_load_unix_test.go:91: DockerSuite.TestLoadNoStdinFail 0.012s [2019-09-02T23:44:48.417Z] PASS: docker_cli_save_load_test.go:334: DockerSuite.TestLoadZeroSizeLayer 0.372s [2019-09-02T23:44:48.417Z] PASS: docker_cli_login_test.go:12: DockerSuite.TestLoginWithoutTTY 0.016s [2019-09-02T23:44:48.417Z] PASS: docker_api_logs_test.go:86: DockerSuite.TestLogsAPIContainerNotFound 0.001s [2019-09-02T23:44:48.433Z] --- PASS: TestCgroupNamespacesRunHostMode (1.71s) [2019-09-02T23:44:48.433Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunHostMode [2019-09-02T23:44:48.433Z] daemon.go:336: [dce41431633c4] waiting for daemon to start [2019-09-02T23:44:48.433Z] daemon.go:336: [dce41431633c4] waiting for daemon to start [2019-09-02T23:44:48.433Z] daemon.go:364: [dce41431633c4] daemon started [2019-09-02T23:44:48.433Z] daemon.go:472: [dce41431633c4] Stopping daemon [2019-09-02T23:44:48.433Z] daemon.go:307: [dce41431633c4] exiting daemon [2019-09-02T23:44:48.433Z] daemon.go:459: [dce41431633c4] Daemon stopped [2019-09-02T23:44:48.433Z] === RUN TestCgroupNamespacesRunPrivateMode [2019-09-02T23:44:49.350Z] PASS: docker_api_logs_test.go:71: DockerSuite.TestLogsAPIFollowEmptyOutput 0.613s [2019-09-02T23:44:50.282Z] PASS: docker_api_logs_test.go:59: DockerSuite.TestLogsAPINoStdoutNorStderr 0.792s [2019-09-02T23:44:50.465Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.78s) [2019-09-02T23:44:50.465Z] run_cgroupns_linux_test.go:30: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivateMode [2019-09-02T23:44:50.465Z] daemon.go:336: [d8dc117ca394d] waiting for daemon to start [2019-09-02T23:44:50.465Z] daemon.go:336: [d8dc117ca394d] waiting for daemon to start [2019-09-02T23:44:50.465Z] daemon.go:364: [d8dc117ca394d] daemon started [2019-09-02T23:44:50.465Z] daemon.go:472: [d8dc117ca394d] Stopping daemon [2019-09-02T23:44:50.465Z] daemon.go:307: [d8dc117ca394d] exiting daemon [2019-09-02T23:44:50.465Z] daemon.go:459: [d8dc117ca394d] Daemon stopped [2019-09-02T23:44:50.465Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2019-09-02T23:44:51.084Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (0.90s) [2019-09-02T23:44:51.084Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunPrivilegedAndPrivate [2019-09-02T23:44:51.084Z] daemon.go:336: [d72341ae2dc79] waiting for daemon to start [2019-09-02T23:44:51.084Z] daemon.go:336: [d72341ae2dc79] waiting for daemon to start [2019-09-02T23:44:51.084Z] daemon.go:364: [d72341ae2dc79] daemon started [2019-09-02T23:44:51.084Z] daemon.go:472: [d72341ae2dc79] Stopping daemon [2019-09-02T23:44:51.084Z] daemon.go:307: [d72341ae2dc79] exiting daemon [2019-09-02T23:44:51.084Z] daemon.go:459: [d72341ae2dc79] Daemon stopped [2019-09-02T23:44:51.084Z] === RUN TestCgroupNamespacesRunInvalidMode [2019-09-02T23:44:51.660Z] PASS: docker_api_swarm_service_test.go:202: DockerSwarmSuite.TestAPISwarmServicesUpdateStartFirst 25.132s [2019-09-02T23:44:52.094Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.91s) [2019-09-02T23:44:52.094Z] run_cgroupns_linux_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunInvalidMode [2019-09-02T23:44:52.094Z] daemon.go:336: [db85f760308ea] waiting for daemon to start [2019-09-02T23:44:52.094Z] daemon.go:336: [db85f760308ea] waiting for daemon to start [2019-09-02T23:44:52.094Z] daemon.go:364: [db85f760308ea] daemon started [2019-09-02T23:44:52.094Z] daemon.go:472: [db85f760308ea] Stopping daemon [2019-09-02T23:44:52.094Z] daemon.go:307: [db85f760308ea] exiting daemon [2019-09-02T23:44:52.094Z] daemon.go:459: [db85f760308ea] Daemon stopped [2019-09-02T23:44:52.094Z] === RUN TestCgroupNamespacesRunOlderClient [2019-09-02T23:44:54.119Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.73s) [2019-09-02T23:44:54.119Z] run_cgroupns_linux_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCgroupNamespacesRunOlderClient [2019-09-02T23:44:54.119Z] daemon.go:336: [da9ebc5ce5217] waiting for daemon to start [2019-09-02T23:44:54.119Z] daemon.go:336: [da9ebc5ce5217] waiting for daemon to start [2019-09-02T23:44:54.119Z] daemon.go:364: [da9ebc5ce5217] daemon started [2019-09-02T23:44:54.119Z] daemon.go:472: [da9ebc5ce5217] Stopping daemon [2019-09-02T23:44:54.119Z] daemon.go:307: [da9ebc5ce5217] exiting daemon [2019-09-02T23:44:54.119Z] daemon.go:459: [da9ebc5ce5217] Daemon stopped [2019-09-02T23:44:54.119Z] === RUN TestKernelTCPMemory [2019-09-02T23:44:54.735Z] --- PASS: TestKernelTCPMemory (0.91s) [2019-09-02T23:44:54.735Z] === RUN TestNISDomainname [2019-09-02T23:44:54.933Z] PASS: docker_api_logs_test.go:150: DockerSuite.TestLogsAPIUntil 3.991s [2019-09-02T23:44:55.497Z] PASS: docker_api_logs_test.go:188: DockerSuite.TestLogsAPIUntilDefaultValue 1.188s [2019-09-02T23:44:55.746Z] --- PASS: TestNISDomainname (1.02s) [2019-09-02T23:44:55.746Z] === RUN TestHostnameDnsResolution [2019-09-02T23:44:56.427Z] PASS: docker_api_swarm_test.go:861: DockerSwarmSuite.TestAPISwarmServicesUpdateWithName 3.820s [2019-09-02T23:44:56.758Z] --- PASS: TestHostnameDnsResolution (1.14s) [2019-09-02T23:44:56.758Z] === RUN TestStats [2019-09-02T23:44:59.441Z] --- PASS: TestStats (2.65s) [2019-09-02T23:44:59.441Z] === RUN TestStopContainerWithTimeout [2019-09-02T23:44:59.441Z] === RUN TestStopContainerWithTimeout/0 [2019-09-02T23:44:59.441Z] === PAUSE TestStopContainerWithTimeout/0 [2019-09-02T23:44:59.441Z] === RUN TestStopContainerWithTimeout/1 [2019-09-02T23:44:59.441Z] === PAUSE TestStopContainerWithTimeout/1 [2019-09-02T23:44:59.441Z] === RUN TestStopContainerWithTimeout/3 [2019-09-02T23:44:59.441Z] === PAUSE TestStopContainerWithTimeout/3 [2019-09-02T23:44:59.441Z] === RUN TestStopContainerWithTimeout/-1 [2019-09-02T23:44:59.441Z] === PAUSE TestStopContainerWithTimeout/-1 [2019-09-02T23:44:59.441Z] === CONT TestStopContainerWithTimeout/0 [2019-09-02T23:44:59.441Z] === CONT TestStopContainerWithTimeout/3 [2019-09-02T23:44:59.441Z] === CONT TestStopContainerWithTimeout/1 [2019-09-02T23:44:59.441Z] === CONT TestStopContainerWithTimeout/-1 [2019-09-02T23:44:59.698Z] PASS: docker_api_swarm_test.go:880: DockerSwarmSuite.TestAPISwarmUnlockNotLocked 1.529s [2019-09-02T23:45:00.628Z] PASS: docker_api_logs_test.go:93: DockerSuite.TestLogsAPIUntilFutureFollow 4.653s [2019-09-02T23:45:01.558Z] PASS: docker_api_logs_test.go:23: DockerSuite.TestLogsAPIWithStdout 0.715s [2019-09-02T23:45:01.558Z] PASS: docker_cli_logs_test.go:318: DockerSuite.TestLogsCLIContainerNotFound 0.017s [2019-09-02T23:45:02.490Z] PASS: docker_cli_swarm_test.go:950: DockerSwarmSuite.TestDNSConfig 2.179s [2019-09-02T23:45:02.490Z] PASS: docker_cli_logs_test.go:24: DockerSuite.TestLogsContainerBiggerThanPage 1.192s [2019-09-02T23:45:02.915Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2019-09-02T23:45:02.915Z] --- PASS: TestStopContainerWithTimeout/0 (1.36s) [2019-09-02T23:45:02.915Z] --- PASS: TestStopContainerWithTimeout/1 (2.35s) [2019-09-02T23:45:02.915Z] --- PASS: TestStopContainerWithTimeout/-1 (3.12s) [2019-09-02T23:45:02.915Z] --- PASS: TestStopContainerWithTimeout/3 (3.18s) [2019-09-02T23:45:02.915Z] === RUN TestDeleteDevicemapper [2019-09-02T23:45:02.915Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2019-09-02T23:45:02.915Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2019-09-02T23:45:02.915Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-09-02T23:45:03.862Z] PASS: docker_cli_logs_test.go:29: DockerSuite.TestLogsContainerMuchBiggerThanPage 1.247s [2019-09-02T23:45:04.952Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.15s) [2019-09-02T23:45:04.952Z] === RUN TestUpdateMemory [2019-09-02T23:45:05.235Z] PASS: docker_cli_logs_test.go:19: DockerSuite.TestLogsContainerSmallerThanPage 1.231s [2019-09-02T23:45:05.235Z] PASS: docker_cli_swarm_test.go:977: DockerSwarmSuite.TestDNSConfigUpdate 2.245s [2019-09-02T23:45:05.978Z] --- PASS: TestUpdateMemory (1.09s) [2019-09-02T23:45:05.978Z] === RUN TestUpdateCPUQuota [2019-09-02T23:45:06.606Z] PASS: docker_cli_logs_test.go:300: DockerSuite.TestLogsFollowGoroutinesNoOutput 0.982s [2019-09-02T23:45:07.975Z] PASS: docker_cli_logs_test.go:272: DockerSuite.TestLogsFollowGoroutinesWithStdout 1.061s [2019-09-02T23:45:08.018Z] --- PASS: TestUpdateCPUQuota (1.84s) [2019-09-02T23:45:08.018Z] === RUN TestUpdatePidsLimit [2019-09-02T23:45:08.018Z] === RUN TestUpdatePidsLimit/update_from_none [2019-09-02T23:45:08.232Z] PASS: docker_cli_swarm_test.go:1448: DockerSwarmSuite.TestExtraHosts 2.213s [2019-09-02T23:45:08.303Z] === RUN TestUpdatePidsLimit/no_change [2019-09-02T23:45:08.587Z] === RUN TestUpdatePidsLimit/update_lower [2019-09-02T23:45:08.872Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2019-09-02T23:45:09.490Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2019-09-02T23:45:09.773Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2019-09-02T23:45:10.057Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2019-09-02T23:45:10.755Z] PASS: docker_cli_logs_test.go:214: DockerSuite.TestLogsFollowSlowStdoutConsumer 2.568s [2019-09-02T23:45:11.013Z] PASS: docker_cli_logs_test.go:124: DockerSuite.TestLogsFollowStopped 0.786s [2019-09-02T23:45:11.269Z] PASS: docker_cli_swarm_test.go:1642: DockerSwarmSuite.TestNetworkInspectWithDuplicateNames 2.017s [2019-09-02T23:45:12.084Z] --- PASS: TestUpdatePidsLimit (4.03s) [2019-09-02T23:45:12.084Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.42s) [2019-09-02T23:45:12.084Z] --- PASS: TestUpdatePidsLimit/no_change (0.39s) [2019-09-02T23:45:12.084Z] --- PASS: TestUpdatePidsLimit/update_lower (0.36s) [2019-09-02T23:45:12.084Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.42s) [2019-09-02T23:45:12.084Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.42s) [2019-09-02T23:45:12.084Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.40s) [2019-09-02T23:45:12.084Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.38s) [2019-09-02T23:45:12.084Z] === RUN TestUpdateRestartPolicy [2019-09-02T23:45:12.200Z] PASS: docker_cli_logs_test.go:66: DockerSuite.TestLogsSeparateStderr 0.898s [2019-09-02T23:45:17.454Z] PASS: docker_cli_swarm_test.go:399: DockerSwarmSuite.TestOverlayAttachable 4.333s [2019-09-02T23:45:19.348Z] PASS: docker_cli_logs_test.go:145: DockerSuite.TestLogsSince 7.015s [2019-09-02T23:45:22.622Z] PASS: docker_cli_swarm_test.go:421: DockerSwarmSuite.TestOverlayAttachableOnSwarmLeave 5.342s [2019-09-02T23:45:24.604Z] --- PASS: TestUpdateRestartPolicy (12.19s) [2019-09-02T23:45:24.605Z] === RUN TestUpdateRestartWithAutoRemove [2019-09-02T23:45:24.605Z] --- PASS: TestUpdateRestartWithAutoRemove (0.73s) [2019-09-02T23:45:24.605Z] === RUN TestWaitNonBlocked [2019-09-02T23:45:24.605Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-02T23:45:24.605Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-02T23:45:24.605Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-02T23:45:24.605Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-02T23:45:24.605Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-02T23:45:24.605Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-02T23:45:25.142Z] PASS: docker_cli_logs_test.go:180: DockerSuite.TestLogsSinceFutureFollow 5.757s [2019-09-02T23:45:25.621Z] --- PASS: TestWaitNonBlocked (0.05s) [2019-09-02T23:45:25.621Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.79s) [2019-09-02T23:45:25.621Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.86s) [2019-09-02T23:45:25.621Z] === RUN TestWaitBlocked [2019-09-02T23:45:25.621Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-02T23:45:25.621Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-02T23:45:25.621Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2019-09-02T23:45:25.621Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2019-09-02T23:45:25.621Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2019-09-02T23:45:25.621Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2019-09-02T23:45:25.705Z] PASS: docker_cli_logs_test.go:77: DockerSuite.TestLogsStderrInStdout 0.825s [2019-09-02T23:45:26.635Z] PASS: docker_cli_logs_test.go:92: DockerSuite.TestLogsTail 0.934s [2019-09-02T23:45:26.638Z] --- PASS: TestWaitBlocked (0.04s) [2019-09-02T23:45:26.638Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.00s) [2019-09-02T23:45:26.638Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.07s) [2019-09-02T23:45:26.638Z] === CONT TestContainerStartOnDaemonRestart [2019-09-02T23:45:26.638Z] === CONT TestIpcModeOlderClient [2019-09-02T23:45:26.638Z] === CONT TestDaemonRestartIpcMode [2019-09-02T23:45:26.922Z] --- PASS: TestIpcModeOlderClient (0.16s) [2019-09-02T23:45:27.564Z] PASS: docker_cli_logs_test.go:41: DockerSuite.TestLogsTimestamps 0.715s [2019-09-02T23:45:28.127Z] PASS: docker_cli_logs_test.go:325: DockerSuite.TestLogsWithDetails 0.773s [2019-09-02T23:45:28.693Z] PASS: docker_cli_run_test.go:2913: DockerSuite.TestMountIntoProc 0.494s [2019-09-02T23:45:29.624Z] PASS: docker_cli_run_test.go:2922: DockerSuite.TestMountIntoSys 0.794s [2019-09-02T23:45:30.407Z] --- PASS: TestContainerStartOnDaemonRestart (3.24s) [2019-09-02T23:45:30.407Z] daemon_linux_test.go:35: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContainerStartOnDaemonRestart [2019-09-02T23:45:30.407Z] daemon.go:336: [d0579205ff074] waiting for daemon to start [2019-09-02T23:45:30.407Z] daemon.go:336: [d0579205ff074] waiting for daemon to start [2019-09-02T23:45:30.407Z] daemon.go:364: [d0579205ff074] daemon started [2019-09-02T23:45:30.407Z] daemon.go:336: [d0579205ff074] waiting for daemon to start [2019-09-02T23:45:30.407Z] daemon.go:307: [d0579205ff074] exiting daemon [2019-09-02T23:45:30.407Z] daemon.go:336: [d0579205ff074] waiting for daemon to start [2019-09-02T23:45:30.407Z] daemon.go:364: [d0579205ff074] daemon started [2019-09-02T23:45:30.407Z] daemon.go:472: [d0579205ff074] Stopping daemon [2019-09-02T23:45:30.407Z] daemon.go:307: [d0579205ff074] exiting daemon [2019-09-02T23:45:30.407Z] daemon.go:459: [d0579205ff074] Daemon stopped [2019-09-02T23:45:30.693Z] --- PASS: TestDaemonRestartIpcMode (3.90s) [2019-09-02T23:45:30.693Z] daemon_linux_test.go:89: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartIpcMode [2019-09-02T23:45:30.693Z] daemon.go:336: [d2d4b2134cd98] waiting for daemon to start [2019-09-02T23:45:30.693Z] daemon.go:336: [d2d4b2134cd98] waiting for daemon to start [2019-09-02T23:45:30.693Z] daemon.go:364: [d2d4b2134cd98] daemon started [2019-09-02T23:45:30.693Z] daemon.go:472: [d2d4b2134cd98] Stopping daemon [2019-09-02T23:45:30.693Z] daemon.go:307: [d2d4b2134cd98] exiting daemon [2019-09-02T23:45:30.693Z] daemon.go:459: [d2d4b2134cd98] Daemon stopped [2019-09-02T23:45:30.693Z] daemon.go:336: [d2d4b2134cd98] waiting for daemon to start [2019-09-02T23:45:30.693Z] daemon.go:336: [d2d4b2134cd98] waiting for daemon to start [2019-09-02T23:45:30.693Z] daemon.go:364: [d2d4b2134cd98] daemon started [2019-09-02T23:45:30.693Z] daemon.go:472: [d2d4b2134cd98] Stopping daemon [2019-09-02T23:45:30.693Z] daemon.go:307: [d2d4b2134cd98] exiting daemon [2019-09-02T23:45:30.693Z] daemon.go:459: [d2d4b2134cd98] Daemon stopped [2019-09-02T23:45:30.693Z] PASS [2019-09-02T23:45:30.693Z] Running /go/src/github.com/docker/docker/integration/image flags=-test.v -test.timeout=120m [2019-09-02T23:45:30.693Z] INFO: Testing against a local daemon [2019-09-02T23:45:30.693Z] === RUN TestCommitInheritsEnv [2019-09-02T23:45:31.310Z] --- PASS: TestCommitInheritsEnv (0.44s) [2019-09-02T23:45:31.310Z] === RUN TestImportExtremelyLargeImageWorks [2019-09-02T23:45:31.310Z] === PAUSE TestImportExtremelyLargeImageWorks [2019-09-02T23:45:31.310Z] === RUN TestImagesFilterMultiReference [2019-09-02T23:45:31.310Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2019-09-02T23:45:31.310Z] === RUN TestImagePullPlatformInvalid [2019-09-02T23:45:31.310Z] --- PASS: TestImagePullPlatformInvalid (0.06s) [2019-09-02T23:45:31.310Z] === RUN TestRemoveImageOrphaning [2019-09-02T23:45:31.593Z] --- PASS: TestRemoveImageOrphaning (0.41s) [2019-09-02T23:45:31.593Z] === RUN TestRemoveImageGarbageCollector [2019-09-02T23:45:31.593Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2019-09-02T23:45:31.593Z] remove_unix_test.go:30: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-02T23:45:31.593Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-09-02T23:45:31.877Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2019-09-02T23:45:31.877Z] === RUN TestTagInvalidReference [2019-09-02T23:45:31.877Z] --- PASS: TestTagInvalidReference (0.05s) [2019-09-02T23:45:31.877Z] === RUN TestTagValidPrefixedRepo [2019-09-02T23:45:31.877Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2019-09-02T23:45:31.877Z] === RUN TestTagExistedNameWithoutForce [2019-09-02T23:45:31.877Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2019-09-02T23:45:31.877Z] === RUN TestTagOfficialNames [2019-09-02T23:45:31.877Z] --- PASS: TestTagOfficialNames (0.06s) [2019-09-02T23:45:31.877Z] === RUN TestTagMatchesDigest [2019-09-02T23:45:31.877Z] --- PASS: TestTagMatchesDigest (0.04s) [2019-09-02T23:45:31.877Z] === CONT TestImportExtremelyLargeImageWorks [2019-09-02T23:45:32.146Z] PASS: docker_cli_netmode_test.go:33: DockerSuite.TestNetHostname 2.387s [2019-09-02T23:45:32.403Z] PASS: docker_cli_netmode_test.go:26: DockerSuite.TestNetHostnameWithNetHost 0.377s [2019-09-02T23:45:33.773Z] PASS: docker_cli_events_unix_test.go:195: DockerSuite.TestNetworkEvents 1.223s [2019-09-02T23:45:36.295Z] PASS: docker_cli_run_test.go:3517: DockerSuite.TestNetworkRmWithActiveContainers 2.159s [2019-09-02T23:45:36.858Z] PASS: docker_cli_run_test.go:2699: DockerSuite.TestPermissionsPtsReadonlyRootfs 0.791s [2019-09-02T23:45:38.752Z] PASS: docker_cli_plugins_test.go:77: DockerSuite.TestPluginActive 1.860s [2019-09-02T23:45:45.309Z] PASS: docker_cli_plugins_test.go:100: DockerSuite.TestPluginActiveNetwork 5.607s [2019-09-02T23:45:45.309Z] SKIP: docker_cli_plugins_test.go:345: DockerSuite.TestPluginInspectOnWindows (unmatched requirement DaemonIsWindows) [2019-09-02T23:45:45.309Z] PASS: docker_cli_plugins_test.go:151: DockerSuite.TestPluginInstallDisableVolumeLs 0.653s [2019-09-02T23:45:48.581Z] PASS: docker_cli_plugins_logdriver_test.go:12: DockerSuite.TestPluginLogDriver 3.099s [2019-09-02T23:45:48.581Z] PASS: docker_cli_swarm_test.go:447: DockerSwarmSuite.TestOverlayAttachableReleaseResourcesOnFailure 25.396s [2019-09-02T23:45:49.952Z] PASS: docker_cli_plugins_logdriver_test.go:32: DockerSuite.TestPluginLogDriverInfoList 1.537s [2019-09-02T23:45:51.848Z] PASS: docker_cli_plugins_test.go:475: DockerSuite.TestPluginMetricsCollector 2.149s [2019-09-02T23:45:57.108Z] PASS: docker_cli_plugins_test.go:443: DockerSuite.TestPluginUpgrade 5.223s [2019-09-02T23:45:59.633Z] PASS: docker_cli_prune_unix_test.go:43: DockerSwarmSuite.TestPruneNetwork 10.640s [2019-09-02T23:45:59.633Z] PASS: docker_cli_port_test.go:330: DockerSuite.TestPortBindingOnSandbox 2.035s [2019-09-02T23:46:01.531Z] PASS: docker_cli_port_test.go:308: DockerSuite.TestPortExposeHostBinding 1.783s [2019-09-02T23:46:02.901Z] PASS: docker_cli_swarm_test.go:602: DockerSwarmSuite.TestPsListContainersFilterIsTask 2.668s [2019-09-02T23:46:02.901Z] PASS: docker_cli_port_test.go:286: DockerSuite.TestPortHostBinding 1.588s [2019-09-02T23:46:15.083Z] PASS: docker_cli_port_test.go:16: DockerSuite.TestPortList 10.382s [2019-09-02T23:46:15.083Z] PASS: docker_api_containers_test.go:1302: DockerSuite.TestPostContainerAPICreateWithStringOrSliceEntrypoint 1.543s [2019-09-02T23:46:15.646Z] PASS: docker_cli_service_create_test.go:362: DockerSwarmSuite.TestServiceCreateMountTmpfs 2.166s [2019-09-02T23:46:18.171Z] PASS: docker_cli_service_create_test.go:19: DockerSwarmSuite.TestServiceCreateMountVolume 2.075s [2019-09-02T23:46:22.346Z] PASS: docker_cli_service_create_test.go:314: DockerSwarmSuite.TestServiceCreateWithConfigReferencedTwice 2.757s [2019-09-02T23:46:22.911Z] PASS: docker_api_attach_test.go:100: DockerSuite.TestPostContainersAttach 6.921s [2019-09-02T23:46:22.912Z] PASS: docker_api_attach_test.go:79: DockerSuite.TestPostContainersAttachContainerNotFound 0.001s [2019-09-02T23:46:22.912Z] PASS: docker_api_containers_test.go:1567: DockerSuite.TestPostContainersCreateMemorySwappinessHostConfigOmitted 0.082s [2019-09-02T23:46:23.844Z] PASS: docker_api_containers_test.go:1481: DockerSuite.TestPostContainersCreateShmSizeHostConfigOmitted 0.806s [2019-09-02T23:46:23.844Z] PASS: docker_api_containers_test.go:1463: DockerSuite.TestPostContainersCreateShmSizeNegative 0.002s [2019-09-02T23:46:24.102Z] PASS: docker_cli_service_create_test.go:215: DockerSwarmSuite.TestServiceCreateWithConfigSimple 1.006s [2019-09-02T23:46:24.359Z] PASS: docker_api_containers_test.go:1509: DockerSuite.TestPostContainersCreateShmSizeOmitted 0.691s [2019-09-02T23:46:24.359Z] PASS: docker_api_containers_test.go:1592: DockerSuite.TestPostContainersCreateWithOomScoreAdjInvalidRange 0.004s [2019-09-02T23:46:25.289Z] PASS: docker_api_containers_test.go:1536: DockerSuite.TestPostContainersCreateWithShmSize 0.809s [2019-09-02T23:46:25.546Z] PASS: docker_api_containers_test.go:1359: DockerSuite.TestPostContainersCreateWithStringOrSliceCapAddDrop 0.125s [2019-09-02T23:46:26.920Z] PASS: docker_api_containers_test.go:1330: DockerSuite.TestPostContainersCreateWithStringOrSliceCmd 1.533s [2019-09-02T23:46:26.920Z] PASS: docker_api_containers_test.go:1430: DockerSuite.TestPostContainersCreateWithWrongCpusetValues 0.005s [2019-09-02T23:46:27.852Z] PASS: docker_cli_service_create_test.go:249: DockerSwarmSuite.TestServiceCreateWithConfigSourceTargetPaths 3.061s [2019-09-02T23:46:30.374Z] PASS: docker_cli_prune_unix_test.go:134: DockerSuite.TestPruneContainerLabel 3.450s [2019-09-02T23:46:31.743Z] PASS: docker_cli_service_create_test.go:415: DockerSwarmSuite.TestServiceCreateWithNetworkAlias 3.255s [2019-09-02T23:46:32.001Z] PASS: docker_cli_prune_unix_test.go:114: DockerSuite.TestPruneContainerUntil 1.645s [2019-09-02T23:46:32.565Z] PASS: docker_cli_prune_unix_test.go:250: DockerSuite.TestPruneNetworkLabel 0.351s [2019-09-02T23:46:32.565Z] PASS: docker_cli_prune_unix_test.go:192: DockerSuite.TestPruneVolumeLabel 0.175s [2019-09-02T23:46:35.839Z] PASS: docker_cli_service_create_test.go:167: DockerSwarmSuite.TestServiceCreateWithSecretReferencedTwice 2.845s [2019-09-02T23:46:36.095Z] PASS: docker_cli_ps_test.go:791: DockerSuite.TestPsByOrder 2.441s [2019-09-02T23:46:37.465Z] PASS: docker_cli_ps_test.go:544: DockerSuite.TestPsImageIDAfterUpdate 0.885s [2019-09-02T23:46:38.212Z] PASS: docker_api_images_test.go:60: DockerSuite.TestAPIImagesSaveAndLoad 144.565s [2019-09-02T23:46:38.212Z] PASS: docker_api_images_test.go:175: DockerSuite.TestAPIImagesSearchJSONContentType 0.723s [2019-09-02T23:46:38.212Z] PASS: docker_api_images_test.go:187: DockerSuite.TestAPIImagesSizeCompatibility 0.025s [2019-09-02T23:46:38.212Z] SKIP: docker_api_network_test.go:130: DockerSuite.TestAPINetworkConnectDisconnect (unmatched requirement DaemonIsLinux) [2019-09-02T23:46:38.212Z] SKIP: docker_api_network_test.go:29: DockerSuite.TestAPINetworkCreateCheckDuplicate (unmatched requirement DaemonIsLinux) [2019-09-02T23:46:38.212Z] SKIP: docker_api_network_test.go:67: DockerSuite.TestAPINetworkFilter (unmatched requirement DaemonIsLinux) [2019-09-02T23:46:38.212Z] SKIP: docker_api_network_test.go:20: DockerSuite.TestAPINetworkGetDefaults (unmatched requirement DaemonIsLinux) [2019-09-02T23:46:38.212Z] SKIP: docker_api_network_test.go:172: DockerSuite.TestAPINetworkIPAMMultipleBridgeNetworks (unmatched requirement DaemonIsLinux) [2019-09-02T23:46:38.212Z] SKIP: docker_api_network_test.go:73: DockerSuite.TestAPINetworkInspectBridge (unmatched requirement DaemonIsLinux) [2019-09-02T23:46:38.212Z] SKIP: docker_api_network_test.go:99: DockerSuite.TestAPINetworkInspectUserDefinedNetwork (unmatched requirement DaemonIsLinux) [2019-09-02T23:46:38.212Z] PASS: docker_api_test.go:18: DockerSuite.TestAPIOptionsRoute 0.001s [2019-09-02T23:46:38.212Z] SKIP: docker_api_stats_test.go:260: DockerSuite.TestAPIStatsContainerNotFound (unmatched requirement DaemonIsLinux) [2019-09-02T23:46:38.835Z] PASS: docker_cli_service_create_test.go:67: DockerSwarmSuite.TestServiceCreateWithSecretSimple 1.756s [2019-09-02T23:46:41.374Z] PASS: docker_cli_ps_test.go:21: DockerSuite.TestPsListContainersBase 3.039s [2019-09-02T23:46:42.305Z] PASS: docker_cli_service_create_test.go:101: DockerSwarmSuite.TestServiceCreateWithSecretSourceTargetPaths 3.086s [2019-09-02T23:46:43.185Z] PASS: docker_api_stats_test.go:100: DockerSuite.TestAPIStatsNetworkStats 6.165s [2019-09-02T23:46:43.185Z] SKIP: docker_api_stats_test.go:165: DockerSuite.TestAPIStatsNetworkStatsVersioning (unmatched requirement DaemonIsLinux) [2019-09-02T23:46:43.185Z] SKIP: docker_api_stats_test.go:274: DockerSuite.TestAPIStatsNoStreamConnectedContainers (unmatched requirement DaemonIsLinux) [2019-09-02T23:46:46.920Z] PASS: docker_api_stats_test.go:25: DockerSuite.TestAPIStatsNoStreamGetCpu 2.619s [2019-09-02T23:46:47.561Z] PASS: docker_cli_ps_test.go:308: DockerSuite.TestPsListContainersFilterAncestorImage 5.446s [2019-09-02T23:46:47.561Z] PASS: docker_cli_ps_test.go:513: DockerSuite.TestPsListContainersFilterCreated 0.102s [2019-09-02T23:46:48.458Z] PASS: docker_api_stats_test.go:65: DockerSuite.TestAPIStatsStoppedContainerInGoroutines 1.366s [2019-09-02T23:46:48.458Z] SKIP: docker_cli_run_test.go:3185: DockerSuite.TestAppArmorDeniesChmodProc (unmatched requirement Apparmor) [2019-09-02T23:46:48.458Z] SKIP: docker_cli_run_test.go:3163: DockerSuite.TestAppArmorDeniesPtrace (unmatched requirement Apparmor) [2019-09-02T23:46:48.458Z] SKIP: docker_cli_run_test.go:3175: DockerSuite.TestAppArmorTraceSelf (unmatched requirement DaemonIsLinux) [2019-09-02T23:46:48.458Z] SKIP: docker_cli_attach_test.go:136: DockerSuite.TestAttachDisconnect (unmatched requirement DaemonIsLinux) [2019-09-02T23:46:48.930Z] PASS: docker_cli_service_health_test.go:21: DockerSwarmSuite.TestServiceHealthRun 6.009s [2019-09-02T23:46:51.357Z] PASS: docker_cli_attach_test.go:21: DockerSuite.TestAttachMultipleAndRestart 2.936s [2019-09-02T23:46:51.358Z] SKIP: docker_cli_attach_test.go:169: DockerSuite.TestAttachPausedContainer (unmatched requirement IsPausable) [2019-09-02T23:46:51.358Z] SKIP: docker_cli_attach_test.go:91: DockerSuite.TestAttachTTYWithoutStdin (unmatched requirement DaemonIsLinux) [2019-09-02T23:46:51.452Z] PASS: docker_cli_ps_test.go:439: DockerSuite.TestPsListContainersFilterExited 4.004s [2019-09-02T23:46:52.570Z] 234c9b9e497c: Pull complete [2019-09-02T23:46:52.570Z] Digest: sha256:a8bc031f38ad457c3a04fcf72c7773014c6960978299c3dfe3e1c4d133f35190 [2019-09-02T23:46:52.571Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2016 [2019-09-02T23:46:52.571Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2016 into daemon under test completed successfully [2019-09-02T23:46:52.571Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2016 as microsoft/windowsservercore in daemon under test [2019-09-02T23:46:52.571Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2016 is '10.0.14393.3144' [2019-09-02T23:46:52.571Z] WARN: Skipping validation tests [2019-09-02T23:46:52.571Z] INFO: Running unit tests at 09/02/2019 23:46:43... [2019-09-02T23:46:54.724Z] PASS: docker_cli_service_health_test.go:83: DockerSwarmSuite.TestServiceHealthStart 4.758s [2019-09-02T23:46:54.795Z] INFO: make.ps1 starting at 09/02/2019 23:46:54 [2019-09-02T23:46:54.795Z] INFO: Git commit (e6fce00ec) assumed from DOCKER_GITCOMMIT environment variable [2019-09-02T23:46:54.795Z] INFO: Invoking autogen... [2019-09-02T23:46:55.778Z] INFO: Running unit tests... [2019-09-02T23:46:59.920Z] PASS: docker_api_build_test.go:155: DockerSuite.TestBuildAPIBuildGitWithF 7.738s [2019-09-02T23:46:59.985Z] PASS: docker_cli_ps_test.go:229: DockerSuite.TestPsListContainersFilterHealth 7.068s [2019-09-02T23:47:00.550Z] PASS: docker_cli_ps_test.go:272: DockerSuite.TestPsListContainersFilterID 1.046s [2019-09-02T23:47:03.070Z] PASS: docker_cli_ps_test.go:403: DockerSuite.TestPsListContainersFilterLabel 2.479s [2019-09-02T23:47:04.441Z] PASS: docker_cli_ps_test.go:286: DockerSuite.TestPsListContainersFilterName 1.399s [2019-09-02T23:47:06.338Z] PASS: docker_cli_ps_test.go:711: DockerSuite.TestPsListContainersFilterNetwork 1.209s [2019-09-02T23:47:08.231Z] PASS: docker_cli_service_logs_test.go:25: DockerSwarmSuite.TestServiceLogs 2.843s [2019-09-02T23:47:08.231Z] PASS: docker_cli_ps_test.go:810: DockerSuite.TestPsListContainersFilterPorts 1.350s [2019-09-02T23:47:11.516Z] PASS: docker_cli_ps_test.go:182: DockerSuite.TestPsListContainersFilterStatus 2.379s [2019-09-02T23:47:12.446Z] PASS: docker_cli_ps_test.go:142: DockerSuite.TestPsListContainersSize 1.603s [2019-09-02T23:47:12.703Z] PASS: docker_cli_ps_test.go:846: DockerSuite.TestPsNotShowLinknamesOfDeletedContainer 0.204s [2019-09-02T23:47:13.633Z] PASS: docker_cli_ps_test.go:593: DockerSuite.TestPsNotShowPortsOfStoppedContainer 0.880s [2019-09-02T23:47:16.157Z] PASS: docker_cli_ps_test.go:467: DockerSuite.TestPsRightTagName 1.733s [2019-09-02T23:47:18.678Z] PASS: docker_cli_ps_test.go:611: DockerSuite.TestPsShowMounts 1.924s [2019-09-02T23:47:19.608Z] PASS: docker_cli_run_test.go:3148: DockerSuite.TestPtraceContainerProcsFromHost 0.637s [2019-09-02T23:47:19.608Z] SKIP: docker_cli_pull_test.go:266: DockerSuite.TestPullLinuxImageFailsOnWindows (unmatched requirement DaemonIsWindows) [2019-09-02T23:47:19.865Z] PASS: docker_cli_pull_test.go:273: DockerSuite.TestPullWindowsImageFailsOnLinux 0.191s [2019-09-02T23:47:19.865Z] PASS: docker_cli_push_test.go:292: DockerSuite.TestPushToCentralRegistryUnauthorized 0.111s [2019-09-02T23:47:20.121Z] PASS: docker_cli_push_test.go:38: DockerSuite.TestPushUnprefixedRepo 0.083s [2019-09-02T23:47:21.045Z] ? github.com/docker/docker/api [no test files] [2019-09-02T23:47:21.051Z] PASS: docker_api_containers_test.go:1404: DockerSuite.TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs 0.953s [2019-09-02T23:47:21.308Z] PASS: docker_cli_service_logs_test.go:72: DockerSwarmSuite.TestServiceLogsCompleteness 2.725s [2019-09-02T23:47:22.678Z] PASS: docker_cli_restart_test.go:304: DockerSuite.TestRestartAutoRemoveContainer 1.750s [2019-09-02T23:47:22.678Z] SKIP: docker_cli_restart_test.go:167: DockerSuite.TestRestartContainerSuccess (unmatched requirement IsolationIsProcess) [2019-09-02T23:47:24.048Z] PASS: docker_cli_restart_test.go:153: DockerSuite.TestRestartContainerwithGoodContainer 1.169s [2019-09-02T23:47:32.144Z] PASS: docker_cli_restart_test.go:273: DockerSuite.TestRestartContainerwithRestartPolicy 7.756s [2019-09-02T23:47:33.076Z] PASS: docker_cli_restart_test.go:80: DockerSuite.TestRestartDisconnectedContainer 1.266s [2019-09-02T23:47:33.076Z] SKIP: docker_cli_restart_test.go:240: DockerSuite.TestRestartPolicyAfterRestart (unmatched requirement IsolationIsProcess) [2019-09-02T23:47:33.333Z] PASS: docker_cli_restart_test.go:105: DockerSuite.TestRestartPolicyAlways 0.077s [2019-09-02T23:47:33.333Z] PASS: docker_cli_restart_test.go:97: DockerSuite.TestRestartPolicyNO 0.074s [2019-09-02T23:47:33.589Z] PASS: docker_cli_restart_test.go:118: DockerSuite.TestRestartPolicyOnFailure 0.267s [2019-09-02T23:47:34.960Z] PASS: docker_cli_service_logs_test.go:344: DockerSwarmSuite.TestServiceLogsDetails 2.908s [2019-09-02T23:47:35.969Z] ok github.com/docker/docker/api/server 0.214s coverage: 7.9% of statements [2019-09-02T23:47:36.337Z] PASS: docker_cli_restart_test.go:32: DockerSuite.TestRestartRunningContainer 2.548s [2019-09-02T23:47:38.231Z] PASS: docker_cli_restart_test.go:15: DockerSuite.TestRestartStoppedContainer 1.537s [2019-09-02T23:47:42.405Z] PASS: docker_cli_restart_test.go:196: DockerSuite.TestRestartWithPolicyUserDefinedNetwork 3.374s [2019-09-02T23:47:43.778Z] PASS: docker_cli_restart_test.go:55: DockerSuite.TestRestartWithVolumes 1.366s [2019-09-02T23:47:43.778Z] PASS: docker_cli_rmi_test.go:218: DockerSuite.TestRmiBlank 0.010s [2019-09-02T23:47:43.778Z] PASS: docker_cli_rmi_test.go:328: DockerSuite.TestRmiByIDHardConflict 0.092s [2019-09-02T23:47:47.951Z] PASS: docker_cli_rmi_test.go:228: DockerSuite.TestRmiContainerImageNotFound 3.867s [2019-09-02T23:47:47.951Z] PASS: docker_cli_service_logs_test.go:158: DockerSwarmSuite.TestServiceLogsFollow 2.379s [2019-09-02T23:47:49.320Z] PASS: docker_cli_rmi_test.go:172: DockerSuite.TestRmiForceWithExistingContainers 1.189s [2019-09-02T23:47:49.320Z] PASS: docker_cli_rmi_test.go:200: DockerSuite.TestRmiForceWithMultipleRepositories 0.312s [2019-09-02T23:47:51.840Z] PASS: docker_cli_rmi_test.go:145: DockerSuite.TestRmiImageIDForceWithRunningContainersAndMultipleTags 1.964s [2019-09-02T23:47:52.772Z] PASS: docker_cli_rmi_test.go:107: DockerSuite.TestRmiImgIDForce 1.013s [2019-09-02T23:47:54.669Z] PASS: docker_cli_rmi_test.go:66: DockerSuite.TestRmiImgIDMultipleTag 1.757s [2019-09-02T23:47:55.599Z] PASS: docker_cli_rmi_test.go:298: DockerSuite.TestRmiParentImageFail 0.997s [2019-09-02T23:47:55.599Z] PASS: docker_cli_rmi_test.go:38: DockerSuite.TestRmiTag 0.132s [2019-09-02T23:47:56.531Z] PASS: docker_cli_rmi_test.go:160: DockerSuite.TestRmiTagWithExistingContainers 0.804s [2019-09-02T23:48:01.781Z] PASS: docker_cli_rmi_test.go:254: DockerSuite.TestRmiUntagHistoryLayer 4.372s [2019-09-02T23:48:01.781Z] PASS: docker_cli_rmi_test.go:17: DockerSuite.TestRmiWithContainerFails 0.592s [2019-09-02T23:48:02.710Z] PASS: docker_cli_rmi_test.go:186: DockerSuite.TestRmiWithMultipleRepositories 0.990s [2019-09-02T23:48:03.283Z] PASS: docker_cli_service_logs_test.go:295: DockerSwarmSuite.TestServiceLogsNoHangDeletedContainer 14.922s [2019-09-02T23:48:03.283Z] PASS: docker_cli_rmi_test.go:311: DockerSuite.TestRmiWithParentInUse 0.477s [2019-09-02T23:48:05.177Z] PASS: docker_cli_run_test.go:4534: DockerSuite.TestRunAddDeviceCgroupRule 1.741s [2019-09-02T23:48:06.109Z] PASS: docker_cli_run_test.go:1581: DockerSuite.TestRunAddHost 1.056s [2019-09-02T23:48:06.366Z] PASS: docker_cli_run_test.go:4043: DockerSuite.TestRunAddHostInHostMode 0.374s [2019-09-02T23:48:07.296Z] PASS: docker_cli_run_test.go:1173: DockerSuite.TestRunAddingOptionalDevices 0.804s [2019-09-02T23:48:07.296Z] PASS: docker_cli_run_test.go:1191: DockerSuite.TestRunAddingOptionalDevicesInvalidMode 0.013s [2019-09-02T23:48:07.859Z] PASS: docker_cli_run_test.go:1182: DockerSuite.TestRunAddingOptionalDevicesNoSrc 0.759s [2019-09-02T23:48:09.754Z] PASS: docker_cli_run_test.go:2065: DockerSuite.TestRunAllocatePortInReservedRange 1.203s [2019-09-02T23:48:10.683Z] PASS: docker_cli_run_test.go:1232: DockerSuite.TestRunAllowBindMountingRoot 0.812s [2019-09-02T23:48:11.618Z] PASS: docker_cli_run_test.go:2270: DockerSuite.TestRunAllowPortRangeThroughExpose 0.624s [2019-09-02T23:48:12.182Z] PASS: docker_cli_run_test.go:2628: DockerSuite.TestRunAllowPortRangeThroughPublish 0.651s [2019-09-02T23:48:14.075Z] PASS: docker_cli_run_unix_test.go:1330: DockerSuite.TestRunApparmorProcDirectory 1.500s [2019-09-02T23:48:15.444Z] PASS: docker_cli_run_test.go:574: DockerSuite.TestRunApplyVolumesFromBeforeVolumes 1.606s [2019-09-02T23:48:16.374Z] PASS: docker_cli_run_unix_test.go:98: DockerSuite.TestRunAttachDetach 0.756s [2019-09-02T23:48:16.630Z] PASS: docker_cli_service_logs_test.go:123: DockerSwarmSuite.TestServiceLogsSince 2.768s [2019-09-02T23:48:17.560Z] PASS: docker_cli_run_unix_test.go:243: DockerSuite.TestRunAttachDetachFromConfig 0.757s [2019-09-02T23:48:18.489Z] PASS: docker_cli_run_unix_test.go:149: DockerSuite.TestRunAttachDetachFromFlag 0.727s [2019-09-02T23:48:19.858Z] PASS: docker_cli_run_unix_test.go:210: DockerSuite.TestRunAttachDetachFromInvalidFlag 0.917s [2019-09-02T23:48:20.421Z] PASS: docker_cli_run_unix_test.go:326: DockerSuite.TestRunAttachDetachKeysOverrideConfig 0.572s [2019-09-02T23:48:21.351Z] PASS: docker_cli_run_test.go:3924: DockerSuite.TestRunAttachFailedNoLeak 1.023s [2019-09-02T23:48:22.721Z] PASS: docker_cli_run_unix_test.go:408: DockerSuite.TestRunAttachInvalidDetachKeySequencePreserved 0.923s [2019-09-02T23:48:23.652Z] PASS: docker_cli_run_test.go:1593: DockerSuite.TestRunAttachStdErrOnlyTTYMode 0.766s [2019-09-02T23:48:24.224Z] PASS: docker_cli_run_test.go:1609: DockerSuite.TestRunAttachStdOutAndErrTTYMode 0.865s [2019-09-02T23:48:25.154Z] PASS: docker_cli_run_test.go:1601: DockerSuite.TestRunAttachStdOutOnlyTTYMode 0.799s [2019-09-02T23:48:25.154Z] PASS: docker_cli_run_test.go:1618: DockerSuite.TestRunAttachWithDetach 0.010s [2019-09-02T23:48:27.673Z] PASS: docker_cli_run_test.go:1881: DockerSuite.TestRunBindMounts 2.406s [2019-09-02T23:48:28.604Z] PASS: docker_cli_run_test.go:1054: DockerSuite.TestRunCapAddALLCanDownInterface 0.832s [2019-09-02T23:48:29.168Z] PASS: docker_cli_run_test.go:1064: DockerSuite.TestRunCapAddALLDropNetAdminCanDownInterface 0.835s [2019-09-02T23:48:30.099Z] PASS: docker_cli_service_logs_test.go:257: DockerSwarmSuite.TestServiceLogsTTY 2.648s [2019-09-02T23:48:30.099Z] PASS: docker_cli_run_test.go:3012: DockerSuite.TestRunCapAddCHOWN 0.819s [2019-09-02T23:48:31.030Z] PASS: docker_cli_run_test.go:1044: DockerSuite.TestRunCapAddCanDownInterface 0.889s [2019-09-02T23:48:31.030Z] PASS: docker_cli_run_test.go:1035: DockerSuite.TestRunCapAddInvalid 0.017s [2019-09-02T23:48:31.962Z] PASS: docker_cli_run_test.go:3198: DockerSuite.TestRunCapAddSYSTIME 0.973s [2019-09-02T23:48:32.894Z] PASS: docker_cli_run_test.go:1025: DockerSuite.TestRunCapDropALLAddMknodCanMknod 0.821s [2019-09-02T23:48:33.825Z] PASS: docker_cli_run_test.go:1013: DockerSuite.TestRunCapDropALLCannotMknod 0.794s [2019-09-02T23:48:34.391Z] PASS: docker_cli_run_test.go:987: DockerSuite.TestRunCapDropCannotMknod 0.828s [2019-09-02T23:48:35.321Z] PASS: docker_cli_run_test.go:1000: DockerSuite.TestRunCapDropCannotMknodLowerCase 0.794s [2019-09-02T23:48:35.321Z] PASS: docker_cli_run_test.go:978: DockerSuite.TestRunCapDropInvalid 0.013s [2019-09-02T23:48:36.250Z] PASS: docker_cli_run_test.go:1968: DockerSuite.TestRunCidFileCheckIDLength 0.591s [2019-09-02T23:48:36.250Z] PASS: docker_cli_run_test.go:1937: DockerSuite.TestRunCidFileCleanupIfEmpty 0.013s [2019-09-02T23:48:36.654Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2019-09-02T23:48:36.654Z] ok github.com/docker/docker/api/server/httputils 0.169s coverage: 14.7% of statements [2019-09-02T23:48:36.654Z] ok github.com/docker/docker/api/server/middleware 0.205s coverage: 37.7% of statements [2019-09-02T23:48:36.654Z] ? github.com/docker/docker/api/server/router [no test files] [2019-09-02T23:48:36.654Z] ? github.com/docker/docker/api/server/router/build [no test files] [2019-09-02T23:48:36.654Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2019-09-02T23:48:36.654Z] ? github.com/docker/docker/api/server/router/container [no test files] [2019-09-02T23:48:36.654Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2019-09-02T23:48:36.654Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2019-09-02T23:48:36.654Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2019-09-02T23:48:36.654Z] ? github.com/docker/docker/api/server/router/image [no test files] [2019-09-02T23:48:36.654Z] ? github.com/docker/docker/api/server/router/network [no test files] [2019-09-02T23:48:36.654Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2019-09-02T23:48:36.654Z] ? github.com/docker/docker/api/server/router/session [no test files] [2019-09-02T23:48:36.654Z] ok github.com/docker/docker/api/server/router/swarm 0.152s coverage: 4.0% of statements [2019-09-02T23:48:36.654Z] ? github.com/docker/docker/api/server/router/system [no test files] [2019-09-02T23:48:36.654Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2019-09-02T23:48:36.654Z] ? github.com/docker/docker/api/types [no test files] [2019-09-02T23:48:36.654Z] ? github.com/docker/docker/api/types/backend [no test files] [2019-09-02T23:48:36.654Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2019-09-02T23:48:36.654Z] ? github.com/docker/docker/api/types/container [no test files] [2019-09-02T23:48:36.654Z] ? github.com/docker/docker/api/types/events [no test files] [2019-09-02T23:48:36.654Z] ok github.com/docker/docker/api/types/filters 0.094s coverage: 95.2% of statements [2019-09-02T23:48:36.654Z] ? github.com/docker/docker/api/types/image [no test files] [2019-09-02T23:48:36.654Z] ? github.com/docker/docker/api/types/mount [no test files] [2019-09-02T23:48:36.654Z] ? github.com/docker/docker/api/types/network [no test files] [2019-09-02T23:48:36.654Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2019-09-02T23:48:36.654Z] ? github.com/docker/docker/api/types/registry [no test files] [2019-09-02T23:48:36.654Z] ok github.com/docker/docker/api/types/strslice 0.034s coverage: 90.0% of statements [2019-09-02T23:48:36.654Z] ? github.com/docker/docker/api/types/swarm [no test files] [2019-09-02T23:48:36.654Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2019-09-02T23:48:36.654Z] ok github.com/docker/docker/api/types/time 0.277s coverage: 100.0% of statements [2019-09-02T23:48:36.654Z] ok github.com/docker/docker/api/types/versions 0.081s coverage: 75.0% of statements [2019-09-02T23:48:36.654Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2019-09-02T23:48:36.654Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2019-09-02T23:48:36.654Z] ? github.com/docker/docker/api/types/volume [no test files] [2019-09-02T23:48:36.654Z] ? github.com/docker/docker/autogen/winresources/docker [no test files] [2019-09-02T23:48:36.654Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2019-09-02T23:48:36.654Z] ? github.com/docker/docker/builder [no test files] [2019-09-02T23:48:36.654Z] ? github.com/docker/docker/builder/builder-next [no test files] [2019-09-02T23:48:36.654Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2019-09-02T23:48:36.654Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2019-09-02T23:48:36.654Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2019-09-02T23:48:36.654Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2019-09-02T23:48:36.654Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2019-09-02T23:48:36.654Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2019-09-02T23:48:37.619Z] PASS: docker_cli_run_test.go:1696: DockerSuite.TestRunCleanupCmdOnEntrypoint 1.237s [2019-09-02T23:48:38.182Z] PASS: docker_cli_run_test.go:3340: DockerSuite.TestRunContainerNetModeWithDNSMacHosts 0.618s [2019-09-02T23:48:39.113Z] PASS: docker_cli_run_test.go:3364: DockerSuite.TestRunContainerNetModeWithExposePort 0.623s [2019-09-02T23:48:40.043Z] PASS: docker_cli_run_test.go:923: DockerSuite.TestRunContainerNetwork 0.795s [2019-09-02T23:48:40.044Z] PASS: docker_cli_run_test.go:3331: DockerSuite.TestRunContainerNetworkModeToSelf 0.098s [2019-09-02T23:48:40.974Z] PASS: docker_cli_run_test.go:3315: DockerSuite.TestRunContainerWithCgroupMountRO 0.813s [2019-09-02T23:48:41.355Z] ok github.com/docker/docker/builder/dockerfile 0.192s coverage: 43.2% of statements [2019-09-02T23:48:41.355Z] ok github.com/docker/docker/builder/dockerignore 0.046s coverage: 96.8% of statements [2019-09-02T23:48:41.355Z] ok github.com/docker/docker/builder/fscache 0.904s coverage: 69.2% of statements [2019-09-02T23:48:41.355Z] ok github.com/docker/docker/builder/remotecontext 0.814s coverage: 9.2% of statements [2019-09-02T23:48:42.868Z] PASS: docker_cli_run_test.go:3241: DockerSuite.TestRunContainerWithCgroupParent 1.674s [2019-09-02T23:48:42.868Z] PASS: docker_cli_service_logs_test.go:99: DockerSwarmSuite.TestServiceLogsTail 2.215s [2019-09-02T23:48:44.763Z] PASS: docker_cli_run_test.go:2738: DockerSuite.TestRunContainerWithReadonlyEtcHostsAndLinkedContainer 1.573s [2019-09-02T23:48:45.717Z] PASS: docker_cli_run_test.go:2687: DockerSuite.TestRunContainerWithReadonlyRootfs 1.458s [2019-09-02T23:48:46.649Z] PASS: docker_cli_run_test.go:2760: DockerSuite.TestRunContainerWithReadonlyRootfsWithAddHostFlag 0.804s [2019-09-02T23:48:47.580Z] PASS: docker_cli_run_test.go:2750: DockerSuite.TestRunContainerWithReadonlyRootfsWithDNSFlag 0.793s [2019-09-02T23:48:48.143Z] PASS: docker_cli_run_test.go:2797: DockerSuite.TestRunContainerWithRmFlagCannotStartContainer 0.744s [2019-09-02T23:48:49.073Z] PASS: docker_cli_run_test.go:2783: DockerSuite.TestRunContainerWithRmFlagExitCodeNotEqualToZero 0.795s [2019-09-02T23:48:50.003Z] PASS: docker_cli_run_test.go:2683: DockerSuite.TestRunContainerWithWritableRootfs 0.819s [2019-09-02T23:48:51.898Z] PASS: docker_cli_run_test.go:1681: DockerSuite.TestRunCopyVolumeContent 1.761s [2019-09-02T23:48:55.172Z] PASS: docker_cli_run_test.go:1663: DockerSuite.TestRunCopyVolumeUIDGID 3.590s [2019-09-02T23:48:55.172Z] PASS: docker_cli_run_test.go:3206: DockerSuite.TestRunCreateContainerFailedCleanUp 0.076s [2019-09-02T23:48:55.735Z] PASS: docker_cli_service_logs_test.go:204: DockerSwarmSuite.TestServiceLogsTaskLogs 2.217s [2019-09-02T23:48:56.298Z] PASS: docker_cli_run_test.go:613: DockerSuite.TestRunCreateVolume 0.857s [2019-09-02T23:48:56.372Z] PASS: docker_api_build_test.go:25: DockerSuite.TestBuildAPIDockerFileRemote 111.412s [2019-09-02T23:48:56.372Z] SKIP: docker_api_build_test.go:176: DockerSuite.TestBuildAPIDoubleDockerfile (unmatched requirement UnixCli) [2019-09-02T23:48:57.909Z] PASS: docker_api_build_test.go:137: DockerSuite.TestBuildAPILowerDockerfile 5.537s [2019-09-02T23:48:57.909Z] PASS: docker_api_build_test.go:56: DockerSuite.TestBuildAPIRemoteTarballContext 0.008s [2019-09-02T23:48:58.822Z] PASS: docker_cli_run_test.go:2157: DockerSuite.TestRunCreateVolumeEtc 2.351s [2019-09-02T23:48:58.822Z] PASS: docker_cli_service_scale_test.go:13: DockerSwarmSuite.TestServiceScale 1.826s [2019-09-02T23:49:00.714Z] PASS: docker_cli_run_test.go:623: DockerSuite.TestRunCreateVolumeWithSymlink 1.947s [2019-09-02T23:49:02.604Z] PASS: docker_api_build_test.go:83: DockerSuite.TestBuildAPIRemoteTarballContextWithCustomDockerfile 4.029s [2019-09-02T23:49:03.063Z] PASS: docker_api_build_test.go:198: DockerSuite.TestBuildAPIUnnormalizedTarPaths 0.651s [2019-09-02T23:49:03.063Z] SKIP: docker_cli_build_test.go:574: DockerSuite.TestBuildAddAndCopyFileWithWhitespace (unmatched requirement DaemonIsLinux) [2019-09-02T23:49:03.063Z] SKIP: docker_cli_build_test.go:927: DockerSuite.TestBuildAddBadLinks (unmatched requirement DaemonIsLinux) [2019-09-02T23:49:03.063Z] SKIP: docker_cli_build_test.go:1007: DockerSuite.TestBuildAddBadLinksVolume (unmatched requirement DaemonIsLinux) [2019-09-02T23:49:03.234Z] PASS: docker_cli_run_test.go:379: DockerSuite.TestRunCreateVolumesInSymlinkDir 2.714s [2019-09-02T23:49:03.520Z] PASS: docker_cli_build_test.go:2886: DockerSuite.TestBuildAddBrokenTar 0.270s [2019-09-02T23:49:03.979Z] PASS: docker_api_build_test.go:476: DockerSuite.TestBuildAddCacheOnFileChange 0.583s [2019-09-02T23:49:06.510Z] PASS: docker_cli_run_test.go:423: DockerSuite.TestRunCreateVolumesInSymlinkDir2 3.156s [2019-09-02T23:49:06.510Z] SKIP: docker_cli_run_test.go:4150: DockerSuite.TestRunCredentialSpecFailures (unmatched requirement DaemonIsWindows) [2019-09-02T23:49:06.510Z] SKIP: docker_cli_run_test.go:4169: DockerSuite.TestRunCredentialSpecWellFormed (unmatched requirement DaemonIsWindows) [2019-09-02T23:49:06.884Z] PASS: docker_cli_build_test.go:1864: DockerSuite.TestBuildAddCurrentDirWithCache 2.745s [2019-09-02T23:49:07.073Z] PASS: docker_cli_run_test.go:1255: DockerSuite.TestRunDNSDefaultOptions 0.802s [2019-09-02T23:49:07.851Z] PASS: docker_cli_build_test.go:1911: DockerSuite.TestBuildAddCurrentDirWithoutCache 1.176s [2019-09-02T23:49:07.851Z] SKIP: docker_cli_build_test.go:752: DockerSuite.TestBuildAddDirContentToExistingDir (unmatched requirement DaemonIsLinux) [2019-09-02T23:49:07.851Z] SKIP: docker_cli_build_test.go:738: DockerSuite.TestBuildAddDirContentToRoot (unmatched requirement DaemonIsLinux) [2019-09-02T23:49:08.311Z] PASS: docker_cli_build_test.go:2190: DockerSuite.TestBuildAddFileNotFound 0.066s [2019-09-02T23:49:09.603Z] PASS: docker_cli_run_test.go:4008: DockerSuite.TestRunDNSInHostMode 1.963s [2019-09-02T23:49:10.487Z] PASS: docker_cli_build_test.go:1998: DockerSuite.TestBuildAddLocalAndRemoteFilesWithAndWithoutCache 2.259s [2019-09-02T23:49:10.975Z] PASS: docker_cli_run_test.go:1289: DockerSuite.TestRunDNSOptions 1.641s [2019-09-02T23:49:13.495Z] PASS: docker_cli_run_test.go:1323: DockerSuite.TestRunDNSOptionsBasedOnHostResolvConf 2.362s [2019-09-02T23:49:14.058Z] PASS: docker_cli_run_test.go:1313: DockerSuite.TestRunDNSRepeatOptions 0.745s [2019-09-02T23:49:15.955Z] PASS: docker_cli_run_test.go:2030: DockerSuite.TestRunDeallocatePortOnMissingIptablesRule 1.754s [2019-09-02T23:49:16.885Z] PASS: docker_cli_run_test.go:122: DockerSuite.TestRunDetachedContainerIDPrinting 0.882s [2019-09-02T23:49:16.885Z] SKIP: docker_cli_run_unix_test.go:84: DockerSuite.TestRunDeviceDirectory (Host does not have /dev/snd) [2019-09-02T23:49:17.123Z] ok github.com/docker/docker/builder/remotecontext/git 35.800s coverage: 85.1% of statements [2019-09-02T23:49:17.123Z] ? github.com/docker/docker/cli [no test files] [2019-09-02T23:49:17.123Z] ? github.com/docker/docker/cli/config [no test files] [2019-09-02T23:49:17.123Z] ok github.com/docker/docker/cli/debug 0.035s coverage: 100.0% of statements [2019-09-02T23:49:17.123Z] ok github.com/docker/docker/client 0.569s coverage: 75.1% of statements [2019-09-02T23:49:17.815Z] PASS: docker_cli_run_test.go:1142: DockerSuite.TestRunDeviceNumbers 0.905s [2019-09-02T23:49:19.183Z] PASS: docker_cli_swarm_test.go:1423: DockerSwarmSuite.TestSwarmAlternateLockUnlock 19.319s [2019-09-02T23:49:19.746Z] PASS: docker_cli_run_unix_test.go:1358: DockerSuite.TestRunDeviceSymlink 1.953s [2019-09-02T23:49:20.003Z] PASS: docker_cli_run_test.go:1241: DockerSuite.TestRunDisallowBindMountingRootToRoot 0.058s [2019-09-02T23:49:20.034Z] ok github.com/docker/docker/cmd/dockerd 0.173s coverage: 18.7% of statements [2019-09-02T23:49:20.933Z] PASS: docker_cli_run_test.go:4185: DockerSuite.TestRunDuplicateMount 1.012s [2019-09-02T23:49:21.865Z] PASS: docker_cli_run_test.go:52: DockerSuite.TestRunEchoNamedContainer 0.806s [2019-09-02T23:49:22.429Z] PASS: docker_cli_swarm_test.go:2001: DockerSwarmSuite.TestSwarmClusterEventsConfig 1.558s [2019-09-02T23:49:22.430Z] PASS: docker_cli_run_test.go:44: DockerSuite.TestRunEchoStdout 0.779s [2019-09-02T23:49:22.868Z] PASS: docker_cli_build_test.go:1808: DockerSuite.TestBuildAddMultipleLocalFileWithAndWithoutCache 11.171s [2019-09-02T23:49:23.364Z] PASS: docker_cli_run_unix_test.go:539: DockerSuite.TestRunEchoStdoutWithCPUSharesAndMemoryLimit 0.845s [2019-09-02T23:49:23.364Z] PASS: docker_cli_run_test.go:4271: DockerSuite.TestRunEmptyEnv 0.028s [2019-09-02T23:49:23.765Z] ok github.com/docker/docker/container 0.482s coverage: 42.7% of statements [2019-09-02T23:49:23.765Z] ? github.com/docker/docker/container/stream [no test files] [2019-09-02T23:49:23.765Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2019-09-02T23:49:23.765Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2019-09-02T23:49:23.765Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2019-09-02T23:49:24.295Z] PASS: docker_cli_run_test.go:1870: DockerSuite.TestRunEntrypoint 0.840s [2019-09-02T23:49:25.226Z] PASS: docker_cli_swarm_test.go:1962: DockerSwarmSuite.TestSwarmClusterEventsNetwork 1.430s [2019-09-02T23:49:25.226Z] PASS: docker_cli_run_test.go:818: DockerSuite.TestRunEnvironment 0.952s [2019-09-02T23:49:26.156Z] PASS: docker_cli_run_test.go:857: DockerSuite.TestRunEnvironmentErase 0.956s [2019-09-02T23:49:27.087Z] PASS: docker_cli_run_test.go:890: DockerSuite.TestRunEnvironmentOverride 0.961s [2019-09-02T23:49:28.017Z] PASS: docker_cli_run_test.go:700: DockerSuite.TestRunExitCode 0.741s [2019-09-02T23:49:28.946Z] PASS: docker_cli_run_test.go:91: DockerSuite.TestRunExitCodeOne 0.889s [2019-09-02T23:49:29.877Z] PASS: docker_cli_run_test.go:86: DockerSuite.TestRunExitCodeZero 0.964s [2019-09-02T23:49:30.814Z] PASS: docker_cli_run_test.go:1735: DockerSuite.TestRunExitOnStdinClose 0.872s [2019-09-02T23:49:30.814Z] PASS: docker_cli_run_test.go:2293: DockerSuite.TestRunExposePort 0.012s [2019-09-02T23:49:31.744Z] PASS: docker_cli_run_test.go:949: DockerSuite.TestRunFullHostnameSet 0.807s [2019-09-02T23:49:32.313Z] PASS: docker_cli_run_test.go:1076: DockerSuite.TestRunGroupAdd 0.825s [2019-09-02T23:49:33.182Z] PASS: docker_cli_build_test.go:2937: DockerSuite.TestBuildAddNonTar 9.575s [2019-09-02T23:49:33.182Z] PASS: docker_cli_build_test.go:786: DockerSuite.TestBuildAddOrCopyEtcToRootShouldNotConflict 0.783s [2019-09-02T23:49:33.182Z] SKIP: docker_cli_build_test.go:798: DockerSuite.TestBuildAddPreservesFilesSpecialBits (unmatched requirement DaemonIsLinux) [2019-09-02T23:49:34.210Z] PASS: docker_cli_run_test.go:4513: DockerSuite.TestRunHostnameFQDN 1.630s [2019-09-02T23:49:34.467Z] PASS: docker_cli_run_test.go:4526: DockerSuite.TestRunHostnameInHostMode 0.356s [2019-09-02T23:49:34.467Z] SKIP: docker_cli_run_test.go:4254: DockerSuite.TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (unmatched requirement DaemonIsWindows) [2019-09-02T23:49:36.911Z] PASS: docker_cli_build_test.go:1955: DockerSuite.TestBuildAddRemoteFileMTime 3.011s [2019-09-02T23:49:37.744Z] PASS: docker_cli_run_test.go:3730: DockerSuite.TestRunInitLayerPathOwnership 3.490s [2019-09-02T23:49:37.879Z] PASS: docker_cli_build_test.go:1930: DockerSuite.TestBuildAddRemoteFileWithAndWithoutCache 1.288s [2019-09-02T23:49:38.675Z] PASS: docker_cli_run_test.go:2008: DockerSuite.TestRunInspectMacAddress 0.614s [2019-09-02T23:49:45.220Z] PASS: docker_cli_swarm_test.go:1932: DockerSwarmSuite.TestSwarmClusterEventsNode 4.123s [2019-09-02T23:49:48.196Z] PASS: docker_api_build_test.go:361: DockerSuite.TestBuildAddRemoteNoDecompress 9.185s [2019-09-02T23:49:48.196Z] SKIP: docker_cli_build_test.go:2816: DockerSuite.TestBuildAddScript (unmatched requirement DaemonIsLinux) [2019-09-02T23:49:48.196Z] SKIP: docker_cli_build_test.go:506: DockerSuite.TestBuildAddSingleFileToExistDir (unmatched requirement DaemonIsLinux) [2019-09-02T23:49:48.196Z] SKIP: docker_cli_build_test.go:723: DockerSuite.TestBuildAddSingleFileToNonExistingDir (unmatched requirement DaemonIsLinux) [2019-09-02T23:49:48.196Z] SKIP: docker_cli_build_test.go:467: DockerSuite.TestBuildAddSingleFileToRoot (unmatched requirement DaemonIsLinux) [2019-09-02T23:49:48.196Z] PASS: docker_cli_build_test.go:483: DockerSuite.TestBuildAddSingleFileToWorkdir 0.358s [2019-09-02T23:49:48.895Z] ok github.com/docker/docker/daemon 3.105s coverage: 9.1% of statements [2019-09-02T23:49:48.895Z] ok github.com/docker/docker/daemon/cluster 0.252s coverage: 0.5% of statements [2019-09-02T23:49:48.895Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.299s coverage: 65.3% of statements [2019-09-02T23:49:48.895Z] ok github.com/docker/docker/daemon/cluster/convert 0.631s coverage: 35.8% of statements [2019-09-02T23:49:48.895Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2019-09-02T23:49:48.895Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.802s coverage: 10.9% of statements [2019-09-02T23:49:48.895Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2019-09-02T23:49:48.895Z] ok github.com/docker/docker/daemon/config 1.022s coverage: 82.3% of statements [2019-09-02T23:49:48.895Z] ok github.com/docker/docker/daemon/discovery 0.395s coverage: 30.0% of statements [2019-09-02T23:49:48.895Z] ok github.com/docker/docker/daemon/events 0.373s coverage: 50.0% of statements [2019-09-02T23:49:48.895Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2019-09-02T23:49:48.895Z] ? github.com/docker/docker/daemon/exec [no test files] [2019-09-02T23:49:48.895Z] ok github.com/docker/docker/daemon/graphdriver 0.229s coverage: 2.3% of statements [2019-09-02T23:49:48.895Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2019-09-02T23:49:48.895Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2019-09-02T23:49:48.895Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2019-09-02T23:49:48.895Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2019-09-02T23:49:48.895Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2019-09-02T23:49:48.895Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2019-09-02T23:49:48.895Z] ? github.com/docker/docker/daemon/graphdriver/quota [no test files] [2019-09-02T23:49:48.895Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2019-09-02T23:49:48.895Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2019-09-02T23:49:48.895Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2019-09-02T23:49:48.895Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2019-09-02T23:49:48.895Z] ok github.com/docker/docker/daemon/images 0.561s coverage: 4.9% of statements [2019-09-02T23:49:48.895Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2019-09-02T23:49:48.895Z] ok github.com/docker/docker/daemon/links 0.115s coverage: 93.0% of statements [2019-09-02T23:49:48.895Z] ? github.com/docker/docker/daemon/listeners [no test files] [2019-09-02T23:49:48.895Z] ok github.com/docker/docker/daemon/logger 0.572s coverage: 43.0% of statements [2019-09-02T23:49:48.895Z] ok github.com/docker/docker/daemon/logger/awslogs 0.724s coverage: 78.6% of statements [2019-09-02T23:49:48.895Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2019-09-02T23:49:48.895Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2019-09-02T23:49:48.895Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2019-09-02T23:49:48.895Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2019-09-02T23:49:48.895Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2019-09-02T23:49:48.895Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.310s coverage: 62.1% of statements [2019-09-02T23:49:48.895Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.362s coverage: 88.3% of statements [2019-09-02T23:49:49.867Z] ok github.com/docker/docker/daemon/logger/local 0.466s coverage: 74.7% of statements [2019-09-02T23:49:49.867Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2019-09-02T23:49:49.867Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.245s coverage: 18.1% of statements [2019-09-02T23:49:50.473Z] PASS: docker_cli_run_test.go:1792: DockerSuite.TestRunInteractiveWithRestartPolicy 11.576s [2019-09-02T23:49:51.402Z] PASS: docker_cli_run_unix_test.go:768: DockerSuite.TestRunInvalidCPUShares 1.100s [2019-09-02T23:49:52.770Z] PASS: docker_cli_swarm_test.go:1848: DockerSwarmSuite.TestSwarmClusterEventsScope 7.260s [2019-09-02T23:49:53.027Z] PASS: docker_cli_run_test.go:3276: DockerSuite.TestRunInvalidCgroupParent 1.674s [2019-09-02T23:49:53.027Z] PASS: docker_cli_run_unix_test.go:730: DockerSuite.TestRunInvalidCpusetCpusFlagValue 0.016s [2019-09-02T23:49:53.285Z] PASS: docker_cli_run_unix_test.go:749: DockerSuite.TestRunInvalidCpusetMemsFlagValue 0.016s [2019-09-02T23:49:53.285Z] PASS: docker_cli_run_test.go:3718: DockerSuite.TestRunInvalidReference 0.012s [2019-09-02T23:49:54.214Z] PASS: docker_cli_run_test.go:61: DockerSuite.TestRunLeakyFileDescriptors 0.866s [2019-09-02T23:49:54.566Z] ok github.com/docker/docker/daemon/logger/splunk 2.635s coverage: 84.5% of statements [2019-09-02T23:49:54.566Z] ok github.com/docker/docker/daemon/logger/syslog 0.412s coverage: 47.8% of statements [2019-09-02T23:49:54.566Z] ok github.com/docker/docker/daemon/logger/templates 0.415s coverage: 8.3% of statements [2019-09-02T23:49:54.566Z] ? github.com/docker/docker/daemon/names [no test files] [2019-09-02T23:49:54.566Z] ? github.com/docker/docker/daemon/network [no test files] [2019-09-02T23:49:54.566Z] ? github.com/docker/docker/daemon/stats [no test files] [2019-09-02T23:49:55.533Z] ok github.com/docker/docker/distribution 1.671s coverage: 20.8% of statements [2019-09-02T23:49:55.533Z] ok github.com/docker/docker/distribution/metadata 0.945s coverage: 48.2% of statements [2019-09-02T23:49:55.533Z] ? github.com/docker/docker/distribution/utils [no test files] [2019-09-02T23:49:56.109Z] PASS: docker_cli_swarm_test.go:1981: DockerSwarmSuite.TestSwarmClusterEventsSecret 1.483s [2019-09-02T23:49:56.500Z] ok github.com/docker/docker/distribution/xfer 1.836s coverage: 62.7% of statements [2019-09-02T23:49:56.500Z] ? github.com/docker/docker/dockerversion [no test files] [2019-09-02T23:49:56.500Z] ok github.com/docker/docker/errdefs 0.159s coverage: 49.4% of statements [2019-09-02T23:49:58.025Z] PASS: docker_cli_run_test.go:3385: DockerSuite.TestRunLinkToContainerNetMode 2.596s [2019-09-02T23:49:59.406Z] ok github.com/docker/docker/image 1.151s coverage: 86.4% of statements [2019-09-02T23:49:59.406Z] ok github.com/docker/docker/image/cache 0.277s coverage: 19.2% of statements [2019-09-02T23:49:59.406Z] ? github.com/docker/docker/image/tarexport [no test files] [2019-09-02T23:49:59.406Z] ok github.com/docker/docker/image/v1 0.297s coverage: 25.0% of statements [2019-09-02T23:49:59.406Z] ? github.com/docker/docker/internal/test [no test files] [2019-09-02T23:49:59.864Z] ? github.com/docker/docker/internal/test/daemon [no test files] [2019-09-02T23:49:59.864Z] ? github.com/docker/docker/internal/test/environment [no test files] [2019-09-02T23:49:59.864Z] ? github.com/docker/docker/internal/test/fakecontext [no test files] [2019-09-02T23:49:59.864Z] ? github.com/docker/docker/internal/test/fakegit [no test files] [2019-09-02T23:49:59.864Z] ? github.com/docker/docker/internal/test/fakestorage [no test files] [2019-09-02T23:49:59.864Z] ? github.com/docker/docker/internal/test/fixtures/load [no test files] [2019-09-02T23:49:59.864Z] ? github.com/docker/docker/internal/test/fixtures/plugin [no test files] [2019-09-02T23:49:59.864Z] ? github.com/docker/docker/internal/test/fixtures/plugin/basic [no test files] [2019-09-02T23:49:59.864Z] ? github.com/docker/docker/internal/test/registry [no test files] [2019-09-02T23:49:59.864Z] ? github.com/docker/docker/internal/test/request [no test files] [2019-09-02T23:49:59.931Z] PASS: docker_cli_run_test.go:194: DockerSuite.TestRunLinksContainerWithContainerID 1.708s [2019-09-02T23:50:00.838Z] ok github.com/docker/docker/internal/testutil 0.143s coverage: 62.5% of statements [2019-09-02T23:50:01.299Z] PASS: docker_cli_run_test.go:179: DockerSuite.TestRunLinksContainerWithContainerName 1.455s [2019-09-02T23:50:02.229Z] PASS: docker_cli_run_test.go:73: DockerSuite.TestRunLookupGoogleDNS 0.883s [2019-09-02T23:50:02.793Z] PASS: docker_cli_run_test.go:3395: DockerSuite.TestRunLoopbackOnlyExistsWhenNetworkingDisabled 0.695s [2019-09-02T23:50:03.723Z] PASS: docker_cli_run_test.go:3421: DockerSuite.TestRunLoopbackWhenNetworkDisabled 0.668s [2019-09-02T23:50:03.747Z] ok github.com/docker/docker/layer 0.404s coverage: 27.9% of statements [2019-09-02T23:50:03.747Z] ? github.com/docker/docker/libcontainerd [no test files] [2019-09-02T23:50:04.652Z] PASS: docker_cli_run_test.go:1200: DockerSuite.TestRunModeHostname 1.187s [2019-09-02T23:50:04.909Z] PASS: docker_cli_run_test.go:2321: DockerSuite.TestRunModeIpcContainerNotExists 0.016s [2019-09-02T23:50:05.167Z] PASS: docker_cli_run_test.go:2330: DockerSuite.TestRunModeIpcContainerNotRunning 0.267s [2019-09-02T23:50:05.926Z] ok github.com/docker/docker/libcontainerd/local 0.299s coverage: 1.0% of statements [2019-09-02T23:50:05.926Z] ok github.com/docker/docker/libcontainerd/queue 0.085s coverage: 100.0% of statements [2019-09-02T23:50:05.926Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2019-09-02T23:50:05.926Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2019-09-02T23:50:05.926Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2019-09-02T23:50:05.926Z] ? github.com/docker/docker/oci [no test files] [2019-09-02T23:50:05.926Z] ? github.com/docker/docker/oci/caps [no test files] [2019-09-02T23:50:05.926Z] ok github.com/docker/docker/opts 0.522s coverage: 67.3% of statements [2019-09-02T23:50:05.926Z] ok github.com/docker/docker/pkg/aaparser 0.048s coverage: 50.0% of statements [2019-09-02T23:50:07.062Z] PASS: docker_cli_run_test.go:2299: DockerSuite.TestRunModeIpcHost 1.583s [2019-09-02T23:50:07.994Z] PASS: docker_cli_run_test.go:3429: DockerSuite.TestRunModeNetContainerHostname 1.059s [2019-09-02T23:50:09.888Z] PASS: docker_cli_run_test.go:2343: DockerSuite.TestRunModePIDContainer 1.396s [2019-09-02T23:50:09.888Z] PASS: docker_cli_run_test.go:2368: DockerSuite.TestRunModePIDContainerNotExists 0.013s [2019-09-02T23:50:09.888Z] PASS: docker_cli_run_test.go:2377: DockerSuite.TestRunModePIDContainerNotRunning 0.206s [2019-09-02T23:50:11.781Z] PASS: docker_cli_run_test.go:2435: DockerSuite.TestRunModePIDHost 1.593s [2019-09-02T23:50:12.038Z] PASS: docker_cli_swarm_test.go:1892: DockerSwarmSuite.TestSwarmClusterEventsService 15.616s [2019-09-02T23:50:13.408Z] PASS: docker_cli_run_test.go:2457: DockerSuite.TestRunModeUTSHost 1.686s [2019-09-02T23:50:21.505Z] PASS: docker_cli_run_test.go:4333: DockerSuite.TestRunMount 6.971s [2019-09-02T23:50:21.505Z] PASS: docker_cli_run_test.go:2086: DockerSuite.TestRunMountOrdering 0.788s [2019-09-02T23:50:21.762Z] PASS: docker_cli_run_test.go:4321: DockerSuite.TestRunMountReadOnlyDevShm 0.771s [2019-09-02T23:50:23.689Z] PASS: docker_cli_run_test.go:2390: DockerSuite.TestRunMountShmMqueueFromHost 1.459s [2019-09-02T23:50:26.212Z] PASS: docker_cli_run_test.go:583: DockerSuite.TestRunMultipleVolumesFrom 2.455s [2019-09-02T23:50:28.735Z] PASS: docker_cli_swarm_test.go:1828: DockerSwarmSuite.TestSwarmClusterEventsSource 3.896s [2019-09-02T23:50:29.665Z] PASS: docker_cli_exec_test.go:383: DockerSuite.TestRunMutableNetworkFiles 3.034s [2019-09-02T23:50:30.702Z] PASS: docker_cli_build_test.go:2832: DockerSuite.TestBuildAddTar 41.623s [2019-09-02T23:50:30.702Z] SKIP: docker_cli_build_test.go:2950: DockerSuite.TestBuildAddTarXz (unmatched requirement DaemonIsLinux) [2019-09-02T23:50:30.702Z] SKIP: docker_cli_build_test.go:2999: DockerSuite.TestBuildAddTarXzGz (unmatched requirement DaemonIsLinux) [2019-09-02T23:50:31.104Z] ok github.com/docker/docker/pkg/archive 8.884s coverage: 62.2% of statements [2019-09-02T23:50:31.104Z] ok github.com/docker/docker/pkg/authorization 0.792s coverage: 26.2% of statements [2019-09-02T23:50:31.104Z] ok github.com/docker/docker/pkg/broadcaster 0.051s coverage: 100.0% of statements [2019-09-02T23:50:31.104Z] ok github.com/docker/docker/pkg/capabilities 0.036s coverage: 87.5% of statements [2019-09-02T23:50:31.104Z] ok github.com/docker/docker/pkg/chrootarchive 0.134s coverage: 15.4% of statements [2019-09-02T23:50:31.104Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2019-09-02T23:50:31.104Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2019-09-02T23:50:31.104Z] ok github.com/docker/docker/pkg/directory 0.051s coverage: 80.0% of statements [2019-09-02T23:50:31.104Z] ok github.com/docker/docker/pkg/discovery 0.175s coverage: 58.3% of statements [2019-09-02T23:50:31.104Z] ok github.com/docker/docker/pkg/discovery/file 0.140s coverage: 97.6% of statements [2019-09-02T23:50:31.104Z] ok github.com/docker/docker/pkg/discovery/kv 3.446s coverage: 84.1% of statements [2019-09-02T23:50:31.104Z] ok github.com/docker/docker/pkg/discovery/memory 0.224s coverage: 92.3% of statements [2019-09-02T23:50:31.104Z] ok github.com/docker/docker/pkg/discovery/nodes 0.130s coverage: 93.8% of statements [2019-09-02T23:50:31.104Z] ok github.com/docker/docker/pkg/filenotify 0.041s coverage: 36.2% of statements [2019-09-02T23:50:31.104Z] ok github.com/docker/docker/pkg/fileutils 0.118s coverage: 87.7% of statements [2019-09-02T23:50:31.104Z] ok github.com/docker/docker/pkg/homedir 0.033s coverage: 37.5% of statements [2019-09-02T23:50:31.104Z] ok github.com/docker/docker/pkg/idtools 0.068s coverage: 6.3% of statements [2019-09-02T23:50:31.104Z] ok github.com/docker/docker/pkg/ioutils 0.686s coverage: 69.2% of statements [2019-09-02T23:50:31.104Z] ok github.com/docker/docker/pkg/jsonmessage 0.214s coverage: 91.7% of statements [2019-09-02T23:50:31.104Z] ok github.com/docker/docker/pkg/locker 0.052s coverage: 88.9% of statements [2019-09-02T23:50:31.104Z] ok github.com/docker/docker/pkg/longpath 0.047s coverage: 100.0% of statements [2019-09-02T23:50:31.104Z] ? github.com/docker/docker/pkg/mount [no test files] [2019-09-02T23:50:31.104Z] ok github.com/docker/docker/pkg/namesgenerator 0.037s coverage: 85.7% of statements [2019-09-02T23:50:31.104Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2019-09-02T23:50:31.104Z] ok github.com/docker/docker/pkg/parsers 0.043s coverage: 97.0% of statements [2019-09-02T23:50:31.104Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2019-09-02T23:50:31.104Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2019-09-02T23:50:31.104Z] ok github.com/docker/docker/pkg/pidfile 0.037s coverage: 82.6% of statements [2019-09-02T23:50:31.104Z] ? github.com/docker/docker/pkg/platform [no test files] [2019-09-02T23:50:31.104Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2019-09-02T23:50:32.186Z] PASS: docker_cli_run_test.go:3218: DockerSuite.TestRunNamedVolume 2.695s [2019-09-02T23:50:34.707Z] PASS: docker_cli_run_test.go:3862: DockerSuite.TestRunNamedVolumeCopyImageData 2.588s [2019-09-02T23:50:36.601Z] PASS: docker_cli_swarm_test.go:1869: DockerSwarmSuite.TestSwarmClusterEventsType 7.693s [2019-09-02T23:50:36.601Z] PASS: docker_cli_run_test.go:3876: DockerSuite.TestRunNamedVolumeNotRemoved 1.778s [2019-09-02T23:50:38.498Z] PASS: docker_cli_run_test.go:3893: DockerSuite.TestRunNamedVolumesFromNotRemoved 1.769s [2019-09-02T23:50:38.498Z] PASS: docker_cli_run_test.go:3855: DockerSuite.TestRunNamedVolumesMountedAsShared 0.042s [2019-09-02T23:50:39.429Z] PASS: docker_cli_run_test.go:2610: DockerSuite.TestRunNetContainerWhichHost 0.774s [2019-09-02T23:50:40.799Z] PASS: docker_cli_run_test.go:2579: DockerSuite.TestRunNetHost 1.257s [2019-09-02T23:50:41.729Z] PASS: docker_cli_run_test.go:932: DockerSuite.TestRunNetHostNotAllowedWithLinks 0.884s [2019-09-02T23:50:42.293Z] PASS: docker_cli_run_test.go:2601: DockerSuite.TestRunNetHostTwiceSameName 0.755s [2019-09-02T23:50:44.817Z] PASS: docker_cli_run_test.go:3073: DockerSuite.TestRunNetworkFilesBindMount 2.381s [2019-09-02T23:50:47.339Z] PASS: docker_cli_run_test.go:3097: DockerSuite.TestRunNetworkFilesBindMountRO 2.419s [2019-09-02T23:50:52.593Z] PASS: docker_cli_run_test.go:3119: DockerSuite.TestRunNetworkFilesBindMountROFilesystem 4.575s [2019-09-02T23:50:52.593Z] PASS: docker_cli_run_test.go:3442: DockerSuite.TestRunNetworkNotInitializedNoneMode 0.603s [2019-09-02T23:50:52.859Z] PASS: docker_cli_run_test.go:522: DockerSuite.TestRunNoDupVolumes 0.281s [2019-09-02T23:50:53.792Z] PASS: docker_cli_run_unix_test.go:1145: DockerSuite.TestRunNoNewPrivSetuid 0.801s [2019-09-02T23:50:53.792Z] PASS: docker_cli_run_test.go:2198: DockerSuite.TestRunNoOutputFromPullInStdout 0.087s [2019-09-02T23:50:54.356Z] PASS: docker_cli_run_test.go:3667: DockerSuite.TestRunNonExecutableCmd 0.750s [2019-09-02T23:50:54.423Z] --- PASS: TestImportExtremelyLargeImageWorks (314.74s) [2019-09-02T23:50:54.423Z] import_test.go:26: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestImportExtremelyLargeImageWorks [2019-09-02T23:50:54.423Z] daemon.go:336: [d7608311175b1] waiting for daemon to start [2019-09-02T23:50:54.423Z] daemon.go:336: [d7608311175b1] waiting for daemon to start [2019-09-02T23:50:54.423Z] daemon.go:364: [d7608311175b1] daemon started [2019-09-02T23:50:54.423Z] daemon.go:472: [d7608311175b1] Stopping daemon [2019-09-02T23:50:54.423Z] daemon.go:307: [d7608311175b1] exiting daemon [2019-09-02T23:50:54.423Z] daemon.go:459: [d7608311175b1] Daemon stopped [2019-09-02T23:50:54.423Z] PASS [2019-09-02T23:50:54.423Z] Running /go/src/github.com/docker/docker/integration/network flags=-test.v -test.timeout=120m [2019-09-02T23:50:54.423Z] INFO: Testing against a local daemon [2019-09-02T23:50:54.423Z] === RUN TestNetworkCreateDelete [2019-09-02T23:50:54.423Z] --- PASS: TestNetworkCreateDelete (0.21s) [2019-09-02T23:50:54.423Z] === RUN TestDockerNetworkDeletePreferID [2019-09-02T23:50:54.423Z] --- PASS: TestDockerNetworkDeletePreferID (0.53s) [2019-09-02T23:50:54.423Z] === RUN TestInspectNetwork [2019-09-02T23:50:54.423Z] === RUN TestInspectNetwork/full_network_id [2019-09-02T23:50:54.423Z] === RUN TestInspectNetwork/partial_network_id [2019-09-02T23:50:54.423Z] === RUN TestInspectNetwork/network_name [2019-09-02T23:50:54.423Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2019-09-02T23:50:55.285Z] PASS: docker_cli_run_test.go:3676: DockerSuite.TestRunNonExistingCmd 0.756s [2019-09-02T23:50:55.285Z] PASS: docker_cli_run_test.go:3701: DockerSuite.TestRunNonExistingImage 0.089s [2019-09-02T23:50:55.841Z] PASS: docker_cli_build_test.go:2246: DockerSuite.TestBuildAddToSymlinkDest 21.649s [2019-09-02T23:50:55.841Z] SKIP: docker_cli_build_test.go:768: DockerSuite.TestBuildAddWholeDirToRoot (unmatched requirement DaemonIsLinux) [2019-09-02T23:50:55.841Z] PASS: docker_cli_build_test.go:1441: DockerSuite.TestBuildBlankName 0.185s [2019-09-02T23:50:56.215Z] PASS: docker_cli_run_test.go:2562: DockerSuite.TestRunNonLocalMacAddress 0.826s [2019-09-02T23:50:56.233Z] ok github.com/docker/docker/pkg/plugins 35.118s coverage: 73.4% of statements [2019-09-02T23:50:56.233Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.043s coverage: 56.8% of statements [2019-09-02T23:50:56.233Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2019-09-02T23:50:56.233Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2019-09-02T23:50:56.233Z] ok github.com/docker/docker/pkg/plugins/transport 0.159s coverage: 85.7% of statements [2019-09-02T23:50:56.233Z] ok github.com/docker/docker/pkg/pools 0.051s coverage: 87.9% of statements [2019-09-02T23:50:56.233Z] ok github.com/docker/docker/pkg/progress 0.053s coverage: 75.9% of statements [2019-09-02T23:50:56.233Z] ok github.com/docker/docker/pkg/pubsub 1.135s coverage: 73.9% of statements [2019-09-02T23:50:56.233Z] ok github.com/docker/docker/pkg/reexec 0.078s coverage: 82.4% of statements [2019-09-02T23:50:56.233Z] ok github.com/docker/docker/pkg/signal 0.034s coverage: 20.3% of statements [2019-09-02T23:50:56.233Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2019-09-02T23:50:56.233Z] ok github.com/docker/docker/pkg/stdcopy 0.043s coverage: 100.0% of statements [2019-09-02T23:50:56.233Z] ok github.com/docker/docker/pkg/streamformatter 0.060s coverage: 66.2% of statements [2019-09-02T23:50:56.233Z] ok github.com/docker/docker/pkg/stringid 0.036s coverage: 70.6% of statements [2019-09-02T23:50:56.233Z] ? github.com/docker/docker/pkg/symlink [no test files] [2019-09-02T23:50:56.233Z] ok github.com/docker/docker/pkg/sysinfo 0.049s coverage: 38.2% of statements [2019-09-02T23:50:56.233Z] ok github.com/docker/docker/pkg/system 0.202s coverage: 12.7% of statements [2019-09-02T23:50:56.233Z] ok github.com/docker/docker/pkg/tailfile 0.116s coverage: 88.6% of statements [2019-09-02T23:50:56.233Z] ok github.com/docker/docker/pkg/tarsum 0.252s coverage: 89.3% of statements [2019-09-02T23:50:56.233Z] ok github.com/docker/docker/pkg/term 0.053s coverage: 30.8% of statements [2019-09-02T23:50:56.233Z] ok github.com/docker/docker/pkg/term/windows 0.041s coverage: 0.0% of statements [no tests to run] [2019-09-02T23:50:56.233Z] ok github.com/docker/docker/pkg/truncindex 0.198s coverage: 91.5% of statements [2019-09-02T23:50:56.233Z] ok github.com/docker/docker/pkg/urlutil 0.029s coverage: 100.0% of statements [2019-09-02T23:50:56.233Z] ok github.com/docker/docker/pkg/useragent 0.031s coverage: 88.9% of statements [2019-09-02T23:50:56.233Z] ok github.com/docker/docker/plugin 0.230s coverage: 11.6% of statements [2019-09-02T23:50:56.233Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2019-09-02T23:50:56.233Z] ok github.com/docker/docker/plugin/v2 0.115s coverage: 20.1% of statements [2019-09-02T23:50:56.233Z] ok github.com/docker/docker/reference 0.263s coverage: 84.4% of statements [2019-09-02T23:50:56.233Z] ok github.com/docker/docker/registry 0.541s coverage: 52.3% of statements [2019-09-02T23:50:56.233Z] ok github.com/docker/docker/registry/resumable 0.362s coverage: 100.0% of statements [2019-09-02T23:50:56.233Z] ok github.com/docker/docker/restartmanager 0.036s coverage: 45.3% of statements [2019-09-02T23:50:56.233Z] ? github.com/docker/docker/rootless [no test files] [2019-09-02T23:50:56.233Z] ok github.com/docker/docker/runconfig 0.161s coverage: 54.5% of statements [2019-09-02T23:50:56.233Z] ? github.com/docker/docker/runconfig/opts [no test files] [2019-09-02T23:50:56.233Z] ? github.com/docker/docker/volume [no test files] [2019-09-02T23:50:56.233Z] ok github.com/docker/docker/volume/drivers 0.100s coverage: 36.1% of statements [2019-09-02T23:50:56.234Z] ok github.com/docker/docker/volume/local 0.269s coverage: 37.7% of statements [2019-09-02T23:50:56.234Z] ok github.com/docker/docker/volume/mounts 0.089s coverage: 66.2% of statements [2019-09-02T23:50:56.234Z] ok github.com/docker/docker/volume/service 0.219s coverage: 70.3% of statements [2019-09-02T23:50:56.234Z] ? github.com/docker/docker/volume/service/opts [no test files] [2019-09-02T23:50:56.234Z] ? github.com/docker/docker/volume/testutils [no test files] [2019-09-02T23:50:56.234Z] INFO: make.ps1 ended at 09/02/2019 23:50:54 [2019-09-02T23:50:56.444Z] --- PASS: TestInspectNetwork (8.60s) [2019-09-02T23:50:56.444Z] inspect_test.go:18: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspectNetwork [2019-09-02T23:50:56.444Z] daemon.go:336: [de940d6da265d] waiting for daemon to start [2019-09-02T23:50:56.444Z] daemon.go:336: [de940d6da265d] waiting for daemon to start [2019-09-02T23:50:56.444Z] daemon.go:364: [de940d6da265d] daemon started [2019-09-02T23:50:56.444Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2019-09-02T23:50:56.444Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2019-09-02T23:50:56.444Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2019-09-02T23:50:56.444Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2019-09-02T23:50:56.444Z] daemon.go:472: [de940d6da265d] Stopping daemon [2019-09-02T23:50:56.444Z] daemon.go:307: [de940d6da265d] exiting daemon [2019-09-02T23:50:56.444Z] daemon.go:459: [de940d6da265d] Daemon stopped [2019-09-02T23:50:56.444Z] === RUN TestRunContainerWithBridgeNone [2019-09-02T23:50:57.145Z] PASS: docker_cli_run_test.go:1405: DockerSuite.TestRunNonRootUserResolvName 0.930s [2019-09-02T23:50:57.145Z] SKIP: docker_cli_run_unix_test.go:618: DockerSuite.TestRunOOMExitCode (unmatched requirement swapMemorySupport) [2019-09-02T23:50:58.074Z] PASS: docker_cli_run_test.go:2810: DockerSuite.TestRunPIDHostWithChildIsKillable 0.819s [2019-09-02T23:50:59.004Z] PASS: docker_cli_run_unix_test.go:1407: DockerSuite.TestRunPIDsLimit 0.951s [2019-09-02T23:50:59.118Z] --- PASS: TestRunContainerWithBridgeNone (2.60s) [2019-09-02T23:50:59.118Z] network_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestRunContainerWithBridgeNone [2019-09-02T23:50:59.118Z] daemon.go:336: [d63c7e2eb9e53] waiting for daemon to start [2019-09-02T23:50:59.118Z] daemon.go:336: [d63c7e2eb9e53] waiting for daemon to start [2019-09-02T23:50:59.118Z] daemon.go:364: [d63c7e2eb9e53] daemon started [2019-09-02T23:50:59.118Z] daemon.go:472: [d63c7e2eb9e53] Stopping daemon [2019-09-02T23:50:59.118Z] daemon.go:307: [d63c7e2eb9e53] exiting daemon [2019-09-02T23:50:59.118Z] daemon.go:459: [d63c7e2eb9e53] Daemon stopped [2019-09-02T23:50:59.118Z] === RUN TestNetworkInvalidJSON [2019-09-02T23:50:59.118Z] === RUN TestNetworkInvalidJSON//networks/create [2019-09-02T23:50:59.118Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-09-02T23:50:59.118Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-09-02T23:50:59.118Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-09-02T23:50:59.118Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-02T23:50:59.118Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-02T23:50:59.118Z] === CONT TestNetworkInvalidJSON//networks/create [2019-09-02T23:50:59.118Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-02T23:50:59.118Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-09-02T23:50:59.118Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2019-09-02T23:50:59.118Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-09-02T23:50:59.118Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-09-02T23:50:59.118Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-09-02T23:50:59.118Z] === RUN TestDaemonRestartWithLiveRestore [2019-09-02T23:50:59.134Z] INFO: Unit tests ended at 09/02/2019 23:50:58. Duration:00:04:14.6341186 [2019-09-02T23:50:59.134Z] INFO: Building busybox [2019-09-02T23:50:59.134Z] Downloading build context from remote url: https://raw.githubusercontent.com/jhowardmsft/busybox/v1.1/Dockerfile 701B [2019-09-02T23:50:59.134Z] Downloading build context from remote url: https://raw.githubusercontent.com/jhowardmsft/busybox/v1.1/Dockerfile 701B [2019-09-02T23:50:59.134Z] [2019-09-02T23:50:59.134Z] Sending build context to Docker daemon 2.56kB [2019-09-02T23:50:59.134Z] [2019-09-02T23:50:59.134Z] Step 1/6 : FROM microsoft/windowsservercore [2019-09-02T23:50:59.134Z] ---> 02bf0dbc0e6a [2019-09-02T23:50:59.134Z] Step 2/6 : RUN mkdir C:\tmp && mkdir C:\bin [2019-09-02T23:50:59.134Z] ---> Running in 658131eb7e72 [2019-09-02T23:51:00.126Z] --- PASS: TestDaemonRestartWithLiveRestore (1.07s) [2019-09-02T23:51:00.126Z] service_test.go:32: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithLiveRestore [2019-09-02T23:51:00.126Z] daemon.go:336: [dc2f6e163ef44] waiting for daemon to start [2019-09-02T23:51:00.126Z] daemon.go:336: [dc2f6e163ef44] waiting for daemon to start [2019-09-02T23:51:00.126Z] daemon.go:364: [dc2f6e163ef44] daemon started [2019-09-02T23:51:00.126Z] daemon.go:472: [dc2f6e163ef44] Stopping daemon [2019-09-02T23:51:00.126Z] daemon.go:307: [dc2f6e163ef44] exiting daemon [2019-09-02T23:51:00.126Z] daemon.go:459: [dc2f6e163ef44] Daemon stopped [2019-09-02T23:51:00.126Z] daemon.go:336: [dc2f6e163ef44] waiting for daemon to start [2019-09-02T23:51:00.126Z] daemon.go:336: [dc2f6e163ef44] waiting for daemon to start [2019-09-02T23:51:00.126Z] daemon.go:364: [dc2f6e163ef44] daemon started [2019-09-02T23:51:00.126Z] daemon.go:472: [dc2f6e163ef44] Stopping daemon [2019-09-02T23:51:00.126Z] daemon.go:307: [dc2f6e163ef44] exiting daemon [2019-09-02T23:51:00.126Z] daemon.go:459: [dc2f6e163ef44] Daemon stopped [2019-09-02T23:51:00.126Z] === RUN TestDaemonDefaultNetworkPools [2019-09-02T23:51:00.743Z] --- PASS: TestDaemonDefaultNetworkPools (0.80s) [2019-09-02T23:51:00.743Z] service_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonDefaultNetworkPools [2019-09-02T23:51:00.743Z] daemon.go:336: [da7b40f1ed89f] waiting for daemon to start [2019-09-02T23:51:00.743Z] daemon.go:336: [da7b40f1ed89f] waiting for daemon to start [2019-09-02T23:51:00.743Z] daemon.go:364: [da7b40f1ed89f] daemon started [2019-09-02T23:51:00.743Z] daemon.go:472: [da7b40f1ed89f] Stopping daemon [2019-09-02T23:51:00.743Z] daemon.go:307: [da7b40f1ed89f] exiting daemon [2019-09-02T23:51:00.743Z] daemon.go:459: [da7b40f1ed89f] Daemon stopped [2019-09-02T23:51:00.743Z] === RUN TestDaemonRestartWithExistingNetwork [2019-09-02T23:51:00.897Z] PASS: docker_cli_run_test.go:2498: DockerSuite.TestRunPortFromDockerRangeInUse 1.244s [2019-09-02T23:51:01.627Z] PASS: docker_cli_build_test.go:4090: DockerSuite.TestBuildBuildTimeArg 6.710s [2019-09-02T23:51:01.825Z] PASS: docker_cli_run_test.go:2046: DockerSuite.TestRunPortInUse 0.775s [2019-09-02T23:51:02.216Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.19s) [2019-09-02T23:51:02.216Z] service_test.go:98: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetwork [2019-09-02T23:51:02.216Z] daemon.go:336: [d87994e8b44d7] waiting for daemon to start [2019-09-02T23:51:02.216Z] daemon.go:336: [d87994e8b44d7] waiting for daemon to start [2019-09-02T23:51:02.216Z] daemon.go:364: [d87994e8b44d7] daemon started [2019-09-02T23:51:02.216Z] daemon.go:472: [d87994e8b44d7] Stopping daemon [2019-09-02T23:51:02.216Z] daemon.go:307: [d87994e8b44d7] exiting daemon [2019-09-02T23:51:02.216Z] daemon.go:459: [d87994e8b44d7] Daemon stopped [2019-09-02T23:51:02.216Z] daemon.go:336: [d87994e8b44d7] waiting for daemon to start [2019-09-02T23:51:02.216Z] daemon.go:336: [d87994e8b44d7] waiting for daemon to start [2019-09-02T23:51:02.216Z] daemon.go:364: [d87994e8b44d7] daemon started [2019-09-02T23:51:02.216Z] daemon.go:472: [d87994e8b44d7] Stopping daemon [2019-09-02T23:51:02.216Z] daemon.go:307: [d87994e8b44d7] exiting daemon [2019-09-02T23:51:02.216Z] daemon.go:459: [d87994e8b44d7] Daemon stopped [2019-09-02T23:51:02.216Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-02T23:51:02.388Z] PASS: docker_cli_run_unix_test.go:1418: DockerSuite.TestRunPrivilegedAllowedDevices 0.718s [2019-09-02T23:51:02.593Z] SKIP: docker_cli_build_test.go:4462: DockerSuite.TestBuildBuildTimeArgBuiltinArg (unmatched requirement DaemonIsLinux) [2019-09-02T23:51:03.225Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.38s) [2019-09-02T23:51:03.225Z] service_test.go:131: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-02T23:51:03.225Z] daemon.go:336: [d11fdf101a086] waiting for daemon to start [2019-09-02T23:51:03.225Z] daemon.go:336: [d11fdf101a086] waiting for daemon to start [2019-09-02T23:51:03.225Z] daemon.go:364: [d11fdf101a086] daemon started [2019-09-02T23:51:03.225Z] daemon.go:472: [d11fdf101a086] Stopping daemon [2019-09-02T23:51:03.225Z] daemon.go:307: [d11fdf101a086] exiting daemon [2019-09-02T23:51:03.225Z] daemon.go:459: [d11fdf101a086] Daemon stopped [2019-09-02T23:51:03.225Z] daemon.go:336: [d11fdf101a086] waiting for daemon to start [2019-09-02T23:51:03.225Z] daemon.go:336: [d11fdf101a086] waiting for daemon to start [2019-09-02T23:51:03.225Z] daemon.go:364: [d11fdf101a086] daemon started [2019-09-02T23:51:03.225Z] daemon.go:472: [d11fdf101a086] Stopping daemon [2019-09-02T23:51:03.225Z] daemon.go:307: [d11fdf101a086] exiting daemon [2019-09-02T23:51:03.225Z] daemon.go:459: [d11fdf101a086] Daemon stopped [2019-09-02T23:51:03.225Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-09-02T23:51:03.320Z] PASS: docker_cli_run_test.go:958: DockerSuite.TestRunPrivilegedCanMknod 0.752s [2019-09-02T23:51:03.842Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2019-09-02T23:51:03.842Z] service_test.go:181: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonWithBipAndDefaultNetworkPool [2019-09-02T23:51:03.842Z] daemon.go:336: [d42ddd96800b5] waiting for daemon to start [2019-09-02T23:51:03.842Z] daemon.go:336: [d42ddd96800b5] waiting for daemon to start [2019-09-02T23:51:03.842Z] daemon.go:364: [d42ddd96800b5] daemon started [2019-09-02T23:51:03.842Z] daemon.go:472: [d42ddd96800b5] Stopping daemon [2019-09-02T23:51:03.842Z] daemon.go:307: [d42ddd96800b5] exiting daemon [2019-09-02T23:51:03.842Z] daemon.go:459: [d42ddd96800b5] Daemon stopped [2019-09-02T23:51:03.842Z] === RUN TestServiceWithPredefinedNetwork [2019-09-02T23:51:03.883Z] PASS: docker_cli_run_test.go:1087: DockerSuite.TestRunPrivilegedCanMount 0.713s [2019-09-02T23:51:04.812Z] PASS: docker_cli_run_test.go:1126: DockerSuite.TestRunProcNotWritableInNonPrivilegedContainers 0.775s [2019-09-02T23:51:05.375Z] PASS: docker_cli_run_test.go:1134: DockerSuite.TestRunProcWritableInPrivilegedContainers 0.771s [2019-09-02T23:51:05.375Z] SKIP: docker_cli_run_test.go:4236: DockerSuite.TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (unmatched requirement DaemonIsWindows) [2019-09-02T23:51:06.306Z] PASS: docker_cli_run_test.go:2987: DockerSuite.TestRunPublishPort 0.610s [2019-09-02T23:51:06.521Z] --- PASS: TestServiceWithPredefinedNetwork (2.29s) [2019-09-02T23:51:06.521Z] service_test.go:203: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithPredefinedNetwork [2019-09-02T23:51:06.521Z] daemon.go:336: [d025d4abd6795] waiting for daemon to start [2019-09-02T23:51:06.521Z] daemon.go:336: [d025d4abd6795] waiting for daemon to start [2019-09-02T23:51:06.521Z] daemon.go:364: [d025d4abd6795] daemon started [2019-09-02T23:51:06.521Z] daemon.go:472: [d025d4abd6795] Stopping daemon [2019-09-02T23:51:06.521Z] daemon.go:307: [d025d4abd6795] exiting daemon [2019-09-02T23:51:06.521Z] daemon.go:459: [d025d4abd6795] Daemon stopped [2019-09-02T23:51:06.521Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-09-02T23:51:06.521Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-02T23:51:06.521Z] service_test.go:230: FLAKY_TEST [2019-09-02T23:51:06.521Z] === RUN TestServiceWithDataPathPortInit [2019-09-02T23:51:06.870Z] PASS: docker_cli_run_test.go:2890: DockerSuite.TestRunReadFilteredProc 0.713s [2019-09-02T23:51:06.870Z] SKIP: docker_cli_run_test.go:2869: DockerSuite.TestRunReadProcLatency (kernel doesn't have latency_stats configured) [2019-09-02T23:51:07.282Z] PASS: docker_cli_build_test.go:4184: DockerSuite.TestBuildBuildTimeArgCacheHit 4.684s [2019-09-02T23:51:07.800Z] PASS: docker_cli_run_test.go:2854: DockerSuite.TestRunReadProcTimer 0.819s [2019-09-02T23:51:09.695Z] PASS: docker_cli_run_unix_test.go:35: DockerSuite.TestRunRedirectStdout 1.607s [2019-09-02T23:51:09.695Z] SKIP: docker_cli_run_test.go:1427: DockerSuite.TestRunResolvconfUpdate (Unstable test, to be re-activated once #19937 is resolved) [2019-09-02T23:51:10.912Z] --- PASS: TestServiceWithDataPathPortInit (4.45s) [2019-09-02T23:51:10.912Z] service_test.go:339: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit [2019-09-02T23:51:10.912Z] daemon.go:336: [da0d636f717ec] waiting for daemon to start [2019-09-02T23:51:10.912Z] daemon.go:336: [da0d636f717ec] waiting for daemon to start [2019-09-02T23:51:10.912Z] daemon.go:364: [da0d636f717ec] daemon started [2019-09-02T23:51:10.912Z] daemon.go:472: [da0d636f717ec] Stopping daemon [2019-09-02T23:51:10.912Z] daemon.go:307: [da0d636f717ec] exiting daemon [2019-09-02T23:51:10.912Z] daemon.go:459: [da0d636f717ec] Daemon stopped [2019-09-02T23:51:10.912Z] service_test.go:367: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDataPathPortInit [2019-09-02T23:51:10.912Z] daemon.go:336: [de11df4eb7dfb] waiting for daemon to start [2019-09-02T23:51:10.912Z] daemon.go:336: [de11df4eb7dfb] waiting for daemon to start [2019-09-02T23:51:10.912Z] daemon.go:364: [de11df4eb7dfb] daemon started [2019-09-02T23:51:10.912Z] daemon.go:472: [de11df4eb7dfb] Stopping daemon [2019-09-02T23:51:10.912Z] daemon.go:307: [de11df4eb7dfb] exiting daemon [2019-09-02T23:51:10.912Z] daemon.go:459: [de11df4eb7dfb] Daemon stopped [2019-09-02T23:51:10.912Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-09-02T23:51:12.968Z] PASS: docker_cli_run_test.go:2660: DockerSuite.TestRunRestartMaxRetries 3.261s [2019-09-02T23:51:13.930Z] Removing intermediate container 658131eb7e72 [2019-09-02T23:51:13.930Z] ---> 7739de955eee [2019-09-02T23:51:13.930Z] Step 3/6 : ADD http://frippery.org/files/busybox/busybox.exe /bin/ [2019-09-02T23:51:13.930Z] [2019-09-02T23:51:14.352Z] PASS: docker_cli_run_test.go:2131: DockerSuite.TestRunReuseBindVolumeThatIsSymlink 1.594s [2019-09-02T23:51:14.897Z] ---> 619a4ecb99e2 [2019-09-02T23:51:14.897Z] Step 4/6 : RUN setx /M PATH "C:\bin;%PATH%" [2019-09-02T23:51:14.897Z] ---> Running in 3177e09aa1f4 [2019-09-02T23:51:15.282Z] PASS: docker_cli_run_test.go:4061: DockerSuite.TestRunRm 0.841s [2019-09-02T23:51:15.287Z] --- PASS: TestServiceWithDefaultAddressPoolInit (4.35s) [2019-09-02T23:51:15.287Z] service_test.go:398: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit [2019-09-02T23:51:15.287Z] daemon.go:336: [d4712a1cf2b3d] waiting for daemon to start [2019-09-02T23:51:15.287Z] daemon.go:336: [d4712a1cf2b3d] waiting for daemon to start [2019-09-02T23:51:15.287Z] daemon.go:364: [d4712a1cf2b3d] daemon started [2019-09-02T23:51:15.287Z] service_test.go:425: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:o6x1hahi3vktfpi15q3adugv3 Created:2019-09-02 23:51:11.609319416 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.0.0/24 IPRange: Gateway:20.20.0.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[] Services:map[]} [2019-09-02T23:51:15.287Z] daemon.go:472: [d4712a1cf2b3d] Stopping daemon [2019-09-02T23:51:15.287Z] daemon.go:307: [d4712a1cf2b3d] exiting daemon [2019-09-02T23:51:15.287Z] daemon.go:459: [d4712a1cf2b3d] Daemon stopped [2019-09-02T23:51:15.287Z] service_test.go:438: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceWithDefaultAddressPoolInit [2019-09-02T23:51:15.287Z] daemon.go:336: [d3805504b6470] waiting for daemon to start [2019-09-02T23:51:15.287Z] daemon.go:336: [d3805504b6470] waiting for daemon to start [2019-09-02T23:51:15.287Z] daemon.go:364: [d3805504b6470] daemon started [2019-09-02T23:51:15.287Z] daemon.go:472: [d3805504b6470] Stopping daemon [2019-09-02T23:51:15.287Z] daemon.go:307: [d3805504b6470] exiting daemon [2019-09-02T23:51:15.287Z] daemon.go:459: [d3805504b6470] Daemon stopped [2019-09-02T23:51:15.287Z] PASS [2019-09-02T23:51:15.287Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan flags=-test.v -test.timeout=120m [2019-09-02T23:51:15.287Z] INFO: Testing against a local daemon [2019-09-02T23:51:15.287Z] === RUN TestDockerNetworkIpvlanPersistance [2019-09-02T23:51:16.761Z] --- PASS: TestDockerNetworkIpvlanPersistance (1.49s) [2019-09-02T23:51:16.761Z] ipvlan_test.go:28: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlanPersistance [2019-09-02T23:51:16.761Z] daemon.go:336: [dde3e65c95a52] waiting for daemon to start [2019-09-02T23:51:16.761Z] daemon.go:336: [dde3e65c95a52] waiting for daemon to start [2019-09-02T23:51:16.761Z] daemon.go:364: [dde3e65c95a52] daemon started [2019-09-02T23:51:16.761Z] daemon.go:472: [dde3e65c95a52] Stopping daemon [2019-09-02T23:51:16.761Z] daemon.go:307: [dde3e65c95a52] exiting daemon [2019-09-02T23:51:16.761Z] daemon.go:459: [dde3e65c95a52] Daemon stopped [2019-09-02T23:51:16.761Z] daemon.go:336: [dde3e65c95a52] waiting for daemon to start [2019-09-02T23:51:16.761Z] daemon.go:336: [dde3e65c95a52] waiting for daemon to start [2019-09-02T23:51:16.761Z] daemon.go:364: [dde3e65c95a52] daemon started [2019-09-02T23:51:16.761Z] daemon.go:472: [dde3e65c95a52] Stopping daemon [2019-09-02T23:51:16.761Z] daemon.go:307: [dde3e65c95a52] exiting daemon [2019-09-02T23:51:16.761Z] daemon.go:459: [dde3e65c95a52] Daemon stopped [2019-09-02T23:51:16.761Z] === RUN TestDockerNetworkIpvlan [2019-09-02T23:51:17.378Z] === RUN TestDockerNetworkIpvlan/Subinterface [2019-09-02T23:51:17.644Z] PASS: docker_cli_build_test.go:4208: DockerSuite.TestBuildBuildTimeArgCacheMissExtraArg 8.454s [2019-09-02T23:51:18.531Z] === RUN TestDockerNetworkIpvlan/OverlapParent [2019-09-02T23:51:19.452Z] PASS: docker_cli_run_test.go:4051: DockerSuite.TestRunRmAndWait 3.806s [2019-09-02T23:51:19.550Z] === RUN TestDockerNetworkIpvlan/L2NilParent [2019-09-02T23:51:19.586Z] [2019-09-02T23:51:19.586Z] SUCCESS: Specified value was saved. [2019-09-02T23:51:19.709Z] PASS: docker_cli_run_test.go:4072: DockerSuite.TestRunRmPre125Api 0.852s [2019-09-02T23:51:20.640Z] PASS: docker_cli_run_test.go:1221: DockerSuite.TestRunRootWorkdir 0.818s [2019-09-02T23:51:21.761Z] Removing intermediate container 3177e09aa1f4 [2019-09-02T23:51:21.761Z] ---> b4c8f7f4a0ba [2019-09-02T23:51:21.761Z] Step 5/6 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2019-09-02T23:51:21.761Z] ---> Running in 7b47f6469b34 [2019-09-02T23:51:22.248Z] === RUN TestDockerNetworkIpvlan/L2InternalMode [2019-09-02T23:51:22.535Z] PASS: docker_cli_run_unix_test.go:1051: DockerSuite.TestRunSeccompAllowPrivCloneUserns 1.651s [2019-09-02T23:51:23.099Z] PASS: docker_cli_run_unix_test.go:1071: DockerSuite.TestRunSeccompAllowSetrlimit 0.811s [2019-09-02T23:51:25.695Z] === RUN TestDockerNetworkIpvlan/L3NilParent [2019-09-02T23:51:26.213Z] PASS: docker_cli_build_test.go:4239: DockerSuite.TestBuildBuildTimeArgCacheMissSameArgDiffVal 8.075s [2019-09-02T23:51:26.213Z] SKIP: docker_cli_build_test.go:4485: DockerSuite.TestBuildBuildTimeArgDefaultOverride (unmatched requirement DaemonIsLinux) [2019-09-02T23:51:27.273Z] PASS: docker_cli_run_unix_test.go:1078: DockerSuite.TestRunSeccompDefaultProfileAcct 4.031s [2019-09-02T23:51:27.717Z] === RUN TestDockerNetworkIpvlan/L3InternalMode [2019-09-02T23:51:30.353Z] Cannot create a file when that file already exists. [2019-09-02T23:51:31.185Z] === RUN TestDockerNetworkIpvlan/L2MultiSubnet [2019-09-02T23:51:32.524Z] PASS: docker_cli_run_unix_test.go:1108: DockerSuite.TestRunSeccompDefaultProfileNS 4.954s [2019-09-02T23:51:33.088Z] PASS: docker_cli_run_unix_test.go:1063: DockerSuite.TestRunSeccompProfileAllow32Bit 0.769s [2019-09-02T23:51:34.018Z] PASS: docker_cli_run_unix_test.go:953: DockerSuite.TestRunSeccompProfileDenyChmod 0.795s [2019-09-02T23:51:34.583Z] PASS: docker_cli_run_unix_test.go:1026: DockerSuite.TestRunSeccompProfileDenyCloneUserns 0.791s [2019-09-02T23:51:35.513Z] PASS: docker_cli_run_unix_test.go:924: DockerSuite.TestRunSeccompProfileDenyUnshare 0.794s [2019-09-02T23:51:36.076Z] PASS: docker_cli_run_unix_test.go:988: DockerSuite.TestRunSeccompProfileDenyUnshareUserns 0.787s [2019-09-02T23:51:36.523Z] PASS: docker_cli_build_test.go:4624: DockerSuite.TestBuildBuildTimeArgDefinitionWithNoEnvInjection 9.417s [2019-09-02T23:51:36.523Z] SKIP: docker_cli_build_test.go:4608: DockerSuite.TestBuildBuildTimeArgEmptyValVariants (unmatched requirement DaemonIsLinux) [2019-09-02T23:51:36.523Z] SKIP: docker_cli_build_test.go:4527: DockerSuite.TestBuildBuildTimeArgEnv (unmatched requirement DaemonIsLinux) [2019-09-02T23:51:36.670Z] === RUN TestDockerNetworkIpvlan/L3MultiSubnet [2019-09-02T23:51:37.006Z] PASS: docker_cli_run_unix_test.go:1038: DockerSuite.TestRunSeccompUnconfinedCloneUserns 0.762s [2019-09-02T23:51:37.416Z] Removing intermediate container 7b47f6469b34 [2019-09-02T23:51:37.416Z] ---> 462b0551929c [2019-09-02T23:51:37.416Z] Step 6/6 : CMD ["sh"] [2019-09-02T23:51:37.416Z] ---> Running in c4d07708df5c [2019-09-02T23:51:37.935Z] PASS: docker_cli_run_unix_test.go:1349: DockerSuite.TestRunSeccompWithDefaultProfile 0.783s [2019-09-02T23:51:38.384Z] Removing intermediate container c4d07708df5c [2019-09-02T23:51:38.384Z] ---> 1370053ec556 [2019-09-02T23:51:38.384Z] Successfully built 1370053ec556 [2019-09-02T23:51:38.384Z] Successfully tagged busybox:latest [2019-09-02T23:51:38.384Z] INFO: Docker images of the daemon under test [2019-09-02T23:51:38.384Z] [2019-09-02T23:51:38.384Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2019-09-02T23:51:38.384Z] busybox latest 1370053ec556 Less than a second ago 11.2GB [2019-09-02T23:51:38.384Z] microsoft/windowsservercore latest 02bf0dbc0e6a 2 weeks ago 11.1GB [2019-09-02T23:51:38.385Z] mcr.microsoft.com/windows/servercore ltsc2016 02bf0dbc0e6a 2 weeks ago 11.1GB [2019-09-02T23:51:38.385Z] [2019-09-02T23:51:38.385Z] INFO: Running integration tests at 09/02/2019 23:51:38... [2019-09-02T23:51:38.385Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2019-09-02T23:51:38.385Z] INFO: Integration API tests being run from the host: [2019-09-02T23:51:38.385Z] INFO: make.ps1 starting at 09/02/2019 23:51:38 [2019-09-02T23:51:38.866Z] PASS: docker_cli_run_test.go:2652: DockerSuite.TestRunSetDefaultRestartPolicy 0.626s [2019-09-02T23:51:39.429Z] PASS: docker_cli_run_test.go:1992: DockerSuite.TestRunSetMacAddress 0.796s [2019-09-02T23:51:39.920Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\build [2019-09-02T23:51:41.055Z] === RUN TestDockerNetworkIpvlan/Addressing [2019-09-02T23:51:41.204Z] PASS: docker_cli_build_test.go:4320: DockerSuite.TestBuildBuildTimeArgExpansion 5.040s [2019-09-02T23:51:41.204Z] SKIP: docker_cli_build_test.go:4410: DockerSuite.TestBuildBuildTimeArgExpansionOverride (unmatched requirement DaemonIsLinux) [2019-09-02T23:51:41.662Z] PASS: docker_cli_build_test.go:4123: DockerSuite.TestBuildBuildTimeArgHistory 0.431s [2019-09-02T23:51:41.662Z] SKIP: docker_cli_build_test.go:4264: DockerSuite.TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (unmatched requirement DaemonIsLinux) [2019-09-02T23:51:42.120Z] SKIP: docker_cli_build_test.go:4293: DockerSuite.TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (unmatched requirement DaemonIsLinux) [2019-09-02T23:51:42.712Z] PASS: docker_cli_run_test.go:2242: DockerSuite.TestRunSlowStdoutConsumer 2.695s [2019-09-02T23:51:43.751Z] --- PASS: TestDockerNetworkIpvlan (26.75s) [2019-09-02T23:51:43.751Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-02T23:51:43.751Z] daemon.go:336: [dc6a884cd848b] waiting for daemon to start [2019-09-02T23:51:43.751Z] daemon.go:336: [dc6a884cd848b] waiting for daemon to start [2019-09-02T23:51:43.751Z] daemon.go:364: [dc6a884cd848b] daemon started [2019-09-02T23:51:43.751Z] --- PASS: TestDockerNetworkIpvlan/Subinterface (0.08s) [2019-09-02T23:51:43.751Z] daemon.go:472: [dc6a884cd848b] Stopping daemon [2019-09-02T23:51:43.751Z] daemon.go:307: [dc6a884cd848b] exiting daemon [2019-09-02T23:51:43.751Z] daemon.go:459: [dc6a884cd848b] Daemon stopped [2019-09-02T23:51:43.751Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-02T23:51:43.751Z] daemon.go:336: [db351d3d7e405] waiting for daemon to start [2019-09-02T23:51:43.751Z] daemon.go:336: [db351d3d7e405] waiting for daemon to start [2019-09-02T23:51:43.751Z] daemon.go:364: [db351d3d7e405] daemon started [2019-09-02T23:51:43.751Z] --- PASS: TestDockerNetworkIpvlan/OverlapParent (0.06s) [2019-09-02T23:51:43.751Z] daemon.go:472: [db351d3d7e405] Stopping daemon [2019-09-02T23:51:43.751Z] daemon.go:307: [db351d3d7e405] exiting daemon [2019-09-02T23:51:43.751Z] daemon.go:459: [db351d3d7e405] Daemon stopped [2019-09-02T23:51:43.751Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-02T23:51:43.751Z] daemon.go:336: [dfee63fb4149e] waiting for daemon to start [2019-09-02T23:51:43.751Z] daemon.go:336: [dfee63fb4149e] waiting for daemon to start [2019-09-02T23:51:43.751Z] daemon.go:364: [dfee63fb4149e] daemon started [2019-09-02T23:51:43.751Z] --- PASS: TestDockerNetworkIpvlan/L2NilParent (1.22s) [2019-09-02T23:51:43.751Z] daemon.go:472: [dfee63fb4149e] Stopping daemon [2019-09-02T23:51:43.751Z] daemon.go:307: [dfee63fb4149e] exiting daemon [2019-09-02T23:51:43.751Z] daemon.go:459: [dfee63fb4149e] Daemon stopped [2019-09-02T23:51:43.751Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-02T23:51:43.751Z] daemon.go:336: [d603b3e5aa425] waiting for daemon to start [2019-09-02T23:51:43.751Z] daemon.go:336: [d603b3e5aa425] waiting for daemon to start [2019-09-02T23:51:43.751Z] daemon.go:364: [d603b3e5aa425] daemon started [2019-09-02T23:51:43.751Z] --- PASS: TestDockerNetworkIpvlan/L2InternalMode (2.14s) [2019-09-02T23:51:43.751Z] daemon.go:472: [d603b3e5aa425] Stopping daemon [2019-09-02T23:51:43.751Z] daemon.go:307: [d603b3e5aa425] exiting daemon [2019-09-02T23:51:43.751Z] daemon.go:459: [d603b3e5aa425] Daemon stopped [2019-09-02T23:51:43.751Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-02T23:51:43.751Z] daemon.go:336: [d608c5b21f51d] waiting for daemon to start [2019-09-02T23:51:43.751Z] daemon.go:336: [d608c5b21f51d] waiting for daemon to start [2019-09-02T23:51:43.751Z] daemon.go:364: [d608c5b21f51d] daemon started [2019-09-02T23:51:43.751Z] --- PASS: TestDockerNetworkIpvlan/L3NilParent (1.18s) [2019-09-02T23:51:43.751Z] daemon.go:472: [d608c5b21f51d] Stopping daemon [2019-09-02T23:51:43.751Z] daemon.go:307: [d608c5b21f51d] exiting daemon [2019-09-02T23:51:43.751Z] daemon.go:459: [d608c5b21f51d] Daemon stopped [2019-09-02T23:51:43.751Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-02T23:51:43.751Z] daemon.go:336: [d6ee3cd6c99f8] waiting for daemon to start [2019-09-02T23:51:43.751Z] daemon.go:336: [d6ee3cd6c99f8] waiting for daemon to start [2019-09-02T23:51:43.751Z] daemon.go:364: [d6ee3cd6c99f8] daemon started [2019-09-02T23:51:43.751Z] --- PASS: TestDockerNetworkIpvlan/L3InternalMode (2.20s) [2019-09-02T23:51:43.751Z] daemon.go:472: [d6ee3cd6c99f8] Stopping daemon [2019-09-02T23:51:43.751Z] daemon.go:307: [d6ee3cd6c99f8] exiting daemon [2019-09-02T23:51:43.751Z] daemon.go:459: [d6ee3cd6c99f8] Daemon stopped [2019-09-02T23:51:43.751Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-02T23:51:43.751Z] daemon.go:336: [d937aa80de714] waiting for daemon to start [2019-09-02T23:51:43.751Z] daemon.go:336: [d937aa80de714] waiting for daemon to start [2019-09-02T23:51:43.751Z] daemon.go:364: [d937aa80de714] daemon started [2019-09-02T23:51:43.751Z] --- PASS: TestDockerNetworkIpvlan/L2MultiSubnet (3.31s) [2019-09-02T23:51:43.751Z] daemon.go:472: [d937aa80de714] Stopping daemon [2019-09-02T23:51:43.751Z] daemon.go:307: [d937aa80de714] exiting daemon [2019-09-02T23:51:43.751Z] daemon.go:459: [d937aa80de714] Daemon stopped [2019-09-02T23:51:43.751Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-02T23:51:43.751Z] daemon.go:336: [d1b09ef901e0a] waiting for daemon to start [2019-09-02T23:51:43.751Z] daemon.go:336: [d1b09ef901e0a] waiting for daemon to start [2019-09-02T23:51:43.751Z] daemon.go:364: [d1b09ef901e0a] daemon started [2019-09-02T23:51:43.751Z] --- PASS: TestDockerNetworkIpvlan/L3MultiSubnet (3.21s) [2019-09-02T23:51:43.751Z] daemon.go:472: [d1b09ef901e0a] Stopping daemon [2019-09-02T23:51:43.752Z] daemon.go:307: [d1b09ef901e0a] exiting daemon [2019-09-02T23:51:43.752Z] daemon.go:459: [d1b09ef901e0a] Daemon stopped [2019-09-02T23:51:43.752Z] ipvlan_test.go:88: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkIpvlan [2019-09-02T23:51:43.752Z] daemon.go:336: [d7d16140053a0] waiting for daemon to start [2019-09-02T23:51:43.752Z] daemon.go:336: [d7d16140053a0] waiting for daemon to start [2019-09-02T23:51:43.752Z] daemon.go:364: [d7d16140053a0] daemon started [2019-09-02T23:51:43.752Z] --- PASS: TestDockerNetworkIpvlan/Addressing (1.95s) [2019-09-02T23:51:43.752Z] daemon.go:472: [d7d16140053a0] Stopping daemon [2019-09-02T23:51:43.752Z] daemon.go:307: [d7d16140053a0] exiting daemon [2019-09-02T23:51:43.752Z] daemon.go:459: [d7d16140053a0] Daemon stopped [2019-09-02T23:51:43.752Z] PASS [2019-09-02T23:51:43.752Z] Running /go/src/github.com/docker/docker/integration/network/macvlan flags=-test.v -test.timeout=120m [2019-09-02T23:51:43.752Z] INFO: Testing against a local daemon [2019-09-02T23:51:43.752Z] === RUN TestDockerNetworkMacvlanPersistance [2019-09-02T23:51:44.079Z] PASS: docker_cli_run_test.go:1626: DockerSuite.TestRunState 1.438s [2019-09-02T23:51:44.642Z] PASS: docker_cli_run_test.go:3621: DockerSuite.TestRunStdinBlockedAfterContainerExit 0.794s [2019-09-02T23:51:45.224Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.46s) [2019-09-02T23:51:45.224Z] macvlan_test.go:24: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlanPersistance [2019-09-02T23:51:45.224Z] daemon.go:336: [daa122b4b5b80] waiting for daemon to start [2019-09-02T23:51:45.224Z] daemon.go:336: [daa122b4b5b80] waiting for daemon to start [2019-09-02T23:51:45.224Z] daemon.go:364: [daa122b4b5b80] daemon started [2019-09-02T23:51:45.224Z] daemon.go:472: [daa122b4b5b80] Stopping daemon [2019-09-02T23:51:45.224Z] daemon.go:307: [daa122b4b5b80] exiting daemon [2019-09-02T23:51:45.224Z] daemon.go:459: [daa122b4b5b80] Daemon stopped [2019-09-02T23:51:45.224Z] daemon.go:336: [daa122b4b5b80] waiting for daemon to start [2019-09-02T23:51:45.224Z] daemon.go:336: [daa122b4b5b80] waiting for daemon to start [2019-09-02T23:51:45.224Z] daemon.go:364: [daa122b4b5b80] daemon started [2019-09-02T23:51:45.224Z] daemon.go:472: [daa122b4b5b80] Stopping daemon [2019-09-02T23:51:45.224Z] daemon.go:307: [daa122b4b5b80] exiting daemon [2019-09-02T23:51:45.224Z] daemon.go:459: [daa122b4b5b80] Daemon stopped [2019-09-02T23:51:45.224Z] === RUN TestDockerNetworkMacvlan [2019-09-02T23:51:45.572Z] PASS: docker_cli_run_test.go:98: DockerSuite.TestRunStdinPipe 0.801s [2019-09-02T23:51:45.572Z] PASS: docker_cli_run_test.go:4136: DockerSuite.TestRunStoppedLoggingDriverNoLeak 0.198s [2019-09-02T23:51:45.572Z] SKIP: docker_cli_run_unix_test.go:720: DockerSuite.TestRunSwapLessThanMemoryLimit (unmatched requirement swapMemorySupport) [2019-09-02T23:51:45.841Z] === RUN TestDockerNetworkMacvlan/Subinterface [2019-09-02T23:51:46.502Z] PASS: docker_cli_run_test.go:1110: DockerSuite.TestRunSysNotWritableInNonPrivilegedContainers 0.805s [2019-09-02T23:51:46.850Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2019-09-02T23:51:47.064Z] PASS: docker_cli_run_test.go:1118: DockerSuite.TestRunSysWritableInPrivilegedContainers 0.711s [2019-09-02T23:51:47.861Z] === RUN TestDockerNetworkMacvlan/NilParent [2019-09-02T23:51:48.957Z] PASS: docker_cli_run_unix_test.go:893: DockerSuite.TestRunSysctls 1.626s [2019-09-02T23:51:48.957Z] PASS: docker_cli_run_test.go:2482: DockerSuite.TestRunTLSVerify 0.028s [2019-09-02T23:51:48.958Z] PASS: docker_cli_run_test.go:2530: DockerSuite.TestRunTTYWithPipe 0.009s [2019-09-02T23:51:49.888Z] PASS: docker_cli_run_test.go:1158: DockerSuite.TestRunThatCharacterDevicesActLikeCharacterDevices 0.827s [2019-09-02T23:51:50.556Z] === RUN TestDockerNetworkMacvlan/InternalMode [2019-09-02T23:51:52.407Z] PASS: docker_cli_run_unix_test.go:820: DockerSuite.TestRunTmpfsMounts 2.705s [2019-09-02T23:51:53.338Z] PASS: docker_cli_run_unix_test.go:812: DockerSuite.TestRunTmpfsMountsEnsureOrdered 0.868s [2019-09-02T23:51:54.017Z] === RUN TestDockerNetworkMacvlan/Addressing [2019-09-02T23:51:55.232Z] PASS: docker_cli_run_unix_test.go:841: DockerSuite.TestRunTmpfsMountsOverrideImageVolumes 1.988s [2019-09-02T23:51:55.485Z] --- PASS: TestDockerNetworkMacvlan (10.40s) [2019-09-02T23:51:55.485Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-02T23:51:55.485Z] daemon.go:336: [d8ee7c634f59f] waiting for daemon to start [2019-09-02T23:51:55.485Z] daemon.go:336: [d8ee7c634f59f] waiting for daemon to start [2019-09-02T23:51:55.485Z] daemon.go:364: [d8ee7c634f59f] daemon started [2019-09-02T23:51:55.485Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2019-09-02T23:51:55.485Z] daemon.go:472: [d8ee7c634f59f] Stopping daemon [2019-09-02T23:51:55.485Z] daemon.go:307: [d8ee7c634f59f] exiting daemon [2019-09-02T23:51:55.485Z] daemon.go:459: [d8ee7c634f59f] Daemon stopped [2019-09-02T23:51:55.485Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-02T23:51:55.485Z] daemon.go:336: [d7710d20fce6a] waiting for daemon to start [2019-09-02T23:51:55.485Z] daemon.go:336: [d7710d20fce6a] waiting for daemon to start [2019-09-02T23:51:55.485Z] daemon.go:364: [d7710d20fce6a] daemon started [2019-09-02T23:51:55.485Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2019-09-02T23:51:55.485Z] daemon.go:472: [d7710d20fce6a] Stopping daemon [2019-09-02T23:51:55.485Z] daemon.go:307: [d7710d20fce6a] exiting daemon [2019-09-02T23:51:55.485Z] daemon.go:459: [d7710d20fce6a] Daemon stopped [2019-09-02T23:51:55.485Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-02T23:51:55.485Z] daemon.go:336: [d193a2c196993] waiting for daemon to start [2019-09-02T23:51:55.485Z] daemon.go:336: [d193a2c196993] waiting for daemon to start [2019-09-02T23:51:55.485Z] daemon.go:364: [d193a2c196993] daemon started [2019-09-02T23:51:55.485Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.21s) [2019-09-02T23:51:55.485Z] daemon.go:472: [d193a2c196993] Stopping daemon [2019-09-02T23:51:55.485Z] daemon.go:307: [d193a2c196993] exiting daemon [2019-09-02T23:51:55.485Z] daemon.go:459: [d193a2c196993] Daemon stopped [2019-09-02T23:51:55.485Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-02T23:51:55.485Z] daemon.go:336: [dfc41582efb8d] waiting for daemon to start [2019-09-02T23:51:55.485Z] daemon.go:336: [dfc41582efb8d] waiting for daemon to start [2019-09-02T23:51:55.485Z] daemon.go:364: [dfc41582efb8d] daemon started [2019-09-02T23:51:55.485Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.26s) [2019-09-02T23:51:55.485Z] daemon.go:472: [dfc41582efb8d] Stopping daemon [2019-09-02T23:51:55.485Z] daemon.go:307: [dfc41582efb8d] exiting daemon [2019-09-02T23:51:55.485Z] daemon.go:459: [dfc41582efb8d] Daemon stopped [2019-09-02T23:51:55.485Z] macvlan_test.go:67: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkMacvlan [2019-09-02T23:51:55.485Z] daemon.go:336: [da0e8595825e2] waiting for daemon to start [2019-09-02T23:51:55.485Z] daemon.go:336: [da0e8595825e2] waiting for daemon to start [2019-09-02T23:51:55.485Z] daemon.go:364: [da0e8595825e2] daemon started [2019-09-02T23:51:55.485Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.98s) [2019-09-02T23:51:55.485Z] daemon.go:472: [da0e8595825e2] Stopping daemon [2019-09-02T23:51:55.485Z] daemon.go:307: [da0e8595825e2] exiting daemon [2019-09-02T23:51:55.485Z] daemon.go:459: [da0e8595825e2] Daemon stopped [2019-09-02T23:51:55.485Z] PASS [2019-09-02T23:51:55.485Z] Running /go/src/github.com/docker/docker/integration/plugin flags=-test.v -test.timeout=120m [2019-09-02T23:51:55.485Z] testing: warning: no tests to run [2019-09-02T23:51:55.485Z] PASS [2019-09-02T23:51:55.485Z] Running /go/src/github.com/docker/docker/integration/plugin/authz flags=-test.v -test.timeout=120m [2019-09-02T23:51:55.485Z] INFO: Testing against a local daemon [2019-09-02T23:51:55.485Z] === RUN TestAuthZPluginAllowRequest [2019-09-02T23:51:56.954Z] --- PASS: TestAuthZPluginAllowRequest (1.64s) [2019-09-02T23:51:57.237Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowRequest [2019-09-02T23:51:57.237Z] daemon.go:336: [dea75fd93d7e9] waiting for daemon to start [2019-09-02T23:51:57.237Z] daemon.go:336: [dea75fd93d7e9] waiting for daemon to start [2019-09-02T23:51:57.237Z] daemon.go:364: [dea75fd93d7e9] daemon started [2019-09-02T23:51:57.237Z] daemon.go:472: [dea75fd93d7e9] Stopping daemon [2019-09-02T23:51:57.237Z] daemon.go:307: [dea75fd93d7e9] exiting daemon [2019-09-02T23:51:57.237Z] daemon.go:459: [dea75fd93d7e9] Daemon stopped [2019-09-02T23:51:57.237Z] === RUN TestAuthZPluginTLS [2019-09-02T23:51:57.854Z] --- PASS: TestAuthZPluginTLS (0.60s) [2019-09-02T23:51:57.854Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginTLS [2019-09-02T23:51:57.854Z] daemon.go:336: [d5ff75a9320fe] waiting for daemon to start [2019-09-02T23:51:57.854Z] daemon.go:336: [d5ff75a9320fe] waiting for daemon to start [2019-09-02T23:51:57.854Z] daemon.go:364: [d5ff75a9320fe] daemon started [2019-09-02T23:51:57.854Z] daemon.go:472: [d5ff75a9320fe] Stopping daemon [2019-09-02T23:51:57.854Z] daemon.go:307: [d5ff75a9320fe] exiting daemon [2019-09-02T23:51:57.854Z] daemon.go:459: [d5ff75a9320fe] Daemon stopped [2019-09-02T23:51:57.854Z] === RUN TestAuthZPluginDenyRequest [2019-09-02T23:51:58.137Z] --- PASS: TestAuthZPluginDenyRequest (0.58s) [2019-09-02T23:51:58.137Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyRequest [2019-09-02T23:51:58.137Z] daemon.go:336: [d71ffb6992668] waiting for daemon to start [2019-09-02T23:51:58.137Z] daemon.go:336: [d71ffb6992668] waiting for daemon to start [2019-09-02T23:51:58.137Z] daemon.go:364: [d71ffb6992668] daemon started [2019-09-02T23:51:58.137Z] daemon.go:472: [d71ffb6992668] Stopping daemon [2019-09-02T23:51:58.137Z] daemon.go:307: [d71ffb6992668] exiting daemon [2019-09-02T23:51:58.137Z] daemon.go:459: [d71ffb6992668] Daemon stopped [2019-09-02T23:51:58.137Z] === RUN TestAuthZPluginAPIDenyResponse [2019-09-02T23:51:58.766Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.58s) [2019-09-02T23:51:58.766Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAPIDenyResponse [2019-09-02T23:51:58.766Z] daemon.go:336: [d6398ce9c1dda] waiting for daemon to start [2019-09-02T23:51:58.766Z] daemon.go:336: [d6398ce9c1dda] waiting for daemon to start [2019-09-02T23:51:58.766Z] daemon.go:364: [d6398ce9c1dda] daemon started [2019-09-02T23:51:58.766Z] daemon.go:472: [d6398ce9c1dda] Stopping daemon [2019-09-02T23:51:58.766Z] daemon.go:307: [d6398ce9c1dda] exiting daemon [2019-09-02T23:51:58.766Z] daemon.go:459: [d6398ce9c1dda] Daemon stopped [2019-09-02T23:51:58.766Z] === RUN TestAuthZPluginDenyResponse [2019-09-02T23:51:59.383Z] --- PASS: TestAuthZPluginDenyResponse (0.58s) [2019-09-02T23:51:59.383Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginDenyResponse [2019-09-02T23:51:59.383Z] daemon.go:336: [d12d7c564edf7] waiting for daemon to start [2019-09-02T23:51:59.383Z] daemon.go:336: [d12d7c564edf7] waiting for daemon to start [2019-09-02T23:51:59.383Z] daemon.go:364: [d12d7c564edf7] daemon started [2019-09-02T23:51:59.383Z] daemon.go:472: [d12d7c564edf7] Stopping daemon [2019-09-02T23:51:59.383Z] daemon.go:307: [d12d7c564edf7] exiting daemon [2019-09-02T23:51:59.383Z] daemon.go:459: [d12d7c564edf7] Daemon stopped [2019-09-02T23:51:59.383Z] === RUN TestAuthZPluginAllowEventStream [2019-09-02T23:51:59.403Z] PASS: docker_cli_run_unix_test.go:853: DockerSuite.TestRunTmpfsMountsWithOptions 4.037s [2019-09-02T23:52:01.406Z] --- PASS: TestAuthZPluginAllowEventStream (1.64s) [2019-09-02T23:52:01.406Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginAllowEventStream [2019-09-02T23:52:01.406Z] daemon.go:336: [d50318305df7f] waiting for daemon to start [2019-09-02T23:52:01.406Z] daemon.go:336: [d50318305df7f] waiting for daemon to start [2019-09-02T23:52:01.406Z] daemon.go:364: [d50318305df7f] daemon started [2019-09-02T23:52:01.406Z] daemon.go:472: [d50318305df7f] Stopping daemon [2019-09-02T23:52:01.406Z] daemon.go:307: [d50318305df7f] exiting daemon [2019-09-02T23:52:01.406Z] daemon.go:459: [d50318305df7f] Daemon stopped [2019-09-02T23:52:01.406Z] === RUN TestAuthZPluginErrorResponse [2019-09-02T23:52:01.688Z] --- PASS: TestAuthZPluginErrorResponse (0.58s) [2019-09-02T23:52:01.688Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorResponse [2019-09-02T23:52:01.688Z] daemon.go:336: [d2973acea399a] waiting for daemon to start [2019-09-02T23:52:01.688Z] daemon.go:336: [d2973acea399a] waiting for daemon to start [2019-09-02T23:52:01.688Z] daemon.go:364: [d2973acea399a] daemon started [2019-09-02T23:52:01.688Z] daemon.go:472: [d2973acea399a] Stopping daemon [2019-09-02T23:52:01.688Z] daemon.go:307: [d2973acea399a] exiting daemon [2019-09-02T23:52:01.688Z] daemon.go:459: [d2973acea399a] Daemon stopped [2019-09-02T23:52:01.688Z] === RUN TestAuthZPluginErrorRequest [2019-09-02T23:52:02.302Z] --- PASS: TestAuthZPluginErrorRequest (0.56s) [2019-09-02T23:52:02.302Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginErrorRequest [2019-09-02T23:52:02.302Z] daemon.go:336: [dc9f7a2bab333] waiting for daemon to start [2019-09-02T23:52:02.302Z] daemon.go:336: [dc9f7a2bab333] waiting for daemon to start [2019-09-02T23:52:02.302Z] daemon.go:364: [dc9f7a2bab333] daemon started [2019-09-02T23:52:02.302Z] daemon.go:472: [dc9f7a2bab333] Stopping daemon [2019-09-02T23:52:02.302Z] daemon.go:307: [dc9f7a2bab333] exiting daemon [2019-09-02T23:52:02.302Z] daemon.go:459: [dc9f7a2bab333] Daemon stopped [2019-09-02T23:52:02.302Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-09-02T23:52:02.675Z] PASS: docker_cli_run_test.go:796: DockerSuite.TestRunTwoConcurrentContainers 3.084s [2019-09-02T23:52:02.915Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.58s) [2019-09-02T23:52:02.915Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureNoDuplicatePluginRegistration [2019-09-02T23:52:02.915Z] daemon.go:336: [daa413a54cff8] waiting for daemon to start [2019-09-02T23:52:02.915Z] daemon.go:336: [daa413a54cff8] waiting for daemon to start [2019-09-02T23:52:02.915Z] daemon.go:364: [daa413a54cff8] daemon started [2019-09-02T23:52:02.915Z] daemon.go:472: [daa413a54cff8] Stopping daemon [2019-09-02T23:52:02.915Z] daemon.go:307: [daa413a54cff8] exiting daemon [2019-09-02T23:52:02.915Z] daemon.go:459: [daa413a54cff8] Daemon stopped [2019-09-02T23:52:02.915Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2019-09-02T23:52:03.241Z] PASS: docker_cli_run_test.go:968: DockerSuite.TestRunUnprivilegedCanMknod 0.728s [2019-09-02T23:52:04.171Z] PASS: docker_cli_run_test.go:1097: DockerSuite.TestRunUnprivilegedCannotMount 0.802s [2019-09-02T23:52:04.735Z] PASS: docker_cli_run_test.go:1167: DockerSuite.TestRunUnprivilegedWithChroot 0.787s [2019-09-02T23:52:04.942Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.14s) [2019-09-02T23:52:04.942Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginEnsureLoadImportWorking [2019-09-02T23:52:04.942Z] daemon.go:336: [dc6546d2b4e3d] waiting for daemon to start [2019-09-02T23:52:04.942Z] daemon.go:336: [dc6546d2b4e3d] waiting for daemon to start [2019-09-02T23:52:04.942Z] daemon.go:364: [dc6546d2b4e3d] daemon started [2019-09-02T23:52:04.942Z] daemon.go:472: [dc6546d2b4e3d] Stopping daemon [2019-09-02T23:52:04.942Z] daemon.go:307: [dc6546d2b4e3d] exiting daemon [2019-09-02T23:52:04.942Z] daemon.go:459: [dc6546d2b4e3d] Daemon stopped [2019-09-02T23:52:04.942Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2019-09-02T23:52:06.974Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.17s) [2019-09-02T23:52:06.975Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthzPluginEnsureContainerCopyToFrom [2019-09-02T23:52:06.975Z] daemon.go:336: [d2217749e47e1] waiting for daemon to start [2019-09-02T23:52:06.975Z] daemon.go:336: [d2217749e47e1] waiting for daemon to start [2019-09-02T23:52:06.975Z] daemon.go:364: [d2217749e47e1] daemon started [2019-09-02T23:52:06.975Z] daemon.go:472: [d2217749e47e1] Stopping daemon [2019-09-02T23:52:06.975Z] daemon.go:307: [d2217749e47e1] exiting daemon [2019-09-02T23:52:06.975Z] daemon.go:459: [d2217749e47e1] Daemon stopped [2019-09-02T23:52:06.975Z] === RUN TestAuthZPluginHeader [2019-09-02T23:52:07.263Z] PASS: docker_cli_run_test.go:4084: DockerSuite.TestRunUnsetEntrypoint 2.332s [2019-09-02T23:52:07.986Z] --- PASS: TestAuthZPluginHeader (0.97s) [2019-09-02T23:52:07.986Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginHeader [2019-09-02T23:52:07.986Z] daemon.go:336: [d7735819fc3f2] waiting for daemon to start [2019-09-02T23:52:07.986Z] daemon.go:336: [d7735819fc3f2] waiting for daemon to start [2019-09-02T23:52:07.986Z] daemon.go:364: [d7735819fc3f2] daemon started [2019-09-02T23:52:07.986Z] daemon.go:472: [d7735819fc3f2] Stopping daemon [2019-09-02T23:52:07.986Z] daemon.go:307: [d7735819fc3f2] exiting daemon [2019-09-02T23:52:07.986Z] daemon.go:459: [d7735819fc3f2] Daemon stopped [2019-09-02T23:52:07.986Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2019-09-02T23:52:07.986Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2019-09-02T23:52:07.986Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-02T23:52:07.986Z] === RUN TestAuthZPluginV2Disable [2019-09-02T23:52:07.986Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2019-09-02T23:52:07.986Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-02T23:52:07.986Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2019-09-02T23:52:07.986Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2019-09-02T23:52:07.986Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-02T23:52:07.986Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2019-09-02T23:52:07.986Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2019-09-02T23:52:07.986Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-02T23:52:07.986Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2019-09-02T23:52:08.651Z] PASS: docker_cli_run_test.go:2929: DockerSuite.TestRunUnshareProc 1.218s [2019-09-02T23:52:09.217Z] PASS: docker_cli_run_test.go:737: DockerSuite.TestRunUserByID 0.755s [2019-09-02T23:52:09.474Z] PASS: docker_cli_run_test.go:747: DockerSuite.TestRunUserByIDBig 0.162s [2019-09-02T23:52:09.474Z] PASS: docker_cli_run_test.go:760: DockerSuite.TestRunUserByIDNegative 0.155s [2019-09-02T23:52:10.407Z] PASS: docker_cli_run_test.go:773: DockerSuite.TestRunUserByIDZero 0.768s [2019-09-02T23:52:10.970Z] PASS: docker_cli_run_test.go:727: DockerSuite.TestRunUserByName 0.784s [2019-09-02T23:52:11.901Z] PASS: docker_cli_run_test.go:716: DockerSuite.TestRunUserDefaults 0.763s [2019-09-02T23:52:11.901Z] SKIP: docker_cli_run_unix_test.go:1427: DockerSuite.TestRunUserDeviceAllowed (Host does not have /dev/snd/timer) [2019-09-02T23:52:11.901Z] PASS: docker_cli_run_test.go:786: DockerSuite.TestRunUserNotFound 0.146s [2019-09-02T23:52:12.831Z] PASS: docker_cli_run_test.go:594: DockerSuite.TestRunVerifyContainerID 0.619s [2019-09-02T23:52:17.792Z] PASS: docker_cli_build_test.go:4587: DockerSuite.TestBuildBuildTimeArgQuotedValVariants 31.724s [2019-09-02T23:52:18.083Z] PASS: docker_cli_run_test.go:3973: DockerSuite.TestRunVolumeCopyFlag 4.531s [2019-09-02T23:52:18.083Z] PASS: docker_cli_run_test.go:3966: DockerSuite.TestRunVolumeWithOneCharacter 0.772s [2019-09-02T23:52:18.757Z] PASS: docker_cli_build_test.go:4511: DockerSuite.TestBuildBuildTimeArgUnconsumedArg 4.372s [2019-09-02T23:52:19.451Z] PASS: docker_cli_run_test.go:2211: DockerSuite.TestRunVolumesCleanPaths 1.108s [2019-09-02T23:52:19.723Z] SKIP: docker_cli_build_test.go:4438: DockerSuite.TestBuildBuildTimeArgUntrustedDefinedAfterUse (unmatched requirement DaemonIsLinux) [2019-09-02T23:52:20.181Z] SKIP: docker_cli_build_test.go:372: DockerSuite.TestBuildCacheAdd (unmatched requirement DaemonIsLinux) [2019-09-02T23:52:21.719Z] PASS: docker_cli_build_test.go:4761: DockerSuite.TestBuildCacheBrokenSymlink 0.788s [2019-09-02T23:52:21.719Z] SKIP: docker_cli_build_test.go:5432: DockerSuite.TestBuildCacheFrom (unmatched requirement DaemonIsLinux) [2019-09-02T23:52:21.971Z] PASS: docker_cli_run_test.go:474: DockerSuite.TestRunVolumesFromInReadWriteMode 2.432s [2019-09-02T23:52:22.446Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\config [2019-09-02T23:52:22.901Z] PASS: docker_cli_swarm_test.go:1333: DockerSwarmSuite.TestSwarmClusterRotateUnlockKey 85.999s [2019-09-02T23:52:23.415Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\container [2019-09-02T23:52:23.465Z] PASS: docker_cli_run_test.go:453: DockerSuite.TestRunVolumesFromInReadonlyModeFails 1.613s [2019-09-02T23:52:25.988Z] PASS: docker_cli_run_test.go:2770: DockerSuite.TestRunVolumesFromRestartAfterRemoved 2.189s [2019-09-02T23:52:26.406Z] PASS: docker_cli_build_test.go:5410: DockerSuite.TestBuildCacheFromEqualDiffIDsLength 4.701s [2019-09-02T23:52:26.420Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.88s) [2019-09-02T23:52:26.420Z] main_test.go:54: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestAuthZPluginV2NonexistentFailsDaemonStart [2019-09-02T23:52:26.420Z] daemon.go:336: [dd81a1447a540] waiting for daemon to start [2019-09-02T23:52:26.420Z] daemon.go:336: [dd81a1447a540] waiting for daemon to start [2019-09-02T23:52:26.420Z] daemon.go:364: [dd81a1447a540] daemon started [2019-09-02T23:52:26.420Z] daemon.go:472: [dd81a1447a540] Stopping daemon [2019-09-02T23:52:26.420Z] daemon.go:307: [dd81a1447a540] exiting daemon [2019-09-02T23:52:26.420Z] daemon.go:459: [dd81a1447a540] Daemon stopped [2019-09-02T23:52:26.420Z] daemon.go:336: [dd81a1447a540] waiting for daemon to start [2019-09-02T23:52:26.420Z] daemon.go:336: [dd81a1447a540] waiting for daemon to start [2019-09-02T23:52:26.420Z] daemon.go:336: [dd81a1447a540] waiting for daemon to start [2019-09-02T23:52:26.420Z] daemon.go:336: [dd81a1447a540] waiting for daemon to start [2019-09-02T23:52:26.420Z] daemon.go:350: [dd81a1447a540] error pinging daemon on start: Get http://dd81a1447a540.sock/_ping: context deadline exceeded [2019-09-02T23:52:26.420Z] daemon.go:336: [dd81a1447a540] waiting for daemon to start [2019-09-02T23:52:26.420Z] daemon.go:350: [dd81a1447a540] error pinging daemon on start: Get http://dd81a1447a540.sock/_ping: context deadline exceeded [2019-09-02T23:52:26.420Z] daemon.go:336: [dd81a1447a540] waiting for daemon to start [2019-09-02T23:52:26.420Z] daemon.go:350: [dd81a1447a540] error pinging daemon on start: Get http://dd81a1447a540.sock/_ping: context deadline exceeded [2019-09-02T23:52:26.420Z] daemon.go:336: [dd81a1447a540] waiting for daemon to start [2019-09-02T23:52:26.420Z] daemon.go:350: [dd81a1447a540] error pinging daemon on start: Get http://dd81a1447a540.sock/_ping: context deadline exceeded [2019-09-02T23:52:26.420Z] daemon.go:307: [dd81a1447a540] exiting daemon [2019-09-02T23:52:26.420Z] daemon.go:336: [dd81a1447a540] waiting for daemon to start [2019-09-02T23:52:26.420Z] daemon.go:336: [dd81a1447a540] waiting for daemon to start [2019-09-02T23:52:26.420Z] daemon.go:336: [dd81a1447a540] waiting for daemon to start [2019-09-02T23:52:26.420Z] daemon.go:364: [dd81a1447a540] daemon started [2019-09-02T23:52:26.420Z] daemon.go:472: [dd81a1447a540] Stopping daemon [2019-09-02T23:52:26.420Z] daemon.go:307: [dd81a1447a540] exiting daemon [2019-09-02T23:52:26.420Z] daemon.go:459: [dd81a1447a540] Daemon stopped [2019-09-02T23:52:26.420Z] PASS [2019-09-02T23:52:26.420Z] Running /go/src/github.com/docker/docker/integration/plugin/common flags=-test.v -test.timeout=120m [2019-09-02T23:52:26.420Z] INFO: Testing against a local daemon [2019-09-02T23:52:26.420Z] === RUN TestPluginInvalidJSON [2019-09-02T23:52:26.420Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-09-02T23:52:26.420Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-09-02T23:52:26.420Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-09-02T23:52:26.420Z] --- PASS: TestPluginInvalidJSON (0.04s) [2019-09-02T23:52:26.420Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-09-02T23:52:26.420Z] PASS [2019-09-02T23:52:26.420Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver flags=-test.v -test.timeout=120m [2019-09-02T23:52:26.420Z] INFO: Testing against a local daemon [2019-09-02T23:52:26.420Z] === RUN TestExternalGraphDriver [2019-09-02T23:52:26.420Z] === RUN TestExternalGraphDriver/json [2019-09-02T23:52:27.373Z] PASS: docker_cli_build_test.go:4873: DockerSuite.TestBuildCacheRootSource 0.775s [2019-09-02T23:52:27.373Z] SKIP: docker_api_build_test.go:405: DockerSuite.TestBuildChownOnCopy (unmatched requirement DaemonIsLinux) [2019-09-02T23:52:27.373Z] SKIP: docker_cli_build_test.go:3575: DockerSuite.TestBuildChownSingleFile (unmatched requirement UnixCli) [2019-09-02T23:52:27.439Z] === RUN TestExternalGraphDriver/spec [2019-09-02T23:52:28.907Z] PASS: docker_cli_build_test.go:3138: DockerSuite.TestBuildCleanupCmdOnEntrypoint 1.177s [2019-09-02T23:52:29.202Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\image [2019-09-02T23:52:29.261Z] PASS: docker_cli_run_test.go:659: DockerSuite.TestRunVolumesFromSymlinkPath 2.930s [2019-09-02T23:52:29.261Z] PASS: docker_cli_swarm_test.go:371: DockerSwarmSuite.TestSwarmContainerAttachByNetworkId 5.433s [2019-09-02T23:52:29.366Z] PASS: docker_cli_build_test.go:3157: DockerSuite.TestBuildClearCmd 0.716s [2019-09-02T23:52:29.469Z] === RUN TestExternalGraphDriver/pull [2019-09-02T23:52:29.824Z] PASS: docker_cli_build_test.go:1578: DockerSuite.TestBuildCmd 0.437s [2019-09-02T23:52:29.824Z] PASS: docker_cli_run_test.go:447: DockerSuite.TestRunVolumesMountedAsReadonly 0.845s [2019-09-02T23:52:30.282Z] PASS: docker_cli_build_test.go:3241: DockerSuite.TestBuildCmdJSONNoShDashC 0.460s [2019-09-02T23:52:30.388Z] PASS: docker_cli_run_test.go:3775: DockerSuite.TestRunVolumesMountedAsShared 0.816s [2019-09-02T23:52:30.740Z] PASS: docker_cli_build_test.go:3200: DockerSuite.TestBuildCmdShDashC 0.461s [2019-09-02T23:52:31.757Z] PASS: docker_cli_run_test.go:3806: DockerSuite.TestRunVolumesMountedAsSlave 0.891s [2019-09-02T23:52:31.757Z] SKIP: docker_cli_run_test.go:4206: DockerSuite.TestRunWindowsWithCPUCount (unmatched requirement DaemonIsWindows) [2019-09-02T23:52:31.757Z] SKIP: docker_cli_run_test.go:4226: DockerSuite.TestRunWindowsWithCPUPercent (unmatched requirement DaemonIsWindows) [2019-09-02T23:52:31.757Z] SKIP: docker_cli_run_test.go:4216: DockerSuite.TestRunWindowsWithCPUShares (unmatched requirement DaemonIsWindows) [2019-09-02T23:52:32.013Z] PASS: docker_cli_run_test.go:1855: DockerSuite.TestRunWithBadDevice 0.212s [2019-09-02T23:52:32.154Z] --- PASS: TestExternalGraphDriver (6.70s) [2019-09-02T23:52:32.154Z] external_test.go:57: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestExternalGraphDriver [2019-09-02T23:52:32.154Z] daemon.go:336: [db4597df25c5a] waiting for daemon to start [2019-09-02T23:52:32.154Z] daemon.go:336: [db4597df25c5a] waiting for daemon to start [2019-09-02T23:52:32.154Z] daemon.go:364: [db4597df25c5a] daemon started [2019-09-02T23:52:32.154Z] daemon.go:472: [db4597df25c5a] Stopping daemon [2019-09-02T23:52:32.154Z] daemon.go:307: [db4597df25c5a] exiting daemon [2019-09-02T23:52:32.154Z] daemon.go:459: [db4597df25c5a] Daemon stopped [2019-09-02T23:52:32.154Z] daemon.go:336: [db4597df25c5a] waiting for daemon to start [2019-09-02T23:52:32.154Z] daemon.go:336: [db4597df25c5a] waiting for daemon to start [2019-09-02T23:52:32.154Z] daemon.go:364: [db4597df25c5a] daemon started [2019-09-02T23:52:32.154Z] daemon.go:472: [db4597df25c5a] Stopping daemon [2019-09-02T23:52:32.154Z] daemon.go:307: [db4597df25c5a] exiting daemon [2019-09-02T23:52:32.154Z] daemon.go:459: [db4597df25c5a] Daemon stopped [2019-09-02T23:52:32.154Z] --- PASS: TestExternalGraphDriver/json (2.09s) [2019-09-02T23:52:32.154Z] daemon.go:336: [db4597df25c5a] waiting for daemon to start [2019-09-02T23:52:32.154Z] daemon.go:336: [db4597df25c5a] waiting for daemon to start [2019-09-02T23:52:32.154Z] daemon.go:364: [db4597df25c5a] daemon started [2019-09-02T23:52:32.154Z] daemon.go:472: [db4597df25c5a] Stopping daemon [2019-09-02T23:52:32.154Z] daemon.go:307: [db4597df25c5a] exiting daemon [2019-09-02T23:52:32.154Z] daemon.go:459: [db4597df25c5a] Daemon stopped [2019-09-02T23:52:32.154Z] daemon.go:336: [db4597df25c5a] waiting for daemon to start [2019-09-02T23:52:32.154Z] daemon.go:336: [db4597df25c5a] waiting for daemon to start [2019-09-02T23:52:32.154Z] daemon.go:364: [db4597df25c5a] daemon started [2019-09-02T23:52:32.154Z] daemon.go:472: [db4597df25c5a] Stopping daemon [2019-09-02T23:52:32.154Z] daemon.go:307: [db4597df25c5a] exiting daemon [2019-09-02T23:52:32.154Z] daemon.go:459: [db4597df25c5a] Daemon stopped [2019-09-02T23:52:32.154Z] --- PASS: TestExternalGraphDriver/spec (2.08s) [2019-09-02T23:52:32.154Z] daemon.go:336: [db4597df25c5a] waiting for daemon to start [2019-09-02T23:52:32.154Z] daemon.go:336: [db4597df25c5a] waiting for daemon to start [2019-09-02T23:52:32.154Z] daemon.go:364: [db4597df25c5a] daemon started [2019-09-02T23:52:32.154Z] daemon.go:472: [db4597df25c5a] Stopping daemon [2019-09-02T23:52:32.154Z] daemon.go:307: [db4597df25c5a] exiting daemon [2019-09-02T23:52:32.154Z] daemon.go:459: [db4597df25c5a] Daemon stopped [2019-09-02T23:52:32.154Z] --- PASS: TestExternalGraphDriver/pull (2.31s) [2019-09-02T23:52:32.154Z] === RUN TestGraphdriverPluginV2 [2019-09-02T23:52:32.154Z] --- SKIP: TestGraphdriverPluginV2 (0.09s) [2019-09-02T23:52:32.154Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-02T23:52:32.154Z] PASS [2019-09-02T23:52:32.154Z] Running /go/src/github.com/docker/docker/integration/plugin/logging flags=-test.v -test.timeout=120m [2019-09-02T23:52:32.154Z] INFO: Testing against a local daemon [2019-09-02T23:52:32.154Z] === RUN TestContinueAfterPluginCrash [2019-09-02T23:52:32.154Z] === PAUSE TestContinueAfterPluginCrash [2019-09-02T23:52:32.154Z] === RUN TestDaemonStartWithLogOpt [2019-09-02T23:52:32.154Z] === PAUSE TestDaemonStartWithLogOpt [2019-09-02T23:52:32.154Z] === CONT TestContinueAfterPluginCrash [2019-09-02T23:52:32.154Z] === CONT TestDaemonStartWithLogOpt [2019-09-02T23:52:32.961Z] PASS: docker_cli_run_unix_test.go:569: DockerSuite.TestRunWithBlkioWeight 0.821s [2019-09-02T23:52:32.962Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network [2019-09-02T23:52:33.524Z] PASS: docker_cli_run_unix_test.go:459: DockerSuite.TestRunWithCPUQuota 0.862s [2019-09-02T23:52:34.455Z] PASS: docker_cli_run_unix_test.go:527: DockerSuite.TestRunWithCPUShares 0.752s [2019-09-02T23:52:36.525Z] PASS: docker_cli_build_test.go:5341: DockerSuite.TestBuildCmdShellArgsEscaped 5.004s [2019-09-02T23:52:36.978Z] PASS: docker_cli_run_unix_test.go:470: DockerSuite.TestRunWithCpuPeriod 2.099s [2019-09-02T23:52:37.234Z] PASS: docker_cli_run_unix_test.go:547: DockerSuite.TestRunWithCpusetCpus 0.781s [2019-09-02T23:52:38.066Z] PASS: docker_cli_build_test.go:3215: DockerSuite.TestBuildCmdSpaces 1.773s [2019-09-02T23:52:38.066Z] SKIP: docker_cli_build_test.go:2646: DockerSuite.TestBuildCommentsShebangs (unmatched requirement DaemonIsLinux) [2019-09-02T23:52:38.168Z] PASS: docker_cli_run_unix_test.go:558: DockerSuite.TestRunWithCpusetMems 0.951s [2019-09-02T23:52:38.168Z] PASS: docker_cli_run_test.go:342: DockerSuite.TestRunWithDaemonFlags 0.010s [2019-09-02T23:52:38.749Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2019-09-02T23:52:38.749Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\network\macvlan [2019-09-02T23:52:39.032Z] PASS: docker_cli_build_test.go:1774: DockerSuite.TestBuildConditionalCache 0.997s [2019-09-02T23:52:39.098Z] PASS: docker_cli_swarm_test.go:324: DockerSwarmSuite.TestSwarmContainerAutoStart 9.081s [2019-09-02T23:52:39.098Z] PASS: docker_cli_run_unix_test.go:786: DockerSuite.TestRunWithDefaultShmSize 0.871s [2019-09-02T23:52:39.098Z] PASS: docker_cli_run_unix_test.go:580: DockerSuite.TestRunWithInvalidBlkioWeight 0.013s [2019-09-02T23:52:39.207Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin [2019-09-02T23:52:39.355Z] PASS: docker_cli_run_unix_test.go:484: DockerSuite.TestRunWithInvalidCpuPeriod 0.035s [2019-09-02T23:52:39.355Z] PASS: docker_cli_run_unix_test.go:513: DockerSuite.TestRunWithInvalidKernelMemory 0.022s [2019-09-02T23:52:39.355Z] PASS: docker_cli_run_test.go:2022: DockerSuite.TestRunWithInvalidMacAddress 0.010s [2019-09-02T23:52:39.355Z] PASS: docker_cli_run_unix_test.go:594: DockerSuite.TestRunWithInvalidPathforBlkioDeviceReadBps 0.167s [2019-09-02T23:52:39.612Z] PASS: docker_cli_run_unix_test.go:606: DockerSuite.TestRunWithInvalidPathforBlkioDeviceReadIOps 0.211s [2019-09-02T23:52:39.869Z] PASS: docker_cli_run_unix_test.go:600: DockerSuite.TestRunWithInvalidPathforBlkioDeviceWriteBps 0.159s [2019-09-02T23:52:40.125Z] PASS: docker_cli_run_unix_test.go:612: DockerSuite.TestRunWithInvalidPathforBlkioDeviceWriteIOps 0.175s [2019-09-02T23:52:40.125Z] PASS: docker_cli_run_unix_test.go:588: DockerSuite.TestRunWithInvalidPathforBlkioWeightDevice 0.153s [2019-09-02T23:52:40.174Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\authz [2019-09-02T23:52:41.141Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\common [2019-09-02T23:52:41.498Z] PASS: docker_cli_run_unix_test.go:500: DockerSuite.TestRunWithKernelMemory 1.086s [2019-09-02T23:52:42.062Z] PASS: docker_cli_run_unix_test.go:638: DockerSuite.TestRunWithMemoryLimit 0.777s [2019-09-02T23:52:42.992Z] PASS: docker_cli_run_unix_test.go:683: DockerSuite.TestRunWithMemoryReservation 0.816s [2019-09-02T23:52:42.992Z] PASS: docker_cli_run_unix_test.go:694: DockerSuite.TestRunWithMemoryReservationInvalid 0.063s [2019-09-02T23:52:43.319Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2019-09-02T23:52:43.924Z] PASS: docker_cli_run_unix_test.go:1568: DockerSuite.TestRunWithNanoCPUs 0.919s [2019-09-02T23:52:44.180Z] PASS: docker_cli_run_test.go:283: DockerSuite.TestRunWithNetAliasOnDefaultNetworks 0.370s [2019-09-02T23:52:45.110Z] PASS: docker_cli_run_test.go:3747: DockerSuite.TestRunWithOomScoreAdj 0.869s [2019-09-02T23:52:45.110Z] PASS: docker_cli_run_test.go:3758: DockerSuite.TestRunWithOomScoreAdjInvalidRange 0.025s [2019-09-02T23:52:46.040Z] PASS: docker_cli_run_unix_test.go:799: DockerSuite.TestRunWithShmSize 0.898s [2019-09-02T23:52:46.970Z] PASS: docker_cli_run_unix_test.go:661: DockerSuite.TestRunWithSwappiness 0.859s [2019-09-02T23:52:46.970Z] PASS: docker_cli_run_unix_test.go:671: DockerSuite.TestRunWithSwappinessInvalid 0.035s [2019-09-02T23:52:46.970Z] PASS: docker_cli_run_test.go:2833: DockerSuite.TestRunWithTooSmallMemoryLimit 0.031s [2019-09-02T23:52:47.901Z] PASS: docker_cli_run_test.go:3230: DockerSuite.TestRunWithUlimits 0.900s [2019-09-02T23:52:48.022Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\logging [2019-09-02T23:52:48.465Z] PASS: docker_cli_swarm_test.go:346: DockerSwarmSuite.TestSwarmContainerEndpointOptions 8.148s [2019-09-02T23:52:49.836Z] PASS: docker_cli_run_test.go:349: DockerSuite.TestRunWithVolumesFromExited 1.678s [2019-09-02T23:52:50.659Z] --- PASS: TestDaemonStartWithLogOpt (16.22s) [2019-09-02T23:52:50.659Z] validation_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDaemonStartWithLogOpt [2019-09-02T23:52:50.659Z] daemon.go:336: [d681402fa476b] waiting for daemon to start [2019-09-02T23:52:50.659Z] daemon.go:336: [d681402fa476b] waiting for daemon to start [2019-09-02T23:52:50.659Z] daemon.go:364: [d681402fa476b] daemon started [2019-09-02T23:52:50.659Z] daemon.go:472: [d681402fa476b] Stopping daemon [2019-09-02T23:52:50.659Z] daemon.go:307: [d681402fa476b] exiting daemon [2019-09-02T23:52:50.659Z] daemon.go:459: [d681402fa476b] Daemon stopped [2019-09-02T23:52:50.659Z] daemon.go:336: [d681402fa476b] waiting for daemon to start [2019-09-02T23:52:50.659Z] daemon.go:336: [d681402fa476b] waiting for daemon to start [2019-09-02T23:52:50.659Z] daemon.go:364: [d681402fa476b] daemon started [2019-09-02T23:52:50.659Z] daemon.go:472: [d681402fa476b] Stopping daemon [2019-09-02T23:52:50.659Z] daemon.go:307: [d681402fa476b] exiting daemon [2019-09-02T23:52:50.659Z] daemon.go:459: [d681402fa476b] Daemon stopped [2019-09-02T23:52:50.767Z] PASS: docker_cli_run_unix_test.go:63: DockerSuite.TestRunWithVolumesIsRecursive 0.845s [2019-09-02T23:52:50.767Z] SKIP: docker_cli_run_unix_test.go:654: DockerSuite.TestRunWithoutMemoryswapLimit (unmatched requirement swapMemorySupport) [2019-09-02T23:52:51.023Z] PASS: docker_cli_swarm_test.go:525: DockerSwarmSuite.TestSwarmCreateServiceWithNoIngressNetwork 1.061s [2019-09-02T23:52:51.023Z] PASS: docker_cli_run_test.go:160: DockerSuite.TestRunWithoutNetworking 0.575s [2019-09-02T23:52:51.280Z] PASS: docker_cli_run_test.go:1721: DockerSuite.TestRunWorkdirExistsAndIsFile 0.087s [2019-09-02T23:52:51.755Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2019-09-02T23:52:53.173Z] PASS: docker_cli_run_test.go:137: DockerSuite.TestRunWorkingDirectory 1.713s [2019-09-02T23:52:53.325Z] --- PASS: TestContinueAfterPluginCrash (20.94s) [2019-09-02T23:52:53.325Z] logging_linux_test.go:22: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestContinueAfterPluginCrash [2019-09-02T23:52:53.325Z] daemon.go:336: [dba298197e1c4] waiting for daemon to start [2019-09-02T23:52:53.325Z] daemon.go:336: [dba298197e1c4] waiting for daemon to start [2019-09-02T23:52:53.325Z] daemon.go:364: [dba298197e1c4] daemon started [2019-09-02T23:52:53.325Z] daemon.go:472: [dba298197e1c4] Stopping daemon [2019-09-02T23:52:53.325Z] daemon.go:307: [dba298197e1c4] exiting daemon [2019-09-02T23:52:53.325Z] daemon.go:459: [dba298197e1c4] Daemon stopped [2019-09-02T23:52:53.325Z] PASS [2019-09-02T23:52:53.325Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes flags=-test.v -test.timeout=120m [2019-09-02T23:52:53.325Z] INFO: Testing against a local daemon [2019-09-02T23:52:53.325Z] === RUN TestPluginWithDevMounts [2019-09-02T23:52:53.325Z] === PAUSE TestPluginWithDevMounts [2019-09-02T23:52:53.325Z] === CONT TestPluginWithDevMounts [2019-09-02T23:52:53.741Z] PASS: docker_cli_run_test.go:3046: DockerSuite.TestRunWriteFilteredProc 0.814s [2019-09-02T23:52:53.832Z] PASS: docker_cli_build_test.go:5621: DockerSuite.TestBuildContChar 12.176s [2019-09-02T23:52:53.832Z] SKIP: docker_cli_build_test.go:3974: DockerSuite.TestBuildContainerWithCgroupParent (unmatched requirement DaemonIsLinux) [2019-09-02T23:52:53.832Z] PASS: docker_cli_build_test.go:1513: DockerSuite.TestBuildContextCleanup 0.342s [2019-09-02T23:52:54.802Z] PASS: docker_cli_build_test.go:1535: DockerSuite.TestBuildContextCleanupFailedBuild 2.101s [2019-09-02T23:52:55.261Z] PASS: docker_cli_build_test.go:2046: DockerSuite.TestBuildContextTarGzip 0.667s [2019-09-02T23:52:55.719Z] PASS: docker_cli_build_test.go:2050: DockerSuite.TestBuildContextTarNoCompression 0.358s [2019-09-02T23:52:55.719Z] SKIP: docker_cli_build_test.go:522: DockerSuite.TestBuildCopyAddMultipleFiles (unmatched requirement DaemonIsLinux) [2019-09-02T23:52:56.014Z] --- PASS: TestPluginWithDevMounts (2.38s) [2019-09-02T23:52:56.014Z] mounts_test.go:23: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestPluginWithDevMounts [2019-09-02T23:52:56.014Z] daemon.go:336: [d0ab52048a2e3] waiting for daemon to start [2019-09-02T23:52:56.014Z] daemon.go:336: [d0ab52048a2e3] waiting for daemon to start [2019-09-02T23:52:56.014Z] daemon.go:364: [d0ab52048a2e3] daemon started [2019-09-02T23:52:56.014Z] daemon.go:472: [d0ab52048a2e3] Stopping daemon [2019-09-02T23:52:56.014Z] daemon.go:307: [d0ab52048a2e3] exiting daemon [2019-09-02T23:52:56.014Z] daemon.go:459: [d0ab52048a2e3] Daemon stopped [2019-09-02T23:52:56.014Z] PASS [2019-09-02T23:52:56.014Z] Running /go/src/github.com/docker/docker/integration/secret flags=-test.v -test.timeout=120m [2019-09-02T23:52:56.014Z] INFO: Testing against a local daemon [2019-09-02T23:52:56.014Z] === RUN TestSecretInspect [2019-09-02T23:52:56.452Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\secret [2019-09-02T23:52:56.684Z] PASS: docker_api_build_test.go:435: DockerSuite.TestBuildCopyCacheOnFileChange 0.628s [2019-09-02T23:52:57.013Z] PASS: docker_cli_run_test.go:1807: DockerSuite.TestRunWriteSpecialFilesAndNotCommit 2.748s [2019-09-02T23:52:57.013Z] PASS: docker_cli_swarm_test.go:147: DockerSwarmSuite.TestSwarmIncompatibleDaemon 4.628s [2019-09-02T23:52:57.142Z] PASS: docker_cli_build_test.go:1840: DockerSuite.TestBuildCopyDirButNotFile 0.581s [2019-09-02T23:52:57.142Z] SKIP: docker_cli_build_test.go:894: DockerSuite.TestBuildCopyDirContentToExistDir (unmatched requirement DaemonIsLinux) [2019-09-02T23:52:57.142Z] SKIP: docker_cli_build_test.go:880: DockerSuite.TestBuildCopyDirContentToRoot (unmatched requirement DaemonIsLinux) [2019-09-02T23:52:57.577Z] PASS: docker_cli_run_test.go:2845: DockerSuite.TestRunWriteToProcAsound 0.933s [2019-09-02T23:52:57.577Z] PASS: docker_cli_run_test.go:3644: DockerSuite.TestRunWrongCpusetCpusFlagValue 0.014s [2019-09-02T23:52:57.577Z] PASS: docker_cli_run_test.go:3655: DockerSuite.TestRunWrongCpusetMemsFlagValue 0.035s [2019-09-02T23:52:58.050Z] --- PASS: TestSecretInspect (2.32s) [2019-09-02T23:52:58.050Z] secret_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretInspect [2019-09-02T23:52:58.050Z] daemon.go:336: [db75e4ae578c1] waiting for daemon to start [2019-09-02T23:52:58.050Z] daemon.go:336: [db75e4ae578c1] waiting for daemon to start [2019-09-02T23:52:58.050Z] daemon.go:364: [db75e4ae578c1] daemon started [2019-09-02T23:52:58.050Z] daemon.go:472: [db75e4ae578c1] Stopping daemon [2019-09-02T23:52:58.050Z] daemon.go:307: [db75e4ae578c1] exiting daemon [2019-09-02T23:52:58.050Z] daemon.go:459: [db75e4ae578c1] Daemon stopped [2019-09-02T23:52:58.050Z] === RUN TestSecretList [2019-09-02T23:52:58.946Z] PASS: docker_cli_save_load_test.go:159: DockerSuite.TestSaveAndLoadRepoFlags 1.142s [2019-09-02T23:52:59.877Z] PASS: docker_cli_save_load_unix_test.go:22: DockerSuite.TestSaveAndLoadRepoStdout 1.241s [2019-09-02T23:53:00.731Z] --- PASS: TestSecretList (2.23s) [2019-09-02T23:53:00.731Z] secret_test.go:48: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretList [2019-09-02T23:53:00.731Z] daemon.go:336: [d03adea0a5509] waiting for daemon to start [2019-09-02T23:53:00.731Z] daemon.go:336: [d03adea0a5509] waiting for daemon to start [2019-09-02T23:53:00.731Z] daemon.go:364: [d03adea0a5509] daemon started [2019-09-02T23:53:00.731Z] daemon.go:472: [d03adea0a5509] Stopping daemon [2019-09-02T23:53:00.731Z] daemon.go:307: [d03adea0a5509] exiting daemon [2019-09-02T23:53:00.731Z] daemon.go:459: [d03adea0a5509] Daemon stopped [2019-09-02T23:53:00.731Z] === RUN TestSecretsCreateAndDelete [2019-09-02T23:53:01.137Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\service [2019-09-02T23:53:01.244Z] PASS: docker_cli_save_load_unix_test.go:73: DockerSuite.TestSaveAndLoadWithProgressBar 1.238s [2019-09-02T23:53:01.244Z] PASS: docker_cli_save_load_test.go:101: DockerSuite.TestSaveCheckTimes 0.038s [2019-09-02T23:53:02.760Z] --- PASS: TestSecretsCreateAndDelete (2.25s) [2019-09-02T23:53:02.760Z] secret_test.go:125: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsCreateAndDelete [2019-09-02T23:53:02.760Z] daemon.go:336: [d86961fcf0509] waiting for daemon to start [2019-09-02T23:53:02.760Z] daemon.go:336: [d86961fcf0509] waiting for daemon to start [2019-09-02T23:53:02.760Z] daemon.go:364: [d86961fcf0509] daemon started [2019-09-02T23:53:02.760Z] daemon.go:472: [d86961fcf0509] Stopping daemon [2019-09-02T23:53:02.760Z] daemon.go:307: [d86961fcf0509] exiting daemon [2019-09-02T23:53:02.760Z] daemon.go:459: [d86961fcf0509] Daemon stopped [2019-09-02T23:53:02.760Z] === RUN TestSecretsUpdate [2019-09-02T23:53:02.926Z] PASS: docker_cli_build_test.go:6045: DockerSuite.TestBuildCopyFileDotWithWorkdir 4.746s [2019-09-02T23:53:03.136Z] PASS: docker_cli_save_load_test.go:260: DockerSuite.TestSaveDirectoryPermissions 1.949s [2019-09-02T23:53:03.392Z] PASS: docker_cli_save_load_test.go:120: DockerSuite.TestSaveImageId 0.060s [2019-09-02T23:53:03.956Z] PASS: docker_cli_save_load_test.go:381: DockerSuite.TestSaveLoadNoTag 0.512s [2019-09-02T23:53:03.956Z] PASS: docker_cli_swarm_test.go:471: DockerSwarmSuite.TestSwarmIngressNetwork 2.072s [2019-09-02T23:53:04.793Z] --- PASS: TestSecretsUpdate (2.24s) [2019-09-02T23:53:04.793Z] secret_test.go:172: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretsUpdate [2019-09-02T23:53:04.793Z] daemon.go:336: [d5266162e6bfd] waiting for daemon to start [2019-09-02T23:53:04.793Z] daemon.go:336: [d5266162e6bfd] waiting for daemon to start [2019-09-02T23:53:04.793Z] daemon.go:364: [d5266162e6bfd] daemon started [2019-09-02T23:53:04.793Z] daemon.go:472: [d5266162e6bfd] Stopping daemon [2019-09-02T23:53:04.793Z] daemon.go:307: [d5266162e6bfd] exiting daemon [2019-09-02T23:53:04.793Z] daemon.go:459: [d5266162e6bfd] Daemon stopped [2019-09-02T23:53:04.793Z] === RUN TestTemplatedSecret [2019-09-02T23:53:06.476Z] PASS: docker_cli_save_load_test.go:342: DockerSuite.TestSaveLoadParents 2.235s [2019-09-02T23:53:06.476Z] PASS: docker_cli_save_load_test.go:190: DockerSuite.TestSaveMultipleNames 0.057s [2019-09-02T23:53:06.943Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\session [2019-09-02T23:53:07.845Z] PASS: docker_cli_save_load_test.go:208: DockerSuite.TestSaveRepoWithMultipleImages 1.768s [2019-09-02T23:53:08.102Z] PASS: docker_cli_save_load_test.go:86: DockerSuite.TestSaveSingleTag 0.080s [2019-09-02T23:53:08.102Z] PASS: docker_cli_save_load_test.go:180: DockerSuite.TestSaveWithNoExistImage 0.016s [2019-09-02T23:53:08.246Z] --- PASS: TestTemplatedSecret (2.92s) [2019-09-02T23:53:08.247Z] secret_test.go:221: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestTemplatedSecret [2019-09-02T23:53:08.247Z] daemon.go:336: [db6f0c4ec795a] waiting for daemon to start [2019-09-02T23:53:08.247Z] daemon.go:336: [db6f0c4ec795a] waiting for daemon to start [2019-09-02T23:53:08.247Z] daemon.go:364: [db6f0c4ec795a] daemon started [2019-09-02T23:53:08.247Z] daemon.go:472: [db6f0c4ec795a] Stopping daemon [2019-09-02T23:53:08.247Z] daemon.go:307: [db6f0c4ec795a] exiting daemon [2019-09-02T23:53:08.247Z] daemon.go:459: [db6f0c4ec795a] Daemon stopped [2019-09-02T23:53:08.247Z] === RUN TestSecretCreateResolve [2019-09-02T23:53:09.031Z] PASS: docker_cli_swarm_test.go:85: DockerSwarmSuite.TestSwarmInit 3.274s [2019-09-02T23:53:09.031Z] SKIP: docker_cli_swarm_test.go:128: DockerSwarmSuite.TestSwarmInitIPv6 (unmatched requirement IPv6) [2019-09-02T23:53:09.858Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\system [2019-09-02T23:53:09.963Z] PASS: docker_cli_save_load_test.go:28: DockerSuite.TestSaveXzAndLoadRepoStdout 1.804s [2019-09-02T23:53:10.271Z] --- PASS: TestSecretCreateResolve (2.23s) [2019-09-02T23:53:10.271Z] secret_test.go:342: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestSecretCreateResolve [2019-09-02T23:53:10.271Z] daemon.go:336: [d6851f105d9fc] waiting for daemon to start [2019-09-02T23:53:10.271Z] daemon.go:336: [d6851f105d9fc] waiting for daemon to start [2019-09-02T23:53:10.271Z] daemon.go:364: [d6851f105d9fc] daemon started [2019-09-02T23:53:10.271Z] daemon.go:472: [d6851f105d9fc] Stopping daemon [2019-09-02T23:53:10.271Z] daemon.go:307: [d6851f105d9fc] exiting daemon [2019-09-02T23:53:10.271Z] daemon.go:459: [d6851f105d9fc] Daemon stopped [2019-09-02T23:53:10.271Z] PASS [2019-09-02T23:53:10.271Z] Running /go/src/github.com/docker/docker/integration/service flags=-test.v -test.timeout=120m [2019-09-02T23:53:10.271Z] INFO: Testing against a local daemon [2019-09-02T23:53:10.271Z] === RUN TestServiceCreateInit [2019-09-02T23:53:10.271Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-09-02T23:53:11.859Z] PASS: docker_cli_save_load_test.go:57: DockerSuite.TestSaveXzGzAndLoadRepoStdout 1.716s [2019-09-02T23:53:11.859Z] PASS: docker_cli_search_test.go:35: DockerSuite.TestSearchCmdOptions 0.364s [2019-09-02T23:53:12.116Z] PASS: docker_cli_search_test.go:12: DockerSuite.TestSearchOnCentralRegistry 0.062s [2019-09-02T23:53:12.116Z] PASS: docker_cli_search_test.go:63: DockerSuite.TestSearchOnCentralRegistryWithDash 0.084s [2019-09-02T23:53:12.116Z] PASS: docker_cli_search_test.go:17: DockerSuite.TestSearchStarsOptionWithWrongParameter 0.083s [2019-09-02T23:53:12.680Z] PASS: docker_cli_search_test.go:68: DockerSuite.TestSearchWithLimit 0.390s [2019-09-02T23:53:14.545Z] Building test suite binary d:\gopath\src\github.com\docker\docker\integration\volume [2019-09-02T23:53:14.658Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-09-02T23:53:15.205Z] PASS: docker_cli_run_test.go:4290: DockerSuite.TestSlowStdinClosing 2.568s [2019-09-02T23:53:16.740Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2019-09-02T23:53:16.740Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2016 [2019-09-02T23:53:16.740Z] INFO: Testing against a local daemon [2019-09-02T23:53:16.740Z] === RUN TestBuildWithSession [2019-09-02T23:53:16.740Z] --- SKIP: TestBuildWithSession (0.00s) [2019-09-02T23:53:16.740Z] build_session_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:53:16.740Z] === RUN TestBuildSquashParent [2019-09-02T23:53:16.740Z] --- SKIP: TestBuildSquashParent (0.00s) [2019-09-02T23:53:16.740Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:53:16.740Z] === RUN TestBuildWithRemoveAndForceRemove [2019-09-02T23:53:16.740Z] --- SKIP: TestBuildWithRemoveAndForceRemove (0.01s) [2019-09-02T23:53:16.740Z] build_test.go:25: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-02T23:53:16.740Z] === RUN TestBuildMultiStageCopy [2019-09-02T23:53:16.740Z] === RUN TestBuildMultiStageCopy/copy_to_root [2019-09-02T23:53:17.738Z] PASS: docker_cli_swarm_test.go:1058: DockerSwarmSuite.TestSwarmInitLocked 7.624s [2019-09-02T23:53:18.311Z] PASS: docker_cli_swarm_test.go:140: DockerSwarmSuite.TestSwarmInitUnspecifiedAdvertiseAddr 0.803s [2019-09-02T23:53:19.050Z] --- PASS: TestServiceCreateInit (8.43s) [2019-09-02T23:53:19.050Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.17s) [2019-09-02T23:53:19.050Z] create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitDisabled [2019-09-02T23:53:19.050Z] daemon.go:336: [d7c3342489489] waiting for daemon to start [2019-09-02T23:53:19.050Z] daemon.go:336: [d7c3342489489] waiting for daemon to start [2019-09-02T23:53:19.050Z] daemon.go:364: [d7c3342489489] daemon started [2019-09-02T23:53:19.050Z] daemon.go:472: [d7c3342489489] Stopping daemon [2019-09-02T23:53:19.050Z] daemon.go:307: [d7c3342489489] exiting daemon [2019-09-02T23:53:19.050Z] daemon.go:459: [d7c3342489489] Daemon stopped [2019-09-02T23:53:19.050Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.21s) [2019-09-02T23:53:19.050Z] create_test.go:38: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceCreateInit/daemonInitEnabled [2019-09-02T23:53:19.050Z] daemon.go:336: [d3be17400d0b7] waiting for daemon to start [2019-09-02T23:53:19.050Z] daemon.go:336: [d3be17400d0b7] waiting for daemon to start [2019-09-02T23:53:19.050Z] daemon.go:364: [d3be17400d0b7] daemon started [2019-09-02T23:53:19.050Z] daemon.go:472: [d3be17400d0b7] Stopping daemon [2019-09-02T23:53:19.050Z] daemon.go:307: [d3be17400d0b7] exiting daemon [2019-09-02T23:53:19.050Z] daemon.go:459: [d3be17400d0b7] Daemon stopped [2019-09-02T23:53:19.050Z] === RUN TestCreateServiceMultipleTimes [2019-09-02T23:53:19.241Z] PASS: docker_cli_swarm_test.go:1766: DockerSwarmSuite.TestSwarmInitUnspecifiedDataPathAddr 0.758s [2019-09-02T23:53:20.609Z] PASS: docker_cli_start_test.go:45: DockerSuite.TestStartAttachCorrectExitCode 5.532s [2019-09-02T23:53:21.977Z] PASS: docker_cli_swarm_test.go:1610: DockerSwarmSuite.TestSwarmInitWithDrain 1.504s [2019-09-02T23:53:23.345Z] PASS: docker_cli_start_test.go:146: DockerSuite.TestStartAttachMultipleContainers 2.607s [2019-09-02T23:53:24.715Z] PASS: docker_cli_start_test.go:16: DockerSuite.TestStartAttachReturnsOnError 1.294s [2019-09-02T23:53:26.085Z] PASS: docker_cli_start_test.go:58: DockerSuite.TestStartAttachSilent 1.529s [2019-09-02T23:53:29.355Z] PASS: docker_cli_start_test.go:175: DockerSuite.TestStartAttachWithRename 2.859s [2019-09-02T23:53:31.543Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2019-09-02T23:53:31.543Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2019-09-02T23:53:31.877Z] PASS: docker_cli_start_test.go:110: DockerSuite.TestStartMultipleContainers 2.101s [2019-09-02T23:53:32.440Z] PASS: docker_cli_start_test.go:95: DockerSuite.TestStartPausedContainer 0.622s [2019-09-02T23:53:33.717Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2019-09-02T23:53:34.334Z] PASS: docker_cli_start_test.go:70: DockerSuite.TestStartRecordError 1.585s [2019-09-02T23:53:36.619Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2019-09-02T23:53:36.855Z] PASS: docker_cli_start_test.go:190: DockerSuite.TestStartReturnCorrectExitCode 1.736s [2019-09-02T23:53:37.506Z] --- PASS: TestCreateServiceMultipleTimes (17.81s) [2019-09-02T23:53:37.506Z] create_test.go:80: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMultipleTimes [2019-09-02T23:53:37.506Z] daemon.go:336: [d03288946561b] waiting for daemon to start [2019-09-02T23:53:37.506Z] daemon.go:336: [d03288946561b] waiting for daemon to start [2019-09-02T23:53:37.506Z] daemon.go:364: [d03288946561b] daemon started [2019-09-02T23:53:37.506Z] daemon.go:472: [d03288946561b] Stopping daemon [2019-09-02T23:53:37.506Z] daemon.go:307: [d03288946561b] exiting daemon [2019-09-02T23:53:37.506Z] daemon.go:459: [d03288946561b] Daemon stopped [2019-09-02T23:53:37.506Z] === RUN TestCreateServiceConflict [2019-09-02T23:53:38.515Z] --- PASS: TestCreateServiceConflict (2.28s) [2019-09-02T23:53:38.515Z] create_test.go:129: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConflict [2019-09-02T23:53:38.515Z] daemon.go:336: [dd919dd999fc1] waiting for daemon to start [2019-09-02T23:53:38.515Z] daemon.go:336: [dd919dd999fc1] waiting for daemon to start [2019-09-02T23:53:38.515Z] daemon.go:364: [dd919dd999fc1] daemon started [2019-09-02T23:53:38.515Z] daemon.go:472: [dd919dd999fc1] Stopping daemon [2019-09-02T23:53:38.515Z] daemon.go:307: [dd919dd999fc1] exiting daemon [2019-09-02T23:53:38.515Z] daemon.go:459: [dd919dd999fc1] Daemon stopped [2019-09-02T23:53:38.515Z] === RUN TestCreateServiceMaxReplicas [2019-09-02T23:53:38.602Z] PASS: docker_cli_build_test.go:607: DockerSuite.TestBuildCopyFileWithWhitespaceOnWindows 33.087s [2019-09-02T23:53:38.602Z] PASS: docker_cli_build_test.go:5918: DockerSuite.TestBuildCopyFromForbidWindowsRelativePaths 1.661s [2019-09-02T23:53:39.059Z] PASS: docker_cli_build_test.go:5901: DockerSuite.TestBuildCopyFromForbidWindowsSystemPaths 0.885s [2019-09-02T23:53:39.374Z] PASS: docker_cli_stats_test.go:124: DockerSuite.TestStatsAllNewContainersAdded 1.641s [2019-09-02T23:53:39.520Z] --- PASS: TestBuildMultiStageCopy (22.33s) [2019-09-02T23:53:39.520Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (12.68s) [2019-09-02T23:53:39.520Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (2.04s) [2019-09-02T23:53:39.520Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (2.26s) [2019-09-02T23:53:39.520Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (2.62s) [2019-09-02T23:53:39.520Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (2.74s) [2019-09-02T23:53:39.520Z] === RUN TestBuildMultiStageParentConfig [2019-09-02T23:53:39.520Z] --- SKIP: TestBuildMultiStageParentConfig (0.00s) [2019-09-02T23:53:39.520Z] build_test.go:192: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-02T23:53:39.520Z] === RUN TestBuildLabelWithTargets [2019-09-02T23:53:39.520Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2019-09-02T23:53:39.520Z] build_test.go:236: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-02T23:53:39.520Z] === RUN TestBuildWithEmptyLayers [2019-09-02T23:53:41.977Z] --- PASS: TestCreateServiceMaxReplicas (3.18s) [2019-09-02T23:53:41.977Z] create_test.go:150: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceMaxReplicas [2019-09-02T23:53:41.977Z] daemon.go:336: [da32dd5ecae56] waiting for daemon to start [2019-09-02T23:53:41.977Z] daemon.go:336: [da32dd5ecae56] waiting for daemon to start [2019-09-02T23:53:41.977Z] daemon.go:364: [da32dd5ecae56] daemon started [2019-09-02T23:53:41.977Z] daemon.go:472: [da32dd5ecae56] Stopping daemon [2019-09-02T23:53:41.977Z] daemon.go:307: [da32dd5ecae56] exiting daemon [2019-09-02T23:53:41.977Z] daemon.go:459: [da32dd5ecae56] Daemon stopped [2019-09-02T23:53:41.977Z] === RUN TestCreateWithDuplicateNetworkNames [2019-09-02T23:53:42.647Z] PASS: docker_cli_stats_test.go:94: DockerSuite.TestStatsAllNoStream 3.073s [2019-09-02T23:53:44.205Z] --- PASS: TestBuildWithEmptyLayers (4.73s) [2019-09-02T23:53:44.205Z] === RUN TestBuildMultiStageOnBuild [2019-09-02T23:53:44.205Z] --- SKIP: TestBuildMultiStageOnBuild (0.00s) [2019-09-02T23:53:44.205Z] build_test.go:343: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-02T23:53:44.205Z] === RUN TestBuildUncleanTarFilenames [2019-09-02T23:53:44.205Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2019-09-02T23:53:44.205Z] build_test.go:390: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-02T23:53:44.205Z] === RUN TestBuildMultiStageLayerLeak [2019-09-02T23:53:44.205Z] --- SKIP: TestBuildMultiStageLayerLeak (0.00s) [2019-09-02T23:53:44.205Z] build_test.go:450: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-02T23:53:44.205Z] === RUN TestBuildWithHugeFile [2019-09-02T23:53:44.205Z] --- SKIP: TestBuildWithHugeFile (0.00s) [2019-09-02T23:53:44.205Z] build_test.go:491: testEnv.OSType == "windows" [2019-09-02T23:53:44.205Z] === RUN TestBuildWithEmptyDockerfile [2019-09-02T23:53:44.205Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-02T23:53:44.205Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-02T23:53:44.205Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-02T23:53:44.205Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-02T23:53:44.205Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-02T23:53:44.205Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-02T23:53:44.205Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2019-09-02T23:53:44.205Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2019-09-02T23:53:44.205Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2019-09-02T23:53:44.205Z] --- PASS: TestBuildWithEmptyDockerfile (0.34s) [2019-09-02T23:53:44.205Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s) [2019-09-02T23:53:44.205Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2019-09-02T23:53:44.205Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2019-09-02T23:53:44.205Z] === RUN TestBuildPreserveOwnership [2019-09-02T23:53:44.205Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2019-09-02T23:53:44.205Z] build_test.go:579: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-02T23:53:44.205Z] === RUN TestBuildPlatformInvalid [2019-09-02T23:53:44.205Z] --- PASS: TestBuildPlatformInvalid (0.04s) [2019-09-02T23:53:44.205Z] PASS [2019-09-02T23:53:44.205Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2019-09-02T23:53:44.663Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2016 [2019-09-02T23:53:44.663Z] INFO: Testing against a local daemon [2019-09-02T23:53:44.663Z] === RUN TestConfigList [2019-09-02T23:53:44.663Z] --- SKIP: TestConfigList (0.00s) [2019-09-02T23:53:44.663Z] config_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:53:44.663Z] === RUN TestConfigsCreateAndDelete [2019-09-02T23:53:44.663Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2019-09-02T23:53:44.663Z] config_test.go:109: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:53:44.663Z] === RUN TestConfigsUpdate [2019-09-02T23:53:44.663Z] --- SKIP: TestConfigsUpdate (0.00s) [2019-09-02T23:53:44.663Z] config_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:53:44.663Z] === RUN TestTemplatedConfig [2019-09-02T23:53:44.663Z] --- SKIP: TestTemplatedConfig (0.00s) [2019-09-02T23:53:44.663Z] config_test.go:191: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:53:44.663Z] === RUN TestConfigInspect [2019-09-02T23:53:44.663Z] --- SKIP: TestConfigInspect (0.00s) [2019-09-02T23:53:44.663Z] config_test.go:323: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:53:44.663Z] === RUN TestConfigCreateWithLabels [2019-09-02T23:53:44.663Z] --- SKIP: TestConfigCreateWithLabels (0.00s) [2019-09-02T23:53:44.663Z] config_test.go:347: testEnv.DaemonInfo.OSType != "linux" [2019-09-02T23:53:44.663Z] === RUN TestConfigCreateResolve [2019-09-02T23:53:44.663Z] --- SKIP: TestConfigCreateResolve (0.00s) [2019-09-02T23:53:44.663Z] config_test.go:374: testEnv.DaemonInfo.OSType != "linux" [2019-09-02T23:53:44.663Z] === RUN TestConfigDaemonLibtrustID [2019-09-02T23:53:44.663Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2019-09-02T23:53:44.663Z] config_test.go:424: testEnv.DaemonInfo.OSType != "linux" [2019-09-02T23:53:44.663Z] PASS [2019-09-02T23:53:44.663Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2019-09-02T23:53:44.663Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2016 [2019-09-02T23:53:44.663Z] INFO: Testing against a local daemon [2019-09-02T23:53:44.663Z] === RUN TestCheckpoint [2019-09-02T23:53:44.663Z] --- SKIP: TestCheckpoint (0.00s) [2019-09-02T23:53:44.663Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2019-09-02T23:53:44.663Z] === RUN TestContainerInvalidJSON [2019-09-02T23:53:44.663Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2019-09-02T23:53:44.663Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2019-09-02T23:53:44.663Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2019-09-02T23:53:44.663Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2019-09-02T23:53:44.663Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2019-09-02T23:53:44.663Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2019-09-02T23:53:44.663Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2019-09-02T23:53:44.663Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2019-09-02T23:53:44.663Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2019-09-02T23:53:44.663Z] --- PASS: TestContainerInvalidJSON (0.04s) [2019-09-02T23:53:44.663Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2019-09-02T23:53:44.663Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2019-09-02T23:53:44.663Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2019-09-02T23:53:44.663Z] === RUN TestCopyFromContainerPathDoesNotExist [2019-09-02T23:53:44.663Z] --- SKIP: TestCopyFromContainerPathDoesNotExist (0.02s) [2019-09-02T23:53:44.663Z] copy_test.go:25: testEnv.OSType == "windows" [2019-09-02T23:53:44.663Z] === RUN TestCopyFromContainerPathIsNotDir [2019-09-02T23:53:44.663Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.02s) [2019-09-02T23:53:44.663Z] copy_test.go:39: testEnv.OSType == "windows" [2019-09-02T23:53:44.663Z] === RUN TestCopyToContainerPathDoesNotExist [2019-09-02T23:53:44.663Z] --- SKIP: TestCopyToContainerPathDoesNotExist (0.02s) [2019-09-02T23:53:44.663Z] copy_test.go:51: testEnv.OSType == "windows" [2019-09-02T23:53:44.663Z] === RUN TestCopyToContainerPathIsNotDir [2019-09-02T23:53:44.663Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.02s) [2019-09-02T23:53:44.663Z] copy_test.go:65: testEnv.OSType == "windows" [2019-09-02T23:53:44.663Z] === RUN TestCopyFromContainer [2019-09-02T23:53:44.663Z] --- SKIP: TestCopyFromContainer (0.00s) [2019-09-02T23:53:44.663Z] copy_test.go:76: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:53:44.663Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2019-09-02T23:53:44.663Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-02T23:53:44.663Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-02T23:53:44.663Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-02T23:53:44.663Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-02T23:53:44.663Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-02T23:53:44.663Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-02T23:53:44.663Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2019-09-02T23:53:44.663Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2019-09-02T23:53:44.663Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2019-09-02T23:53:44.663Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2019-09-02T23:53:44.663Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2019-09-02T23:53:44.663Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2019-09-02T23:53:44.663Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2019-09-02T23:53:44.663Z] === RUN TestCreateWithInvalidEnv [2019-09-02T23:53:44.663Z] === RUN TestCreateWithInvalidEnv/0 [2019-09-02T23:53:44.663Z] === PAUSE TestCreateWithInvalidEnv/0 [2019-09-02T23:53:44.663Z] === RUN TestCreateWithInvalidEnv/1 [2019-09-02T23:53:44.663Z] === PAUSE TestCreateWithInvalidEnv/1 [2019-09-02T23:53:44.663Z] === RUN TestCreateWithInvalidEnv/2 [2019-09-02T23:53:44.663Z] === PAUSE TestCreateWithInvalidEnv/2 [2019-09-02T23:53:44.663Z] === CONT TestCreateWithInvalidEnv/0 [2019-09-02T23:53:44.663Z] === CONT TestCreateWithInvalidEnv/2 [2019-09-02T23:53:44.663Z] === CONT TestCreateWithInvalidEnv/1 [2019-09-02T23:53:44.663Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2019-09-02T23:53:44.663Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2019-09-02T23:53:44.663Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2019-09-02T23:53:44.663Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2019-09-02T23:53:44.663Z] === RUN TestCreateTmpfsMountsTarget [2019-09-02T23:53:44.663Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2019-09-02T23:53:44.663Z] create_test.go:111: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:53:44.663Z] === RUN TestCreateWithCustomMaskedPaths [2019-09-02T23:53:44.663Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2019-09-02T23:53:44.663Z] create_test.go:154: testEnv.DaemonInfo.OSType != "linux" [2019-09-02T23:53:44.663Z] === RUN TestCreateWithCapabilities [2019-09-02T23:53:44.663Z] --- SKIP: TestCreateWithCapabilities (0.00s) [2019-09-02T23:53:44.663Z] create_test.go:233: testEnv.DaemonInfo.OSType == "windows": FIXME: test should be able to run on LCOW [2019-09-02T23:53:44.663Z] === RUN TestCreateWithCustomReadonlyPaths [2019-09-02T23:53:44.663Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2019-09-02T23:53:44.663Z] create_test.go:359: testEnv.DaemonInfo.OSType != "linux" [2019-09-02T23:53:44.663Z] === RUN TestCreateWithInvalidHealthcheckParams [2019-09-02T23:53:44.663Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-02T23:53:44.663Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-02T23:53:44.663Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-02T23:53:44.663Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-02T23:53:44.663Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-02T23:53:44.663Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-02T23:53:44.663Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-02T23:53:44.663Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-02T23:53:44.663Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-02T23:53:44.663Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-02T23:53:44.663Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2019-09-02T23:53:44.663Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2019-09-02T23:53:44.663Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2019-09-02T23:53:44.663Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2019-09-02T23:53:44.663Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2019-09-02T23:53:44.663Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2019-09-02T23:53:44.663Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s) [2019-09-02T23:53:44.663Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s) [2019-09-02T23:53:44.663Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s) [2019-09-02T23:53:44.663Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2019-09-02T23:53:44.663Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2019-09-02T23:53:44.663Z] === RUN TestDiff [2019-09-02T23:53:44.663Z] --- SKIP: TestDiff (0.00s) [2019-09-02T23:53:44.663Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2019-09-02T23:53:44.663Z] === RUN TestExecWithCloseStdin [2019-09-02T23:53:46.129Z] PASS: docker_cli_build_test.go:5936: DockerSuite.TestBuildCopyFromWindowsIsCaseInsensitive 5.713s [2019-09-02T23:53:46.129Z] SKIP: docker_cli_build_test.go:849: DockerSuite.TestBuildCopySingleFileToExistDir (unmatched requirement DaemonIsLinux) [2019-09-02T23:53:46.589Z] SKIP: docker_cli_build_test.go:865: DockerSuite.TestBuildCopySingleFileToNonExistDir (unmatched requirement DaemonIsLinux) [2019-09-02T23:53:46.589Z] SKIP: docker_cli_build_test.go:811: DockerSuite.TestBuildCopySingleFileToRoot (unmatched requirement DaemonIsLinux) [2019-09-02T23:53:47.047Z] PASS: docker_cli_build_test.go:827: DockerSuite.TestBuildCopySingleFileToWorkdir 0.472s [2019-09-02T23:53:47.047Z] SKIP: docker_cli_build_test.go:910: DockerSuite.TestBuildCopyWholeDirToRoot (unmatched requirement DaemonIsLinux) [2019-09-02T23:53:47.914Z] PASS: docker_cli_stats_test.go:58: DockerSuite.TestStatsAllRunningNoStream 4.801s [2019-09-02T23:53:49.352Z] --- PASS: TestExecWithCloseStdin (4.18s) [2019-09-02T23:53:49.352Z] === RUN TestExec [2019-09-02T23:53:49.352Z] --- SKIP: TestExec (0.00s) [2019-09-02T23:53:49.352Z] exec_test.go:88: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2019-09-02T23:53:49.352Z] === RUN TestExecUser [2019-09-02T23:53:49.352Z] --- SKIP: TestExecUser (0.00s) [2019-09-02T23:53:49.352Z] exec_test.go:123: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2019-09-02T23:53:49.352Z] === RUN TestExportContainerAndImportImage [2019-09-02T23:53:49.352Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2019-09-02T23:53:49.352Z] export_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:53:49.352Z] === RUN TestExportContainerAfterDaemonRestart [2019-09-02T23:53:49.352Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2019-09-02T23:53:49.352Z] export_test.go:60: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:53:49.352Z] === RUN TestHealthCheckWorkdir [2019-09-02T23:53:49.352Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2019-09-02T23:53:49.352Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2019-09-02T23:53:49.352Z] === RUN TestHealthKillContainer [2019-09-02T23:53:49.352Z] --- SKIP: TestHealthKillContainer (0.00s) [2019-09-02T23:53:49.352Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2019-09-02T23:53:49.352Z] === RUN TestInspectCpusetInConfigPre120 [2019-09-02T23:53:49.352Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2019-09-02T23:53:49.352Z] inspect_test.go:19: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2019-09-02T23:53:49.352Z] === RUN TestKillContainerInvalidSignal [2019-09-02T23:53:50.432Z] PASS: docker_cli_stats_test.go:45: DockerSuite.TestStatsContainerNotFound 3.046s [2019-09-02T23:53:52.258Z] --- PASS: TestKillContainerInvalidSignal (3.42s) [2019-09-02T23:53:52.258Z] === RUN TestKillContainer [2019-09-02T23:53:52.258Z] --- SKIP: TestKillContainer (0.00s) [2019-09-02T23:53:52.258Z] kill_test.go:33: testEnv.OSType == "windows": TODO Windows: FIXME. No SIGWINCH [2019-09-02T23:53:52.258Z] === RUN TestKillWithStopSignalAndRestartPolicies [2019-09-02T23:53:52.258Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2019-09-02T23:53:52.258Z] kill_test.go:73: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-09-02T23:53:52.258Z] === RUN TestKillStoppedContainer [2019-09-02T23:53:52.258Z] --- SKIP: TestKillStoppedContainer (0.00s) [2019-09-02T23:53:52.258Z] kill_test.go:112: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-09-02T23:53:52.258Z] === RUN TestKillStoppedContainerAPIPre120 [2019-09-02T23:53:52.258Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2019-09-02T23:53:52.258Z] kill_test.go:123: testEnv.OSType == "windows": Windows only supports 1.25 or later [2019-09-02T23:53:52.258Z] === RUN TestKillDifferentUserContainer [2019-09-02T23:53:52.258Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2019-09-02T23:53:52.258Z] kill_test.go:134: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2019-09-02T23:53:52.258Z] === RUN TestInspectOomKilledTrue [2019-09-02T23:53:52.258Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2019-09-02T23:53:52.258Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-02T23:53:52.258Z] === RUN TestInspectOomKilledFalse [2019-09-02T23:53:52.258Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2019-09-02T23:53:52.258Z] kill_test.go:169: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2019-09-02T23:53:52.258Z] === RUN TestLogsFollowTailEmpty [2019-09-02T23:53:56.003Z] --- PASS: TestLogsFollowTailEmpty (3.35s) [2019-09-02T23:53:56.003Z] === RUN TestNetworkNat [2019-09-02T23:53:56.003Z] --- SKIP: TestNetworkNat (0.00s) [2019-09-02T23:53:56.003Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2019-09-02T23:53:56.003Z] === RUN TestNetworkLocalhostTCPNat [2019-09-02T23:53:56.003Z] --- SKIP: TestNetworkLocalhostTCPNat (0.00s) [2019-09-02T23:53:56.003Z] nat_test.go:43: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-02T23:53:56.003Z] === RUN TestNetworkLoopbackNat [2019-09-02T23:53:56.003Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2019-09-02T23:53:56.003Z] nat_test.go:61: testEnv.OSType == "windows": FIXME [2019-09-02T23:53:56.003Z] === RUN TestPause [2019-09-02T23:53:56.003Z] --- SKIP: TestPause (0.00s) [2019-09-02T23:53:56.003Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2019-09-02T23:53:56.003Z] === RUN TestPauseFailsOnWindowsServerContainers [2019-09-02T23:53:56.975Z] PASS: docker_cli_stats_test.go:165: DockerSuite.TestStatsFormatAll 5.530s [2019-09-02T23:53:57.203Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.30s) [2019-09-02T23:53:57.203Z] create_test.go:171: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateWithDuplicateNetworkNames [2019-09-02T23:53:57.203Z] daemon.go:336: [d3594717fa82c] waiting for daemon to start [2019-09-02T23:53:57.203Z] daemon.go:336: [d3594717fa82c] waiting for daemon to start [2019-09-02T23:53:57.203Z] daemon.go:364: [d3594717fa82c] daemon started [2019-09-02T23:53:57.203Z] daemon.go:472: [d3594717fa82c] Stopping daemon [2019-09-02T23:53:57.203Z] daemon.go:307: [d3594717fa82c] exiting daemon [2019-09-02T23:53:57.203Z] daemon.go:459: [d3594717fa82c] Daemon stopped [2019-09-02T23:53:57.203Z] === RUN TestCreateServiceSecretFileMode [2019-09-02T23:53:58.211Z] --- PASS: TestCreateServiceSecretFileMode (3.09s) [2019-09-02T23:53:58.211Z] create_test.go:224: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSecretFileMode [2019-09-02T23:53:58.211Z] daemon.go:336: [d6f68f90ada03] waiting for daemon to start [2019-09-02T23:53:58.211Z] daemon.go:336: [d6f68f90ada03] waiting for daemon to start [2019-09-02T23:53:58.211Z] daemon.go:364: [d6f68f90ada03] daemon started [2019-09-02T23:53:58.211Z] daemon.go:472: [d6f68f90ada03] Stopping daemon [2019-09-02T23:53:58.211Z] daemon.go:307: [d6f68f90ada03] exiting daemon [2019-09-02T23:53:58.211Z] daemon.go:459: [d6f68f90ada03] Daemon stopped [2019-09-02T23:53:58.211Z] === RUN TestCreateServiceConfigFileMode [2019-09-02T23:53:59.493Z] PASS: docker_cli_stats_test.go:16: DockerSuite.TestStatsNoStream 2.796s [2019-09-02T23:53:59.755Z] --- PASS: TestPauseFailsOnWindowsServerContainers (3.43s) [2019-09-02T23:53:59.755Z] === RUN TestPauseStopPausedContainer [2019-09-02T23:53:59.755Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2019-09-02T23:53:59.755Z] pause_test.go:68: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:53:59.755Z] === RUN TestPsFilter [2019-09-02T23:53:59.755Z] --- PASS: TestPsFilter (0.09s) [2019-09-02T23:53:59.755Z] === RUN TestRemoveContainerWithRemovedVolume [2019-09-02T23:54:00.898Z] --- PASS: TestCreateServiceConfigFileMode (2.54s) [2019-09-02T23:54:00.898Z] create_test.go:288: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceConfigFileMode [2019-09-02T23:54:00.898Z] daemon.go:336: [dd023b5823364] waiting for daemon to start [2019-09-02T23:54:00.898Z] daemon.go:336: [dd023b5823364] waiting for daemon to start [2019-09-02T23:54:00.898Z] daemon.go:364: [dd023b5823364] daemon started [2019-09-02T23:54:00.898Z] daemon.go:472: [dd023b5823364] Stopping daemon [2019-09-02T23:54:00.898Z] daemon.go:307: [dd023b5823364] exiting daemon [2019-09-02T23:54:00.898Z] daemon.go:459: [dd023b5823364] Daemon stopped [2019-09-02T23:54:00.898Z] === RUN TestCreateServiceSysctls [2019-09-02T23:54:01.387Z] PASS: docker_cli_run_unix_test.go:708: DockerSuite.TestStopContainerSignal 1.816s [2019-09-02T23:54:01.952Z] PASS: docker_cli_top_test.go:11: DockerSuite.TestTopMultipleArgs 0.626s [2019-09-02T23:54:02.663Z] --- PASS: TestRemoveContainerWithRemovedVolume (3.42s) [2019-09-02T23:54:02.663Z] === RUN TestRemoveContainerWithVolume [2019-09-02T23:54:02.889Z] PASS: docker_cli_top_test.go:26: DockerSuite.TestTopNonPrivileged 0.853s [2019-09-02T23:54:03.820Z] PASS: docker_cli_top_test.go:61: DockerSuite.TestTopPrivileged 0.833s [2019-09-02T23:54:03.820Z] SKIP: docker_cli_top_test.go:50: DockerSuite.TestTopWindowsCoreProcesses (unmatched requirement DaemonIsWindows) [2019-09-02T23:54:04.753Z] PASS: docker_cli_run_test.go:3454: DockerSuite.TestTwoContainersInNetHost 0.799s [2019-09-02T23:54:05.277Z] --- PASS: TestCreateServiceSysctls (3.91s) [2019-09-02T23:54:05.277Z] create_test.go:378: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceSysctls [2019-09-02T23:54:05.277Z] daemon.go:336: [d273c1da32d6b] waiting for daemon to start [2019-09-02T23:54:05.277Z] daemon.go:336: [d273c1da32d6b] waiting for daemon to start [2019-09-02T23:54:05.277Z] daemon.go:364: [d273c1da32d6b] daemon started [2019-09-02T23:54:05.277Z] daemon.go:472: [d273c1da32d6b] Stopping daemon [2019-09-02T23:54:05.277Z] daemon.go:307: [d273c1da32d6b] exiting daemon [2019-09-02T23:54:05.277Z] daemon.go:459: [d273c1da32d6b] Daemon stopped [2019-09-02T23:54:05.277Z] === RUN TestCreateServiceCapabilities [2019-09-02T23:54:05.570Z] --- PASS: TestRemoveContainerWithVolume (2.76s) [2019-09-02T23:54:05.570Z] === RUN TestRemoveContainerRunning [2019-09-02T23:54:07.319Z] --- PASS: TestCreateServiceCapabilities (2.69s) [2019-09-02T23:54:07.319Z] create_test.go:462: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestCreateServiceCapabilities [2019-09-02T23:54:07.319Z] daemon.go:336: [dfd65f9811f5e] waiting for daemon to start [2019-09-02T23:54:07.319Z] daemon.go:336: [dfd65f9811f5e] waiting for daemon to start [2019-09-02T23:54:07.319Z] daemon.go:364: [dfd65f9811f5e] daemon started [2019-09-02T23:54:07.319Z] daemon.go:472: [dfd65f9811f5e] Stopping daemon [2019-09-02T23:54:07.319Z] daemon.go:307: [dfd65f9811f5e] exiting daemon [2019-09-02T23:54:07.319Z] daemon.go:459: [dfd65f9811f5e] Daemon stopped [2019-09-02T23:54:07.319Z] === RUN TestInspect [2019-09-02T23:54:08.927Z] PASS: docker_cli_port_test.go:213: DockerSuite.TestUnpublishedPortsInPsOutput 3.549s [2019-09-02T23:54:09.309Z] --- PASS: TestRemoveContainerRunning (3.29s) [2019-09-02T23:54:09.309Z] === RUN TestRemoveContainerForceRemoveRunning [2019-09-02T23:54:10.004Z] --- PASS: TestInspect (2.27s) [2019-09-02T23:54:10.004Z] inspect_test.go:25: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInspect [2019-09-02T23:54:10.004Z] daemon.go:336: [dc905a585818b] waiting for daemon to start [2019-09-02T23:54:10.004Z] daemon.go:336: [dc905a585818b] waiting for daemon to start [2019-09-02T23:54:10.004Z] daemon.go:364: [dc905a585818b] daemon started [2019-09-02T23:54:10.004Z] daemon.go:472: [dc905a585818b] Stopping daemon [2019-09-02T23:54:10.004Z] daemon.go:307: [dc905a585818b] exiting daemon [2019-09-02T23:54:10.004Z] daemon.go:459: [dc905a585818b] Daemon stopped [2019-09-02T23:54:10.004Z] === RUN TestDockerNetworkConnectAlias [2019-09-02T23:54:12.213Z] --- PASS: TestRemoveContainerForceRemoveRunning (3.47s) [2019-09-02T23:54:12.213Z] === RUN TestRemoveInvalidContainer [2019-09-02T23:54:12.213Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2019-09-02T23:54:12.213Z] === RUN TestRenameLinkedContainer [2019-09-02T23:54:12.213Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2019-09-02T23:54:12.213Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2019-09-02T23:54:12.213Z] === RUN TestRenameStoppedContainer [2019-09-02T23:54:13.101Z] PASS: docker_cli_health_test.go:147: DockerSuite.TestUnsetEnvVarHealthCheck 3.491s [2019-09-02T23:54:13.101Z] PASS: docker_cli_update_unix_test.go:103: DockerSuite.TestUpdateContainerInvalidValue 0.598s [2019-09-02T23:54:14.033Z] PASS: docker_cli_update_unix_test.go:115: DockerSuite.TestUpdateContainerWithoutFlags 0.621s [2019-09-02T23:54:14.033Z] SKIP: docker_cli_update_unix_test.go:202: DockerSuite.TestUpdateInvalidSwapMemory (unmatched requirement swapMemorySupport) [2019-09-02T23:54:14.388Z] --- PASS: TestDockerNetworkConnectAlias (4.66s) [2019-09-02T23:54:14.389Z] network_test.go:20: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkConnectAlias [2019-09-02T23:54:14.389Z] daemon.go:336: [d4709021fcd09] waiting for daemon to start [2019-09-02T23:54:14.389Z] daemon.go:336: [d4709021fcd09] waiting for daemon to start [2019-09-02T23:54:14.389Z] daemon.go:364: [d4709021fcd09] daemon started [2019-09-02T23:54:14.389Z] daemon.go:472: [d4709021fcd09] Stopping daemon [2019-09-02T23:54:14.389Z] daemon.go:307: [d4709021fcd09] exiting daemon [2019-09-02T23:54:14.389Z] daemon.go:459: [d4709021fcd09] Daemon stopped [2019-09-02T23:54:14.389Z] === RUN TestDockerNetworkReConnect [2019-09-02T23:54:14.976Z] PASS: docker_cli_update_unix_test.go:125: DockerSuite.TestUpdateKernelMemory 0.741s [2019-09-02T23:54:15.906Z] PASS: docker_cli_swarm_test.go:1778: DockerSwarmSuite.TestSwarmJoinLeave 53.488s [2019-09-02T23:54:15.950Z] --- PASS: TestRenameStoppedContainer (3.48s) [2019-09-02T23:54:15.950Z] === RUN TestRenameRunningContainerAndReuse [2019-09-02T23:54:17.275Z] PASS: docker_cli_update_unix_test.go:139: DockerSuite.TestUpdateKernelMemoryUninitialized 1.820s [2019-09-02T23:54:17.275Z] SKIP: docker_cli_update_unix_test.go:256: DockerSuite.TestUpdateMemoryWithSwapMemory (unmatched requirement swapMemorySupport) [2019-09-02T23:54:18.785Z] --- PASS: TestDockerNetworkReConnect (4.19s) [2019-09-02T23:54:18.785Z] network_test.go:82: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerNetworkReConnect [2019-09-02T23:54:18.785Z] daemon.go:336: [d9b5240787027] waiting for daemon to start [2019-09-02T23:54:18.785Z] daemon.go:336: [d9b5240787027] waiting for daemon to start [2019-09-02T23:54:18.785Z] daemon.go:364: [d9b5240787027] daemon started [2019-09-02T23:54:18.785Z] daemon.go:472: [d9b5240787027] Stopping daemon [2019-09-02T23:54:18.785Z] daemon.go:307: [d9b5240787027] exiting daemon [2019-09-02T23:54:18.785Z] daemon.go:459: [d9b5240787027] Daemon stopped [2019-09-02T23:54:18.785Z] === RUN TestServicePlugin [2019-09-02T23:54:18.785Z] --- SKIP: TestServicePlugin (0.00s) [2019-09-02T23:54:18.785Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2019-09-02T23:54:18.785Z] === RUN TestServiceUpdateLabel [2019-09-02T23:54:19.170Z] PASS: docker_cli_update_unix_test.go:270: DockerSuite.TestUpdateNotAffectMonitorRestartPolicy 1.486s [2019-09-02T23:54:19.733Z] PASS: docker_cli_update_unix_test.go:68: DockerSuite.TestUpdatePausedContainer 0.739s [2019-09-02T23:54:20.663Z] PASS: docker_cli_update_unix_test.go:22: DockerSuite.TestUpdateRunningContainer 0.715s [2019-09-02T23:54:20.828Z] --- PASS: TestServiceUpdateLabel (2.24s) [2019-09-02T23:54:20.828Z] update_test.go:21: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateLabel [2019-09-02T23:54:20.828Z] daemon.go:336: [db9b786c24a2b] waiting for daemon to start [2019-09-02T23:54:20.828Z] daemon.go:336: [db9b786c24a2b] waiting for daemon to start [2019-09-02T23:54:20.828Z] daemon.go:364: [db9b786c24a2b] daemon started [2019-09-02T23:54:20.828Z] daemon.go:472: [db9b786c24a2b] Stopping daemon [2019-09-02T23:54:20.828Z] daemon.go:307: [db9b786c24a2b] exiting daemon [2019-09-02T23:54:20.828Z] daemon.go:459: [db9b786c24a2b] Daemon stopped [2019-09-02T23:54:20.828Z] === RUN TestServiceUpdateSecrets [2019-09-02T23:54:22.558Z] PASS: docker_cli_update_unix_test.go:37: DockerSuite.TestUpdateRunningContainerWithRestart 1.485s [2019-09-02T23:54:22.722Z] PASS: docker_cli_build_test.go:637: DockerSuite.TestBuildCopyWildcard 31.351s [2019-09-02T23:54:22.722Z] PASS: docker_cli_build_test.go:697: DockerSuite.TestBuildCopyWildcardCache 0.568s [2019-09-02T23:54:22.722Z] SKIP: docker_cli_build_test.go:677: DockerSuite.TestBuildCopyWildcardInName (unmatched requirement DaemonIsLinux) [2019-09-02T23:54:24.518Z] --- PASS: TestRenameRunningContainerAndReuse (8.51s) [2019-09-02T23:54:24.518Z] === RUN TestRenameInvalidName [2019-09-02T23:54:27.421Z] --- PASS: TestRenameInvalidName (2.90s) [2019-09-02T23:54:27.421Z] === RUN TestRenameAnonymousContainer [2019-09-02T23:54:27.421Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2019-09-02T23:54:27.421Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2019-09-02T23:54:27.421Z] === RUN TestRenameContainerWithSameName [2019-09-02T23:54:27.810Z] PASS: docker_cli_update_unix_test.go:227: DockerSuite.TestUpdateStats 4.153s [2019-09-02T23:54:28.740Z] PASS: docker_cli_update_unix_test.go:53: DockerSuite.TestUpdateStoppedContainer 1.534s [2019-09-02T23:54:28.740Z] SKIP: docker_cli_update_unix_test.go:186: DockerSuite.TestUpdateSwapMemoryOnly (unmatched requirement swapMemorySupport) [2019-09-02T23:54:29.672Z] PASS: docker_cli_update_unix_test.go:298: DockerSuite.TestUpdateWithNanoCPUs 0.907s [2019-09-02T23:54:30.335Z] --- PASS: TestRenameContainerWithSameName (3.43s) [2019-09-02T23:54:30.335Z] === RUN TestRenameContainerWithLinkedContainer [2019-09-02T23:54:30.335Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2019-09-02T23:54:30.335Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2019-09-02T23:54:30.335Z] === RUN TestResize [2019-09-02T23:54:30.335Z] --- SKIP: TestResize (0.00s) [2019-09-02T23:54:30.335Z] resize_test.go:20: testEnv.OSType == "windows": FIXME [2019-09-02T23:54:30.335Z] === RUN TestResizeWithInvalidSize [2019-09-02T23:54:30.335Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2019-09-02T23:54:30.335Z] resize_test.go:38: testEnv.OSType == "windows": FIXME [2019-09-02T23:54:30.335Z] === RUN TestResizeWhenContainerNotStarted [2019-09-02T23:54:30.604Z] PASS: docker_cli_update_unix_test.go:85: DockerSuite.TestUpdateWithUntouchedFields 0.718s [2019-09-02T23:54:34.071Z] --- PASS: TestResizeWhenContainerNotStarted (3.45s) [2019-09-02T23:54:34.071Z] === RUN TestDaemonRestartKillContainers [2019-09-02T23:54:34.071Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2019-09-02T23:54:34.071Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:54:34.071Z] === RUN TestStats [2019-09-02T23:54:34.071Z] --- SKIP: TestStats (0.00s) [2019-09-02T23:54:34.071Z] stats_test.go:19: !testEnv.DaemonInfo.MemoryLimit [2019-09-02T23:54:34.071Z] === RUN TestStopContainerWithRestartPolicyAlways [2019-09-02T23:54:35.858Z] PASS: docker_cli_run_test.go:294: DockerSuite.TestUserDefinedNetworkAlias 4.105s [2019-09-02T23:54:36.041Z] --- PASS: TestServiceUpdateSecrets (15.06s) [2019-09-02T23:54:36.042Z] update_test.go:77: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateSecrets [2019-09-02T23:54:36.042Z] daemon.go:336: [d8b633ea28182] waiting for daemon to start [2019-09-02T23:54:36.042Z] daemon.go:336: [d8b633ea28182] waiting for daemon to start [2019-09-02T23:54:36.042Z] daemon.go:364: [d8b633ea28182] daemon started [2019-09-02T23:54:36.042Z] daemon.go:472: [d8b633ea28182] Stopping daemon [2019-09-02T23:54:36.042Z] daemon.go:307: [d8b633ea28182] exiting daemon [2019-09-02T23:54:36.042Z] daemon.go:459: [d8b633ea28182] Daemon stopped [2019-09-02T23:54:36.042Z] === RUN TestServiceUpdateConfigs [2019-09-02T23:54:37.521Z] PASS: docker_cli_build_test.go:5141: DockerSuite.TestBuildDeleteCommittedFile 15.991s [2019-09-02T23:54:39.094Z] PASS: docker_cli_build_test.go:2069: DockerSuite.TestBuildDockerfileStdin 0.809s [2019-09-02T23:54:39.130Z] PASS: docker_cli_network_unix_test.go:1535: DockerSuite.TestUserDefinedNetworkConnectDisconnectAlias 3.031s [2019-09-02T23:54:39.553Z] PASS: docker_cli_build_test.go:2089: DockerSuite.TestBuildDockerfileStdinConflict 0.057s [2019-09-02T23:54:42.402Z] PASS: docker_cli_network_unix_test.go:1461: DockerSuite.TestUserDefinedNetworkConnectDisconnectLink 2.658s [2019-09-02T23:54:42.642Z] --- PASS: TestStopContainerWithRestartPolicyAlways (8.15s) [2019-09-02T23:54:42.642Z] === RUN TestStopContainerWithTimeout [2019-09-02T23:54:42.642Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2019-09-02T23:54:42.642Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2019-09-02T23:54:42.642Z] === RUN TestUpdateRestartPolicy [2019-09-02T23:54:43.286Z] PASS: docker_cli_build_test.go:2103: DockerSuite.TestBuildDockerfileStdinDockerignore 2.625s [2019-09-02T23:54:44.934Z] PASS: docker_cli_network_unix_test.go:1590: DockerSuite.TestUserDefinedNetworkConnectivity 2.120s [2019-09-02T23:54:46.194Z] PASS: docker_cli_build_test.go:2107: DockerSuite.TestBuildDockerfileStdinDockerignoreIgnored 2.543s [2019-09-02T23:54:50.186Z] PASS: docker_cli_run_test.go:209: DockerSuite.TestUserDefinedNetworkLinks 3.537s [2019-09-02T23:54:51.254Z] --- PASS: TestServiceUpdateConfigs (14.84s) [2019-09-02T23:54:51.254Z] update_test.go:139: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateConfigs [2019-09-02T23:54:51.254Z] daemon.go:336: [d590c590d3146] waiting for daemon to start [2019-09-02T23:54:51.254Z] daemon.go:336: [d590c590d3146] waiting for daemon to start [2019-09-02T23:54:51.254Z] daemon.go:364: [d590c590d3146] daemon started [2019-09-02T23:54:51.254Z] daemon.go:472: [d590c590d3146] Stopping daemon [2019-09-02T23:54:51.254Z] daemon.go:307: [d590c590d3146] exiting daemon [2019-09-02T23:54:51.254Z] daemon.go:459: [d590c590d3146] Daemon stopped [2019-09-02T23:54:51.254Z] === RUN TestServiceUpdateNetwork [2019-09-02T23:54:53.262Z] PASS: docker_cli_build_test.go:2099: DockerSuite.TestBuildDockerfileStdinNoExtraFiles 7.205s [2019-09-02T23:54:55.435Z] PASS: docker_cli_run_test.go:245: DockerSuite.TestUserDefinedNetworkLinksWithRestart 4.715s [2019-09-02T23:54:57.328Z] PASS: docker_cli_run_unix_test.go:1169: DockerSuite.TestUserNoEffectiveCapabilitiesChown 2.372s [2019-09-02T23:54:59.849Z] PASS: docker_cli_run_unix_test.go:1290: DockerSuite.TestUserNoEffectiveCapabilitiesChroot 2.329s [2019-09-02T23:55:01.220Z] PASS: docker_cli_run_unix_test.go:1187: DockerSuite.TestUserNoEffectiveCapabilitiesDacOverride 1.562s [2019-09-02T23:55:02.588Z] PASS: docker_cli_run_unix_test.go:1200: DockerSuite.TestUserNoEffectiveCapabilitiesFowner 1.717s [2019-09-02T23:55:03.780Z] --- PASS: TestServiceUpdateNetwork (13.08s) [2019-09-02T23:55:03.780Z] update_test.go:201: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestServiceUpdateNetwork [2019-09-02T23:55:03.780Z] daemon.go:336: [dc2f69b0b94ff] waiting for daemon to start [2019-09-02T23:55:03.780Z] daemon.go:336: [dc2f69b0b94ff] waiting for daemon to start [2019-09-02T23:55:03.780Z] daemon.go:364: [dc2f69b0b94ff] daemon started [2019-09-02T23:55:03.780Z] daemon.go:472: [dc2f69b0b94ff] Stopping daemon [2019-09-02T23:55:03.780Z] daemon.go:307: [dc2f69b0b94ff] exiting daemon [2019-09-02T23:55:03.780Z] daemon.go:459: [dc2f69b0b94ff] Daemon stopped [2019-09-02T23:55:03.780Z] PASS [2019-09-02T23:55:03.780Z] Running /go/src/github.com/docker/docker/integration/session flags=-test.v -test.timeout=120m [2019-09-02T23:55:03.780Z] INFO: Testing against a local daemon [2019-09-02T23:55:03.780Z] === RUN TestSessionCreate [2019-09-02T23:55:03.780Z] --- PASS: TestSessionCreate (0.06s) [2019-09-02T23:55:03.780Z] === RUN TestSessionCreateWithBadUpgrade [2019-09-02T23:55:03.780Z] --- PASS: TestSessionCreateWithBadUpgrade (0.07s) [2019-09-02T23:55:03.780Z] PASS [2019-09-02T23:55:03.780Z] Running /go/src/github.com/docker/docker/integration/system flags=-test.v -test.timeout=120m [2019-09-02T23:55:03.780Z] INFO: Testing against a local daemon [2019-09-02T23:55:03.780Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-09-02T23:55:03.780Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-02T23:55:03.780Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2019-09-02T23:55:03.780Z] === RUN TestEventsExecDie [2019-09-02T23:55:04.794Z] --- PASS: TestEventsExecDie (0.94s) [2019-09-02T23:55:04.794Z] === RUN TestEventsBackwardsCompatible [2019-09-02T23:55:05.078Z] --- PASS: TestEventsBackwardsCompatible (0.11s) [2019-09-02T23:55:05.078Z] === RUN TestInfoBinaryCommits [2019-09-02T23:55:05.078Z] --- PASS: TestInfoBinaryCommits (0.06s) [2019-09-02T23:55:05.078Z] === RUN TestInfoAPIVersioned [2019-09-02T23:55:05.078Z] --- PASS: TestInfoAPIVersioned (0.01s) [2019-09-02T23:55:05.078Z] === RUN TestInfoAPI [2019-09-02T23:55:05.078Z] --- PASS: TestInfoAPI (0.06s) [2019-09-02T23:55:05.078Z] === RUN TestInfoAPIWarnings [2019-09-02T23:55:05.108Z] PASS: docker_cli_run_unix_test.go:1308: DockerSuite.TestUserNoEffectiveCapabilitiesMknod 2.489s [2019-09-02T23:55:06.085Z] --- PASS: TestInfoAPIWarnings (0.93s) [2019-09-02T23:55:06.085Z] info_test.go:49: Creating a new daemon at: /go/src/github.com/docker/docker/bundles/test-integration/TestInfoAPIWarnings [2019-09-02T23:55:06.085Z] daemon.go:336: [db04c395413bb] waiting for daemon to start [2019-09-02T23:55:06.085Z] daemon.go:336: [db04c395413bb] waiting for daemon to start [2019-09-02T23:55:06.085Z] daemon.go:364: [db04c395413bb] daemon started [2019-09-02T23:55:06.085Z] daemon.go:472: [db04c395413bb] Stopping daemon [2019-09-02T23:55:06.085Z] daemon.go:307: [db04c395413bb] exiting daemon [2019-09-02T23:55:06.085Z] daemon.go:459: [db04c395413bb] Daemon stopped [2019-09-02T23:55:06.085Z] === RUN TestLoginFailsWithBadCredentials [2019-09-02T23:55:06.698Z] --- PASS: TestLoginFailsWithBadCredentials (0.66s) [2019-09-02T23:55:06.698Z] === RUN TestPingCacheHeaders [2019-09-02T23:55:06.698Z] --- PASS: TestPingCacheHeaders (0.05s) [2019-09-02T23:55:06.698Z] === RUN TestPingGet [2019-09-02T23:55:06.698Z] --- PASS: TestPingGet (0.04s) [2019-09-02T23:55:06.698Z] === RUN TestPingHead [2019-09-02T23:55:06.698Z] --- PASS: TestPingHead (0.06s) [2019-09-02T23:55:06.698Z] === RUN TestVersion [2019-09-02T23:55:06.980Z] --- PASS: TestVersion (0.05s) [2019-09-02T23:55:06.980Z] PASS [2019-09-02T23:55:06.980Z] Running /go/src/github.com/docker/docker/integration/volume flags=-test.v -test.timeout=120m [2019-09-02T23:55:06.980Z] INFO: Testing against a local daemon [2019-09-02T23:55:06.980Z] === RUN TestVolumesCreateAndList [2019-09-02T23:55:06.980Z] --- PASS: TestVolumesCreateAndList (0.05s) [2019-09-02T23:55:06.980Z] === RUN TestVolumesRemove [2019-09-02T23:55:07.263Z] --- PASS: TestVolumesRemove (0.10s) [2019-09-02T23:55:07.263Z] === RUN TestVolumesInspect [2019-09-02T23:55:07.263Z] --- PASS: TestVolumesInspect (0.04s) [2019-09-02T23:55:07.263Z] === RUN TestVolumesInvalidJSON [2019-09-02T23:55:07.263Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-09-02T23:55:07.263Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-09-02T23:55:07.263Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-09-02T23:55:07.263Z] --- PASS: TestVolumesInvalidJSON (0.05s) [2019-09-02T23:55:07.263Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-09-02T23:55:07.263Z] PASS [2019-09-02T23:55:07.263Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2019-09-02T23:55:07.628Z] PASS: docker_cli_run_unix_test.go:1254: DockerSuite.TestUserNoEffectiveCapabilitiesNetBindService 2.295s [2019-09-02T23:55:07.775Z] --- PASS: TestUpdateRestartPolicy (21.92s) [2019-09-02T23:55:07.775Z] === RUN TestUpdateRestartWithAutoRemove [2019-09-02T23:55:07.775Z] --- PASS: TestUpdateRestartWithAutoRemove (3.28s) [2019-09-02T23:55:07.775Z] === RUN TestWaitNonBlocked [2019-09-02T23:55:07.775Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-02T23:55:07.775Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-02T23:55:07.775Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-02T23:55:07.775Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-02T23:55:07.775Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2019-09-02T23:55:07.775Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2019-09-02T23:55:09.287Z] umount: bundles/test-integration/root: mountpoint not found [2019-09-02T23:55:09.287Z] Clearing AppArmor profiles cache:. [2019-09-02T23:55:09.287Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-02T23:55:09.287Z] Unloading profiles will leave already running processes permanently [2019-09-02T23:55:09.287Z] unconfined, which can lead to unexpected situations. [2019-09-02T23:55:09.287Z] [2019-09-02T23:55:09.287Z] To set a process to complain mode, use the command line tool [2019-09-02T23:55:09.287Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-02T23:55:09.287Z] with the 'teardown' option." [2019-09-02T23:55:09.287Z] Removing test suite binaries [2019-09-02T23:55:09.287Z] [2019-09-02T23:55:10.150Z] PASS: docker_cli_run_unix_test.go:1272: DockerSuite.TestUserNoEffectiveCapabilitiesNetRaw 2.583s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-09-02T23:55:11.724Z] + echo Ensuring container killed. [2019-09-02T23:55:11.724Z] Ensuring container killed. [2019-09-02T23:55:11.724Z] + docker rm -vf docker-pr1 [2019-09-02T23:55:11.724Z] Error: No such container: docker-pr1 [2019-09-02T23:55:11.724Z] + true [Pipeline] sh [2019-09-02T23:55:12.100Z] + echo Chowning /workspace to jenkins user [2019-09-02T23:55:12.100Z] Chowning /workspace to jenkins user [2019-09-02T23:55:12.100Z] + id -u [2019-09-02T23:55:12.100Z] + id -g [2019-09-02T23:55:12.100Z] + docker run --rm -v /home/docker/workspace/moby_PR-39853:/workspace busybox chown -R 1001:1001 /workspace [2019-09-02T23:55:12.100Z] Unable to find image 'busybox:latest' locally [2019-09-02T23:55:12.381Z] latest: Pulling from library/busybox [2019-09-02T23:55:12.381Z] ce3c955d98a5: Pulling fs layer [2019-09-02T23:55:12.476Z] --- PASS: TestWaitNonBlocked (0.02s) [2019-09-02T23:55:12.476Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (4.20s) [2019-09-02T23:55:12.476Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (4.67s) [2019-09-02T23:55:12.476Z] === RUN TestWaitBlocked [2019-09-02T23:55:12.476Z] --- SKIP: TestWaitBlocked (0.00s) [2019-09-02T23:55:12.476Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2019-09-02T23:55:12.476Z] PASS [2019-09-02T23:55:12.476Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2019-09-02T23:55:12.476Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2016 [2019-09-02T23:55:12.476Z] INFO: Testing against a local daemon [2019-09-02T23:55:12.476Z] === RUN TestCommitInheritsEnv [2019-09-02T23:55:12.476Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2019-09-02T23:55:12.476Z] commit_test.go:17: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-02T23:55:12.476Z] === RUN TestImportExtremelyLargeImageWorks [2019-09-02T23:55:12.476Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2019-09-02T23:55:12.476Z] import_test.go:22: testEnv.OSType == "windows": TODO enable on windows [2019-09-02T23:55:12.476Z] === RUN TestImagesFilterMultiReference [2019-09-02T23:55:12.476Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2019-09-02T23:55:12.476Z] === RUN TestImagePullPlatformInvalid [2019-09-02T23:55:12.476Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2019-09-02T23:55:12.476Z] === RUN TestRemoveImageOrphaning [2019-09-02T23:55:12.476Z] --- SKIP: TestRemoveImageOrphaning (0.00s) [2019-09-02T23:55:12.476Z] remove_test.go:15: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-02T23:55:12.476Z] === RUN TestTagUnprefixedRepoByNameOrName [2019-09-02T23:55:12.476Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2019-09-02T23:55:12.476Z] === RUN TestTagInvalidReference [2019-09-02T23:55:12.476Z] --- PASS: TestTagInvalidReference (0.02s) [2019-09-02T23:55:12.476Z] === RUN TestTagValidPrefixedRepo [2019-09-02T23:55:12.476Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2019-09-02T23:55:12.476Z] === RUN TestTagExistedNameWithoutForce [2019-09-02T23:55:12.476Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2019-09-02T23:55:12.476Z] === RUN TestTagOfficialNames [2019-09-02T23:55:12.476Z] --- SKIP: TestTagOfficialNames (0.00s) [2019-09-02T23:55:12.476Z] tag_test.go:98: testEnv.OSType == "windows" [2019-09-02T23:55:12.476Z] === RUN TestTagMatchesDigest [2019-09-02T23:55:12.476Z] --- PASS: TestTagMatchesDigest (0.02s) [2019-09-02T23:55:12.476Z] PASS [2019-09-02T23:55:12.476Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2019-09-02T23:55:12.476Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2016 [2019-09-02T23:55:12.476Z] INFO: Testing against a local daemon [2019-09-02T23:55:12.476Z] === RUN TestNetworkCreateDelete [2019-09-02T23:55:12.476Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2019-09-02T23:55:12.476Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2019-09-02T23:55:12.476Z] === RUN TestDockerNetworkDeletePreferID [2019-09-02T23:55:12.476Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2019-09-02T23:55:12.476Z] 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-02T23:55:12.476Z] === RUN TestInspectNetwork [2019-09-02T23:55:12.476Z] --- SKIP: TestInspectNetwork (0.00s) [2019-09-02T23:55:12.476Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2019-09-02T23:55:12.476Z] === RUN TestRunContainerWithBridgeNone [2019-09-02T23:55:12.476Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2019-09-02T23:55:12.476Z] network_test.go:22: testEnv.DaemonInfo.OSType != "linux" [2019-09-02T23:55:12.476Z] === RUN TestNetworkInvalidJSON [2019-09-02T23:55:12.476Z] === RUN TestNetworkInvalidJSON//networks/create [2019-09-02T23:55:12.476Z] === PAUSE TestNetworkInvalidJSON//networks/create [2019-09-02T23:55:12.476Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2019-09-02T23:55:12.476Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2019-09-02T23:55:12.476Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-02T23:55:12.476Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-02T23:55:12.476Z] === CONT TestNetworkInvalidJSON//networks/create [2019-09-02T23:55:12.476Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2019-09-02T23:55:12.476Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2019-09-02T23:55:12.476Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2019-09-02T23:55:12.476Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2019-09-02T23:55:12.476Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2019-09-02T23:55:12.476Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2019-09-02T23:55:12.476Z] === RUN TestDaemonRestartWithLiveRestore [2019-09-02T23:55:12.476Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2019-09-02T23:55:12.476Z] service_test.go:29: testEnv.OSType == "windows" [2019-09-02T23:55:12.476Z] === RUN TestDaemonDefaultNetworkPools [2019-09-02T23:55:12.476Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2019-09-02T23:55:12.476Z] service_test.go:51: testEnv.OSType == "windows" [2019-09-02T23:55:12.476Z] === RUN TestDaemonRestartWithExistingNetwork [2019-09-02T23:55:12.476Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2019-09-02T23:55:12.476Z] service_test.go:94: testEnv.OSType == "windows" [2019-09-02T23:55:12.476Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2019-09-02T23:55:12.476Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2019-09-02T23:55:12.476Z] service_test.go:127: testEnv.OSType == "windows" [2019-09-02T23:55:12.476Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2019-09-02T23:55:12.476Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2019-09-02T23:55:12.476Z] service_test.go:177: testEnv.OSType == "windows" [2019-09-02T23:55:12.476Z] === RUN TestServiceWithPredefinedNetwork [2019-09-02T23:55:12.476Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2019-09-02T23:55:12.476Z] service_test.go:201: testEnv.OSType == "windows" [2019-09-02T23:55:12.476Z] === RUN TestServiceRemoveKeepsIngressNetwork [2019-09-02T23:55:12.476Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2019-09-02T23:55:12.476Z] service_test.go:230: FLAKY_TEST [2019-09-02T23:55:12.476Z] === RUN TestServiceWithDataPathPortInit [2019-09-02T23:55:12.476Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2019-09-02T23:55:12.476Z] service_test.go:333: testEnv.OSType == "windows" [2019-09-02T23:55:12.476Z] === RUN TestServiceWithDefaultAddressPoolInit [2019-09-02T23:55:12.476Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2019-09-02T23:55:12.476Z] service_test.go:392: testEnv.OSType == "windows" [2019-09-02T23:55:12.476Z] PASS [2019-09-02T23:55:12.476Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2019-09-02T23:55:12.476Z] PASS [2019-09-02T23:55:12.476Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2019-09-02T23:55:12.476Z] PASS [2019-09-02T23:55:12.476Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2019-09-02T23:55:12.476Z] PASS [2019-09-02T23:55:12.476Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2019-09-02T23:55:12.476Z] PASS [2019-09-02T23:55:12.476Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2019-09-02T23:55:12.476Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2016 [2019-09-02T23:55:12.476Z] INFO: Testing against a local daemon [2019-09-02T23:55:12.476Z] === RUN TestPluginInvalidJSON [2019-09-02T23:55:12.476Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2019-09-02T23:55:12.476Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2019-09-02T23:55:12.476Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2019-09-02T23:55:12.476Z] --- PASS: TestPluginInvalidJSON (0.02s) [2019-09-02T23:55:12.476Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2019-09-02T23:55:12.476Z] PASS [2019-09-02T23:55:12.476Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2019-09-02T23:55:12.674Z] PASS: docker_cli_run_unix_test.go:1234: DockerSuite.TestUserNoEffectiveCapabilitiesSetgid 2.351s [2019-09-02T23:55:12.935Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2016 [2019-09-02T23:55:12.935Z] INFO: Testing against a local daemon [2019-09-02T23:55:12.935Z] === RUN TestExternalGraphDriver [2019-09-02T23:55:12.935Z] --- SKIP: TestExternalGraphDriver (0.00s) [2019-09-02T23:55:12.935Z] external_test.go:48: runtime.GOOS == "windows" [2019-09-02T23:55:12.935Z] === RUN TestGraphdriverPluginV2 [2019-09-02T23:55:12.935Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2019-09-02T23:55:12.935Z] external_test.go:407: runtime.GOOS == "windows" [2019-09-02T23:55:12.935Z] PASS [2019-09-02T23:55:12.935Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2019-09-02T23:55:12.935Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2016 [2019-09-02T23:55:12.935Z] INFO: Testing against a local daemon [2019-09-02T23:55:12.935Z] PASS [2019-09-02T23:55:12.935Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2019-09-02T23:55:12.935Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2016 [2019-09-02T23:55:12.935Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2019-09-02T23:55:12.935Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2016 [2019-09-02T23:55:12.935Z] INFO: Testing against a local daemon [2019-09-02T23:55:12.935Z] === RUN TestSecretInspect [2019-09-02T23:55:12.935Z] --- SKIP: TestSecretInspect (0.00s) [2019-09-02T23:55:12.935Z] secret_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:55:12.935Z] === RUN TestSecretList [2019-09-02T23:55:12.935Z] --- SKIP: TestSecretList (0.00s) [2019-09-02T23:55:12.935Z] secret_test.go:45: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:55:12.935Z] === RUN TestSecretsCreateAndDelete [2019-09-02T23:55:12.935Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2019-09-02T23:55:12.935Z] secret_test.go:122: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:55:12.935Z] === RUN TestSecretsUpdate [2019-09-02T23:55:12.935Z] --- SKIP: TestSecretsUpdate (0.00s) [2019-09-02T23:55:12.935Z] secret_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:55:12.935Z] === RUN TestTemplatedSecret [2019-09-02T23:55:12.935Z] --- SKIP: TestTemplatedSecret (0.00s) [2019-09-02T23:55:12.935Z] secret_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:55:12.935Z] === RUN TestSecretCreateResolve [2019-09-02T23:55:12.935Z] --- SKIP: TestSecretCreateResolve (0.00s) [2019-09-02T23:55:12.935Z] secret_test.go:339: testEnv.DaemonInfo.OSType != "linux" [2019-09-02T23:55:12.935Z] PASS [2019-09-02T23:55:12.935Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2019-09-02T23:55:12.935Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2016 [2019-09-02T23:55:12.935Z] INFO: Testing against a local daemon [2019-09-02T23:55:12.935Z] === RUN TestServiceCreateInit [2019-09-02T23:55:12.935Z] === RUN TestServiceCreateInit/daemonInitDisabled [2019-09-02T23:55:12.935Z] === RUN TestServiceCreateInit/daemonInitEnabled [2019-09-02T23:55:12.935Z] --- PASS: TestServiceCreateInit (0.03s) [2019-09-02T23:55:12.935Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2019-09-02T23:55:12.935Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:55:12.935Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2019-09-02T23:55:12.935Z] create_test.go:38: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:55:12.935Z] === RUN TestCreateServiceMultipleTimes [2019-09-02T23:55:12.935Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2019-09-02T23:55:12.935Z] create_test.go:78: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:55:12.935Z] === RUN TestCreateServiceConflict [2019-09-02T23:55:12.935Z] --- SKIP: TestCreateServiceConflict (0.00s) [2019-09-02T23:55:12.935Z] create_test.go:127: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:55:12.935Z] === RUN TestCreateServiceMaxReplicas [2019-09-02T23:55:12.935Z] --- SKIP: TestCreateServiceMaxReplicas (0.02s) [2019-09-02T23:55:12.935Z] create_test.go:150: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:55:12.935Z] === RUN TestCreateWithDuplicateNetworkNames [2019-09-02T23:55:12.935Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2019-09-02T23:55:12.935Z] create_test.go:169: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:55:12.935Z] === RUN TestCreateServiceSecretFileMode [2019-09-02T23:55:12.935Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2019-09-02T23:55:12.935Z] create_test.go:222: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:55:12.935Z] === RUN TestCreateServiceConfigFileMode [2019-09-02T23:55:12.935Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2019-09-02T23:55:12.935Z] create_test.go:286: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:55:12.935Z] === RUN TestCreateServiceSysctls [2019-09-02T23:55:12.935Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2019-09-02T23:55:12.935Z] create_test.go:378: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:55:12.935Z] === RUN TestCreateServiceCapabilities [2019-09-02T23:55:12.935Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2019-09-02T23:55:12.935Z] create_test.go:462: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:55:12.935Z] === RUN TestInspect [2019-09-02T23:55:12.935Z] --- SKIP: TestInspect (0.00s) [2019-09-02T23:55:12.935Z] inspect_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:55:12.935Z] === RUN TestDockerNetworkConnectAlias [2019-09-02T23:55:12.935Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2019-09-02T23:55:12.935Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:55:12.935Z] === RUN TestDockerNetworkReConnect [2019-09-02T23:55:12.935Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2019-09-02T23:55:12.935Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:55:12.935Z] === RUN TestServicePlugin [2019-09-02T23:55:12.935Z] --- SKIP: TestServicePlugin (0.00s) [2019-09-02T23:55:12.935Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:55:12.935Z] === RUN TestServiceUpdateLabel [2019-09-02T23:55:12.935Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2019-09-02T23:55:12.935Z] update_test.go:19: testEnv.DaemonInfo.OSType != "linux" [2019-09-02T23:55:12.935Z] === RUN TestServiceUpdateSecrets [2019-09-02T23:55:13.006Z] ce3c955d98a5: Verifying Checksum [2019-09-02T23:55:13.006Z] ce3c955d98a5: Download complete [2019-09-02T23:55:13.293Z] ce3c955d98a5: Pull complete [2019-09-02T23:55:13.293Z] Digest: sha256:9f1003c480699be56815db0f8146ad2e22efea85129b5b5983d0e0fb52d9ab70 [2019-09-02T23:55:13.293Z] Status: Downloaded newer image for busybox:latest [2019-09-02T23:55:13.393Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2019-09-02T23:55:13.393Z] update_test.go:75: testEnv.DaemonInfo.OSType != "linux" [2019-09-02T23:55:13.393Z] === RUN TestServiceUpdateConfigs [2019-09-02T23:55:13.393Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2019-09-02T23:55:13.393Z] update_test.go:137: testEnv.DaemonInfo.OSType != "linux" [2019-09-02T23:55:13.393Z] === RUN TestServiceUpdateNetwork [2019-09-02T23:55:13.393Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2019-09-02T23:55:13.393Z] update_test.go:199: testEnv.DaemonInfo.OSType != "linux" [2019-09-02T23:55:13.393Z] PASS [2019-09-02T23:55:13.393Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2019-09-02T23:55:13.393Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2016 [2019-09-02T23:55:13.393Z] INFO: Testing against a local daemon [2019-09-02T23:55:13.393Z] === RUN TestSessionCreate [2019-09-02T23:55:13.393Z] --- SKIP: TestSessionCreate (0.00s) [2019-09-02T23:55:13.393Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2019-09-02T23:55:13.393Z] === RUN TestSessionCreateWithBadUpgrade [2019-09-02T23:55:13.393Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2019-09-02T23:55:13.393Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2019-09-02T23:55:13.393Z] PASS [2019-09-02T23:55:13.393Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2019-09-02T23:55:13.393Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2016 [2019-09-02T23:55:13.393Z] INFO: Testing against a local daemon [2019-09-02T23:55:13.393Z] === RUN TestCgroupDriverSystemdMemoryLimit [2019-09-02T23:55:13.393Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2019-09-02T23:55:13.393Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2019-09-02T23:55:13.393Z] === RUN TestEventsExecDie [2019-09-02T23:55:13.393Z] --- SKIP: TestEventsExecDie (0.00s) [2019-09-02T23:55:13.393Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2019-09-02T23:55:13.393Z] === RUN TestEventsBackwardsCompatible [2019-09-02T23:55:13.393Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2019-09-02T23:55:13.393Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2019-09-02T23:55:13.393Z] === RUN TestInfoAPI [2019-09-02T23:55:13.393Z] --- PASS: TestInfoAPI (0.02s) [2019-09-02T23:55:13.393Z] === RUN TestInfoAPIWarnings [2019-09-02T23:55:13.393Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2019-09-02T23:55:13.393Z] info_test.go:48: testEnv.DaemonInfo.OSType == "windows": FIXME [2019-09-02T23:55:13.393Z] === RUN TestLoginFailsWithBadCredentials [2019-09-02T23:55:14.358Z] --- PASS: TestLoginFailsWithBadCredentials (0.98s) [2019-09-02T23:55:14.358Z] === RUN TestPingCacheHeaders [2019-09-02T23:55:14.358Z] --- PASS: TestPingCacheHeaders (0.02s) [2019-09-02T23:55:14.358Z] === RUN TestPingGet [2019-09-02T23:55:14.358Z] --- PASS: TestPingGet (0.02s) [2019-09-02T23:55:14.358Z] === RUN TestPingHead [2019-09-02T23:55:14.358Z] --- PASS: TestPingHead (0.02s) [2019-09-02T23:55:14.358Z] === RUN TestVersion [2019-09-02T23:55:14.358Z] --- PASS: TestVersion (0.02s) [2019-09-02T23:55:14.358Z] PASS [2019-09-02T23:55:14.358Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2019-09-02T23:55:14.358Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2016 [2019-09-02T23:55:14.358Z] INFO: Testing against a local daemon [2019-09-02T23:55:14.358Z] === RUN TestVolumesCreateAndList [2019-09-02T23:55:14.358Z] --- PASS: TestVolumesCreateAndList (0.03s) [2019-09-02T23:55:14.358Z] === RUN TestVolumesRemove [2019-09-02T23:55:14.358Z] --- SKIP: TestVolumesRemove (0.00s) [2019-09-02T23:55:14.358Z] volume_test.go:64: testEnv.OSType == "windows": FIXME [2019-09-02T23:55:14.358Z] === RUN TestVolumesInspect [2019-09-02T23:55:14.358Z] --- PASS: TestVolumesInspect (0.03s) [2019-09-02T23:55:14.358Z] === RUN TestVolumesInvalidJSON [2019-09-02T23:55:14.358Z] === RUN TestVolumesInvalidJSON//volumes/create [2019-09-02T23:55:14.358Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2019-09-02T23:55:14.358Z] === CONT TestVolumesInvalidJSON//volumes/create [2019-09-02T23:55:14.358Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2019-09-02T23:55:14.358Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2019-09-02T23:55:14.358Z] PASS [2019-09-02T23:55:14.358Z] INFO: make.ps1 ended at 09/02/2019 23:55:14 [2019-09-02T23:55:14.358Z] INFO: Integration CLI tests being run from the host: [2019-09-02T23:55:14.358Z] INFO: go test "-check.v" "-tags" "autogen" "-check.timeout" "10m" "-test.timeout" "200m" [2019-09-02T23:55:14.583Z] PASS: docker_cli_swarm_test.go:1194: DockerSwarmSuite.TestSwarmJoinPromoteLocked 46.372s [2019-09-02T23:55:14.839Z] PASS: docker_cli_run_unix_test.go:1216: DockerSuite.TestUserNoEffectiveCapabilitiesSetuid 2.397s [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-02T23:55:15.708Z] + bundleName=powerpc-integration [2019-09-02T23:55:15.708Z] + echo Creating powerpc-integration-bundles.tar.gz [2019-09-02T23:55:15.708Z] Creating powerpc-integration-bundles.tar.gz [2019-09-02T23:55:15.708Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *.log -o -name *.prof )+ -print [2019-09-02T23:55:15.708Z] xargs tar -czf powerpc-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2019-09-02T23:55:16.024Z] Archiving artifacts [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-02T23:55:16.586Z] + make clean [2019-09-02T23:55:17.202Z] docker volume rm -f docker-dev-cache [2019-09-02T23:55:17.202Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-09-02T23:55:26.753Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2016 [2019-09-02T23:55:26.753Z] INFO: Testing against a local daemon [2019-09-02T23:55:26.753Z] PASS: docker_api_test.go:36: DockerSuite.TestAPIClientVersionOldNotSupported 0.001s [2019-09-02T23:55:26.753Z] SKIP: docker_api_network_test.go:241: DockerSuite.TestAPICreateDeletePredefinedNetworks (unmatched requirement DaemonIsLinux) [2019-09-02T23:55:26.753Z] PASS: docker_api_test.go:60: DockerSuite.TestAPIErrorJSON 0.001s [2019-09-02T23:55:26.753Z] PASS: docker_api_test.go:91: DockerSuite.TestAPIErrorNotFoundJSON 0.001s [2019-09-02T23:55:26.753Z] PASS: docker_api_test.go:102: DockerSuite.TestAPIErrorNotFoundPlainText 0.000s [2019-09-02T23:55:26.753Z] SKIP: docker_api_test.go:74: DockerSuite.TestAPIErrorPlainText (unmatched requirement DaemonIsLinux) [2019-09-02T23:55:26.753Z] PASS: docker_api_test.go:24: DockerSuite.TestAPIGetEnabledCORS 0.001s [2019-09-02T23:55:27.720Z] PASS: docker_api_images_test.go:90: DockerSuite.TestAPIImagesDelete 1.802s [2019-09-02T23:55:27.720Z] PASS: docker_api_images_test.go:22: DockerSuite.TestAPIImagesFilter 0.198s [2019-09-02T23:55:29.686Z] PASS: docker_cli_swarm_test.go:1582: DockerSwarmSuite.TestSwarmJoinWithDrain 2.531s [2019-09-02T23:55:29.897Z] PASS: docker_api_images_test.go:114: DockerSuite.TestAPIImagesHistory 1.858s [2019-09-02T23:55:29.942Z] PASS: docker_cli_volume_test.go:23: DockerSuite.TestVolumeCLICreate 15.073s [2019-09-02T23:55:29.942Z] PASS: docker_cli_volume_test.go:283: DockerSuite.TestVolumeCLICreateLabel 0.022s [2019-09-02T23:55:29.942Z] PASS: docker_cli_volume_test.go:295: DockerSuite.TestVolumeCLICreateLabelMultiple 0.033s [2019-09-02T23:55:30.355Z] PASS: docker_api_images_test.go:140: DockerSuite.TestAPIImagesImportBadSrc 0.354s [2019-09-02T23:55:30.873Z] PASS: docker_cli_volume_test.go:259: DockerSuite.TestVolumeCLICreateWithOpts 0.865s [2019-09-02T23:55:30.873Z] PASS: docker_cli_volume_test.go:39: DockerSuite.TestVolumeCLIInspect 0.057s [2019-09-02T23:55:31.129Z] PASS: docker_cli_volume_test.go:56: DockerSuite.TestVolumeCLIInspectMulti 0.047s [2019-09-02T23:55:31.129Z] PASS: docker_cli_volume_test.go:249: DockerSuite.TestVolumeCLIInspectTmplError 0.023s [2019-09-02T23:55:32.059Z] PASS: docker_cli_volume_test.go:73: DockerSuite.TestVolumeCLILs 0.836s [2019-09-02T23:55:32.059Z] PASS: docker_cli_volume_test.go:178: DockerSuite.TestVolumeCLILsErrorWithInvalidFilterName 0.012s [2019-09-02T23:55:32.990Z] PASS: docker_cli_swarm_test.go:1100: DockerSwarmSuite.TestSwarmLeaveLocked 4.350s [2019-09-02T23:55:32.990Z] PASS: docker_cli_volume_test.go:128: DockerSuite.TestVolumeCLILsFilterDangling 1.162s [2019-09-02T23:55:33.247Z] PASS: docker_cli_volume_test.go:352: DockerSuite.TestVolumeCLILsFilterDrivers 0.072s [2019-09-02T23:55:33.247Z] PASS: docker_cli_volume_test.go:322: DockerSuite.TestVolumeCLILsFilterLabels 0.062s [2019-09-02T23:55:33.247Z] PASS: docker_cli_volume_test.go:184: DockerSuite.TestVolumeCLILsWithIncorrectFilterValue 0.010s [2019-09-02T23:55:33.247Z] PASS: docker_cli_volume_test.go:226: DockerSuite.TestVolumeCLINoArgs 0.029s [2019-09-02T23:55:36.522Z] PASS: docker_cli_volume_test.go:190: DockerSuite.TestVolumeCLIRm 2.668s [2019-09-02T23:55:36.522Z] PASS: docker_cli_volume_test.go:391: DockerSuite.TestVolumeCLIRmForce 0.101s [2019-09-02T23:55:36.522Z] PASS: docker_cli_volume_test.go:415: DockerSuite.TestVolumeCLIRmForceInUse 0.145s [2019-09-02T23:55:36.522Z] PASS: docker_cli_volume_test.go:383: DockerSuite.TestVolumeCLIRmForceUsage 0.029s [2019-09-02T23:55:36.522Z] PASS: docker_cli_volume_test.go:453: DockerSuite.TestVolumeCliInspectWithVolumeOpts 0.038s [2019-09-02T23:55:37.087Z] PASS: docker_cli_events_unix_test.go:167: DockerSuite.TestVolumeEvents 0.873s [2019-09-02T23:55:39.610Z] PASS: docker_cli_run_test.go:3023: DockerSuite.TestVolumeFromMixedRWOptions 2.439s [2019-09-02T23:55:39.610Z] PASS: docker_cli_volume_test.go:86: DockerSuite.TestVolumeLsFormat 0.044s [2019-09-02T23:55:39.867Z] PASS: docker_cli_volume_test.go:95: DockerSuite.TestVolumeLsFormatDefaultFormat 0.044s [2019-09-02T23:55:43.139Z] PASS: docker_cli_run_test.go:497: DockerSuite.TestVolumesFromGetsProperMode 3.087s [2019-09-02T23:55:47.314Z] PASS: docker_cli_run_test.go:2178: DockerSuite.TestVolumesNoCopyData 4.152s [2019-09-02T23:55:47.314Z] SKIP: docker_cli_run_test.go:4549: DockerSuite.TestWindowsRunAsSystem (unmatched requirement DaemonIsWindowsAtLeastBuild.func1) [2019-09-02T23:55:48.687Z] PASS: docker_cli_by_digest_test.go:183: DockerRegistrySuite.TestBuildByDigest 1.545s [2019-09-02T23:55:50.072Z] PASS: docker_api_build_test.go:324: DockerRegistrySuite.TestBuildCopyFromForcePull 1.312s [2019-09-02T23:55:51.966Z] PASS: docker_cli_build_test.go:5812: DockerRegistrySuite.TestBuildMultiStageImplicitPull 1.674s [2019-09-02T23:55:57.218Z] PASS: docker_cli_pull_local_test.go:198: DockerRegistrySuite.TestConcurrentPullMultipleTags 4.283s [2019-09-02T23:56:00.500Z] PASS: docker_cli_push_test.go:199: DockerRegistrySuite.TestConcurrentPush 4.052s [2019-09-02T23:56:01.871Z] PASS: docker_cli_by_digest_test.go:130: DockerRegistrySuite.TestCreateByDigest 1.274s [2019-09-02T23:56:03.241Z] PASS: docker_cli_push_test.go:207: DockerRegistrySuite.TestCrossRepositoryLayerPush 1.072s [2019-09-02T23:56:04.612Z] PASS: docker_cli_by_digest_test.go:445: DockerRegistrySuite.TestDeleteImageByIDOnlyPulledByDigest 1.322s [2019-09-02T23:56:05.360Z] PASS: docker_cli_build_test.go:2297: DockerSuite.TestBuildDockerignore 66.784s [2019-09-02T23:56:06.330Z] PASS: docker_cli_build_test.go:2335: DockerSuite.TestBuildDockerignoreCleanPaths 5.095s [2019-09-02T23:56:06.508Z] PASS: docker_cli_by_digest_test.go:491: DockerRegistrySuite.TestDeleteImageWithDigestAndMultiRepoTag 1.448s [2019-09-02T23:56:06.793Z] SKIP: docker_cli_build_test.go:5151: DockerSuite.TestBuildDockerignoreComment (unmatched requirement DaemonIsLinux) [2019-09-02T23:56:07.877Z] PASS: docker_cli_by_digest_test.go:464: DockerRegistrySuite.TestDeleteImageWithDigestAndTag 1.359s [2019-09-02T23:56:08.807Z] PASS: docker_cli_events_test.go:529: DockerRegistrySuite.TestEventsImageFilterPush 1.179s [2019-09-02T23:56:10.176Z] PASS: docker_cli_by_digest_test.go:390: DockerRegistrySuite.TestInspectImageWithDigests 1.238s [2019-09-02T23:56:13.450Z] PASS: docker_cli_by_digest_test.go:317: DockerRegistrySuite.TestListDanglingImagesWithDigests 2.540s [2019-09-02T23:56:15.974Z] PASS: docker_cli_by_digest_test.go:240: DockerRegistrySuite.TestListImagesWithDigests 2.495s [2019-09-02T23:56:16.922Z] PASS: docker_cli_by_digest_test.go:227: DockerRegistrySuite.TestListImagesWithoutDigests 1.239s [2019-09-02T23:56:20.194Z] PASS: docker_cli_by_digest_test.go:409: DockerRegistrySuite.TestPsListContainersFilterAncestorImageByDigest 3.190s [2019-09-02T23:56:21.563Z] PASS: docker_cli_by_digest_test.go:105: DockerRegistrySuite.TestPullByDigest 1.245s [2019-09-02T23:56:21.563Z] PASS: docker_cli_by_digest_test.go:122: DockerRegistrySuite.TestPullByDigestNoFallback 0.016s [2019-09-02T23:56:22.932Z] PASS: docker_cli_by_digest_test.go:79: DockerRegistrySuite.TestPullByTagDisplaysDigest 1.219s [2019-09-02T23:56:24.300Z] PASS: docker_cli_by_digest_test.go:610: DockerRegistrySuite.TestPullFailsWithAlteredLayer 1.129s [2019-09-02T23:56:25.670Z] PASS: docker_cli_by_digest_test.go:528: DockerRegistrySuite.TestPullFailsWithAlteredManifest 1.140s [2019-09-02T23:56:29.845Z] PASS: docker_cli_pull_local_test.go:259: DockerRegistrySuite.TestPullIDStability 3.567s [2019-09-02T23:56:29.845Z] PASS: docker_cli_pull_local_test.go:55: DockerRegistrySuite.TestPullImageWithAliases 0.236s [2019-09-02T23:56:31.214Z] PASS: docker_cli_pull_local_test.go:287: DockerRegistrySuite.TestPullManifestList 1.265s [2019-09-02T23:56:31.471Z] PASS: docker_cli_pull_local_test.go:279: DockerRegistrySuite.TestPullNoLayers 0.330s [2019-09-02T23:56:31.471Z] PASS: docker_cli_push_test.go:69: DockerRegistrySuite.TestPushBadTag 0.011s [2019-09-02T23:56:31.728Z] PASS: docker_cli_push_test.go:29: DockerRegistrySuite.TestPushBusyboxImage 0.148s [2019-09-02T23:56:31.985Z] PASS: docker_cli_push_test.go:145: DockerRegistrySuite.TestPushEmptyLayer 0.205s [2019-09-02T23:56:32.548Z] PASS: docker_cli_push_test.go:114: DockerRegistrySuite.TestPushMultipleTags 0.186s [2019-09-02T23:56:32.548Z] PASS: docker_cli_push_test.go:52: DockerRegistrySuite.TestPushUntagged 0.016s [2019-09-02T23:56:33.918Z] PASS: docker_cli_by_digest_test.go:161: DockerRegistrySuite.TestRemoveImageByDigest 1.277s [2019-09-02T23:56:36.439Z] PASS: docker_cli_by_digest_test.go:143: DockerRegistrySuite.TestRunByDigest 2.045s [2019-09-02T23:56:37.369Z] PASS: docker_cli_pull_local_test.go:452: DockerRegistrySuite.TestRunImplicitPullWithNoTag 1.020s [2019-09-02T23:56:38.737Z] PASS: docker_cli_by_digest_test.go:208: DockerRegistrySuite.TestTagByDigest 1.266s [2019-09-02T23:56:39.668Z] PASS: docker_cli_registry_user_agent_test.go:74: DockerRegistrySuite.TestUserAgentPassThrough 0.879s [2019-09-02T23:56:40.232Z] PASS: docker_cli_v2_only_test.go:28: DockerRegistrySuite.TestV2Only 0.663s [2019-09-02T23:56:45.502Z] PASS: docker_cli_pull_local_test.go:202: DockerSchema1RegistrySuite.TestConcurrentPullMultipleTags 4.221s [2019-09-02T23:56:49.676Z] PASS: docker_cli_push_test.go:203: DockerSchema1RegistrySuite.TestConcurrentPush 4.277s [2019-09-02T23:56:50.607Z] PASS: docker_cli_push_test.go:249: DockerSchema1RegistrySuite.TestCrossRepositoryLayerPushNotSupported 1.139s [2019-09-02T23:56:51.978Z] PASS: docker_cli_by_digest_test.go:109: DockerSchema1RegistrySuite.TestPullByDigest 1.306s [2019-09-02T23:56:51.978Z] PASS: docker_cli_by_digest_test.go:126: DockerSchema1RegistrySuite.TestPullByDigestNoFallback 0.014s [2019-09-02T23:56:53.346Z] PASS: docker_cli_by_digest_test.go:83: DockerSchema1RegistrySuite.TestPullByTagDisplaysDigest 1.287s [2019-09-02T23:56:54.714Z] PASS: docker_cli_by_digest_test.go:653: DockerSchema1RegistrySuite.TestPullFailsWithAlteredLayer 1.156s [2019-09-02T23:56:56.083Z] PASS: docker_cli_by_digest_test.go:568: DockerSchema1RegistrySuite.TestPullFailsWithAlteredManifest 1.127s [2019-09-02T23:57:00.258Z] PASS: docker_cli_pull_local_test.go:263: DockerSchema1RegistrySuite.TestPullIDStability 3.526s [2019-09-02T23:57:00.258Z] PASS: docker_cli_pull_local_test.go:59: DockerSchema1RegistrySuite.TestPullImageWithAliases 0.294s [2019-09-02T23:57:00.515Z] PASS: docker_cli_pull_local_test.go:283: DockerSchema1RegistrySuite.TestPullNoLayers 0.330s [2019-09-02T23:57:00.515Z] PASS: docker_cli_push_test.go:73: DockerSchema1RegistrySuite.TestPushBadTag 0.010s [2019-09-02T23:57:00.771Z] PASS: docker_cli_push_test.go:33: DockerSchema1RegistrySuite.TestPushBusyboxImage 0.165s [2019-09-02T23:57:01.028Z] PASS: docker_cli_push_test.go:149: DockerSchema1RegistrySuite.TestPushEmptyLayer 0.171s [2019-09-02T23:57:01.592Z] PASS: docker_cli_push_test.go:118: DockerSchema1RegistrySuite.TestPushMultipleTags 0.233s [2019-09-02T23:57:01.592Z] PASS: docker_cli_push_test.go:56: DockerSchema1RegistrySuite.TestPushUntagged 0.011s [2019-09-02T23:57:02.523Z] PASS: docker_cli_build_test.go:5002: DockerRegistryAuthHtpasswdSuite.TestBuildFromAuthenticatedRegistry 0.929s [2019-09-02T23:57:03.087Z] PASS: docker_cli_build_test.go:5020: DockerRegistryAuthHtpasswdSuite.TestBuildWithExternalAuth 0.381s [2019-09-02T23:57:03.344Z] PASS: docker_cli_login_test.go:23: DockerRegistryAuthHtpasswdSuite.TestLoginToPrivateRegistry 0.042s [2019-09-02T23:57:04.715Z] PASS: docker_cli_logout_test.go:16: DockerRegistryAuthHtpasswdSuite.TestLogoutWithExternalAuth 0.996s [2019-09-02T23:57:04.715Z] PASS: docker_cli_logout_test.go:68: DockerRegistryAuthHtpasswdSuite.TestLogoutWithWrongHostnamesStored 0.093s [2019-09-02T23:57:04.972Z] PASS: docker_cli_pull_local_test.go:416: DockerRegistryAuthHtpasswdSuite.TestPullWithExternalAuth 0.251s [2019-09-02T23:57:05.536Z] PASS: docker_cli_pull_local_test.go:371: DockerRegistryAuthHtpasswdSuite.TestPullWithExternalAuthLoginWithScheme 0.369s [2019-09-02T23:57:05.536Z] PASS: docker_cli_push_test.go:282: DockerRegistryAuthHtpasswdSuite.TestPushNoCredentialsNoRetry 0.029s [2019-09-02T23:57:10.819Z] PASS: docker_cli_push_test.go:344: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseError 5.134s [2019-09-02T23:57:11.075Z] PASS: docker_cli_push_test.go:372: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseNoToken 0.132s [2019-09-02T23:57:11.075Z] PASS: docker_cli_push_test.go:331: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseUnauthorized 0.132s [2019-09-02T23:57:11.333Z] PASS: docker_cli_push_test.go:359: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseUnparsable 0.137s [2019-09-02T23:57:11.333Z] PASS: docker_cli_push_test.go:319: DockerRegistryAuthTokenSuite.TestPushTokenServiceUnauthResponse 0.131s [2019-09-02T23:57:14.606Z] PASS: docker_cli_network_unix_test.go:1786: DockerNetworkSuite.TestConntrackFlowsLeak 2.611s [2019-09-02T23:57:15.537Z] PASS: docker_deprecated_api_v124_unix_test.go:14: DockerNetworkSuite.TestDeprecatedDockerNetworkStartAPIWithHostconfig 0.964s [2019-09-02T23:57:18.908Z] PASS: docker_cli_build_test.go:2349: DockerSuite.TestBuildDockerignoreExceptions 62.047s [2019-09-02T23:57:18.908Z] PASS: docker_cli_build_test.go:2446: DockerSuite.TestBuildDockerignoreTouchDockerfile 0.887s [2019-09-02T23:57:18.909Z] PASS: docker_cli_build_test.go:2522: DockerSuite.TestBuildDockerignoringBadExclusion 0.062s [2019-09-02T23:57:20.791Z] PASS: docker_cli_network_unix_test.go:864: DockerNetworkSuite.TestDockerNetworkAnonymousEndpoint 4.437s [2019-09-02T23:57:23.312Z] PASS: docker_cli_network_unix_test.go:539: DockerNetworkSuite.TestDockerNetworkConnectDisconnect 2.275s [2019-09-02T23:57:27.486Z] PASS: docker_cli_network_unix_test.go:1257: DockerNetworkSuite.TestDockerNetworkConnectDisconnectToStoppedContainer 3.586s [2019-09-02T23:57:29.379Z] PASS: docker_cli_network_unix_test.go:1191: DockerNetworkSuite.TestDockerNetworkConnectDisconnectWithPortMapping 1.616s [2019-09-02T23:57:33.731Z] PASS: docker_cli_build_test.go:2394: DockerSuite.TestBuildDockerignoringDockerfile 17.897s [2019-09-02T23:57:39.341Z] PASS: docker_cli_network_unix_test.go:1414: DockerNetworkSuite.TestDockerNetworkConnectLinkLocalIP 7.834s [2019-09-02T23:57:41.864Z] PASS: docker_cli_network_unix_test.go:1307: DockerNetworkSuite.TestDockerNetworkConnectPreferredIP 2.766s [2019-09-02T23:57:43.233Z] PASS: docker_cli_network_unix_test.go:1343: DockerNetworkSuite.TestDockerNetworkConnectPreferredIPStoppedContainer 1.571s [2019-09-02T23:57:44.183Z] PASS: docker_cli_network_unix_test.go:1157: DockerNetworkSuite.TestDockerNetworkConnectToHostFromOtherNetwork 0.775s [2019-09-02T23:57:44.747Z] PASS: docker_cli_network_unix_test.go:1522: DockerNetworkSuite.TestDockerNetworkConnectWithAliasOnDefaultNetworks 0.579s [2019-09-02T23:57:45.309Z] PASS: docker_cli_swarm_test.go:1133: DockerSwarmSuite.TestSwarmLockUnlockCluster 115.182s [2019-09-02T23:57:46.241Z] PASS: docker_cli_network_unix_test.go:1228: DockerNetworkSuite.TestDockerNetworkConnectWithMac 0.987s [2019-09-02T23:57:48.136Z] PASS: docker_cli_network_unix_test.go:1174: DockerNetworkSuite.TestDockerNetworkConnectWithPortMapping 1.066s [2019-09-02T23:57:48.136Z] PASS: docker_cli_network_unix_test.go:375: DockerNetworkSuite.TestDockerNetworkCreateDelete 0.170s [2019-09-02T23:57:48.393Z] PASS: docker_cli_network_unix_test.go:1654: DockerNetworkSuite.TestDockerNetworkCreateDeleteSpecialCharacters 0.403s [2019-09-02T23:57:48.549Z] PASS: docker_cli_build_test.go:2433: DockerSuite.TestBuildDockerignoringDockerignore 13.560s [2019-09-02T23:57:49.761Z] PASS: docker_cli_network_unix_test.go:299: DockerNetworkSuite.TestDockerNetworkCreateHostBind 1.035s [2019-09-02T23:57:49.761Z] PASS: docker_cli_network_unix_test.go:383: DockerNetworkSuite.TestDockerNetworkCreateLabel 0.132s [2019-09-02T23:57:49.761Z] PASS: docker_cli_network_unix_test.go:290: DockerNetworkSuite.TestDockerNetworkCreatePredefined 0.035s [2019-09-02T23:57:50.019Z] PASS: docker_cli_network_unix_test.go:633: DockerNetworkSuite.TestDockerNetworkCustomIPAM 0.131s [2019-09-02T23:57:51.390Z] PASS: docker_cli_network_unix_test.go:1291: DockerNetworkSuite.TestDockerNetworkDisconnectContainerNonexistingNetwork 1.242s [2019-09-02T23:57:52.759Z] PASS: docker_cli_network_unix_test.go:1502: DockerNetworkSuite.TestDockerNetworkDisconnectDefault 1.095s [2019-09-02T23:57:53.016Z] PASS: docker_cli_network_unix_test.go:1772: DockerNetworkSuite.TestDockerNetworkDisconnectFromBridge 0.094s [2019-09-02T23:57:53.273Z] PASS: docker_cli_network_unix_test.go:1166: DockerNetworkSuite.TestDockerNetworkDisconnectFromHost 0.288s [2019-09-02T23:57:53.273Z] PASS: docker_cli_network_unix_test.go:768: DockerNetworkSuite.TestDockerNetworkDriverOptions 0.048s [2019-09-02T23:57:58.524Z] PASS: docker_cli_swarm_test.go:1471: DockerSwarmSuite.TestSwarmManagerAddress 3.016s [2019-09-02T23:57:58.873Z] PASS: docker_cli_build_test.go:2505: DockerSuite.TestBuildDockerignoringOnlyDotfiles 9.433s [2019-09-02T23:58:01.795Z] PASS: docker_cli_swarm_test.go:1541: DockerSwarmSuite.TestSwarmNetworkCreateDup 2.202s [2019-09-02T23:58:05.067Z] PASS: docker_cli_swarm_test.go:1518: DockerSwarmSuite.TestSwarmNetworkCreateIssue27866 1.586s [2019-09-02T23:58:06.961Z] PASS: docker_cli_network_unix_test.go:978: DockerNetworkSuite.TestDockerNetworkDriverUngracefulRestart 3.213s [2019-09-02T23:58:11.151Z] PASS: docker_cli_network_unix_test.go:1735: DockerNetworkSuite.TestDockerNetworkFlagAlias 3.702s [2019-09-02T23:58:11.151Z] PASS: docker_cli_swarm_test.go:1492: DockerSwarmSuite.TestSwarmNetworkIPAMOptions 5.348s [2019-09-02T23:58:13.673Z] PASS: docker_cli_swarm_test.go:803: DockerSwarmSuite.TestSwarmNetworkPlugin 1.001s [2019-09-02T23:58:21.770Z] PASS: docker_cli_network_unix_test.go:1131: DockerNetworkSuite.TestDockerNetworkHostModeUngracefulDaemonRestart 10.230s [2019-09-02T23:58:21.770Z] PASS: docker_cli_network_unix_test.go:744: DockerNetworkSuite.TestDockerNetworkIPAMInvalidCombinations 0.184s [2019-09-02T23:58:22.701Z] PASS: docker_cli_network_unix_test.go:592: DockerNetworkSuite.TestDockerNetworkIPAMMultipleNetworks 0.718s [2019-09-02T23:58:22.701Z] PASS: docker_cli_network_unix_test.go:649: DockerNetworkSuite.TestDockerNetworkIPAMOptions 0.057s [2019-09-02T23:58:22.701Z] PASS: docker_cli_network_unix_test.go:1240: DockerNetworkSuite.TestDockerNetworkInspectCreatedContainer 0.073s [2019-09-02T23:58:22.958Z] PASS: docker_cli_network_unix_test.go:725: DockerNetworkSuite.TestDockerNetworkInspectCustomSpecified 0.139s [2019-09-02T23:58:22.958Z] PASS: docker_cli_network_unix_test.go:706: DockerNetworkSuite.TestDockerNetworkInspectCustomUnspecified 0.121s [2019-09-02T23:58:22.958Z] PASS: docker_cli_network_unix_test.go:678: DockerNetworkSuite.TestDockerNetworkInspectDefault 0.002s [2019-09-02T23:58:28.213Z] PASS: docker_cli_network_unix_test.go:925: DockerNetworkSuite.TestDockerNetworkLinkOnDefaultNetworkOnly 3.082s [2019-09-02T23:58:28.213Z] PASS: docker_cli_network_unix_test.go:283: DockerNetworkSuite.TestDockerNetworkLsDefault 0.038s [2019-09-02T23:58:28.213Z] SKIP: docker_cli_network_unix_test.go:319: DockerNetworkSuite.TestDockerNetworkLsFilter (unmatched requirement OnlyDefaultNetworks) [2019-09-02T23:58:28.776Z] PASS: docker_cli_network_unix_test.go:1019: DockerNetworkSuite.TestDockerNetworkMacInspect 0.997s [2019-09-02T23:58:34.028Z] PASS: docker_cli_network_unix_test.go:1085: DockerNetworkSuite.TestDockerNetworkMultipleNetworksGracefulDaemonRestart 4.091s [2019-09-02T23:58:38.206Z] PASS: docker_cli_network_unix_test.go:1104: DockerNetworkSuite.TestDockerNetworkMultipleNetworksUngracefulDaemonRestart 4.352s [2019-09-02T23:58:38.206Z] PASS: docker_cli_network_unix_test.go:662: DockerNetworkSuite.TestDockerNetworkNullIPAMDriver 0.024s [2019-09-02T23:58:39.575Z] PASS: docker_cli_network_unix_test.go:951: DockerNetworkSuite.TestDockerNetworkOverlayPortMapping 1.056s [2019-09-02T23:58:41.443Z] PASS: docker_cli_build_test.go:2412: DockerSuite.TestBuildDockerignoringRenamedDockerfile 36.353s [2019-09-02T23:58:42.851Z] PASS: docker_cli_network_unix_test.go:1246: DockerNetworkSuite.TestDockerNetworkRestartWithMultipleNetworks 2.467s [2019-09-02T23:58:42.851Z] PASS: docker_cli_network_unix_test.go:310: DockerNetworkSuite.TestDockerNetworkRmPredefined 0.039s [2019-09-02T23:58:43.805Z] PASS: docker_cli_network_unix_test.go:1125: DockerNetworkSuite.TestDockerNetworkRunNetByID 0.943s [2019-09-02T23:58:44.369Z] PASS: docker_cli_network_unix_test.go:1366: DockerNetworkSuite.TestDockerNetworkUnsupportedRequiredIP 0.679s [2019-09-02T23:58:46.262Z] PASS: docker_cli_network_unix_test.go:1747: DockerNetworkSuite.TestDockerNetworkValidateIP 1.151s [2019-09-02T23:58:48.521Z] PASS: docker_cli_build_test.go:2488: DockerSuite.TestBuildDockerignoringWholeDir 9.294s [2019-09-02T23:58:51.514Z] PASS: docker_cli_network_unix_test.go:783: DockerNetworkSuite.TestDockerPluginV2NetworkDriver 5.261s [2019-09-02T23:58:52.882Z] PASS: docker_cli_pull_test.go:197: DockerHubPullSuite.TestPullAllTagsFromCentralRegistry 0.883s [2019-09-02T23:58:55.401Z] PASS: docker_cli_pull_test.go:241: DockerHubPullSuite.TestPullClientDisconnect 2.131s [2019-09-02T23:58:55.402Z] PASS: docker_cli_pull_test.go:18: DockerHubPullSuite.TestPullFromCentralRegistry 0.378s [2019-09-02T23:58:56.771Z] PASS: docker_cli_pull_test.go:118: DockerHubPullSuite.TestPullFromCentralRegistryImplicitRefParts 1.280s [2019-09-02T23:58:57.028Z] PASS: docker_cli_pull_test.go:43: DockerHubPullSuite.TestPullNonExistingImage 0.191s [2019-09-02T23:58:57.285Z] PASS: docker_cli_pull_test.go:187: DockerHubPullSuite.TestPullScratchNotAllowed 0.016s [2019-09-02T23:58:57.285Z] OK: 1197 passed, 46 skipped [2019-09-02T23:58:57.285Z] PASS [2019-09-02T23:58:57.285Z] ---> Making bundle: .integration-daemon-stop (in /go/src/github.com/docker/docker/bundles/test-integration/2) [2019-09-02T23:59:03.834Z] umount: /go/src/github.com/docker/docker/bundles/test-integration/2/root: mountpoint not found [2019-09-02T23:59:03.834Z] Clearing AppArmor profiles cache:. [2019-09-02T23:59:03.834Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-02T23:59:03.834Z] Unloading profiles will leave already running processes permanently [2019-09-02T23:59:03.834Z] unconfined, which can lead to unexpected situations. [2019-09-02T23:59:03.834Z] [2019-09-02T23:59:03.834Z] To set a process to complain mode, use the command line tool [2019-09-02T23:59:03.834Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-02T23:59:03.834Z] with the 'teardown' option." [2019-09-02T23:59:03.834Z] Removing test suite binaries [2019-09-02T23:59:03.834Z] [2019-09-02T23:59:06.275Z] PASS: docker_cli_build_test.go:2561: DockerSuite.TestBuildDockerignoringWildDirs 13.478s [2019-09-02T23:59:09.086Z] PASS: docker_cli_swarm_unix_test.go:58: DockerSwarmSuite.TestSwarmNetworkPluginV2 48.939s [2019-09-02T23:59:10.980Z] PASS: docker_cli_swarm_test.go:230: DockerSwarmSuite.TestSwarmNodeListFilter 1.176s [2019-09-02T23:59:14.262Z] PASS: docker_cli_swarm_test.go:249: DockerSwarmSuite.TestSwarmNodeTaskListFilter 2.312s [2019-09-02T23:59:16.784Z] PASS: docker_cli_swarm_test.go:276: DockerSwarmSuite.TestSwarmPublishAdd 1.241s [2019-09-02T23:59:20.958Z] PASS: docker_cli_swarm_test.go:1563: DockerSwarmSuite.TestSwarmPublishDuplicatePorts 3.808s [2019-09-02T23:59:24.232Z] PASS: docker_cli_swarm_test.go:1621: DockerSwarmSuite.TestSwarmReadonlyRootfs 1.944s [2019-09-02T23:59:46.130Z] PASS: docker_api_swarm_test.go:959: DockerSwarmSuite.TestSwarmRepeatedRootRotation 15.028s [2019-09-03T00:00:00.979Z] PASS: docker_cli_swarm_test.go:1253: DockerSwarmSuite.TestSwarmRotateUnlockKey 14.261s [2019-09-03T00:00:02.348Z] PASS: docker_cli_swarm_test.go:822: DockerSwarmSuite.TestSwarmServiceEnvFile 1.117s [2019-09-03T00:00:05.627Z] PASS: docker_cli_swarm_test.go:189: DockerSwarmSuite.TestSwarmServiceListFilter 1.488s [2019-09-03T00:00:08.902Z] PASS: docker_cli_swarm_test.go:1735: DockerSwarmSuite.TestSwarmServiceLsFilterMode 2.740s [2019-09-03T00:00:15.448Z] PASS: docker_cli_swarm_test.go:911: DockerSwarmSuite.TestSwarmServiceNetworkUpdate 6.386s [2019-09-03T00:00:32.336Z] PASS: docker_cli_build_test.go:2539: DockerSuite.TestBuildDockerignoringWildTopDir 84.634s [2019-09-03T00:00:32.336Z] PASS: docker_cli_build_test.go:3945: DockerSuite.TestBuildDotDotFile 0.076s [2019-09-03T00:00:32.336Z] SKIP: docker_cli_build_test.go:2635: DockerSuite.TestBuildEOLInLine (unmatched requirement DaemonIsLinux) [2019-09-03T00:00:32.336Z] SKIP: docker_cli_build_test.go:3169: DockerSuite.TestBuildEmptyCmd (unmatched requirement DaemonIsLinux) [2019-09-03T00:00:32.336Z] PASS: docker_cli_build_test.go:1705: DockerSuite.TestBuildEmptyEntrypoint 0.618s [2019-09-03T00:00:32.336Z] PASS: docker_cli_build_test.go:1682: DockerSuite.TestBuildEmptyEntrypointInheritance 0.853s [2019-09-03T00:00:32.336Z] SKIP: docker_cli_build_test.go:3937: DockerSuite.TestBuildEmptyScratch (unmatched requirement DaemonIsLinux) [2019-09-03T00:00:32.336Z] PASS: docker_cli_build_test.go:3962: DockerSuite.TestBuildEmptyStringVolume 0.361s [2019-09-03T00:00:32.795Z] PASS: docker_cli_build_test.go:1719: DockerSuite.TestBuildEntrypoint 0.453s [2019-09-03T00:00:37.486Z] PASS: docker_cli_build_test.go:3252: DockerSuite.TestBuildEntrypointCanBeOverriddenByChild 4.531s [2019-09-03T00:00:40.403Z] PASS: docker_cli_build_test.go:3272: DockerSuite.TestBuildEntrypointCanBeOverriddenByChildInspect 2.739s [2019-09-03T00:00:41.956Z] PASS: docker_cli_swarm_test.go:840: DockerSwarmSuite.TestSwarmServiceTTY 14.912s [2019-09-03T00:00:44.479Z] PASS: docker_cli_swarm_test.go:888: DockerSwarmSuite.TestSwarmServiceTTYUpdate 2.408s [2019-09-03T00:00:45.225Z] PASS: docker_cli_build_test.go:2171: DockerSuite.TestBuildEntrypointRunCleanup 4.859s [2019-09-03T00:00:45.225Z] SKIP: docker_cli_build_test.go:1470: DockerSuite.TestBuildEnv (unmatched requirement DaemonIsLinux) [2019-09-03T00:00:45.685Z] SKIP: docker_cli_build_test.go:303: DockerSuite.TestBuildEnvEscapes (unmatched requirement DaemonIsLinux) [2019-09-03T00:00:45.685Z] SKIP: docker_cli_build_test.go:320: DockerSuite.TestBuildEnvOverwrite (unmatched requirement DaemonIsLinux) [2019-09-03T00:00:45.685Z] SKIP: docker_cli_build_test.go:2716: DockerSuite.TestBuildEnvUsage (unmatched requirement DaemonIsLinux) [2019-09-03T00:00:45.685Z] SKIP: docker_cli_build_test.go:2747: DockerSuite.TestBuildEnvUsage2 (unmatched requirement DaemonIsLinux) [2019-09-03T00:00:46.999Z] PASS: docker_cli_swarm_test.go:171: DockerSwarmSuite.TestSwarmServiceTemplatingHostname 2.076s [2019-09-03T00:00:48.590Z] PASS: docker_cli_build_test.go:148: DockerSuite.TestBuildEnvironmentReplacementAddCopy 2.878s [2019-09-03T00:00:48.590Z] SKIP: docker_cli_build_test.go:172: DockerSuite.TestBuildEnvironmentReplacementEnv (unmatched requirement DaemonIsLinux) [2019-09-03T00:00:48.590Z] SKIP: docker_cli_build_test.go:103: DockerSuite.TestBuildEnvironmentReplacementExpose (unmatched requirement DaemonIsLinux) [2019-09-03T00:00:48.590Z] SKIP: docker_cli_build_test.go:61: DockerSuite.TestBuildEnvironmentReplacementUser (unmatched requirement DaemonIsLinux) [2019-09-03T00:00:49.590Z] PASS: docker_cli_build_test.go:78: DockerSuite.TestBuildEnvironmentReplacementVolume 0.787s [2019-09-03T00:00:50.272Z] PASS: docker_cli_swarm_test.go:302: DockerSwarmSuite.TestSwarmServiceWithGroup 2.486s [2019-09-03T00:00:53.545Z] PASS: docker_cli_swarm_test.go:1707: DockerSwarmSuite.TestSwarmStopSignal 2.062s [2019-09-03T00:00:55.383Z] PASS: docker_cli_build_test.go:128: DockerSuite.TestBuildEnvironmentReplacementWorkdir 5.009s [2019-09-03T00:00:55.437Z] PASS: docker_cli_swarm_test.go:544: DockerSwarmSuite.TestSwarmTaskListFilter 1.604s [2019-09-03T00:00:58.710Z] PASS: docker_cli_swarm_test.go:37: DockerSwarmSuite.TestSwarmUpdate 1.467s [2019-09-03T00:01:13.097Z] PASS: docker_cli_build_test.go:5318: DockerSuite.TestBuildEscapeNotBackslashWordTest 16.706s [2019-09-03T00:01:13.097Z] PASS: docker_cli_build_test.go:2264: DockerSuite.TestBuildEscapeWhitespace 0.561s [2019-09-03T00:01:13.097Z] SKIP: docker_cli_build_test.go:3303: DockerSuite.TestBuildExoticShellInterpolation (unmatched requirement DaemonIsLinux) [2019-09-03T00:01:13.097Z] SKIP: docker_cli_build_test.go:1591: DockerSuite.TestBuildExpose (unmatched requirement DaemonIsLinux) [2019-09-03T00:01:13.097Z] SKIP: docker_cli_build_test.go:1605: DockerSuite.TestBuildExposeMorePorts (unmatched requirement DaemonIsLinux) [2019-09-03T00:01:13.097Z] SKIP: docker_cli_build_test.go:1654: DockerSuite.TestBuildExposeOrder (unmatched requirement DaemonIsLinux) [2019-09-03T00:01:13.097Z] SKIP: docker_cli_build_test.go:1670: DockerSuite.TestBuildExposeUpperCaseProto (unmatched requirement DaemonIsLinux) [2019-09-03T00:01:15.372Z] PASS: docker_cli_build_test.go:2228: DockerSuite.TestBuildFails 1.984s [2019-09-03T00:01:15.372Z] PASS: docker_cli_build_test.go:4898: DockerSuite.TestBuildFailsGitNotCallable 0.103s [2019-09-03T00:01:21.165Z] PASS: docker_cli_build_test.go:4818: DockerSuite.TestBuildFollowSymlinkToDir 5.026s [2019-09-03T00:01:31.509Z] PASS: docker_cli_build_test.go:4788: DockerSuite.TestBuildFollowSymlinkToFile 9.879s [2019-09-03T00:01:37.311Z] PASS: docker_cli_build_test.go:1171: DockerSuite.TestBuildForceRm 6.363s [2019-09-03T00:01:43.103Z] PASS: docker_cli_build_test.go:3052: DockerSuite.TestBuildFromGit 6.194s [2019-09-03T00:01:44.640Z] PASS: docker_cli_build_test.go:3071: DockerSuite.TestBuildFromGitWithContext 1.400s [2019-09-03T00:01:50.465Z] PASS: docker_cli_build_test.go:3090: DockerSuite.TestBuildFromGitWithF 4.992s [2019-09-03T00:01:50.465Z] SKIP: docker_cli_build_test.go:3702: DockerSuite.TestBuildFromMixedcaseDockerfile (unmatched requirement UnixCli) [2019-09-03T00:01:51.439Z] PASS: docker_cli_build_test.go:3778: DockerSuite.TestBuildFromOfficialNames 0.780s [2019-09-03T00:01:51.898Z] PASS: docker_cli_build_test.go:3103: DockerSuite.TestBuildFromRemoteTarball 0.501s [2019-09-03T00:01:51.898Z] SKIP: docker_cli_build_test.go:3753: DockerSuite.TestBuildFromStdinWithF (unmatched requirement DaemonIsLinux) [2019-09-03T00:01:54.897Z] PASS: docker_cli_swarm_unix_test.go:16: DockerSwarmSuite.TestSwarmVolumePlugin 22.348s [2019-09-03T00:02:02.218Z] PASS: docker_cli_build_test.go:3726: DockerSuite.TestBuildFromURLWithF 8.782s [2019-09-03T00:02:02.218Z] SKIP: docker_cli_build_test.go:235: DockerSuite.TestBuildHandleEscapesInVolume (unmatched requirement DaemonIsLinux) [2019-09-03T00:02:09.746Z] PASS: docker_cli_swarm_test.go:1033: DockerSwarmSuite.TestUnlockEngineAndUnlockedSwarm 1.364s [2019-09-03T00:02:10.790Z] PASS: docker_cli_history_test.go:16: DockerSuite.TestBuildHistory 8.643s [2019-09-03T00:02:11.250Z] PASS: docker_cli_build_test.go:6182: DockerSuite.TestBuildIidFile 0.807s [2019-09-03T00:02:12.787Z] PASS: docker_cli_build_test.go:6207: DockerSuite.TestBuildIidFileCleanupOnFail 1.919s [2019-09-03T00:02:13.248Z] SKIP: docker_cli_build_test.go:2207: DockerSuite.TestBuildInheritance (unmatched requirement DaemonIsLinux) [2019-09-03T00:02:13.709Z] PASS: docker_cli_build_test.go:5975: DockerSuite.TestBuildIntermediateTarget 0.677s [2019-09-03T00:02:13.709Z] PASS: docker_cli_build_test.go:3192: DockerSuite.TestBuildInvalidTag 0.054s [2019-09-03T00:02:18.399Z] PASS: docker_cli_build_test.go:35: DockerSuite.TestBuildJSONEmptyRun 4.167s [2019-09-03T00:02:19.367Z] PASS: docker_cli_build_test.go:4924: DockerSuite.TestBuildLabel 0.757s [2019-09-03T00:02:19.827Z] PASS: docker_cli_build_test.go:4955: DockerSuite.TestBuildLabelCacheCommit 0.522s [2019-09-03T00:02:20.797Z] PASS: docker_cli_build_test.go:4976: DockerSuite.TestBuildLabelMultiple 0.760s [2019-09-03T00:02:21.256Z] PASS: docker_cli_build_test.go:4941: DockerSuite.TestBuildLabelOneNode 0.433s [2019-09-03T00:02:22.225Z] PASS: docker_cli_build_test.go:3374: DockerSuite.TestBuildLabels 0.739s [2019-09-03T00:02:23.193Z] PASS: docker_cli_build_test.go:3386: DockerSuite.TestBuildLabelsCache 1.327s [2019-09-03T00:02:27.800Z] PASS: docker_api_swarm_test.go:161: DockerSwarmSuite.TestUpdateSwarmAddExternalCA 1.628s [2019-09-03T00:02:27.889Z] PASS: docker_cli_build_test.go:5062: DockerSuite.TestBuildLabelsOverride 4.500s [2019-09-03T00:02:27.889Z] SKIP: docker_cli_build_test.go:392: DockerSuite.TestBuildLastModified (unmatched requirement DaemonIsLinux) [2019-09-03T00:02:27.889Z] SKIP: docker_cli_build_test.go:2624: DockerSuite.TestBuildLineBreak (unmatched requirement DaemonIsLinux) [2019-09-03T00:02:28.349Z] PASS: docker_cli_build_test.go:6107: DockerSuite.TestBuildLineErrorOnBuild 0.059s [2019-09-03T00:02:28.349Z] PASS: docker_cli_build_test.go:6118: DockerSuite.TestBuildLineErrorUnknownInstruction 0.060s [2019-09-03T00:02:28.349Z] PASS: docker_cli_build_test.go:6149: DockerSuite.TestBuildLineErrorWithComments 0.058s [2019-09-03T00:02:28.349Z] PASS: docker_cli_build_test.go:6132: DockerSuite.TestBuildLineErrorWithEmptyLines 0.061s [2019-09-03T00:02:28.808Z] PASS: docker_cli_build_test.go:1268: DockerSuite.TestBuildMaintainer 0.433s [2019-09-03T00:02:29.777Z] PASS: docker_cli_build_test.go:3892: DockerSuite.TestBuildMissingArgs 0.685s [2019-09-03T00:02:34.473Z] PASS: docker_cli_build_test.go:445: DockerSuite.TestBuildModifyFileInFolder 4.858s [2019-09-03T00:02:45.852Z] PASS: docker_cli_external_volume_driver_unix_test.go:447: DockerExternalVolumeSuite.TestExternalVolumeDriverBindExternalVolume 0.672s [2019-09-03T00:02:49.296Z] PASS: docker_cli_build_test.go:4638: DockerSuite.TestBuildMultiStageArg 13.640s [2019-09-03T00:02:49.296Z] SKIP: docker_cli_build_test.go:5526: DockerSuite.TestBuildMultiStageCache (unmatched requirement DaemonIsLinux) [2019-09-03T00:02:52.202Z] PASS: docker_cli_build_test.go:5705: DockerSuite.TestBuildMultiStageCopyFromErrors 2.665s [2019-09-03T00:03:27.902Z] PASS: docker_cli_build_test.go:5647: DockerSuite.TestBuildMultiStageCopyFromSyntax 34.799s [2019-09-03T00:03:42.729Z] PASS: docker_cli_build_test.go:4662: DockerSuite.TestBuildMultiStageGlobalArg 13.960s [2019-09-03T00:03:48.524Z] PASS: docker_cli_build_test.go:5785: DockerSuite.TestBuildMultiStageImplicitFrom 5.800s [2019-09-03T00:03:53.507Z] PASS: docker_cli_external_volume_driver_unix_test.go:546: DockerExternalVolumeSuite.TestExternalVolumeDriverCapabilities 0.575s [2019-09-03T00:03:55.598Z] PASS: docker_cli_build_test.go:5752: DockerSuite.TestBuildMultiStageMultipleBuilds 6.237s [2019-09-03T00:04:00.050Z] PASS: docker_cli_external_volume_driver_unix_test.go:353: DockerExternalVolumeSuite.TestExternalVolumeDriverDeleteContainer 1.591s [2019-09-03T00:04:01.395Z] PASS: docker_cli_build_test.go:5867: DockerSuite.TestBuildMultiStageMultipleBuildsWindows 6.144s [2019-09-03T00:04:19.084Z] PASS: docker_cli_build_test.go:5842: DockerSuite.TestBuildMultiStageNameVariants 16.670s [2019-09-03T00:04:19.084Z] SKIP: docker_cli_build_test.go:5955: DockerSuite.TestBuildMultiStageResetScratch (unmatched requirement DaemonIsLinux) [2019-09-03T00:04:27.658Z] PASS: docker_cli_build_test.go:4687: DockerSuite.TestBuildMultiStageUnusedArg 7.157s [2019-09-03T00:04:27.658Z] PASS: docker_cli_build_test.go:4748: DockerSuite.TestBuildMultipleTags 0.509s [2019-09-03T00:04:27.658Z] SKIP: docker_cli_build_test.go:5562: DockerSuite.TestBuildNetContainer (unmatched requirement DaemonIsLinux) [2019-09-03T00:04:27.658Z] SKIP: docker_cli_build_test.go:5550: DockerSuite.TestBuildNetNone (unmatched requirement DaemonIsLinux) [2019-09-03T00:04:29.839Z] PASS: docker_cli_build_test.go:2054: DockerSuite.TestBuildNoContext 2.465s [2019-09-03T00:04:32.089Z] PASS: docker_cli_external_volume_driver_unix_test.go:476: DockerExternalVolumeSuite.TestExternalVolumeDriverGet 15.035s [2019-09-03T00:04:34.533Z] PASS: docker_cli_build_test.go:4002: DockerSuite.TestBuildNoDupOutput 4.676s [2019-09-03T00:04:36.711Z] PASS: docker_cli_build_test.go:4707: DockerSuite.TestBuildNoNamedVolume 2.168s [2019-09-03T00:04:37.172Z] PASS: docker_cli_build_test.go:3499: DockerSuite.TestBuildNotVerboseFailure 0.265s [2019-09-03T00:04:37.172Z] PASS: docker_cli_build_test.go:3527: DockerSuite.TestBuildNotVerboseFailureRemote 0.141s [2019-09-03T00:04:39.352Z] PASS: docker_cli_build_test.go:3478: DockerSuite.TestBuildNotVerboseFailureWithNonExistImage 2.245s [2019-09-03T00:04:40.897Z] PASS: docker_cli_build_test.go:3427: DockerSuite.TestBuildNotVerboseSuccess 1.110s [2019-09-03T00:04:41.867Z] PASS: docker_cli_build_test.go:4052: DockerSuite.TestBuildNullStringInAddCopyVolume 1.022s [2019-09-03T00:04:46.941Z] PASS: docker_cli_external_volume_driver_unix_test.go:509: DockerExternalVolumeSuite.TestExternalVolumeDriverGetEmptyResponse 0.534s [2019-09-03T00:04:52.194Z] PASS: docker_cli_build_test.go:2237: DockerSuite.TestBuildOnBuild 9.071s [2019-09-03T00:04:52.654Z] PASS: docker_api_build_test.go:282: DockerSuite.TestBuildOnBuildCache 0.951s [2019-09-03T00:05:01.228Z] PASS: docker_cli_build_test.go:338: DockerSuite.TestBuildOnBuildCmdEntrypointJSON 7.777s [2019-09-03T00:05:04.135Z] PASS: docker_cli_build_test.go:355: DockerSuite.TestBuildOnBuildEntrypointJSON 3.289s [2019-09-03T00:05:14.462Z] PASS: docker_cli_build_test.go:1734: DockerSuite.TestBuildOnBuildLimitedInheritance 8.394s [2019-09-03T00:05:18.199Z] PASS: docker_cli_build_test.go:279: DockerSuite.TestBuildOnBuildLowercase 4.343s [2019-09-03T00:05:19.001Z] PASS: docker_cli_external_volume_driver_unix_test.go:462: DockerExternalVolumeSuite.TestExternalVolumeDriverList 15.025s [2019-09-03T00:05:22.896Z] PASS: docker_cli_build_test.go:3182: DockerSuite.TestBuildOnBuildOutput 4.546s [2019-09-03T00:05:23.866Z] PASS: docker_api_build_test.go:257: DockerSuite.TestBuildOnBuildWithCopy 0.604s [2019-09-03T00:05:23.866Z] SKIP: docker_cli_build_test.go:6013: DockerSuite.TestBuildOpaqueDirectory (unmatched requirement DaemonIsLinux) [2019-09-03T00:05:23.866Z] SKIP: docker_cli_build_test.go:1484: DockerSuite.TestBuildPATH (unmatched requirement DaemonIsLinux) [2019-09-03T00:05:26.043Z] PASS: docker_cli_build_test.go:4030: DockerSuite.TestBuildRUNErrMsg 1.977s [2019-09-03T00:05:26.043Z] SKIP: docker_cli_build_test.go:3952: DockerSuite.TestBuildRUNoneJSON (unmatched requirement DaemonIsLinux) [2019-09-03T00:05:31.178Z] PASS: docker_cli_external_volume_driver_unix_test.go:374: DockerExternalVolumeSuite.TestExternalVolumeDriverLookupNotBlocked 0.112s [2019-09-03T00:05:33.519Z] PASS: docker_api_images_test.go:60: DockerSuite.TestAPIImagesSaveAndLoad 592.262s [2019-09-03T00:05:33.519Z] PASS: docker_api_images_test.go:175: DockerSuite.TestAPIImagesSearchJSONContentType 0.717s [2019-09-03T00:05:33.519Z] PASS: docker_api_images_test.go:187: DockerSuite.TestAPIImagesSizeCompatibility 0.021s [2019-09-03T00:05:33.519Z] SKIP: docker_api_network_test.go:130: DockerSuite.TestAPINetworkConnectDisconnect (unmatched requirement DaemonIsLinux) [2019-09-03T00:05:33.519Z] SKIP: docker_api_network_test.go:29: DockerSuite.TestAPINetworkCreateCheckDuplicate (unmatched requirement DaemonIsLinux) [2019-09-03T00:05:33.519Z] SKIP: docker_api_network_test.go:67: DockerSuite.TestAPINetworkFilter (unmatched requirement DaemonIsLinux) [2019-09-03T00:05:33.519Z] SKIP: docker_api_network_test.go:20: DockerSuite.TestAPINetworkGetDefaults (unmatched requirement DaemonIsLinux) [2019-09-03T00:05:33.519Z] SKIP: docker_api_network_test.go:172: DockerSuite.TestAPINetworkIPAMMultipleBridgeNetworks (unmatched requirement DaemonIsLinux) [2019-09-03T00:05:33.519Z] SKIP: docker_api_network_test.go:73: DockerSuite.TestAPINetworkInspectBridge (unmatched requirement DaemonIsLinux) [2019-09-03T00:05:33.519Z] SKIP: docker_api_network_test.go:99: DockerSuite.TestAPINetworkInspectUserDefinedNetwork (unmatched requirement DaemonIsLinux) [2019-09-03T00:05:33.519Z] PASS: docker_api_test.go:18: DockerSuite.TestAPIOptionsRoute 0.002s [2019-09-03T00:05:33.519Z] SKIP: docker_api_stats_test.go:260: DockerSuite.TestAPIStatsContainerNotFound (unmatched requirement DaemonIsLinux) [2019-09-03T00:05:33.519Z] PASS: docker_api_stats_test.go:100: DockerSuite.TestAPIStatsNetworkStats 7.847s [2019-09-03T00:05:33.519Z] SKIP: docker_api_stats_test.go:165: DockerSuite.TestAPIStatsNetworkStatsVersioning (unmatched requirement DaemonIsLinux) [2019-09-03T00:05:33.519Z] SKIP: docker_api_stats_test.go:274: DockerSuite.TestAPIStatsNoStreamConnectedContainers (unmatched requirement DaemonIsLinux) [2019-09-03T00:05:35.702Z] PASS: docker_api_stats_test.go:25: DockerSuite.TestAPIStatsNoStreamGetCpu 3.578s [2019-09-03T00:05:38.606Z] PASS: docker_api_stats_test.go:65: DockerSuite.TestAPIStatsStoppedContainerInGoroutines 2.117s [2019-09-03T00:05:38.606Z] SKIP: docker_cli_run_test.go:3185: DockerSuite.TestAppArmorDeniesChmodProc (unmatched requirement Apparmor) [2019-09-03T00:05:38.606Z] SKIP: docker_cli_run_test.go:3163: DockerSuite.TestAppArmorDeniesPtrace (unmatched requirement Apparmor) [2019-09-03T00:05:38.606Z] SKIP: docker_cli_run_test.go:3175: DockerSuite.TestAppArmorTraceSelf (unmatched requirement DaemonIsLinux) [2019-09-03T00:05:38.606Z] SKIP: docker_cli_attach_test.go:136: DockerSuite.TestAttachDisconnect (unmatched requirement DaemonIsLinux) [2019-09-03T00:05:43.295Z] PASS: docker_cli_attach_test.go:21: DockerSuite.TestAttachMultipleAndRestart 5.057s [2019-09-03T00:05:43.296Z] SKIP: docker_cli_attach_test.go:169: DockerSuite.TestAttachPausedContainer (unmatched requirement IsPausable) [2019-09-03T00:05:43.296Z] SKIP: docker_cli_attach_test.go:91: DockerSuite.TestAttachTTYWithoutStdin (unmatched requirement DaemonIsLinux) [2019-09-03T00:05:53.615Z] PASS: docker_api_build_test.go:155: DockerSuite.TestBuildAPIBuildGitWithF 8.377s [2019-09-03T00:06:03.219Z] PASS: docker_cli_external_volume_driver_unix_test.go:537: DockerExternalVolumeSuite.TestExternalVolumeDriverMountID 1.586s [2019-09-03T00:06:08.564Z] PASS: docker_cli_build_test.go:1402: DockerSuite.TestBuildRelativeCopy 41.710s [2019-09-03T00:06:21.283Z] PASS: docker_cli_external_volume_driver_unix_test.go:298: DockerExternalVolumeSuite.TestExternalVolumeDriverNamed 1.590s [2019-09-03T00:06:29.647Z] PASS: docker_cli_build_test.go:1295: DockerSuite.TestBuildRelativeWorkdir 18.339s [2019-09-03T00:06:36.132Z] PASS: docker_cli_external_volume_driver_unix_test.go:560: DockerExternalVolumeSuite.TestExternalVolumeDriverOutOfBandDelete 0.807s [2019-09-03T00:06:42.131Z] PASS: docker_cli_build_test.go:1190: DockerSuite.TestBuildRm 13.791s [2019-09-03T00:06:43.669Z] PASS: docker_cli_build_test.go:3296: DockerSuite.TestBuildRunShEntrypoint 2.353s [2019-09-03T00:06:44.130Z] SKIP: docker_cli_build_test.go:1752: DockerSuite.TestBuildSameDockerfileWithAndWithoutCache (unmatched requirement DaemonIsLinux) [2019-09-03T00:06:44.590Z] SKIP: docker_api_build_test.go:517: DockerSuite.TestBuildScratchCopy (unmatched requirement DaemonIsLinux) [2019-09-03T00:06:45.558Z] PASS: docker_cli_build_test.go:6163: DockerSuite.TestBuildSetCommandWithDefinedShell 0.822s [2019-09-03T00:06:49.289Z] PASS: docker_cli_build_test.go:42: DockerSuite.TestBuildShCmdJSONEntrypoint 2.765s [2019-09-03T00:06:52.193Z] PASS: docker_cli_build_test.go:5265: DockerSuite.TestBuildShellEntrypoint 3.009s [2019-09-03T00:07:02.511Z] PASS: docker_cli_build_test.go:5280: DockerSuite.TestBuildShellInherited 9.055s [2019-09-03T00:07:17.314Z] PASS: docker_cli_build_test.go:5229: DockerSuite.TestBuildShellMultiple 15.342s [2019-09-03T00:07:18.285Z] PASS: docker_cli_build_test.go:5293: DockerSuite.TestBuildShellNotJSON 0.068s [2019-09-03T00:07:18.743Z] PASS: docker_cli_build_test.go:5212: DockerSuite.TestBuildShellUpdatesConfig 0.501s [2019-09-03T00:07:22.762Z] PASS: docker_cli_external_volume_driver_unix_test.go:524: DockerExternalVolumeSuite.TestExternalVolumeDriverPathCalls 15.535s [2019-09-03T00:07:31.118Z] PASS: docker_cli_build_test.go:5306: DockerSuite.TestBuildShellWindowsPowershell 10.944s [2019-09-03T00:07:31.118Z] PASS: docker_cli_build_test.go:3796: DockerSuite.TestBuildSpaces 0.266s [2019-09-03T00:07:36.905Z] PASS: docker_cli_build_test.go:3859: DockerSuite.TestBuildSpacesWithQuotes 3.930s [2019-09-03T00:07:36.905Z] PASS: docker_cli_build_test.go:4019: DockerSuite.TestBuildStartsFromOne 0.069s [2019-09-03T00:07:40.814Z] PASS: docker_cli_external_volume_driver_unix_test.go:410: DockerExternalVolumeSuite.TestExternalVolumeDriverRetryNotImmediatelyExists 4.707s [2019-09-03T00:07:41.598Z] PASS: docker_cli_build_test.go:3557: DockerSuite.TestBuildStderr 4.189s [2019-09-03T00:08:02.694Z] PASS: docker_cli_build_test.go:5381: DockerSuite.TestBuildStepsWithProgress 20.091s [2019-09-03T00:08:02.694Z] SKIP: docker_cli_build_test.go:4072: DockerSuite.TestBuildStopSignal (unmatched requirement DaemonIsLinux) [2019-09-03T00:08:05.283Z] PASS: docker_api_build_test.go:25: DockerSuite.TestBuildAPIDockerFileRemote 126.056s [2019-09-03T00:08:05.283Z] SKIP: docker_api_build_test.go:176: DockerSuite.TestBuildAPIDoubleDockerfile (unmatched requirement UnixCli) [2019-09-03T00:08:05.597Z] PASS: docker_cli_build_test.go:4852: DockerSuite.TestBuildSymlinkBasename 2.527s [2019-09-03T00:08:06.565Z] PASS: docker_cli_build_test.go:3599: DockerSuite.TestBuildSymlinkBreakout 0.745s [2019-09-03T00:08:07.458Z] PASS: docker_api_build_test.go:137: DockerSuite.TestBuildAPILowerDockerfile 7.951s [2019-09-03T00:08:07.458Z] PASS: docker_api_build_test.go:56: DockerSuite.TestBuildAPIRemoteTarballContext 0.006s [2019-09-03T00:08:11.251Z] PASS: docker_cli_build_test.go:4724: DockerSuite.TestBuildTagEvent 4.151s [2019-09-03T00:08:12.154Z] PASS: docker_api_build_test.go:83: DockerSuite.TestBuildAPIRemoteTarballContextWithCustomDockerfile 4.286s [2019-09-03T00:08:12.856Z] PASS: docker_cli_external_volume_driver_unix_test.go:619: DockerExternalVolumeSuite.TestExternalVolumeDriverUnmountOnCp 1.760s [2019-09-03T00:08:15.058Z] PASS: docker_api_build_test.go:198: DockerSuite.TestBuildAPIUnnormalizedTarPaths 3.085s [2019-09-03T00:08:15.058Z] SKIP: docker_cli_build_test.go:574: DockerSuite.TestBuildAddAndCopyFileWithWhitespace (unmatched requirement DaemonIsLinux) [2019-09-03T00:08:15.058Z] SKIP: docker_cli_build_test.go:927: DockerSuite.TestBuildAddBadLinks (unmatched requirement DaemonIsLinux) [2019-09-03T00:08:15.058Z] SKIP: docker_cli_build_test.go:1007: DockerSuite.TestBuildAddBadLinksVolume (unmatched requirement DaemonIsLinux) [2019-09-03T00:08:15.516Z] PASS: docker_cli_build_test.go:2886: DockerSuite.TestBuildAddBrokenTar 0.304s [2019-09-03T00:08:17.037Z] PASS: docker_cli_build_test.go:4144: DockerSuite.TestBuildTimeArgHistoryExclusions 4.983s [2019-09-03T00:08:17.037Z] SKIP: docker_cli_build_test.go:1281: DockerSuite.TestBuildUser (unmatched requirement DaemonIsLinux) [2019-09-03T00:08:17.037Z] SKIP: docker_cli_build_test.go:555: DockerSuite.TestBuildUsernamespaceValidateRemappedRoot (unmatched requirement DaemonIsLinux) [2019-09-03T00:08:17.037Z] SKIP: docker_cli_build_test.go:2660: DockerSuite.TestBuildUsersAndGroups (unmatched requirement DaemonIsLinux) [2019-09-03T00:08:18.423Z] PASS: docker_api_build_test.go:476: DockerSuite.TestBuildAddCacheOnFileChange 3.164s [2019-09-03T00:08:21.737Z] PASS: docker_cli_build_test.go:3345: DockerSuite.TestBuildVerboseOut 4.016s [2019-09-03T00:08:21.737Z] PASS: docker_cli_build_test.go:2282: DockerSuite.TestBuildVerifyIntString 0.436s [2019-09-03T00:08:23.912Z] PASS: docker_cli_build_test.go:3328: DockerSuite.TestBuildVerifySingleQuoteFails 2.378s [2019-09-03T00:08:23.912Z] SKIP: docker_cli_build_test.go:3879: DockerSuite.TestBuildVolumeFileExistsinContainer (unmatched requirement DaemonIsLinux) [2019-09-03T00:08:23.912Z] SKIP: docker_cli_build_test.go:3672: DockerSuite.TestBuildVolumesRetainContents (unmatched requirement DaemonIsLinux) [2019-09-03T00:08:27.009Z] PASS: docker_cli_build_test.go:1864: DockerSuite.TestBuildAddCurrentDirWithCache 8.367s [2019-09-03T00:08:32.802Z] PASS: docker_cli_build_test.go:1911: DockerSuite.TestBuildAddCurrentDirWithoutCache 5.033s [2019-09-03T00:08:32.802Z] SKIP: docker_cli_build_test.go:752: DockerSuite.TestBuildAddDirContentToExistingDir (unmatched requirement DaemonIsLinux) [2019-09-03T00:08:32.802Z] SKIP: docker_cli_build_test.go:738: DockerSuite.TestBuildAddDirContentToRoot (unmatched requirement DaemonIsLinux) [2019-09-03T00:08:32.802Z] PASS: docker_cli_build_test.go:2190: DockerSuite.TestBuildAddFileNotFound 0.063s [2019-09-03T00:08:43.118Z] PASS: docker_cli_build_test.go:1998: DockerSuite.TestBuildAddLocalAndRemoteFilesWithAndWithoutCache 9.919s [2019-09-03T00:08:44.891Z] PASS: docker_cli_external_volume_driver_unix_test.go:609: DockerExternalVolumeSuite.TestExternalVolumeDriverUnmountOnMountFail 0.991s [2019-09-03T00:08:49.047Z] PASS: docker_cli_build_test.go:1348: DockerSuite.TestBuildWindowsAddCopyPathProcessing 21.666s [2019-09-03T00:08:49.047Z] PASS: docker_cli_build_test.go:6058: DockerSuite.TestBuildWindowsEnvCaseInsensitive 0.467s [2019-09-03T00:08:59.740Z] PASS: docker_cli_external_volume_driver_unix_test.go:320: DockerExternalVolumeSuite.TestExternalVolumeDriverUnnamed 1.583s [2019-09-03T00:09:01.421Z] PASS: docker_cli_build_test.go:6028: DockerSuite.TestBuildWindowsUser 13.847s [2019-09-03T00:09:04.193Z] PASS: docker_cli_build_test.go:1808: DockerSuite.TestBuildAddMultipleLocalFileWithAndWithoutCache 21.568s [2019-09-03T00:09:07.210Z] PASS: docker_cli_build_test.go:1337: DockerSuite.TestBuildWindowsWorkdirProcessing 4.975s [2019-09-03T00:09:07.210Z] SKIP: docker_cli_build_test.go:5578: DockerSuite.TestBuildWithExtraHost (unmatched requirement DaemonIsLinux) [2019-09-03T00:09:07.210Z] SKIP: docker_cli_build_test.go:5594: DockerSuite.TestBuildWithExtraHostInvalidFormat (unmatched requirement DaemonIsLinux) [2019-09-03T00:09:10.111Z] PASS: docker_cli_build_test.go:5392: DockerSuite.TestBuildWithFailure 2.123s [2019-09-03T00:09:10.111Z] SKIP: docker_cli_build_test.go:1050: DockerSuite.TestBuildWithInaccessibleFilesInContext (unmatched requirement DaemonIsLinux) [2019-09-03T00:09:14.514Z] PASS: docker_cli_build_test.go:2937: DockerSuite.TestBuildAddNonTar 8.277s [2019-09-03T00:09:16.688Z] PASS: docker_cli_build_test.go:786: DockerSuite.TestBuildAddOrCopyEtcToRootShouldNotConflict 3.192s [2019-09-03T00:09:16.688Z] SKIP: docker_cli_build_test.go:798: DockerSuite.TestBuildAddPreservesFilesSpecialBits (unmatched requirement DaemonIsLinux) [2019-09-03T00:09:17.794Z] PASS: docker_cli_external_volume_driver_unix_test.go:334: DockerExternalVolumeSuite.TestExternalVolumeDriverVolumesFrom 2.426s [2019-09-03T00:09:22.482Z] PASS: docker_cli_build_test.go:1955: DockerSuite.TestBuildAddRemoteFileMTime 5.485s [2019-09-03T00:09:22.486Z] PASS: docker_api_build_windows_test.go:15: DockerSuite.TestBuildWithRecycleBin 11.798s [2019-09-03T00:09:27.166Z] PASS: docker_cli_build_test.go:1930: DockerSuite.TestBuildAddRemoteFileWithAndWithoutCache 5.027s [2019-09-03T00:09:27.166Z] PASS: docker_cli_build_test.go:3359: DockerSuite.TestBuildWithTabs 3.941s [2019-09-03T00:09:27.166Z] PASS: docker_cli_build_test.go:5185: DockerSuite.TestBuildWithUTF8BOM 0.071s [2019-09-03T00:09:34.230Z] PASS: docker_api_build_test.go:361: DockerSuite.TestBuildAddRemoteNoDecompress 6.765s [2019-09-03T00:09:34.231Z] SKIP: docker_cli_build_test.go:2816: DockerSuite.TestBuildAddScript (unmatched requirement DaemonIsLinux) [2019-09-03T00:09:34.231Z] SKIP: docker_cli_build_test.go:506: DockerSuite.TestBuildAddSingleFileToExistDir (unmatched requirement DaemonIsLinux) [2019-09-03T00:09:34.231Z] SKIP: docker_cli_build_test.go:723: DockerSuite.TestBuildAddSingleFileToNonExistingDir (unmatched requirement DaemonIsLinux) [2019-09-03T00:09:34.231Z] SKIP: docker_cli_build_test.go:467: DockerSuite.TestBuildAddSingleFileToRoot (unmatched requirement DaemonIsLinux) [2019-09-03T00:09:35.764Z] PASS: docker_cli_build_test.go:483: DockerSuite.TestBuildAddSingleFileToWorkdir 1.625s [2019-09-03T00:09:35.858Z] PASS: docker_cli_external_volume_driver_unix_test.go:496: DockerExternalVolumeSuite.TestExternalVolumeDriverWithDaemonRestart 1.399s [2019-09-03T00:09:48.243Z] PASS: docker_cli_build_test.go:5195: DockerSuite.TestBuildWithUTF8BOMDockerignore 18.132s [2019-09-03T00:09:48.243Z] SKIP: docker_cli_build_test.go:2151: DockerSuite.TestBuildWithVolumeOwnership (unmatched requirement DaemonIsLinux) [2019-09-03T00:09:48.243Z] SKIP: docker_cli_build_test.go:1233: DockerSuite.TestBuildWithVolumes (unmatched requirement DaemonIsLinux) [2019-09-03T00:09:48.243Z] SKIP: docker_cli_build_test.go:6093: DockerSuite.TestBuildWorkdirCmd (unmatched requirement DaemonIsLinux) [2019-09-03T00:09:48.243Z] PASS: docker_cli_build_test.go:6072: DockerSuite.TestBuildWorkdirImageCmd 1.011s [2019-09-03T00:09:50.707Z] PASS: docker_cli_external_volume_driver_unix_test.go:286: DockerExternalVolumeSuite.TestVolumeCLICreateOptionConflict 0.040s [2019-09-03T00:09:50.707Z] OK: 261 passed, 6 skipped [2019-09-03T00:09:50.707Z] PASS [2019-09-03T00:09:50.707Z] ---> Making bundle: .integration-daemon-stop (in /go/src/github.com/docker/docker/bundles/test-integration/3) [2019-09-03T00:09:50.707Z] umount: /go/src/github.com/docker/docker/bundles/test-integration/3/root: mountpoint not found [2019-09-03T00:09:50.707Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 10: wait: pid 5578 is not a child of this shell [2019-09-03T00:09:50.707Z] warning: PID 5578 from /go/src/github.com/docker/docker/bundles/test-integration/3/DockerDaemonSuite.TestFailedPluginRemove/deb6dd87feb9a/docker.pid had a nonzero exit code [2019-09-03T00:09:50.707Z] Clearing AppArmor profiles cache:. [2019-09-03T00:09:50.707Z] All profile caches have been cleared, but no profiles have been unloaded. [2019-09-03T00:09:50.707Z] Unloading profiles will leave already running processes permanently [2019-09-03T00:09:50.707Z] unconfined, which can lead to unexpected situations. [2019-09-03T00:09:50.707Z] [2019-09-03T00:09:50.707Z] To set a process to complain mode, use the command line tool [2019-09-03T00:09:50.707Z] 'aa-complain'. To really tear down all profiles, run the init script [2019-09-03T00:09:50.707Z] with the 'teardown' option." [2019-09-03T00:09:50.707Z] Removing test suite binaries [2019-09-03T00:09:50.707Z] [2019-09-03T00:09:50.964Z] Remaining pids to kill: [] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2019-09-03T00:09:51.280Z] + echo Ensuring container killed. [2019-09-03T00:09:51.280Z] Ensuring container killed. [2019-09-03T00:09:51.280Z] + docker rm -vf docker-pr1 [2019-09-03T00:09:51.538Z] Error: No such container: docker-pr1 [2019-09-03T00:09:51.538Z] + true [Pipeline] sh [2019-09-03T00:09:51.819Z] + echo Chowning /workspace to jenkins user [2019-09-03T00:09:51.819Z] Chowning /workspace to jenkins user [2019-09-03T00:09:51.819Z] + id -u [2019-09-03T00:09:51.819Z] + id -g [2019-09-03T00:09:51.819Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39853:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2019-09-03T00:09:56.286Z] + bundleName=janky [2019-09-03T00:09:56.286Z] + echo Creating janky-bundles.tar.gz [2019-09-03T00:09:56.286Z] Creating janky-bundles.tar.gz [2019-09-03T00:09:56.286Z] + + xargs tarfind -czf bundles janky-bundles.tar.gz -path [2019-09-03T00:09:56.286Z] */root/*overlay2 -prune -o -type f ( -name *.log -o -name *.prof ) -print [2019-09-03T00:09:56.803Z] PASS: docker_cli_build_test.go:4913: DockerSuite.TestBuildWorkdirWindowsPath 8.230s [Pipeline] archiveArtifacts [2019-09-03T00:09:57.226Z] Archiving artifacts [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2019-09-03T00:09:58.255Z] + make clean [2019-09-03T00:09:58.340Z] PASS: docker_cli_build_test.go:1381: DockerSuite.TestBuildWorkdirWithEnvVariables 1.670s [2019-09-03T00:09:58.515Z] docker volume rm -f docker-dev-cache [2019-09-03T00:09:58.515Z] docker-dev-cache [Pipeline] deleteDir [2019-09-03T00:09:58.798Z] SKIP: docker_cli_build_test.go:3654: DockerSuite.TestBuildXZHost (unmatched requirement DaemonIsLinux) [2019-09-03T00:09:58.798Z] SKIP: docker_cli_proxy_test.go:12: DockerSuite.TestCLIProxyDisableProxyUnixSock (unmatched requirement DaemonIsLinux) [2019-09-03T00:09:58.798Z] SKIP: docker_cli_sni_test.go:17: DockerSuite.TestClientSetsTLSServerName (Flakey test) [2019-09-03T00:10:00.977Z] PASS: docker_cli_run_test.go:3687: DockerSuite.TestCmdCannotBeInvoked 2.382s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-09-03T00:10:05.662Z] PASS: docker_cli_commit_test.go:12: DockerSuite.TestCommitAfterContainerIsDone 4.227s [2019-09-03T00:10:11.453Z] PASS: docker_cli_commit_test.go:106: DockerSuite.TestCommitChange 4.659s [2019-09-03T00:10:16.139Z] PASS: docker_cli_commit_test.go:156: DockerSuite.TestCommitChangeLabels 4.261s [2019-09-03T00:10:16.139Z] SKIP: docker_cli_commit_test.go:67: DockerSuite.TestCommitHardlink (unmatched requirement DaemonIsLinux) [2019-09-03T00:10:23.204Z] PASS: docker_cli_commit_test.go:56: DockerSuite.TestCommitNewFile 6.320s [2019-09-03T00:10:23.204Z] SKIP: docker_cli_commit_test.go:42: DockerSuite.TestCommitPausedContainer (unmatched requirement DaemonIsLinux) [2019-09-03T00:10:28.991Z] PASS: docker_cli_commit_test.go:87: DockerSuite.TestCommitTTY 6.477s [2019-09-03T00:10:33.677Z] PASS: docker_cli_images_test.go:105: DockerSuite.TestCommitWithFilterLabel 4.299s [2019-09-03T00:10:33.677Z] SKIP: docker_cli_commit_test.go:96: DockerSuite.TestCommitWithHostBindMount (unmatched requirement DaemonIsLinux) [2019-09-03T00:10:33.677Z] SKIP: docker_cli_commit_test.go:26: DockerSuite.TestCommitWithoutPause (unmatched requirement DaemonIsLinux) [2019-09-03T00:10:34.135Z] SKIP: docker_cli_netmode_test.go:55: DockerSuite.TestConflictContainerNetworkAndLinks (unmatched requirement DaemonIsLinux) [2019-09-03T00:10:34.135Z] SKIP: docker_cli_netmode_test.go:62: DockerSuite.TestConflictContainerNetworkHostAndLinks (unmatched requirement DaemonIsLinux) [2019-09-03T00:10:34.135Z] SKIP: docker_cli_netmode_test.go:76: DockerSuite.TestConflictNetworkModeAndOptions (unmatched requirement DaemonIsLinux) [2019-09-03T00:10:34.135Z] SKIP: docker_cli_netmode_test.go:69: DockerSuite.TestConflictNetworkModeNetHostAndOptions (unmatched requirement DaemonIsLinux) [2019-09-03T00:10:34.135Z] SKIP: docker_api_containers_test.go:543: DockerSuite.TestContainerAPIBadPort (unmatched requirement DaemonIsLinux) [2019-09-03T00:10:34.135Z] PASS: docker_api_containers_test.go:1266: DockerSuite.TestContainerAPIChunkedEncoding 0.019s [2019-09-03T00:10:36.183Z] PASS: docker_cli_build_test.go:2832: DockerSuite.TestBuildAddTar 53.998s [2019-09-03T00:10:36.183Z] SKIP: docker_cli_build_test.go:2950: DockerSuite.TestBuildAddTarXz (unmatched requirement DaemonIsLinux) [2019-09-03T00:10:36.183Z] SKIP: docker_cli_build_test.go:2999: DockerSuite.TestBuildAddTarXzGz (unmatched requirement DaemonIsLinux) [2019-09-03T00:10:41.205Z] PASS: docker_api_containers_test.go:489: DockerSuite.TestContainerAPICommit 6.172s [2019-09-03T00:10:48.303Z] PASS: docker_api_containers_test.go:511: DockerSuite.TestContainerAPICommitWithLabelInConfig 6.411s [2019-09-03T00:10:48.303Z] SKIP: docker_api_containers_test.go:1132: DockerSuite.TestContainerAPICopyContainerNotFoundPr124 (unmatched requirement DaemonIsLinux) [2019-09-03T00:10:49.853Z] PASS: docker_api_containers_test.go:1047: DockerSuite.TestContainerAPICopyNotExistsAnyMore 2.104s [2019-09-03T00:10:49.853Z] SKIP: docker_api_containers_test.go:1060: DockerSuite.TestContainerAPICopyPre124 (unmatched requirement DaemonIsLinux) [2019-09-03T00:10:49.853Z] SKIP: docker_api_containers_test.go:1090: DockerSuite.TestContainerAPICopyResourcePathEmptyPre124 (unmatched requirement DaemonIsLinux) [2019-09-03T00:10:49.853Z] SKIP: docker_api_containers_test.go:1111: DockerSuite.TestContainerAPICopyResourcePathNotFoundPre124 (unmatched requirement DaemonIsLinux) [2019-09-03T00:10:52.045Z] PASS: docker_api_containers_test.go:570: DockerSuite.TestContainerAPICreate 1.982s [2019-09-03T00:10:52.045Z] SKIP: docker_api_containers_test.go:626: DockerSuite.TestContainerAPICreateBridgeNetworkMode (unmatched requirement DaemonIsLinux) [2019-09-03T00:10:52.045Z] PASS: docker_api_containers_test.go:587: DockerSuite.TestContainerAPICreateEmptyConfig 0.002s [2019-09-03T00:10:54.237Z] PASS: docker_api_containers_test.go:1975: DockerSuite.TestContainerAPICreateMountsBindRead 2.299s [2019-09-03T00:10:54.237Z] PASS: docker_api_containers_test.go:599: DockerSuite.TestContainerAPICreateMultipleNetworksConfig 0.003s [2019-09-03T00:10:54.237Z] SKIP: docker_api_containers_test.go:1388: DockerSuite.TestContainerAPICreateNoHostConfig118 (unmatched requirement DaemonIsLinux) [2019-09-03T00:10:54.237Z] SKIP: docker_api_containers_test.go:632: DockerSuite.TestContainerAPICreateOtherNetworkModes (unmatched requirement DaemonIsLinux) [2019-09-03T00:10:54.237Z] SKIP: docker_api_containers_test.go:661: DockerSuite.TestContainerAPICreateWithCpuSharesCpuset (unmatched requirement DaemonIsLinux) [2019-09-03T00:10:56.432Z] PASS: docker_api_containers_test.go:1143: DockerSuite.TestContainerAPIDelete 2.245s [2019-09-03T00:10:57.259Z] PASS: docker_cli_build_test.go:2246: DockerSuite.TestBuildAddToSymlinkDest 25.595s [2019-09-03T00:10:57.260Z] SKIP: docker_cli_build_test.go:768: DockerSuite.TestBuildAddWholeDirToRoot (unmatched requirement DaemonIsLinux) [2019-09-03T00:10:57.718Z] PASS: docker_cli_build_test.go:1441: DockerSuite.TestBuildBlankName 0.182s [2019-09-03T00:10:57.976Z] PASS: docker_api_containers_test.go:1216: DockerSuite.TestContainerAPIDeleteConflict 1.435s [2019-09-03T00:11:00.169Z] PASS: docker_api_containers_test.go:1168: DockerSuite.TestContainerAPIDeleteForce 1.693s [2019-09-03T00:11:00.169Z] PASS: docker_api_containers_test.go:1159: DockerSuite.TestContainerAPIDeleteNotExist 0.002s [2019-09-03T00:11:00.169Z] SKIP: docker_api_containers_test.go:1185: DockerSuite.TestContainerAPIDeleteRemoveLinks (unmatched requirement DaemonIsLinux) [2019-09-03T00:11:01.712Z] PASS: docker_api_containers_test.go:1231: DockerSuite.TestContainerAPIDeleteRemoveVolume 2.119s [2019-09-03T00:11:02.174Z] PASS: docker_api_containers_test.go:1626: DockerSuite.TestContainerAPIDeleteWithEmptyName 0.003s [2019-09-03T00:11:04.361Z] PASS: docker_api_containers_test.go:41: DockerSuite.TestContainerAPIGetAll 2.015s [2019-09-03T00:11:04.361Z] SKIP: docker_api_containers_test.go:167: DockerSuite.TestContainerAPIGetChanges (unmatched requirement DaemonIsLinux) [2019-09-03T00:11:04.361Z] SKIP: docker_api_containers_test.go:140: DockerSuite.TestContainerAPIGetExport (unmatched requirement DaemonIsLinux) [2019-09-03T00:11:05.908Z] PASS: docker_api_containers_test.go:61: DockerSuite.TestContainerAPIGetJSONNoFieldsOmitted 2.072s [2019-09-03T00:11:05.908Z] PASS: docker_api_containers_test.go:733: DockerSuite.TestContainerAPIInvalidPortSyntax 0.003s [2019-09-03T00:11:08.097Z] PASS: docker_api_containers_test.go:934: DockerSuite.TestContainerAPIKill 1.816s [2019-09-03T00:11:08.097Z] SKIP: docker_api_containers_test.go:404: DockerSuite.TestContainerAPIPause (unmatched requirement DaemonIsLinux) [2019-09-03T00:11:10.284Z] PASS: docker_api_containers_test.go:1286: DockerSuite.TestContainerAPIPostContainerStop 2.396s [2019-09-03T00:11:10.747Z] PASS: docker_api_containers_test.go:849: DockerSuite.TestContainerAPIPostCreateNull 0.187s [2019-09-03T00:11:10.747Z] SKIP: docker_api_containers_test.go:107: DockerSuite.TestContainerAPIPsOmitFields (unmatched requirement DaemonIsLinux) [2019-09-03T00:11:12.519Z] PASS: docker_cli_build_test.go:4090: DockerSuite.TestBuildBuildTimeArg 12.306s [2019-09-03T00:11:12.519Z] SKIP: docker_cli_build_test.go:4462: DockerSuite.TestBuildBuildTimeArgBuiltinArg (unmatched requirement DaemonIsLinux) [2019-09-03T00:11:12.936Z] PASS: docker_api_containers_test.go:917: DockerSuite.TestContainerAPIRename 1.524s [2019-09-03T00:11:16.701Z] PASS: docker_api_containers_test.go:949: DockerSuite.TestContainerAPIRestart 3.136s [2019-09-03T00:11:20.454Z] PASS: docker_api_containers_test.go:963: DockerSuite.TestContainerAPIRestartNotimeoutParam 3.318s [2019-09-03T00:11:20.454Z] PASS: docker_api_containers_test.go:831: DockerSuite.TestContainerAPIRestartPolicyDefaultRetryCount 0.022s [2019-09-03T00:11:20.454Z] PASS: docker_api_containers_test.go:759: DockerSuite.TestContainerAPIRestartPolicyInvalidPolicyName 0.003s [2019-09-03T00:11:20.454Z] PASS: docker_api_containers_test.go:807: DockerSuite.TestContainerAPIRestartPolicyNegativeRetryCount 0.003s [2019-09-03T00:11:20.454Z] PASS: docker_api_containers_test.go:783: DockerSuite.TestContainerAPIRestartPolicyRetryMismatch 0.002s [2019-09-03T00:11:21.078Z] PASS: docker_cli_build_test.go:4184: DockerSuite.TestBuildBuildTimeArgCacheHit 8.297s [2019-09-03T00:11:22.003Z] PASS: docker_api_containers_test.go:979: DockerSuite.TestContainerAPIStart 1.222s [2019-09-03T00:11:22.003Z] SKIP: docker_api_containers_test.go:1635: DockerSuite.TestContainerAPIStatsWithNetworkDisabled (unmatched requirement DaemonIsLinux) [2019-09-03T00:11:24.191Z] PASS: docker_api_containers_test.go:1005: DockerSuite.TestContainerAPIStop 2.152s [2019-09-03T00:11:24.191Z] SKIP: docker_api_containers_test.go:435: DockerSuite.TestContainerAPITop (unmatched requirement DaemonIsLinux) [2019-09-03T00:11:25.737Z] PASS: docker_api_containers_test.go:458: DockerSuite.TestContainerAPITopWindows 1.561s [2019-09-03T00:11:26.199Z] PASS: docker_api_containers_test.go:692: DockerSuite.TestContainerAPIVerifyHeader 0.023s [2019-09-03T00:11:29.953Z] PASS: docker_api_containers_test.go:1024: DockerSuite.TestContainerAPIWait 4.098s [2019-09-03T00:11:32.140Z] PASS: docker_api_containers_test.go:2270: DockerSuite.TestContainerKillCustomStopSignal 1.735s [2019-09-03T00:11:32.140Z] SKIP: docker_cli_run_test.go:2414: DockerSuite.TestContainerNetworkMode (unmatched requirement DaemonIsLinux) [2019-09-03T00:11:32.140Z] SKIP: docker_cli_run_test.go:3535: DockerSuite.TestContainerRestartInMultipleNetworks (unmatched requirement DaemonIsLinux) [2019-09-03T00:11:32.140Z] SKIP: docker_cli_run_test.go:3567: DockerSuite.TestContainerWithConflictingHostNetworks (unmatched requirement DaemonIsLinux) [2019-09-03T00:11:32.140Z] SKIP: docker_cli_run_test.go:3598: DockerSuite.TestContainerWithConflictingNoneNetwork (unmatched requirement DaemonIsLinux) [2019-09-03T00:11:32.140Z] SKIP: docker_cli_run_test.go:3581: DockerSuite.TestContainerWithConflictingSharedNetwork (unmatched requirement DaemonIsLinux) [2019-09-03T00:11:33.684Z] PASS: docker_api_containers_windows_test.go:21: DockerSuite.TestContainersAPICreateMountsBindNamedPipe 1.163s [2019-09-03T00:11:35.882Z] PASS: docker_cli_build_test.go:4208: DockerSuite.TestBuildBuildTimeArgCacheMissExtraArg 12.797s [2019-09-03T00:11:48.271Z] PASS: docker_cli_build_test.go:4239: DockerSuite.TestBuildBuildTimeArgCacheMissSameArgDiffVal 12.625s [2019-09-03T00:11:48.271Z] SKIP: docker_cli_build_test.go:4485: DockerSuite.TestBuildBuildTimeArgDefaultOverride (unmatched requirement DaemonIsLinux) [2019-09-03T00:11:56.878Z] PASS: docker_cli_build_test.go:4624: DockerSuite.TestBuildBuildTimeArgDefinitionWithNoEnvInjection 8.029s [2019-09-03T00:11:56.878Z] SKIP: docker_cli_build_test.go:4608: DockerSuite.TestBuildBuildTimeArgEmptyValVariants (unmatched requirement DaemonIsLinux) [2019-09-03T00:11:56.878Z] SKIP: docker_cli_build_test.go:4527: DockerSuite.TestBuildBuildTimeArgEnv (unmatched requirement DaemonIsLinux) [2019-09-03T00:12:09.413Z] PASS: docker_api_containers_test.go:2006: DockerSuite.TestContainersAPICreateMountsCreate 30.981s [2019-09-03T00:12:09.413Z] SKIP: docker_api_containers_test.go:2220: DockerSuite.TestContainersAPICreateMountsTmpfs (unmatched requirement DaemonIsLinux) [2019-09-03T00:12:09.413Z] PASS: docker_api_containers_test.go:1684: DockerSuite.TestContainersAPICreateMountsValidation 0.087s [2019-09-03T00:12:09.413Z] SKIP: docker_cli_run_test.go:3471: DockerSuite.TestContainersInMultipleNetworks (unmatched requirement DaemonIsLinux) [2019-09-03T00:12:09.413Z] SKIP: docker_cli_run_test.go:3463: DockerSuite.TestContainersInUserDefinedNetwork (unmatched requirement DaemonIsLinux) [2019-09-03T00:12:09.413Z] SKIP: docker_cli_run_test.go:3490: DockerSuite.TestContainersNetworkIsolation (unmatched requirement DaemonIsLinux) [2019-09-03T00:12:09.413Z] SKIP: docker_cli_cp_test.go:536: DockerSuite.TestCopyAndRestart (unmatched requirement DaemonIsLinux) [2019-09-03T00:12:09.413Z] SKIP: docker_cli_cp_test.go:555: DockerSuite.TestCopyCreatedContainer (unmatched requirement DaemonIsLinux) [2019-09-03T00:12:09.413Z] PASS: docker_cli_cp_test.go:115: DockerSuite.TestCpAbsolutePath 2.161s [2019-09-03T00:12:09.413Z] SKIP: docker_cli_cp_test.go:152: DockerSuite.TestCpAbsoluteSymlink (unmatched requirement DaemonIsLinux) [2019-09-03T00:12:09.413Z] SKIP: docker_cli_cp_from_container_test.go:120: DockerSuite.TestCpFromCaseA (unmatched requirement DaemonIsLinux) [2019-09-03T00:12:09.413Z] SKIP: docker_cli_cp_from_container_test.go:140: DockerSuite.TestCpFromCaseB (unmatched requirement DaemonIsLinux) [2019-09-03T00:12:09.413Z] SKIP: docker_cli_cp_from_container_test.go:158: DockerSuite.TestCpFromCaseC (unmatched requirement DaemonIsLinux) [2019-09-03T00:12:09.413Z] SKIP: docker_cli_cp_from_container_test.go:183: DockerSuite.TestCpFromCaseD (unmatched requirement DaemonIsLinux) [2019-09-03T00:12:09.413Z] SKIP: docker_cli_cp_from_container_test.go:223: DockerSuite.TestCpFromCaseE (unmatched requirement DaemonIsLinux) [2019-09-03T00:12:09.413Z] SKIP: docker_cli_cp_from_container_test.go:252: DockerSuite.TestCpFromCaseF (unmatched requirement DaemonIsLinux) [2019-09-03T00:12:09.413Z] SKIP: docker_cli_cp_from_container_test.go:275: DockerSuite.TestCpFromCaseG (unmatched requirement DaemonIsLinux) [2019-09-03T00:12:09.413Z] SKIP: docker_cli_cp_from_container_test.go:314: DockerSuite.TestCpFromCaseH (unmatched requirement DaemonIsLinux) [2019-09-03T00:12:09.413Z] SKIP: docker_cli_cp_from_container_test.go:344: DockerSuite.TestCpFromCaseI (unmatched requirement DaemonIsLinux) [2019-09-03T00:12:09.413Z] SKIP: docker_cli_cp_from_container_test.go:368: DockerSuite.TestCpFromCaseJ (unmatched requirement DaemonIsLinux) [2019-09-03T00:12:09.413Z] SKIP: docker_cli_cp_from_container_test.go:25: DockerSuite.TestCpFromSymlinkDestination (unmatched requirement DaemonIsLinux) [2019-09-03T00:12:09.413Z] SKIP: docker_cli_cp_test.go:188: DockerSuite.TestCpFromSymlinkToDirectory (unmatched requirement DaemonIsLinux) [2019-09-03T00:12:09.413Z] PASS: docker_cli_cp_test.go:37: DockerSuite.TestCpGarbagePath 2.201s [2019-09-03T00:12:09.413Z] PASS: docker_cli_cp_test.go:30: DockerSuite.TestCpLocalOnly 0.058s [2019-09-03T00:12:09.413Z] SKIP: docker_cli_cp_test.go:517: DockerSuite.TestCpNameHasColon (unmatched requirement DaemonIsLinux) [2019-09-03T00:12:11.601Z] PASS: docker_cli_cp_test.go:73: DockerSuite.TestCpRelativePath 2.149s [2019-09-03T00:12:11.601Z] SKIP: docker_cli_cp_test.go:374: DockerSuite.TestCpSpecialFiles (unmatched requirement DaemonIsLinux) [2019-09-03T00:12:11.601Z] SKIP: docker_cli_cp_test.go:311: DockerSuite.TestCpSymlinkComponent (unmatched requirement DaemonIsLinux) [2019-09-03T00:12:11.601Z] SKIP: docker_cli_cp_test.go:568: DockerSuite.TestCpSymlinkFromConToHostFollowSymlink (unmatched requirement DaemonIsLinux) [2019-09-03T00:12:16.306Z] PASS: docker_cli_cp_to_container_test.go:124: DockerSuite.TestCpToCaseA 4.350s [2019-09-03T00:12:18.496Z] PASS: docker_cli_cp_to_container_test.go:145: DockerSuite.TestCpToCaseB 2.311s [2019-09-03T00:12:18.496Z] SKIP: docker_cli_cp_to_container_test.go:166: DockerSuite.TestCpToCaseC (unmatched requirement DaemonIsLinux) [2019-09-03T00:12:18.496Z] SKIP: docker_cli_cp_to_container_test.go:193: DockerSuite.TestCpToCaseD (unmatched requirement DaemonIsLinux) [2019-09-03T00:12:21.997Z] PASS: docker_cli_build_test.go:4320: DockerSuite.TestBuildBuildTimeArgExpansion 22.448s [2019-09-03T00:12:21.997Z] SKIP: docker_cli_build_test.go:4410: DockerSuite.TestBuildBuildTimeArgExpansionOverride (unmatched requirement DaemonIsLinux) [2019-09-03T00:12:21.997Z] PASS: docker_cli_build_test.go:4123: DockerSuite.TestBuildBuildTimeArgHistory 1.714s [2019-09-03T00:12:21.997Z] SKIP: docker_cli_build_test.go:4264: DockerSuite.TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (unmatched requirement DaemonIsLinux) [2019-09-03T00:12:21.997Z] SKIP: docker_cli_build_test.go:4293: DockerSuite.TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (unmatched requirement DaemonIsLinux) [2019-09-03T00:12:27.100Z] PASS: docker_cli_cp_to_container_test.go:239: DockerSuite.TestCpToCaseE 8.631s [2019-09-03T00:12:27.100Z] SKIP: docker_cli_cp_to_container_test.go:274: DockerSuite.TestCpToCaseF (unmatched requirement DaemonIsLinux) [2019-09-03T00:12:27.100Z] SKIP: docker_cli_cp_to_container_test.go:297: DockerSuite.TestCpToCaseG (unmatched requirement DaemonIsLinux) [2019-09-03T00:12:37.458Z] PASS: docker_cli_cp_to_container_test.go:343: DockerSuite.TestCpToCaseH 8.865s [2019-09-03T00:12:37.458Z] SKIP: docker_cli_cp_to_container_test.go:379: DockerSuite.TestCpToCaseI (unmatched requirement DaemonIsLinux) [2019-09-03T00:12:37.458Z] SKIP: docker_cli_cp_to_container_test.go:403: DockerSuite.TestCpToCaseJ (unmatched requirement DaemonIsLinux) [2019-09-03T00:12:38.438Z] PASS: docker_cli_cp_test.go:477: DockerSuite.TestCpToDot 2.222s [2019-09-03T00:12:38.438Z] SKIP: docker_cli_cp_to_container_test.go:446: DockerSuite.TestCpToErrReadOnlyRootfs (unmatched requirement DaemonIsLinux) [2019-09-03T00:12:38.438Z] SKIP: docker_cli_cp_to_container_test.go:473: DockerSuite.TestCpToErrReadOnlyVolume (unmatched requirement DaemonIsLinux) [2019-09-03T00:12:45.532Z] PASS: docker_cli_cp_test.go:500: DockerSuite.TestCpToStdout 7.110s [2019-09-03T00:12:45.532Z] SKIP: docker_cli_cp_to_container_test.go:23: DockerSuite.TestCpToSymlinkDestination (unmatched requirement DaemonIsLinux) [2019-09-03T00:12:45.532Z] SKIP: docker_cli_cp_test.go:234: DockerSuite.TestCpToSymlinkToDirectory (unmatched requirement DaemonIsLinux) [2019-09-03T00:12:45.532Z] SKIP: docker_cli_cp_test.go:350: DockerSuite.TestCpUnprivilegedUser (unmatched requirement DaemonIsLinux) [2019-09-03T00:12:45.532Z] SKIP: docker_cli_cp_test.go:414: DockerSuite.TestCpVolumePath (unmatched requirement DaemonIsLinux) [2019-09-03T00:12:45.997Z] PASS: docker_cli_create_test.go:328: DockerSuite.TestCreate64ByteHexID 0.137s [2019-09-03T00:12:45.997Z] PASS: docker_cli_create_test.go:23: DockerSuite.TestCreateArgs 0.137s [2019-09-03T00:12:47.542Z] PASS: docker_cli_create_test.go:260: DockerSuite.TestCreateByImageID 1.722s [2019-09-03T00:12:49.768Z] PASS: docker_cli_create_test.go:165: DockerSuite.TestCreateEchoStdout 2.142s [2019-09-03T00:12:50.230Z] PASS: docker_cli_create_test.go:61: DockerSuite.TestCreateGrowRootfs 0.221s [2019-09-03T00:12:50.230Z] PASS: docker_cli_create_test.go:85: DockerSuite.TestCreateHostConfig 0.132s [2019-09-03T00:12:52.418Z] PASS: docker_cli_create_test.go:223: DockerSuite.TestCreateHostnameWithNumber 1.893s [2019-09-03T00:12:52.880Z] PASS: docker_cli_create_test.go:206: DockerSuite.TestCreateLabelFromImage 0.541s [2019-09-03T00:12:52.880Z] PASS: docker_cli_create_test.go:193: DockerSuite.TestCreateLabels 0.128s [2019-09-03T00:12:52.880Z] SKIP: docker_cli_create_test.go:250: DockerSuite.TestCreateModeIpcContainer (unmatched requirement DaemonIsLinux) [2019-09-03T00:12:53.342Z] PASS: docker_cli_create_test.go:233: DockerSuite.TestCreateRM 0.291s [2019-09-03T00:12:53.342Z] SKIP: docker_cli_create_test.go:75: DockerSuite.TestCreateShrinkRootfs (unmatched requirement Devicemapper) [2019-09-03T00:12:53.342Z] PASS: docker_cli_create_test.go:293: DockerSuite.TestCreateStopSignal 0.132s [2019-09-03T00:12:53.805Z] PASS: docker_cli_create_test.go:363: DockerSuite.TestCreateStopTimeout 0.258s [2019-09-03T00:13:04.502Z] PASS: docker_cli_build_test.go:4587: DockerSuite.TestBuildBuildTimeArgQuotedValVariants 38.151s [2019-09-03T00:13:05.470Z] PASS: docker_cli_build_test.go:4511: DockerSuite.TestBuildBuildTimeArgUnconsumedArg 6.217s [2019-09-03T00:13:06.222Z] PASS: docker_cli_create_test.go:336: DockerSuite.TestCreateUnsetEntrypoint 12.089s [2019-09-03T00:13:06.222Z] PASS: docker_cli_create_test.go:174: DockerSuite.TestCreateVolumesCreated 0.150s [2019-09-03T00:13:06.436Z] SKIP: docker_cli_build_test.go:4438: DockerSuite.TestBuildBuildTimeArgUntrustedDefinedAfterUse (unmatched requirement DaemonIsLinux) [2019-09-03T00:13:06.436Z] SKIP: docker_cli_build_test.go:372: DockerSuite.TestBuildCacheAdd (unmatched requirement DaemonIsLinux) [2019-09-03T00:13:06.683Z] PASS: docker_cli_create_test.go:316: DockerSuite.TestCreateWithInvalidLogOpts 0.122s [2019-09-03T00:13:10.177Z] PASS: docker_cli_build_test.go:4761: DockerSuite.TestBuildCacheBrokenSymlink 3.209s [2019-09-03T00:13:10.177Z] SKIP: docker_cli_build_test.go:5432: DockerSuite.TestBuildCacheFrom (unmatched requirement DaemonIsLinux) [2019-09-03T00:13:10.439Z] PASS: docker_cli_create_test.go:136: DockerSuite.TestCreateWithLargePortRange 3.349s [2019-09-03T00:13:10.439Z] PASS: docker_cli_create_test.go:107: DockerSuite.TestCreateWithPortRange 0.141s [2019-09-03T00:13:10.901Z] SKIP: docker_api_containers_test.go:893: DockerSuite.TestCreateWithTooLowMemoryLimit (unmatched requirement DaemonIsLinux) [2019-09-03T00:13:13.089Z] PASS: docker_cli_create_test.go:302: DockerSuite.TestCreateWithWorkdir 1.530s [2019-09-03T00:13:13.089Z] SKIP: docker_deprecated_api_v124_test.go:71: DockerSuite.TestDeprecatedContainerAPIStartDupVolumeBinds (unmatched requirement DaemonIsLinux) [2019-09-03T00:13:13.089Z] PASS: docker_deprecated_api_v124_test.go:21: DockerSuite.TestDeprecatedContainerAPIStartHostConfig 0.083s [2019-09-03T00:13:13.089Z] SKIP: docker_deprecated_api_v124_test.go:40: DockerSuite.TestDeprecatedContainerAPIStartVolumeBinds (unmatched requirement DaemonIsLinux) [2019-09-03T00:13:13.089Z] SKIP: docker_deprecated_api_v124_test.go:104: DockerSuite.TestDeprecatedContainerAPIStartVolumesFrom (unmatched requirement DaemonIsLinux) [2019-09-03T00:13:13.089Z] SKIP: docker_deprecated_api_v124_test.go:137: DockerSuite.TestDeprecatedPostContainerBindNormalVolume (unmatched requirement DaemonIsLinux) [2019-09-03T00:13:13.089Z] SKIP: docker_deprecated_api_v124_test.go:199: DockerSuite.TestDeprecatedPostContainersStartWithLinksInHostConfig (unmatched requirement DaemonIsLinux) [2019-09-03T00:13:13.089Z] SKIP: docker_deprecated_api_v124_test.go:217: DockerSuite.TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (unmatched requirement DaemonIsLinux) [2019-09-03T00:13:13.089Z] SKIP: docker_deprecated_api_v124_test.go:182: DockerSuite.TestDeprecatedPostContainersStartWithoutLinksInHostConfig (unmatched requirement DaemonIsLinux) [2019-09-03T00:13:13.089Z] SKIP: docker_deprecated_api_v124_test.go:236: DockerSuite.TestDeprecatedStartWithNilDNS (unmatched requirement DaemonIsLinux) [2019-09-03T00:13:13.089Z] SKIP: docker_deprecated_api_v124_test.go:157: DockerSuite.TestDeprecatedStartWithTooLowMemoryLimit (unmatched requirement DaemonIsLinux) [2019-09-03T00:13:13.089Z] SKIP: docker_cli_run_test.go:2999: DockerSuite.TestDevicePermissions (unmatched requirement DaemonIsLinux) [2019-09-03T00:13:13.089Z] PASS: docker_cli_run_test.go:3710: DockerSuite.TestDockerFails 0.054s [2019-09-03T00:13:13.089Z] SKIP: docker_cli_volume_test.go:475: DockerSuite.TestDuplicateMountpointsForVolumesFrom (unmatched requirement DaemonIsLinux) [2019-09-03T00:13:13.089Z] SKIP: docker_cli_volume_test.go:517: DockerSuite.TestDuplicateMountpointsForVolumesFromAndBind (unmatched requirement DaemonIsLinux) [2019-09-03T00:13:13.089Z] SKIP: docker_cli_volume_test.go:561: DockerSuite.TestDuplicateMountpointsForVolumesFromAndMounts (unmatched requirement DaemonIsLinux) [2019-09-03T00:13:13.089Z] SKIP: docker_cli_events_test.go:463: DockerSuite.TestEventsAttach (unmatched requirement DaemonIsLinux) [2019-09-03T00:13:13.089Z] SKIP: docker_cli_events_test.go:394: DockerSuite.TestEventsCommit (unmatched requirement DaemonIsLinux) [2019-09-03T00:13:15.279Z] PASS: docker_cli_events_test.go:80: DockerSuite.TestEventsContainerEvents 2.275s [2019-09-03T00:13:17.264Z] PASS: docker_cli_build_test.go:5410: DockerSuite.TestBuildCacheFromEqualDiffIDsLength 6.256s [2019-09-03T00:13:17.478Z] PASS: docker_cli_events_test.go:92: DockerSuite.TestEventsContainerEventsAttrSort 2.154s [2019-09-03T00:13:19.671Z] PASS: docker_cli_events_test.go:116: DockerSuite.TestEventsContainerEventsSinceUnixEpoch 2.222s [2019-09-03T00:13:20.165Z] PASS: docker_cli_build_test.go:4873: DockerSuite.TestBuildCacheRootSource 3.247s [2019-09-03T00:13:20.165Z] SKIP: docker_api_build_test.go:405: DockerSuite.TestBuildChownOnCopy (unmatched requirement DaemonIsLinux) [2019-09-03T00:13:20.165Z] SKIP: docker_cli_build_test.go:3575: DockerSuite.TestBuildChownSingleFile (unmatched requirement UnixCli) [2019-09-03T00:13:25.950Z] PASS: docker_cli_build_test.go:3138: DockerSuite.TestBuildCleanupCmdOnEntrypoint 4.931s [2019-09-03T00:13:28.270Z] PASS: docker_cli_events_test.go:643: DockerSuite.TestEventsContainerRestart 8.388s [2019-09-03T00:13:28.856Z] PASS: docker_cli_build_test.go:3157: DockerSuite.TestBuildClearCmd 3.202s [2019-09-03T00:13:30.389Z] PASS: docker_cli_build_test.go:1578: DockerSuite.TestBuildCmd 1.687s [2019-09-03T00:13:31.924Z] PASS: docker_cli_build_test.go:3241: DockerSuite.TestBuildCmdJSONNoShDashC 1.624s [2019-09-03T00:13:33.462Z] PASS: docker_cli_build_test.go:3200: DockerSuite.TestBuildCmdShDashC 1.669s [2019-09-03T00:13:34.087Z] PASS: docker_cli_events_test.go:411: DockerSuite.TestEventsCopy 4.927s [2019-09-03T00:13:38.799Z] PASS: docker_cli_events_test.go:356: DockerSuite.TestEventsFilterContainer 4.641s [2019-09-03T00:13:40.346Z] PASS: docker_cli_events_test.go:633: DockerSuite.TestEventsFilterImageInContainerAction 1.700s [2019-09-03T00:13:40.809Z] PASS: docker_cli_events_test.go:326: DockerSuite.TestEventsFilterImageLabels 0.672s [2019-09-03T00:13:43.771Z] PASS: docker_cli_build_test.go:5341: DockerSuite.TestBuildCmdShellArgsEscaped 9.050s [2019-09-03T00:13:45.519Z] PASS: docker_cli_events_test.go:263: DockerSuite.TestEventsFilterImageName 4.034s [2019-09-03T00:13:46.493Z] PASS: docker_cli_events_test.go:291: DockerSuite.TestEventsFilterLabels 0.735s [2019-09-03T00:13:47.466Z] PASS: docker_cli_events_test.go:549: DockerSuite.TestEventsFilterType 0.958s [2019-09-03T00:13:50.836Z] PASS: docker_cli_build_test.go:3215: DockerSuite.TestBuildCmdSpaces 7.140s [2019-09-03T00:13:50.836Z] SKIP: docker_cli_build_test.go:2646: DockerSuite.TestBuildCommentsShebangs (unmatched requirement DaemonIsLinux) [2019-09-03T00:13:52.179Z] PASS: docker_cli_events_test.go:248: DockerSuite.TestEventsFilters 4.328s [2019-09-03T00:13:53.745Z] PASS: docker_cli_build_test.go:1774: DockerSuite.TestBuildConditionalCache 3.572s [2019-09-03T00:13:55.929Z] PASS: docker_cli_events_test.go:712: DockerSuite.TestEventsFormat 4.090s [2019-09-03T00:13:55.929Z] PASS: docker_cli_events_test.go:745: DockerSuite.TestEventsFormatBadField 0.058s [2019-09-03T00:13:55.929Z] PASS: docker_cli_events_test.go:735: DockerSuite.TestEventsFormatBadFunc 0.050s [2019-09-03T00:13:55.929Z] SKIP: docker_cli_events_test.go:166: DockerSuite.TestEventsImageImport (unmatched requirement DaemonIsLinux) [2019-09-03T00:13:55.929Z] SKIP: docker_cli_events_test.go:190: DockerSuite.TestEventsImageLoad (unmatched requirement DaemonIsLinux) [2019-09-03T00:13:55.929Z] SKIP: docker_cli_events_test.go:148: DockerSuite.TestEventsImagePull (unmatched requirement DaemonIsLinux) [2019-09-03T00:13:56.906Z] PASS: docker_cli_events_test.go:130: DockerSuite.TestEventsImageTag 1.189s [2019-09-03T00:13:56.906Z] SKIP: docker_cli_events_test.go:229: DockerSuite.TestEventsPluginOps (unmatched requirement DaemonIsLinux) [2019-09-03T00:13:59.827Z] PASS: docker_cli_events_test.go:501: DockerSuite.TestEventsRename 2.251s [2019-09-03T00:14:02.017Z] PASS: docker_cli_events_test.go:440: DockerSuite.TestEventsResize 2.399s [2019-09-03T00:14:04.207Z] PASS: docker_cli_events_test.go:683: DockerSuite.TestEventsSinceInTheFuture 1.653s [2019-09-03T00:14:06.397Z] PASS: docker_cli_events_test.go:603: DockerSuite.TestEventsSpecialFiltersWithExecCreate 2.074s [2019-09-03T00:14:11.105Z] PASS: docker_cli_events_test.go:28: DockerSuite.TestEventsTimestampFormats 4.519s [2019-09-03T00:14:11.105Z] SKIP: docker_cli_events_test.go:512: DockerSuite.TestEventsTop (unmatched requirement DaemonIsLinux) [2019-09-03T00:14:11.499Z] PASS: docker_cli_build_test.go:5621: DockerSuite.TestBuildContChar 16.696s [2019-09-03T00:14:11.499Z] SKIP: docker_cli_build_test.go:3974: DockerSuite.TestBuildContainerWithCgroupParent (unmatched requirement DaemonIsLinux) [2019-09-03T00:14:13.033Z] PASS: docker_cli_build_test.go:1513: DockerSuite.TestBuildContextCleanup 1.652s [2019-09-03T00:14:14.025Z] PASS: docker_cli_events_test.go:57: DockerSuite.TestEventsUntag 2.742s [2019-09-03T00:14:15.210Z] PASS: docker_cli_build_test.go:1535: DockerSuite.TestBuildContextCleanupFailedBuild 2.461s [2019-09-03T00:14:18.733Z] PASS: docker_cli_events_test.go:695: DockerSuite.TestEventsUntilInThePast 4.071s [2019-09-03T00:14:18.733Z] SKIP: docker_cli_exec_test.go:25: DockerSuite.TestExec (unmatched requirement DaemonIsLinux) [2019-09-03T00:14:18.733Z] SKIP: docker_api_exec_test.go:61: DockerSuite.TestExecAPICreateContainerPaused (unmatched requirement DaemonIsLinux) [2019-09-03T00:14:18.940Z] PASS: docker_cli_build_test.go:2046: DockerSuite.TestBuildContextTarGzip 3.270s [2019-09-03T00:14:19.708Z] PASS: docker_api_exec_test.go:24: DockerSuite.TestExecAPICreateNoCmd 1.308s [2019-09-03T00:14:20.473Z] PASS: docker_cli_build_test.go:2050: DockerSuite.TestBuildContextTarNoCompression 1.668s [2019-09-03T00:14:20.473Z] SKIP: docker_cli_build_test.go:522: DockerSuite.TestBuildCopyAddMultipleFiles (unmatched requirement DaemonIsLinux) [2019-09-03T00:14:21.898Z] PASS: docker_api_exec_test.go:40: DockerSuite.TestExecAPICreateNoValidContentType 1.338s [2019-09-03T00:14:21.898Z] SKIP: docker_api_exec_test.go:80: DockerSuite.TestExecAPIStart (unmatched requirement DaemonIsLinux) [2019-09-03T00:14:21.898Z] SKIP: docker_api_exec_test.go:117: DockerSuite.TestExecAPIStartBackwardsCompatible (unmatched requirement DaemonIsLinux) [2019-09-03T00:14:21.898Z] SKIP: docker_api_exec_test.go:107: DockerSuite.TestExecAPIStartEnsureHeaders (unmatched requirement DaemonIsLinux) [2019-09-03T00:14:23.377Z] PASS: docker_api_build_test.go:435: DockerSuite.TestBuildCopyCacheOnFileChange 3.227s [2019-09-03T00:14:23.442Z] PASS: docker_api_exec_test.go:189: DockerSuite.TestExecAPIStartInvalidCommand 1.412s [2019-09-03T00:14:25.551Z] PASS: docker_cli_build_test.go:1840: DockerSuite.TestBuildCopyDirButNotFile 1.828s [2019-09-03T00:14:25.551Z] SKIP: docker_cli_build_test.go:894: DockerSuite.TestBuildCopyDirContentToExistDir (unmatched requirement DaemonIsLinux) [2019-09-03T00:14:25.551Z] SKIP: docker_cli_build_test.go:880: DockerSuite.TestBuildCopyDirContentToRoot (unmatched requirement DaemonIsLinux) [2019-09-03T00:14:25.628Z] PASS: docker_api_exec_test.go:132: DockerSuite.TestExecAPIStartMultipleTimesError 1.553s [2019-09-03T00:14:27.172Z] PASS: docker_api_exec_test.go:173: DockerSuite.TestExecAPIStartValidCommand 1.577s [2019-09-03T00:14:29.363Z] PASS: docker_api_exec_test.go:142: DockerSuite.TestExecAPIStartWithDetach 1.456s [2019-09-03T00:14:33.112Z] PASS: docker_cli_exec_test.go:70: DockerSuite.TestExecAfterContainerRestart 3.822s [2019-09-03T00:14:33.574Z] SKIP: docker_cli_exec_test.go:247: DockerSuite.TestExecCgroup (unmatched requirement DaemonIsLinux) [2019-09-03T00:14:33.574Z] SKIP: docker_cli_exec_test.go:99: DockerSuite.TestExecEnv (unmatched requirement DaemonIsLinux) [2019-09-03T00:14:33.574Z] SKIP: docker_cli_exec_test.go:524: DockerSuite.TestExecEnvLinksHost (unmatched requirement DaemonIsLinux) [2019-09-03T00:14:35.121Z] PASS: docker_cli_exec_test.go:125: DockerSuite.TestExecExitStatus 1.558s [2019-09-03T00:14:35.864Z] PASS: docker_cli_build_test.go:6045: DockerSuite.TestBuildCopyFileDotWithWorkdir 9.953s [2019-09-03T00:14:39.835Z] PASS: docker_cli_exec_test.go:300: DockerSuite.TestExecInspectID 4.367s [2019-09-03T00:14:39.835Z] SKIP: docker_cli_exec_test.go:34: DockerSuite.TestExecInteractive (unmatched requirement DaemonIsLinux) [2019-09-03T00:14:39.835Z] SKIP: docker_cli_exec_test.go:480: DockerSuite.TestExecOnReadonlyContainer (unmatched requirement DaemonIsLinux) [2019-09-03T00:14:39.835Z] SKIP: docker_cli_exec_test.go:205: DockerSuite.TestExecParseError (unmatched requirement DaemonIsLinux) [2019-09-03T00:14:39.835Z] SKIP: docker_cli_exec_test.go:132: DockerSuite.TestExecPausedContainer (unmatched requirement IsPausable) [2019-09-03T00:14:39.835Z] SKIP: docker_api_exec_resize_test.go:18: DockerSuite.TestExecResizeAPIHeightWidthNoInt (unmatched requirement DaemonIsLinux) [2019-09-03T00:14:42.023Z] PASS: docker_api_exec_resize_test.go:34: DockerSuite.TestExecResizeImmediatelyAfterExecStart 1.782s [2019-09-03T00:14:42.023Z] SKIP: docker_cli_exec_test.go:114: DockerSuite.TestExecSetEnv (unmatched requirement DaemonIsLinux) [2019-09-03T00:14:42.023Z] SKIP: docker_cli_exec_test.go:500: DockerSuite.TestExecStartFails (unmatched requirement DaemonIsLinux) [2019-09-03T00:14:42.023Z] SKIP: docker_api_exec_test.go:207: DockerSuite.TestExecStateCleanup (unmatched requirement DaemonIsLinux) [2019-09-03T00:14:42.023Z] SKIP: docker_cli_exec_test.go:219: DockerSuite.TestExecStopNotHanging (unmatched requirement DaemonIsLinux) [2019-09-03T00:14:42.023Z] SKIP: docker_cli_exec_test.go:147: DockerSuite.TestExecTTYCloseStdin (unmatched requirement DaemonIsLinux) [2019-09-03T00:14:44.217Z] PASS: docker_cli_exec_test.go:168: DockerSuite.TestExecTTYWithoutStdin 1.613s [2019-09-03T00:14:44.217Z] SKIP: docker_cli_exec_test.go:488: DockerSuite.TestExecUlimits (unmatched requirement DaemonIsLinux) [2019-09-03T00:14:52.823Z] PASS: docker_cli_exec_test.go:514: DockerSuite.TestExecWindowsPathNotWiped 7.721s [2019-09-03T00:14:52.823Z] SKIP: docker_cli_exec_test.go:467: DockerSuite.TestExecWithImageUser (unmatched requirement DaemonIsLinux) [2019-09-03T00:14:52.823Z] SKIP: docker_cli_exec_test.go:437: DockerSuite.TestExecWithPrivileged (unmatched requirement DaemonIsLinux) [2019-09-03T00:14:52.823Z] SKIP: docker_cli_exec_test.go:424: DockerSuite.TestExecWithUser (unmatched requirement DaemonIsLinux) [2019-09-03T00:14:58.639Z] PASS: docker_api_containers_test.go:190: DockerSuite.TestGetContainerStats 5.989s [2019-09-03T00:15:04.451Z] PASS: docker_api_containers_test.go:338: DockerSuite.TestGetContainerStatsNoStream 5.880s [2019-09-03T00:15:07.374Z] PASS: docker_api_containers_test.go:230: DockerSuite.TestGetContainerStatsRmRunning 3.459s [2019-09-03T00:15:13.193Z] PASS: docker_api_containers_test.go:297: DockerSuite.TestGetContainerStatsStream 5.824s [2019-09-03T00:15:13.193Z] SKIP: docker_api_attach_test.go:26: DockerSuite.TestGetContainersAttachWebsocket (unmatched requirement DaemonIsLinux) [2019-09-03T00:15:13.193Z] PASS: docker_api_attach_test.go:90: DockerSuite.TestGetContainersWsAttachContainerNotFound 0.001s [2019-09-03T00:15:13.657Z] PASS: docker_api_containers_test.go:378: DockerSuite.TestGetStoppedContainerStats 0.079s [2019-09-03T00:15:13.657Z] SKIP: docker_cli_health_test.go:39: DockerSuite.TestHealth (unmatched requirement DaemonIsLinux) [2019-09-03T00:15:13.657Z] PASS: docker_cli_history_test.go:58: DockerSuite.TestHistoryExistentImage 0.061s [2019-09-03T00:15:13.657Z] PASS: docker_cli_history_test.go:86: DockerSuite.TestHistoryHumanOptionFalse 0.060s [2019-09-03T00:15:13.657Z] PASS: docker_cli_history_test.go:104: DockerSuite.TestHistoryHumanOptionTrue 0.068s [2019-09-03T00:15:18.375Z] PASS: docker_cli_history_test.go:67: DockerSuite.TestHistoryImageWithComment 4.195s [2019-09-03T00:15:18.375Z] PASS: docker_cli_history_test.go:62: DockerSuite.TestHistoryNonExistentImage 0.059s [2019-09-03T00:15:18.375Z] SKIP: docker_cli_images_test.go:227: DockerSuite.TestImagesEnsureDanglingImageOnlyListedOnce (unmatched requirement DaemonIsLinux) [2019-09-03T00:15:18.375Z] PASS: docker_cli_images_test.go:22: DockerSuite.TestImagesEnsureImageIsListed 0.063s [2019-09-03T00:15:18.375Z] PASS: docker_cli_images_test.go:46: DockerSuite.TestImagesEnsureImageWithBadTagIsNotListed 0.065s [2019-09-03T00:15:18.836Z] PASS: docker_cli_images_test.go:27: DockerSuite.TestImagesEnsureImageWithTagIsListed 0.317s [2019-09-03T00:15:19.298Z] PASS: docker_cli_images_test.go:301: DockerSuite.TestImagesEnsureImagesFromBusyboxShown 0.517s [2019-09-03T00:15:19.298Z] SKIP: docker_cli_images_test.go:284: DockerSuite.TestImagesEnsureImagesFromScratchShown (unmatched requirement DaemonIsLinux) [2019-09-03T00:15:20.272Z] PASS: docker_cli_images_test.go:261: DockerSuite.TestImagesEnsureOnlyHeadsImagesShown 0.782s [2019-09-03T00:15:20.272Z] PASS: docker_cli_images_test.go:71: DockerSuite.TestImagesErrorWithInvalidFilterNameTest 0.055s [2019-09-03T00:15:21.819Z] PASS: docker_cli_images_test.go:77: DockerSuite.TestImagesFilterLabelMatch 1.350s [2019-09-03T00:15:22.280Z] PASS: docker_cli_images_test.go:316: DockerSuite.TestImagesFilterNameWithPort 0.256s [2019-09-03T00:15:23.830Z] PASS: docker_cli_images_test.go:117: DockerSuite.TestImagesFilterSinceAndBefore 1.838s [2019-09-03T00:15:26.534Z] PASS: docker_cli_build_test.go:607: DockerSuite.TestBuildCopyFileWithWhitespaceOnWindows 49.338s [2019-09-03T00:15:26.750Z] PASS: docker_cli_images_test.go:187: DockerSuite.TestImagesFilterSpaceTrimCase 2.350s [2019-09-03T00:15:26.750Z] PASS: docker_cli_images_test.go:329: DockerSuite.TestImagesFormat 0.189s [2019-09-03T00:15:26.750Z] SKIP: docker_cli_images_test.go:345: DockerSuite.TestImagesFormatDefaultFormat (unmatched requirement DaemonIsLinux) [2019-09-03T00:15:26.992Z] PASS: docker_cli_build_test.go:5918: DockerSuite.TestBuildCopyFromForbidWindowsRelativePaths 1.417s [2019-09-03T00:15:28.527Z] PASS: docker_cli_build_test.go:5901: DockerSuite.TestBuildCopyFromForbidWindowsSystemPaths 1.100s [2019-09-03T00:15:30.500Z] PASS: docker_cli_images_test.go:51: DockerSuite.TestImagesOrderedByCreationDate 3.363s [2019-09-03T00:15:30.500Z] PASS: docker_cli_images_test.go:255: DockerSuite.TestImagesWithIncorrectFilter 0.056s [2019-09-03T00:15:32.687Z] PASS: docker_cli_import_test.go:37: DockerSuite.TestImportBadURL 2.388s [2019-09-03T00:15:32.687Z] SKIP: docker_cli_import_test.go:19: DockerSuite.TestImportDisplay (unmatched requirement DaemonIsLinux) [2019-09-03T00:15:32.687Z] SKIP: docker_cli_import_test.go:48: DockerSuite.TestImportFile (unmatched requirement DaemonIsLinux) [2019-09-03T00:15:32.687Z] PASS: docker_cli_import_test.go:123: DockerSuite.TestImportFileNonExistentFile 0.055s [2019-09-03T00:15:32.687Z] SKIP: docker_cli_import_test.go:92: DockerSuite.TestImportFileWithMessage (unmatched requirement DaemonIsLinux) [2019-09-03T00:15:32.687Z] SKIP: docker_cli_import_test.go:69: DockerSuite.TestImportGzipped (unmatched requirement DaemonIsLinux) [2019-09-03T00:15:32.687Z] SKIP: docker_cli_import_test.go:128: DockerSuite.TestImportWithQuotedChanges (unmatched requirement DaemonIsLinux) [2019-09-03T00:15:32.687Z] SKIP: docker_cli_info_test.go:178: DockerSuite.TestInfoDebug (unmatched requirement DaemonIsLinux) [2019-09-03T00:15:32.687Z] SKIP: docker_cli_info_test.go:107: DockerSuite.TestInfoDiscoveryAdvertiseInterfaceName (unmatched requirement DaemonIsLinux) [2019-09-03T00:15:32.687Z] SKIP: docker_cli_info_test.go:73: DockerSuite.TestInfoDiscoveryBackend (unmatched requirement DaemonIsLinux) [2019-09-03T00:15:32.687Z] SKIP: docker_cli_info_test.go:90: DockerSuite.TestInfoDiscoveryInvalidAdvertise (unmatched requirement DaemonIsLinux) [2019-09-03T00:15:33.149Z] SKIP: docker_cli_info_test.go:144: DockerSuite.TestInfoDisplaysPausedContainers (unmatched requirement IsPausable) [2019-09-03T00:15:33.149Z] SKIP: docker_cli_info_test.go:131: DockerSuite.TestInfoDisplaysRunningContainers (unmatched requirement DaemonIsLinux) [2019-09-03T00:15:33.149Z] SKIP: docker_cli_info_test.go:161: DockerSuite.TestInfoDisplaysStoppedContainers (unmatched requirement DaemonIsLinux) [2019-09-03T00:15:33.149Z] PASS: docker_cli_info_test.go:17: DockerSuite.TestInfoEnsureSucceeds 0.061s [2019-09-03T00:15:33.149Z] PASS: docker_cli_info_test.go:61: DockerSuite.TestInfoFormat 0.119s [2019-09-03T00:15:33.149Z] SKIP: docker_cli_info_test.go:196: DockerSuite.TestInsecureRegistries (unmatched requirement DaemonIsLinux) [2019-09-03T00:15:33.149Z] SKIP: docker_api_inspect_test.go:146: DockerSuite.TestInspectAPIBridgeNetworkSettings120 (unmatched requirement DaemonIsLinux) [2019-09-03T00:15:33.149Z] SKIP: docker_api_inspect_test.go:163: DockerSuite.TestInspectAPIBridgeNetworkSettings121 (unmatched requirement DaemonIsLinux) [2019-09-03T00:15:35.346Z] PASS: docker_api_inspect_test.go:16: DockerSuite.TestInspectAPIContainerResponse 1.400s [2019-09-03T00:15:37.540Z] PASS: docker_api_inspect_test.go:83: DockerSuite.TestInspectAPIContainerVolumeDriver 1.332s [2019-09-03T00:15:37.540Z] SKIP: docker_api_inspect_test.go:60: DockerSuite.TestInspectAPIContainerVolumeDriverLegacy (unmatched requirement DaemonIsLinux) [2019-09-03T00:15:37.540Z] SKIP: docker_api_inspect_test.go:122: DockerSuite.TestInspectAPIEmptyFieldsInConfigPre121 (unmatched requirement DaemonIsLinux) [2019-09-03T00:15:37.540Z] PASS: docker_api_inspect_test.go:107: DockerSuite.TestInspectAPIImageResponse 0.068s [2019-09-03T00:15:37.540Z] SKIP: docker_cli_inspect_test.go:413: DockerSuite.TestInspectAmpersand (unmatched requirement DaemonIsLinux) [2019-09-03T00:15:38.839Z] PASS: docker_cli_build_test.go:5936: DockerSuite.TestBuildCopyFromWindowsIsCaseInsensitive 9.102s [2019-09-03T00:15:38.839Z] SKIP: docker_cli_build_test.go:849: DockerSuite.TestBuildCopySingleFileToExistDir (unmatched requirement DaemonIsLinux) [2019-09-03T00:15:38.839Z] SKIP: docker_cli_build_test.go:865: DockerSuite.TestBuildCopySingleFileToNonExistDir (unmatched requirement DaemonIsLinux) [2019-09-03T00:15:38.839Z] SKIP: docker_cli_build_test.go:811: DockerSuite.TestBuildCopySingleFileToRoot (unmatched requirement DaemonIsLinux) [2019-09-03T00:15:39.728Z] PASS: docker_cli_inspect_test.go:207: DockerSuite.TestInspectBindMountPoint 1.449s [2019-09-03T00:15:39.729Z] PASS: docker_cli_inspect_test.go:342: DockerSuite.TestInspectByPrefix 0.182s [2019-09-03T00:15:40.375Z] PASS: docker_cli_build_test.go:827: DockerSuite.TestBuildCopySingleFileToWorkdir 1.716s [2019-09-03T00:15:40.834Z] SKIP: docker_cli_build_test.go:910: DockerSuite.TestBuildCopyWholeDirToRoot (unmatched requirement DaemonIsLinux) [2019-09-03T00:15:41.917Z] PASS: docker_cli_inspect_test.go:142: DockerSuite.TestInspectContainerFilterInt 1.501s [2019-09-03T00:15:41.917Z] SKIP: docker_cli_inspect_test.go:182: DockerSuite.TestInspectContainerGraphDriver (unmatched requirement DaemonIsLinux) [2019-09-03T00:15:41.917Z] SKIP: docker_cli_inspect_test.go:392: DockerSuite.TestInspectContainerNetworkCustom (unmatched requirement DaemonIsLinux) [2019-09-03T00:15:41.917Z] SKIP: docker_cli_inspect_test.go:380: DockerSuite.TestInspectContainerNetworkDefault (unmatched requirement DaemonIsLinux) [2019-09-03T00:15:43.462Z] PASS: docker_cli_inspect_test.go:45: DockerSuite.TestInspectDefault 1.457s [2019-09-03T00:15:48.173Z] PASS: docker_cli_inspect_test.go:372: DockerSuite.TestInspectHistory 4.248s [2019-09-03T00:15:48.173Z] SKIP: docker_cli_inspect_test.go:25: DockerSuite.TestInspectImage (unmatched requirement DaemonIsLinux) [2019-09-03T00:15:48.173Z] SKIP: docker_cli_inspect_test.go:126: DockerSuite.TestInspectImageFilterInt (unmatched requirement DaemonIsLinux) [2019-09-03T00:15:48.173Z] SKIP: docker_cli_inspect_test.go:164: DockerSuite.TestInspectImageGraphDriver (unmatched requirement DaemonIsLinux) [2019-09-03T00:15:50.362Z] PASS: docker_cli_inspect_test.go:39: DockerSuite.TestInspectInt64 1.449s [2019-09-03T00:15:52.556Z] PASS: docker_cli_inspect_test.go:334: DockerSuite.TestInspectJSONFields 1.571s [2019-09-03T00:15:52.556Z] PASS: docker_cli_inspect_test.go:284: DockerSuite.TestInspectLogConfigNoType 0.141s [2019-09-03T00:15:59.650Z] PASS: docker_cli_inspect_test.go:239: DockerSuite.TestInspectNamedMountPoint 1.548s [2019-09-03T00:16:01.195Z] PASS: docker_cli_inspect_test.go:297: DockerSuite.TestInspectNoSizeFlagContainer 1.437s [2019-09-03T00:16:01.195Z] SKIP: docker_cli_inspect_test.go:423: DockerSuite.TestInspectPlugin (unmatched requirement DaemonIsLinux) [2019-09-03T00:16:01.195Z] PASS: docker_cli_inspect_test.go:403: DockerSuite.TestInspectRootFS 0.068s [2019-09-03T00:16:03.384Z] PASS: docker_cli_inspect_test.go:309: DockerSuite.TestInspectSizeFlagContainer 1.475s [2019-09-03T00:16:05.577Z] PASS: docker_cli_inspect_test.go:56: DockerSuite.TestInspectStatus 2.457s [2019-09-03T00:16:10.288Z] PASS: docker_cli_inspect_test.go:353: DockerSuite.TestInspectStopWhenNotFound 4.031s [2019-09-03T00:16:12.478Z] PASS: docker_cli_inspect_test.go:320: DockerSuite.TestInspectTemplateError 1.659s [2019-09-03T00:16:14.666Z] PASS: docker_cli_inspect_test.go:263: DockerSuite.TestInspectTimesAsRFC3339Nano 1.699s [2019-09-03T00:16:16.212Z] PASS: docker_cli_inspect_test.go:81: DockerSuite.TestInspectTypeFlagContainer 1.406s [2019-09-03T00:16:18.399Z] PASS: docker_cli_inspect_test.go:103: DockerSuite.TestInspectTypeFlagWithImage 1.422s [2019-09-03T00:16:20.588Z] PASS: docker_cli_inspect_test.go:114: DockerSuite.TestInspectTypeFlagWithInvalidValue 1.403s [2019-09-03T00:16:22.782Z] PASS: docker_cli_inspect_test.go:91: DockerSuite.TestInspectTypeFlagWithNoContainer 1.525s [2019-09-03T00:16:22.782Z] PASS: docker_cli_inspect_test.go:454: DockerSuite.TestInspectUnknownObject 0.070s [2019-09-03T00:16:22.782Z] SKIP: docker_cli_links_test.go:201: DockerSuite.TestLinkShortDefinition (unmatched requirement DaemonIsLinux) [2019-09-03T00:16:22.782Z] SKIP: docker_cli_links_test.go:192: DockerSuite.TestLinksEnvs (unmatched requirement DaemonIsLinux) [2019-09-03T00:16:22.782Z] SKIP: docker_cli_links_test.go:228: DockerSuite.TestLinksEtcHostsRegularFile (unmatched requirement DaemonIsLinux) [2019-09-03T00:16:22.782Z] SKIP: docker_cli_links_test.go:141: DockerSuite.TestLinksHostsFilesInject (unmatched requirement DaemonIsLinux) [2019-09-03T00:16:22.782Z] SKIP: docker_cli_links_test.go:94: DockerSuite.TestLinksInspectLinksStarted (unmatched requirement DaemonIsLinux) [2019-09-03T00:16:22.782Z] SKIP: docker_cli_links_test.go:113: DockerSuite.TestLinksInspectLinksStopped (unmatched requirement DaemonIsLinux) [2019-09-03T00:16:22.782Z] SKIP: docker_cli_links_test.go:25: DockerSuite.TestLinksInvalidContainerTarget (unmatched requirement DaemonIsLinux) [2019-09-03T00:16:22.782Z] SKIP: docker_cli_links_test.go:235: DockerSuite.TestLinksMultipleWithSameName (unmatched requirement DaemonIsLinux) [2019-09-03T00:16:22.782Z] SKIP: docker_cli_links_test.go:217: DockerSuite.TestLinksNetworkHostContainer (unmatched requirement DaemonIsLinux) [2019-09-03T00:16:22.782Z] SKIP: docker_cli_links_test.go:133: DockerSuite.TestLinksNotStartedParentNotFail (unmatched requirement DaemonIsLinux) [2019-09-03T00:16:22.782Z] SKIP: docker_cli_links_test.go:37: DockerSuite.TestLinksPingLinkedContainers (unmatched requirement DaemonIsLinux) [2019-09-03T00:16:22.782Z] SKIP: docker_cli_links_test.go:81: DockerSuite.TestLinksPingLinkedContainersAfterRename (unmatched requirement DaemonIsLinux) [2019-09-03T00:16:22.782Z] SKIP: docker_cli_exec_test.go:367: DockerSuite.TestLinksPingLinkedContainersOnRename (unmatched requirement DaemonIsLinux) [2019-09-03T00:16:22.782Z] SKIP: docker_cli_links_test.go:16: DockerSuite.TestLinksPingUnlinkedContainers (unmatched requirement DaemonIsLinux) [2019-09-03T00:16:22.782Z] SKIP: docker_cli_links_test.go:159: DockerSuite.TestLinksUpdateOnRestart (unmatched requirement DaemonIsLinux) [2019-09-03T00:16:22.782Z] SKIP: docker_cli_save_load_test.go:334: DockerSuite.TestLoadZeroSizeLayer (unmatched requirement DaemonIsLinux) [2019-09-03T00:16:22.782Z] PASS: docker_cli_login_test.go:12: DockerSuite.TestLoginWithoutTTY 0.055s [2019-09-03T00:16:22.782Z] PASS: docker_api_logs_test.go:86: DockerSuite.TestLogsAPIContainerNotFound 0.001s [2019-09-03T00:16:23.337Z] PASS: docker_cli_build_test.go:637: DockerSuite.TestBuildCopyWildcard 37.374s [2019-09-03T00:16:23.337Z] PASS: docker_cli_build_test.go:697: DockerSuite.TestBuildCopyWildcardCache 1.774s [2019-09-03T00:16:23.337Z] SKIP: docker_cli_build_test.go:677: DockerSuite.TestBuildCopyWildcardInName (unmatched requirement DaemonIsLinux) [2019-09-03T00:16:24.328Z] PASS: docker_api_logs_test.go:71: DockerSuite.TestLogsAPIFollowEmptyOutput 1.356s [2019-09-03T00:16:26.517Z] PASS: docker_api_logs_test.go:59: DockerSuite.TestLogsAPINoStdoutNorStderr 1.377s [2019-09-03T00:16:32.329Z] PASS: docker_api_logs_test.go:150: DockerSuite.TestLogsAPIUntil 5.438s [2019-09-03T00:16:34.517Z] PASS: docker_api_logs_test.go:188: DockerSuite.TestLogsAPIUntilDefaultValue 2.357s [2019-09-03T00:16:34.517Z] SKIP: docker_api_logs_test.go:93: DockerSuite.TestLogsAPIUntilFutureFollow (unmatched requirement DaemonIsLinux) [2019-09-03T00:16:36.062Z] PASS: docker_api_logs_test.go:23: DockerSuite.TestLogsAPIWithStdout 1.423s [2019-09-03T00:16:36.062Z] PASS: docker_cli_logs_test.go:318: DockerSuite.TestLogsCLIContainerNotFound 0.063s [2019-09-03T00:16:44.436Z] PASS: docker_cli_build_test.go:5141: DockerSuite.TestBuildDeleteCommittedFile 21.596s [2019-09-03T00:16:44.659Z] PASS: docker_cli_logs_test.go:24: DockerSuite.TestLogsContainerBiggerThanPage 7.618s [2019-09-03T00:16:47.340Z] PASS: docker_cli_build_test.go:2069: DockerSuite.TestBuildDockerfileStdin 3.335s [2019-09-03T00:16:47.798Z] PASS: docker_cli_build_test.go:2089: DockerSuite.TestBuildDockerfileStdinConflict 0.064s [2019-09-03T00:16:51.768Z] PASS: docker_cli_logs_test.go:29: DockerSuite.TestLogsContainerMuchBiggerThanPage 7.554s [2019-09-03T00:16:53.586Z] PASS: docker_cli_build_test.go:2103: DockerSuite.TestBuildDockerfileStdinDockerignore 5.059s [2019-09-03T00:16:58.863Z] PASS: docker_cli_logs_test.go:19: DockerSuite.TestLogsContainerSmallerThanPage 7.016s [2019-09-03T00:16:59.388Z] PASS: docker_cli_build_test.go:2107: DockerSuite.TestBuildDockerfileStdinDockerignoreIgnored 5.123s [2019-09-03T00:17:01.051Z] PASS: docker_cli_logs_test.go:300: DockerSuite.TestLogsFollowGoroutinesNoOutput 2.082s [2019-09-03T00:17:03.240Z] PASS: docker_cli_logs_test.go:272: DockerSuite.TestLogsFollowGoroutinesWithStdout 1.907s [2019-09-03T00:17:03.240Z] SKIP: docker_cli_logs_test.go:214: DockerSuite.TestLogsFollowSlowStdoutConsumer (unmatched requirement DaemonIsLinux) [2019-09-03T00:17:04.076Z] PASS: docker_cli_build_test.go:2099: DockerSuite.TestBuildDockerfileStdinNoExtraFiles 5.410s [2019-09-03T00:17:05.429Z] PASS: docker_cli_logs_test.go:124: DockerSuite.TestLogsFollowStopped 2.117s [2019-09-03T00:17:07.621Z] PASS: docker_cli_logs_test.go:66: DockerSuite.TestLogsSeparateStderr 2.324s [2019-09-03T00:17:17.973Z] PASS: docker_cli_logs_test.go:145: DockerSuite.TestLogsSince 8.946s [2019-09-03T00:17:17.973Z] SKIP: docker_cli_logs_test.go:180: DockerSuite.TestLogsSinceFutureFollow (unmatched requirement DaemonIsLinux) [2019-09-03T00:17:17.973Z] SKIP: docker_cli_logs_test.go:77: DockerSuite.TestLogsStderrInStdout (unmatched requirement DaemonIsLinux) [2019-09-03T00:17:19.518Z] PASS: docker_cli_logs_test.go:92: DockerSuite.TestLogsTail 2.656s [2019-09-03T00:17:21.709Z] PASS: docker_cli_logs_test.go:41: DockerSuite.TestLogsTimestamps 2.422s [2019-09-03T00:17:23.897Z] PASS: docker_cli_logs_test.go:325: DockerSuite.TestLogsWithDetails 2.069s [2019-09-03T00:17:23.897Z] SKIP: docker_cli_run_test.go:2913: DockerSuite.TestMountIntoProc (unmatched requirement DaemonIsLinux) [2019-09-03T00:17:23.897Z] SKIP: docker_cli_run_test.go:2922: DockerSuite.TestMountIntoSys (unmatched requirement DaemonIsLinux) [2019-09-03T00:17:23.897Z] SKIP: docker_cli_netmode_test.go:33: DockerSuite.TestNetHostname (unmatched requirement DaemonIsLinux) [2019-09-03T00:17:23.897Z] SKIP: docker_cli_netmode_test.go:26: DockerSuite.TestNetHostnameWithNetHost (unmatched requirement DaemonIsLinux) [2019-09-03T00:17:23.897Z] SKIP: docker_cli_run_test.go:3517: DockerSuite.TestNetworkRmWithActiveContainers (unmatched requirement DaemonIsLinux) [2019-09-03T00:17:23.897Z] SKIP: docker_cli_run_test.go:2699: DockerSuite.TestPermissionsPtsReadonlyRootfs (unmatched requirement DaemonIsLinux) [2019-09-03T00:17:23.897Z] SKIP: docker_cli_plugins_test.go:77: DockerSuite.TestPluginActive (unmatched requirement DaemonIsLinux) [2019-09-03T00:17:23.897Z] SKIP: docker_cli_plugins_test.go:100: DockerSuite.TestPluginActiveNetwork (unmatched requirement DaemonIsLinux) [2019-09-03T00:17:23.897Z] PASS: docker_cli_plugins_test.go:345: DockerSuite.TestPluginInspectOnWindows 0.065s [2019-09-03T00:17:23.897Z] SKIP: docker_cli_plugins_test.go:151: DockerSuite.TestPluginInstallDisableVolumeLs (unmatched requirement DaemonIsLinux) [2019-09-03T00:17:23.897Z] SKIP: docker_cli_plugins_logdriver_test.go:12: DockerSuite.TestPluginLogDriver (unmatched requirement IsAmd64) [2019-09-03T00:17:23.897Z] SKIP: docker_cli_plugins_logdriver_test.go:32: DockerSuite.TestPluginLogDriverInfoList (unmatched requirement IsAmd64) [2019-09-03T00:17:23.897Z] SKIP: docker_cli_plugins_test.go:475: DockerSuite.TestPluginMetricsCollector (unmatched requirement DaemonIsLinux) [2019-09-03T00:17:23.897Z] SKIP: docker_cli_plugins_test.go:443: DockerSuite.TestPluginUpgrade (unmatched requirement DaemonIsLinux) [2019-09-03T00:17:23.897Z] SKIP: docker_cli_port_test.go:330: DockerSuite.TestPortBindingOnSandbox (unmatched requirement DaemonIsLinux) [2019-09-03T00:17:23.897Z] SKIP: docker_cli_port_test.go:308: DockerSuite.TestPortExposeHostBinding (unmatched requirement DaemonIsLinux) [2019-09-03T00:17:23.897Z] SKIP: docker_cli_port_test.go:286: DockerSuite.TestPortHostBinding (unmatched requirement DaemonIsLinux) [2019-09-03T00:17:23.897Z] SKIP: docker_cli_port_test.go:16: DockerSuite.TestPortList (unmatched requirement DaemonIsLinux) [2019-09-03T00:17:28.603Z] PASS: docker_api_containers_test.go:1302: DockerSuite.TestPostContainerAPICreateWithStringOrSliceEntrypoint 4.087s [2019-09-03T00:17:28.603Z] SKIP: docker_api_attach_test.go:100: DockerSuite.TestPostContainersAttach (unmatched requirement DaemonIsLinux) [2019-09-03T00:17:28.603Z] PASS: docker_api_attach_test.go:79: DockerSuite.TestPostContainersAttachContainerNotFound 0.002s [2019-09-03T00:17:28.603Z] SKIP: docker_api_containers_test.go:1567: DockerSuite.TestPostContainersCreateMemorySwappinessHostConfigOmitted (unmatched requirement DaemonIsLinux) [2019-09-03T00:17:28.603Z] SKIP: docker_api_containers_test.go:1481: DockerSuite.TestPostContainersCreateShmSizeHostConfigOmitted (unmatched requirement DaemonIsLinux) [2019-09-03T00:17:28.603Z] SKIP: docker_api_containers_test.go:1463: DockerSuite.TestPostContainersCreateShmSizeNegative (unmatched requirement DaemonIsLinux) [2019-09-03T00:17:28.603Z] SKIP: docker_api_containers_test.go:1509: DockerSuite.TestPostContainersCreateShmSizeOmitted (unmatched requirement DaemonIsLinux) [2019-09-03T00:17:28.603Z] SKIP: docker_api_containers_test.go:1592: DockerSuite.TestPostContainersCreateWithOomScoreAdjInvalidRange (unmatched requirement DaemonIsLinux) [2019-09-03T00:17:28.603Z] SKIP: docker_api_containers_test.go:1536: DockerSuite.TestPostContainersCreateWithShmSize (unmatched requirement DaemonIsLinux) [2019-09-03T00:17:28.603Z] SKIP: docker_api_containers_test.go:1359: DockerSuite.TestPostContainersCreateWithStringOrSliceCapAddDrop (unmatched requirement DaemonIsLinux) [2019-09-03T00:17:32.353Z] PASS: docker_api_containers_test.go:1330: DockerSuite.TestPostContainersCreateWithStringOrSliceCmd 3.920s [2019-09-03T00:17:32.353Z] SKIP: docker_api_containers_test.go:1430: DockerSuite.TestPostContainersCreateWithWrongCpusetValues (unmatched requirement DaemonIsLinux) [2019-09-03T00:17:40.963Z] PASS: docker_cli_ps_test.go:791: DockerSuite.TestPsByOrder 6.803s [2019-09-03T00:17:40.963Z] SKIP: docker_cli_ps_test.go:544: DockerSuite.TestPsImageIDAfterUpdate (unmatched requirement DaemonIsLinux) [2019-09-03T00:17:51.318Z] PASS: docker_cli_ps_test.go:21: DockerSuite.TestPsListContainersBase 8.319s [2019-09-03T00:18:03.740Z] PASS: docker_cli_ps_test.go:308: DockerSuite.TestPsListContainersFilterAncestorImage 12.452s [2019-09-03T00:18:03.740Z] PASS: docker_cli_ps_test.go:513: DockerSuite.TestPsListContainersFilterCreated 0.246s [2019-09-03T00:18:12.337Z] PASS: docker_cli_ps_test.go:439: DockerSuite.TestPsListContainersFilterExited 9.023s [2019-09-03T00:18:16.154Z] PASS: docker_cli_build_test.go:2297: DockerSuite.TestBuildDockerignore 68.029s [2019-09-03T00:18:21.937Z] PASS: docker_cli_build_test.go:2335: DockerSuite.TestBuildDockerignoreCleanPaths 8.217s [2019-09-03T00:18:21.937Z] SKIP: docker_cli_build_test.go:5151: DockerSuite.TestBuildDockerignoreComment (unmatched requirement DaemonIsLinux) [2019-09-03T00:18:27.186Z] PASS: docker_cli_ps_test.go:229: DockerSuite.TestPsListContainersFilterHealth 11.951s [2019-09-03T00:18:32.998Z] PASS: docker_cli_ps_test.go:272: DockerSuite.TestPsListContainersFilterID 3.606s [2019-09-03T00:18:45.410Z] PASS: docker_cli_ps_test.go:403: DockerSuite.TestPsListContainersFilterLabel 11.572s [2019-09-03T00:18:48.326Z] PASS: docker_cli_ps_test.go:286: DockerSuite.TestPsListContainersFilterName 3.686s [2019-09-03T00:18:48.326Z] SKIP: docker_cli_ps_test.go:711: DockerSuite.TestPsListContainersFilterNetwork (unmatched requirement DaemonIsLinux) [2019-09-03T00:18:48.326Z] SKIP: docker_cli_ps_test.go:810: DockerSuite.TestPsListContainersFilterPorts (unmatched requirement DaemonIsLinux) [2019-09-03T00:18:53.034Z] PASS: docker_cli_ps_test.go:182: DockerSuite.TestPsListContainersFilterStatus 3.845s [2019-09-03T00:18:53.034Z] SKIP: docker_cli_ps_test.go:142: DockerSuite.TestPsListContainersSize (unmatched requirement DaemonIsLinux) [2019-09-03T00:18:53.034Z] SKIP: docker_cli_ps_test.go:846: DockerSuite.TestPsNotShowLinknamesOfDeletedContainer (unmatched requirement DaemonIsLinux) [2019-09-03T00:18:53.034Z] SKIP: docker_cli_ps_test.go:593: DockerSuite.TestPsNotShowPortsOfStoppedContainer (unmatched requirement DaemonIsLinux) [2019-09-03T00:18:53.034Z] SKIP: docker_cli_ps_test.go:467: DockerSuite.TestPsRightTagName (unmatched requirement DaemonIsLinux) [2019-09-03T00:19:00.133Z] PASS: docker_cli_ps_test.go:611: DockerSuite.TestPsShowMounts 6.327s [2019-09-03T00:19:00.134Z] SKIP: docker_cli_run_test.go:3148: DockerSuite.TestPtraceContainerProcsFromHost (unmatched requirement DaemonIsLinux) [2019-09-03T00:19:01.107Z] PASS: docker_cli_pull_test.go:266: DockerSuite.TestPullLinuxImageFailsOnWindows 1.369s [2019-09-03T00:19:01.107Z] SKIP: docker_cli_pull_test.go:273: DockerSuite.TestPullWindowsImageFailsOnLinux (unmatched requirement DaemonIsLinux) [2019-09-03T00:19:02.652Z] PASS: docker_cli_push_test.go:292: DockerSuite.TestPushToCentralRegistryUnauthorized 1.288s [2019-09-03T00:19:03.624Z] PASS: docker_cli_push_test.go:38: DockerSuite.TestPushUnprefixedRepo 1.000s [2019-09-03T00:19:03.624Z] SKIP: docker_api_containers_test.go:1404: DockerSuite.TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (unmatched requirement DaemonIsLinux) [2019-09-03T00:19:07.374Z] PASS: docker_cli_restart_test.go:304: DockerSuite.TestRestartAutoRemoveContainer 3.970s [2019-09-03T00:19:12.090Z] PASS: docker_cli_restart_test.go:167: DockerSuite.TestRestartContainerSuccess 3.562s [2019-09-03T00:19:13.640Z] PASS: docker_cli_restart_test.go:153: DockerSuite.TestRestartContainerwithGoodContainer 2.242s [2019-09-03T00:19:48.007Z] PASS: docker_cli_build_test.go:2349: DockerSuite.TestBuildDockerignoreExceptions 77.678s [2019-09-03T00:19:48.007Z] PASS: docker_cli_build_test.go:2446: DockerSuite.TestBuildDockerignoreTouchDockerfile 2.016s [2019-09-03T00:19:48.007Z] PASS: docker_cli_build_test.go:2522: DockerSuite.TestBuildDockerignoringBadExclusion 0.057s [2019-09-03T00:19:56.213Z] PASS: docker_cli_restart_test.go:273: DockerSuite.TestRestartContainerwithRestartPolicy 38.764s [2019-09-03T00:19:56.213Z] SKIP: docker_cli_restart_test.go:80: DockerSuite.TestRestartDisconnectedContainer (unmatched requirement DaemonIsLinux) [2019-09-03T00:19:59.140Z] PASS: docker_cli_restart_test.go:240: DockerSuite.TestRestartPolicyAfterRestart 5.868s [2019-09-03T00:19:59.140Z] PASS: docker_cli_restart_test.go:105: DockerSuite.TestRestartPolicyAlways 0.193s [2019-09-03T00:19:59.140Z] PASS: docker_cli_restart_test.go:97: DockerSuite.TestRestartPolicyNO 0.156s [2019-09-03T00:20:00.114Z] PASS: docker_cli_restart_test.go:118: DockerSuite.TestRestartPolicyOnFailure 0.650s [2019-09-03T00:20:03.865Z] PASS: docker_cli_restart_test.go:32: DockerSuite.TestRestartRunningContainer 3.800s [2019-09-03T00:20:08.582Z] PASS: docker_cli_restart_test.go:15: DockerSuite.TestRestartStoppedContainer 3.980s [2019-09-03T00:20:08.582Z] SKIP: docker_cli_restart_test.go:196: DockerSuite.TestRestartWithPolicyUserDefinedNetwork (unmatched requirement DaemonIsLinux) [2019-09-03T00:20:12.331Z] PASS: docker_cli_restart_test.go:55: DockerSuite.TestRestartWithVolumes 3.665s [2019-09-03T00:20:12.331Z] PASS: docker_cli_rmi_test.go:218: DockerSuite.TestRmiBlank 0.059s [2019-09-03T00:20:12.331Z] PASS: docker_cli_rmi_test.go:328: DockerSuite.TestRmiByIDHardConflict 0.259s [2019-09-03T00:20:13.219Z] PASS: docker_cli_build_test.go:2394: DockerSuite.TestBuildDockerignoringDockerfile 26.559s [2019-09-03T00:20:27.178Z] PASS: docker_cli_rmi_test.go:228: DockerSuite.TestRmiContainerImageNotFound 13.515s [2019-09-03T00:20:28.081Z] PASS: docker_cli_build_test.go:2433: DockerSuite.TestBuildDockerignoringDockerignore 14.734s [2019-09-03T00:20:34.280Z] PASS: docker_cli_rmi_test.go:172: DockerSuite.TestRmiForceWithExistingContainers 7.242s [2019-09-03T00:20:35.253Z] PASS: docker_cli_rmi_test.go:200: DockerSuite.TestRmiForceWithMultipleRepositories 0.557s [2019-09-03T00:20:42.352Z] PASS: docker_cli_rmi_test.go:145: DockerSuite.TestRmiImageIDForceWithRunningContainersAndMultipleTags 5.601s [2019-09-03T00:20:45.817Z] PASS: docker_cli_build_test.go:2505: DockerSuite.TestBuildDockerignoringOnlyDotfiles 14.783s [2019-09-03T00:20:47.065Z] PASS: docker_cli_rmi_test.go:107: DockerSuite.TestRmiImgIDForce 5.141s [2019-09-03T00:20:54.165Z] PASS: docker_cli_rmi_test.go:66: DockerSuite.TestRmiImgIDMultipleTag 7.074s [2019-09-03T00:20:58.877Z] PASS: docker_cli_rmi_test.go:298: DockerSuite.TestRmiParentImageFail 4.106s [2019-09-03T00:20:59.340Z] PASS: docker_cli_rmi_test.go:38: DockerSuite.TestRmiTag 0.695s [2019-09-03T00:21:01.528Z] PASS: docker_cli_rmi_test.go:160: DockerSuite.TestRmiTagWithExistingContainers 2.292s [2019-09-03T00:21:22.671Z] PASS: docker_cli_rmi_test.go:254: DockerSuite.TestRmiUntagHistoryLayer 17.468s [2019-09-03T00:21:22.671Z] PASS: docker_cli_rmi_test.go:17: DockerSuite.TestRmiWithContainerFails 1.547s [2019-09-03T00:21:27.375Z] PASS: docker_cli_rmi_test.go:186: DockerSuite.TestRmiWithMultipleRepositories 4.663s [2019-09-03T00:21:28.350Z] PASS: docker_cli_rmi_test.go:311: DockerSuite.TestRmiWithParentInUse 0.962s [2019-09-03T00:21:28.350Z] SKIP: docker_cli_run_test.go:4534: DockerSuite.TestRunAddDeviceCgroupRule (unmatched requirement DaemonIsLinux) [2019-09-03T00:21:28.350Z] SKIP: docker_cli_run_test.go:1581: DockerSuite.TestRunAddHost (unmatched requirement DaemonIsLinux) [2019-09-03T00:21:28.350Z] SKIP: docker_cli_run_test.go:4043: DockerSuite.TestRunAddHostInHostMode (unmatched requirement DaemonIsLinux) [2019-09-03T00:21:28.350Z] SKIP: docker_cli_run_test.go:1173: DockerSuite.TestRunAddingOptionalDevices (unmatched requirement DaemonIsLinux) [2019-09-03T00:21:28.350Z] SKIP: docker_cli_run_test.go:1191: DockerSuite.TestRunAddingOptionalDevicesInvalidMode (unmatched requirement DaemonIsLinux) [2019-09-03T00:21:28.350Z] SKIP: docker_cli_run_test.go:1182: DockerSuite.TestRunAddingOptionalDevicesNoSrc (unmatched requirement DaemonIsLinux) [2019-09-03T00:21:28.350Z] SKIP: docker_cli_run_test.go:2065: DockerSuite.TestRunAllocatePortInReservedRange (unmatched requirement DaemonIsLinux) [2019-09-03T00:21:28.420Z] PASS: docker_cli_build_test.go:2412: DockerSuite.TestBuildDockerignoringRenamedDockerfile 41.792s [2019-09-03T00:21:30.538Z] PASS: docker_cli_run_test.go:1232: DockerSuite.TestRunAllowBindMountingRoot 1.918s [2019-09-03T00:21:30.538Z] SKIP: docker_cli_run_test.go:2270: DockerSuite.TestRunAllowPortRangeThroughExpose (unmatched requirement DaemonIsLinux) [2019-09-03T00:21:30.538Z] SKIP: docker_cli_run_test.go:2628: DockerSuite.TestRunAllowPortRangeThroughPublish (unmatched requirement DaemonIsLinux) [2019-09-03T00:21:35.249Z] PASS: docker_cli_run_test.go:574: DockerSuite.TestRunApplyVolumesFromBeforeVolumes 4.161s [2019-09-03T00:21:39.007Z] PASS: docker_cli_run_test.go:3924: DockerSuite.TestRunAttachFailedNoLeak 4.112s [2019-09-03T00:21:41.196Z] PASS: docker_cli_run_test.go:1593: DockerSuite.TestRunAttachStdErrOnlyTTYMode 1.977s [2019-09-03T00:21:42.744Z] PASS: docker_cli_run_test.go:1609: DockerSuite.TestRunAttachStdOutAndErrTTYMode 1.933s [2019-09-03T00:21:43.316Z] PASS: docker_cli_build_test.go:2488: DockerSuite.TestBuildDockerignoringWholeDir 12.762s [2019-09-03T00:21:44.930Z] PASS: docker_cli_run_test.go:1601: DockerSuite.TestRunAttachStdOutOnlyTTYMode 1.946s [2019-09-03T00:21:44.930Z] PASS: docker_cli_run_test.go:1618: DockerSuite.TestRunAttachWithDetach 0.060s [2019-09-03T00:21:49.636Z] PASS: docker_cli_run_test.go:1881: DockerSuite.TestRunBindMounts 4.282s [2019-09-03T00:21:49.636Z] SKIP: docker_cli_run_test.go:1054: DockerSuite.TestRunCapAddALLCanDownInterface (unmatched requirement DaemonIsLinux) [2019-09-03T00:21:49.636Z] SKIP: docker_cli_run_test.go:1064: DockerSuite.TestRunCapAddALLDropNetAdminCanDownInterface (unmatched requirement DaemonIsLinux) [2019-09-03T00:21:49.636Z] SKIP: docker_cli_run_test.go:3012: DockerSuite.TestRunCapAddCHOWN (unmatched requirement DaemonIsLinux) [2019-09-03T00:21:49.636Z] SKIP: docker_cli_run_test.go:1044: DockerSuite.TestRunCapAddCanDownInterface (unmatched requirement DaemonIsLinux) [2019-09-03T00:21:49.636Z] SKIP: docker_cli_run_test.go:1035: DockerSuite.TestRunCapAddInvalid (unmatched requirement DaemonIsLinux) [2019-09-03T00:21:49.636Z] SKIP: docker_cli_run_test.go:3198: DockerSuite.TestRunCapAddSYSTIME (unmatched requirement DaemonIsLinux) [2019-09-03T00:21:49.636Z] SKIP: docker_cli_run_test.go:1025: DockerSuite.TestRunCapDropALLAddMknodCanMknod (unmatched requirement DaemonIsLinux) [2019-09-03T00:21:49.636Z] SKIP: docker_cli_run_test.go:1013: DockerSuite.TestRunCapDropALLCannotMknod (unmatched requirement DaemonIsLinux) [2019-09-03T00:21:49.636Z] SKIP: docker_cli_run_test.go:987: DockerSuite.TestRunCapDropCannotMknod (unmatched requirement DaemonIsLinux) [2019-09-03T00:21:49.636Z] SKIP: docker_cli_run_test.go:1000: DockerSuite.TestRunCapDropCannotMknodLowerCase (unmatched requirement DaemonIsLinux) [2019-09-03T00:21:49.636Z] SKIP: docker_cli_run_test.go:978: DockerSuite.TestRunCapDropInvalid (unmatched requirement DaemonIsLinux) [2019-09-03T00:21:51.181Z] PASS: docker_cli_run_test.go:1968: DockerSuite.TestRunCidFileCheckIDLength 1.316s [2019-09-03T00:21:51.181Z] SKIP: docker_cli_run_test.go:1937: DockerSuite.TestRunCidFileCleanupIfEmpty (unmatched requirement DaemonIsLinux) [2019-09-03T00:21:54.097Z] PASS: docker_cli_run_test.go:1696: DockerSuite.TestRunCleanupCmdOnEntrypoint 2.623s [2019-09-03T00:21:54.097Z] SKIP: docker_cli_run_test.go:3340: DockerSuite.TestRunContainerNetModeWithDNSMacHosts (unmatched requirement DaemonIsLinux) [2019-09-03T00:21:54.097Z] SKIP: docker_cli_run_test.go:3364: DockerSuite.TestRunContainerNetModeWithExposePort (unmatched requirement DaemonIsLinux) [2019-09-03T00:21:56.287Z] PASS: docker_cli_run_test.go:923: DockerSuite.TestRunContainerNetwork 1.957s [2019-09-03T00:21:56.287Z] SKIP: docker_cli_run_test.go:3331: DockerSuite.TestRunContainerNetworkModeToSelf (unmatched requirement DaemonIsLinux) [2019-09-03T00:21:56.287Z] SKIP: docker_cli_run_test.go:3315: DockerSuite.TestRunContainerWithCgroupMountRO (unmatched requirement DaemonIsLinux) [2019-09-03T00:21:56.287Z] SKIP: docker_cli_run_test.go:3241: DockerSuite.TestRunContainerWithCgroupParent (unmatched requirement DaemonIsLinux) [2019-09-03T00:21:56.287Z] SKIP: docker_cli_run_test.go:2738: DockerSuite.TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (unmatched requirement DaemonIsLinux) [2019-09-03T00:21:56.287Z] SKIP: docker_cli_run_test.go:2687: DockerSuite.TestRunContainerWithReadonlyRootfs (unmatched requirement DaemonIsLinux) [2019-09-03T00:21:56.287Z] SKIP: docker_cli_run_test.go:2760: DockerSuite.TestRunContainerWithReadonlyRootfsWithAddHostFlag (unmatched requirement DaemonIsLinux) [2019-09-03T00:21:56.287Z] SKIP: docker_cli_run_test.go:2750: DockerSuite.TestRunContainerWithReadonlyRootfsWithDNSFlag (unmatched requirement DaemonIsLinux) [2019-09-03T00:21:58.479Z] PASS: docker_cli_run_test.go:2797: DockerSuite.TestRunContainerWithRmFlagCannotStartContainer 2.188s [2019-09-03T00:22:00.668Z] PASS: docker_cli_run_test.go:2783: DockerSuite.TestRunContainerWithRmFlagExitCodeNotEqualToZero 2.206s [2019-09-03T00:22:01.066Z] PASS: docker_cli_build_test.go:2561: DockerSuite.TestBuildDockerignoringWildDirs 14.816s [2019-09-03T00:22:02.857Z] PASS: docker_cli_run_test.go:2683: DockerSuite.TestRunContainerWithWritableRootfs 2.059s [2019-09-03T00:22:02.857Z] SKIP: docker_cli_run_test.go:1681: DockerSuite.TestRunCopyVolumeContent (unmatched requirement DaemonIsLinux) [2019-09-03T00:22:02.857Z] SKIP: docker_cli_run_test.go:1663: DockerSuite.TestRunCopyVolumeUIDGID (unmatched requirement DaemonIsLinux) [2019-09-03T00:22:02.857Z] SKIP: docker_cli_run_test.go:3206: DockerSuite.TestRunCreateContainerFailedCleanUp (unmatched requirement DaemonIsLinux) [2019-09-03T00:22:04.400Z] PASS: docker_cli_run_test.go:613: DockerSuite.TestRunCreateVolume 2.056s [2019-09-03T00:22:04.400Z] SKIP: docker_cli_run_test.go:2157: DockerSuite.TestRunCreateVolumeEtc (unmatched requirement DaemonIsLinux) [2019-09-03T00:22:04.864Z] SKIP: docker_cli_run_test.go:623: DockerSuite.TestRunCreateVolumeWithSymlink (unmatched requirement DaemonIsLinux) [2019-09-03T00:22:04.864Z] SKIP: docker_cli_run_test.go:379: DockerSuite.TestRunCreateVolumesInSymlinkDir (unmatched requirement DaemonIsLinux) [2019-09-03T00:22:04.864Z] SKIP: docker_cli_run_test.go:423: DockerSuite.TestRunCreateVolumesInSymlinkDir2 (unmatched requirement DaemonIsLinux) [2019-09-03T00:22:06.408Z] PASS: docker_cli_run_test.go:4150: DockerSuite.TestRunCredentialSpecFailures 1.841s [2019-09-03T00:22:18.827Z] PASS: docker_cli_run_test.go:4169: DockerSuite.TestRunCredentialSpecWellFormed 12.151s [2019-09-03T00:22:18.827Z] SKIP: docker_cli_run_test.go:1255: DockerSuite.TestRunDNSDefaultOptions (unmatched requirement DaemonIsLinux) [2019-09-03T00:22:18.827Z] SKIP: docker_cli_run_test.go:4008: DockerSuite.TestRunDNSInHostMode (unmatched requirement DaemonIsLinux) [2019-09-03T00:22:18.827Z] SKIP: docker_cli_run_test.go:1289: DockerSuite.TestRunDNSOptions (unmatched requirement DaemonIsLinux) [2019-09-03T00:22:18.827Z] SKIP: docker_cli_run_test.go:1323: DockerSuite.TestRunDNSOptionsBasedOnHostResolvConf (unmatched requirement DaemonIsLinux) [2019-09-03T00:22:18.827Z] SKIP: docker_cli_run_test.go:1313: DockerSuite.TestRunDNSRepeatOptions (unmatched requirement DaemonIsLinux) [2019-09-03T00:22:18.827Z] SKIP: docker_cli_run_test.go:2030: DockerSuite.TestRunDeallocatePortOnMissingIptablesRule (unmatched requirement DaemonIsLinux) [2019-09-03T00:22:21.025Z] PASS: docker_cli_run_test.go:122: DockerSuite.TestRunDetachedContainerIDPrinting 1.996s [2019-09-03T00:22:21.025Z] SKIP: docker_cli_run_test.go:1142: DockerSuite.TestRunDeviceNumbers (unmatched requirement DaemonIsLinux) [2019-09-03T00:22:21.025Z] PASS: docker_cli_run_test.go:1241: DockerSuite.TestRunDisallowBindMountingRootToRoot 0.081s [2019-09-03T00:22:21.025Z] SKIP: docker_cli_run_test.go:4185: DockerSuite.TestRunDuplicateMount (unmatched requirement DaemonIsLinux) [2019-09-03T00:22:23.214Z] PASS: docker_cli_run_test.go:52: DockerSuite.TestRunEchoNamedContainer 2.050s [2019-09-03T00:22:30.308Z] PASS: docker_cli_run_test.go:44: DockerSuite.TestRunEchoStdout 6.798s [2019-09-03T00:22:30.308Z] SKIP: docker_cli_run_test.go:4271: DockerSuite.TestRunEmptyEnv (unmatched requirement DaemonIsLinux) [2019-09-03T00:22:31.853Z] PASS: docker_cli_run_test.go:1870: DockerSuite.TestRunEntrypoint 2.009s [2019-09-03T00:22:31.853Z] SKIP: docker_cli_run_test.go:818: DockerSuite.TestRunEnvironment (unmatched requirement DaemonIsLinux) [2019-09-03T00:22:31.853Z] SKIP: docker_cli_run_test.go:857: DockerSuite.TestRunEnvironmentErase (unmatched requirement DaemonIsLinux) [2019-09-03T00:22:31.853Z] SKIP: docker_cli_run_test.go:890: DockerSuite.TestRunEnvironmentOverride (unmatched requirement DaemonIsLinux) [2019-09-03T00:22:34.045Z] PASS: docker_cli_run_test.go:700: DockerSuite.TestRunExitCode 2.257s [2019-09-03T00:22:36.233Z] PASS: docker_cli_run_test.go:91: DockerSuite.TestRunExitCodeOne 1.938s [2019-09-03T00:22:38.424Z] PASS: docker_cli_run_test.go:86: DockerSuite.TestRunExitCodeZero 2.078s [2019-09-03T00:22:40.613Z] PASS: docker_cli_run_test.go:1735: DockerSuite.TestRunExitOnStdinClose 2.106s [2019-09-03T00:22:40.613Z] PASS: docker_cli_run_test.go:2293: DockerSuite.TestRunExposePort 0.058s [2019-09-03T00:22:40.613Z] SKIP: docker_cli_run_test.go:949: DockerSuite.TestRunFullHostnameSet (unmatched requirement DaemonIsLinux) [2019-09-03T00:22:40.613Z] SKIP: docker_cli_run_test.go:1076: DockerSuite.TestRunGroupAdd (unmatched requirement DaemonIsLinux) [2019-09-03T00:22:40.613Z] SKIP: docker_cli_run_test.go:4513: DockerSuite.TestRunHostnameFQDN (unmatched requirement DaemonIsLinux) [2019-09-03T00:22:40.613Z] SKIP: docker_cli_run_test.go:4526: DockerSuite.TestRunHostnameInHostMode (unmatched requirement DaemonIsLinux) [2019-09-03T00:22:40.613Z] SKIP: docker_cli_run_test.go:4254: DockerSuite.TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (unmatched requirement IsolationIsHyperv) [2019-09-03T00:22:40.613Z] SKIP: docker_cli_run_test.go:3730: DockerSuite.TestRunInitLayerPathOwnership (unmatched requirement DaemonIsLinux) [2019-09-03T00:22:40.613Z] SKIP: docker_cli_run_test.go:2008: DockerSuite.TestRunInspectMacAddress (unmatched requirement DaemonIsLinux) [2019-09-03T00:22:44.366Z] PASS: docker_cli_run_test.go:1792: DockerSuite.TestRunInteractiveWithRestartPolicy 3.946s [2019-09-03T00:22:44.366Z] SKIP: docker_cli_run_test.go:3276: DockerSuite.TestRunInvalidCgroupParent (unmatched requirement DaemonIsLinux) [2019-09-03T00:22:44.366Z] PASS: docker_cli_run_test.go:3718: DockerSuite.TestRunInvalidReference 0.061s [2019-09-03T00:22:44.366Z] SKIP: docker_cli_run_test.go:61: DockerSuite.TestRunLeakyFileDescriptors (unmatched requirement DaemonIsLinux) [2019-09-03T00:22:44.828Z] SKIP: docker_cli_run_test.go:3385: DockerSuite.TestRunLinkToContainerNetMode (unmatched requirement DaemonIsLinux) [2019-09-03T00:22:44.828Z] SKIP: docker_cli_run_test.go:194: DockerSuite.TestRunLinksContainerWithContainerID (unmatched requirement DaemonIsLinux) [2019-09-03T00:22:44.828Z] SKIP: docker_cli_run_test.go:179: DockerSuite.TestRunLinksContainerWithContainerName (unmatched requirement DaemonIsLinux) [2019-09-03T00:22:55.191Z] PASS: docker_cli_run_test.go:73: DockerSuite.TestRunLookupGoogleDNS 9.157s [2019-09-03T00:22:55.191Z] SKIP: docker_cli_run_test.go:3395: DockerSuite.TestRunLoopbackOnlyExistsWhenNetworkingDisabled (unmatched requirement DaemonIsLinux) [2019-09-03T00:22:55.654Z] PASS: docker_cli_run_test.go:3421: DockerSuite.TestRunLoopbackWhenNetworkDisabled 1.686s [2019-09-03T00:22:55.654Z] SKIP: docker_cli_run_test.go:1200: DockerSuite.TestRunModeHostname (unmatched requirement DaemonIsLinux) [2019-09-03T00:22:55.654Z] SKIP: docker_cli_run_test.go:2321: DockerSuite.TestRunModeIpcContainerNotExists (unmatched requirement DaemonIsLinux) [2019-09-03T00:22:55.654Z] SKIP: docker_cli_run_test.go:2330: DockerSuite.TestRunModeIpcContainerNotRunning (unmatched requirement DaemonIsLinux) [2019-09-03T00:22:55.654Z] SKIP: docker_cli_run_test.go:2299: DockerSuite.TestRunModeIpcHost (unmatched requirement DaemonIsLinux) [2019-09-03T00:22:55.654Z] SKIP: docker_cli_run_test.go:3429: DockerSuite.TestRunModeNetContainerHostname (unmatched requirement DaemonIsLinux) [2019-09-03T00:22:55.654Z] SKIP: docker_cli_run_test.go:2343: DockerSuite.TestRunModePIDContainer (unmatched requirement DaemonIsLinux) [2019-09-03T00:22:55.654Z] SKIP: docker_cli_run_test.go:2368: DockerSuite.TestRunModePIDContainerNotExists (unmatched requirement DaemonIsLinux) [2019-09-03T00:22:55.654Z] SKIP: docker_cli_run_test.go:2377: DockerSuite.TestRunModePIDContainerNotRunning (unmatched requirement DaemonIsLinux) [2019-09-03T00:22:55.654Z] SKIP: docker_cli_run_test.go:2435: DockerSuite.TestRunModePIDHost (unmatched requirement DaemonIsLinux) [2019-09-03T00:22:55.654Z] SKIP: docker_cli_run_test.go:2457: DockerSuite.TestRunModeUTSHost (unmatched requirement DaemonIsLinux) [2019-09-03T00:22:55.654Z] SKIP: docker_cli_run_test.go:4333: DockerSuite.TestRunMount (unmatched requirement DaemonIsLinux) [2019-09-03T00:22:55.654Z] SKIP: docker_cli_run_test.go:2086: DockerSuite.TestRunMountOrdering (unmatched requirement DaemonIsLinux) [2019-09-03T00:22:55.654Z] SKIP: docker_cli_run_test.go:4321: DockerSuite.TestRunMountReadOnlyDevShm (unmatched requirement DaemonIsLinux) [2019-09-03T00:22:55.654Z] SKIP: docker_cli_run_test.go:2390: DockerSuite.TestRunMountShmMqueueFromHost (unmatched requirement DaemonIsLinux) [2019-09-03T00:23:02.753Z] PASS: docker_cli_run_test.go:583: DockerSuite.TestRunMultipleVolumesFrom 6.554s [2019-09-03T00:23:02.753Z] SKIP: docker_cli_exec_test.go:383: DockerSuite.TestRunMutableNetworkFiles (unmatched requirement DaemonIsLinux) [2019-09-03T00:23:02.753Z] SKIP: docker_cli_run_test.go:3218: DockerSuite.TestRunNamedVolume (unmatched requirement DaemonIsLinux) [2019-09-03T00:23:02.753Z] SKIP: docker_cli_run_test.go:3862: DockerSuite.TestRunNamedVolumeCopyImageData (unmatched requirement DaemonIsLinux) [2019-09-03T00:23:07.471Z] PASS: docker_cli_run_test.go:3876: DockerSuite.TestRunNamedVolumeNotRemoved 4.582s [2019-09-03T00:23:14.567Z] PASS: docker_cli_run_test.go:3893: DockerSuite.TestRunNamedVolumesFromNotRemoved 7.038s [2019-09-03T00:23:14.567Z] SKIP: docker_cli_run_test.go:3855: DockerSuite.TestRunNamedVolumesMountedAsShared (unmatched requirement DaemonIsLinux) [2019-09-03T00:23:14.567Z] SKIP: docker_cli_run_test.go:2610: DockerSuite.TestRunNetContainerWhichHost (unmatched requirement DaemonIsLinux) [2019-09-03T00:23:14.567Z] SKIP: docker_cli_run_test.go:2579: DockerSuite.TestRunNetHost (unmatched requirement DaemonIsLinux) [2019-09-03T00:23:14.567Z] SKIP: docker_cli_run_test.go:932: DockerSuite.TestRunNetHostNotAllowedWithLinks (unmatched requirement DaemonIsLinux) [2019-09-03T00:23:14.567Z] SKIP: docker_cli_run_test.go:2601: DockerSuite.TestRunNetHostTwiceSameName (unmatched requirement DaemonIsLinux) [2019-09-03T00:23:14.567Z] SKIP: docker_cli_run_test.go:3073: DockerSuite.TestRunNetworkFilesBindMount (unmatched requirement DaemonIsLinux) [2019-09-03T00:23:14.567Z] SKIP: docker_cli_run_test.go:3097: DockerSuite.TestRunNetworkFilesBindMountRO (unmatched requirement DaemonIsLinux) [2019-09-03T00:23:14.567Z] SKIP: docker_cli_run_test.go:3119: DockerSuite.TestRunNetworkFilesBindMountROFilesystem (unmatched requirement DaemonIsLinux) [2019-09-03T00:23:14.567Z] SKIP: docker_cli_run_test.go:3442: DockerSuite.TestRunNetworkNotInitializedNoneMode (unmatched requirement DaemonIsLinux) [2019-09-03T00:23:14.567Z] PASS: docker_cli_run_test.go:522: DockerSuite.TestRunNoDupVolumes 0.289s [2019-09-03T00:23:15.540Z] PASS: docker_cli_run_test.go:2198: DockerSuite.TestRunNoOutputFromPullInStdout 1.101s [2019-09-03T00:23:17.731Z] PASS: docker_cli_run_test.go:3667: DockerSuite.TestRunNonExecutableCmd 2.023s [2019-09-03T00:23:19.926Z] PASS: docker_cli_run_test.go:3676: DockerSuite.TestRunNonExistingCmd 1.981s [2019-09-03T00:23:20.387Z] PASS: docker_cli_run_test.go:3701: DockerSuite.TestRunNonExistingImage 1.036s [2019-09-03T00:23:22.576Z] PASS: docker_cli_run_test.go:2562: DockerSuite.TestRunNonLocalMacAddress 1.903s [2019-09-03T00:23:23.038Z] SKIP: docker_cli_run_test.go:1405: DockerSuite.TestRunNonRootUserResolvName (unmatched requirement DaemonIsLinux) [2019-09-03T00:23:23.038Z] SKIP: docker_cli_run_test.go:2810: DockerSuite.TestRunPIDHostWithChildIsKillable (unmatched requirement DaemonIsLinux) [2019-09-03T00:23:23.038Z] SKIP: docker_cli_run_test.go:2498: DockerSuite.TestRunPortFromDockerRangeInUse (unmatched requirement DaemonIsLinux) [2019-09-03T00:23:23.038Z] SKIP: docker_cli_run_test.go:2046: DockerSuite.TestRunPortInUse (unmatched requirement DaemonIsLinux) [2019-09-03T00:23:23.038Z] SKIP: docker_cli_run_test.go:958: DockerSuite.TestRunPrivilegedCanMknod (unmatched requirement DaemonIsLinux) [2019-09-03T00:23:23.038Z] SKIP: docker_cli_run_test.go:1087: DockerSuite.TestRunPrivilegedCanMount (unmatched requirement DaemonIsLinux) [2019-09-03T00:23:23.038Z] SKIP: docker_cli_run_test.go:1126: DockerSuite.TestRunProcNotWritableInNonPrivilegedContainers (unmatched requirement DaemonIsLinux) [2019-09-03T00:23:23.038Z] SKIP: docker_cli_run_test.go:1134: DockerSuite.TestRunProcWritableInPrivilegedContainers (unmatched requirement DaemonIsLinux) [2019-09-03T00:23:25.955Z] PASS: docker_cli_run_test.go:4236: DockerSuite.TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent 2.696s [2019-09-03T00:23:25.955Z] SKIP: docker_cli_run_test.go:2987: DockerSuite.TestRunPublishPort (unmatched requirement DaemonIsLinux) [2019-09-03T00:23:25.955Z] SKIP: docker_cli_run_test.go:2890: DockerSuite.TestRunReadFilteredProc (unmatched requirement Apparmor) [2019-09-03T00:23:25.955Z] SKIP: docker_cli_run_test.go:2869: DockerSuite.TestRunReadProcLatency (unmatched requirement DaemonIsLinux) [2019-09-03T00:23:25.955Z] SKIP: docker_cli_run_test.go:2854: DockerSuite.TestRunReadProcTimer (unmatched requirement DaemonIsLinux) [2019-09-03T00:23:25.955Z] SKIP: docker_cli_run_test.go:1427: DockerSuite.TestRunResolvconfUpdate (unmatched requirement DaemonIsLinux) [2019-09-03T00:23:43.681Z] PASS: docker_cli_run_test.go:2660: DockerSuite.TestRunRestartMaxRetries 17.135s [2019-09-03T00:23:43.681Z] SKIP: docker_cli_run_test.go:2131: DockerSuite.TestRunReuseBindVolumeThatIsSymlink (unmatched requirement DaemonIsLinux) [2019-09-03T00:23:45.227Z] PASS: docker_cli_run_test.go:4061: DockerSuite.TestRunRm 2.095s [2019-09-03T00:23:49.935Z] PASS: docker_cli_run_test.go:4051: DockerSuite.TestRunRmAndWait 5.138s [2019-09-03T00:23:52.124Z] PASS: docker_cli_run_test.go:4072: DockerSuite.TestRunRmPre125Api 2.168s [2019-09-03T00:23:54.321Z] PASS: docker_cli_run_test.go:1221: DockerSuite.TestRunRootWorkdir 2.023s [2019-09-03T00:23:56.512Z] PASS: docker_cli_run_test.go:2652: DockerSuite.TestRunSetDefaultRestartPolicy 1.551s [2019-09-03T00:23:57.620Z] PASS: docker_cli_build_test.go:2539: DockerSuite.TestBuildDockerignoringWildTopDir 110.238s [2019-09-03T00:23:57.621Z] PASS: docker_cli_build_test.go:3945: DockerSuite.TestBuildDotDotFile 0.068s [2019-09-03T00:23:57.621Z] SKIP: docker_cli_build_test.go:2635: DockerSuite.TestBuildEOLInLine (unmatched requirement DaemonIsLinux) [2019-09-03T00:23:57.621Z] SKIP: docker_cli_build_test.go:3169: DockerSuite.TestBuildEmptyCmd (unmatched requirement DaemonIsLinux) [2019-09-03T00:23:57.621Z] PASS: docker_cli_build_test.go:1705: DockerSuite.TestBuildEmptyEntrypoint 1.793s [2019-09-03T00:23:57.621Z] PASS: docker_cli_build_test.go:1682: DockerSuite.TestBuildEmptyEntrypointInheritance 3.425s [2019-09-03T00:23:57.621Z] SKIP: docker_cli_build_test.go:3937: DockerSuite.TestBuildEmptyScratch (unmatched requirement DaemonIsLinux) [2019-09-03T00:23:57.621Z] PASS: docker_cli_build_test.go:3962: DockerSuite.TestBuildEmptyStringVolume 1.700s [2019-09-03T00:23:58.701Z] PASS: docker_cli_run_test.go:1992: DockerSuite.TestRunSetMacAddress 2.563s [2019-09-03T00:23:58.701Z] SKIP: docker_cli_run_test.go:2242: DockerSuite.TestRunSlowStdoutConsumer (unmatched requirement DaemonIsLinux) [2019-09-03T00:23:58.701Z] SKIP: docker_cli_run_test.go:1626: DockerSuite.TestRunState (unmatched requirement DaemonIsLinux) [2019-09-03T00:23:59.165Z] PASS: docker_cli_build_test.go:1719: DockerSuite.TestBuildEntrypoint 1.693s [2019-09-03T00:24:00.897Z] PASS: docker_cli_run_test.go:3621: DockerSuite.TestRunStdinBlockedAfterContainerExit 2.064s [2019-09-03T00:24:00.897Z] SKIP: docker_cli_run_test.go:98: DockerSuite.TestRunStdinPipe (unmatched requirement DaemonIsLinux) [2019-09-03T00:24:03.086Z] PASS: docker_cli_run_test.go:4136: DockerSuite.TestRunStoppedLoggingDriverNoLeak 1.820s [2019-09-03T00:24:03.086Z] SKIP: docker_cli_run_test.go:1110: DockerSuite.TestRunSysNotWritableInNonPrivilegedContainers (unmatched requirement DaemonIsLinux) [2019-09-03T00:24:03.086Z] SKIP: docker_cli_run_test.go:1118: DockerSuite.TestRunSysWritableInPrivilegedContainers (unmatched requirement DaemonIsLinux) [2019-09-03T00:24:03.086Z] PASS: docker_cli_run_test.go:2482: DockerSuite.TestRunTLSVerify 0.178s [2019-09-03T00:24:03.086Z] PASS: docker_cli_run_test.go:2530: DockerSuite.TestRunTTYWithPipe 0.056s [2019-09-03T00:24:03.086Z] SKIP: docker_cli_run_test.go:1158: DockerSuite.TestRunThatCharacterDevicesActLikeCharacterDevices (unmatched requirement DaemonIsLinux) [2019-09-03T00:24:07.800Z] PASS: docker_cli_run_test.go:796: DockerSuite.TestRunTwoConcurrentContainers 4.570s [2019-09-03T00:24:07.800Z] SKIP: docker_cli_run_test.go:968: DockerSuite.TestRunUnprivilegedCanMknod (unmatched requirement DaemonIsLinux) [2019-09-03T00:24:07.800Z] SKIP: docker_cli_run_test.go:1097: DockerSuite.TestRunUnprivilegedCannotMount (unmatched requirement DaemonIsLinux) [2019-09-03T00:24:07.800Z] SKIP: docker_cli_run_test.go:1167: DockerSuite.TestRunUnprivilegedWithChroot (unmatched requirement DaemonIsLinux) [2019-09-03T00:24:07.800Z] SKIP: docker_cli_run_test.go:4084: DockerSuite.TestRunUnsetEntrypoint (unmatched requirement DaemonIsLinux) [2019-09-03T00:24:07.800Z] SKIP: docker_cli_run_test.go:2929: DockerSuite.TestRunUnshareProc (unmatched requirement Apparmor) [2019-09-03T00:24:07.800Z] SKIP: docker_cli_run_test.go:737: DockerSuite.TestRunUserByID (unmatched requirement DaemonIsLinux) [2019-09-03T00:24:07.800Z] SKIP: docker_cli_run_test.go:747: DockerSuite.TestRunUserByIDBig (unmatched requirement DaemonIsLinux) [2019-09-03T00:24:07.800Z] SKIP: docker_cli_run_test.go:760: DockerSuite.TestRunUserByIDNegative (unmatched requirement DaemonIsLinux) [2019-09-03T00:24:07.800Z] SKIP: docker_cli_run_test.go:773: DockerSuite.TestRunUserByIDZero (unmatched requirement DaemonIsLinux) [2019-09-03T00:24:07.800Z] SKIP: docker_cli_run_test.go:727: DockerSuite.TestRunUserByName (unmatched requirement DaemonIsLinux) [2019-09-03T00:24:09.526Z] PASS: docker_cli_build_test.go:3252: DockerSuite.TestBuildEntrypointCanBeOverriddenByChild 10.248s [2019-09-03T00:24:09.991Z] PASS: docker_cli_run_test.go:716: DockerSuite.TestRunUserDefaults 1.995s [2019-09-03T00:24:09.992Z] SKIP: docker_cli_run_test.go:786: DockerSuite.TestRunUserNotFound (unmatched requirement DaemonIsLinux) [2019-09-03T00:24:12.181Z] PASS: docker_cli_run_test.go:594: DockerSuite.TestRunVerifyContainerID 1.385s [2019-09-03T00:24:12.181Z] SKIP: docker_cli_run_test.go:3973: DockerSuite.TestRunVolumeCopyFlag (unmatched requirement DaemonIsLinux) [2019-09-03T00:24:12.181Z] SKIP: docker_cli_run_test.go:3966: DockerSuite.TestRunVolumeWithOneCharacter (unmatched requirement DaemonIsLinux) [2019-09-03T00:24:15.098Z] PASS: docker_cli_run_test.go:2211: DockerSuite.TestRunVolumesCleanPaths 2.691s [2019-09-03T00:24:16.649Z] PASS: docker_cli_build_test.go:3272: DockerSuite.TestBuildEntrypointCanBeOverriddenByChildInspect 6.603s [2019-09-03T00:24:26.998Z] PASS: docker_cli_build_test.go:2171: DockerSuite.TestBuildEntrypointRunCleanup 9.475s [2019-09-03T00:24:26.998Z] SKIP: docker_cli_build_test.go:1470: DockerSuite.TestBuildEnv (unmatched requirement DaemonIsLinux) [2019-09-03T00:24:26.998Z] SKIP: docker_cli_build_test.go:303: DockerSuite.TestBuildEnvEscapes (unmatched requirement DaemonIsLinux) [2019-09-03T00:24:26.998Z] SKIP: docker_cli_build_test.go:320: DockerSuite.TestBuildEnvOverwrite (unmatched requirement DaemonIsLinux) [2019-09-03T00:24:26.998Z] SKIP: docker_cli_build_test.go:2716: DockerSuite.TestBuildEnvUsage (unmatched requirement DaemonIsLinux) [2019-09-03T00:24:26.998Z] SKIP: docker_cli_build_test.go:2747: DockerSuite.TestBuildEnvUsage2 (unmatched requirement DaemonIsLinux) [2019-09-03T00:24:27.509Z] PASS: docker_cli_run_test.go:474: DockerSuite.TestRunVolumesFromInReadWriteMode 11.193s [2019-09-03T00:24:36.101Z] PASS: docker_cli_run_test.go:453: DockerSuite.TestRunVolumesFromInReadonlyModeFails 9.005s [2019-09-03T00:24:41.845Z] PASS: docker_cli_build_test.go:148: DockerSuite.TestBuildEnvironmentReplacementAddCopy 14.107s [2019-09-03T00:24:41.845Z] SKIP: docker_cli_build_test.go:172: DockerSuite.TestBuildEnvironmentReplacementEnv (unmatched requirement DaemonIsLinux) [2019-09-03T00:24:41.845Z] SKIP: docker_cli_build_test.go:103: DockerSuite.TestBuildEnvironmentReplacementExpose (unmatched requirement DaemonIsLinux) [2019-09-03T00:24:41.845Z] SKIP: docker_cli_build_test.go:61: DockerSuite.TestBuildEnvironmentReplacementUser (unmatched requirement DaemonIsLinux) [2019-09-03T00:24:41.923Z] PASS: docker_cli_run_test.go:2770: DockerSuite.TestRunVolumesFromRestartAfterRemoved 6.026s [2019-09-03T00:24:41.923Z] SKIP: docker_cli_run_test.go:659: DockerSuite.TestRunVolumesFromSymlinkPath (unmatched requirement DaemonIsLinux) [2019-09-03T00:24:41.923Z] PASS: docker_cli_run_test.go:447: DockerSuite.TestRunVolumesMountedAsReadonly 0.082s [2019-09-03T00:24:41.923Z] SKIP: docker_cli_run_test.go:3775: DockerSuite.TestRunVolumesMountedAsShared (unmatched requirement DaemonIsLinux) [2019-09-03T00:24:41.923Z] SKIP: docker_cli_run_test.go:3806: DockerSuite.TestRunVolumesMountedAsSlave (unmatched requirement DaemonIsLinux) [2019-09-03T00:24:43.395Z] PASS: docker_cli_build_test.go:78: DockerSuite.TestBuildEnvironmentReplacementVolume 3.279s [2019-09-03T00:24:44.109Z] PASS: docker_cli_run_test.go:4206: DockerSuite.TestRunWindowsWithCPUCount 2.378s [2019-09-03T00:24:46.295Z] PASS: docker_cli_run_test.go:4226: DockerSuite.TestRunWindowsWithCPUPercent 2.072s [2019-09-03T00:24:48.482Z] PASS: docker_cli_run_test.go:4216: DockerSuite.TestRunWindowsWithCPUShares 2.593s [2019-09-03T00:24:48.482Z] SKIP: docker_cli_run_test.go:1855: DockerSuite.TestRunWithBadDevice (unmatched requirement DaemonIsLinux) [2019-09-03T00:24:48.482Z] PASS: docker_cli_run_test.go:342: DockerSuite.TestRunWithDaemonFlags 0.046s [2019-09-03T00:24:48.944Z] PASS: docker_cli_run_test.go:2022: DockerSuite.TestRunWithInvalidMacAddress 0.053s [2019-09-03T00:24:48.944Z] SKIP: docker_cli_run_test.go:283: DockerSuite.TestRunWithNetAliasOnDefaultNetworks (unmatched requirement DaemonIsLinux) [2019-09-03T00:24:48.944Z] SKIP: docker_cli_run_test.go:3747: DockerSuite.TestRunWithOomScoreAdj (unmatched requirement DaemonIsLinux) [2019-09-03T00:24:48.944Z] SKIP: docker_cli_run_test.go:3758: DockerSuite.TestRunWithOomScoreAdjInvalidRange (unmatched requirement DaemonIsLinux) [2019-09-03T00:24:48.944Z] SKIP: docker_cli_run_test.go:2833: DockerSuite.TestRunWithTooSmallMemoryLimit (unmatched requirement DaemonIsLinux) [2019-09-03T00:24:48.944Z] SKIP: docker_cli_run_test.go:3230: DockerSuite.TestRunWithUlimits (unmatched requirement DaemonIsLinux) [2019-09-03T00:24:52.000Z] PASS: docker_cli_build_test.go:128: DockerSuite.TestBuildEnvironmentReplacementWorkdir 8.749s [2019-09-03T00:24:52.697Z] PASS: docker_cli_run_test.go:349: DockerSuite.TestRunWithVolumesFromExited 3.892s [2019-09-03T00:24:54.882Z] PASS: docker_cli_run_test.go:160: DockerSuite.TestRunWithoutNetworking 1.809s [2019-09-03T00:24:56.428Z] PASS: docker_cli_run_test.go:1721: DockerSuite.TestRunWorkdirExistsAndIsFile 1.992s [2019-09-03T00:25:06.773Z] PASS: docker_cli_run_test.go:137: DockerSuite.TestRunWorkingDirectory 8.915s [2019-09-03T00:25:06.773Z] SKIP: docker_cli_run_test.go:3046: DockerSuite.TestRunWriteFilteredProc (unmatched requirement Apparmor) [2019-09-03T00:25:06.773Z] SKIP: docker_cli_run_test.go:1807: DockerSuite.TestRunWriteSpecialFilesAndNotCommit (unmatched requirement DaemonIsLinux) [2019-09-03T00:25:06.773Z] SKIP: docker_cli_run_test.go:2845: DockerSuite.TestRunWriteToProcAsound (unmatched requirement DaemonIsLinux) [2019-09-03T00:25:06.773Z] SKIP: docker_cli_run_test.go:3644: DockerSuite.TestRunWrongCpusetCpusFlagValue (unmatched requirement DaemonIsLinux) [2019-09-03T00:25:06.773Z] SKIP: docker_cli_run_test.go:3655: DockerSuite.TestRunWrongCpusetMemsFlagValue (unmatched requirement DaemonIsLinux) [2019-09-03T00:25:06.773Z] SKIP: docker_cli_save_load_test.go:159: DockerSuite.TestSaveAndLoadRepoFlags (unmatched requirement DaemonIsLinux) [2019-09-03T00:25:06.773Z] SKIP: docker_cli_save_load_test.go:101: DockerSuite.TestSaveCheckTimes (unmatched requirement DaemonIsLinux) [2019-09-03T00:25:06.773Z] SKIP: docker_cli_save_load_test.go:260: DockerSuite.TestSaveDirectoryPermissions (unmatched requirement DaemonIsLinux) [2019-09-03T00:25:06.773Z] SKIP: docker_cli_save_load_test.go:120: DockerSuite.TestSaveImageId (unmatched requirement DaemonIsLinux) [2019-09-03T00:25:06.773Z] SKIP: docker_cli_save_load_test.go:381: DockerSuite.TestSaveLoadNoTag (unmatched requirement DaemonIsLinux) [2019-09-03T00:25:06.773Z] SKIP: docker_cli_save_load_test.go:342: DockerSuite.TestSaveLoadParents (unmatched requirement DaemonIsLinux) [2019-09-03T00:25:06.773Z] SKIP: docker_cli_save_load_test.go:190: DockerSuite.TestSaveMultipleNames (unmatched requirement DaemonIsLinux) [2019-09-03T00:25:06.773Z] SKIP: docker_cli_save_load_test.go:208: DockerSuite.TestSaveRepoWithMultipleImages (unmatched requirement DaemonIsLinux) [2019-09-03T00:25:06.773Z] SKIP: docker_cli_save_load_test.go:86: DockerSuite.TestSaveSingleTag (unmatched requirement DaemonIsLinux) [2019-09-03T00:25:06.773Z] SKIP: docker_cli_save_load_test.go:180: DockerSuite.TestSaveWithNoExistImage (unmatched requirement DaemonIsLinux) [2019-09-03T00:25:06.773Z] SKIP: docker_cli_save_load_test.go:28: DockerSuite.TestSaveXzAndLoadRepoStdout (unmatched requirement DaemonIsLinux) [2019-09-03T00:25:06.773Z] SKIP: docker_cli_save_load_test.go:57: DockerSuite.TestSaveXzGzAndLoadRepoStdout (unmatched requirement DaemonIsLinux) [2019-09-03T00:25:08.316Z] PASS: docker_cli_search_test.go:35: DockerSuite.TestSearchCmdOptions 2.337s [2019-09-03T00:25:08.316Z] PASS: docker_cli_search_test.go:12: DockerSuite.TestSearchOnCentralRegistry 0.376s [2019-09-03T00:25:08.786Z] PASS: docker_cli_search_test.go:63: DockerSuite.TestSearchOnCentralRegistryWithDash 0.443s [2019-09-03T00:25:09.252Z] PASS: docker_cli_search_test.go:17: DockerSuite.TestSearchStarsOptionWithWrongParameter 0.246s [2019-09-03T00:25:10.797Z] PASS: docker_cli_search_test.go:68: DockerSuite.TestSearchWithLimit 1.573s [2019-09-03T00:25:17.896Z] PASS: docker_cli_run_test.go:4290: DockerSuite.TestSlowStdinClosing 6.183s [2019-09-03T00:25:17.896Z] SKIP: docker_cli_start_test.go:45: DockerSuite.TestStartAttachCorrectExitCode (unmatched requirement DaemonIsLinux) [2019-09-03T00:25:21.999Z] PASS: docker_cli_build_test.go:5318: DockerSuite.TestBuildEscapeNotBackslashWordTest 25.939s [2019-09-03T00:25:21.999Z] PASS: docker_cli_build_test.go:2264: DockerSuite.TestBuildEscapeWhitespace 1.740s [2019-09-03T00:25:21.999Z] SKIP: docker_cli_build_test.go:3303: DockerSuite.TestBuildExoticShellInterpolation (unmatched requirement DaemonIsLinux) [2019-09-03T00:25:21.999Z] SKIP: docker_cli_build_test.go:1591: DockerSuite.TestBuildExpose (unmatched requirement DaemonIsLinux) [2019-09-03T00:25:21.999Z] SKIP: docker_cli_build_test.go:1605: DockerSuite.TestBuildExposeMorePorts (unmatched requirement DaemonIsLinux) [2019-09-03T00:25:21.999Z] SKIP: docker_cli_build_test.go:1654: DockerSuite.TestBuildExposeOrder (unmatched requirement DaemonIsLinux) [2019-09-03T00:25:21.999Z] SKIP: docker_cli_build_test.go:1670: DockerSuite.TestBuildExposeUpperCaseProto (unmatched requirement DaemonIsLinux) [2019-09-03T00:25:24.191Z] PASS: docker_cli_build_test.go:2228: DockerSuite.TestBuildFails 2.946s [2019-09-03T00:25:24.191Z] PASS: docker_cli_build_test.go:4898: DockerSuite.TestBuildFailsGitNotCallable 0.103s [2019-09-03T00:25:25.119Z] PASS: docker_cli_start_test.go:146: DockerSuite.TestStartAttachMultipleContainers 7.808s [2019-09-03T00:25:25.120Z] SKIP: docker_cli_start_test.go:16: DockerSuite.TestStartAttachReturnsOnError (unmatched requirement DaemonIsLinux) [2019-09-03T00:25:28.874Z] PASS: docker_cli_start_test.go:58: DockerSuite.TestStartAttachSilent 3.860s [2019-09-03T00:25:28.874Z] SKIP: docker_cli_start_test.go:175: DockerSuite.TestStartAttachWithRename (unmatched requirement DaemonIsLinux) [2019-09-03T00:25:28.874Z] SKIP: docker_cli_start_test.go:110: DockerSuite.TestStartMultipleContainers (unmatched requirement DaemonIsLinux) [2019-09-03T00:25:28.874Z] SKIP: docker_cli_start_test.go:95: DockerSuite.TestStartPausedContainer (unmatched requirement IsPausable) [2019-09-03T00:25:28.874Z] SKIP: docker_cli_start_test.go:70: DockerSuite.TestStartRecordError (unmatched requirement DaemonIsLinux) [2019-09-03T00:25:34.644Z] PASS: docker_cli_build_test.go:4818: DockerSuite.TestBuildFollowSymlinkToDir 9.336s [2019-09-03T00:25:34.690Z] PASS: docker_cli_start_test.go:190: DockerSuite.TestStartReturnCorrectExitCode 5.566s [2019-09-03T00:25:34.690Z] SKIP: docker_cli_stats_test.go:124: DockerSuite.TestStatsAllNewContainersAdded (unmatched requirement DaemonIsLinux) [2019-09-03T00:25:34.690Z] SKIP: docker_cli_stats_test.go:94: DockerSuite.TestStatsAllNoStream (unmatched requirement DaemonIsLinux) [2019-09-03T00:25:34.690Z] SKIP: docker_cli_stats_test.go:58: DockerSuite.TestStatsAllRunningNoStream (unmatched requirement DaemonIsLinux) [2019-09-03T00:25:34.690Z] SKIP: docker_cli_stats_test.go:45: DockerSuite.TestStatsContainerNotFound (unmatched requirement DaemonIsLinux) [2019-09-03T00:25:34.690Z] SKIP: docker_cli_stats_test.go:165: DockerSuite.TestStatsFormatAll (unmatched requirement DaemonIsLinux) [2019-09-03T00:25:34.690Z] SKIP: docker_cli_stats_test.go:16: DockerSuite.TestStatsNoStream (unmatched requirement DaemonIsLinux) [2019-09-03T00:25:36.881Z] PASS: docker_cli_top_test.go:11: DockerSuite.TestTopMultipleArgs 1.472s [2019-09-03T00:25:39.070Z] PASS: docker_cli_top_test.go:26: DockerSuite.TestTopNonPrivileged 2.175s [2019-09-03T00:25:39.070Z] SKIP: docker_cli_top_test.go:61: DockerSuite.TestTopPrivileged (unmatched requirement DaemonIsLinux) [2019-09-03T00:25:40.614Z] PASS: docker_cli_top_test.go:50: DockerSuite.TestTopWindowsCoreProcesses 1.490s [2019-09-03T00:25:40.614Z] SKIP: docker_cli_run_test.go:3454: DockerSuite.TestTwoContainersInNetHost (unmatched requirement DaemonIsLinux) [2019-09-03T00:25:40.614Z] SKIP: docker_cli_port_test.go:213: DockerSuite.TestUnpublishedPortsInPsOutput (unmatched requirement DaemonIsLinux) [2019-09-03T00:25:40.614Z] SKIP: docker_cli_health_test.go:147: DockerSuite.TestUnsetEnvVarHealthCheck (unmatched requirement DaemonIsLinux) [2019-09-03T00:25:40.614Z] SKIP: docker_cli_run_test.go:294: DockerSuite.TestUserDefinedNetworkAlias (unmatched requirement DaemonIsLinux) [2019-09-03T00:25:40.614Z] SKIP: docker_cli_run_test.go:209: DockerSuite.TestUserDefinedNetworkLinks (unmatched requirement DaemonIsLinux) [2019-09-03T00:25:40.615Z] SKIP: docker_cli_run_test.go:245: DockerSuite.TestUserDefinedNetworkLinksWithRestart (unmatched requirement DaemonIsLinux) [2019-09-03T00:25:45.007Z] PASS: docker_cli_build_test.go:4788: DockerSuite.TestBuildFollowSymlinkToFile 10.390s [2019-09-03T00:25:55.357Z] PASS: docker_cli_build_test.go:1171: DockerSuite.TestBuildForceRm 9.825s [2019-09-03T00:25:58.471Z] PASS: docker_cli_volume_test.go:23: DockerSuite.TestVolumeCLICreate 15.278s [2019-09-03T00:25:58.471Z] PASS: docker_cli_volume_test.go:283: DockerSuite.TestVolumeCLICreateLabel 0.128s [2019-09-03T00:25:58.471Z] PASS: docker_cli_volume_test.go:295: DockerSuite.TestVolumeCLICreateLabelMultiple 0.208s [2019-09-03T00:25:58.471Z] SKIP: docker_cli_volume_test.go:259: DockerSuite.TestVolumeCLICreateWithOpts (unmatched requirement DaemonIsLinux) [2019-09-03T00:25:58.471Z] PASS: docker_cli_volume_test.go:39: DockerSuite.TestVolumeCLIInspect 0.322s [2019-09-03T00:25:58.471Z] PASS: docker_cli_volume_test.go:56: DockerSuite.TestVolumeCLIInspectMulti 0.274s [2019-09-03T00:25:58.471Z] PASS: docker_cli_volume_test.go:249: DockerSuite.TestVolumeCLIInspectTmplError 0.130s [2019-09-03T00:25:59.444Z] PASS: docker_cli_volume_test.go:73: DockerSuite.TestVolumeCLILs 2.337s [2019-09-03T00:25:59.906Z] PASS: docker_cli_volume_test.go:178: DockerSuite.TestVolumeCLILsErrorWithInvalidFilterName 0.065s [2019-09-03T00:26:02.823Z] PASS: docker_cli_volume_test.go:128: DockerSuite.TestVolumeCLILsFilterDangling 2.714s [2019-09-03T00:26:02.823Z] PASS: docker_cli_volume_test.go:352: DockerSuite.TestVolumeCLILsFilterDrivers 0.378s [2019-09-03T00:26:03.286Z] PASS: docker_cli_volume_test.go:322: DockerSuite.TestVolumeCLILsFilterLabels 0.395s [2019-09-03T00:26:03.286Z] PASS: docker_cli_volume_test.go:184: DockerSuite.TestVolumeCLILsWithIncorrectFilterValue 0.062s [2019-09-03T00:26:03.747Z] PASS: docker_cli_volume_test.go:226: DockerSuite.TestVolumeCLINoArgs 0.175s [2019-09-03T00:26:07.779Z] PASS: docker_cli_build_test.go:3052: DockerSuite.TestBuildFromGit 11.805s [2019-09-03T00:26:09.329Z] PASS: docker_cli_build_test.go:3071: DockerSuite.TestBuildFromGitWithContext 3.207s [2019-09-03T00:26:10.845Z] PASS: docker_cli_volume_test.go:190: DockerSuite.TestVolumeCLIRm 7.441s [2019-09-03T00:26:10.845Z] SKIP: docker_cli_volume_test.go:391: DockerSuite.TestVolumeCLIRmForce (unmatched requirement DaemonIsLinux) [2019-09-03T00:26:11.818Z] PASS: docker_cli_volume_test.go:415: DockerSuite.TestVolumeCLIRmForceInUse 0.600s [2019-09-03T00:26:11.818Z] PASS: docker_cli_volume_test.go:383: DockerSuite.TestVolumeCLIRmForceUsage 0.203s [2019-09-03T00:26:11.818Z] SKIP: docker_cli_volume_test.go:453: DockerSuite.TestVolumeCliInspectWithVolumeOpts (unmatched requirement DaemonIsLinux) [2019-09-03T00:26:16.424Z] PASS: docker_cli_build_test.go:3090: DockerSuite.TestBuildFromGitWithF 6.118s [2019-09-03T00:26:16.424Z] SKIP: docker_cli_build_test.go:3702: DockerSuite.TestBuildFromMixedcaseDockerfile (unmatched requirement UnixCli) [2019-09-03T00:26:16.885Z] PASS: docker_cli_build_test.go:3778: DockerSuite.TestBuildFromOfficialNames 0.735s [2019-09-03T00:26:18.428Z] PASS: docker_cli_build_test.go:3103: DockerSuite.TestBuildFromRemoteTarball 1.708s [2019-09-03T00:26:18.428Z] SKIP: docker_cli_build_test.go:3753: DockerSuite.TestBuildFromStdinWithF (unmatched requirement DaemonIsLinux) [2019-09-03T00:26:18.910Z] PASS: docker_cli_run_test.go:3023: DockerSuite.TestVolumeFromMixedRWOptions 6.199s [2019-09-03T00:26:18.910Z] PASS: docker_cli_volume_test.go:86: DockerSuite.TestVolumeLsFormat 0.260s [2019-09-03T00:26:18.910Z] PASS: docker_cli_volume_test.go:95: DockerSuite.TestVolumeLsFormatDefaultFormat 0.252s [2019-09-03T00:26:27.506Z] PASS: docker_cli_run_test.go:497: DockerSuite.TestVolumesFromGetsProperMode 8.080s [2019-09-03T00:26:27.506Z] SKIP: docker_cli_run_test.go:2178: DockerSuite.TestVolumesNoCopyData (unmatched requirement DaemonIsLinux) [2019-09-03T00:26:28.478Z] PASS: docker_cli_run_test.go:4549: DockerSuite.TestWindowsRunAsSystem 1.422s [2019-09-03T00:26:28.478Z] SKIP: docker_cli_by_digest_test.go:183: DockerRegistrySuite.TestBuildByDigest [2019-09-03T00:26:28.478Z] SKIP: docker_api_build_test.go:324: DockerRegistrySuite.TestBuildCopyFromForcePull [2019-09-03T00:26:28.478Z] SKIP: docker_cli_build_test.go:5812: DockerRegistrySuite.TestBuildMultiStageImplicitPull [2019-09-03T00:26:28.478Z] SKIP: docker_cli_pull_local_test.go:198: DockerRegistrySuite.TestConcurrentPullMultipleTags [2019-09-03T00:26:28.478Z] SKIP: docker_cli_push_test.go:199: DockerRegistrySuite.TestConcurrentPush [2019-09-03T00:26:28.478Z] SKIP: docker_cli_by_digest_test.go:130: DockerRegistrySuite.TestCreateByDigest [2019-09-03T00:26:28.478Z] SKIP: docker_cli_push_test.go:207: DockerRegistrySuite.TestCrossRepositoryLayerPush [2019-09-03T00:26:28.478Z] SKIP: docker_cli_by_digest_test.go:445: DockerRegistrySuite.TestDeleteImageByIDOnlyPulledByDigest [2019-09-03T00:26:28.478Z] SKIP: docker_cli_by_digest_test.go:491: DockerRegistrySuite.TestDeleteImageWithDigestAndMultiRepoTag [2019-09-03T00:26:28.478Z] SKIP: docker_cli_by_digest_test.go:464: DockerRegistrySuite.TestDeleteImageWithDigestAndTag [2019-09-03T00:26:28.478Z] SKIP: docker_cli_events_test.go:529: DockerRegistrySuite.TestEventsImageFilterPush [2019-09-03T00:26:28.478Z] SKIP: docker_cli_by_digest_test.go:390: DockerRegistrySuite.TestInspectImageWithDigests [2019-09-03T00:26:28.478Z] SKIP: docker_cli_by_digest_test.go:317: DockerRegistrySuite.TestListDanglingImagesWithDigests [2019-09-03T00:26:28.478Z] SKIP: docker_cli_by_digest_test.go:240: DockerRegistrySuite.TestListImagesWithDigests [2019-09-03T00:26:28.478Z] SKIP: docker_cli_by_digest_test.go:227: DockerRegistrySuite.TestListImagesWithoutDigests [2019-09-03T00:26:28.478Z] SKIP: docker_cli_by_digest_test.go:409: DockerRegistrySuite.TestPsListContainersFilterAncestorImageByDigest [2019-09-03T00:26:28.478Z] SKIP: docker_cli_by_digest_test.go:105: DockerRegistrySuite.TestPullByDigest [2019-09-03T00:26:28.478Z] SKIP: docker_cli_by_digest_test.go:122: DockerRegistrySuite.TestPullByDigestNoFallback [2019-09-03T00:26:28.478Z] SKIP: docker_cli_by_digest_test.go:79: DockerRegistrySuite.TestPullByTagDisplaysDigest [2019-09-03T00:26:28.478Z] SKIP: docker_cli_by_digest_test.go:610: DockerRegistrySuite.TestPullFailsWithAlteredLayer [2019-09-03T00:26:28.478Z] SKIP: docker_cli_by_digest_test.go:528: DockerRegistrySuite.TestPullFailsWithAlteredManifest [2019-09-03T00:26:28.478Z] SKIP: docker_cli_pull_local_test.go:259: DockerRegistrySuite.TestPullIDStability [2019-09-03T00:26:28.478Z] SKIP: docker_cli_pull_local_test.go:55: DockerRegistrySuite.TestPullImageWithAliases [2019-09-03T00:26:28.478Z] SKIP: docker_cli_pull_local_test.go:287: DockerRegistrySuite.TestPullManifestList [2019-09-03T00:26:28.478Z] SKIP: docker_cli_pull_local_test.go:279: DockerRegistrySuite.TestPullNoLayers [2019-09-03T00:26:28.478Z] SKIP: docker_cli_push_test.go:69: DockerRegistrySuite.TestPushBadTag [2019-09-03T00:26:28.478Z] SKIP: docker_cli_push_test.go:29: DockerRegistrySuite.TestPushBusyboxImage [2019-09-03T00:26:28.478Z] SKIP: docker_cli_push_test.go:145: DockerRegistrySuite.TestPushEmptyLayer [2019-09-03T00:26:28.478Z] SKIP: docker_cli_push_test.go:114: DockerRegistrySuite.TestPushMultipleTags [2019-09-03T00:26:28.478Z] SKIP: docker_cli_push_test.go:52: DockerRegistrySuite.TestPushUntagged [2019-09-03T00:26:28.478Z] SKIP: docker_cli_by_digest_test.go:161: DockerRegistrySuite.TestRemoveImageByDigest [2019-09-03T00:26:28.478Z] SKIP: docker_cli_by_digest_test.go:143: DockerRegistrySuite.TestRunByDigest [2019-09-03T00:26:28.478Z] SKIP: docker_cli_pull_local_test.go:452: DockerRegistrySuite.TestRunImplicitPullWithNoTag [2019-09-03T00:26:28.478Z] SKIP: docker_cli_by_digest_test.go:208: DockerRegistrySuite.TestTagByDigest [2019-09-03T00:26:28.478Z] SKIP: docker_cli_registry_user_agent_test.go:74: DockerRegistrySuite.TestUserAgentPassThrough [2019-09-03T00:26:28.478Z] SKIP: docker_cli_v2_only_test.go:28: DockerRegistrySuite.TestV2Only [2019-09-03T00:26:28.478Z] SKIP: docker_cli_pull_local_test.go:202: DockerSchema1RegistrySuite.TestConcurrentPullMultipleTags [2019-09-03T00:26:28.478Z] SKIP: docker_cli_push_test.go:203: DockerSchema1RegistrySuite.TestConcurrentPush [2019-09-03T00:26:28.478Z] SKIP: docker_cli_push_test.go:249: DockerSchema1RegistrySuite.TestCrossRepositoryLayerPushNotSupported [2019-09-03T00:26:28.478Z] SKIP: docker_cli_by_digest_test.go:109: DockerSchema1RegistrySuite.TestPullByDigest [2019-09-03T00:26:28.478Z] SKIP: docker_cli_by_digest_test.go:126: DockerSchema1RegistrySuite.TestPullByDigestNoFallback [2019-09-03T00:26:28.478Z] SKIP: docker_cli_by_digest_test.go:83: DockerSchema1RegistrySuite.TestPullByTagDisplaysDigest [2019-09-03T00:26:28.478Z] SKIP: docker_cli_by_digest_test.go:653: DockerSchema1RegistrySuite.TestPullFailsWithAlteredLayer [2019-09-03T00:26:28.478Z] SKIP: docker_cli_by_digest_test.go:568: DockerSchema1RegistrySuite.TestPullFailsWithAlteredManifest [2019-09-03T00:26:28.478Z] SKIP: docker_cli_pull_local_test.go:263: DockerSchema1RegistrySuite.TestPullIDStability [2019-09-03T00:26:28.478Z] SKIP: docker_cli_pull_local_test.go:59: DockerSchema1RegistrySuite.TestPullImageWithAliases [2019-09-03T00:26:28.478Z] SKIP: docker_cli_pull_local_test.go:283: DockerSchema1RegistrySuite.TestPullNoLayers [2019-09-03T00:26:28.478Z] SKIP: docker_cli_push_test.go:73: DockerSchema1RegistrySuite.TestPushBadTag [2019-09-03T00:26:28.478Z] SKIP: docker_cli_push_test.go:33: DockerSchema1RegistrySuite.TestPushBusyboxImage [2019-09-03T00:26:28.478Z] SKIP: docker_cli_push_test.go:149: DockerSchema1RegistrySuite.TestPushEmptyLayer [2019-09-03T00:26:28.478Z] SKIP: docker_cli_push_test.go:118: DockerSchema1RegistrySuite.TestPushMultipleTags [2019-09-03T00:26:28.478Z] SKIP: docker_cli_push_test.go:56: DockerSchema1RegistrySuite.TestPushUntagged [2019-09-03T00:26:28.478Z] SKIP: docker_cli_build_test.go:5002: DockerRegistryAuthHtpasswdSuite.TestBuildFromAuthenticatedRegistry [2019-09-03T00:26:28.478Z] SKIP: docker_cli_build_test.go:5020: DockerRegistryAuthHtpasswdSuite.TestBuildWithExternalAuth [2019-09-03T00:26:28.478Z] SKIP: docker_cli_login_test.go:23: DockerRegistryAuthHtpasswdSuite.TestLoginToPrivateRegistry [2019-09-03T00:26:28.478Z] SKIP: docker_cli_logout_test.go:16: DockerRegistryAuthHtpasswdSuite.TestLogoutWithExternalAuth [2019-09-03T00:26:28.478Z] SKIP: docker_cli_logout_test.go:68: DockerRegistryAuthHtpasswdSuite.TestLogoutWithWrongHostnamesStored [2019-09-03T00:26:28.478Z] SKIP: docker_cli_pull_local_test.go:416: DockerRegistryAuthHtpasswdSuite.TestPullWithExternalAuth [2019-09-03T00:26:28.478Z] SKIP: docker_cli_pull_local_test.go:371: DockerRegistryAuthHtpasswdSuite.TestPullWithExternalAuthLoginWithScheme [2019-09-03T00:26:28.478Z] SKIP: docker_cli_push_test.go:282: DockerRegistryAuthHtpasswdSuite.TestPushNoCredentialsNoRetry [2019-09-03T00:26:28.478Z] SKIP: docker_cli_push_test.go:344: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseError [2019-09-03T00:26:28.478Z] SKIP: docker_cli_push_test.go:372: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseNoToken [2019-09-03T00:26:28.478Z] SKIP: docker_cli_push_test.go:331: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseUnauthorized [2019-09-03T00:26:28.478Z] SKIP: docker_cli_push_test.go:359: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseUnparsable [2019-09-03T00:26:28.478Z] SKIP: docker_cli_push_test.go:319: DockerRegistryAuthTokenSuite.TestPushTokenServiceUnauthResponse [2019-09-03T00:26:28.478Z] SKIP: docker_cli_proxy_test.go:23: DockerDaemonSuite.TestCLIProxyProxyTCPSock [2019-09-03T00:26:28.478Z] SKIP: docker_cli_exec_test.go:81: DockerDaemonSuite.TestExecAfterDaemonRestart [2019-09-03T00:26:28.478Z] SKIP: docker_cli_info_test.go:213: DockerDaemonSuite.TestRegistryMirrors [2019-09-03T00:26:28.478Z] SKIP: docker_cli_run_test.go:4114: DockerDaemonSuite.TestRunWithUlimitAndDaemonDefault [2019-09-03T00:26:28.478Z] SKIP: docker_cli_plugins_test.go:32: DockerPluginSuite.TestPluginBasicOps [2019-09-03T00:26:28.478Z] SKIP: docker_cli_plugins_test.go:263: DockerPluginSuite.TestPluginCreate [2019-09-03T00:26:28.478Z] SKIP: docker_cli_plugins_test.go:241: DockerPluginSuite.TestPluginEnableDisableNegative [2019-09-03T00:26:28.478Z] SKIP: docker_cli_plugins_test.go:63: DockerPluginSuite.TestPluginForceRemove [2019-09-03T00:26:28.478Z] SKIP: docker_cli_plugins_test.go:355: DockerPluginSuite.TestPluginIDPrefix [2019-09-03T00:26:28.478Z] SKIP: docker_cli_plugins_test.go:295: DockerPluginSuite.TestPluginInspect [2019-09-03T00:26:28.478Z] SKIP: docker_cli_plugins_test.go:211: DockerPluginSuite.TestPluginInstallArgs [2019-09-03T00:26:28.478Z] SKIP: docker_cli_plugins_test.go:127: DockerPluginSuite.TestPluginInstallDisable [2019-09-03T00:26:28.478Z] SKIP: docker_cli_plugins_test.go:227: DockerPluginSuite.TestPluginInstallImage [2019-09-03T00:26:28.478Z] SKIP: docker_cli_plugins_test.go:412: DockerPluginSuite.TestPluginListDefaultFormat [2019-09-03T00:26:28.478Z] SKIP: docker_cli_plugins_test.go:160: DockerPluginSuite.TestPluginSet [2019-09-03T00:26:28.478Z] OK: 524 passed, 548 skipped [2019-09-03T00:26:28.478Z] PASS [2019-09-03T00:26:28.478Z] ok github.com/docker/docker/integration-cli 2539.246s [2019-09-03T00:26:28.478Z] INFO: Integration tests ended at 09/03/2019 00:26:28. Duration:00:42:30.7376935 [2019-09-03T00:26:28.478Z] INFO: Docker info of the daemon under test at end of run [2019-09-03T00:26:28.478Z] [2019-09-03T00:26:28.478Z] Containers: 2 [2019-09-03T00:26:28.478Z] Running: 0 [2019-09-03T00:26:28.478Z] Paused: 0 [2019-09-03T00:26:28.478Z] Stopped: 2 [2019-09-03T00:26:28.478Z] Images: 12 [2019-09-03T00:26:28.478Z] Server Version: 0.0.0-dev [2019-09-03T00:26:28.478Z] Storage Driver: windowsfilter [2019-09-03T00:26:28.478Z] Windows: [2019-09-03T00:26:28.478Z] Logging Driver: json-file [2019-09-03T00:26:28.478Z] Plugins: [2019-09-03T00:26:28.478Z] Volume: local [2019-09-03T00:26:28.478Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2019-09-03T00:26:28.478Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-09-03T00:26:28.478Z] Swarm: inactive [2019-09-03T00:26:28.478Z] Default Isolation: process [2019-09-03T00:26:28.478Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2019-09-03T00:26:28.478Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.678) [2019-09-03T00:26:28.478Z] OSType: windows [2019-09-03T00:26:28.478Z] Architecture: x86_64 [2019-09-03T00:26:28.478Z] CPUs: 4 [2019-09-03T00:26:28.478Z] Total Memory: 32GiB [2019-09-03T00:26:28.478Z] Name: azwin-2-5ee260 [2019-09-03T00:26:28.478Z] ID: OLFN:F26G:P2Q5:JOX5:DUUO:AEOL:ZIY2:UWUP:UXZ4:I4NQ:7OYD:BPNC [2019-09-03T00:26:28.478Z] Docker Root Dir: D:\CI-1\CI-e6fce00ec\daemon [2019-09-03T00:26:28.478Z] Debug Mode (client): false [2019-09-03T00:26:28.478Z] Debug Mode (server): false [2019-09-03T00:26:28.478Z] Registry: https://index.docker.io/v1/ [2019-09-03T00:26:28.478Z] Labels: [2019-09-03T00:26:28.478Z] Experimental: false [2019-09-03T00:26:28.478Z] Insecure Registries: [2019-09-03T00:26:28.478Z] 127.0.0.0/8 [2019-09-03T00:26:28.478Z] Live Restore Enabled: false [2019-09-03T00:26:28.478Z] [2019-09-03T00:26:28.478Z] [2019-09-03T00:26:28.479Z] INFO: Stopping daemon under test [2019-09-03T00:26:28.479Z] SUCCESS: The process with PID 6456 (child process of PID 5464) has been terminated. [2019-09-03T00:26:28.479Z] SUCCESS: The process with PID 5464 (child process of PID 2136) has been terminated. [2019-09-03T00:26:28.479Z] INFO: executeCI.ps1 Completed successfully at 09/03/2019 00:26:28. [2019-09-03T00:26:28.479Z] INFO: Tidying up at end of run [2019-09-03T00:26:28.479Z] INFO: Saving daemon under test log (d:\CI-1\CI-e6fce00ec\dut.out) to C:\windows\TEMP\CIDUT.out [2019-09-03T00:26:28.479Z] INFO: Saving daemon under test log (d:\CI-1\CI-e6fce00ec\dut.err) to C:\windows\TEMP\CIDUT.err [2019-09-03T00:26:28.479Z] INFO: Nuke-Everything... [2019-09-03T00:26:29.455Z] INFO: Container count on control daemon to delete is 2 [2019-09-03T00:26:29.920Z] 336da118c248 [2019-09-03T00:26:29.920Z] b7301fd15217 [2019-09-03T00:26:30.381Z] INFO: Tidying pidfile d:\CI-1\CI-e6fce00ec\docker.pid [2019-09-03T00:26:30.844Z] INFO: Nuking d:\CI-1 [2019-09-03T00:26:33.273Z] PASS: docker_cli_build_test.go:3726: DockerSuite.TestBuildFromURLWithF 13.222s [2019-09-03T00:26:33.273Z] SKIP: docker_cli_build_test.go:235: DockerSuite.TestBuildHandleEscapesInVolume (unmatched requirement DaemonIsLinux) [2019-09-03T00:27:00.858Z] INFO: Zapped successfully [2019-09-03T00:27:00.858Z] [2019-09-03T00:27:00.858Z] INFO: executeCI.ps1 exiting at Tue Sep 3 00:27:00 CUT 2019. Duration 01:05:51.4522730 [2019-09-03T00:27:00.858Z] [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2019-09-03T00:27:15.847Z] PASS: docker_cli_history_test.go:16: DockerSuite.TestBuildHistory 40.891s [2019-09-03T00:27:16.819Z] PASS: docker_cli_build_test.go:6182: DockerSuite.TestBuildIidFile 3.274s [2019-09-03T00:27:19.743Z] PASS: docker_cli_build_test.go:6207: DockerSuite.TestBuildIidFileCleanupOnFail 2.563s [2019-09-03T00:27:19.743Z] SKIP: docker_cli_build_test.go:2207: DockerSuite.TestBuildInheritance (unmatched requirement DaemonIsLinux) [2019-09-03T00:27:21.291Z] PASS: docker_cli_build_test.go:5975: DockerSuite.TestBuildIntermediateTarget 2.037s [2019-09-03T00:27:21.291Z] PASS: docker_cli_build_test.go:3192: DockerSuite.TestBuildInvalidTag 0.053s [2019-09-03T00:27:29.908Z] PASS: docker_cli_build_test.go:35: DockerSuite.TestBuildJSONEmptyRun 7.244s [2019-09-03T00:27:32.099Z] PASS: docker_cli_build_test.go:4924: DockerSuite.TestBuildLabel 3.179s [2019-09-03T00:27:34.291Z] PASS: docker_cli_build_test.go:4955: DockerSuite.TestBuildLabelCacheCommit 1.716s [2019-09-03T00:27:37.211Z] PASS: docker_cli_build_test.go:4976: DockerSuite.TestBuildLabelMultiple 3.220s [2019-09-03T00:27:39.402Z] PASS: docker_cli_build_test.go:4941: DockerSuite.TestBuildLabelOneNode 1.698s [2019-09-03T00:27:42.320Z] PASS: docker_cli_build_test.go:3374: DockerSuite.TestBuildLabels 3.232s [2019-09-03T00:27:46.070Z] PASS: docker_cli_build_test.go:3386: DockerSuite.TestBuildLabelsCache 3.757s [2019-09-03T00:28:07.208Z] PASS: docker_cli_build_test.go:5062: DockerSuite.TestBuildLabelsOverride 19.541s [2019-09-03T00:28:07.208Z] SKIP: docker_cli_build_test.go:392: DockerSuite.TestBuildLastModified (unmatched requirement DaemonIsLinux) [2019-09-03T00:28:07.208Z] SKIP: docker_cli_build_test.go:2624: DockerSuite.TestBuildLineBreak (unmatched requirement DaemonIsLinux) [2019-09-03T00:28:07.208Z] PASS: docker_cli_build_test.go:6107: DockerSuite.TestBuildLineErrorOnBuild 0.057s [2019-09-03T00:28:07.208Z] PASS: docker_cli_build_test.go:6118: DockerSuite.TestBuildLineErrorUnknownInstruction 0.058s [2019-09-03T00:28:07.208Z] PASS: docker_cli_build_test.go:6149: DockerSuite.TestBuildLineErrorWithComments 0.057s [2019-09-03T00:28:07.208Z] PASS: docker_cli_build_test.go:6132: DockerSuite.TestBuildLineErrorWithEmptyLines 0.056s [2019-09-03T00:28:08.182Z] PASS: docker_cli_build_test.go:1268: DockerSuite.TestBuildMaintainer 1.598s [2019-09-03T00:28:08.643Z] PASS: docker_cli_build_test.go:3892: DockerSuite.TestBuildMissingArgs 0.648s [2019-09-03T00:28:17.245Z] PASS: docker_cli_build_test.go:445: DockerSuite.TestBuildModifyFileInFolder 8.246s [2019-09-03T00:28:47.256Z] PASS: docker_cli_build_test.go:4638: DockerSuite.TestBuildMultiStageArg 24.656s [2019-09-03T00:28:47.256Z] SKIP: docker_cli_build_test.go:5526: DockerSuite.TestBuildMultiStageCache (unmatched requirement DaemonIsLinux) [2019-09-03T00:28:47.256Z] PASS: docker_cli_build_test.go:5705: DockerSuite.TestBuildMultiStageCopyFromErrors 2.035s [2019-09-03T00:29:47.759Z] PASS: docker_cli_build_test.go:5647: DockerSuite.TestBuildMultiStageCopyFromSyntax 56.104s [2019-09-03T00:30:08.901Z] PASS: docker_cli_build_test.go:4662: DockerSuite.TestBuildMultiStageGlobalArg 23.644s [2019-09-03T00:30:16.013Z] PASS: docker_cli_build_test.go:5785: DockerSuite.TestBuildMultiStageImplicitFrom 9.080s [2019-09-03T00:30:28.435Z] PASS: docker_cli_build_test.go:5752: DockerSuite.TestBuildMultiStageMultipleBuilds 12.613s [2019-09-03T00:30:40.852Z] PASS: docker_cli_build_test.go:5867: DockerSuite.TestBuildMultiStageMultipleBuildsWindows 11.163s [2019-09-03T00:31:06.042Z] PASS: docker_cli_build_test.go:5842: DockerSuite.TestBuildMultiStageNameVariants 26.085s [2019-09-03T00:31:06.042Z] SKIP: docker_cli_build_test.go:5955: DockerSuite.TestBuildMultiStageResetScratch (unmatched requirement DaemonIsLinux) [2019-09-03T00:31:20.884Z] PASS: docker_cli_build_test.go:4687: DockerSuite.TestBuildMultiStageUnusedArg 13.311s [2019-09-03T00:31:21.858Z] PASS: docker_cli_build_test.go:4748: DockerSuite.TestBuildMultipleTags 1.916s [2019-09-03T00:31:21.858Z] SKIP: docker_cli_build_test.go:5562: DockerSuite.TestBuildNetContainer (unmatched requirement DaemonIsLinux) [2019-09-03T00:31:21.858Z] SKIP: docker_cli_build_test.go:5550: DockerSuite.TestBuildNetNone (unmatched requirement DaemonIsLinux) [2019-09-03T00:31:26.566Z] PASS: docker_cli_build_test.go:2054: DockerSuite.TestBuildNoContext 4.828s [2019-09-03T00:31:33.664Z] PASS: docker_cli_build_test.go:4002: DockerSuite.TestBuildNoDupOutput 6.695s [2019-09-03T00:31:36.589Z] PASS: docker_cli_build_test.go:4707: DockerSuite.TestBuildNoNamedVolume 2.782s [2019-09-03T00:31:36.589Z] PASS: docker_cli_build_test.go:3499: DockerSuite.TestBuildNotVerboseFailure 0.221s [2019-09-03T00:31:36.589Z] PASS: docker_cli_build_test.go:3527: DockerSuite.TestBuildNotVerboseFailureRemote 0.113s [2019-09-03T00:31:38.776Z] PASS: docker_cli_build_test.go:3478: DockerSuite.TestBuildNotVerboseFailureWithNonExistImage 2.307s [2019-09-03T00:31:40.322Z] PASS: docker_cli_build_test.go:3427: DockerSuite.TestBuildNotVerboseSuccess 1.070s [2019-09-03T00:31:45.029Z] PASS: docker_cli_build_test.go:4052: DockerSuite.TestBuildNullStringInAddCopyVolume 4.905s [2019-09-03T00:31:59.883Z] PASS: docker_cli_build_test.go:2237: DockerSuite.TestBuildOnBuild 13.045s [2019-09-03T00:32:03.633Z] PASS: docker_api_build_test.go:282: DockerSuite.TestBuildOnBuildCache 4.631s [2019-09-03T00:32:24.775Z] PASS: docker_cli_build_test.go:338: DockerSuite.TestBuildOnBuildCmdEntrypointJSON 17.924s [2019-09-03T00:32:29.488Z] PASS: docker_cli_build_test.go:355: DockerSuite.TestBuildOnBuildEntrypointJSON 7.860s [2019-09-03T00:32:47.225Z] PASS: docker_cli_build_test.go:1734: DockerSuite.TestBuildOnBuildLimitedInheritance 14.633s [2019-09-03T00:32:51.941Z] PASS: docker_cli_build_test.go:279: DockerSuite.TestBuildOnBuildLowercase 6.380s [2019-09-03T00:33:02.293Z] PASS: docker_cli_build_test.go:3182: DockerSuite.TestBuildOnBuildOutput 9.746s [2019-09-03T00:33:05.213Z] PASS: docker_api_build_test.go:257: DockerSuite.TestBuildOnBuildWithCopy 3.009s [2019-09-03T00:33:05.213Z] SKIP: docker_cli_build_test.go:6013: DockerSuite.TestBuildOpaqueDirectory (unmatched requirement DaemonIsLinux) [2019-09-03T00:33:05.213Z] SKIP: docker_cli_build_test.go:1484: DockerSuite.TestBuildPATH (unmatched requirement DaemonIsLinux) [2019-09-03T00:33:08.131Z] PASS: docker_cli_build_test.go:4030: DockerSuite.TestBuildRUNErrMsg 3.210s [2019-09-03T00:33:08.131Z] SKIP: docker_cli_build_test.go:3952: DockerSuite.TestBuildRUNoneJSON (unmatched requirement DaemonIsLinux) [2019-09-03T00:34:34.259Z] PASS: docker_cli_build_test.go:1402: DockerSuite.TestBuildRelativeCopy 72.516s [2019-09-03T00:34:52.009Z] PASS: docker_cli_build_test.go:1295: DockerSuite.TestBuildRelativeWorkdir 28.683s [2019-09-03T00:35:06.854Z] PASS: docker_cli_build_test.go:1190: DockerSuite.TestBuildRm 16.243s [2019-09-03T00:35:11.570Z] PASS: docker_cli_build_test.go:3296: DockerSuite.TestBuildRunShEntrypoint 3.975s [2019-09-03T00:35:11.570Z] SKIP: docker_cli_build_test.go:1752: DockerSuite.TestBuildSameDockerfileWithAndWithoutCache (unmatched requirement DaemonIsLinux) [2019-09-03T00:35:11.570Z] SKIP: docker_api_build_test.go:517: DockerSuite.TestBuildScratchCopy (unmatched requirement DaemonIsLinux) [2019-09-03T00:35:15.324Z] PASS: docker_cli_build_test.go:6163: DockerSuite.TestBuildSetCommandWithDefinedShell 3.308s [2019-09-03T00:35:22.422Z] PASS: docker_cli_build_test.go:42: DockerSuite.TestBuildShCmdJSONEntrypoint 6.748s [2019-09-03T00:35:29.520Z] PASS: docker_cli_build_test.go:5265: DockerSuite.TestBuildShellEntrypoint 7.015s [2019-09-03T00:35:36.624Z] PASS: docker_cli_build_test.go:5280: DockerSuite.TestBuildShellInherited 6.624s [2019-09-03T00:36:06.624Z] PASS: docker_cli_build_test.go:5229: DockerSuite.TestBuildShellMultiple 28.581s [2019-09-03T00:36:06.624Z] PASS: docker_cli_build_test.go:5293: DockerSuite.TestBuildShellNotJSON 0.066s [2019-09-03T00:36:07.598Z] PASS: docker_cli_build_test.go:5212: DockerSuite.TestBuildShellUpdatesConfig 1.695s [2019-09-03T00:36:25.338Z] PASS: docker_cli_build_test.go:5306: DockerSuite.TestBuildShellWindowsPowershell 15.828s [2019-09-03T00:36:25.338Z] PASS: docker_cli_build_test.go:3796: DockerSuite.TestBuildSpaces 0.228s [2019-09-03T00:36:31.160Z] PASS: docker_cli_build_test.go:3859: DockerSuite.TestBuildSpacesWithQuotes 4.955s [2019-09-03T00:36:31.160Z] PASS: docker_cli_build_test.go:4019: DockerSuite.TestBuildStartsFromOne 0.063s [2019-09-03T00:36:35.872Z] PASS: docker_cli_build_test.go:3557: DockerSuite.TestBuildStderr 4.644s [2019-09-03T00:37:01.081Z] PASS: docker_cli_build_test.go:5381: DockerSuite.TestBuildStepsWithProgress 23.020s [2019-09-03T00:37:01.081Z] SKIP: docker_cli_build_test.go:4072: DockerSuite.TestBuildStopSignal (unmatched requirement DaemonIsLinux) [2019-09-03T00:37:04.936Z] PASS: docker_cli_build_test.go:4852: DockerSuite.TestBuildSymlinkBasename 5.149s [2019-09-03T00:37:09.645Z] PASS: docker_cli_build_test.go:3599: DockerSuite.TestBuildSymlinkBreakout 3.628s [2019-09-03T00:37:15.461Z] PASS: docker_cli_build_test.go:4724: DockerSuite.TestBuildTagEvent 4.994s [2019-09-03T00:37:25.846Z] PASS: docker_cli_build_test.go:4144: DockerSuite.TestBuildTimeArgHistoryExclusions 9.649s [2019-09-03T00:37:25.846Z] SKIP: docker_cli_build_test.go:1281: DockerSuite.TestBuildUser (unmatched requirement DaemonIsLinux) [2019-09-03T00:37:25.846Z] SKIP: docker_cli_build_test.go:555: DockerSuite.TestBuildUsernamespaceValidateRemappedRoot (unmatched requirement DaemonIsLinux) [2019-09-03T00:37:25.846Z] SKIP: docker_cli_build_test.go:2660: DockerSuite.TestBuildUsersAndGroups (unmatched requirement DaemonIsLinux) [2019-09-03T00:37:30.557Z] PASS: docker_cli_build_test.go:3345: DockerSuite.TestBuildVerboseOut 4.986s [2019-09-03T00:37:31.531Z] PASS: docker_cli_build_test.go:2282: DockerSuite.TestBuildVerifyIntString 1.770s [2019-09-03T00:37:37.346Z] PASS: docker_cli_build_test.go:3328: DockerSuite.TestBuildVerifySingleQuoteFails 5.351s [2019-09-03T00:37:37.346Z] SKIP: docker_cli_build_test.go:3879: DockerSuite.TestBuildVolumeFileExistsinContainer (unmatched requirement DaemonIsLinux) [2019-09-03T00:37:37.346Z] SKIP: docker_cli_build_test.go:3672: DockerSuite.TestBuildVolumesRetainContents (unmatched requirement DaemonIsLinux) [2019-09-03T00:38:19.934Z] PASS: docker_cli_build_test.go:1348: DockerSuite.TestBuildWindowsAddCopyPathProcessing 41.806s [2019-09-03T00:38:21.479Z] PASS: docker_cli_build_test.go:6058: DockerSuite.TestBuildWindowsEnvCaseInsensitive 1.669s [2019-09-03T00:38:42.611Z] PASS: docker_cli_build_test.go:6028: DockerSuite.TestBuildWindowsUser 18.177s [2019-09-03T00:38:49.712Z] PASS: docker_cli_build_test.go:1337: DockerSuite.TestBuildWindowsWorkdirProcessing 8.862s [2019-09-03T00:38:49.712Z] SKIP: docker_cli_build_test.go:5578: DockerSuite.TestBuildWithExtraHost (unmatched requirement DaemonIsLinux) [2019-09-03T00:38:49.712Z] SKIP: docker_cli_build_test.go:5594: DockerSuite.TestBuildWithExtraHostInvalidFormat (unmatched requirement DaemonIsLinux) [2019-09-03T00:38:53.468Z] PASS: docker_cli_build_test.go:5392: DockerSuite.TestBuildWithFailure 3.260s [2019-09-03T00:38:53.468Z] SKIP: docker_cli_build_test.go:1050: DockerSuite.TestBuildWithInaccessibleFilesInContext (unmatched requirement DaemonIsLinux) [2019-09-03T00:39:11.239Z] PASS: docker_api_build_windows_test.go:15: DockerSuite.TestBuildWithRecycleBin 15.999s [2019-09-03T00:39:15.948Z] PASS: docker_cli_build_test.go:3359: DockerSuite.TestBuildWithTabs 5.209s [2019-09-03T00:39:15.948Z] PASS: docker_cli_build_test.go:5185: DockerSuite.TestBuildWithUTF8BOM 0.064s [2019-09-03T00:39:41.139Z] PASS: docker_cli_build_test.go:5195: DockerSuite.TestBuildWithUTF8BOMDockerignore 21.729s [2019-09-03T00:39:41.139Z] SKIP: docker_cli_build_test.go:2151: DockerSuite.TestBuildWithVolumeOwnership (unmatched requirement DaemonIsLinux) [2019-09-03T00:39:41.139Z] SKIP: docker_cli_build_test.go:1233: DockerSuite.TestBuildWithVolumes (unmatched requirement DaemonIsLinux) [2019-09-03T00:39:41.139Z] SKIP: docker_cli_build_test.go:6093: DockerSuite.TestBuildWorkdirCmd (unmatched requirement DaemonIsLinux) [2019-09-03T00:39:42.117Z] PASS: docker_cli_build_test.go:6072: DockerSuite.TestBuildWorkdirImageCmd 3.523s [2019-09-03T00:39:56.976Z] PASS: docker_cli_build_test.go:4913: DockerSuite.TestBuildWorkdirWindowsPath 13.551s [2019-09-03T00:40:02.791Z] PASS: docker_cli_build_test.go:1381: DockerSuite.TestBuildWorkdirWithEnvVariables 6.653s [2019-09-03T00:40:03.253Z] SKIP: docker_cli_build_test.go:3654: DockerSuite.TestBuildXZHost (unmatched requirement DaemonIsLinux) [2019-09-03T00:40:03.253Z] SKIP: docker_cli_proxy_test.go:12: DockerSuite.TestCLIProxyDisableProxyUnixSock (unmatched requirement DaemonIsLinux) [2019-09-03T00:40:03.253Z] SKIP: docker_cli_sni_test.go:17: DockerSuite.TestClientSetsTLSServerName (Flakey test) [2019-09-03T00:40:06.176Z] PASS: docker_cli_run_test.go:3687: DockerSuite.TestCmdCannotBeInvoked 2.700s [2019-09-03T00:40:11.996Z] PASS: docker_cli_commit_test.go:12: DockerSuite.TestCommitAfterContainerIsDone 5.465s [2019-09-03T00:40:17.820Z] PASS: docker_cli_commit_test.go:106: DockerSuite.TestCommitChange 5.224s [2019-09-03T00:40:23.648Z] PASS: docker_cli_commit_test.go:156: DockerSuite.TestCommitChangeLabels 5.648s [2019-09-03T00:40:23.648Z] SKIP: docker_cli_commit_test.go:67: DockerSuite.TestCommitHardlink (unmatched requirement DaemonIsLinux) [2019-09-03T00:40:34.056Z] PASS: docker_cli_commit_test.go:56: DockerSuite.TestCommitNewFile 10.048s [2019-09-03T00:40:34.056Z] SKIP: docker_cli_commit_test.go:42: DockerSuite.TestCommitPausedContainer (unmatched requirement DaemonIsLinux) [2019-09-03T00:40:44.407Z] PASS: docker_cli_commit_test.go:87: DockerSuite.TestCommitTTY 10.561s [2019-09-03T00:40:53.025Z] PASS: docker_cli_images_test.go:105: DockerSuite.TestCommitWithFilterLabel 6.808s [2019-09-03T00:40:53.025Z] SKIP: docker_cli_commit_test.go:96: DockerSuite.TestCommitWithHostBindMount (unmatched requirement DaemonIsLinux) [2019-09-03T00:40:53.025Z] SKIP: docker_cli_commit_test.go:26: DockerSuite.TestCommitWithoutPause (unmatched requirement DaemonIsLinux) [2019-09-03T00:40:53.025Z] SKIP: docker_cli_netmode_test.go:55: DockerSuite.TestConflictContainerNetworkAndLinks (unmatched requirement DaemonIsLinux) [2019-09-03T00:40:53.025Z] SKIP: docker_cli_netmode_test.go:62: DockerSuite.TestConflictContainerNetworkHostAndLinks (unmatched requirement DaemonIsLinux) [2019-09-03T00:40:53.025Z] SKIP: docker_cli_netmode_test.go:76: DockerSuite.TestConflictNetworkModeAndOptions (unmatched requirement DaemonIsLinux) [2019-09-03T00:40:53.025Z] SKIP: docker_cli_netmode_test.go:69: DockerSuite.TestConflictNetworkModeNetHostAndOptions (unmatched requirement DaemonIsLinux) [2019-09-03T00:40:53.025Z] SKIP: docker_api_containers_test.go:543: DockerSuite.TestContainerAPIBadPort (unmatched requirement DaemonIsLinux) [2019-09-03T00:40:53.025Z] PASS: docker_api_containers_test.go:1266: DockerSuite.TestContainerAPIChunkedEncoding 0.017s [2019-09-03T00:41:01.630Z] PASS: docker_api_containers_test.go:489: DockerSuite.TestContainerAPICommit 8.593s [2019-09-03T00:41:10.312Z] PASS: docker_api_containers_test.go:511: DockerSuite.TestContainerAPICommitWithLabelInConfig 8.892s [2019-09-03T00:41:10.312Z] SKIP: docker_api_containers_test.go:1132: DockerSuite.TestContainerAPICopyContainerNotFoundPr124 (unmatched requirement DaemonIsLinux) [2019-09-03T00:41:14.071Z] PASS: docker_api_containers_test.go:1047: DockerSuite.TestContainerAPICopyNotExistsAnyMore 3.424s [2019-09-03T00:41:14.071Z] SKIP: docker_api_containers_test.go:1060: DockerSuite.TestContainerAPICopyPre124 (unmatched requirement DaemonIsLinux) [2019-09-03T00:41:14.071Z] SKIP: docker_api_containers_test.go:1090: DockerSuite.TestContainerAPICopyResourcePathEmptyPre124 (unmatched requirement DaemonIsLinux) [2019-09-03T00:41:14.071Z] SKIP: docker_api_containers_test.go:1111: DockerSuite.TestContainerAPICopyResourcePathNotFoundPre124 (unmatched requirement DaemonIsLinux) [2019-09-03T00:41:16.992Z] PASS: docker_api_containers_test.go:570: DockerSuite.TestContainerAPICreate 3.383s [2019-09-03T00:41:16.992Z] SKIP: docker_api_containers_test.go:626: DockerSuite.TestContainerAPICreateBridgeNetworkMode (unmatched requirement DaemonIsLinux) [2019-09-03T00:41:16.992Z] PASS: docker_api_containers_test.go:587: DockerSuite.TestContainerAPICreateEmptyConfig 0.002s [2019-09-03T00:41:20.749Z] PASS: docker_api_containers_test.go:1975: DockerSuite.TestContainerAPICreateMountsBindRead 3.408s [2019-09-03T00:41:20.749Z] PASS: docker_api_containers_test.go:599: DockerSuite.TestContainerAPICreateMultipleNetworksConfig 0.002s [2019-09-03T00:41:20.749Z] SKIP: docker_api_containers_test.go:1388: DockerSuite.TestContainerAPICreateNoHostConfig118 (unmatched requirement DaemonIsLinux) [2019-09-03T00:41:20.749Z] SKIP: docker_api_containers_test.go:632: DockerSuite.TestContainerAPICreateOtherNetworkModes (unmatched requirement DaemonIsLinux) [2019-09-03T00:41:20.749Z] SKIP: docker_api_containers_test.go:661: DockerSuite.TestContainerAPICreateWithCpuSharesCpuset (unmatched requirement DaemonIsLinux) [2019-09-03T00:41:24.501Z] PASS: docker_api_containers_test.go:1143: DockerSuite.TestContainerAPIDelete 3.579s [2019-09-03T00:41:27.425Z] PASS: docker_api_containers_test.go:1216: DockerSuite.TestContainerAPIDeleteConflict 2.375s [2019-09-03T00:41:31.180Z] PASS: docker_api_containers_test.go:1168: DockerSuite.TestContainerAPIDeleteForce 3.601s [2019-09-03T00:41:31.180Z] PASS: docker_api_containers_test.go:1159: DockerSuite.TestContainerAPIDeleteNotExist 0.002s [2019-09-03T00:41:31.180Z] SKIP: docker_api_containers_test.go:1185: DockerSuite.TestContainerAPIDeleteRemoveLinks (unmatched requirement DaemonIsLinux) [2019-09-03T00:41:34.938Z] PASS: docker_api_containers_test.go:1231: DockerSuite.TestContainerAPIDeleteRemoveVolume 3.643s [2019-09-03T00:41:34.938Z] PASS: docker_api_containers_test.go:1626: DockerSuite.TestContainerAPIDeleteWithEmptyName 0.001s [2019-09-03T00:41:38.696Z] PASS: docker_api_containers_test.go:41: DockerSuite.TestContainerAPIGetAll 3.301s [2019-09-03T00:41:38.696Z] SKIP: docker_api_containers_test.go:167: DockerSuite.TestContainerAPIGetChanges (unmatched requirement DaemonIsLinux) [2019-09-03T00:41:38.696Z] SKIP: docker_api_containers_test.go:140: DockerSuite.TestContainerAPIGetExport (unmatched requirement DaemonIsLinux) [2019-09-03T00:41:40.888Z] PASS: docker_api_containers_test.go:61: DockerSuite.TestContainerAPIGetJSONNoFieldsOmitted 2.469s [2019-09-03T00:41:40.888Z] PASS: docker_api_containers_test.go:733: DockerSuite.TestContainerAPIInvalidPortSyntax 0.003s [2019-09-03T00:41:43.813Z] PASS: docker_api_containers_test.go:934: DockerSuite.TestContainerAPIKill 3.294s [2019-09-03T00:41:43.813Z] SKIP: docker_api_containers_test.go:404: DockerSuite.TestContainerAPIPause (unmatched requirement DaemonIsLinux) [2019-09-03T00:41:47.570Z] PASS: docker_api_containers_test.go:1286: DockerSuite.TestContainerAPIPostContainerStop 3.387s [2019-09-03T00:41:47.570Z] PASS: docker_api_containers_test.go:849: DockerSuite.TestContainerAPIPostCreateNull 0.178s [2019-09-03T00:41:47.570Z] SKIP: docker_api_containers_test.go:107: DockerSuite.TestContainerAPIPsOmitFields (unmatched requirement DaemonIsLinux) [2019-09-03T00:41:51.323Z] PASS: docker_api_containers_test.go:917: DockerSuite.TestContainerAPIRename 3.008s [2019-09-03T00:41:57.140Z] PASS: docker_api_containers_test.go:949: DockerSuite.TestContainerAPIRestart 4.873s [2019-09-03T00:42:01.858Z] PASS: docker_api_containers_test.go:963: DockerSuite.TestContainerAPIRestartNotimeoutParam 4.991s [2019-09-03T00:42:01.858Z] PASS: docker_api_containers_test.go:831: DockerSuite.TestContainerAPIRestartPolicyDefaultRetryCount 0.017s [2019-09-03T00:42:01.858Z] PASS: docker_api_containers_test.go:759: DockerSuite.TestContainerAPIRestartPolicyInvalidPolicyName 0.002s [2019-09-03T00:42:01.858Z] PASS: docker_api_containers_test.go:807: DockerSuite.TestContainerAPIRestartPolicyNegativeRetryCount 0.002s [2019-09-03T00:42:01.858Z] PASS: docker_api_containers_test.go:783: DockerSuite.TestContainerAPIRestartPolicyRetryMismatch 0.003s [2019-09-03T00:42:05.609Z] PASS: docker_api_containers_test.go:979: DockerSuite.TestContainerAPIStart 3.056s [2019-09-03T00:42:05.609Z] SKIP: docker_api_containers_test.go:1635: DockerSuite.TestContainerAPIStatsWithNetworkDisabled (unmatched requirement DaemonIsLinux) [2019-09-03T00:42:07.830Z] PASS: docker_api_containers_test.go:1005: DockerSuite.TestContainerAPIStop 2.607s [2019-09-03T00:42:07.830Z] SKIP: docker_api_containers_test.go:435: DockerSuite.TestContainerAPITop (unmatched requirement DaemonIsLinux) [2019-09-03T00:42:10.750Z] PASS: docker_api_containers_test.go:458: DockerSuite.TestContainerAPITopWindows 1.838s [2019-09-03T00:42:10.750Z] PASS: docker_api_containers_test.go:692: DockerSuite.TestContainerAPIVerifyHeader 0.019s [2019-09-03T00:42:15.461Z] PASS: docker_api_containers_test.go:1024: DockerSuite.TestContainerAPIWait 4.606s [2019-09-03T00:42:18.394Z] PASS: docker_api_containers_test.go:2270: DockerSuite.TestContainerKillCustomStopSignal 2.722s [2019-09-03T00:42:18.394Z] SKIP: docker_cli_run_test.go:2414: DockerSuite.TestContainerNetworkMode (unmatched requirement DaemonIsLinux) [2019-09-03T00:42:18.394Z] SKIP: docker_cli_run_test.go:3535: DockerSuite.TestContainerRestartInMultipleNetworks (unmatched requirement DaemonIsLinux) [2019-09-03T00:42:18.394Z] SKIP: docker_cli_run_test.go:3567: DockerSuite.TestContainerWithConflictingHostNetworks (unmatched requirement DaemonIsLinux) [2019-09-03T00:42:18.394Z] SKIP: docker_cli_run_test.go:3598: DockerSuite.TestContainerWithConflictingNoneNetwork (unmatched requirement DaemonIsLinux) [2019-09-03T00:42:18.394Z] SKIP: docker_cli_run_test.go:3581: DockerSuite.TestContainerWithConflictingSharedNetwork (unmatched requirement DaemonIsLinux) [2019-09-03T00:42:18.394Z] SKIP: docker_api_containers_windows_test.go:21: DockerSuite.TestContainersAPICreateMountsBindNamedPipe (unmatched requirement DaemonIsWindowsAtLeastBuild.func1) [2019-09-03T00:42:43.583Z] PASS: docker_api_containers_test.go:2006: DockerSuite.TestContainersAPICreateMountsCreate 25.727s [2019-09-03T00:42:43.583Z] SKIP: docker_api_containers_test.go:2220: DockerSuite.TestContainersAPICreateMountsTmpfs (unmatched requirement DaemonIsLinux) [2019-09-03T00:42:44.046Z] PASS: docker_api_containers_test.go:1684: DockerSuite.TestContainersAPICreateMountsValidation 0.101s [2019-09-03T00:42:44.046Z] SKIP: docker_cli_run_test.go:3471: DockerSuite.TestContainersInMultipleNetworks (unmatched requirement DaemonIsLinux) [2019-09-03T00:42:44.046Z] SKIP: docker_cli_run_test.go:3463: DockerSuite.TestContainersInUserDefinedNetwork (unmatched requirement DaemonIsLinux) [2019-09-03T00:42:44.046Z] SKIP: docker_cli_run_test.go:3490: DockerSuite.TestContainersNetworkIsolation (unmatched requirement DaemonIsLinux) [2019-09-03T00:42:44.046Z] SKIP: docker_cli_cp_test.go:536: DockerSuite.TestCopyAndRestart (unmatched requirement DaemonIsLinux) [2019-09-03T00:42:44.046Z] SKIP: docker_cli_cp_test.go:555: DockerSuite.TestCopyCreatedContainer (unmatched requirement DaemonIsLinux) [2019-09-03T00:42:47.799Z] PASS: docker_cli_cp_test.go:115: DockerSuite.TestCpAbsolutePath 3.728s [2019-09-03T00:42:47.799Z] SKIP: docker_cli_cp_test.go:152: DockerSuite.TestCpAbsoluteSymlink (unmatched requirement DaemonIsLinux) [2019-09-03T00:42:47.799Z] SKIP: docker_cli_cp_from_container_test.go:120: DockerSuite.TestCpFromCaseA (unmatched requirement DaemonIsLinux) [2019-09-03T00:42:47.799Z] SKIP: docker_cli_cp_from_container_test.go:140: DockerSuite.TestCpFromCaseB (unmatched requirement DaemonIsLinux) [2019-09-03T00:42:47.799Z] SKIP: docker_cli_cp_from_container_test.go:158: DockerSuite.TestCpFromCaseC (unmatched requirement DaemonIsLinux) [2019-09-03T00:42:47.799Z] SKIP: docker_cli_cp_from_container_test.go:183: DockerSuite.TestCpFromCaseD (unmatched requirement DaemonIsLinux) [2019-09-03T00:42:47.799Z] SKIP: docker_cli_cp_from_container_test.go:223: DockerSuite.TestCpFromCaseE (unmatched requirement DaemonIsLinux) [2019-09-03T00:42:47.799Z] SKIP: docker_cli_cp_from_container_test.go:252: DockerSuite.TestCpFromCaseF (unmatched requirement DaemonIsLinux) [2019-09-03T00:42:47.799Z] SKIP: docker_cli_cp_from_container_test.go:275: DockerSuite.TestCpFromCaseG (unmatched requirement DaemonIsLinux) [2019-09-03T00:42:47.799Z] SKIP: docker_cli_cp_from_container_test.go:314: DockerSuite.TestCpFromCaseH (unmatched requirement DaemonIsLinux) [2019-09-03T00:42:47.799Z] SKIP: docker_cli_cp_from_container_test.go:344: DockerSuite.TestCpFromCaseI (unmatched requirement DaemonIsLinux) [2019-09-03T00:42:47.799Z] SKIP: docker_cli_cp_from_container_test.go:368: DockerSuite.TestCpFromCaseJ (unmatched requirement DaemonIsLinux) [2019-09-03T00:42:47.799Z] SKIP: docker_cli_cp_from_container_test.go:25: DockerSuite.TestCpFromSymlinkDestination (unmatched requirement DaemonIsLinux) [2019-09-03T00:42:47.799Z] SKIP: docker_cli_cp_test.go:188: DockerSuite.TestCpFromSymlinkToDirectory (unmatched requirement DaemonIsLinux) [2019-09-03T00:42:51.556Z] PASS: docker_cli_cp_test.go:37: DockerSuite.TestCpGarbagePath 3.577s [2019-09-03T00:42:51.556Z] PASS: docker_cli_cp_test.go:30: DockerSuite.TestCpLocalOnly 0.052s [2019-09-03T00:42:51.556Z] SKIP: docker_cli_cp_test.go:517: DockerSuite.TestCpNameHasColon (unmatched requirement DaemonIsLinux) [2019-09-03T00:42:55.327Z] PASS: docker_cli_cp_test.go:73: DockerSuite.TestCpRelativePath 3.603s [2019-09-03T00:42:55.327Z] SKIP: docker_cli_cp_test.go:374: DockerSuite.TestCpSpecialFiles (unmatched requirement DaemonIsLinux) [2019-09-03T00:42:55.327Z] SKIP: docker_cli_cp_test.go:311: DockerSuite.TestCpSymlinkComponent (unmatched requirement DaemonIsLinux) [2019-09-03T00:42:55.327Z] SKIP: docker_cli_cp_test.go:568: DockerSuite.TestCpSymlinkFromConToHostFollowSymlink (unmatched requirement DaemonIsLinux) [2019-09-03T00:43:02.435Z] PASS: docker_cli_cp_to_container_test.go:124: DockerSuite.TestCpToCaseA 6.195s [2019-09-03T00:43:04.622Z] PASS: docker_cli_cp_to_container_test.go:145: DockerSuite.TestCpToCaseB 3.406s [2019-09-03T00:43:04.622Z] SKIP: docker_cli_cp_to_container_test.go:166: DockerSuite.TestCpToCaseC (unmatched requirement DaemonIsLinux) [2019-09-03T00:43:04.622Z] SKIP: docker_cli_cp_to_container_test.go:193: DockerSuite.TestCpToCaseD (unmatched requirement DaemonIsLinux) [2019-09-03T00:43:17.047Z] PASS: docker_cli_cp_to_container_test.go:239: DockerSuite.TestCpToCaseE 11.661s [2019-09-03T00:43:17.047Z] SKIP: docker_cli_cp_to_container_test.go:274: DockerSuite.TestCpToCaseF (unmatched requirement DaemonIsLinux) [2019-09-03T00:43:17.047Z] SKIP: docker_cli_cp_to_container_test.go:297: DockerSuite.TestCpToCaseG (unmatched requirement DaemonIsLinux) [2019-09-03T00:43:29.475Z] PASS: docker_cli_cp_to_container_test.go:343: DockerSuite.TestCpToCaseH 11.656s [2019-09-03T00:43:29.475Z] SKIP: docker_cli_cp_to_container_test.go:379: DockerSuite.TestCpToCaseI (unmatched requirement DaemonIsLinux) [2019-09-03T00:43:29.475Z] SKIP: docker_cli_cp_to_container_test.go:403: DockerSuite.TestCpToCaseJ (unmatched requirement DaemonIsLinux) [2019-09-03T00:43:32.400Z] PASS: docker_cli_cp_test.go:477: DockerSuite.TestCpToDot 3.645s [2019-09-03T00:43:32.400Z] SKIP: docker_cli_cp_to_container_test.go:446: DockerSuite.TestCpToErrReadOnlyRootfs (unmatched requirement DaemonIsLinux) [2019-09-03T00:43:32.400Z] SKIP: docker_cli_cp_to_container_test.go:473: DockerSuite.TestCpToErrReadOnlyVolume (unmatched requirement DaemonIsLinux) [2019-09-03T00:43:37.110Z] PASS: docker_cli_cp_test.go:500: DockerSuite.TestCpToStdout 4.632s [2019-09-03T00:43:37.110Z] SKIP: docker_cli_cp_to_container_test.go:23: DockerSuite.TestCpToSymlinkDestination (unmatched requirement DaemonIsLinux) [2019-09-03T00:43:37.110Z] SKIP: docker_cli_cp_test.go:234: DockerSuite.TestCpToSymlinkToDirectory (unmatched requirement DaemonIsLinux) [2019-09-03T00:43:37.110Z] SKIP: docker_cli_cp_test.go:350: DockerSuite.TestCpUnprivilegedUser (unmatched requirement DaemonIsLinux) [2019-09-03T00:43:37.110Z] SKIP: docker_cli_cp_test.go:414: DockerSuite.TestCpVolumePath (unmatched requirement DaemonIsLinux) [2019-09-03T00:43:37.110Z] PASS: docker_cli_create_test.go:328: DockerSuite.TestCreate64ByteHexID 0.135s [2019-09-03T00:43:37.110Z] PASS: docker_cli_create_test.go:23: DockerSuite.TestCreateArgs 0.121s [2019-09-03T00:43:40.028Z] PASS: docker_cli_create_test.go:260: DockerSuite.TestCreateByImageID 2.933s [2019-09-03T00:43:42.947Z] PASS: docker_cli_create_test.go:165: DockerSuite.TestCreateEchoStdout 2.947s [2019-09-03T00:43:42.947Z] PASS: docker_cli_create_test.go:61: DockerSuite.TestCreateGrowRootfs 0.219s [2019-09-03T00:43:43.409Z] PASS: docker_cli_create_test.go:85: DockerSuite.TestCreateHostConfig 0.122s [2019-09-03T00:43:45.605Z] PASS: docker_cli_create_test.go:223: DockerSuite.TestCreateHostnameWithNumber 2.440s [2019-09-03T00:43:47.793Z] PASS: docker_cli_create_test.go:206: DockerSuite.TestCreateLabelFromImage 1.862s [2019-09-03T00:43:47.794Z] PASS: docker_cli_create_test.go:193: DockerSuite.TestCreateLabels 0.122s [2019-09-03T00:43:47.794Z] SKIP: docker_cli_create_test.go:250: DockerSuite.TestCreateModeIpcContainer (unmatched requirement DaemonIsLinux) [2019-09-03T00:43:48.255Z] PASS: docker_cli_create_test.go:233: DockerSuite.TestCreateRM 0.258s [2019-09-03T00:43:48.255Z] SKIP: docker_cli_create_test.go:75: DockerSuite.TestCreateShrinkRootfs (unmatched requirement Devicemapper) [2019-09-03T00:43:48.255Z] PASS: docker_cli_create_test.go:293: DockerSuite.TestCreateStopSignal 0.130s [2019-09-03T00:43:48.255Z] PASS: docker_cli_create_test.go:363: DockerSuite.TestCreateStopTimeout 0.253s [2019-09-03T00:44:03.113Z] PASS: docker_cli_create_test.go:336: DockerSuite.TestCreateUnsetEntrypoint 14.764s [2019-09-03T00:44:03.575Z] PASS: docker_cli_create_test.go:174: DockerSuite.TestCreateVolumesCreated 0.135s [2019-09-03T00:44:04.037Z] PASS: docker_cli_create_test.go:316: DockerSuite.TestCreateWithInvalidLogOpts 0.112s [2019-09-03T00:44:07.790Z] PASS: docker_cli_create_test.go:136: DockerSuite.TestCreateWithLargePortRange 3.437s [2019-09-03T00:44:08.252Z] PASS: docker_cli_create_test.go:107: DockerSuite.TestCreateWithPortRange 0.124s [2019-09-03T00:44:08.252Z] SKIP: docker_api_containers_test.go:893: DockerSuite.TestCreateWithTooLowMemoryLimit (unmatched requirement DaemonIsLinux) [2019-09-03T00:44:12.019Z] PASS: docker_cli_create_test.go:302: DockerSuite.TestCreateWithWorkdir 2.553s [2019-09-03T00:44:12.019Z] SKIP: docker_deprecated_api_v124_test.go:71: DockerSuite.TestDeprecatedContainerAPIStartDupVolumeBinds (unmatched requirement DaemonIsLinux) [2019-09-03T00:44:12.019Z] PASS: docker_deprecated_api_v124_test.go:21: DockerSuite.TestDeprecatedContainerAPIStartHostConfig 0.085s [2019-09-03T00:44:12.019Z] SKIP: docker_deprecated_api_v124_test.go:40: DockerSuite.TestDeprecatedContainerAPIStartVolumeBinds (unmatched requirement DaemonIsLinux) [2019-09-03T00:44:12.019Z] SKIP: docker_deprecated_api_v124_test.go:104: DockerSuite.TestDeprecatedContainerAPIStartVolumesFrom (unmatched requirement DaemonIsLinux) [2019-09-03T00:44:12.019Z] SKIP: docker_deprecated_api_v124_test.go:137: DockerSuite.TestDeprecatedPostContainerBindNormalVolume (unmatched requirement DaemonIsLinux) [2019-09-03T00:44:12.019Z] SKIP: docker_deprecated_api_v124_test.go:199: DockerSuite.TestDeprecatedPostContainersStartWithLinksInHostConfig (unmatched requirement DaemonIsLinux) [2019-09-03T00:44:12.019Z] SKIP: docker_deprecated_api_v124_test.go:217: DockerSuite.TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (unmatched requirement DaemonIsLinux) [2019-09-03T00:44:12.019Z] SKIP: docker_deprecated_api_v124_test.go:182: DockerSuite.TestDeprecatedPostContainersStartWithoutLinksInHostConfig (unmatched requirement DaemonIsLinux) [2019-09-03T00:44:12.019Z] SKIP: docker_deprecated_api_v124_test.go:236: DockerSuite.TestDeprecatedStartWithNilDNS (unmatched requirement DaemonIsLinux) [2019-09-03T00:44:12.019Z] SKIP: docker_deprecated_api_v124_test.go:157: DockerSuite.TestDeprecatedStartWithTooLowMemoryLimit (unmatched requirement DaemonIsLinux) [2019-09-03T00:44:12.019Z] SKIP: docker_cli_run_test.go:2999: DockerSuite.TestDevicePermissions (unmatched requirement DaemonIsLinux) [2019-09-03T00:44:12.019Z] PASS: docker_cli_run_test.go:3710: DockerSuite.TestDockerFails 0.054s [2019-09-03T00:44:12.019Z] SKIP: docker_cli_volume_test.go:475: DockerSuite.TestDuplicateMountpointsForVolumesFrom (unmatched requirement DaemonIsLinux) [2019-09-03T00:44:12.019Z] SKIP: docker_cli_volume_test.go:517: DockerSuite.TestDuplicateMountpointsForVolumesFromAndBind (unmatched requirement DaemonIsLinux) [2019-09-03T00:44:12.019Z] SKIP: docker_cli_volume_test.go:561: DockerSuite.TestDuplicateMountpointsForVolumesFromAndMounts (unmatched requirement DaemonIsLinux) [2019-09-03T00:44:12.019Z] SKIP: docker_cli_events_test.go:463: DockerSuite.TestEventsAttach (unmatched requirement DaemonIsLinux) [2019-09-03T00:44:12.019Z] SKIP: docker_cli_events_test.go:394: DockerSuite.TestEventsCommit (unmatched requirement DaemonIsLinux) [2019-09-03T00:44:15.769Z] PASS: docker_cli_events_test.go:80: DockerSuite.TestEventsContainerEvents 3.595s [2019-09-03T00:44:18.713Z] PASS: docker_cli_events_test.go:92: DockerSuite.TestEventsContainerEventsAttrSort 3.419s [2019-09-03T00:44:22.474Z] PASS: docker_cli_events_test.go:116: DockerSuite.TestEventsContainerEventsSinceUnixEpoch 3.721s [2019-09-03T00:44:32.840Z] PASS: docker_cli_events_test.go:643: DockerSuite.TestEventsContainerRestart 9.750s [2019-09-03T00:44:38.666Z] PASS: docker_cli_events_test.go:411: DockerSuite.TestEventsCopy 5.734s [2019-09-03T00:44:45.774Z] PASS: docker_cli_events_test.go:356: DockerSuite.TestEventsFilterContainer 6.848s [2019-09-03T00:44:48.696Z] PASS: docker_cli_events_test.go:633: DockerSuite.TestEventsFilterImageInContainerAction 3.179s [2019-09-03T00:44:50.883Z] PASS: docker_cli_events_test.go:326: DockerSuite.TestEventsFilterImageLabels 2.042s [2019-09-03T00:44:59.478Z] PASS: docker_cli_events_test.go:263: DockerSuite.TestEventsFilterImageName 6.683s [2019-09-03T00:44:59.478Z] PASS: docker_cli_events_test.go:291: DockerSuite.TestEventsFilterLabels 0.675s [2019-09-03T00:45:01.667Z] PASS: docker_cli_events_test.go:549: DockerSuite.TestEventsFilterType 2.170s [2019-09-03T00:45:07.488Z] PASS: docker_cli_events_test.go:248: DockerSuite.TestEventsFilters 5.781s [2019-09-03T00:45:14.598Z] PASS: docker_cli_events_test.go:712: DockerSuite.TestEventsFormat 6.881s [2019-09-03T00:45:14.598Z] PASS: docker_cli_events_test.go:745: DockerSuite.TestEventsFormatBadField 0.053s [2019-09-03T00:45:14.598Z] PASS: docker_cli_events_test.go:735: DockerSuite.TestEventsFormatBadFunc 0.052s [2019-09-03T00:45:14.598Z] SKIP: docker_cli_events_test.go:166: DockerSuite.TestEventsImageImport (unmatched requirement DaemonIsLinux) [2019-09-03T00:45:14.598Z] SKIP: docker_cli_events_test.go:190: DockerSuite.TestEventsImageLoad (unmatched requirement DaemonIsLinux) [2019-09-03T00:45:14.598Z] SKIP: docker_cli_events_test.go:148: DockerSuite.TestEventsImagePull (unmatched requirement DaemonIsLinux) [2019-09-03T00:45:15.573Z] PASS: docker_cli_events_test.go:130: DockerSuite.TestEventsImageTag 1.159s [2019-09-03T00:45:15.573Z] SKIP: docker_cli_events_test.go:229: DockerSuite.TestEventsPluginOps (unmatched requirement DaemonIsLinux) [2019-09-03T00:45:19.330Z] PASS: docker_cli_events_test.go:501: DockerSuite.TestEventsRename 3.726s [2019-09-03T00:45:23.080Z] PASS: docker_cli_events_test.go:440: DockerSuite.TestEventsResize 3.772s [2019-09-03T00:45:26.834Z] PASS: docker_cli_events_test.go:683: DockerSuite.TestEventsSinceInTheFuture 2.518s [2019-09-03T00:45:29.763Z] PASS: docker_cli_events_test.go:603: DockerSuite.TestEventsSpecialFiltersWithExecCreate 2.242s [2019-09-03T00:45:36.862Z] PASS: docker_cli_events_test.go:28: DockerSuite.TestEventsTimestampFormats 5.965s [2019-09-03T00:45:36.862Z] SKIP: docker_cli_events_test.go:512: DockerSuite.TestEventsTop (unmatched requirement DaemonIsLinux) [2019-09-03T00:45:39.051Z] PASS: docker_cli_events_test.go:57: DockerSuite.TestEventsUntag 2.727s [2019-09-03T00:45:46.157Z] PASS: docker_cli_events_test.go:695: DockerSuite.TestEventsUntilInThePast 7.276s [2019-09-03T00:45:46.157Z] SKIP: docker_cli_exec_test.go:25: DockerSuite.TestExec (unmatched requirement DaemonIsLinux) [2019-09-03T00:45:46.157Z] SKIP: docker_api_exec_test.go:61: DockerSuite.TestExecAPICreateContainerPaused (unmatched requirement DaemonIsLinux) [2019-09-03T00:45:49.083Z] PASS: docker_api_exec_test.go:24: DockerSuite.TestExecAPICreateNoCmd 2.321s [2019-09-03T00:45:52.839Z] PASS: docker_api_exec_test.go:40: DockerSuite.TestExecAPICreateNoValidContentType 3.264s [2019-09-03T00:45:52.839Z] SKIP: docker_api_exec_test.go:80: DockerSuite.TestExecAPIStart (unmatched requirement DaemonIsLinux) [2019-09-03T00:45:52.839Z] SKIP: docker_api_exec_test.go:117: DockerSuite.TestExecAPIStartBackwardsCompatible (unmatched requirement DaemonIsLinux) [2019-09-03T00:45:52.839Z] SKIP: docker_api_exec_test.go:107: DockerSuite.TestExecAPIStartEnsureHeaders (unmatched requirement DaemonIsLinux) [2019-09-03T00:45:56.594Z] PASS: docker_api_exec_test.go:189: DockerSuite.TestExecAPIStartInvalidCommand 2.832s [2019-09-03T00:46:00.362Z] PASS: docker_api_exec_test.go:132: DockerSuite.TestExecAPIStartMultipleTimesError 3.297s [2019-09-03T00:46:04.124Z] PASS: docker_api_exec_test.go:173: DockerSuite.TestExecAPIStartValidCommand 3.155s [2019-09-03T00:46:07.045Z] PASS: docker_api_exec_test.go:142: DockerSuite.TestExecAPIStartWithDetach 1.673s [2019-09-03T00:46:12.866Z] PASS: docker_cli_exec_test.go:70: DockerSuite.TestExecAfterContainerRestart 4.998s [2019-09-03T00:46:12.866Z] SKIP: docker_cli_exec_test.go:247: DockerSuite.TestExecCgroup (unmatched requirement DaemonIsLinux) [2019-09-03T00:46:12.866Z] SKIP: docker_cli_exec_test.go:99: DockerSuite.TestExecEnv (unmatched requirement DaemonIsLinux) [2019-09-03T00:46:12.866Z] SKIP: docker_cli_exec_test.go:524: DockerSuite.TestExecEnvLinksHost (unmatched requirement DaemonIsLinux) [2019-09-03T00:46:15.787Z] PASS: docker_cli_exec_test.go:125: DockerSuite.TestExecExitStatus 2.563s [2019-09-03T00:46:20.500Z] PASS: docker_cli_exec_test.go:300: DockerSuite.TestExecInspectID 4.958s [2019-09-03T00:46:20.500Z] SKIP: docker_cli_exec_test.go:34: DockerSuite.TestExecInteractive (unmatched requirement DaemonIsLinux) [2019-09-03T00:46:20.500Z] SKIP: docker_cli_exec_test.go:480: DockerSuite.TestExecOnReadonlyContainer (unmatched requirement DaemonIsLinux) [2019-09-03T00:46:20.500Z] SKIP: docker_cli_exec_test.go:205: DockerSuite.TestExecParseError (unmatched requirement DaemonIsLinux) [2019-09-03T00:46:20.962Z] SKIP: docker_cli_exec_test.go:132: DockerSuite.TestExecPausedContainer (unmatched requirement IsPausable) [2019-09-03T00:46:20.962Z] SKIP: docker_api_exec_resize_test.go:18: DockerSuite.TestExecResizeAPIHeightWidthNoInt (unmatched requirement DaemonIsLinux) [2019-09-03T00:46:24.724Z] PASS: docker_api_exec_resize_test.go:34: DockerSuite.TestExecResizeImmediatelyAfterExecStart 3.321s [2019-09-03T00:46:24.724Z] SKIP: docker_cli_exec_test.go:114: DockerSuite.TestExecSetEnv (unmatched requirement DaemonIsLinux) [2019-09-03T00:46:24.724Z] SKIP: docker_cli_exec_test.go:500: DockerSuite.TestExecStartFails (unmatched requirement DaemonIsLinux) [2019-09-03T00:46:24.724Z] SKIP: docker_api_exec_test.go:207: DockerSuite.TestExecStateCleanup (unmatched requirement DaemonIsLinux) [2019-09-03T00:46:24.724Z] SKIP: docker_cli_exec_test.go:219: DockerSuite.TestExecStopNotHanging (unmatched requirement DaemonIsLinux) [2019-09-03T00:46:24.724Z] SKIP: docker_cli_exec_test.go:147: DockerSuite.TestExecTTYCloseStdin (unmatched requirement DaemonIsLinux) [2019-09-03T00:46:28.479Z] PASS: docker_cli_exec_test.go:168: DockerSuite.TestExecTTYWithoutStdin 3.175s [2019-09-03T00:46:28.479Z] SKIP: docker_cli_exec_test.go:488: DockerSuite.TestExecUlimits (unmatched requirement DaemonIsLinux) [2019-09-03T00:46:40.928Z] PASS: docker_cli_exec_test.go:514: DockerSuite.TestExecWindowsPathNotWiped 10.620s [2019-09-03T00:46:40.928Z] SKIP: docker_cli_exec_test.go:467: DockerSuite.TestExecWithImageUser (unmatched requirement DaemonIsLinux) [2019-09-03T00:46:40.928Z] SKIP: docker_cli_exec_test.go:437: DockerSuite.TestExecWithPrivileged (unmatched requirement DaemonIsLinux) [2019-09-03T00:46:40.928Z] SKIP: docker_cli_exec_test.go:424: DockerSuite.TestExecWithUser (unmatched requirement DaemonIsLinux) [2019-09-03T00:46:46.741Z] PASS: docker_api_containers_test.go:190: DockerSuite.TestGetContainerStats 7.261s [2019-09-03T00:46:53.845Z] PASS: docker_api_containers_test.go:338: DockerSuite.TestGetContainerStatsNoStream 7.528s [2019-09-03T00:46:58.563Z] PASS: docker_api_containers_test.go:230: DockerSuite.TestGetContainerStatsRmRunning 4.268s [2019-09-03T00:47:05.663Z] PASS: docker_api_containers_test.go:297: DockerSuite.TestGetContainerStatsStream 7.496s [2019-09-03T00:47:05.663Z] SKIP: docker_api_attach_test.go:26: DockerSuite.TestGetContainersAttachWebsocket (unmatched requirement DaemonIsLinux) [2019-09-03T00:47:05.663Z] PASS: docker_api_attach_test.go:90: DockerSuite.TestGetContainersWsAttachContainerNotFound 0.001s [2019-09-03T00:47:05.663Z] PASS: docker_api_containers_test.go:378: DockerSuite.TestGetStoppedContainerStats 0.068s [2019-09-03T00:47:06.125Z] SKIP: docker_cli_health_test.go:39: DockerSuite.TestHealth (unmatched requirement DaemonIsLinux) [2019-09-03T00:47:06.125Z] PASS: docker_cli_history_test.go:58: DockerSuite.TestHistoryExistentImage 0.055s [2019-09-03T00:47:06.125Z] PASS: docker_cli_history_test.go:86: DockerSuite.TestHistoryHumanOptionFalse 0.055s [2019-09-03T00:47:06.125Z] PASS: docker_cli_history_test.go:104: DockerSuite.TestHistoryHumanOptionTrue 0.056s [2019-09-03T00:47:14.730Z] PASS: docker_cli_history_test.go:67: DockerSuite.TestHistoryImageWithComment 7.306s [2019-09-03T00:47:14.730Z] PASS: docker_cli_history_test.go:62: DockerSuite.TestHistoryNonExistentImage 0.052s [2019-09-03T00:47:14.730Z] SKIP: docker_cli_images_test.go:227: DockerSuite.TestImagesEnsureDanglingImageOnlyListedOnce (unmatched requirement DaemonIsLinux) [2019-09-03T00:47:14.730Z] PASS: docker_cli_images_test.go:22: DockerSuite.TestImagesEnsureImageIsListed 0.062s [2019-09-03T00:47:14.730Z] PASS: docker_cli_images_test.go:46: DockerSuite.TestImagesEnsureImageWithBadTagIsNotListed 0.054s [2019-09-03T00:47:14.730Z] PASS: docker_cli_images_test.go:27: DockerSuite.TestImagesEnsureImageWithTagIsListed 0.288s [2019-09-03T00:47:16.276Z] PASS: docker_cli_images_test.go:301: DockerSuite.TestImagesEnsureImagesFromBusyboxShown 1.820s [2019-09-03T00:47:16.276Z] SKIP: docker_cli_images_test.go:284: DockerSuite.TestImagesEnsureImagesFromScratchShown (unmatched requirement DaemonIsLinux) [2019-09-03T00:47:19.207Z] PASS: docker_cli_images_test.go:261: DockerSuite.TestImagesEnsureOnlyHeadsImagesShown 3.236s [2019-09-03T00:47:19.672Z] PASS: docker_cli_images_test.go:71: DockerSuite.TestImagesErrorWithInvalidFilterNameTest 0.063s [2019-09-03T00:47:25.490Z] PASS: docker_cli_images_test.go:77: DockerSuite.TestImagesFilterLabelMatch 5.208s [2019-09-03T00:47:25.490Z] PASS: docker_cli_images_test.go:316: DockerSuite.TestImagesFilterNameWithPort 0.234s [2019-09-03T00:47:31.306Z] PASS: docker_cli_images_test.go:117: DockerSuite.TestImagesFilterSinceAndBefore 5.560s [2019-09-03T00:47:34.227Z] PASS: docker_cli_images_test.go:187: DockerSuite.TestImagesFilterSpaceTrimCase 3.673s [2019-09-03T00:47:34.689Z] PASS: docker_cli_images_test.go:329: DockerSuite.TestImagesFormat 0.180s [2019-09-03T00:47:34.689Z] SKIP: docker_cli_images_test.go:345: DockerSuite.TestImagesFormatDefaultFormat (unmatched requirement DaemonIsLinux) [2019-09-03T00:47:41.788Z] PASS: docker_cli_images_test.go:51: DockerSuite.TestImagesOrderedByCreationDate 7.282s [2019-09-03T00:47:41.788Z] PASS: docker_cli_images_test.go:255: DockerSuite.TestImagesWithIncorrectFilter 0.053s [2019-09-03T00:47:44.707Z] PASS: docker_cli_import_test.go:37: DockerSuite.TestImportBadURL 2.372s [2019-09-03T00:47:44.707Z] SKIP: docker_cli_import_test.go:19: DockerSuite.TestImportDisplay (unmatched requirement DaemonIsLinux) [2019-09-03T00:47:44.707Z] SKIP: docker_cli_import_test.go:48: DockerSuite.TestImportFile (unmatched requirement DaemonIsLinux) [2019-09-03T00:47:44.707Z] PASS: docker_cli_import_test.go:123: DockerSuite.TestImportFileNonExistentFile 0.056s [2019-09-03T00:47:44.707Z] SKIP: docker_cli_import_test.go:92: DockerSuite.TestImportFileWithMessage (unmatched requirement DaemonIsLinux) [2019-09-03T00:47:44.707Z] SKIP: docker_cli_import_test.go:69: DockerSuite.TestImportGzipped (unmatched requirement DaemonIsLinux) [2019-09-03T00:47:44.707Z] SKIP: docker_cli_import_test.go:128: DockerSuite.TestImportWithQuotedChanges (unmatched requirement DaemonIsLinux) [2019-09-03T00:47:44.707Z] SKIP: docker_cli_info_test.go:178: DockerSuite.TestInfoDebug (unmatched requirement DaemonIsLinux) [2019-09-03T00:47:44.707Z] SKIP: docker_cli_info_test.go:107: DockerSuite.TestInfoDiscoveryAdvertiseInterfaceName (unmatched requirement DaemonIsLinux) [2019-09-03T00:47:44.707Z] SKIP: docker_cli_info_test.go:73: DockerSuite.TestInfoDiscoveryBackend (unmatched requirement DaemonIsLinux) [2019-09-03T00:47:44.707Z] SKIP: docker_cli_info_test.go:90: DockerSuite.TestInfoDiscoveryInvalidAdvertise (unmatched requirement DaemonIsLinux) [2019-09-03T00:47:44.707Z] SKIP: docker_cli_info_test.go:144: DockerSuite.TestInfoDisplaysPausedContainers (unmatched requirement IsPausable) [2019-09-03T00:47:44.707Z] SKIP: docker_cli_info_test.go:131: DockerSuite.TestInfoDisplaysRunningContainers (unmatched requirement DaemonIsLinux) [2019-09-03T00:47:44.707Z] SKIP: docker_cli_info_test.go:161: DockerSuite.TestInfoDisplaysStoppedContainers (unmatched requirement DaemonIsLinux) [2019-09-03T00:47:45.169Z] PASS: docker_cli_info_test.go:17: DockerSuite.TestInfoEnsureSucceeds 0.056s [2019-09-03T00:47:45.169Z] PASS: docker_cli_info_test.go:61: DockerSuite.TestInfoFormat 0.103s [2019-09-03T00:47:45.169Z] SKIP: docker_cli_info_test.go:196: DockerSuite.TestInsecureRegistries (unmatched requirement DaemonIsLinux) [2019-09-03T00:47:45.169Z] SKIP: docker_api_inspect_test.go:146: DockerSuite.TestInspectAPIBridgeNetworkSettings120 (unmatched requirement DaemonIsLinux) [2019-09-03T00:47:45.169Z] SKIP: docker_api_inspect_test.go:163: DockerSuite.TestInspectAPIBridgeNetworkSettings121 (unmatched requirement DaemonIsLinux) [2019-09-03T00:47:48.941Z] PASS: docker_api_inspect_test.go:16: DockerSuite.TestInspectAPIContainerResponse 2.962s [2019-09-03T00:47:51.868Z] PASS: docker_api_inspect_test.go:83: DockerSuite.TestInspectAPIContainerVolumeDriver 2.786s [2019-09-03T00:47:51.868Z] SKIP: docker_api_inspect_test.go:60: DockerSuite.TestInspectAPIContainerVolumeDriverLegacy (unmatched requirement DaemonIsLinux) [2019-09-03T00:47:51.868Z] SKIP: docker_api_inspect_test.go:122: DockerSuite.TestInspectAPIEmptyFieldsInConfigPre121 (unmatched requirement DaemonIsLinux) [2019-09-03T00:47:52.331Z] PASS: docker_api_inspect_test.go:107: DockerSuite.TestInspectAPIImageResponse 0.071s [2019-09-03T00:47:52.331Z] SKIP: docker_cli_inspect_test.go:413: DockerSuite.TestInspectAmpersand (unmatched requirement DaemonIsLinux) [2019-09-03T00:47:56.087Z] PASS: docker_cli_inspect_test.go:207: DockerSuite.TestInspectBindMountPoint 3.212s [2019-09-03T00:47:56.087Z] PASS: docker_cli_inspect_test.go:342: DockerSuite.TestInspectByPrefix 0.185s [2019-09-03T00:47:59.839Z] PASS: docker_cli_inspect_test.go:142: DockerSuite.TestInspectContainerFilterInt 2.362s [2019-09-03T00:47:59.839Z] SKIP: docker_cli_inspect_test.go:182: DockerSuite.TestInspectContainerGraphDriver (unmatched requirement DaemonIsLinux) [2019-09-03T00:47:59.839Z] SKIP: docker_cli_inspect_test.go:392: DockerSuite.TestInspectContainerNetworkCustom (unmatched requirement DaemonIsLinux) [2019-09-03T00:47:59.839Z] SKIP: docker_cli_inspect_test.go:380: DockerSuite.TestInspectContainerNetworkDefault (unmatched requirement DaemonIsLinux) [2019-09-03T00:48:02.763Z] PASS: docker_cli_inspect_test.go:45: DockerSuite.TestInspectDefault 2.373s [2019-09-03T00:48:11.364Z] PASS: docker_cli_inspect_test.go:372: DockerSuite.TestInspectHistory 7.132s [2019-09-03T00:48:11.364Z] SKIP: docker_cli_inspect_test.go:25: DockerSuite.TestInspectImage (unmatched requirement DaemonIsLinux) [2019-09-03T00:48:11.364Z] SKIP: docker_cli_inspect_test.go:126: DockerSuite.TestInspectImageFilterInt (unmatched requirement DaemonIsLinux) [2019-09-03T00:48:11.364Z] SKIP: docker_cli_inspect_test.go:164: DockerSuite.TestInspectImageGraphDriver (unmatched requirement DaemonIsLinux) [2019-09-03T00:48:14.285Z] PASS: docker_cli_inspect_test.go:39: DockerSuite.TestInspectInt64 2.655s [2019-09-03T00:48:17.203Z] PASS: docker_cli_inspect_test.go:334: DockerSuite.TestInspectJSONFields 2.983s [2019-09-03T00:48:17.664Z] PASS: docker_cli_inspect_test.go:284: DockerSuite.TestInspectLogConfigNoType 0.122s [2019-09-03T00:48:20.589Z] PASS: docker_cli_inspect_test.go:239: DockerSuite.TestInspectNamedMountPoint 1.728s [2019-09-03T00:48:23.532Z] PASS: docker_cli_inspect_test.go:297: DockerSuite.TestInspectNoSizeFlagContainer 2.420s [2019-09-03T00:48:23.532Z] SKIP: docker_cli_inspect_test.go:423: DockerSuite.TestInspectPlugin (unmatched requirement DaemonIsLinux) [2019-09-03T00:48:23.532Z] PASS: docker_cli_inspect_test.go:403: DockerSuite.TestInspectRootFS 0.058s [2019-09-03T00:48:27.301Z] PASS: docker_cli_inspect_test.go:309: DockerSuite.TestInspectSizeFlagContainer 2.373s [2019-09-03T00:48:30.230Z] PASS: docker_cli_inspect_test.go:56: DockerSuite.TestInspectStatus 3.270s [2019-09-03T00:48:38.828Z] PASS: docker_cli_inspect_test.go:353: DockerSuite.TestInspectStopWhenNotFound 6.425s [2019-09-03T00:48:41.760Z] PASS: docker_cli_inspect_test.go:320: DockerSuite.TestInspectTemplateError 2.227s [2019-09-03T00:48:44.681Z] PASS: docker_cli_inspect_test.go:263: DockerSuite.TestInspectTimesAsRFC3339Nano 2.418s [2019-09-03T00:48:47.604Z] PASS: docker_cli_inspect_test.go:81: DockerSuite.TestInspectTypeFlagContainer 1.726s [2019-09-03T00:48:50.527Z] PASS: docker_cli_inspect_test.go:103: DockerSuite.TestInspectTypeFlagWithImage 1.921s [2019-09-03T00:48:53.446Z] PASS: docker_cli_inspect_test.go:114: DockerSuite.TestInspectTypeFlagWithInvalidValue 2.715s [2019-09-03T00:48:57.205Z] PASS: docker_cli_inspect_test.go:91: DockerSuite.TestInspectTypeFlagWithNoContainer 2.827s [2019-09-03T00:48:57.205Z] PASS: docker_cli_inspect_test.go:454: DockerSuite.TestInspectUnknownObject 0.070s [2019-09-03T00:48:57.205Z] SKIP: docker_cli_links_test.go:201: DockerSuite.TestLinkShortDefinition (unmatched requirement DaemonIsLinux) [2019-09-03T00:48:57.205Z] SKIP: docker_cli_links_test.go:192: DockerSuite.TestLinksEnvs (unmatched requirement DaemonIsLinux) [2019-09-03T00:48:57.205Z] SKIP: docker_cli_links_test.go:228: DockerSuite.TestLinksEtcHostsRegularFile (unmatched requirement DaemonIsLinux) [2019-09-03T00:48:57.205Z] SKIP: docker_cli_links_test.go:141: DockerSuite.TestLinksHostsFilesInject (unmatched requirement DaemonIsLinux) [2019-09-03T00:48:57.205Z] SKIP: docker_cli_links_test.go:94: DockerSuite.TestLinksInspectLinksStarted (unmatched requirement DaemonIsLinux) [2019-09-03T00:48:57.205Z] SKIP: docker_cli_links_test.go:113: DockerSuite.TestLinksInspectLinksStopped (unmatched requirement DaemonIsLinux) [2019-09-03T00:48:57.205Z] SKIP: docker_cli_links_test.go:25: DockerSuite.TestLinksInvalidContainerTarget (unmatched requirement DaemonIsLinux) [2019-09-03T00:48:57.205Z] SKIP: docker_cli_links_test.go:235: DockerSuite.TestLinksMultipleWithSameName (unmatched requirement DaemonIsLinux) [2019-09-03T00:48:57.205Z] SKIP: docker_cli_links_test.go:217: DockerSuite.TestLinksNetworkHostContainer (unmatched requirement DaemonIsLinux) [2019-09-03T00:48:57.205Z] SKIP: docker_cli_links_test.go:133: DockerSuite.TestLinksNotStartedParentNotFail (unmatched requirement DaemonIsLinux) [2019-09-03T00:48:57.205Z] SKIP: docker_cli_links_test.go:37: DockerSuite.TestLinksPingLinkedContainers (unmatched requirement DaemonIsLinux) [2019-09-03T00:48:57.205Z] SKIP: docker_cli_links_test.go:81: DockerSuite.TestLinksPingLinkedContainersAfterRename (unmatched requirement DaemonIsLinux) [2019-09-03T00:48:57.205Z] SKIP: docker_cli_exec_test.go:367: DockerSuite.TestLinksPingLinkedContainersOnRename (unmatched requirement DaemonIsLinux) [2019-09-03T00:48:57.205Z] SKIP: docker_cli_links_test.go:16: DockerSuite.TestLinksPingUnlinkedContainers (unmatched requirement DaemonIsLinux) [2019-09-03T00:48:57.205Z] SKIP: docker_cli_links_test.go:159: DockerSuite.TestLinksUpdateOnRestart (unmatched requirement DaemonIsLinux) [2019-09-03T00:48:57.668Z] SKIP: docker_cli_save_load_test.go:334: DockerSuite.TestLoadZeroSizeLayer (unmatched requirement DaemonIsLinux) [2019-09-03T00:48:57.668Z] PASS: docker_cli_login_test.go:12: DockerSuite.TestLoginWithoutTTY 0.053s [2019-09-03T00:48:57.668Z] PASS: docker_api_logs_test.go:86: DockerSuite.TestLogsAPIContainerNotFound 0.001s [2019-09-03T00:48:59.862Z] PASS: docker_api_logs_test.go:71: DockerSuite.TestLogsAPIFollowEmptyOutput 1.669s [2019-09-03T00:49:02.787Z] PASS: docker_api_logs_test.go:59: DockerSuite.TestLogsAPINoStdoutNorStderr 2.054s [2019-09-03T00:49:09.887Z] PASS: docker_api_logs_test.go:150: DockerSuite.TestLogsAPIUntil 6.203s [2019-09-03T00:49:12.829Z] PASS: docker_api_logs_test.go:188: DockerSuite.TestLogsAPIUntilDefaultValue 3.499s [2019-09-03T00:49:12.829Z] SKIP: docker_api_logs_test.go:93: DockerSuite.TestLogsAPIUntilFutureFollow (unmatched requirement DaemonIsLinux) [2019-09-03T00:49:15.749Z] PASS: docker_api_logs_test.go:23: DockerSuite.TestLogsAPIWithStdout 1.919s [2019-09-03T00:49:15.749Z] PASS: docker_cli_logs_test.go:318: DockerSuite.TestLogsCLIContainerNotFound 0.053s [2019-09-03T00:49:24.417Z] PASS: docker_cli_logs_test.go:24: DockerSuite.TestLogsContainerBiggerThanPage 7.719s [2019-09-03T00:49:31.720Z] PASS: docker_cli_logs_test.go:29: DockerSuite.TestLogsContainerMuchBiggerThanPage 7.485s [2019-09-03T00:49:38.823Z] PASS: docker_cli_logs_test.go:19: DockerSuite.TestLogsContainerSmallerThanPage 7.450s [2019-09-03T00:49:42.581Z] PASS: docker_cli_logs_test.go:300: DockerSuite.TestLogsFollowGoroutinesNoOutput 3.136s [2019-09-03T00:49:46.343Z] PASS: docker_cli_logs_test.go:272: DockerSuite.TestLogsFollowGoroutinesWithStdout 3.135s [2019-09-03T00:49:46.343Z] SKIP: docker_cli_logs_test.go:214: DockerSuite.TestLogsFollowSlowStdoutConsumer (unmatched requirement DaemonIsLinux) [2019-09-03T00:49:49.271Z] PASS: docker_cli_logs_test.go:124: DockerSuite.TestLogsFollowStopped 3.670s [2019-09-03T00:49:53.033Z] PASS: docker_cli_logs_test.go:66: DockerSuite.TestLogsSeparateStderr 3.569s [2019-09-03T00:50:03.388Z] PASS: docker_cli_logs_test.go:145: DockerSuite.TestLogsSince 10.396s [2019-09-03T00:50:03.388Z] SKIP: docker_cli_logs_test.go:180: DockerSuite.TestLogsSinceFutureFollow (unmatched requirement DaemonIsLinux) [2019-09-03T00:50:03.388Z] SKIP: docker_cli_logs_test.go:77: DockerSuite.TestLogsStderrInStdout (unmatched requirement DaemonIsLinux) [2019-09-03T00:50:08.098Z] PASS: docker_cli_logs_test.go:92: DockerSuite.TestLogsTail 3.955s [2019-09-03T00:50:11.021Z] PASS: docker_cli_logs_test.go:41: DockerSuite.TestLogsTimestamps 3.591s [2019-09-03T00:50:13.953Z] PASS: docker_cli_logs_test.go:325: DockerSuite.TestLogsWithDetails 2.628s [2019-09-03T00:50:13.953Z] SKIP: docker_cli_run_test.go:2913: DockerSuite.TestMountIntoProc (unmatched requirement DaemonIsLinux) [2019-09-03T00:50:13.953Z] SKIP: docker_cli_run_test.go:2922: DockerSuite.TestMountIntoSys (unmatched requirement DaemonIsLinux) [2019-09-03T00:50:13.953Z] SKIP: docker_cli_netmode_test.go:33: DockerSuite.TestNetHostname (unmatched requirement DaemonIsLinux) [2019-09-03T00:50:13.953Z] SKIP: docker_cli_netmode_test.go:26: DockerSuite.TestNetHostnameWithNetHost (unmatched requirement DaemonIsLinux) [2019-09-03T00:50:13.953Z] SKIP: docker_cli_run_test.go:3517: DockerSuite.TestNetworkRmWithActiveContainers (unmatched requirement DaemonIsLinux) [2019-09-03T00:50:13.953Z] SKIP: docker_cli_run_test.go:2699: DockerSuite.TestPermissionsPtsReadonlyRootfs (unmatched requirement DaemonIsLinux) [2019-09-03T00:50:13.953Z] SKIP: docker_cli_plugins_test.go:77: DockerSuite.TestPluginActive (unmatched requirement DaemonIsLinux) [2019-09-03T00:50:13.953Z] SKIP: docker_cli_plugins_test.go:100: DockerSuite.TestPluginActiveNetwork (unmatched requirement DaemonIsLinux) [2019-09-03T00:50:13.953Z] PASS: docker_cli_plugins_test.go:345: DockerSuite.TestPluginInspectOnWindows 0.059s [2019-09-03T00:50:13.953Z] SKIP: docker_cli_plugins_test.go:151: DockerSuite.TestPluginInstallDisableVolumeLs (unmatched requirement DaemonIsLinux) [2019-09-03T00:50:13.953Z] SKIP: docker_cli_plugins_logdriver_test.go:12: DockerSuite.TestPluginLogDriver (unmatched requirement IsAmd64) [2019-09-03T00:50:13.953Z] SKIP: docker_cli_plugins_logdriver_test.go:32: DockerSuite.TestPluginLogDriverInfoList (unmatched requirement IsAmd64) [2019-09-03T00:50:13.953Z] SKIP: docker_cli_plugins_test.go:475: DockerSuite.TestPluginMetricsCollector (unmatched requirement DaemonIsLinux) [2019-09-03T00:50:13.953Z] SKIP: docker_cli_plugins_test.go:443: DockerSuite.TestPluginUpgrade (unmatched requirement DaemonIsLinux) [2019-09-03T00:50:13.953Z] SKIP: docker_cli_port_test.go:330: DockerSuite.TestPortBindingOnSandbox (unmatched requirement DaemonIsLinux) [2019-09-03T00:50:13.953Z] SKIP: docker_cli_port_test.go:308: DockerSuite.TestPortExposeHostBinding (unmatched requirement DaemonIsLinux) [2019-09-03T00:50:13.953Z] SKIP: docker_cli_port_test.go:286: DockerSuite.TestPortHostBinding (unmatched requirement DaemonIsLinux) [2019-09-03T00:50:13.953Z] SKIP: docker_cli_port_test.go:16: DockerSuite.TestPortList (unmatched requirement DaemonIsLinux) [2019-09-03T00:50:21.067Z] PASS: docker_api_containers_test.go:1302: DockerSuite.TestPostContainerAPICreateWithStringOrSliceEntrypoint 6.957s [2019-09-03T00:50:21.067Z] SKIP: docker_api_attach_test.go:100: DockerSuite.TestPostContainersAttach (unmatched requirement DaemonIsLinux) [2019-09-03T00:50:21.067Z] PASS: docker_api_attach_test.go:79: DockerSuite.TestPostContainersAttachContainerNotFound 0.002s [2019-09-03T00:50:21.067Z] SKIP: docker_api_containers_test.go:1567: DockerSuite.TestPostContainersCreateMemorySwappinessHostConfigOmitted (unmatched requirement DaemonIsLinux) [2019-09-03T00:50:21.067Z] SKIP: docker_api_containers_test.go:1481: DockerSuite.TestPostContainersCreateShmSizeHostConfigOmitted (unmatched requirement DaemonIsLinux) [2019-09-03T00:50:21.067Z] SKIP: docker_api_containers_test.go:1463: DockerSuite.TestPostContainersCreateShmSizeNegative (unmatched requirement DaemonIsLinux) [2019-09-03T00:50:21.067Z] SKIP: docker_api_containers_test.go:1509: DockerSuite.TestPostContainersCreateShmSizeOmitted (unmatched requirement DaemonIsLinux) [2019-09-03T00:50:21.067Z] SKIP: docker_api_containers_test.go:1592: DockerSuite.TestPostContainersCreateWithOomScoreAdjInvalidRange (unmatched requirement DaemonIsLinux) [2019-09-03T00:50:21.067Z] SKIP: docker_api_containers_test.go:1536: DockerSuite.TestPostContainersCreateWithShmSize (unmatched requirement DaemonIsLinux) [2019-09-03T00:50:21.067Z] SKIP: docker_api_containers_test.go:1359: DockerSuite.TestPostContainersCreateWithStringOrSliceCapAddDrop (unmatched requirement DaemonIsLinux) [2019-09-03T00:50:28.184Z] PASS: docker_api_containers_test.go:1330: DockerSuite.TestPostContainersCreateWithStringOrSliceCmd 7.028s [2019-09-03T00:50:28.184Z] SKIP: docker_api_containers_test.go:1430: DockerSuite.TestPostContainersCreateWithWrongCpusetValues (unmatched requirement DaemonIsLinux) [2019-09-03T00:50:45.917Z] PASS: docker_cli_ps_test.go:791: DockerSuite.TestPsByOrder 13.867s [2019-09-03T00:50:45.917Z] SKIP: docker_cli_ps_test.go:544: DockerSuite.TestPsImageIDAfterUpdate (unmatched requirement DaemonIsLinux) [2019-09-03T00:51:03.646Z] PASS: docker_cli_ps_test.go:21: DockerSuite.TestPsListContainersBase 16.096s [2019-09-03T00:51:28.837Z] PASS: docker_cli_ps_test.go:308: DockerSuite.TestPsListContainersFilterAncestorImage 24.130s [2019-09-03T00:51:28.837Z] PASS: docker_cli_ps_test.go:513: DockerSuite.TestPsListContainersFilterCreated 0.243s [2019-09-03T00:51:43.689Z] PASS: docker_cli_ps_test.go:439: DockerSuite.TestPsListContainersFilterExited 16.746s [2019-09-03T00:52:04.864Z] PASS: docker_cli_ps_test.go:229: DockerSuite.TestPsListContainersFilterHealth 18.307s [2019-09-03T00:52:10.681Z] PASS: docker_cli_ps_test.go:272: DockerSuite.TestPsListContainersFilterID 6.540s [2019-09-03T00:52:21.069Z] PASS: docker_cli_ps_test.go:403: DockerSuite.TestPsListContainersFilterLabel 10.379s [2019-09-03T00:52:26.886Z] PASS: docker_cli_ps_test.go:286: DockerSuite.TestPsListContainersFilterName 4.532s [2019-09-03T00:52:26.886Z] SKIP: docker_cli_ps_test.go:711: DockerSuite.TestPsListContainersFilterNetwork (unmatched requirement DaemonIsLinux) [2019-09-03T00:52:26.886Z] SKIP: docker_cli_ps_test.go:810: DockerSuite.TestPsListContainersFilterPorts (unmatched requirement DaemonIsLinux) [2019-09-03T00:52:33.997Z] PASS: docker_cli_ps_test.go:182: DockerSuite.TestPsListContainersFilterStatus 6.133s [2019-09-03T00:52:33.997Z] SKIP: docker_cli_ps_test.go:142: DockerSuite.TestPsListContainersSize (unmatched requirement DaemonIsLinux) [2019-09-03T00:52:33.997Z] SKIP: docker_cli_ps_test.go:846: DockerSuite.TestPsNotShowLinknamesOfDeletedContainer (unmatched requirement DaemonIsLinux) [2019-09-03T00:52:33.997Z] SKIP: docker_cli_ps_test.go:593: DockerSuite.TestPsNotShowPortsOfStoppedContainer (unmatched requirement DaemonIsLinux) [2019-09-03T00:52:33.997Z] SKIP: docker_cli_ps_test.go:467: DockerSuite.TestPsRightTagName (unmatched requirement DaemonIsLinux) [2019-09-03T00:52:46.438Z] PASS: docker_cli_ps_test.go:611: DockerSuite.TestPsShowMounts 11.963s [2019-09-03T00:52:46.438Z] SKIP: docker_cli_run_test.go:3148: DockerSuite.TestPtraceContainerProcsFromHost (unmatched requirement DaemonIsLinux) [2019-09-03T00:52:47.411Z] PASS: docker_cli_pull_test.go:266: DockerSuite.TestPullLinuxImageFailsOnWindows 1.338s [2019-09-03T00:52:47.411Z] SKIP: docker_cli_pull_test.go:273: DockerSuite.TestPullWindowsImageFailsOnLinux (unmatched requirement DaemonIsLinux) [2019-09-03T00:52:48.956Z] PASS: docker_cli_push_test.go:292: DockerSuite.TestPushToCentralRegistryUnauthorized 1.279s [2019-09-03T00:52:49.929Z] PASS: docker_cli_push_test.go:38: DockerSuite.TestPushUnprefixedRepo 0.923s [2019-09-03T00:52:49.929Z] SKIP: docker_api_containers_test.go:1404: DockerSuite.TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (unmatched requirement DaemonIsLinux) [2019-09-03T00:52:55.746Z] PASS: docker_cli_restart_test.go:304: DockerSuite.TestRestartAutoRemoveContainer 5.532s [2019-09-03T00:53:01.563Z] PASS: docker_cli_restart_test.go:167: DockerSuite.TestRestartContainerSuccess 5.200s [2019-09-03T00:53:04.491Z] PASS: docker_cli_restart_test.go:153: DockerSuite.TestRestartContainerwithGoodContainer 3.626s [2019-09-03T00:53:34.539Z] PASS: docker_cli_restart_test.go:273: DockerSuite.TestRestartContainerwithRestartPolicy 26.030s [2019-09-03T00:53:34.540Z] SKIP: docker_cli_restart_test.go:80: DockerSuite.TestRestartDisconnectedContainer (unmatched requirement DaemonIsLinux) [2019-09-03T00:53:38.300Z] PASS: docker_cli_restart_test.go:240: DockerSuite.TestRestartPolicyAfterRestart 7.228s [2019-09-03T00:53:38.300Z] PASS: docker_cli_restart_test.go:105: DockerSuite.TestRestartPolicyAlways 0.196s [2019-09-03T00:53:38.762Z] PASS: docker_cli_restart_test.go:97: DockerSuite.TestRestartPolicyNO 0.124s [2019-09-03T00:53:39.224Z] PASS: docker_cli_restart_test.go:118: DockerSuite.TestRestartPolicyOnFailure 0.587s [2019-09-03T00:53:45.047Z] PASS: docker_cli_restart_test.go:32: DockerSuite.TestRestartRunningContainer 4.891s [2019-09-03T00:53:50.862Z] PASS: docker_cli_restart_test.go:15: DockerSuite.TestRestartStoppedContainer 5.658s [2019-09-03T00:53:50.862Z] SKIP: docker_cli_restart_test.go:196: DockerSuite.TestRestartWithPolicyUserDefinedNetwork (unmatched requirement DaemonIsLinux) [2019-09-03T00:53:55.579Z] PASS: docker_cli_restart_test.go:55: DockerSuite.TestRestartWithVolumes 4.985s [2019-09-03T00:53:55.579Z] PASS: docker_cli_rmi_test.go:218: DockerSuite.TestRmiBlank 0.055s [2019-09-03T00:53:56.041Z] PASS: docker_cli_rmi_test.go:328: DockerSuite.TestRmiByIDHardConflict 0.224s [2019-09-03T00:54:21.222Z] PASS: docker_cli_rmi_test.go:228: DockerSuite.TestRmiContainerImageNotFound 23.897s [2019-09-03T00:54:25.942Z] PASS: docker_cli_rmi_test.go:172: DockerSuite.TestRmiForceWithExistingContainers 5.256s [2019-09-03T00:54:28.132Z] PASS: docker_cli_rmi_test.go:200: DockerSuite.TestRmiForceWithMultipleRepositories 1.978s [2019-09-03T00:54:40.585Z] PASS: docker_cli_rmi_test.go:145: DockerSuite.TestRmiImageIDForceWithRunningContainersAndMultipleTags 9.371s [2019-09-03T00:54:45.300Z] PASS: docker_cli_rmi_test.go:107: DockerSuite.TestRmiImgIDForce 6.614s [2019-09-03T00:54:55.663Z] PASS: docker_cli_rmi_test.go:66: DockerSuite.TestRmiImgIDMultipleTag 9.330s [2019-09-03T00:55:00.377Z] PASS: docker_cli_rmi_test.go:298: DockerSuite.TestRmiParentImageFail 4.528s [2019-09-03T00:55:00.839Z] PASS: docker_cli_rmi_test.go:38: DockerSuite.TestRmiTag 0.653s [2019-09-03T00:55:03.762Z] PASS: docker_cli_rmi_test.go:160: DockerSuite.TestRmiTagWithExistingContainers 2.851s [2019-09-03T00:55:33.768Z] PASS: docker_cli_rmi_test.go:254: DockerSuite.TestRmiUntagHistoryLayer 26.676s [2019-09-03T00:55:34.744Z] PASS: docker_cli_rmi_test.go:17: DockerSuite.TestRmiWithContainerFails 2.193s [2019-09-03T00:55:41.851Z] PASS: docker_cli_rmi_test.go:186: DockerSuite.TestRmiWithMultipleRepositories 7.171s [2019-09-03T00:55:45.604Z] PASS: docker_cli_rmi_test.go:311: DockerSuite.TestRmiWithParentInUse 3.443s [2019-09-03T00:55:45.604Z] SKIP: docker_cli_run_test.go:4534: DockerSuite.TestRunAddDeviceCgroupRule (unmatched requirement DaemonIsLinux) [2019-09-03T00:55:45.604Z] SKIP: docker_cli_run_test.go:1581: DockerSuite.TestRunAddHost (unmatched requirement DaemonIsLinux) [2019-09-03T00:55:45.604Z] SKIP: docker_cli_run_test.go:4043: DockerSuite.TestRunAddHostInHostMode (unmatched requirement DaemonIsLinux) [2019-09-03T00:55:45.604Z] SKIP: docker_cli_run_test.go:1173: DockerSuite.TestRunAddingOptionalDevices (unmatched requirement DaemonIsLinux) [2019-09-03T00:55:45.604Z] SKIP: docker_cli_run_test.go:1191: DockerSuite.TestRunAddingOptionalDevicesInvalidMode (unmatched requirement DaemonIsLinux) [2019-09-03T00:55:45.604Z] SKIP: docker_cli_run_test.go:1182: DockerSuite.TestRunAddingOptionalDevicesNoSrc (unmatched requirement DaemonIsLinux) [2019-09-03T00:55:45.604Z] SKIP: docker_cli_run_test.go:2065: DockerSuite.TestRunAllocatePortInReservedRange (unmatched requirement DaemonIsLinux) [2019-09-03T00:55:49.380Z] PASS: docker_cli_run_test.go:1232: DockerSuite.TestRunAllowBindMountingRoot 3.672s [2019-09-03T00:55:49.380Z] SKIP: docker_cli_run_test.go:2270: DockerSuite.TestRunAllowPortRangeThroughExpose (unmatched requirement DaemonIsLinux) [2019-09-03T00:55:49.380Z] SKIP: docker_cli_run_test.go:2628: DockerSuite.TestRunAllowPortRangeThroughPublish (unmatched requirement DaemonIsLinux) [2019-09-03T00:55:56.485Z] PASS: docker_cli_run_test.go:574: DockerSuite.TestRunApplyVolumesFromBeforeVolumes 6.653s [2019-09-03T00:56:01.204Z] PASS: docker_cli_run_test.go:3924: DockerSuite.TestRunAttachFailedNoLeak 5.030s [2019-09-03T00:56:04.128Z] PASS: docker_cli_run_test.go:1593: DockerSuite.TestRunAttachStdErrOnlyTTYMode 2.670s [2019-09-03T00:56:07.045Z] PASS: docker_cli_run_test.go:1609: DockerSuite.TestRunAttachStdOutAndErrTTYMode 3.424s [2019-09-03T00:56:09.965Z] PASS: docker_cli_run_test.go:1601: DockerSuite.TestRunAttachStdOutOnlyTTYMode 2.543s [2019-09-03T00:56:09.965Z] PASS: docker_cli_run_test.go:1618: DockerSuite.TestRunAttachWithDetach 0.062s [2019-09-03T00:56:09.965Z] SKIP: docker_cli_run_test.go:1881: DockerSuite.TestRunBindMounts (unmatched requirement DaemonIsWindowsAtLeastBuild.func1) [2019-09-03T00:56:09.965Z] SKIP: docker_cli_run_test.go:1054: DockerSuite.TestRunCapAddALLCanDownInterface (unmatched requirement DaemonIsLinux) [2019-09-03T00:56:09.965Z] SKIP: docker_cli_run_test.go:1064: DockerSuite.TestRunCapAddALLDropNetAdminCanDownInterface (unmatched requirement DaemonIsLinux) [2019-09-03T00:56:09.965Z] SKIP: docker_cli_run_test.go:3012: DockerSuite.TestRunCapAddCHOWN (unmatched requirement DaemonIsLinux) [2019-09-03T00:56:09.965Z] SKIP: docker_cli_run_test.go:1044: DockerSuite.TestRunCapAddCanDownInterface (unmatched requirement DaemonIsLinux) [2019-09-03T00:56:09.965Z] SKIP: docker_cli_run_test.go:1035: DockerSuite.TestRunCapAddInvalid (unmatched requirement DaemonIsLinux) [2019-09-03T00:56:09.965Z] SKIP: docker_cli_run_test.go:3198: DockerSuite.TestRunCapAddSYSTIME (unmatched requirement DaemonIsLinux) [2019-09-03T00:56:09.965Z] SKIP: docker_cli_run_test.go:1025: DockerSuite.TestRunCapDropALLAddMknodCanMknod (unmatched requirement DaemonIsLinux) [2019-09-03T00:56:09.965Z] SKIP: docker_cli_run_test.go:1013: DockerSuite.TestRunCapDropALLCannotMknod (unmatched requirement DaemonIsLinux) [2019-09-03T00:56:09.965Z] SKIP: docker_cli_run_test.go:987: DockerSuite.TestRunCapDropCannotMknod (unmatched requirement DaemonIsLinux) [2019-09-03T00:56:09.965Z] SKIP: docker_cli_run_test.go:1000: DockerSuite.TestRunCapDropCannotMknodLowerCase (unmatched requirement DaemonIsLinux) [2019-09-03T00:56:09.965Z] SKIP: docker_cli_run_test.go:978: DockerSuite.TestRunCapDropInvalid (unmatched requirement DaemonIsLinux) [2019-09-03T00:56:13.716Z] PASS: docker_cli_run_test.go:1968: DockerSuite.TestRunCidFileCheckIDLength 2.276s [2019-09-03T00:56:13.716Z] SKIP: docker_cli_run_test.go:1937: DockerSuite.TestRunCidFileCleanupIfEmpty (unmatched requirement DaemonIsLinux) [2019-09-03T00:56:20.826Z] PASS: docker_cli_run_test.go:1696: DockerSuite.TestRunCleanupCmdOnEntrypoint 6.612s [2019-09-03T00:56:20.826Z] SKIP: docker_cli_run_test.go:3340: DockerSuite.TestRunContainerNetModeWithDNSMacHosts (unmatched requirement DaemonIsLinux) [2019-09-03T00:56:20.826Z] SKIP: docker_cli_run_test.go:3364: DockerSuite.TestRunContainerNetModeWithExposePort (unmatched requirement DaemonIsLinux) [2019-09-03T00:56:23.016Z] PASS: docker_cli_run_test.go:923: DockerSuite.TestRunContainerNetwork 2.834s [2019-09-03T00:56:23.016Z] SKIP: docker_cli_run_test.go:3331: DockerSuite.TestRunContainerNetworkModeToSelf (unmatched requirement DaemonIsLinux) [2019-09-03T00:56:23.016Z] SKIP: docker_cli_run_test.go:3315: DockerSuite.TestRunContainerWithCgroupMountRO (unmatched requirement DaemonIsLinux) [2019-09-03T00:56:23.016Z] SKIP: docker_cli_run_test.go:3241: DockerSuite.TestRunContainerWithCgroupParent (unmatched requirement DaemonIsLinux) [2019-09-03T00:56:23.016Z] SKIP: docker_cli_run_test.go:2738: DockerSuite.TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (unmatched requirement DaemonIsLinux) [2019-09-03T00:56:23.016Z] SKIP: docker_cli_run_test.go:2687: DockerSuite.TestRunContainerWithReadonlyRootfs (unmatched requirement DaemonIsLinux) [2019-09-03T00:56:23.016Z] SKIP: docker_cli_run_test.go:2760: DockerSuite.TestRunContainerWithReadonlyRootfsWithAddHostFlag (unmatched requirement DaemonIsLinux) [2019-09-03T00:56:23.016Z] SKIP: docker_cli_run_test.go:2750: DockerSuite.TestRunContainerWithReadonlyRootfsWithDNSFlag (unmatched requirement DaemonIsLinux) [2019-09-03T00:56:26.768Z] PASS: docker_cli_run_test.go:2797: DockerSuite.TestRunContainerWithRmFlagCannotStartContainer 3.328s [2019-09-03T00:56:29.688Z] PASS: docker_cli_run_test.go:2783: DockerSuite.TestRunContainerWithRmFlagExitCodeNotEqualToZero 3.639s [2019-09-03T00:56:33.445Z] PASS: docker_cli_run_test.go:2683: DockerSuite.TestRunContainerWithWritableRootfs 3.499s [2019-09-03T00:56:33.445Z] SKIP: docker_cli_run_test.go:1681: DockerSuite.TestRunCopyVolumeContent (unmatched requirement DaemonIsLinux) [2019-09-03T00:56:33.445Z] SKIP: docker_cli_run_test.go:1663: DockerSuite.TestRunCopyVolumeUIDGID (unmatched requirement DaemonIsLinux) [2019-09-03T00:56:33.445Z] SKIP: docker_cli_run_test.go:3206: DockerSuite.TestRunCreateContainerFailedCleanUp (unmatched requirement DaemonIsLinux) [2019-09-03T00:56:37.199Z] PASS: docker_cli_run_test.go:613: DockerSuite.TestRunCreateVolume 3.496s [2019-09-03T00:56:37.199Z] SKIP: docker_cli_run_test.go:2157: DockerSuite.TestRunCreateVolumeEtc (unmatched requirement DaemonIsLinux) [2019-09-03T00:56:37.199Z] SKIP: docker_cli_run_test.go:623: DockerSuite.TestRunCreateVolumeWithSymlink (unmatched requirement DaemonIsLinux) [2019-09-03T00:56:37.199Z] SKIP: docker_cli_run_test.go:379: DockerSuite.TestRunCreateVolumesInSymlinkDir (unmatched requirement DaemonIsLinux) [2019-09-03T00:56:37.199Z] SKIP: docker_cli_run_test.go:423: DockerSuite.TestRunCreateVolumesInSymlinkDir2 (unmatched requirement DaemonIsLinux) [2019-09-03T00:56:38.745Z] PASS: docker_cli_run_test.go:4150: DockerSuite.TestRunCredentialSpecFailures 1.793s [2019-09-03T00:56:45.859Z] PASS: docker_cli_run_test.go:4169: DockerSuite.TestRunCredentialSpecWellFormed 6.614s [2019-09-03T00:56:45.859Z] SKIP: docker_cli_run_test.go:1255: DockerSuite.TestRunDNSDefaultOptions (unmatched requirement DaemonIsLinux) [2019-09-03T00:56:45.859Z] SKIP: docker_cli_run_test.go:4008: DockerSuite.TestRunDNSInHostMode (unmatched requirement DaemonIsLinux) [2019-09-03T00:56:45.859Z] SKIP: docker_cli_run_test.go:1289: DockerSuite.TestRunDNSOptions (unmatched requirement DaemonIsLinux) [2019-09-03T00:56:45.859Z] SKIP: docker_cli_run_test.go:1323: DockerSuite.TestRunDNSOptionsBasedOnHostResolvConf (unmatched requirement DaemonIsLinux) [2019-09-03T00:56:45.859Z] SKIP: docker_cli_run_test.go:1313: DockerSuite.TestRunDNSRepeatOptions (unmatched requirement DaemonIsLinux) [2019-09-03T00:56:45.859Z] SKIP: docker_cli_run_test.go:2030: DockerSuite.TestRunDeallocatePortOnMissingIptablesRule (unmatched requirement DaemonIsLinux) [2019-09-03T00:56:48.781Z] PASS: docker_cli_run_test.go:122: DockerSuite.TestRunDetachedContainerIDPrinting 3.167s [2019-09-03T00:56:48.781Z] SKIP: docker_cli_run_test.go:1142: DockerSuite.TestRunDeviceNumbers (unmatched requirement DaemonIsLinux) [2019-09-03T00:56:48.781Z] PASS: docker_cli_run_test.go:1241: DockerSuite.TestRunDisallowBindMountingRootToRoot 0.069s [2019-09-03T00:56:48.781Z] SKIP: docker_cli_run_test.go:4185: DockerSuite.TestRunDuplicateMount (unmatched requirement DaemonIsLinux) [2019-09-03T00:56:52.541Z] PASS: docker_cli_run_test.go:52: DockerSuite.TestRunEchoNamedContainer 3.164s [2019-09-03T00:56:55.463Z] PASS: docker_cli_run_test.go:44: DockerSuite.TestRunEchoStdout 3.484s [2019-09-03T00:56:55.463Z] SKIP: docker_cli_run_test.go:4271: DockerSuite.TestRunEmptyEnv (unmatched requirement DaemonIsLinux) [2019-09-03T00:56:58.387Z] PASS: docker_cli_run_test.go:1870: DockerSuite.TestRunEntrypoint 2.751s [2019-09-03T00:56:58.387Z] SKIP: docker_cli_run_test.go:818: DockerSuite.TestRunEnvironment (unmatched requirement DaemonIsLinux) [2019-09-03T00:56:58.387Z] SKIP: docker_cli_run_test.go:857: DockerSuite.TestRunEnvironmentErase (unmatched requirement DaemonIsLinux) [2019-09-03T00:56:58.387Z] SKIP: docker_cli_run_test.go:890: DockerSuite.TestRunEnvironmentOverride (unmatched requirement DaemonIsLinux) [2019-09-03T00:57:02.141Z] PASS: docker_cli_run_test.go:700: DockerSuite.TestRunExitCode 3.342s [2019-09-03T00:57:05.895Z] PASS: docker_cli_run_test.go:91: DockerSuite.TestRunExitCodeOne 3.673s [2019-09-03T00:57:08.830Z] PASS: docker_cli_run_test.go:86: DockerSuite.TestRunExitCodeZero 3.319s [2019-09-03T00:57:11.748Z] PASS: docker_cli_run_test.go:1735: DockerSuite.TestRunExitOnStdinClose 2.977s [2019-09-03T00:57:11.748Z] PASS: docker_cli_run_test.go:2293: DockerSuite.TestRunExposePort 0.053s [2019-09-03T00:57:11.748Z] SKIP: docker_cli_run_test.go:949: DockerSuite.TestRunFullHostnameSet (unmatched requirement DaemonIsLinux) [2019-09-03T00:57:11.748Z] SKIP: docker_cli_run_test.go:1076: DockerSuite.TestRunGroupAdd (unmatched requirement DaemonIsLinux) [2019-09-03T00:57:11.748Z] SKIP: docker_cli_run_test.go:4513: DockerSuite.TestRunHostnameFQDN (unmatched requirement DaemonIsLinux) [2019-09-03T00:57:11.748Z] SKIP: docker_cli_run_test.go:4526: DockerSuite.TestRunHostnameInHostMode (unmatched requirement DaemonIsLinux) [2019-09-03T00:57:11.748Z] SKIP: docker_cli_run_test.go:4254: DockerSuite.TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (unmatched requirement IsolationIsHyperv) [2019-09-03T00:57:11.748Z] SKIP: docker_cli_run_test.go:3730: DockerSuite.TestRunInitLayerPathOwnership (unmatched requirement DaemonIsLinux) [2019-09-03T00:57:11.748Z] SKIP: docker_cli_run_test.go:2008: DockerSuite.TestRunInspectMacAddress (unmatched requirement DaemonIsLinux) [2019-09-03T00:57:17.564Z] PASS: docker_cli_run_test.go:1792: DockerSuite.TestRunInteractiveWithRestartPolicy 5.867s [2019-09-03T00:57:17.564Z] SKIP: docker_cli_run_test.go:3276: DockerSuite.TestRunInvalidCgroupParent (unmatched requirement DaemonIsLinux) [2019-09-03T00:57:18.026Z] PASS: docker_cli_run_test.go:3718: DockerSuite.TestRunInvalidReference 0.061s [2019-09-03T00:57:18.026Z] SKIP: docker_cli_run_test.go:61: DockerSuite.TestRunLeakyFileDescriptors (unmatched requirement DaemonIsLinux) [2019-09-03T00:57:18.026Z] SKIP: docker_cli_run_test.go:3385: DockerSuite.TestRunLinkToContainerNetMode (unmatched requirement DaemonIsLinux) [2019-09-03T00:57:18.026Z] SKIP: docker_cli_run_test.go:194: DockerSuite.TestRunLinksContainerWithContainerID (unmatched requirement DaemonIsLinux) [2019-09-03T00:57:18.026Z] SKIP: docker_cli_run_test.go:179: DockerSuite.TestRunLinksContainerWithContainerName (unmatched requirement DaemonIsLinux) [2019-09-03T00:57:30.450Z] PASS: docker_cli_run_test.go:73: DockerSuite.TestRunLookupGoogleDNS 12.388s [2019-09-03T00:57:30.450Z] SKIP: docker_cli_run_test.go:3395: DockerSuite.TestRunLoopbackOnlyExistsWhenNetworkingDisabled (unmatched requirement DaemonIsLinux) [2019-09-03T00:57:32.646Z] PASS: docker_cli_run_test.go:3421: DockerSuite.TestRunLoopbackWhenNetworkDisabled 2.372s [2019-09-03T00:57:32.646Z] SKIP: docker_cli_run_test.go:1200: DockerSuite.TestRunModeHostname (unmatched requirement DaemonIsLinux) [2019-09-03T00:57:32.646Z] SKIP: docker_cli_run_test.go:2321: DockerSuite.TestRunModeIpcContainerNotExists (unmatched requirement DaemonIsLinux) [2019-09-03T00:57:32.646Z] SKIP: docker_cli_run_test.go:2330: DockerSuite.TestRunModeIpcContainerNotRunning (unmatched requirement DaemonIsLinux) [2019-09-03T00:57:32.646Z] SKIP: docker_cli_run_test.go:2299: DockerSuite.TestRunModeIpcHost (unmatched requirement DaemonIsLinux) [2019-09-03T00:57:32.646Z] SKIP: docker_cli_run_test.go:3429: DockerSuite.TestRunModeNetContainerHostname (unmatched requirement DaemonIsLinux) [2019-09-03T00:57:32.646Z] SKIP: docker_cli_run_test.go:2343: DockerSuite.TestRunModePIDContainer (unmatched requirement DaemonIsLinux) [2019-09-03T00:57:32.646Z] SKIP: docker_cli_run_test.go:2368: DockerSuite.TestRunModePIDContainerNotExists (unmatched requirement DaemonIsLinux) [2019-09-03T00:57:32.646Z] SKIP: docker_cli_run_test.go:2377: DockerSuite.TestRunModePIDContainerNotRunning (unmatched requirement DaemonIsLinux) [2019-09-03T00:57:32.646Z] SKIP: docker_cli_run_test.go:2435: DockerSuite.TestRunModePIDHost (unmatched requirement DaemonIsLinux) [2019-09-03T00:57:32.646Z] SKIP: docker_cli_run_test.go:2457: DockerSuite.TestRunModeUTSHost (unmatched requirement DaemonIsLinux) [2019-09-03T00:57:32.646Z] SKIP: docker_cli_run_test.go:4333: DockerSuite.TestRunMount (unmatched requirement DaemonIsLinux) [2019-09-03T00:57:32.646Z] SKIP: docker_cli_run_test.go:2086: DockerSuite.TestRunMountOrdering (unmatched requirement DaemonIsLinux) [2019-09-03T00:57:32.646Z] SKIP: docker_cli_run_test.go:4321: DockerSuite.TestRunMountReadOnlyDevShm (unmatched requirement DaemonIsLinux) [2019-09-03T00:57:32.646Z] SKIP: docker_cli_run_test.go:2390: DockerSuite.TestRunMountShmMqueueFromHost (unmatched requirement DaemonIsLinux) [2019-09-03T00:57:43.003Z] PASS: docker_cli_run_test.go:583: DockerSuite.TestRunMultipleVolumesFrom 10.012s [2019-09-03T00:57:43.003Z] SKIP: docker_cli_exec_test.go:383: DockerSuite.TestRunMutableNetworkFiles (unmatched requirement DaemonIsLinux) [2019-09-03T00:57:43.003Z] SKIP: docker_cli_run_test.go:3218: DockerSuite.TestRunNamedVolume (unmatched requirement DaemonIsLinux) [2019-09-03T00:57:43.003Z] SKIP: docker_cli_run_test.go:3862: DockerSuite.TestRunNamedVolumeCopyImageData (unmatched requirement DaemonIsLinux) [2019-09-03T00:57:50.113Z] PASS: docker_cli_run_test.go:3876: DockerSuite.TestRunNamedVolumeNotRemoved 7.364s [2019-09-03T00:57:57.224Z] PASS: docker_cli_run_test.go:3893: DockerSuite.TestRunNamedVolumesFromNotRemoved 6.615s [2019-09-03T00:57:57.224Z] SKIP: docker_cli_run_test.go:3855: DockerSuite.TestRunNamedVolumesMountedAsShared (unmatched requirement DaemonIsLinux) [2019-09-03T00:57:57.224Z] SKIP: docker_cli_run_test.go:2610: DockerSuite.TestRunNetContainerWhichHost (unmatched requirement DaemonIsLinux) [2019-09-03T00:57:57.224Z] SKIP: docker_cli_run_test.go:2579: DockerSuite.TestRunNetHost (unmatched requirement DaemonIsLinux) [2019-09-03T00:57:57.224Z] SKIP: docker_cli_run_test.go:932: DockerSuite.TestRunNetHostNotAllowedWithLinks (unmatched requirement DaemonIsLinux) [2019-09-03T00:57:57.224Z] SKIP: docker_cli_run_test.go:2601: DockerSuite.TestRunNetHostTwiceSameName (unmatched requirement DaemonIsLinux) [2019-09-03T00:57:57.224Z] SKIP: docker_cli_run_test.go:3073: DockerSuite.TestRunNetworkFilesBindMount (unmatched requirement DaemonIsLinux) [2019-09-03T00:57:57.224Z] SKIP: docker_cli_run_test.go:3097: DockerSuite.TestRunNetworkFilesBindMountRO (unmatched requirement DaemonIsLinux) [2019-09-03T00:57:57.224Z] SKIP: docker_cli_run_test.go:3119: DockerSuite.TestRunNetworkFilesBindMountROFilesystem (unmatched requirement DaemonIsLinux) [2019-09-03T00:57:57.224Z] SKIP: docker_cli_run_test.go:3442: DockerSuite.TestRunNetworkNotInitializedNoneMode (unmatched requirement DaemonIsLinux) [2019-09-03T00:57:57.224Z] PASS: docker_cli_run_test.go:522: DockerSuite.TestRunNoDupVolumes 0.268s [2019-09-03T00:57:58.197Z] PASS: docker_cli_run_test.go:2198: DockerSuite.TestRunNoOutputFromPullInStdout 0.943s [2019-09-03T00:58:01.949Z] PASS: docker_cli_run_test.go:3667: DockerSuite.TestRunNonExecutableCmd 3.164s [2019-09-03T00:58:04.880Z] PASS: docker_cli_run_test.go:3676: DockerSuite.TestRunNonExistingCmd 3.421s [2019-09-03T00:58:05.854Z] PASS: docker_cli_run_test.go:3701: DockerSuite.TestRunNonExistingImage 0.931s [2019-09-03T00:58:08.775Z] PASS: docker_cli_run_test.go:2562: DockerSuite.TestRunNonLocalMacAddress 2.504s [2019-09-03T00:58:08.775Z] SKIP: docker_cli_run_test.go:1405: DockerSuite.TestRunNonRootUserResolvName (unmatched requirement DaemonIsLinux) [2019-09-03T00:58:08.775Z] SKIP: docker_cli_run_test.go:2810: DockerSuite.TestRunPIDHostWithChildIsKillable (unmatched requirement DaemonIsLinux) [2019-09-03T00:58:08.775Z] SKIP: docker_cli_run_test.go:2498: DockerSuite.TestRunPortFromDockerRangeInUse (unmatched requirement DaemonIsLinux) [2019-09-03T00:58:08.775Z] SKIP: docker_cli_run_test.go:2046: DockerSuite.TestRunPortInUse (unmatched requirement DaemonIsLinux) [2019-09-03T00:58:08.775Z] SKIP: docker_cli_run_test.go:958: DockerSuite.TestRunPrivilegedCanMknod (unmatched requirement DaemonIsLinux) [2019-09-03T00:58:08.775Z] SKIP: docker_cli_run_test.go:1087: DockerSuite.TestRunPrivilegedCanMount (unmatched requirement DaemonIsLinux) [2019-09-03T00:58:08.775Z] SKIP: docker_cli_run_test.go:1126: DockerSuite.TestRunProcNotWritableInNonPrivilegedContainers (unmatched requirement DaemonIsLinux) [2019-09-03T00:58:08.775Z] SKIP: docker_cli_run_test.go:1134: DockerSuite.TestRunProcWritableInPrivilegedContainers (unmatched requirement DaemonIsLinux) [2019-09-03T00:58:13.491Z] PASS: docker_cli_run_test.go:4236: DockerSuite.TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent 4.493s [2019-09-03T00:58:13.491Z] SKIP: docker_cli_run_test.go:2987: DockerSuite.TestRunPublishPort (unmatched requirement DaemonIsLinux) [2019-09-03T00:58:13.491Z] SKIP: docker_cli_run_test.go:2890: DockerSuite.TestRunReadFilteredProc (unmatched requirement Apparmor) [2019-09-03T00:58:13.491Z] SKIP: docker_cli_run_test.go:2869: DockerSuite.TestRunReadProcLatency (unmatched requirement DaemonIsLinux) [2019-09-03T00:58:13.491Z] SKIP: docker_cli_run_test.go:2854: DockerSuite.TestRunReadProcTimer (unmatched requirement DaemonIsLinux) [2019-09-03T00:58:13.491Z] SKIP: docker_cli_run_test.go:1427: DockerSuite.TestRunResolvconfUpdate (unmatched requirement DaemonIsLinux) [2019-09-03T00:58:23.863Z] PASS: docker_cli_run_test.go:2660: DockerSuite.TestRunRestartMaxRetries 10.122s [2019-09-03T00:58:23.863Z] SKIP: docker_cli_run_test.go:2131: DockerSuite.TestRunReuseBindVolumeThatIsSymlink (unmatched requirement DaemonIsLinux) [2019-09-03T00:58:27.639Z] PASS: docker_cli_run_test.go:4061: DockerSuite.TestRunRm 3.631s [2019-09-03T00:58:33.454Z] PASS: docker_cli_run_test.go:4051: DockerSuite.TestRunRmAndWait 5.998s [2019-09-03T00:58:35.650Z] PASS: docker_cli_run_test.go:4072: DockerSuite.TestRunRmPre125Api 2.691s [2019-09-03T00:58:39.432Z] PASS: docker_cli_run_test.go:1221: DockerSuite.TestRunRootWorkdir 3.238s [2019-09-03T00:58:42.355Z] PASS: docker_cli_run_test.go:2652: DockerSuite.TestRunSetDefaultRestartPolicy 2.351s [2019-09-03T00:58:46.109Z] PASS: docker_cli_run_test.go:1992: DockerSuite.TestRunSetMacAddress 3.602s [2019-09-03T00:58:46.109Z] SKIP: docker_cli_run_test.go:2242: DockerSuite.TestRunSlowStdoutConsumer (unmatched requirement DaemonIsLinux) [2019-09-03T00:58:46.109Z] SKIP: docker_cli_run_test.go:1626: DockerSuite.TestRunState (unmatched requirement DaemonIsLinux) [2019-09-03T00:58:49.870Z] PASS: docker_cli_run_test.go:3621: DockerSuite.TestRunStdinBlockedAfterContainerExit 3.578s [2019-09-03T00:58:49.870Z] SKIP: docker_cli_run_test.go:98: DockerSuite.TestRunStdinPipe (unmatched requirement DaemonIsLinux) [2019-09-03T00:58:52.790Z] PASS: docker_cli_run_test.go:4136: DockerSuite.TestRunStoppedLoggingDriverNoLeak 3.240s [2019-09-03T00:58:52.790Z] SKIP: docker_cli_run_test.go:1110: DockerSuite.TestRunSysNotWritableInNonPrivilegedContainers (unmatched requirement DaemonIsLinux) [2019-09-03T00:58:52.790Z] SKIP: docker_cli_run_test.go:1118: DockerSuite.TestRunSysWritableInPrivilegedContainers (unmatched requirement DaemonIsLinux) [2019-09-03T00:58:53.252Z] PASS: docker_cli_run_test.go:2482: DockerSuite.TestRunTLSVerify 0.168s [2019-09-03T00:58:53.252Z] PASS: docker_cli_run_test.go:2530: DockerSuite.TestRunTTYWithPipe 0.057s [2019-09-03T00:58:53.252Z] SKIP: docker_cli_run_test.go:1158: DockerSuite.TestRunThatCharacterDevicesActLikeCharacterDevices (unmatched requirement DaemonIsLinux) [2019-09-03T00:58:59.072Z] PASS: docker_cli_run_test.go:796: DockerSuite.TestRunTwoConcurrentContainers 5.952s [2019-09-03T00:58:59.072Z] SKIP: docker_cli_run_test.go:968: DockerSuite.TestRunUnprivilegedCanMknod (unmatched requirement DaemonIsLinux) [2019-09-03T00:58:59.072Z] SKIP: docker_cli_run_test.go:1097: DockerSuite.TestRunUnprivilegedCannotMount (unmatched requirement DaemonIsLinux) [2019-09-03T00:58:59.072Z] SKIP: docker_cli_run_test.go:1167: DockerSuite.TestRunUnprivilegedWithChroot (unmatched requirement DaemonIsLinux) [2019-09-03T00:58:59.072Z] SKIP: docker_cli_run_test.go:4084: DockerSuite.TestRunUnsetEntrypoint (unmatched requirement DaemonIsLinux) [2019-09-03T00:58:59.072Z] SKIP: docker_cli_run_test.go:2929: DockerSuite.TestRunUnshareProc (unmatched requirement Apparmor) [2019-09-03T00:58:59.072Z] SKIP: docker_cli_run_test.go:737: DockerSuite.TestRunUserByID (unmatched requirement DaemonIsLinux) [2019-09-03T00:58:59.072Z] SKIP: docker_cli_run_test.go:747: DockerSuite.TestRunUserByIDBig (unmatched requirement DaemonIsLinux) [2019-09-03T00:58:59.072Z] SKIP: docker_cli_run_test.go:760: DockerSuite.TestRunUserByIDNegative (unmatched requirement DaemonIsLinux) [2019-09-03T00:58:59.072Z] SKIP: docker_cli_run_test.go:773: DockerSuite.TestRunUserByIDZero (unmatched requirement DaemonIsLinux) [2019-09-03T00:58:59.072Z] SKIP: docker_cli_run_test.go:727: DockerSuite.TestRunUserByName (unmatched requirement DaemonIsLinux) [2019-09-03T00:59:02.829Z] PASS: docker_cli_run_test.go:716: DockerSuite.TestRunUserDefaults 3.588s [2019-09-03T00:59:02.829Z] SKIP: docker_cli_run_test.go:786: DockerSuite.TestRunUserNotFound (unmatched requirement DaemonIsLinux) [2019-09-03T00:59:06.583Z] PASS: docker_cli_run_test.go:594: DockerSuite.TestRunVerifyContainerID 2.265s [2019-09-03T00:59:06.583Z] SKIP: docker_cli_run_test.go:3973: DockerSuite.TestRunVolumeCopyFlag (unmatched requirement DaemonIsLinux) [2019-09-03T00:59:06.583Z] SKIP: docker_cli_run_test.go:3966: DockerSuite.TestRunVolumeWithOneCharacter (unmatched requirement DaemonIsLinux) [2019-09-03T00:59:12.397Z] PASS: docker_cli_run_test.go:2211: DockerSuite.TestRunVolumesCleanPaths 5.244s [2019-09-03T00:59:22.754Z] PASS: docker_cli_run_test.go:474: DockerSuite.TestRunVolumesFromInReadWriteMode 10.367s [2019-09-03T00:59:29.856Z] PASS: docker_cli_run_test.go:453: DockerSuite.TestRunVolumesFromInReadonlyModeFails 7.023s [2019-09-03T00:59:40.216Z] PASS: docker_cli_run_test.go:2770: DockerSuite.TestRunVolumesFromRestartAfterRemoved 9.536s [2019-09-03T00:59:40.216Z] SKIP: docker_cli_run_test.go:659: DockerSuite.TestRunVolumesFromSymlinkPath (unmatched requirement DaemonIsLinux) [2019-09-03T00:59:40.216Z] PASS: docker_cli_run_test.go:447: DockerSuite.TestRunVolumesMountedAsReadonly 0.081s [2019-09-03T00:59:40.216Z] SKIP: docker_cli_run_test.go:3775: DockerSuite.TestRunVolumesMountedAsShared (unmatched requirement DaemonIsLinux) [2019-09-03T00:59:40.216Z] SKIP: docker_cli_run_test.go:3806: DockerSuite.TestRunVolumesMountedAsSlave (unmatched requirement DaemonIsLinux) [2019-09-03T00:59:43.968Z] PASS: docker_cli_run_test.go:4206: DockerSuite.TestRunWindowsWithCPUCount 4.814s [2019-09-03T00:59:47.731Z] PASS: docker_cli_run_test.go:4226: DockerSuite.TestRunWindowsWithCPUPercent 3.478s [2019-09-03T00:59:51.488Z] PASS: docker_cli_run_test.go:4216: DockerSuite.TestRunWindowsWithCPUShares 3.390s [2019-09-03T00:59:51.488Z] SKIP: docker_cli_run_test.go:1855: DockerSuite.TestRunWithBadDevice (unmatched requirement DaemonIsLinux) [2019-09-03T00:59:51.488Z] PASS: docker_cli_run_test.go:342: DockerSuite.TestRunWithDaemonFlags 0.046s [2019-09-03T00:59:51.488Z] PASS: docker_cli_run_test.go:2022: DockerSuite.TestRunWithInvalidMacAddress 0.055s [2019-09-03T00:59:51.488Z] SKIP: docker_cli_run_test.go:283: DockerSuite.TestRunWithNetAliasOnDefaultNetworks (unmatched requirement DaemonIsLinux) [2019-09-03T00:59:51.488Z] SKIP: docker_cli_run_test.go:3747: DockerSuite.TestRunWithOomScoreAdj (unmatched requirement DaemonIsLinux) [2019-09-03T00:59:51.488Z] SKIP: docker_cli_run_test.go:3758: DockerSuite.TestRunWithOomScoreAdjInvalidRange (unmatched requirement DaemonIsLinux) [2019-09-03T00:59:51.488Z] SKIP: docker_cli_run_test.go:2833: DockerSuite.TestRunWithTooSmallMemoryLimit (unmatched requirement DaemonIsLinux) [2019-09-03T00:59:51.488Z] SKIP: docker_cli_run_test.go:3230: DockerSuite.TestRunWithUlimits (unmatched requirement DaemonIsLinux) [2019-09-03T00:59:57.303Z] PASS: docker_cli_run_test.go:349: DockerSuite.TestRunWithVolumesFromExited 5.739s [2019-09-03T00:59:59.495Z] PASS: docker_cli_run_test.go:160: DockerSuite.TestRunWithoutNetworking 2.372s [2019-09-03T01:00:03.250Z] PASS: docker_cli_run_test.go:1721: DockerSuite.TestRunWorkdirExistsAndIsFile 3.349s [2019-09-03T01:00:10.349Z] PASS: docker_cli_run_test.go:137: DockerSuite.TestRunWorkingDirectory 7.052s [2019-09-03T01:00:10.349Z] SKIP: docker_cli_run_test.go:3046: DockerSuite.TestRunWriteFilteredProc (unmatched requirement Apparmor) [2019-09-03T01:00:10.349Z] SKIP: docker_cli_run_test.go:1807: DockerSuite.TestRunWriteSpecialFilesAndNotCommit (unmatched requirement DaemonIsLinux) [2019-09-03T01:00:10.349Z] SKIP: docker_cli_run_test.go:2845: DockerSuite.TestRunWriteToProcAsound (unmatched requirement DaemonIsLinux) [2019-09-03T01:00:10.349Z] SKIP: docker_cli_run_test.go:3644: DockerSuite.TestRunWrongCpusetCpusFlagValue (unmatched requirement DaemonIsLinux) [2019-09-03T01:00:10.349Z] SKIP: docker_cli_run_test.go:3655: DockerSuite.TestRunWrongCpusetMemsFlagValue (unmatched requirement DaemonIsLinux) [2019-09-03T01:00:10.349Z] SKIP: docker_cli_save_load_test.go:159: DockerSuite.TestSaveAndLoadRepoFlags (unmatched requirement DaemonIsLinux) [2019-09-03T01:00:10.349Z] SKIP: docker_cli_save_load_test.go:101: DockerSuite.TestSaveCheckTimes (unmatched requirement DaemonIsLinux) [2019-09-03T01:00:10.349Z] SKIP: docker_cli_save_load_test.go:260: DockerSuite.TestSaveDirectoryPermissions (unmatched requirement DaemonIsLinux) [2019-09-03T01:00:10.350Z] SKIP: docker_cli_save_load_test.go:120: DockerSuite.TestSaveImageId (unmatched requirement DaemonIsLinux) [2019-09-03T01:00:10.350Z] SKIP: docker_cli_save_load_test.go:381: DockerSuite.TestSaveLoadNoTag (unmatched requirement DaemonIsLinux) [2019-09-03T01:00:10.350Z] SKIP: docker_cli_save_load_test.go:342: DockerSuite.TestSaveLoadParents (unmatched requirement DaemonIsLinux) [2019-09-03T01:00:10.350Z] SKIP: docker_cli_save_load_test.go:190: DockerSuite.TestSaveMultipleNames (unmatched requirement DaemonIsLinux) [2019-09-03T01:00:10.350Z] SKIP: docker_cli_save_load_test.go:208: DockerSuite.TestSaveRepoWithMultipleImages (unmatched requirement DaemonIsLinux) [2019-09-03T01:00:10.350Z] SKIP: docker_cli_save_load_test.go:86: DockerSuite.TestSaveSingleTag (unmatched requirement DaemonIsLinux) [2019-09-03T01:00:10.350Z] SKIP: docker_cli_save_load_test.go:180: DockerSuite.TestSaveWithNoExistImage (unmatched requirement DaemonIsLinux) [2019-09-03T01:00:10.350Z] SKIP: docker_cli_save_load_test.go:28: DockerSuite.TestSaveXzAndLoadRepoStdout (unmatched requirement DaemonIsLinux) [2019-09-03T01:00:10.350Z] SKIP: docker_cli_save_load_test.go:57: DockerSuite.TestSaveXzGzAndLoadRepoStdout (unmatched requirement DaemonIsLinux) [2019-09-03T01:00:12.537Z] PASS: docker_cli_search_test.go:35: DockerSuite.TestSearchCmdOptions 2.295s [2019-09-03T01:00:12.537Z] PASS: docker_cli_search_test.go:12: DockerSuite.TestSearchOnCentralRegistry 0.368s [2019-09-03T01:00:12.999Z] PASS: docker_cli_search_test.go:63: DockerSuite.TestSearchOnCentralRegistryWithDash 0.400s [2019-09-03T01:00:13.461Z] PASS: docker_cli_search_test.go:17: DockerSuite.TestSearchStarsOptionWithWrongParameter 0.213s [2019-09-03T01:00:15.007Z] PASS: docker_cli_search_test.go:68: DockerSuite.TestSearchWithLimit 1.549s [2019-09-03T01:00:25.367Z] PASS: docker_cli_run_test.go:4290: DockerSuite.TestSlowStdinClosing 9.029s [2019-09-03T01:00:25.367Z] SKIP: docker_cli_start_test.go:45: DockerSuite.TestStartAttachCorrectExitCode (unmatched requirement DaemonIsLinux) [2019-09-03T01:00:37.802Z] PASS: docker_cli_start_test.go:146: DockerSuite.TestStartAttachMultipleContainers 13.430s [2019-09-03T01:00:37.802Z] SKIP: docker_cli_start_test.go:16: DockerSuite.TestStartAttachReturnsOnError (unmatched requirement DaemonIsLinux) [2019-09-03T01:00:43.625Z] PASS: docker_cli_start_test.go:58: DockerSuite.TestStartAttachSilent 5.688s [2019-09-03T01:00:43.625Z] SKIP: docker_cli_start_test.go:175: DockerSuite.TestStartAttachWithRename (unmatched requirement DaemonIsLinux) [2019-09-03T01:00:43.625Z] SKIP: docker_cli_start_test.go:110: DockerSuite.TestStartMultipleContainers (unmatched requirement DaemonIsLinux) [2019-09-03T01:00:43.625Z] SKIP: docker_cli_start_test.go:95: DockerSuite.TestStartPausedContainer (unmatched requirement IsPausable) [2019-09-03T01:00:43.625Z] SKIP: docker_cli_start_test.go:70: DockerSuite.TestStartRecordError (unmatched requirement DaemonIsLinux) [2019-09-03T01:00:53.982Z] PASS: docker_cli_start_test.go:190: DockerSuite.TestStartReturnCorrectExitCode 9.018s [2019-09-03T01:00:53.982Z] SKIP: docker_cli_stats_test.go:124: DockerSuite.TestStatsAllNewContainersAdded (unmatched requirement DaemonIsLinux) [2019-09-03T01:00:53.982Z] SKIP: docker_cli_stats_test.go:94: DockerSuite.TestStatsAllNoStream (unmatched requirement DaemonIsLinux) [2019-09-03T01:00:53.982Z] SKIP: docker_cli_stats_test.go:58: DockerSuite.TestStatsAllRunningNoStream (unmatched requirement DaemonIsLinux) [2019-09-03T01:00:53.982Z] SKIP: docker_cli_stats_test.go:45: DockerSuite.TestStatsContainerNotFound (unmatched requirement DaemonIsLinux) [2019-09-03T01:00:53.982Z] SKIP: docker_cli_stats_test.go:165: DockerSuite.TestStatsFormatAll (unmatched requirement DaemonIsLinux) [2019-09-03T01:00:53.982Z] SKIP: docker_cli_stats_test.go:16: DockerSuite.TestStatsNoStream (unmatched requirement DaemonIsLinux) [2019-09-03T01:00:56.178Z] PASS: docker_cli_top_test.go:11: DockerSuite.TestTopMultipleArgs 2.832s [2019-09-03T01:00:59.938Z] PASS: docker_cli_top_test.go:26: DockerSuite.TestTopNonPrivileged 3.340s [2019-09-03T01:00:59.938Z] SKIP: docker_cli_top_test.go:61: DockerSuite.TestTopPrivileged (unmatched requirement DaemonIsLinux) [2019-09-03T01:01:03.699Z] PASS: docker_cli_top_test.go:50: DockerSuite.TestTopWindowsCoreProcesses 3.136s [2019-09-03T01:01:03.699Z] SKIP: docker_cli_run_test.go:3454: DockerSuite.TestTwoContainersInNetHost (unmatched requirement DaemonIsLinux) [2019-09-03T01:01:03.699Z] SKIP: docker_cli_port_test.go:213: DockerSuite.TestUnpublishedPortsInPsOutput (unmatched requirement DaemonIsLinux) [2019-09-03T01:01:03.699Z] SKIP: docker_cli_health_test.go:147: DockerSuite.TestUnsetEnvVarHealthCheck (unmatched requirement DaemonIsLinux) [2019-09-03T01:01:03.699Z] SKIP: docker_cli_run_test.go:294: DockerSuite.TestUserDefinedNetworkAlias (unmatched requirement DaemonIsLinux) [2019-09-03T01:01:03.699Z] SKIP: docker_cli_run_test.go:209: DockerSuite.TestUserDefinedNetworkLinks (unmatched requirement DaemonIsLinux) [2019-09-03T01:01:03.699Z] SKIP: docker_cli_run_test.go:245: DockerSuite.TestUserDefinedNetworkLinksWithRestart (unmatched requirement DaemonIsLinux) [2019-09-03T01:01:18.546Z] PASS: docker_cli_volume_test.go:23: DockerSuite.TestVolumeCLICreate 15.265s [2019-09-03T01:01:19.008Z] PASS: docker_cli_volume_test.go:283: DockerSuite.TestVolumeCLICreateLabel 0.126s [2019-09-03T01:01:19.008Z] PASS: docker_cli_volume_test.go:295: DockerSuite.TestVolumeCLICreateLabelMultiple 0.181s [2019-09-03T01:01:19.008Z] SKIP: docker_cli_volume_test.go:259: DockerSuite.TestVolumeCLICreateWithOpts (unmatched requirement DaemonIsLinux) [2019-09-03T01:01:19.475Z] PASS: docker_cli_volume_test.go:39: DockerSuite.TestVolumeCLIInspect 0.288s [2019-09-03T01:01:19.475Z] PASS: docker_cli_volume_test.go:56: DockerSuite.TestVolumeCLIInspectMulti 0.245s [2019-09-03T01:01:19.937Z] PASS: docker_cli_volume_test.go:249: DockerSuite.TestVolumeCLIInspectTmplError 0.115s [2019-09-03T01:01:23.700Z] PASS: docker_cli_volume_test.go:73: DockerSuite.TestVolumeCLILs 3.870s [2019-09-03T01:01:23.700Z] PASS: docker_cli_volume_test.go:178: DockerSuite.TestVolumeCLILsErrorWithInvalidFilterName 0.059s [2019-09-03T01:01:28.416Z] PASS: docker_cli_volume_test.go:128: DockerSuite.TestVolumeCLILsFilterDangling 4.215s [2019-09-03T01:01:28.416Z] PASS: docker_cli_volume_test.go:352: DockerSuite.TestVolumeCLILsFilterDrivers 0.369s [2019-09-03T01:01:28.878Z] PASS: docker_cli_volume_test.go:322: DockerSuite.TestVolumeCLILsFilterLabels 0.364s [2019-09-03T01:01:28.878Z] PASS: docker_cli_volume_test.go:184: DockerSuite.TestVolumeCLILsWithIncorrectFilterValue 0.058s [2019-09-03T01:01:28.878Z] PASS: docker_cli_volume_test.go:226: DockerSuite.TestVolumeCLINoArgs 0.170s [2019-09-03T01:01:41.313Z] PASS: docker_cli_volume_test.go:190: DockerSuite.TestVolumeCLIRm 10.999s [2019-09-03T01:01:41.313Z] SKIP: docker_cli_volume_test.go:391: DockerSuite.TestVolumeCLIRmForce (unmatched requirement DaemonIsLinux) [2019-09-03T01:01:41.313Z] PASS: docker_cli_volume_test.go:415: DockerSuite.TestVolumeCLIRmForceInUse 0.545s [2019-09-03T01:01:41.313Z] PASS: docker_cli_volume_test.go:383: DockerSuite.TestVolumeCLIRmForceUsage 0.183s [2019-09-03T01:01:41.313Z] SKIP: docker_cli_volume_test.go:453: DockerSuite.TestVolumeCliInspectWithVolumeOpts (unmatched requirement DaemonIsLinux) [2019-09-03T01:01:51.668Z] PASS: docker_cli_run_test.go:3023: DockerSuite.TestVolumeFromMixedRWOptions 10.581s [2019-09-03T01:01:51.668Z] PASS: docker_cli_volume_test.go:86: DockerSuite.TestVolumeLsFormat 0.248s [2019-09-03T01:01:52.131Z] PASS: docker_cli_volume_test.go:95: DockerSuite.TestVolumeLsFormatDefaultFormat 0.244s [2019-09-03T01:02:04.562Z] PASS: docker_cli_run_test.go:497: DockerSuite.TestVolumesFromGetsProperMode 12.737s [2019-09-03T01:02:04.562Z] SKIP: docker_cli_run_test.go:2178: DockerSuite.TestVolumesNoCopyData (unmatched requirement DaemonIsLinux) [2019-09-03T01:02:04.562Z] SKIP: docker_cli_run_test.go:4549: DockerSuite.TestWindowsRunAsSystem (unmatched requirement DaemonIsWindowsAtLeastBuild.func1) [2019-09-03T01:02:04.562Z] SKIP: docker_cli_by_digest_test.go:183: DockerRegistrySuite.TestBuildByDigest [2019-09-03T01:02:04.562Z] SKIP: docker_api_build_test.go:324: DockerRegistrySuite.TestBuildCopyFromForcePull [2019-09-03T01:02:04.562Z] SKIP: docker_cli_build_test.go:5812: DockerRegistrySuite.TestBuildMultiStageImplicitPull [2019-09-03T01:02:04.562Z] SKIP: docker_cli_pull_local_test.go:198: DockerRegistrySuite.TestConcurrentPullMultipleTags [2019-09-03T01:02:04.562Z] SKIP: docker_cli_push_test.go:199: DockerRegistrySuite.TestConcurrentPush [2019-09-03T01:02:04.562Z] SKIP: docker_cli_by_digest_test.go:130: DockerRegistrySuite.TestCreateByDigest [2019-09-03T01:02:04.562Z] SKIP: docker_cli_push_test.go:207: DockerRegistrySuite.TestCrossRepositoryLayerPush [2019-09-03T01:02:04.562Z] SKIP: docker_cli_by_digest_test.go:445: DockerRegistrySuite.TestDeleteImageByIDOnlyPulledByDigest [2019-09-03T01:02:04.562Z] SKIP: docker_cli_by_digest_test.go:491: DockerRegistrySuite.TestDeleteImageWithDigestAndMultiRepoTag [2019-09-03T01:02:04.562Z] SKIP: docker_cli_by_digest_test.go:464: DockerRegistrySuite.TestDeleteImageWithDigestAndTag [2019-09-03T01:02:04.562Z] SKIP: docker_cli_events_test.go:529: DockerRegistrySuite.TestEventsImageFilterPush [2019-09-03T01:02:04.562Z] SKIP: docker_cli_by_digest_test.go:390: DockerRegistrySuite.TestInspectImageWithDigests [2019-09-03T01:02:04.562Z] SKIP: docker_cli_by_digest_test.go:317: DockerRegistrySuite.TestListDanglingImagesWithDigests [2019-09-03T01:02:04.562Z] SKIP: docker_cli_by_digest_test.go:240: DockerRegistrySuite.TestListImagesWithDigests [2019-09-03T01:02:04.562Z] SKIP: docker_cli_by_digest_test.go:227: DockerRegistrySuite.TestListImagesWithoutDigests [2019-09-03T01:02:04.562Z] SKIP: docker_cli_by_digest_test.go:409: DockerRegistrySuite.TestPsListContainersFilterAncestorImageByDigest [2019-09-03T01:02:04.562Z] SKIP: docker_cli_by_digest_test.go:105: DockerRegistrySuite.TestPullByDigest [2019-09-03T01:02:04.562Z] SKIP: docker_cli_by_digest_test.go:122: DockerRegistrySuite.TestPullByDigestNoFallback [2019-09-03T01:02:04.562Z] SKIP: docker_cli_by_digest_test.go:79: DockerRegistrySuite.TestPullByTagDisplaysDigest [2019-09-03T01:02:04.562Z] SKIP: docker_cli_by_digest_test.go:610: DockerRegistrySuite.TestPullFailsWithAlteredLayer [2019-09-03T01:02:04.562Z] SKIP: docker_cli_by_digest_test.go:528: DockerRegistrySuite.TestPullFailsWithAlteredManifest [2019-09-03T01:02:04.562Z] SKIP: docker_cli_pull_local_test.go:259: DockerRegistrySuite.TestPullIDStability [2019-09-03T01:02:04.562Z] SKIP: docker_cli_pull_local_test.go:55: DockerRegistrySuite.TestPullImageWithAliases [2019-09-03T01:02:04.562Z] SKIP: docker_cli_pull_local_test.go:287: DockerRegistrySuite.TestPullManifestList [2019-09-03T01:02:04.562Z] SKIP: docker_cli_pull_local_test.go:279: DockerRegistrySuite.TestPullNoLayers [2019-09-03T01:02:04.562Z] SKIP: docker_cli_push_test.go:69: DockerRegistrySuite.TestPushBadTag [2019-09-03T01:02:04.562Z] SKIP: docker_cli_push_test.go:29: DockerRegistrySuite.TestPushBusyboxImage [2019-09-03T01:02:04.562Z] SKIP: docker_cli_push_test.go:145: DockerRegistrySuite.TestPushEmptyLayer [2019-09-03T01:02:04.562Z] SKIP: docker_cli_push_test.go:114: DockerRegistrySuite.TestPushMultipleTags [2019-09-03T01:02:04.562Z] SKIP: docker_cli_push_test.go:52: DockerRegistrySuite.TestPushUntagged [2019-09-03T01:02:04.562Z] SKIP: docker_cli_by_digest_test.go:161: DockerRegistrySuite.TestRemoveImageByDigest [2019-09-03T01:02:04.562Z] SKIP: docker_cli_by_digest_test.go:143: DockerRegistrySuite.TestRunByDigest [2019-09-03T01:02:04.562Z] SKIP: docker_cli_pull_local_test.go:452: DockerRegistrySuite.TestRunImplicitPullWithNoTag [2019-09-03T01:02:04.562Z] SKIP: docker_cli_by_digest_test.go:208: DockerRegistrySuite.TestTagByDigest [2019-09-03T01:02:04.562Z] SKIP: docker_cli_registry_user_agent_test.go:74: DockerRegistrySuite.TestUserAgentPassThrough [2019-09-03T01:02:04.562Z] SKIP: docker_cli_v2_only_test.go:28: DockerRegistrySuite.TestV2Only [2019-09-03T01:02:04.562Z] SKIP: docker_cli_pull_local_test.go:202: DockerSchema1RegistrySuite.TestConcurrentPullMultipleTags [2019-09-03T01:02:04.562Z] SKIP: docker_cli_push_test.go:203: DockerSchema1RegistrySuite.TestConcurrentPush [2019-09-03T01:02:04.562Z] SKIP: docker_cli_push_test.go:249: DockerSchema1RegistrySuite.TestCrossRepositoryLayerPushNotSupported [2019-09-03T01:02:04.562Z] SKIP: docker_cli_by_digest_test.go:109: DockerSchema1RegistrySuite.TestPullByDigest [2019-09-03T01:02:04.562Z] SKIP: docker_cli_by_digest_test.go:126: DockerSchema1RegistrySuite.TestPullByDigestNoFallback [2019-09-03T01:02:04.562Z] SKIP: docker_cli_by_digest_test.go:83: DockerSchema1RegistrySuite.TestPullByTagDisplaysDigest [2019-09-03T01:02:04.562Z] SKIP: docker_cli_by_digest_test.go:653: DockerSchema1RegistrySuite.TestPullFailsWithAlteredLayer [2019-09-03T01:02:04.562Z] SKIP: docker_cli_by_digest_test.go:568: DockerSchema1RegistrySuite.TestPullFailsWithAlteredManifest [2019-09-03T01:02:04.562Z] SKIP: docker_cli_pull_local_test.go:263: DockerSchema1RegistrySuite.TestPullIDStability [2019-09-03T01:02:04.562Z] SKIP: docker_cli_pull_local_test.go:59: DockerSchema1RegistrySuite.TestPullImageWithAliases [2019-09-03T01:02:04.562Z] SKIP: docker_cli_pull_local_test.go:283: DockerSchema1RegistrySuite.TestPullNoLayers [2019-09-03T01:02:04.562Z] SKIP: docker_cli_push_test.go:73: DockerSchema1RegistrySuite.TestPushBadTag [2019-09-03T01:02:04.562Z] SKIP: docker_cli_push_test.go:33: DockerSchema1RegistrySuite.TestPushBusyboxImage [2019-09-03T01:02:04.562Z] SKIP: docker_cli_push_test.go:149: DockerSchema1RegistrySuite.TestPushEmptyLayer [2019-09-03T01:02:04.562Z] SKIP: docker_cli_push_test.go:118: DockerSchema1RegistrySuite.TestPushMultipleTags [2019-09-03T01:02:04.562Z] SKIP: docker_cli_push_test.go:56: DockerSchema1RegistrySuite.TestPushUntagged [2019-09-03T01:02:04.562Z] SKIP: docker_cli_build_test.go:5002: DockerRegistryAuthHtpasswdSuite.TestBuildFromAuthenticatedRegistry [2019-09-03T01:02:04.562Z] SKIP: docker_cli_build_test.go:5020: DockerRegistryAuthHtpasswdSuite.TestBuildWithExternalAuth [2019-09-03T01:02:04.562Z] SKIP: docker_cli_login_test.go:23: DockerRegistryAuthHtpasswdSuite.TestLoginToPrivateRegistry [2019-09-03T01:02:04.562Z] SKIP: docker_cli_logout_test.go:16: DockerRegistryAuthHtpasswdSuite.TestLogoutWithExternalAuth [2019-09-03T01:02:04.562Z] SKIP: docker_cli_logout_test.go:68: DockerRegistryAuthHtpasswdSuite.TestLogoutWithWrongHostnamesStored [2019-09-03T01:02:04.562Z] SKIP: docker_cli_pull_local_test.go:416: DockerRegistryAuthHtpasswdSuite.TestPullWithExternalAuth [2019-09-03T01:02:04.562Z] SKIP: docker_cli_pull_local_test.go:371: DockerRegistryAuthHtpasswdSuite.TestPullWithExternalAuthLoginWithScheme [2019-09-03T01:02:04.562Z] SKIP: docker_cli_push_test.go:282: DockerRegistryAuthHtpasswdSuite.TestPushNoCredentialsNoRetry [2019-09-03T01:02:04.562Z] SKIP: docker_cli_push_test.go:344: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseError [2019-09-03T01:02:04.562Z] SKIP: docker_cli_push_test.go:372: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseNoToken [2019-09-03T01:02:04.562Z] SKIP: docker_cli_push_test.go:331: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseUnauthorized [2019-09-03T01:02:04.562Z] SKIP: docker_cli_push_test.go:359: DockerRegistryAuthTokenSuite.TestPushMisconfiguredTokenServiceResponseUnparsable [2019-09-03T01:02:04.562Z] SKIP: docker_cli_push_test.go:319: DockerRegistryAuthTokenSuite.TestPushTokenServiceUnauthResponse [2019-09-03T01:02:04.562Z] SKIP: docker_cli_proxy_test.go:23: DockerDaemonSuite.TestCLIProxyProxyTCPSock [2019-09-03T01:02:04.562Z] SKIP: docker_cli_exec_test.go:81: DockerDaemonSuite.TestExecAfterDaemonRestart [2019-09-03T01:02:04.562Z] SKIP: docker_cli_info_test.go:213: DockerDaemonSuite.TestRegistryMirrors [2019-09-03T01:02:04.562Z] SKIP: docker_cli_run_test.go:4114: DockerDaemonSuite.TestRunWithUlimitAndDaemonDefault [2019-09-03T01:02:04.562Z] SKIP: docker_cli_plugins_test.go:32: DockerPluginSuite.TestPluginBasicOps [2019-09-03T01:02:04.562Z] SKIP: docker_cli_plugins_test.go:263: DockerPluginSuite.TestPluginCreate [2019-09-03T01:02:04.562Z] SKIP: docker_cli_plugins_test.go:241: DockerPluginSuite.TestPluginEnableDisableNegative [2019-09-03T01:02:04.562Z] SKIP: docker_cli_plugins_test.go:63: DockerPluginSuite.TestPluginForceRemove [2019-09-03T01:02:04.562Z] SKIP: docker_cli_plugins_test.go:355: DockerPluginSuite.TestPluginIDPrefix [2019-09-03T01:02:04.562Z] SKIP: docker_cli_plugins_test.go:295: DockerPluginSuite.TestPluginInspect [2019-09-03T01:02:04.562Z] SKIP: docker_cli_plugins_test.go:211: DockerPluginSuite.TestPluginInstallArgs [2019-09-03T01:02:04.562Z] SKIP: docker_cli_plugins_test.go:127: DockerPluginSuite.TestPluginInstallDisable [2019-09-03T01:02:04.562Z] SKIP: docker_cli_plugins_test.go:227: DockerPluginSuite.TestPluginInstallImage [2019-09-03T01:02:04.562Z] SKIP: docker_cli_plugins_test.go:412: DockerPluginSuite.TestPluginListDefaultFormat [2019-09-03T01:02:04.562Z] SKIP: docker_cli_plugins_test.go:160: DockerPluginSuite.TestPluginSet [2019-09-03T01:02:04.562Z] OK: 521 passed, 551 skipped [2019-09-03T01:02:04.562Z] PASS [2019-09-03T01:02:04.562Z] ok github.com/docker/docker/integration-cli 3999.369s [2019-09-03T01:02:05.031Z] INFO: Integration tests ended at 09/03/2019 01:02:04. Duration:01:06:50.4228368 [2019-09-03T01:02:05.031Z] INFO: Docker info of the daemon under test at end of run [2019-09-03T01:02:05.031Z] [2019-09-03T01:02:05.031Z] Containers: 2 [2019-09-03T01:02:05.031Z] Running: 0 [2019-09-03T01:02:05.031Z] Paused: 0 [2019-09-03T01:02:05.031Z] Stopped: 2 [2019-09-03T01:02:05.031Z] Images: 12 [2019-09-03T01:02:05.031Z] Server Version: 0.0.0-dev [2019-09-03T01:02:05.031Z] Storage Driver: windowsfilter [2019-09-03T01:02:05.031Z] Windows: [2019-09-03T01:02:05.031Z] Logging Driver: json-file [2019-09-03T01:02:05.031Z] Plugins: [2019-09-03T01:02:05.031Z] Volume: local [2019-09-03T01:02:05.031Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2019-09-03T01:02:05.031Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2019-09-03T01:02:05.032Z] Swarm: inactive [2019-09-03T01:02:05.032Z] Default Isolation: process [2019-09-03T01:02:05.032Z] Kernel Version: 10.0 14393 (14393.3179.amd64fre.rs1_release_1.190806-2245) [2019-09-03T01:02:05.032Z] Operating System: Windows Server 2016 Datacenter Version 1607 (OS Build 14393.3181) [2019-09-03T01:02:05.032Z] OSType: windows [2019-09-03T01:02:05.032Z] Architecture: x86_64 [2019-09-03T01:02:05.032Z] CPUs: 4 [2019-09-03T01:02:05.032Z] Total Memory: 32GiB [2019-09-03T01:02:05.032Z] Name: azwin-2-888790 [2019-09-03T01:02:05.032Z] ID: 534P:VMET:BTG4:LE3R:7QOL:WZXJ:A4XA:NQ42:6FZJ:LI53:I4LH:U23O [2019-09-03T01:02:05.032Z] Docker Root Dir: D:\CI-1\CI-e6fce00ec\daemon [2019-09-03T01:02:05.032Z] Debug Mode (client): false [2019-09-03T01:02:05.032Z] Debug Mode (server): false [2019-09-03T01:02:05.032Z] Registry: https://index.docker.io/v1/ [2019-09-03T01:02:05.032Z] Labels: [2019-09-03T01:02:05.032Z] Experimental: false [2019-09-03T01:02:05.032Z] Insecure Registries: [2019-09-03T01:02:05.032Z] 127.0.0.0/8 [2019-09-03T01:02:05.032Z] Live Restore Enabled: false [2019-09-03T01:02:05.032Z] [2019-09-03T01:02:05.032Z] [2019-09-03T01:02:05.032Z] INFO: Stopping daemon under test [2019-09-03T01:02:05.495Z] SUCCESS: The process with PID 2372 (child process of PID 4216) has been terminated. [2019-09-03T01:02:05.495Z] SUCCESS: The process with PID 4216 (child process of PID 784) has been terminated. [2019-09-03T01:02:05.495Z] INFO: executeCI.ps1 Completed successfully at 09/03/2019 01:02:05. [2019-09-03T01:02:05.495Z] INFO: Tidying up at end of run [2019-09-03T01:02:05.495Z] INFO: Saving daemon under test log (d:\CI-1\CI-e6fce00ec\dut.out) to C:\windows\TEMP\CIDUT.out [2019-09-03T01:02:05.495Z] INFO: Saving daemon under test log (d:\CI-1\CI-e6fce00ec\dut.err) to C:\windows\TEMP\CIDUT.err [2019-09-03T01:02:05.495Z] INFO: Nuke-Everything... [2019-09-03T01:02:05.956Z] INFO: Container count on control daemon to delete is 2 [2019-09-03T01:02:07.504Z] 0b7c8c6aea0e [2019-09-03T01:02:07.504Z] f3d6350f79ac [2019-09-03T01:02:07.966Z] INFO: Tidying pidfile d:\CI-1\CI-e6fce00ec\docker.pid [2019-09-03T01:02:07.966Z] INFO: Nuking d:\CI-1 [2019-09-03T01:02:43.719Z] INFO: Zapped successfully [2019-09-03T01:02:43.719Z] WARNING: There are 602 NdisAdapters leaked under Psched\Parameters [2019-09-03T01:02:43.719Z] WARNING: Cleaning Psched... [2019-09-03T01:02:44.182Z] WARNING: There are 602 NdisAdapters leaked under WFPLWFS\Parameters [2019-09-03T01:02:44.182Z] WARNING: Cleaning WFPLWFS... [2019-09-03T01:02:44.182Z] [2019-09-03T01:02:44.182Z] INFO: executeCI.ps1 exiting at Tue Sep 3 01:02:44 CUT 2019. Duration 01:41:30.2587308 [2019-09-03T01:02:44.182Z] [Pipeline] } [Pipeline] // stage [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